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

Tonight I’m releasing SPServices v0.5.6.  The changes in this release aren’t major, but they are still important. Jaap Vossers (that’s a link to Jaap’s SharePointOverflow profile because his blog seems to have gone missing as I write this) spotted a bug in the core SPServices function that I hadn’t ever caught.  If he supplied a…

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

Today I released the next version of the jQuery Library for SharePoint Web Services (aka SPServices) to Codeplex: v0.5.5.  It’s been far too long since the last release, but I’ve been very busy working on client projects and helping to get the USPJ Academy up and running.  Given that there have been 1668 downloads of…

jQuery Library for SharePoint Web Services v0.5.4 Released

I released v0.5.4 of the jQuery Library for SharePoint Web Services (SPServices) last Friday, April 9.  There were quite a few important changes in the library in this release, as well as a nice new function, $().SPServices.SPAutocomplete. Before this release, there were issues with the $().SPServices.SPRedirectWithID function in MOSS.  It had been hard to nail…

What About Anonymous Writes to SharePoint Lists with Web Services? – Follow Up

In my post What About Anonymous Writes to SharePoint Lists with Web Services? the other day, I wondered why the SharePoint Web Services don’t allow anonymous updates to SharePoint lists through the Web Services, even when anonymous write access is enabled on those lists. Since then, I’ve gotten two independent answers that tell me that it just…