Brainlitter - Inside the mind of Sean Wallbridge

Dad. Husband. Drummer. Learner of Things.

Latest Posts

CKS EBE (Enhanced Blog Edition) Archives Sorting (Monthly Sorting)

So, I have the Community Kit for SharePoint: Enhanced Blog Edition working (CKS:EBE – if you are reading this now, you are looking at EBE).   However, with the ‘default’ Theme included (I actually preferred it over all the others), I noticed the Monthly Archives were not being sorted properly.  They should be sorted by …

Read on

BrainLitter – Now you can give Beers of Thanks

  Beer Me! Ok, I’ve been told I’ve helped a number of people, over the years, with my postings (in newsgroups and such) and my blog (blog.brainlitter.com). And people always tell me oh, I owe you a beer”, or “if you were nearby, I’d drop you a six pack” or “if you are ever in …

Read on

How to determine the current SharePoint build information

In the case of wanting to restore a SharePoint content database, etc. from one server to another or from a previous backup (and patches have since been applied), you would find your current build information by opening/checking the following: Open SharePoint Central Administration (this post applies to Windows SharePoint Services 3.0 (WSS) and Microsoft Office …

Read on

Quick Reference – Install SharePoint .WSP Solution File

Got a .WSP? Need to install it and looking for syntax quick?  Well, I’ve got it here for you (and me 🙂   1: stsadm.exe -o addsolution -filename some_funky_dunky_Solution.wsp 2: stsadm.exe -o deploysolution -name some_funky_dunky_Solution.wsp -allowgacdeployment -immediate

Read on

SharePoint Development Guidance (Best Practices)

Cool, Microsoft has published a ‘SharePoint Guidance’ area on MDSN. reference: http://msdn.microsoft.com/en-us/library/dd203468.aspx   Effectively, a single, centralized guide of best practices towards development applications on SharePoint, complete with details on packaging, solutions, testing and deployment. A worthy read for any Serious SharePoint Developer or anyone interested in starting out, with a solid foundation.

Read on

SharePoint Intranet “Pass through” Authentication

For pass through (also referred to as Challenge/Response) authentication to work, you need to configure Internet Explorer to put those sites in the ‘Intranet’ zone. This also assumes that the Windows client machine (XP Pro or Vista Business) is a member of a ‘domain’. You can accomplish a ‘trusted’ SharePoint login via the following:   …

Read on

itgroove’s SharePoint Server 2007 Top Ten Benefits List!

I got asked, so I took a little time to throw a list together…   1. Provide a simple, familiar, and consistent user experience. Office SharePoint Server 2007 is tightly integrated with familiar client desktop applications, e-mail, and Web browsers to provide a consistent user experience that simplifies how people interact with content, processes, and …

Read on

How to overcome Blocked File Types in SharePoint

If you are attempting to upload a (default) blocked file type to a SharePoint document library, you will probably see this… Text error version: The following file(s) have been blocked by the administrator: Shared Documents/notepad.exe However, if you really want to allow a certain file type, this is how it is done… But, first a …

Read on

Using Windows SharePoint 3.0 (WSS) and SQL Search is Failing?

Ok, this was a timely lesson learned.   If you are getting the following error trying to search a Windows SharePoint Services 3.0 (WSS), you might be experiencing the same problem we did…   1: No results matching your search were found. Check your spelling. Are the words in your query spelled correctly? Try using …

Read on