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”/>
Rarely in my career have I been as jazzed about something which I have been involved with as I am about the USPJ Academy. We held our inauguration event on 31 May, and now we’ve got classes up and running and students walking the virtual halls. Founded by my friends Bjørn Furuknap and Anil Sharma,…
In a previous post, I walked through Uploading Attachments to SharePoint Lists Using SPServices. Well, in the “modern” world, I want to use REST whenever I can, especially with SharePoint Online. I ran into a challenge figuring out how to make an attachment upload work in an AngularJS project. There are dozens of blog posts and…
I’ve started really cranking on the new version of SPServices and I’m having a blast, as usual. I’ve learned a few things already, and I thought I’d capture them in a post. “use strict”; Just gotta do it. I balked at implementing this previously, as it kept hating my code. Well, it hated my code…
Every once in a while, I write a fairly long response to a question in one of my USPJ Academy courses that just feels like a blog post. Here’s another one of those. We’ve been discussing why you would choose to use DOM manipulation over custom .NET programming. Here’s one of my replies in the…
Sorry it’s taken me a little while to get this post up, but I had a great time in Haarlem, The Netherlands the week before last at the Unity Connect conference. The conference is “under new management” – as it were – this year, and though I haven’t attended this particular event in the past,…
We released our jQuery library for SharePoint Web Services to Codeplex today. You can find it at http://spservices.codeplex.com; the current release is 0.2.3. We’ll keep the existing demo page up and running on the Sympraxis Consulting demo site and try to keep it current with each new release. The demo page basically mirrors our test…