Refreshing a Web Part Without a Postback Using jQuery’s AJAX Function

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 –…

|

From Annoyance to Harmonizer: Cloud Computing’s Maturity Curve

There’s an interesting article over on Forbes.com today from Joe McKendrick called From Annoyance to Harmonizer: Cloud Computing’s Maturity Curve. Those who know me would probably say that I’m no shrinking violet in my commenting on articles on the Web, but I read a lot of articles that don’t provoke me to comment. This one…

Hide a Document Library from the Browser with SharePoint Designer 2010

Hiding a Document library from user in the browser is straightforward using SharePoint Designer (SPD) and there is a single setting to accomplish it. First, open the site with SPD. Once the site is open, you will see the list of objects contained within the site down the left side of the screen. By default,…

SharePoint 2010 Ribbon Button Error – "Access is denied. sp.ui.rte.js…"

Heather Waterman (@hwaterman) and I turn to each other fairly regularly when either of us is stuck on something that we know the other will understand better. It’s the tremendous value of the SharePoint community along with the crazy tools like Skype that we have these days. (When I started coding, it was hard enough…

Using Unescaped CAML in a Data View Web Part (DWVP) in SharePoint Designer 2010

I’ve created more customized Data View Web Parts (DVWPs) than I could possibly count, but I still learn new stuff all the time. Tonight I was trying to get a DVWP to switch into DataSourceMode=”CrossList” and I accidentally noticed a nice little trick. If you right-click on the DVWP and select Properties, a Tag Properties…

SPXSLT (SharePoint XSL Templates) Release 0.0.9

I’ve just released a new version of the SPXSLT Codeplex Project, version 0.0.9. In this release, I added one new template called FixAmpersands. FixAmpersands is useful when you want to “join’ two lists in an AggregateDataSource in a Data View Web Part (DVWP) and the column you are uisng as the key may contain ampersands….