Reports from the Field: SPServices v0.6.0 Noticeably Faster

I’m starting to get feedback on the new version of SPServices, which is v0.6.0. One consistent message (other than “I love SPServices!”) is that it feels noticeably faster than previous versions. I wasn’t able to do any real benchmarking, but in my testing I felt that there was a noticeable performance improvement as well. At…

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

Last night (March 12), I released SPServices v0.6.0. As I’ve been discussing in previous posts (here, here, and here), this release is a significant refactoring so that it passes the majority of the coding standards tests at JSLint.com. Of course, there are some other great things included in this release as well, and I’ll outline them…

Updated SharePoint 2010 Certifications for SPServices

I just went through all of the “value-added” functions in SPServices and updated their certifications for SharePoint 2010. They were really behind the times and many were incorrect. Almost everything works great in SharePoint 2010, though there are a few functions that have some caveats. I wanted to make these updates as part of getting ready for…

Using SPServices to Get the Display Names for a SharePoint List’s Content Types

My pal Tasha Scott (@TashasEv) tweeted a question today about how to get at the display name for a Content Type on a NewForm: Hello Gentlemen, As requested, I am posting my query from Twitter in regards to trying to pass the Content Type of an item into the PlaceHolderPageTitleinTitleArea, um, area of a New…

SPServices: SocialDataService Web Service and Anonymous Access

Today is “SPServices and anonymous mode” day around these parts, it seems. I figure I’ll keep the posts coming on these topics today because for some reason I’ve gotten a string of questions about it. Here’s another question, edited a little bit to work here on the blog: We have built a web part that…

SPServices: SPRedirectWithID in Anonymous Mode – Nope, Won’t Work

I got a question about the SPServices function SPRedirectWithID via email yesterday, and it seemed like it would be good to answer it in a blog post. The idea behind SPRedirectWithID is to allow you to redirect the user to some other page from a NewForm, with the new item’s ID on the Query String….