SPListItem Url

So you need to get a url reference to a SharePoint list item? Use SPListItem.Url right?
http://www.sharepointsecurity.com/sharepoint/sharepoint-development/splistitemurl-funky-return-fiesta/

Useless SharePoint Error – SPQuery / Caml

Came across this error while trying to execute a Caml query through the SPQuery object:
One or more field types are not installed properly. Go to the list settings page to delete these fields.
Don’t believe it, you don’t need to delete any fields. You more than likely have a misspelled column or a column name that [...]

SharePoint List Querying – Linq vs. CAML

One of the nice features of SharePoint 2007 development is the ability to use the latest release of the .NET framework and  its concomitant language features – including Linq. This in and of itself it a huge benefit as the inherit query mechanism within SharePoint – CAML is woefully terrible.
What is CAML? Officially, it stands for Collaborative [...]

Outlook: Russian Spam

I’ve recently been flooded with a  flurry of Russian spam at work. Emails that are in all Russian that I have no idea what they mean. They usually get sent out past midnight so they’re queued up in my inbox by morning (smart, except for the fact that I can’t read Russian! – oh spammers…)
So how [...]