Innovation Matters
Essays on AI, developer tools, and thoughtful software.
Rock My Website: download winners' code
A while ago John, Martijn and myself have won the Rock My Website competition. John has mentioned this earlier in one of his posts.
Inconvenient StringToSPViewType (Programmatically adding Views)
I've just stumbled upon a little inconvenience within SharePoint object model. As I needed to programmatically add a new View to a list, I have used the StringToSPViewType method of SPViewCollection class to convert a string representation of the view type to its SPViewType equivalent. Unfortunately all what I've got was an Argument Exception: Value does not fall within the expected range. Using the Lutz Roeder's Reflector I've taken a look into the assembly and I've found the reason of this problem.
PlaceHolderPageTitle is the root of all evil
Recently we have been experiencing some serious problems while working on our newest project. As we needed a customized version of the Publishing Portal template we have made a new version adjusted to our needs. What we needed to do is to reference the customized Master Page and create a default Welcome Page using one of our Page Layouts. And then it's started.
Waldek Mastykarz is now 70-542 certified
Last Friday I have taken the Microsoft Office SharePoint Server 2007, Application Development (70-542) exam and passed it with a nice 100%!
ASP.NET events can cause troubles
...if you are developing a Webrichtlijnen compliant website in ASP.NET or let's say in... SharePoint 2007!