IE8: Built in Script Debugger!!!!!
I think the title says it all. If you’re using script in your pages, you should get IE8. QED
I think the title says it all. If you’re using script in your pages, you should get IE8. QED
I’ve been working on several projects with good old SharePoint 2007 (MOSS). jQuery and jQueryUI sure can spice it up nicely. Recently, I decided I wanted to refresh the contents of a Data View Web Part (DVWP) based on a user selection – a simple click on one of a big set of links –…
This entry is part 17 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…
People reach out to me all the time to ask my advice on how to accomplish certain things with SharePoint. Sometimes I can help, and sometimes their questions are way beyond me. One of the benefits of being reasonably well known in the SharePoint space is that people tend to come to me with questions…
Today I was working on some script for the home page of a SharePoint 2013 site which added the jQueryUI accordion behaviour to all of the Web Parts within a Web Part Zone. When I went into edit mode, it was pretty frustrating to have the accorsdions kick in, so I looked around for a way…
Trolling the MSDN SharePoint – Design and Customization forum is proving to be a great learning experience all around. I see questions I can’t answer which cause me to research them, and hopefully, I’m providing some answers which help others. One of the things I saw over the last few days was a link to…
This is a quick one, but it’ll be a post I return to over and over again. When you use Web storage (a.k.a. DOM storage) – localStorage or sessionStorage – to cache data, you’ll often want to know how much you’ve used already. Each browser gives you a different amount of storage to work with,…