Adding jQuery+SPServices to a SharePoint Page: Step One, Always

As a follow up to my prior post Adding jQuery to a SharePoint Page: Step One, Always, here’s another step one, always, for when you are using jQuery+SPServices. Even if you have referenced the jQuery library correctly, you still may not be referencing SPServices correctly. To make sure that SPServices is referenced correctly, add this…

Updating a Lookup Column Using SharePoint’s Lists Web Service

The SPServices discussions are a fount of interesting information. I find myself answering all sorts of questions which, while connected to SPServices, are often just as much about how SharePoint works in general. I had two questions recently about how to update Lookup columns with UpdateListItems, and I thought they would be of general interest….

Office365 Makes Developing in SharePoint’s Middle Tier More Relevant

If you’ve stuck your head out from under your rock at all recently, you’ve heard about Office365. There was a huge hullabaloo in NYC and elsewhere yesterday to accompany the “big announcement” (which most of us have been hearing about for probably six months now) as Microsoft launched Office365 globally . It may not surprise…

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

OK Go released a new album yesterday (180/360, and it’s great – go buy it!) so I figured I’d better release a new version of SPServices. Those guys shouldn’t have anything on me. My release isn’t live, but it’ll do new cool stuff in your live SharePoint pages. But enough tomfoolery. Yesterday  (June 21), I…

"One of the most impressive web pages I have ever seen in SharePoint"

Several people have asked me what I showed Dan Antion last week which caused him to say “Marc began by showing us one of the most impressive web pages I have ever seen in SharePoint.” I’m not sure that it was actually all *that* impressive (I have better!) but it does do some pretty cool…

Display All Related Tasks for a SharePoint Workflow Using jQuery, SPServices, and jQueryUI

This was a fun one to build. A client wanted to be able to see all of the related tasks for a workflow without having to do the two or more clicks it can take to get there using a standard SharePoint list view. By layering jQuery, SPServices, and jQueryUI, we were able to display the information in a…