<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Rickey Whitworth&#039;s Blog &#187; Sharepoint</title>
	<atom:link href="http://www.whitworth.org/category/sharepoint/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.whitworth.org</link>
	<description>insights from managing a microsoft enterprise infrastructure</description>
	<lastBuildDate>Tue, 22 Jun 2010 17:12:16 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.3</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Creating a cloneable SharePoint 2010 Development Environment with PowerShell, Windows Sysprep, and SQL Server 2008 R2 Sysprep &#8211; Overview</title>
		<link>http://www.whitworth.org/2010/06/22/creating-a-cloneable-sharepoint-2010-development-environment-with-powershell-windows-sysprep-and-sql-server-2008-r2-sysprep-overview/</link>
		<comments>http://www.whitworth.org/2010/06/22/creating-a-cloneable-sharepoint-2010-development-environment-with-powershell-windows-sysprep-and-sql-server-2008-r2-sysprep-overview/#comments</comments>
		<pubDate>Tue, 22 Jun 2010 17:12:16 +0000</pubDate>
		<dc:creator>rwhitworth</dc:creator>
				<category><![CDATA[Sharepoint]]></category>
		<category><![CDATA[Sharepoint 2010]]></category>

		<guid isPermaLink="false">http://www.whitworth.org/2010/06/22/creating-a-cloneable-sharepoint-2010-development-environment-with-powershell-windows-sysprep-and-sql-server-2008-r2-sysprep-overview/</guid>
		<description><![CDATA[awesome. Thank you Josh. 
With most SharePoint development being done in VMs, it is useful to have a set of sysprepped base VMs that can be cloned at any time to create a new environment, whether it be for a new project, to test some tool or software, or whatever. Sysprep is a great tool [...]]]></description>
			<content:encoded><![CDATA[<p>awesome. Thank you Josh. </p>
<blockquote><p>With most SharePoint development being done in VMs, it is useful to have a set of sysprepped base VMs that can be cloned at any time to create a new environment, whether it be for a new project, to test some tool or software, or whatever. Sysprep is a great tool for virtual domains because it will generate a new security ID (SID) for every server created from the sysprepped image to prevent conflicts between servers on the same domain.</p>
<p>Most of the software needed for development can be installed prior to running sysprep on the virtual machine,but SQL Server and SharePoint (at least the configuration of SharePoint) are generally exceptions. These apps typically must be installed post-sysprep in order for them to operate correctly, and this is an involved and tedious process. Fortunately with SQL Server 2008 R2, we now have SQL Server Sysprep, which will allow SQL Server to be installed and imaged, but not configured until a new VM is created from the base image. Woohoo!</p>
<p>So, the general steps are as follows:</p>
<ol>
<li>Install a virtual machine with Windows Server 2008 R2, PowerShell 2.0 and all other desired client software (Visual Studio, Office, SharePoint Designer, etc…) </li>
<li>Install SQL Server 2008 R2 as a Prepared Image </li>
<li>Install SharePoint 2010 Prerequisites (<a href="http://technet.microsoft.com/en-us/library/cc262485(office.14).aspx">http://technet.microsoft.com/en-us/library/cc262485(office.14).aspx</a>) either manually or using the Prerequisites Installer tool </li>
<li>Install SharePoint 2010 bits, but <strong>DO NOT</strong> run configuration wizard </li>
<li>Run Sysprep.exe to prepare server </li>
<li>Clone server </li>
<li>Boot clone and execute PowerShell script to perform the following actions:
<ul>
<li>Complete configuration of sysprepped SQL Server 2008 R2 database server </li>
<li>Configure SharePoint 2010 farm </li>
</ul>
</li>
</ol>
</blockquote>
<p><a href="http://www.joshmeyer.net/blog/post/2010/03/26/Creating-a-cloneable-SharePoint-2010-Development-Environment-with-PowerShell-Windows-Sysprep-and-SQL-Server-2008-R2-Sysprep.aspx">Creating a cloneable SharePoint 2010 Development Environment with PowerShell, Windows Sysprep, and SQL Server 2008 R2 Sysprep – Overview</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.whitworth.org/2010/06/22/creating-a-cloneable-sharepoint-2010-development-environment-with-powershell-windows-sysprep-and-sql-server-2008-r2-sysprep-overview/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PointBridge Blogs &#8211; Office 2010 Wave</title>
		<link>http://www.whitworth.org/2010/04/13/pointbridge-blogs-office-2010-wave/</link>
		<comments>http://www.whitworth.org/2010/04/13/pointbridge-blogs-office-2010-wave/#comments</comments>
		<pubDate>Tue, 13 Apr 2010 14:11:12 +0000</pubDate>
		<dc:creator>rwhitworth</dc:creator>
				<category><![CDATA[Sharepoint]]></category>
		<category><![CDATA[Sharepoint 2010]]></category>
		<category><![CDATA[Sharepoint Customization]]></category>

		<guid isPermaLink="false">http://www.whitworth.org/2010/04/13/pointbridge-blogs-office-2010-wave/</guid>
		<description><![CDATA[&#160;
In previous versions of SharePoint it was impossible to add corners to a Web Part with just CSS (unless you were building sites for only the latest browsers). The best way was to style a container DIV on the Page Layout and put a Web Part Zone inside. Then, a Web Part in that zone [...]]]></description>
			<content:encoded><![CDATA[<p>&#160;</p>
<blockquote><p>In previous versions of SharePoint it was impossible to add corners to a Web Part with just CSS (unless you were building sites for only the latest browsers). The best way was to style a container DIV on the Page Layout and put a Web Part Zone inside. Then, a Web Part in that zone would appear to have round corners. This method greatly reduces the flexibility of SharePoint because there can only be one Web part in each Zone for the effect to work.</p>
<p>Styling Web Parts in SharePoint 2010 has become much easier than in MOSS 2007. There are several reasons for this and I will highlight a few.</p>
<p>The addition of a style class on a cell that contains the entire Web Part gives a big advantage to adding styles. In MOSS this did not exist. This is helpful because now you can simply add a border, background image or color to the container cell with the class “<strong>s4-wpcell-plain</strong>” and it will be applied around and behind the body and header of the Web Part.</p>
</blockquote>
<p><a href="http://blogs.pointbridge.com/Blogs/2010wave/pages/default.aspx">PointBridge Blogs &#8211; Office 2010 Wave</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.whitworth.org/2010/04/13/pointbridge-blogs-office-2010-wave/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PointBridge Blogs &#8211; Changing the background colors in SharePoint also changes the gradient</title>
		<link>http://www.whitworth.org/2010/04/13/pointbridge-blogs-changing-the-background-colors-in-sharepoint-also-changes-the-gradient/</link>
		<comments>http://www.whitworth.org/2010/04/13/pointbridge-blogs-changing-the-background-colors-in-sharepoint-also-changes-the-gradient/#comments</comments>
		<pubDate>Tue, 13 Apr 2010 13:46:25 +0000</pubDate>
		<dc:creator>rwhitworth</dc:creator>
				<category><![CDATA[Sharepoint]]></category>
		<category><![CDATA[Sharepoint 2010]]></category>
		<category><![CDATA[Sharepoint Customization]]></category>

		<guid isPermaLink="false">http://www.whitworth.org/2010/04/13/pointbridge-blogs-changing-the-background-colors-in-sharepoint-also-changes-the-gradient/</guid>
		<description><![CDATA[&#160;
The backgrounds in SharePoint 2010 were designed to allow end users to change gradients by simply picking solid colors on the settings page. For example if you choose an orange background color the result is a fade from orange to lighter orange. The change can be very subtle but is an effective way to create [...]]]></description>
			<content:encoded><![CDATA[<p>&#160;</p>
<blockquote><p>The backgrounds in SharePoint 2010 were designed to allow end users to change gradients by simply picking solid colors on the settings page. For example if you choose an orange background color the result is a fade from orange to lighter orange. The change can be very subtle but is an effective way to create an attractive site. This is a significant upgrade from older versions of SharePoint where, in order to change the branding, you would have had&#160; to undertake the time-consuming task of editing all of the gradient images one by one.</p></blockquote>
<p><a href="http://blogs.pointbridge.com/Blogs/2010wave/pages/default.aspx">PointBridge Blogs &#8211; Office 2010 Wave</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.whitworth.org/2010/04/13/pointbridge-blogs-changing-the-background-colors-in-sharepoint-also-changes-the-gradient/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Starter Master Pages for SharePoint 2010</title>
		<link>http://www.whitworth.org/2010/04/13/starter-master-pages-for-sharepoint-2010/</link>
		<comments>http://www.whitworth.org/2010/04/13/starter-master-pages-for-sharepoint-2010/#comments</comments>
		<pubDate>Tue, 13 Apr 2010 13:44:22 +0000</pubDate>
		<dc:creator>rwhitworth</dc:creator>
				<category><![CDATA[Sharepoint]]></category>
		<category><![CDATA[Sharepoint 2010]]></category>
		<category><![CDATA[Sharepoint Customization]]></category>

		<guid isPermaLink="false">http://www.whitworth.org/2010/04/13/starter-master-pages-for-sharepoint-2010/</guid>
		<description><![CDATA[&#160;
Project Description      Starter Master Pages for SharePoint 2010 are a clean, commented starting point for creating your own SharePoint 2010 branding. Starter Master Pages were known previously as Minimal Master Pages in SharePoint 2007.      Project Details      In the tradition of [...]]]></description>
			<content:encoded><![CDATA[<p>&#160;</p>
<blockquote><p><b>Project Description</b>      <br />Starter Master Pages for SharePoint 2010 are a clean, commented starting point for creating your own SharePoint 2010 branding. Starter Master Pages were known previously as Minimal Master Pages in SharePoint 2007.      <br /><b>Project Details</b>      <br />In the tradition of those SharePoint branding folks that came before me, I have put together two minimal master pages that can be used to start a SharePoint 2010 Branding project. They contain only very minimal HTML styling in order to accommodate some of the specific needs of SharePoint 2010 and are commented throughout. I hope you find them useful as a good starting point for creating branded SharePoint sites. If you make improvements upon them that could be used to improve the Starter Master Page experience for others, please share the changes with me through the CodePlex site or through my blog comments.</p>
</blockquote>
<p><a href="http://startermasterpages.codeplex.com/">Starter Master Pages for SharePoint 2010</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.whitworth.org/2010/04/13/starter-master-pages-for-sharepoint-2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Upgrading your Content DB to SharePoint 2010 &#8211; Part 1 &#8211; The preupgradecheck &#124; SharePoint George</title>
		<link>http://www.whitworth.org/2010/04/08/upgrading-your-content-db-to-sharepoint-2010-part-1-the-preupgradecheck-sharepoint-george/</link>
		<comments>http://www.whitworth.org/2010/04/08/upgrading-your-content-db-to-sharepoint-2010-part-1-the-preupgradecheck-sharepoint-george/#comments</comments>
		<pubDate>Thu, 08 Apr 2010 19:22:43 +0000</pubDate>
		<dc:creator>rwhitworth</dc:creator>
				<category><![CDATA[Sharepoint]]></category>
		<category><![CDATA[Sharepoint 2010]]></category>

		<guid isPermaLink="false">http://www.whitworth.org/2010/04/08/upgrading-your-content-db-to-sharepoint-2010-part-1-the-preupgradecheck-sharepoint-george/</guid>
		<description><![CDATA[Check out this two part series if you need detailed upgrade instructions for SharePoint 2010 
I’m sure there are a lot of SharePointers out there who are excited about the 2010 release and as I have been working my way through the installation and configuration of this updated beast, I have also been providing you [...]]]></description>
			<content:encoded><![CDATA[<p>Check out this two part series if you need detailed upgrade instructions for SharePoint 2010 </p>
<blockquote><p>I’m sure there are a lot of SharePointers out there who are excited about the 2010 release and as I have been working my way through the installation and configuration of this updated beast, I have also been providing you with posts along the way sharing my experiences.&#160; Today isn’t any different, and in this two part series I will be providing you with a guide to upgrading your SharePoint 2007 content databases to SharePoint 2010.&#160; There are already some great resources out there regarding upgrade options and preparation guidance including those from Microsoft on the TechNet Site and others which I will list at the end of this article. The prime focus of part 1 of this 2 part series will be to outline the many tools that are available to you at no cost, assisting and ensuring that your SharePoint&#160; farm and SharePoint databases are up to scratch and ready for 2010.&#160; The series will proceed as follows;</p>
<ol>
<li>Upgrading your Content DB to SharePoint 2010 –The preupgradecheck </li>
<li>Upgrading your Content DB to SharePoint 2010 – Using the Database Attach method </li>
</ol>
</blockquote>
<p><a href="http://sharepointgeorge.com/2009/upgrading-content-db-sharepoint-2010-part-1-preupgradecheck/">Upgrading your Content DB to SharePoint 2010 &#8211; Part 1 &#8211; The preupgradecheck | SharePoint George</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.whitworth.org/2010/04/08/upgrading-your-content-db-to-sharepoint-2010-part-1-the-preupgradecheck-sharepoint-george/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SPSEMEA Demo site and showcase &#124; SharePoint</title>
		<link>http://www.whitworth.org/2010/04/02/spsemea-demo-site-and-showcase-sharepoint/</link>
		<comments>http://www.whitworth.org/2010/04/02/spsemea-demo-site-and-showcase-sharepoint/#comments</comments>
		<pubDate>Fri, 02 Apr 2010 14:10:40 +0000</pubDate>
		<dc:creator>rwhitworth</dc:creator>
				<category><![CDATA[Sharepoint]]></category>
		<category><![CDATA[Sharepoint Customization]]></category>

		<guid isPermaLink="false">http://www.whitworth.org/2010/04/02/spsemea-demo-site-and-showcase-sharepoint/</guid>
		<description><![CDATA[Boris Gomiunik put this demo site together that shows several cool jquery enhancements all grouped together in a site template. Includes examples like toggling the quick launch bar, attaching events to form fields, and auto suggest using Sharepoint’s web services.
&#160;
I’ve prepared a SPSEMEA Demo site that you can simply upload to your (http://[siteUrl]/_catalogs/wt) Site template [...]]]></description>
			<content:encoded><![CDATA[<p>Boris Gomiunik put this demo site together that shows several cool jquery enhancements all grouped together in a site template. Includes examples like toggling the quick launch bar, attaching events to form fields, and auto suggest using Sharepoint’s web services.</p>
<p>&#160;</p>
<blockquote><p>I’ve prepared a SPSEMEA Demo site that you can simply upload to your (http://[siteUrl]/_catalogs/wt) Site template gallery. </p>
<p><a href="http://gomiunik.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=39330#DownloadId=104523">You can download the .stp from CodePlex</a></p>
<p>After you’ve uploaded the file to the Site template gallery you can create a subsite (English language) and from Custom you can select the uploaded template.</p>
<p>Below’s a brief overview where you can find tricks. How it’s done – check for Content Editor WebParts in that page (using a “PageView=Shared&amp;ToolPaneView=2” parameters in url (<a href="http://www.sharepointboris.net/2008/02/adding-webparts-to-other-sharepoint-pages-than-homepage-and-webpart-page/">more info here</a>)). All the files containing code are in a document library <strong>Sys</strong>. </p>
</blockquote>
<p><a href="http://www.sharepointboris.net/2010/02/spsemea-demo-site/">SPSEMEA Demo site and showcase | SharePoint</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.whitworth.org/2010/04/02/spsemea-demo-site-and-showcase-sharepoint/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Collapsible Web Parts in a Zone Using jQuery for SharePoint 2007 &#171; SPUIGuy</title>
		<link>http://www.whitworth.org/2010/04/01/collapsible-web-parts-in-a-zone-using-jquery-for-sharepoint-2007-spuiguy/</link>
		<comments>http://www.whitworth.org/2010/04/01/collapsible-web-parts-in-a-zone-using-jquery-for-sharepoint-2007-spuiguy/#comments</comments>
		<pubDate>Thu, 01 Apr 2010 21:59:27 +0000</pubDate>
		<dc:creator>rwhitworth</dc:creator>
				<category><![CDATA[Sharepoint]]></category>
		<category><![CDATA[Sharepoint Customization]]></category>

		<guid isPermaLink="false">http://www.whitworth.org/2010/04/01/collapsible-web-parts-in-a-zone-using-jquery-for-sharepoint-2007-spuiguy/</guid>
		<description><![CDATA[&#160;
Simply put, this plug-and-play solution will add a “+” or “-” to every web part in a given web part zone, allowing users to click the web part title to control the visible state of the web part.&#160; You can control the default state of each web part by setting the Chrome State on the [...]]]></description>
			<content:encoded><![CDATA[<p>&#160;</p>
<blockquote><p>Simply put, this plug-and-play solution will add a “+” or “-” to every web part in a given web part zone, allowing users to click the web part title to control the visible state of the web part.&#160; You can control the default state of each web part by setting the Chrome State on the web part.</p>
</blockquote>
<p><a href="http://spuiguy.wordpress.com/2010/03/21/collapsible-web-parts-in-a-zone-using-jquery-for-sharepoint-2007/">Collapsible Web Parts in a Zone Using jQuery for SharePoint 2007 « SPUIGuy</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.whitworth.org/2010/04/01/collapsible-web-parts-in-a-zone-using-jquery-for-sharepoint-2007-spuiguy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Build a SharePoint Scripting Resource Center &#124; EndUserSharePoint.com</title>
		<link>http://www.whitworth.org/2010/04/01/build-a-sharepoint-scripting-resource-center-endusersharepoint-com/</link>
		<comments>http://www.whitworth.org/2010/04/01/build-a-sharepoint-scripting-resource-center-endusersharepoint-com/#comments</comments>
		<pubDate>Thu, 01 Apr 2010 21:50:09 +0000</pubDate>
		<dc:creator>rwhitworth</dc:creator>
				<category><![CDATA[Sharepoint]]></category>
		<category><![CDATA[Sharepoint Customization]]></category>

		<guid isPermaLink="false">http://www.whitworth.org/2010/04/01/build-a-sharepoint-scripting-resource-center-endusersharepoint-com/</guid>
		<description><![CDATA[Wonderful idea. I have implemented this in production, now I just have a lot of previously implemented scripts to move to the resource center.
&#160;
This article is part of a series as I document my processes of discovery for creating jQuery solutions in SharePoint. To view the entire series, click the link at the bottom of [...]]]></description>
			<content:encoded><![CDATA[<p>Wonderful idea. I have implemented this in production, now I just have a lot of previously implemented scripts to move to the resource center.</p>
<p>&#160;</p>
<blockquote><p><em>This article is part of a series as I document my processes of discovery for creating jQuery solutions in SharePoint. To view the entire series, click the link at the bottom of this article to view all of the articles in the series. — Mark</em></p>
<p>I laid the groundwork for my jQuery investigations in a previous article. Now that I’ve done a little research, I’ve started building out a SharePoint Scripting Resource Center. The SSRC is at the top of the site collection, and set to “Read Only” access for all users of the site collection. I used a SharePoint wiki site to build the interface for the center.</p>
<p>In this article, I’ll walk through the process of creating a resource center. Follow along in your own SharePoint site and by the time you get done, you’ll be ready to start working on some jQuery with me.</p>
</blockquote>
<p><a href="http://www.endusersharepoint.com/2010/01/05/build-a-sharepoint-scripting-resource-center/">Build a SharePoint Scripting Resource Center | EndUserSharePoint.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.whitworth.org/2010/04/01/build-a-sharepoint-scripting-resource-center-endusersharepoint-com/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using jQuery to Wrap Web Parts and Achieve the Unachievable: The Packaged Solution &#124; EndUserSharePoint.com</title>
		<link>http://www.whitworth.org/2010/04/01/using-jquery-to-wrap-web-parts-and-achieve-the-unachievable-the-packaged-solution-endusersharepoint-com/</link>
		<comments>http://www.whitworth.org/2010/04/01/using-jquery-to-wrap-web-parts-and-achieve-the-unachievable-the-packaged-solution-endusersharepoint-com/#comments</comments>
		<pubDate>Thu, 01 Apr 2010 21:47:59 +0000</pubDate>
		<dc:creator>rwhitworth</dc:creator>
				<category><![CDATA[Sharepoint]]></category>
		<category><![CDATA[Sharepoint Customization]]></category>

		<guid isPermaLink="false">http://www.whitworth.org/2010/04/01/using-jquery-to-wrap-web-parts-and-achieve-the-unachievable-the-packaged-solution-endusersharepoint-com/</guid>
		<description><![CDATA[For those of you who have tried my method of getting rounded corners on web parts, here is a better way. As a bonus, you get a nice gradient image to use for the web part header that was designed by Brandon. I have implemented this in a site, and it works and looks great!&#160; [...]]]></description>
			<content:encoded><![CDATA[<p>For those of you who have tried my method of getting rounded corners on web parts, here is a better way. As a bonus, you get a nice gradient image to use for the web part header that was designed by Brandon. I have implemented this in a site, and it works and looks great!&#160; </p>
<blockquote><p>During the course of a customization and branding effort in SharePoint you are likely to find that you want to style web parts to look different from (Dare I say better than?) the stylistic treatment default to SharePoint.</p>
<p>In my quest for finding a way to improve the look of web parts, I discovered Microsoft’s markup for web parts does not allow for much web part style manipulation, as there are not enough CSS hooks.&#160; Nor could I modify the HTML inside a web part zone in order to wrap web parts with &lt;div&gt; tags for styling purposes—you can’t edit the contents of web part zone directly.&#160; So I had to settle with wrapping &lt;div&gt; tags with classes around web part zones, which got me where I wanted to go somewhat, but it failed to allow me to apply treatments like background colors, borders, rounded corners, and drop shadows to individual web parts—I could only apply them to the wrapper around the web part zone.</p>
</blockquote>
<p><a href="http://www.endusersharepoint.com/2010/03/18/using-jquery-to-wrap-web-parts-and-achieve-the-unachievable-the-packaged-solution/">Using jQuery to Wrap Web Parts and Achieve the Unachievable: The Packaged Solution | EndUserSharePoint.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.whitworth.org/2010/04/01/using-jquery-to-wrap-web-parts-and-achieve-the-unachievable-the-packaged-solution-endusersharepoint-com/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ShUIE (SharePoint User Interface Extender)</title>
		<link>http://www.whitworth.org/2010/03/31/shuie-sharepoint-user-interface-extender/</link>
		<comments>http://www.whitworth.org/2010/03/31/shuie-sharepoint-user-interface-extender/#comments</comments>
		<pubDate>Wed, 31 Mar 2010 18:30:01 +0000</pubDate>
		<dc:creator>rwhitworth</dc:creator>
				<category><![CDATA[Sharepoint]]></category>
		<category><![CDATA[Sharepoint Customization]]></category>

		<guid isPermaLink="false">http://www.whitworth.org/2010/03/31/shuie-sharepoint-user-interface-extender/</guid>
		<description><![CDATA[&#160;
In One Line
 Develop and centrally manage Sharepoint user interface customisations using jQuery within SharePoint &#38; MOSS (2007 and 2010) and Project Server (2007 and 2010).
Project Description
 ShUIE is an addition to Microsoft SharePoint that allows a developer to inject JavaScript and CSS fragments depending on the context of the page being displayed. JavaScript and [...]]]></description>
			<content:encoded><![CDATA[<p>&#160;</p>
<blockquote><h4>In One Line</h4>
<p> Develop and centrally manage Sharepoint user interface customisations using jQuery within SharePoint &amp; MOSS (2007 and 2010) and Project Server (2007 and 2010).<br />
<h4>Project Description</h4>
<p> ShUIE is an addition to Microsoft SharePoint that allows a developer to inject JavaScript and CSS fragments depending on the context of the page being displayed. JavaScript and CSS injected can be optionally minified, and jQuery is included to increase functionality.<br />
<h4>Project History</h4>
<p> ShUIE was created by <a href="http://www.pcubed.com/">Pcubed</a> in Autumn 2005, for SharePoint v2, to enable the customisation of the SharePoint HTML without requiring us to touch the template files and to allow us to apply and maintain the customisations over many SharePoint sub webs without having to re-deploy or modify the site templates. In the SharePoint v2 version, we injected the JavaScript by modifying a Microsoft Sharepoint core JavaScript file.    <br />In early November 2008 we created a version for SharePoint 2007. It uses a WebControl to &quot;inject&quot; JavaScript and Cascading Style Sheets into a page based on the context of the page. The customisations continue to be held centrally in a database, but now the ability to use a WebControl packaged as a feature means that we no longer modify any Microsoft file and still retain the ability to inject our customisations anywhere.    <br />The latest version uses SharePoint&#8217;s property bag instead of a SQL database. It has been tested and is stable against SharePoint 2007, MOSS 2007, SharePoint 2010 and MOSS 2010.</p></blockquote>
<p><a href="http://shuie.codeplex.com/Wikipage">ShUIE (SharePoint User Interface Extender)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.whitworth.org/2010/03/31/shuie-sharepoint-user-interface-extender/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic page generated in 0.429 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2010-07-05 12:15:06 -->
