Search

Accessible SharePoint WebSites
Download ARF

Debugging on SharePoint is much the same as debugging any other ASP.Net application...you can use the same techniques. Here are some of my tips for diagnosing & solving your problems... Debugging starts with your first line of code As you st...
Posted by Vincent Rothwell | 16 Comments
Recently I have really wanted to easily print some SharePoint lists, but I always had to open them in Excel, format the columns and then print...this takes time. I looked at  Ishai Sagi's solution, but it didn't really do what I wanted...I really ...
Posted by Vincent Rothwell | 112 Comments
Tags: - Tools, Development
The content on my blog is pretty static, in particular the images do not change that often...if at all. So why does IE need to check to see if an image has changed every time a new page is loaded? My blog site had slowed down considerably since I...
Posted by Vincent Rothwell | 28 Comments
Tags: - Tips, WSS
Looking at the statistics for my blog there are a lot of visits from countries who's first language is not English. So in order to make it easier for people to view my page in their first language I have added links to the top of each page. The f...
Posted by Vincent Rothwell | 34 Comments
Tags: - Blogs, Interesting
With the CKS:EBE blog extensions you are not limited to the pre-built functionality, any WSS list or custom column you add to your blog can be available within your XML. There are specific controls supplied, such as the PostList control for listin...
Posted by Vincent Rothwell | 19 Comments
The CKS:EBE extends the standard WSS Blog site, which in turn uses a WSS list to store the posts. This list uses a Rich Text Field to store the post body and so when you edit the post you get the default Rich Text Editor...Wouldn't it be nice if y...
Posted by Vincent Rothwell | 20 Comments
Tags: - Tools, Code
So I had created my new custom publishing site template, added my own webtemp xml file in the TEMPLATE\Xml\1033 folder and created a new Internet site d on this template. The next step was to setup the variations for the new site and create the ...
Posted by Vincent Rothwell | 7 Comments
Tags: - MOSS, Publishing