Redirect to Another Page from NewForm.aspx with the New Item’s ID: Redux

UPDATE 2009-10-19: I solved this for real in the jQuery Library for SharePoint Web Services function called $().SPServices.SPRedirectWithID.  Feel free to read this post, but this is the solution you’re looking for. The most visited post on my blog, hands down, is the one on Redirect to Another Page from NewForm.aspx with the New Item’s ID. …

jQuery Library for SharePoint Web Services v0.3.1 Released

We released v0.3.1 of the jQuery Library for SharePoint Web Services today on Codeplex.  It’s been a week since the last release, and we’ve had a satisfying 85 downloads of v0.3.0.  Based on the emails I’ve been getting and the mentions I’ve seen on Twitter, this library is helping a lot of folks get real things…

Error When Programmatically Starting a SharePoint Workflow

In testing the MOSS Workflow Web Service operations I’m adding to our jQuery Library for SharePoint Web Services, I was getting an error sometimes when I called the StartWorkflow operation: Exception from HRESULT: 0x8102009B Turns out this occurs if there is a prior instance of the same workflow which has terminated in an error, showing…

jQuery Library for SharePoint Web Services v0.2.10 Released

Unfortunately quickly followed by 0.2.10a to fix a quick bug.  But at least it was a quick fix, and driven by someone called mwhite01 trying to actually use SPDisplayRelatedInfo to solve a business requirement. In this release, the main new things are a new function called $().SPServices.SPDebugXMLHttpResult and a slew of new Web Service operations. …

jQuery Library for SharePoint Web Services v0.2.9 Released

Today we released v0.2.9 of our jQuery Library for SharePoint Web Services.  This release includes a new function suggested by pagalvin in this Discussion thread.  It’s somewhat limited in what it can do at the moment, but we wanted to get some feedback before adding more options to it.  The screenshot below shows how it…

jQuery library for SharePoint Web Services v0.2.6 Alpha

UPDATE: 2009-08-28: This library doesn’t sit still for long.  We’ve released version 0.2.7 to fix a small issue and are already working on version 0.2.8. I just posted a new alpha version of our jQuery library for SharePoint Web Services.  In it, we’ve added 5 new operations, and a new function: SPServices.SPCascadeDropdowns. Web Service Operation Options…

Real World Use of Our jQuery Library for SharePoint Web Services

First of all, we need a snappier name.  Any suggestions? Secondly, it was nice to be alerted by Tom Resing (take his SharePoint 2010 adoption survey if you have a few minutes) yesterday that one of his colleagues had used our jQuery library for SharePoint Web Services in a real solution.  Check out David McWee‘s…

Our jQuery Library for SharePoint Web Services Is Available on Codeplex

We released our jQuery library for SharePoint Web Services to Codeplex today.  You can find it at http://spservices.codeplex.com; the current release is 0.2.3. We’ll keep the existing demo page up and running on the Sympraxis Consulting demo site and try to keep it current with each new release.  The demo page basically mirrors our test…

Determining the Current Site URL with jQuery and SharePoint’s Web Services

I’m not sure that I’m enamored with this as a solution, but I thought that I’d post this function to see what folks think and whether there are any better ideas out there.  (I’ve looked, and I certainly can’t find any!)  I’m building this function to sit in our SharePoint jQuery library, so I can’t…