Blog
ADIS JUGO - THE SOUTHERN SIDE BLOG
Trusted advisor and entrepreneur. CEO of Teams Consulting. Co-founder and lead architect at run.events. Co-founder and deputy CEO at KORTO. Microsoft MVP for Microsoft 365 and Azure, and Microsoft Regional Director. Spiritus movens at CollabSummit and CloudSummit. Firmly believes in leading by example and motivation. Lives besides the oldest vineyard in the Rhine valley. Prefers collecting stories to collecting possessions.
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...
MOSS: How to remove “My Settings” and “Personalize this page” menu items from the “Welcome” menu
You will sometimes want to hide certain menu items from the "Welcome" menu in the SharePoint site. You can do the following: 1. Go to the following folder at the MOSS server: C:Program FilesCommon FilesMicrosoft SharedWeb Server...
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...