Sorting by Number in DVWPs
<xsl:sort select=”@JobFamilyRank” order=”ascending”/>
<xsl:sort select=”@JobFamilyRank” order=”ascending” data-type=”number”/>
<xsl:sort select=”@JobFamilyRank” order=”ascending”/>
<xsl:sort select=”@JobFamilyRank” order=”ascending” data-type=”number”/>
The other day I did a post in which I was grousing about what a pain it is to move individual lists from a 2007 environment to a 2010 environment. Even worse, I wanted to move the lists from a hosted WSS 3.0 environment at FPWeb to Office365. Because of this, there was no access…
As is often the case recently, inspiration for this post came from a thread over at the MSDN SharePoint – Design and Customization forum. In this particular thread, I suggested using the PreSaveAction (see my post entitled Validation on SharePoint Forms – Part Four for details on how this works) and some script to do…
This entry is part 2 of 21 in the series SPServices StoriesSPServices StoriesSPServices Stories #1 – How to Start a Workflow on Multiple Items in a List SPServices Stories #2 – Charting List Data with HighCharts SPServices Stories #3 – AddWebPart Method of the WebPartPages Web Service SPServices Stories #4 – Using SPServices to Process…
Many of you have heard that there’s something new coming, and that it’s called HTML5. Or maybe that it’s here but you can’t take advantage of it due to the browser you use or because you use SharePoint. As with most new things these days, there’s way too much information available about HTML5 to sift…
When I saw that iOS4 was out, I did what I always do with my iPhone: I upgraded. I blindly grab Apple’s upgrades every time. Sure, I should know better given what I do for a living, but when it comes to my iPhone, I’m just a plain old consumer. This time, it wasn’t so…
Interesting post about some upcoming enhancements to Live Maps. From what I’ve been able to glean, these enhancements should be available on October 16th (or so). Think of this: pretty soon you will be able build a Popfly mashup that shows a map of your recent trip with your route highlighted, with clickable pushpins that…