Making Sense of HTML5 with SharePoint: Introduction to the Series

 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…

Fix in the February 2012 CU for Stack Overflows with DVWPs Running Over One Second Limit Imposed by the August 2011 CU

Image via Wikipedia If you’ve been bitten by the issue I described in my post called August Cumulative Update Causing Stack Overflows with DVWPs Running Over One Second, then you’ll be happy to know that there may be a solution available to you. An anonymous reader left a comment on the above post the today…

Office365 SharePoint Online Portability Issues Strike Again

I had another situation today where the portability issues between Office365 and an on premises installation reared its ugly head. This is the reverse situation from the issues I had a while ago trying to move my demo sites from my VM to SharePoint Online. Last week, I shared a WSP containing some of my…

Managing Resources in SharePoint Online (Office365) Site Collections – "You are approaching the maximum storage limit"

Recently, I ran into a problem on my Office365-based SharePoint site. I’ve got an E1 account so that I can test how things work in the cloud. When I went to add a new Site Collection, I saw the message below in yellow. This message itself didn’t make sense to me, since I have only…

Application-Wide Help in SharePoint Using DVWPs and List-Based Content

In a recent client project, we wanted to offer some sort of online help capability. While SharePoint has a help capability built into it (those little icons on every page which usually take you to a page that has nothing to do with what you are actually doing – Microsoft should really fix that), we…

Bug in SPServices v0.7.1 with UpdateListItems Fixed in v0.7.1a

I’ll admit that I sometimes make mistakes. Here’s a clear one. When I made some changes to the way I initialize the default options in SPServices to help slim down the footprint, I missed testing a few things. Luckily, alert SPServices user mbroschat caught it very soon after I released v0.7.1 and I was able to…

jQuery Library for SharePoint Web Services (SPServices) v0.7.1 Released

Today I’m releasing SPServices v0.7.1. If you are using an earlier version of SPServices, I strongly suggest that you upgrade to this version. Not only does it have some cool new stuff in it, I’ve managed to squeeze some considerable performance improvments out of some of the most used functions, like SPCascadeDropdowns and SPDisplayRelatedInfo. In my…