SharePoint and Your Mobile Strategy: Be Sure to Have One!

These days, if you have a site running in SharePoint the odds of someone coming to it with a mobile device are increasing extremely rapidly. This is certainly true if you have an Internet-facing site, but also highly likely even for corporate Intranets. For this post, I’m going to pick on my friends at the Boston…

A Trick with the Dreaded “Server Error in ‘/’ Application” Error

Have you ever tried to go to a SharePoint page in your browser and gotten an error like this? This screenshot is from SharePoint 2010, but this trick works in SharePoint 2007 as well. View Source on the page and you’ll see additional information down at the bottom, hidden inside a comment. sure, it’s still…

jQuery Library for SharePoint Web Services (SPServices) v0.5.8 Released

Earlier today I released SPServices v0.5.8. The headlines for this release are: more operations, including the first SharePoint 2010 (SP2010) only operation, and a new function, SPUpdateMultipleListItems. SocialDataService The Social Data Service Web Service is the first SP2010-only Web Service I’ve added to SPServices. This Web Service allows you to interact with the new social…

Building a New SharePoint 2010 Virtual Machine from Scratch – Even I Can Do It

<UPDATE DateTime=”2010-11-18 10:36:00 EST”>  Based on feedback from many people here and on Twitter, I’ve decided to build out my VM using Andrew Connell’s instructions. All of the admin types who have seen what I’m doing keep telling me things like “Well, if you want to do certain things down the road…” or “That’s not…

How Does the “All People” View Work in SharePoint?

I got a question today from someone at one of my clients about how the All People page works. This is the page found at: http://[ServerName]/[SiteCollectionRoot]/[SubSitePath]/_layouts/people.aspx?MembershipGroupId=0 Here’s the question: I’ve noticed that in the All People page of my department site, accessible from the People And Groups section, some users are listed with the Created…

Adding Expand/Collapse Logic to your Data View Web Parts (DVWPs) –The Easy Way

Live and learn. Maybe that’s my mantra. One thing I can tell you is that the first time I come up with a way to do something, it’s rarely the best. If I look at some old code of mine and think it’s perfect, I worry. We all are learning all the time, and it’s…