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

Today (April 13), I released SPServices v0.6.1. This release doesn’t have a long list of changes from v0.6.0, but there is a new function which many people have asked for plus two other enhancements. For posterity, here are the changes: New Functionality Alpha Issue Tracker Item Function Description ALPHA1-2 5647 $().SPServices.SPFilterDropdown New Function Idea: Filter…

Book Review: “Enterprise Application Development in SharePoint 2010” by Ira Fuchs

I had the pleasure of meeting Ira Fuchs for the first time at SharePoint Fest Dallas a few weeks ago. Ira is a SharePoint Technical Specialist at Microsoft, so I’m guessing he has access to some of the brightest SharePoint minds in the world. As Ira and I were talking, he saw fit to gift…

Adding Script into a Content Editor Web Part (CEWP) in SharePoint 2010

This post was cross-posted on NothingButSharePoint.com onĀ 9 May, 2011. In my earlier post, I showed how to add script into a page using the CEWP in SharePoint 2007. In this post, I’ll do the same for SharePoint 2010, though in SharePoint 2010 there are other options as well. It’s worth repeating the intro to the…

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…