Bonus: TaxonomyClientService in SPServices v0.6.0

Thomas Zepeda-McMillan was kind enough to get in touch back in early February and give me the code he had built to wrap the TaxonomyClientService Web Service for SharePoint 2010. This made a nice additional piece of functionality to add to v0.6.0. The TaxonomyClientService allows you to interact with the Managed Metadata term store. I…

Collecting Souls: Knowing Your Social Media Strategy – Part One

Around the time that my wife was pregnant with our son, I got very into genealogy. Suddenly it seemed very important to understand my backstory, and then my wife’s backstory, and even the backstory of any friends who were silly enough to mention a possibly famous ancestor to me. Since I’m a computer guy, I…

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…

Active Directory Groups vs. SharePoint Groups for User Management: The Denouement

Last week I did a post about when you might decide to use Active Directory groups versus SharePoint groups. It was less about managing the security, and more about understanding the membership of the groups. I got a *lot* of comments, emails, tweets, grumbles, and groans about the post. This seems to be a really common…

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

A couple of weeks ago I got a question from my pal Tasha Scott (@TashasEv) about how to find the DisplayName of a Content Type on a NewForm. At the end of the code in that post, I had the comment: Well, it turned out that the “do something” that Tasha wanted was to display that…