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…

Editing Pages Based on Page Layouts When You Don’t Have Access to the Page Layouts Themselves

Page layouts are great functionality that comes along with the Publishing Infrastructure in MOSS.  They allow you to enforce a consistent structure and even consistent content in pages which you allow your users to create. However, sometimes (due to the powers that be), you may have access to a site with pages based on page…

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…

Show Numbers with a Different Locale in a SharePoint DVWP

Here’s a great little trick from an MSDN Forum thread I was trying to help out in.  Thanks to Playerkiller for this one. Suppose you’d like just a single DVWP to display numbers (either currency or regular numbers) in a different locale than the host site.  This trick lets you do just that. Prerequisites: Numbers…