Monthly Archives: April 2009
Usefull links on SharePoint Calculated field
Even if you played around with SharePoint calculated fields before I bet you didn`t know this – you can extract date parts from the date field. More about this and other great examples that will save your day are here: … Continue reading
Serious bugs in System.Net.Mail (.Net framework 2.0, maybe 3 nd 3.5)
Recently came accross this issue with .NET framework. Cost me quite a lot as you can imagine; basically I spammed tons of people. The MailMessage.To.Clear() doesn’t clear. After googling a bit I found that I’m not the only one with … Continue reading
Four practices on improving you custom web and SharePoint application security
Published on SSWUG today: Four practices on improving you custom web and SharePoint application security Definately something to check on and make sure you`re not making those mistakes I did once
Support Ride to Conquer Cancer
Team at my company, Hot Tomali, is rasing funds and participating in a bike ride from Vancouver to Seattle. Here is the donation link Your support is appreciated.
How reliable is your JavaScript validation?
Now that we’re all entering the world of Web 2.0 and nice dynamic web functionality is offered by a variety of JavaScript frameworks – don’t forget to do a server validation. When developing your application you may forget that by … Continue reading
Configuring MOSS public sites
Here is a great article by Andrew Connell about configuring MOSS in public site scenario. Its a great reference point whether you are building new sites already or just thinking about it: Configuring and Deploying Anonymous Publishing Sites for SharePoint … Continue reading
Calling SharePoint webservices using JQuery
Here is recent article by Jan Tielen on how to call web services using JQuery .. pretty useful in situations where we need to generate a dynamic menu based on sharepoint content etc, its a good read: http://weblogs.asp.net/jan/archive/2009/04/09/calling-the-sharepoint-web-services-with-jquery.aspx