Finding the Distribution of Column Types in a SharePoint List with SPServices

I just went through a little exercise that was simple, but fun, and I thought I’d share. As part of building my new SPXmlToJson function for SPServices, I wanted to spin through some of my lists to see what the various types of columns were and count the occurrences. Sure, I could have probably just…

Adding JSON Capability to SPServices

For quite a while, I’ve gotten requests to offer some sort of JSON conversion capability in SPServices. The requests have often been fairly non-specific, meaning that they haven’t mentioned a particular Web Service operation, like GetListItems or GetWeb. However, I think that most people want to be able to get convert the XML they get…

jQuery Library for SharePoint Web Services (SPServices) v0.7.0 Beta 1 Available

Tonight I posted the first (we always hope the only) beta for SPServices v0.7.0. Initially I was calling this release v0.6.3, but when jQuery 1.7 was released and it caused problems with SPServices, I decided to bump the version so that the sevens matched. Get it? 1.7 and v0.7.0? Such are the complex decisions we…

Problem with jQuery 1.7+ and SPServices

<UPDATE dateTime=”2012-12-04″> This issue is resolved in v0.7.0+. See this post for more details, including the SPFilterNode function. </UPDATE> <UPDATE dateTime=”2011-11-15T11:59GMT-1″> Steve Workman has come up with a much improved way to do the selecting for things like z:row in general – it’s much faster, as Steve’s statistics show – and it also works with…

Managing SharePoint Site User Memberships in Multiple Groups Using SPServices

I got an email yesterday from Geoff Oliver. He said he had done something pretty useful with SPServices and wondered if I would be interested in seeing it. I manage about 115 groups in a single site collection…and that number is expected to grow.  I found that when a new user came on board or…