Editing Pages Based on Page Layouts When You Don’t Have Access to the Page Layouts Themselves

Page layouts are great functionality that comes along with the Publishing Infrastructure in MOSS.  They allow you to enforce a consistent structure and even consistent content in pages which you allow your users to create. However, sometimes (due to the powers that be), you may have access to a site with pages based on page…

Show Numbers with a Different Locale in a SharePoint DVWP

Here’s a great little trick from an MSDN Forum thread I was trying to help out in.  Thanks to Playerkiller for this one. Suppose you’d like just a single DVWP to display numbers (either currency or regular numbers) in a different locale than the host site.  This trick lets you do just that. Prerequisites: Numbers…

Redirect to Another Page from NewForm.aspx with the New Item’s ID

UPDATE 2009-10-19: I solved this for real in the jQuery Library for SharePoint Web Services function called $().SPServices.SPRedirectWithID.  Feel free to read this post, but this is the solution you’re looking for. UPDATE 2009-10-01: I’ve posted an update on this idea.  It’s possible to simplify the interstitial page using the Web Services from the jQuery Library for…

Apostrophe character in Data View Web Parts

Here’s another case where looking at my blog stats gave me an idea for a post.  There were several searches about the apostrophe character which led people to my blog today: sharepoint data view apostrophe dataview apostrophe problem sharepoint The apostrophe character (‘ or ' or ASCII character 39) is a bit of a trickster…