On our Stump the Panel forum, bmix offered this problem:
We’re trying to figure out if there’s any way to show a total of how many people are scheduled for a particular hour of the day.
Well, after refining the problem statement, I put my owsapi to good use. The code below can be placed into [...]
Eric posted a good question on our forum:
What I’d like to be able to do, is create a hyperlink or button on the page that iterates through the list of users and when clicked, opens a mailto: href that is populated with all the users.
Any ideas on how this could be accomplished with jQuery?
I had [...]
Last night, I wanted to sum a calculated column with groups on the page with the groups closed. SharePoint does not do this OOB and my previous attempt at a solution needed data rendered (groups expanded).
To accomplish this, I did two things to my OWS API. First, I added a getType method that [...]
Web services are hot. I may write a jQuery plugin to talk to SP web services at some point, but first I wanted to do something novel, write a JavaScript tool that can fetch list data using the RPC method (specifically the URL protocol).
Who Wants This?
Anyone developing solutions around List View web parts may [...]