Search

Accessible SharePoint WebSites
Download ARF

Using WSS on public sites means giving anonymous access to virtually all the pages in your site, including all the different list views and document libraries. People won't be able to do anything they are not allowed to because of security trimming,...
Posted by Vincent Rothwell | 11 Comments
Tags: - Code, SharePoint, Tips, WSS
I have released a new version of ARF, which includes implementations of a Windows Live Authentication provider for SharePoint and an XML/XSLT implementation of SharePoint discussion forums. Both of these features are being used on the SPWorks websit...
Posted by Vincent Rothwell | 0 Comments
Most of the SharePoint websites I work on do not expose any of the standard SharePoint functionality. They do not use webparts and so do not require any of the SharePoint javascript functionality. SharePoint includes files to support the client s...
Posted by Vincent Rothwell | 10 Comments
The Ramp Up program has just launched a new track for SharePoint developers... Ramp Up is a free, online, community-based learning program, with a number of different tracks that will help you build your portfolio of professional development skil...
Posted by Vincent Rothwell | 4 Comments
One of the normal requirements for a public website is some kind of feedback or contact form. Whilst this is not the most difficult thing to do, it's handy when you can create a fully accessible feedback form, with validation and the ability to upda...
Posted by Vincent Rothwell | 16 Comments
The Problem Sometimes its just easier to fire up SQL Management Studio and have a quick look at the database to find out what's going on. Today I had that situation, I wanted to dele a content type and SharePoint kept telling me it was in use, bu...
Posted by Vincent Rothwell | 5 Comments
A little while ago I was asked if it was possible to add an 'Up Folder' button so that users could navigate back to the parent folder in a ListView webpart. I knew you could easily add a button to the ListView toolbar and adding the functionality t...
Posted by Vincent Rothwell | 68 Comments