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…

Displaying a Multi-Select Column "Nicely" in a DVWP with Web Services

<UPDATE dateTime=”2011-06-29T18:11Z”>I fixed a bug in the template where it didn’t always show the final value in the multi-select.</UPDATE> In a previous post entitled Displaying a Multi-Select Column “Nicely”, I gave a recursive XSL function which split apart the values in a multi-select column and gave you the option to separate them with any separating…

New Logo and Certification Icons for the jQuery Library for SharePoint Web Services (SPServices)

As I posted last week, I’m going to start certifying the jQuery Library for SharePoint Web Services (SPServices) functions for use with SharePoint 2010.  In thinking through how best to do that, I realized that I needed a good, clear way to indicate what I’ve tested and whether there are any caveats you might need…