Creating a Linked Source for Your Data View Web Part (DVWP) in SharePoint Designer 2010

Matt Bramer (@IOnline247) asked me a good question today in the USPJ Academy forums which I needed to think about and do a little searching to answer. That usually makes for a good blog post. I’ve tried to follow your aggregate data source steps in 2010 and I can’t seem to view a data source…

Showing All Versions of “Append Changes to Existing Text” in a Data View Web Part (DVWP)

While flying across the country to SPTechCon SFO 2011, I was going through some of my old “blog posts I should do sometime” lists and came across this cool trick. Brendan Horner (@hornerit) shared it with me months ago via Twitter and I socked it away for one of those extra moments. Well, I found…

I’m Speaking at the SharePoint Conference .ORG in Baltimore, March 6-9

Next month, I will be speaking at the SharePoint Conference .ORG 2011 in Baltimore (March 6-9).  My session is called, “Enhancing the User Experience with jQuery”. I’ve done this session quite a few times, but it’s never the same twice. It’s all demo, and I’ll be showing some of the old stuff, specifically SPServices form…

SPServices’ Load on the Browser for SPGetCurrentUser

Sometimes I catch a tweet out of the corner of my eye and feel a need to comment back and sometimes 140 characters isn’t really enough for me to fulminate with. http://twitter.com/#!/rolandbouman/status/30614787268280321 Well, yes, but maybe no. If the only thing you’re loading jQuery and SPServices for is to get the current user’s identity, then…

SPServices: SocialDataService Web Service and Anonymous Access

Today is “SPServices and anonymous mode” day around these parts, it seems. I figure I’ll keep the posts coming on these topics today because for some reason I’ve gotten a string of questions about it. Here’s another question, edited a little bit to work here on the blog: We have built a web part that…

SPServices: SPRedirectWithID in Anonymous Mode – Nope, Won’t Work

I got a question about the SPServices function SPRedirectWithID via email yesterday, and it seemed like it would be good to answer it in a blog post. The idea behind SPRedirectWithID is to allow you to redirect the user to some other page from a NewForm, with the new item’s ID on the Query String….

Using Jaap Vossers’ InstantListFilter with a Data View Web Part (DVWP)

On a recent client project, I was able to take advantage of Jaap Vossers‘ excellent InstantListFilter project on Codeplex. It’s just the sort of thing that you need to improve the user experience with SharePoint, and you can do it with minimal work because Jaap’s done all of the heavy lifting for you. It’s a…