<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>SPUIGuy</title>
	<atom:link href="http://spuiguy.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://spuiguy.wordpress.com</link>
	<description>Make It Not Look Like SharePoint</description>
	<lastBuildDate>Sat, 10 Sep 2011 02:05:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='spuiguy.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>SPUIGuy</title>
		<link>http://spuiguy.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://spuiguy.wordpress.com/osd.xml" title="SPUIGuy" />
	<atom:link rel='hub' href='http://spuiguy.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Collapsible Web Parts in a Zone Using jQuery for SharePoint 2007</title>
		<link>http://spuiguy.wordpress.com/2010/03/21/collapsible-web-parts-in-a-zone-using-jquery-for-sharepoint-2007/</link>
		<comments>http://spuiguy.wordpress.com/2010/03/21/collapsible-web-parts-in-a-zone-using-jquery-for-sharepoint-2007/#comments</comments>
		<pubDate>Sun, 21 Mar 2010 06:29:16 +0000</pubDate>
		<dc:creator>spuiguy</dc:creator>
				<category><![CDATA[jQuery]]></category>
		<category><![CDATA[Web Parts]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[plug-and-play]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[web part]]></category>

		<guid isPermaLink="false">http://spuiguy.wordpress.com/?p=28</guid>
		<description><![CDATA[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.  You can control the default state of each web part by setting the Chrome State on the web part.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=spuiguy.wordpress.com&amp;blog=12522200&amp;post=28&amp;subd=spuiguy&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Simply put, this plug-and-play solution will add a &#8220;+&#8221; or &#8220;-&#8221; 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.  You can control the default state of each web part by setting the Chrome State on the web part.</p>
<p><a href="http://spuiguy.files.wordpress.com/2010/03/spuiguy_collapsible_web_parts_in_zone_2007_image_1.gif"><img class="aligncenter size-full wp-image-31" title="Collapsible Web Parts in Zone 2007 image 1" src="http://spuiguy.files.wordpress.com/2010/03/spuiguy_collapsible_web_parts_in_zone_2007_image_1.gif?w=518&#038;h=185" alt="Screenshot of Collapse Web Parts in Zone 2007 in action" width="518" height="185" /></a></p>
<p>On past projects I have made web parts collapsible by wrapping web part zones with code in the page layout.  The disadvantage with this approach is that it is not adjustable by the client without modifying the page layout.  A project I just wrapped up required the flexibility for site owners to add or remove web parts that automatically became collapsible.  This project was for SharePoint 2010, but I converted the solution to work with SharePoint 2007.</p>
<h3><span id="more-28"></span>Solution</h3>
<p>This solution will work for WSS 2007 and MOSS 2007, and it makes use of Mark Miller’s <a href="http://www.endusersharepoint.com/2010/01/05/build-a-sharepoint-scripting-resource-center/" target="_blank"><strong>Scripting Resource Center</strong></a>.  Please follow Mark’s instructions so you have the proper libraries to follow along below.  My code includes paths to these libraries and references them by name, so it is important to have your Scripting Resource Center at the root of your site collection and that you use the filenames as given below.  The script, CSS, HTML, and images for this solution will be stored in your Scripting Resource Center library, to which you will reference from a Content Editor Web Part you drop on your page.  I am also supplying the pre-configured Content Editor Web Parts as .dwp files that you can add to your web par gallery or import onto the page.</p>
<p><strong>Step 1. Create the Scripting Resource Center libraries.<br />
</strong>See <a href="http://www.endusersharepoint.com/2010/01/05/build-a-sharepoint-scripting-resource-center/">http://www.endusersharepoint.com/2010/01/05/build-a-sharepoint-scripting-resource-center/</a>.  I assume you have created your Scripting Resource Center at the root of your site collection and assigned it the path /ScriptingResourceCenter (any deviations will require adjustments to the solution’s HTML file).</p>
<p><strong>Step 2. Upload the jQuery library into the “Resources-jQuery” library of your Scripting Resource Center.<br />
</strong>You may or may not have a jQuery library already.</p>
<ul>
<li>If you already have your jQuery library version of choice, upload it into your “Resources-jQuery” library.</li>
<li>If you do not currently have a copy of the jQuery library, go to <a href="http://jquery.com/">http://jquery.com</a> and click the “download(jQuery);” button.  Upload this file into your “Resources-jQuery” library.</li>
</ul>
<p><em>Note: In the code provided, I assume you have uploaded the latest jQuery library version as of the time of this post, which is v1.4.2, and that the file is named jquery-1.4.2.min.js.  If you are using a different version or file name, you will need to update the solution’s HTML file (spuiguy_collapsible_web_parts_in_zone_2007.html) to use the correct file name.</em></p>
<p><strong>Step 3. Upload the JavaScript, CSS, and HTML files into the “Resources-Scripts” library of your Scripting Resource Center.<br />
</strong>Download the following files from my Box.net folder and upload to /ScriptingResourceCenter/ResourcesScripts:</p>
<ul>
<li><a href="http://www.box.net/shared/thr7ha4kg9">spuiguy_collapsible_web_parts_in_zone_2007.css</a></li>
<li><a href="http://www.box.net/shared/8c8vcp4h9d">spuiguy_collapsible_web_parts_in_zone_2007.html</a></li>
<li><a href="http://www.box.net/shared/son451qd4o">spuiguy_collapsible_web_parts_in_zone_2007.js</a></li>
<li><a href="http://www.box.net/shared/329106kp27">spuiguy_collapsible_web_parts_in_zone_2007_instance.html</a></li>
</ul>
<p><em>Note: The script in spuiguy_collapsible_web_parts_in_zone_2007.html that tests for and writes the reference to the jQuery library is borrowed from Christina Wheeler’s post </em><a href="http://www.endusersharepoint.com/2010/03/12/transparent-overlays-for-sharepoint-interface-enhancement/"><em>“Transparent Overlays for SharePoint Interface Enhancement.”</em></a></p>
<p><strong>Step 4. Upload the images into the “Resources-Images” library of your Scripting Resource Center.<br />
</strong>Download the following images from my <a href="../">SPUIGuy blog</a> and upload to /ScriptingResourceCenter/ResourcesImages:</p>
<ul>
<li><a href="http://spuiguy.files.wordpress.com/2010/03/icon_minus_darkgrey_med.gif">icon_minus_darkgrey_med.gif</a></li>
<li><a href="http://spuiguy.files.wordpress.com/2010/03/icon_plus_darkgrey_med.gif">icon_plus_darkgrey_med.gif</a></li>
</ul>
<p><strong>Step 5. Upload the Content Editor Web Parts into your site collection’s web part gallery.<br />
</strong>Download the following web parts from my Box.net folder and upload into your site collection’s web part gallery (located at /_catalogs/wp/Forms/AllItems.aspx).  The web parts will be named “SPUIGuy: Collapsible Web Parts in a Zone 2007” and “SPUIGuy: Collapsible Web Parts in a Zone 2007 Instance,” respectively.</p>
<ul>
<li><a href="http://www.box.net/shared/52okrvj8ti">SPUIGuy Collapsible Web Parts in a Zone 2007.dwp</a></li>
<li><a href="http://www.box.net/shared/3r30aeem2e">SPUIGuy Collapsible Web Parts in a Zone 2007 Instance.dwp</a></li>
</ul>
<p><strong>Step 6. Add the Content Editor Web Parts to your page.<br />
</strong>On the page you wish to use this script, add the “SPUIGuy: Collapsible Web Parts in a Zone 2007” web part to any web part zone that will not be collapsible.  Next, add the “SPUIGuy: Collapsible Web Parts in a Zone 2007 Instance” web part to the web part zone(s) for which you want to enable the expand/collapse.  You can add the “Instance” web part to as many web part zones on a page as you wish, but add at most one per web part zone; also, put only one “SPUIGuy: Collapsible Web Parts in a Zone 2007” web part on the page.</p>
<p>If for any reason you need to change the path to the solution’s HTML files, edit that web part and change the Content Link property.  In our example, we’re using the Content Link field value “/ScriptingResourceCenter/ResourcesScripts/spuiguy_collapsible_web_parts_in_zone_2007.html” for the “SPUIGuy: Collapsible Web Parts in a Zone 2007” web part and the Content Link field value “/ScriptingResourceCenter/ ResourcesScripts/spuiguy_collapsible_web_parts_in_zone_2007_instance.html” for the “Instance” web part.</p>
<p><strong>Step 7. Set the chrome for your web parts.<br />
</strong>The Chrome Type setting for the web parts you want to make collapsible must be either “Title and Border” (often same as “Default” out-of-the-box) or “Title Only.”</p>
<p>For web parts you want to be expanded upon page load, set the web part’s Chrome State to “Normal.”  For those you want to be collapsed upon page load, set the Chrome State to “Minimized.”</p>
<p><strong>Step 8. Now you see it.  Now you don’t.  Whoa, there it is again.<br />
</strong>If you use this solution and the implementation is viewable by the public, please leave a link in the comments.  I’d love to see how it’s being used.</p>
<h3>Notes</h3>
<ul>
<li>You may experience a delay between time the web part is written to the page and when the solution’s stylistic treatment is applied.  This is due to the loading of the jQuery library and the solution’s script file.</li>
<li>This solution will only work for WSS 2007 and MOSS 2007.  I will work on a 2010 version and let you know when it’s ready.</li>
<li>This solution was tested in IE 7, IE 8, and Firefox 3.6.</li>
<li>Any deviations from the paths and filenames used by the solution will require adjustments to either the solution’s HTML file, the web part’s Content Link path, or both.</li>
<li>In the code provided, I assume you have uploaded the latest jQuery library version as of the time of this post, which is v1.4.2 and that the file is named jquery-1.4.2.min.js.  If you are using a different version or file name, you will need to update the solution’s HTML file (spuiguy_collapsible_web_parts_in_zone_2007.html) to use the correct file name.</li>
<li>If you do not want to make this web part available in the gallery, you have the option to import the web part onto the page on which you wish to use it using the standard web part import process.</li>
</ul>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/spuiguy.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/spuiguy.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/spuiguy.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/spuiguy.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/spuiguy.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/spuiguy.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/spuiguy.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/spuiguy.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/spuiguy.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/spuiguy.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/spuiguy.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/spuiguy.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/spuiguy.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/spuiguy.wordpress.com/28/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=spuiguy.wordpress.com&amp;blog=12522200&amp;post=28&amp;subd=spuiguy&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://spuiguy.wordpress.com/2010/03/21/collapsible-web-parts-in-a-zone-using-jquery-for-sharepoint-2007/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/33912d37ad325faa85f9ec0b94c6d247?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">spuiguy</media:title>
		</media:content>

		<media:content url="http://spuiguy.files.wordpress.com/2010/03/spuiguy_collapsible_web_parts_in_zone_2007_image_1.gif" medium="image">
			<media:title type="html">Collapsible Web Parts in Zone 2007 image 1</media:title>
		</media:content>
	</item>
		<item>
		<title>Using jQuery to Wrap Web Parts and Achieve the Unachievable: The Packaged Solution</title>
		<link>http://spuiguy.wordpress.com/2010/03/21/using-jquery-to-wrap-web-parts-and-achieve-the-unachievable-the-packaged-solution/</link>
		<comments>http://spuiguy.wordpress.com/2010/03/21/using-jquery-to-wrap-web-parts-and-achieve-the-unachievable-the-packaged-solution/#comments</comments>
		<pubDate>Sun, 21 Mar 2010 06:10:32 +0000</pubDate>
		<dc:creator>spuiguy</dc:creator>
				<category><![CDATA[jQuery]]></category>
		<category><![CDATA[Web Parts]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[plug-and-play]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[web part]]></category>

		<guid isPermaLink="false">http://spuiguy.wordpress.com/?p=23</guid>
		<description><![CDATA[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.  The following is that solution, all packaged up, ready for you to plug-and-play.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=spuiguy.wordpress.com&amp;blog=12522200&amp;post=23&amp;subd=spuiguy&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<h3>Introduction</h3>
<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.  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.  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>
<p>So I wrote some jQuery to inject  into the DOM &lt;div&gt; tags and  classes for web parts that I could then use  as hooks in my CSS.</p>
<p>On March 17, 2010,  EndUserSharePoint.com published a post I wrote  about <a href="http://www.endusersharepoint.com/2010/03/17/sharepoint-using-jquery-to-wrap-web-parts-and-achieve-the-unachievable"><strong>wrapping  web parts with jQuery</strong></a> that included the necessary  JavaScript function, but not  much else.  I apologize my post did not   include the other assets needed, like the CSS and images.  Moreover,  with that post I had taken the  approach of creating a custom master  page from which my function would be  called (my usual approach for  SharePoint customization efforts).  Several commenters noted they were  looking  for an encapsulated solution they could drop on the page via a  Content Editor  Web Part rather than a solution that would require them  to modify master pages  or page layouts.  While I advocate  referencing  the solution from the master page or page layout, I understand that  is  not possible in all situations and that EndUserSharePoint.com leans  towards  solutions easily implemented by content contributors and site  administrators.</p>
<p>The following is that solution, all  packaged up, ready for you to  plug-and-play.<span id="more-23"></span></p>
<h3>Solution</h3>
<p>This solution will work for WSS 2007  and MOSS 2007, and it makes use  of Mark Miller’s <a href="http://www.endusersharepoint.com/2010/01/05/build-a-sharepoint-scripting-resource-center/" target="_blank"><strong>Scripting Resource Center</strong></a>.  Please  follow  Mark’s instructions so you have the proper libraries to follow  along below.  My code includes paths to these libraries and  references  them by name, so it is important to have your Scripting Resource  Center  at the root of your site collection and that you use the filenames as   given below.  The script, CSS, HTML, and  images for this solution will  be stored in your Scripting Resource Center  library, to which you will  reference from a Content Editor Web Part you drop on  your page.  I am  also supplying the  pre-configured Content Editor Web Part as a .dwp  that you can add to your web  par gallery or import onto the page.</p>
<p><strong>Step 1. Create the Scripting  Resource Center libraries.</strong></p>
<p>See <a href="http://www.endusersharepoint.com/2010/01/05/build-a-sharepoint-scripting-resource-center/"><strong>http://www.endusersharepoint.com/2010/01/05/build-a-sharepoint-scripting-resource-center/</strong></a>.    I assume you have created your Scripting Resource Center at the root  of  your site collection and assigned it the path  /ScriptingResourceCenter (any  deviations will require adjustments to  the solution’s HTML file).</p>
<p><strong>Step 2. Upload the jQuery library  into the  “Resources-jQuery” library of your Scripting Resource Center.</strong></p>
<p>You may or may not have a jQuery  library already.</p>
<ul>
<li>If you already have your jQuery  library version of choice, upload  it into your “Resources-jQuery” library.</li>
<li>If you do not currently have a copy  of the jQuery library, go to <a href="http://jquery.com/" target="_blank"><strong>http://jquery.com</strong></a> and click the “download(jQuery);” button.   Upload this file into your  “Resources-jQuery” library.</li>
</ul>
<p><em>Note: In the code provided, I assume you have uploaded the   latest jQuery library version as of the time of this post, which is  v1.4.2, and  that the file is named jquery-1.4.2.min.js.   If you are  using a different version or file name, you will need to  update the  solution’s HTML file (wrapwebparts2007.html) to use the correct file   name.</em></p>
<p><strong>Step 3. Upload the JavaScript, CSS,  and HTML files into the  “Resources-Scripts” library of your Scripting Resource  Center. </strong></p>
<p>Download the following files from my  Box.net folder and upload to  /ScriptingResourceCenter/ResourcesScripts:</p>
<ul>
<li><a href="http://www.box.net/shared/0m7i21mf3m" target="_blank"><strong>wrapwebparts2007.js</strong></a></li>
<li><a href="http://www.box.net/shared/utv23si8ve" target="_blank"><strong>wrapwebparts2007.css</strong></a></li>
<li><a href="http://www.box.net/shared/6b5hr4yo86" target="_blank"><strong>wrapwebparts2007.html</strong></a></li>
</ul>
<p><em>Note: The script in  wrapwebparts2007.html that tests for and  writes the reference to the jQuery  library is borrowed from Christina  Wheeler’s post </em><a href="http://www.endusersharepoint.com/2010/03/12/transparent-overlays-for-sharepoint-interface-enhancement/"><strong><em>“Transparent  Overlays for SharePoint Interface Enhancement.”</em></strong></a></p>
<p><strong>Step 4. Upload the images into the “Resources-Images” library  of your Scripting  Resource Center.</strong></p>
<p>Download the following images from  my <a href="../" target="_blank"><strong>SharePoint   Putty blog</strong></a> and upload to   /ScriptingResourceCenter/ResourcesImages:</p>
<ul>
<li><a href="http://spuiguy.files.wordpress.com/2010/03/standard_inner_wptitle_lightgrey_bg.gif" target="_blank"><strong>standard_inner_wptitle_lightgrey_bg.gif</strong></a></li>
<li><a href="http://spuiguy.files.wordpress.com/2010/03/wpcorners_f0f3f5_tl.png" target="_blank"><strong>wpcorners_f0f3f5_tl.png</strong></a></li>
<li><a href="http://spuiguy.files.wordpress.com/2010/03/wpcorners_f0f3f5_tr.png" target="_blank"><strong>wpcorners_f0f3f5_tr.png</strong></a></li>
<li><a href="http://spuiguy.files.wordpress.com/2010/03/wpcorners_ffffff_bl.png" target="_blank"><strong>wpcorners_ffffff_bl.png</strong></a></li>
<li><a href="http://spuiguy.files.wordpress.com/2010/03/wpcorners_ffffff_br.png" target="_blank"><strong>wpcorners_ffffff_br.png</strong></a></li>
</ul>
<p><strong>Step 5. Upload my Content Editor Web Part into your site  collection’s web part  gallery and add it to your page.</strong></p>
<p>Download the following web part from  my Box.net folder and upload  into your site collection’s web part gallery  (located at  /_catalogs/wp/Forms/AllItems.aspx).   The web part’s name will be  “jQuery Wrap Web Parts 2007.”</p>
<ul>
<li><a href="http://www.box.net/shared/qriqmvpvnl" target="_blank"><strong>jQuery  Wrap Web Parts 2007.dwp</strong></a></li>
</ul>
<p>On the page you wish to use this  script, add the “jQuery Wrap Web  Parts 2007” web part.  If for any reason you need to change the path  to  the solution’s HTML file, edit that web part and change the Content  Link  property.  In our example, we’re using  the Content Link field  value “/ScriptingResourceCenter/ResourcesScripts/wrapwebparts2007.html”.</p>
<p><img src="http://www.endusersharepoint.com/blog/wp-content/uploads/2010/03/2010-03-18-UsingjQueryToWrapWebPartsThePackageSolution-01.png" alt="" width="400" height="68" /></p>
<p><strong>Step 6. Bask in the glory of your new web-part-modifying  jQuery friend.</strong></p>
<p>If you use this solution and the  implementation is viewable by the  public, please leave a link in the  comments.  I’d love to see how it’s  being  used.</p>
<h3>Notes</h3>
<ul>
<li>You may experience a delay between  time the web part is written to  the page and when the solution’s stylistic  treatment is applied.  This  is due to the  loading of the jQuery library and the solution’s script  file.</li>
<li>This solution will only work for WSS  2007 and MOSS 2007.  I will  work on a  2010 version and let you know when it’s ready.</li>
<li>This solution was tested in IE 7, IE  8, and Firefox 3.6.</li>
<li>Any  deviations from the paths and filenames used the solution will  require  adjustments to either the solution’s HTML file, the web part’s  Content Link  path, or both.</li>
<li>In the code provided, I assume you  have uploaded the latest jQuery  library version as of the time of this post,  which is v1.4.2 and that  the file is named jquery-1.4.2.min.js.  If you are using a different  version or file  name, you will need to update the solution’s HTML file  (wrapwebparts2007.html) to  use the correct file name.</li>
<li>If you do not want to make this web  part available in the gallery,  you have the option to import the web part onto  the page on which you  wish to use it using the standard web part import  process.</li>
<li>The CSS makes use of the  “!important” property attribute in order  to force the override of certain  SharePoint 2007 default styles.  While  it  is not necessary for every CSS property I write, I do it anyways  out of habit  and consistency.  If you prefer not to  use the  “!important,” feel free to remove it.</li>
</ul>
<p><em>I originally wrote <a href="http://www.endusersharepoint.com/2010/03/18/using-jquery-to-wrap-web-parts-and-achieve-the-unachievable-the-packaged-solution/" target="_blank">this article</a> for <a href="http://www.endusersharepoint.com/2010/03/17/sharepoint-using-jquery-to-wrap-web-parts-and-achieve-the-unachievable/" target="_blank"><strong>EndUserSharePoint.com</strong></a>.</em></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/spuiguy.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/spuiguy.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/spuiguy.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/spuiguy.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/spuiguy.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/spuiguy.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/spuiguy.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/spuiguy.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/spuiguy.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/spuiguy.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/spuiguy.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/spuiguy.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/spuiguy.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/spuiguy.wordpress.com/23/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=spuiguy.wordpress.com&amp;blog=12522200&amp;post=23&amp;subd=spuiguy&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://spuiguy.wordpress.com/2010/03/21/using-jquery-to-wrap-web-parts-and-achieve-the-unachievable-the-packaged-solution/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/33912d37ad325faa85f9ec0b94c6d247?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">spuiguy</media:title>
		</media:content>

		<media:content url="http://www.endusersharepoint.com/blog/wp-content/uploads/2010/03/2010-03-18-UsingjQueryToWrapWebPartsThePackageSolution-01.png" medium="image" />
	</item>
		<item>
		<title>Resources for &#8220;SharePoint: Using jQuery to Wrap Web Parts and Achieve the Unachievable&#8221;</title>
		<link>http://spuiguy.wordpress.com/2010/03/17/resources-for-sharepoint-using-jquery-to-wrap-web-parts-and-achieve-the-unachievable/</link>
		<comments>http://spuiguy.wordpress.com/2010/03/17/resources-for-sharepoint-using-jquery-to-wrap-web-parts-and-achieve-the-unachievable/#comments</comments>
		<pubDate>Wed, 17 Mar 2010 21:22:58 +0000</pubDate>
		<dc:creator>spuiguy</dc:creator>
				<category><![CDATA[jQuery]]></category>
		<category><![CDATA[Resource Files]]></category>
		<category><![CDATA[Web Parts]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[web part]]></category>

		<guid isPermaLink="false">http://spuiguy.wordpress.com/?p=9</guid>
		<description><![CDATA[Here you can find the images referenced by my CSS as posted in my article on EndUserSharePoint.com entitled "SharePoint: Using jQuery to Wrap Web Parts and Achieve the Unachievable."<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=spuiguy.wordpress.com&amp;blog=12522200&amp;post=9&amp;subd=spuiguy&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Here you can find the images referenced by my CSS as posted in my article on EndUserSharePoint.com entitled <a href="http://www.endusersharepoint.com/2010/03/17/sharepoint-using-jquery-to-wrap-web-parts-and-achieve-the-unachievable/" target="_blank">&#8220;SharePoint: Using jQuery to Wrap Web Parts and Achieve the Unachievable.&#8221;</a></p>
<ul>
<li><a href="http://spuiguy.files.wordpress.com/2010/03/standard_inner_wptitle_lightgrey_bg.gif">standard_inner_wptitle_lightgrey_bg.gif</a></li>
<li><a href="http://spuiguy.files.wordpress.com/2010/03/wpcorners_f0f3f5_tl.png">wpcorners_f0f3f5_tl.png</a></li>
<li><a href="http://spuiguy.files.wordpress.com/2010/03/wpcorners_f0f3f5_tr.png">wpcorners_f0f3f5_tr.png</a></li>
<li><a href="http://spuiguy.files.wordpress.com/2010/03/wpcorners_ffffff_bl.png">wpcorners_ffffff_bl.png</a></li>
<li><a href="http://spuiguy.files.wordpress.com/2010/03/wpcorners_ffffff_br.png">wpcorners_ffffff_br.png</a></li>
</ul>
<p>Place these images in the &#8220;Images&#8221; folder of the &#8220;Style Library&#8221; at the root of your site collection.  If you can&#8217;t do that, then place them where you can and alter the paths in the CSS so it can find the images.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/spuiguy.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/spuiguy.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/spuiguy.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/spuiguy.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/spuiguy.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/spuiguy.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/spuiguy.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/spuiguy.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/spuiguy.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/spuiguy.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/spuiguy.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/spuiguy.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/spuiguy.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/spuiguy.wordpress.com/9/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=spuiguy.wordpress.com&amp;blog=12522200&amp;post=9&amp;subd=spuiguy&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://spuiguy.wordpress.com/2010/03/17/resources-for-sharepoint-using-jquery-to-wrap-web-parts-and-achieve-the-unachievable/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/33912d37ad325faa85f9ec0b94c6d247?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">spuiguy</media:title>
		</media:content>
	</item>
		<item>
		<title>&#8220;Make it not look like SharePoint.&#8221;</title>
		<link>http://spuiguy.wordpress.com/2010/03/10/make-it-not-look-like-sharepoint/</link>
		<comments>http://spuiguy.wordpress.com/2010/03/10/make-it-not-look-like-sharepoint/#comments</comments>
		<pubDate>Wed, 10 Mar 2010 05:46:05 +0000</pubDate>
		<dc:creator>spuiguy</dc:creator>
				<category><![CDATA[Site Admin]]></category>

		<guid isPermaLink="false">http://spuiguy.wordpress.com/?p=4</guid>
		<description><![CDATA[I will be using this site as a forum for documenting my experience with various aspects of SharePoint UI and look-and-feel customization.  Why?  Well, in case I get hit by the proverbial bus, of course, but I anticipate it will become much more than that.  Here's my beginning draft list of post topics.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=spuiguy.wordpress.com&amp;blog=12522200&amp;post=4&amp;subd=spuiguy&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Hi, I&#8217;m Brandon Anderson, and I make SharePoint not look like SharePoint.  I will be using this site as a forum for documenting my experience with various aspects of SharePoint UI and look-and-feel customization.  Why?  Well, in case I get hit by the proverbial bus, of course, but I anticipate it will become much more than that.</p>
<p>In brainstorming this blog I came up with the following topics I may address over the coming months.  It&#8217;s a draft list, with no particular order or priority, but please do take a gander and let me know if there is a particular post you&#8217;d like to see now.  The list:</p>
<ol>
<li>Dissecting SharePoint: The Scalpel</li>
<li>How to create a custom master page in SharePoint 2007</li>
<li>How to create a custom master page in SharePoint 2010</li>
<li>How to add custom CSS to your SharePoint master page</li>
<li>How to add jQuery to your SharePoint site</li>
<li>Anatomy of a SharePoint 2007 web part</li>
<li>Anatomy of a SharePoint 2010 web part</li>
<li>Why can&#8217;t I select my page layout for a new page?</li>
<li>Why does SharePoint Designer say my file is checked out when it is not?</li>
<li>Print style sheet for SharePoint 2007</li>
<li>Print style sheet for SharePoint 2010</li>
<li>Where to store images and why</li>
<li>The magic of AdditionalPageHead</li>
<li>The alternative CSS file in site settings</li>
<li>You think you&#8217;re so !important</li>
<li>Styling the ribbon in SharePoint 2010</li>
<li>Putting SilverLight in it&#8217;s place</li>
<li>Multi-Column navigation flyouts in SharePoint 2007</li>
<li>Shoo, left nav! Shoo!</li>
<li>Using jQuery to wrap web parts to achieve the unachievable</li>
<li>Creating custom select boxes</li>
<li>Changing the arrow image for the welcome menu</li>
<li>How to make the Title column of a list view clickable using jQuery</li>
<li>Should you put references to custom JavaScript in the head or at the bottom of the body?</li>
<li>Add a favicon for spizazz</li>
<li>How to center a page in the browser window in SharePoint 2007</li>
<li>How to center a page in the browser window in SharePoint 2010</li>
<li>What are the UI considerations for a public SharePoint site?</li>
<li>You must use Advanced Edit in SharePoint Designer 2010</li>
</ol>
<p>Excited yet?</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/spuiguy.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/spuiguy.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/spuiguy.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/spuiguy.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/spuiguy.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/spuiguy.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/spuiguy.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/spuiguy.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/spuiguy.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/spuiguy.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/spuiguy.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/spuiguy.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/spuiguy.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/spuiguy.wordpress.com/4/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=spuiguy.wordpress.com&amp;blog=12522200&amp;post=4&amp;subd=spuiguy&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://spuiguy.wordpress.com/2010/03/10/make-it-not-look-like-sharepoint/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/33912d37ad325faa85f9ec0b94c6d247?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">spuiguy</media:title>
		</media:content>
	</item>
	</channel>
</rss>
