Rotating Announcements with a Data View Web Part and jQuery

Oftentimes people go searching for plugins and already-written code to accomplish their goals. I find that it often gets people into more trouble than it’s worth as they usually don’t understand what they have deployed and it doesn’t work well in their specific situation. Of course, here I am posting something that those of you…

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…

Microsoft SharePoint Conference 2011 Keynote Thoughts

The keynotes this morning at SPC11 were great Microsoft marketing. We heard about all of the hopes and dreams the product team has (probably driven to a large degree by the Marketing folks) for SharePoint use and adoption. We heard that Office365 is taking off like gangbusters and solves a whole class of somewhat unidentified…

Using SPServices with jQueryUI’s Autocomplete Function on InfoPath Forms in SharePoint

Yes, that title says using jQueryUI on InfoPath forms in SharePoint. InfoPath forms are fantastic, except when they just aren’t quite able to do what you want. While InfoPath can help you take your SharePoint list forms to a whole new level, there may be times when you want to add some behavior to those…

Taming Long SharePoint List Forms Using jQuery to Break Them into Sections

Do you have any lists in SharePoint where the forms seem to go on and on, marching down the page, seemingly ad infinitum? I’ve seen lists which have over a hundred, even over 300 columns. This is a horrible thing to do to your users for so many reasons, but one of the primary reasons…

Showing a Spinning Icon When Using SPServices

Here’s another quick question that ought to be useful to many people as they develop solutions with SPServices. Here’s the original question: Is there a way to add and animate /_layouts/images/gears_an.gif to my SPServices Page while the Service Request is being processed. Everything I have seen seems to require calling SPLongOperation from the code beside….