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…

A jQuery Library for SharePoint Web Services (WSS 3.0 and MOSS): Real World Example – Part 4

Cross-posted from EndUserSharePoint.com… Part 1 Part 2 Part 3 Part 4 Way, way back in January, I wrote Part 3 of this series and said:  “In my next article, I’ll show what the multiple document metadata entry page (EditFormBulk.aspx) looks like and how it works. Teaser: Yes, it uses jQuery and my jQuery Library for SharePoint…

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…