“Hello World!” Test with SPServices and SharePoint 2010: SPCascadeDropdowns

In a previous post entitled The jQuery Library for SharePoint Web Services and SharePoint 2010, I talked about the fact that the  jQuery Library for SharePoint Web Services (SPServices) basically works with SharePoint 2010.  I also promised to pursue “certification” for SharePoint 2010 on a function by function basis so that users of the library could be sure…

Allowing Anonymous Access with SharePoint Web Services and SPServices

Over the last few days or so, Christina Wheeler (@cwheeler76)  and I were trying to figure out why my jQuery Library for SharePoint Web Services (SPServices) wouldn’t work when SharePoint was enabled for anonymous access.  I had always assumed that it was just one of those things.  Even though I couldn’t find any definitive documentation…

Unlocking the Mysteries of Data View Web Part XSL Tags – Part 16 – <xsl:attribute>

This entry is part 16 of 21 in the series Unlocking the Mysteries of Data View Web Part XSL Tags

Cross-posted from EndUserSharePoint.com… When I made my initial pass through the XSL tags for this series, I missed a few.  The example XSL I used in Parts 1 through 11 was very basic: just what you’ve get if you added a DVWP to a page to display the Title column of a list and that…

Set a People Picker’s Value on a Form – Revisited with jQuery

Jim Bob Howard (@jbhoward) always asks me good questions.  Today he was interested in setting the value of a People Picker on a form with script.  I pointed him at my old post about doing it with JavaScript, but we’re jQuery buddies, so I wanted to give him some jQuery instead. That and the fact…