Rapid Solution Iteration with the Data View Web Part (DVWP) and jQuery

The other day I got a question about what I mean when I say that working with the Data View Web Part (DVWP) and jQuery can allow you to rapidly prototype solutions. In my experience, both the DVWP and jQuery allow you to rapidly iterate on a potential solution for a business use outside the normal…

Unlocking the Mysteries of the SharePoint Data View Web Part XSL Tags eBook Now Available

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

Starting today, my series of articles on Unlocking the Mysteries of the SharePoint Data View Web Part XSL Tags from my blog and EndUsersharePoint.com is available for download as an eBook from the Sympraxis Consulting Web site.  I’ve had many requests to “bind this content up” into a book or eBook, so I did just that….

Unlocking the Mysteries of Data View Web Part XSL Tags – Part 20 – <xsl:import>

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

Cross-posted from EndUserSharePoint.com… Whoa, Bessie! I forgot about one of the most useful XSL tags for Data View Web Parts (DVWPs)!  <xsl:import> allows you to be highly modular in storing your XSL templates for reuse.  I mentioned this back in Part 13 briefly, but I should go into it in some more detail.  This post…

Unlocking the Mysteries of Data View Web Part XSL Tags – Part 19 – Miscellaneous – More Math / Number Functions

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

Cross-posted from EndUserSharePoint.com… In the last article, I covered some of the XPath Math / Number functions; in this one, I’ll cover the rest. The first set included the ones that I considered somewhat tricky, and the ones in this article ought to be more straightforward. One thing that I forgot to mention in the…

Unlocking the Mysteries of Data View Web Part XSL Tags – Part 18 – Miscellaneous – Some Math / Number Functions

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

Cross-posted from EndUserSharePoint.com… I’m going to go back to the XPath Math / Number functions for this article to cover a few of them. Most of these functions are fairly intuitive, but I’m a math guy. (Yup, I even majored in it in college back during the Renaissance.) However, I find that the “documentation” in…

Unlocking the Mysteries of Data View Web Part XSL Tags – Part 17 – <xsl:comment> and <xsl:text>

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

Cross-posted from EndUserSharePoint.com… There are a few more XSL tags that I should briefly touch upon. They are used much less often than the others that I’ve covered, but more than the bunch that I’m not going to talk about at all. There’s a set of them that are really only going to make sense…

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…

Unlocking the Mysteries of Data View Web Part XSL Tags – Part 15 – Miscellaneous: Field / Node Functions

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

Cross-posted from EndUserSharePoint.com… Another day, another wunnerful article about the DVWP.  This time, I’m going to cover some of the most useful “built-in” Field / Node functions.  These are functions that are a part of XSL itself and help you work with nodes in the result set.  A node is a geekier term for a…