Deprecated: YoastSEO_Vendor\Symfony\Component\DependencyInjection\Container::__construct(): Implicitly marking parameter $parameterBag as nullable is deprecated, the explicit nullable type must be used instead in /home/nubelus/sharedove/adisjugo/wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Container.php on line 60
Adis Jugo - The Southern Side Blog - Adis Jugo blog
Select Page

A few more MOSS tricks…

Master dialog pages So you created a great all new master page for your Sharepoint site, but all the dialog pages (i.e. Acces Denied, Unknown Error...) are still in the "Default" style? Yeah, I know... You have to edit the "simple.master" file in...

Using CAML to query Sharepoint lists over Lookup fields

If you have ever tried to query a SharePoint List, over a LookupList value with CAML, you know that the "supposed" CAML way to do it is over the "Title" field of the LookupList values. For example, if we want to query the sharepoint list, which has...

Where are my foreign keys?

If you would ever, from whatever reason, need to check/validate/list foreign keys in the MS SQL 2000/2005 database, here is the magical query you won't find on msdn: SELECT sysforeignkeys.constid, sysforeignkeys.fkeyid, sysforeignkeys.rkeyid, sysobjects.name as...

Converting Clarion TPS Date values to normal date fields

And now something totally wierd: if anyone has had the task to convert data from Clarion's TPS database files (anyone still remembers Clarion?), (s)he will have a problem of converting date fields. Clarion stores dates as long values in it's own format, which is not...

Using MySQL in .NET projects: heresy or real possibility

Since the last month both Microsoft and MySQL AB have proudly, with lot of bells and whistles, announced their cooperation (MySQL AB has became an Alliance Member of the Microsoft Visual Studio Partner Program) , and since the information on using MySQL database as...