A jQuery Library for SharePoint Web Services (WSS 3.0 and MOSS): Real World Example – Part 3

Cross-posted from EndUserSharePoint.com… Part 1 Part 2 Part 3 Part 4 Please forgive me; it’s been over one month since my last confession article in this series. When last we spoke, I left you with the details of how one of the Data View Web Parts (DVWPs) – sections A and B below – on…

My Blog’s First Year at WordPress and "Are You Being Served?"

On the occasion of my blogs’ first birthday here at WordPress (it’s longer in the tooth than that, but I migrated over from Windows Live Spaces on 2009-01-06), I wanted to have a party, but that seemed excessive.  Instead, in an a propos coincidence, I saw a post over at my friend Christophe’s fantastic Path…

Revived Stump the Panel: SharePoint Q&A at EndUserSharePoint.com

There’s a new, revived Stump the Panel over at EndUserSharePoint.com as of today.  Those of you who follow EndUserSharePoint (@EUSP) know about the difficulties they had last month when their hosting provider shut them down due to high trafiic.  (Sort of a good *and* bad problem to have!) Well, Stump the Panel is back with a…

A jQuery Library for SharePoint Web Services (WSS 3.0 and MOSS): The SPSetMultiSelectSizes Function

Cross-posted from EndUserSharePoint.com… SPSetMultiSelectSizes is a function in the jQuery Library for SharePoint Web Services that lets you set the sizes of multi-select picker boxes based on the values they contain. This may sound trivial, but because of the way SharePoint constructs the pickers as compound controls, it’s less straightforward than you might think. Background…

A jQuery Library for SharePoint Web Services (WSS 3.0 and MOSS): Real World Example – Part 2

Cross-posted from EndUserSharePoint.com… Part 1 Part 2 Part 3 Part 4 In my last article, I showed how I used my jQuery Library for SharePoint Web Services to improve data quality by enhancing an out of the box form using the SPRequireUnique, SPDisplayRelatedInfo, and PreSaveAction functions. In this installment, I’ll show you how I created…