I’ll be at the SharePoint Technology Conference (SPTechCon) in SFO Next Week

And why should that matter to you? Well, since I missed the big SPC09 in Las Vegas last year, I’m hoping that I’ll have the chance to meet some of you fine folks who read this blog or correspond with me. From all accounts, SPTechCon is going to be a great event.  These things are…

Determining if a User Is in a Permission Group with SharePoint’s Web Services

It’s not unusual to want to know if a user is in a certain permission group and change how a page behaves based on whether or not s/he is.  AlexLee over on EndUserSharePoint.com‘s Stump the Panel asked how you might be able to do this using SharePoint’s Web Services.  jQuery Library for SharePoint Web Services…

Unlocking the Mysteries of Data View Web Part XSL Tags – Part 3 – <xsl:call-template>

This entry is part 3 of 21 in the series Unlocking the Mysteries of Data View Web Part XSL Tags

Cross-posted from EndUserSharePoint.com… <xsl:call-template> This is how you call a template which you’ve defined with <xsl-template>. In the last installment, I showed you what templates SharePoint Designer usually creates when you set up a Data View Web Part (DVWP). Having the templates in place is great, but you need a way to chain them together…

Applying "Product Service Systems" to Corporate Environments

There’s a great article in the Boston Sunday Globe today entitled The Leased Life. It talks about what is termed the “product service system”.  The basic idea is that many of the things we buy we don’t buy because we want the thing itself, but what the thing can do for us.  We buy tomatoes…

Unlocking the Mysteries of Data View Web Part XSL Tags – Part 2 – <xsl:template>

This entry is part 2 of 21 in the series Unlocking the Mysteries of Data View Web Part XSL Tags

Cross-posted from EndUserSharePoint.com… <xsl:template> Think of a template as a subroutine. It’s a unit of XSL to which you pass control. A template in a Data View Web Part’s (DVWP’s) XSL is a really important “unit of measure”. When you first drop a DVWP on the page and configure it, SharePoint Designer will automagically create…