Mads Nissen
backlog on sharepoint, crm, office, .net development, architecture and more..
-
Testing private methods - Shortcuts will cut you
Anders dissects the testing features of Team System, and seems quite pleased with what he finds.
-
Sharepoint Document Library change request!
Ohoi Sharepoint Dev Team!
-
JavaScript Seralizer enables Clemens summer project
A bit more than a week ago my colleague Anders NorĂ¥s published an article on a JavaScript XmlSerializer that he has been working on for quite a while. The article got quite an amount of attention after Dare Osabanjo referenced Anders on the MSDN feed. Internally we've been discussing the applicability of Anders solution.
-
MSCRM XSD for Custom attributes - DRAFT
This XSD is a draft and is not yet tested.
-
Doing simple adjustments to the Sharepoint Portal Area pages
Working your way through the Sharepoint css classes is not fun. I just spent several hours trying to accomplish the following:
-
Customizing Sharepoint Portal Server CSS
Tracking down correct css classes and overriding the right attributes can be very cumbersome. These CSS elements shows how to customize the main elements in the portal.
-
Displaying Sharepoint elements' Css Class and Id
This useful script can be pasted into the body element of any Sharepoint aspx page through FrontPage and will display an elements css class when hovering over it with the mouse.
-
More on MSCRM Row size limitations..
Michaeljon addresses the problem, but the message is pretty much "wait for the next release". We're leaning towards Option 3 in my previous post and possibly getting rid of those japanese yomi fields on the Contact entity that are sucking up 750 spaces of nvarchar (1500 bytes!).
-
Accessing Custom Site Templates through the Sharepoint API
Using custom site templates in Sharepoint is a really powerful feature. You can customize your WSS site through frontpage or the web UI and save the site as a template. By default the template is stored in the top-level site template gallery of the site you customized.
-
Register sites in Sharepoint Site Directory programmatically
As part of my ongoing quest to autogenerate sites I need to register created sites in the site directory in code. The following would apply for any generated WSS site or other, potentially external, source.