March 2008 - Posts
Home > Blogs
Well, 45 minutes before my surprise presentation I had to do, without me even knowing I had to do it. Here it is. Video: Toronto Code Camp 2008 - Speakers Room Part 2
Read More...
From OSNews : Microsoft has released source code from the Singularity research project onto Codeplex under an academic, non-commercial license. "The Singularity Research Development Kit is based on the Microsoft Research Singularity project. It includes
Read More...
The presentation I did for the Toronto Code Camp , " Overview of ASP.NET 3.5 Extensions ", is up on my site. Download it here .
Read More...
For those who has been getting the ultimate crashes from SharePoint Designer, and many weird oddities with it, this is something that you should know while working with Data View Web Parts. Occasionally, SharePoint Designer will NOT allow you to add a
Read More...
Here's a tip for those people getting & instead of & (and all those other fancy html encodes) from your XSLT variables. You just need to add disable-output-escaping and set that to "yes" when you do a value-of. <xsl: value -of select= "$Site"
Read More...
While working with SharePoint, I found that I sometimes need to replace strings with some characters or strings, for example, replacing "&" with "&", or replacing "_x0020_" with " ". This is a useful template to do so. I got this template
Read More...
After the Toronto Code Camp event on Saturday, the gang went out for a drink at the Spotted ***. Your host, Rob Windsor was interviewing each of us. There're lots of weird things going on, especially badgers running around. :) Here it is. It's hilarious.
Read More...