How to replace 30 laptops (and $10,000)
How to replace 30 laptops (and $10,000) with 150 sheets of paper http://ow.ly/5FU1b -> Simplicity can be the most elegant solution.
How to replace 30 laptops (and $10,000) with 150 sheets of paper http://ow.ly/5FU1b -> Simplicity can be the most elegant solution.
In my previous post entitled Referencing jQuery, jQueryUI, and SPServices from CDNs, I provided the references to quickly add jQuery, jQueryUI, and SPServices from the CDNs I typically use. However, I made a bit of a faux pas in what I provided. It’s better to omit the protocol in the references. Browsers will simply use…
Here’s a great little trick from an MSDN Forum thread I was trying to help out in. Thanks to Playerkiller for this one. Suppose you’d like just a single DVWP to display numbers (either currency or regular numbers) in a different locale than the host site. This trick lets you do just that. Prerequisites: Numbers…
If you haven’t been paying any attention, you might not know that I loathe the 5000 item limit in SharePoint. I may have mentioned it here and here and here and a bunch of other places, but I’m not sure. But given it’s there, we often need to work around it. I’ve written this little function…
A client sent this one to me today as good blog fodder. I agreed, so here it is! When he went to Site Settings / Site Settings / Content and Structure from the root site, he got the “Arithmetic operation resulted in an overflow” error: After some sleuthing, they realized that there were two lists…
Observant SPServices user GregRT noticed something on Office365 today that I figured couldn’t be true. He posted the following in the discussions on the SPServices Codeplex site: FYI – I had left my debug on. Users were getting errors on there forms that a field could not be found by SPServices. MSFT has changed the…
In testing the MOSS Workflow Web Service operations I’m adding to our jQuery Library for SharePoint Web Services, I was getting an error sometimes when I called the StartWorkflow operation: Exception from HRESULT: 0x8102009B Turns out this occurs if there is a prior instance of the same workflow which has terminated in an error, showing…