SPServices Stories #11 – Using SPServices and jQuery to Perform a Redirect from a SharePoint List NewForm to EditForm

This entry is part 11 of 21 in the series SPServices Stories

Introduction I ran across this SPServices Story in a post on the blog at CTS. The author of the post, Matt Ingle, is a Senior Consultant at CTS in Birmingham, AL. According to Matt, he is a team lead for a group called the SharePoint Factory. The SharePoint Factory team roles correspond to the various areas of…

SPServices 2013.01ALPHA4 Returns a Deferred Object (Promise)

I’ve just posted a new alpha (ALPHA4) for SPServices 2013.01. This alpha implements the return of a deferred object, aka a promise, as well as executing a completefunc (if provided) for backward compatibility. Note that the deferred object capability was introduced in jQuery 1.5, so this version of SPServices requires that version or greater. I’ve done…

SPServices Stories #10 – jqGrid Implementation Using SPServices in SharePoint

This entry is part 10 of 21 in the series SPServices Stories

Introduction Today’s SPServices Story comes from Prateek Kulkarni in Bengaluru, India. Prateek posted this originally on the C# Corner site as jqGrid Implementation Using SpServices in SharePoint. As with several of the earlier SPServices Stories posts, I found this one interesting because it shows how to use SPServices with another framework to render the results…

SPServices Futures: Moving to jQuery’s Deferred Objects and More

As I gear up to work on the next release of SPServices, I want to make some pretty fundamental changes/improvements to the internal plumbing. What I’m hoping to do with this post is to gather any ideas and feedback that the user community has about the implementation before I go too far with things. Deferred…

SPServices Stories #9: Developing with Client-side Technologies: jQuery, REST, SPServices and jsRender

This entry is part 9 of 21 in the series SPServices Stories

Introduction Here’s another SPServices Stories post that is a bit older and talks about how you can use SPServices with other popular plugins and frameworks. While this is possible with the CSOM, I’ve always found that SPServices provides a much tighter and more controllable syntax. You probably can’t trust me on that, though, since I wrote it….

SPServices Stories #8 – CEWP, Nintex, jQuery, SPServices and the Client API

This entry is part 8 of 21 in the series SPServices Stories

Introduction I’ve been keeping a list of older posts about using SPServices that I’ve seen on the InterWebz for that day when I finally got around to doing something like SPServices Stories. This one is from Dan Stoll (@_danstoll) at Nintex, and was originally published on Dan’s blog back in February, 2012 as CEWP, Nintex, jQuery,…

SPServices Stories #7 – Example Uses of SPServices, JavaScript and SharePoint

This entry is part 7 of 21 in the series SPServices Stories

Introduction I’ve been aware that John Liu (@johnnliu) is a fan of SPServices for some time now. He occasionally tweets about things he’s up to, and they always sound intriguing. Recently, I asked him if he’d like to share any of his own SPServices Stories, and he did a post for me on his blog….

SPServices Stories #6 – Custom Quizzing System

This entry is part 6 of 21 in the series SPServices Stories

Introduction Many times, SPServices Stories play out on the field of the Codeplex Discussions. As someone posts questions about how to build some of the components of their solution, the overall plan comes into focus. Over the last week or so, I’ve been helping Oli Howson (@Mr_Howson) in the discussions here and here. As the bits…

SPServices Stories #5 – Gritter and Sharepoint: Integrate Nifty Notifications in Your Intranet!

This entry is part 5 of 21 in the series SPServices Stories

Introduction This SPServices Story comes to use from Rick El-Darwish (@RtfulDodg3r) in Geneva, Switzerland. For those of you who aren’t familiar with it, Gritter is a Growl-like notification jQuery plugin. That’s a mouthful, but try the links and you’ll quickly get the picture. If you’re an OS X user, then you’ll recognize the capability right…