<?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>redaware &#187; WSS 3.0</title>
	<atom:link href="http://www.redaware.net/tag/wss-3-0/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.redaware.net</link>
	<description></description>
	<lastBuildDate>Thu, 09 Sep 2010 15:06:32 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>“Rebranding” SharePoint using Content Editor Web Part and CSS</title>
		<link>http://www.redaware.net/2009/08/%e2%80%9crebranding%e2%80%9d-sharepoint-using-content-editor-web-part-and-css/</link>
		<comments>http://www.redaware.net/2009/08/%e2%80%9crebranding%e2%80%9d-sharepoint-using-content-editor-web-part-and-css/#comments</comments>
		<pubDate>Wed, 05 Aug 2009 14:26:26 +0000</pubDate>
		<dc:creator>tsymonds</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Web Parts]]></category>
		<category><![CDATA[WSS 3.0]]></category>

		<guid isPermaLink="false">http://www.redaware.net/?p=94</guid>
		<description><![CDATA[As discussed in the SharePoint: Hide View All Site Content and Recycle Bin Post. The same instructions can be adapted to hide other unwanted SharePoint content. Below is a selection of CSS code that can be used to “rebrand” SharePoint using a Content Editor Web Part: &#60;style&#62; /* breadcrumbs */ .ms-titlearea { display: none; } [...]]]></description>
			<content:encoded><![CDATA[<p>As discussed in the <a href="./2009/08/sharepoint-hide-view-all-site-content-and-recycle-bin/">SharePoint: Hide View All Site Content and Recycle Bin</a> Post. The same instructions can be adapted to hide other unwanted SharePoint content.</p>
<p>Below is a selection of CSS code that can be used to “rebrand” SharePoint using a Content Editor Web Part:</p>
<pre class="brush: css;">
&lt;style&gt;
/* breadcrumbs */
.ms-titlearea {
  display: none;
}
/* Tabs */
.ms-banner {
 display: none;
}
/* Title Bar */
.ms-pagetitle {
  display: none;
}
/* Search function */
.ms-searchform {
display: none
}
/* Welcome and help stuff */
.ms-globallinks {
 display: none
}
/* Remove shadings from right */
.ms-sitetitle {
     background-color: white
}
&lt;/style&gt;
</pre>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-knowledge">
<ul class="socials">
		<li class="shr-comfeed">
			<a href="http://www.redaware.net/2009/08/“rebranding”-sharepoint-using-content-editor-web-part-and-css/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=%E2%80%9CRebranding%E2%80%9D+SharePoint+using+Content+Editor+Web+Part+and+CSS+-+http://b2l.me/kfuts&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://www.redaware.net/2009/08/%e2%80%9crebranding%e2%80%9d-sharepoint-using-content-editor-web-part-and-css/&amp;t=%E2%80%9CRebranding%E2%80%9D+SharePoint+using+Content+Editor+Web+Part+and+CSS" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-linkedin">
			<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://www.redaware.net/2009/08/%e2%80%9crebranding%e2%80%9d-sharepoint-using-content-editor-web-part-and-css/&amp;title=%E2%80%9CRebranding%E2%80%9D+SharePoint+using+Content+Editor+Web+Part+and+CSS&amp;summary=As%20discussed%20in%20the%20SharePoint%3A%20Hide%20View%20All%20Site%20Content%20and%20Recycle%20Bin%20Post.%20The%20same%20instructions%20can%20be%20adapted%20to%20hide%20other%20unwanted%20SharePoint%20content.%0D%0A%0D%0ABelow%20is%20a%20selection%20of%20CSS%20code%20that%20can%20be%20used%20to%20%E2%80%9Crebrand%E2%80%9D%20SharePoint%20using%20a%20Content%20Editor%20Web%20Part%3A%0D%0A%0D%0A%5Bcode%20lang%3D%22CSS%22%5D%0D%0A%26lt&amp;source=redaware" rel="nofollow" class="external" title="Share this on LinkedIn">Share this on LinkedIn</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://www.redaware.net/2009/08/%e2%80%9crebranding%e2%80%9d-sharepoint-using-content-editor-web-part-and-css/&amp;title=%E2%80%9CRebranding%E2%80%9D+SharePoint+using+Content+Editor+Web+Part+and+CSS" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://www.redaware.net/2009/08/%e2%80%9crebranding%e2%80%9d-sharepoint-using-content-editor-web-part-and-css/&amp;title=%E2%80%9CRebranding%E2%80%9D+SharePoint+using+Content+Editor+Web+Part+and+CSS" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://www.redaware.net/2009/08/%e2%80%9crebranding%e2%80%9d-sharepoint-using-content-editor-web-part-and-css/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://www.redaware.net/2009/08/%e2%80%9crebranding%e2%80%9d-sharepoint-using-content-editor-web-part-and-css/&amp;title=%E2%80%9CRebranding%E2%80%9D+SharePoint+using+Content+Editor+Web+Part+and+CSS" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://www.redaware.net/2009/08/%e2%80%9crebranding%e2%80%9d-sharepoint-using-content-editor-web-part-and-css/&amp;title=%E2%80%9CRebranding%E2%80%9D+SharePoint+using+Content+Editor+Web+Part+and+CSS" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-googlebookmarks">
			<a href="http://www.google.com/bookmarks/mark?op=add&amp;bkmk=http://www.redaware.net/2009/08/%e2%80%9crebranding%e2%80%9d-sharepoint-using-content-editor-web-part-and-css/&amp;title=%E2%80%9CRebranding%E2%80%9D+SharePoint+using+Content+Editor+Web+Part+and+CSS" rel="nofollow" class="external" title="Add this to Google Bookmarks">Add this to Google Bookmarks</a>
		</li>
		<li class="shr-yahoomail">
			<a href="http://compose.mail.yahoo.com/?Subject=%E2%80%9CRebranding%E2%80%9D+SharePoint+using+Content+Editor+Web+Part+and+CSS&amp;body=Link: http://www.redaware.net/2009/08/%e2%80%9crebranding%e2%80%9d-sharepoint-using-content-editor-web-part-and-css/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A As%20discussed%20in%20the%20SharePoint%3A%20Hide%20View%20All%20Site%20Content%20and%20Recycle%20Bin%20Post.%20The%20same%20instructions%20can%20be%20adapted%20to%20hide%20other%20unwanted%20SharePoint%20content.%0D%0A%0D%0ABelow%20is%20a%20selection%20of%20CSS%20code%20that%20can%20be%20used%20to%20%E2%80%9Crebrand%E2%80%9D%20SharePoint%20using%20a%20Content%20Editor%20Web%20Part%3A%0D%0A%0D%0A%5Bcode%20lang%3D%22CSS%22%5D%0D%0A%26lt" rel="nofollow" class="external" title="Email this via Yahoo! Mail">Email this via Yahoo! Mail</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://www.redaware.net/2009/08/%e2%80%9crebranding%e2%80%9d-sharepoint-using-content-editor-web-part-and-css/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to: Install Windows SharePoint Services 3.0 Application Templates</title>
		<link>http://www.redaware.net/2009/08/how-to-install-windows-sharepoint-services-3-0-application-templates/</link>
		<comments>http://www.redaware.net/2009/08/how-to-install-windows-sharepoint-services-3-0-application-templates/#comments</comments>
		<pubDate>Wed, 05 Aug 2009 10:49:32 +0000</pubDate>
		<dc:creator>tsymonds</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[WSS 3.0]]></category>
		<category><![CDATA[WSS Templates]]></category>

		<guid isPermaLink="false">http://www.redaware.net/?p=78</guid>
		<description><![CDATA[Microsoft has provided 20 sample templates to use with Windows SharePoint Services 3.0. The templates can be downloaded from Microsoft&#8217;s Download Center. Run the download .exe file and extract the templates to a suitable folder on your WSS server (like C:\wss-templates). From WSS Server, at command prompt run the the following: cd\ cd C:\Program Files\Common [...]]]></description>
			<content:encoded><![CDATA[<p>Microsoft has provided 20 sample templates to use with Windows SharePoint Services 3.0.</p>
<p>The templates can be downloaded from <a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=5807b5ef-57a1-47cb-8666-78c1363f127d&amp;DisplayLang=en">Microsoft&#8217;s Download Center</a>.</p>
<p>Run the download .exe file and extract the templates to a suitable folder on your WSS server (like C:\wss-templates).</p>
<p>From WSS Server, at command prompt run the the following:</p>
<pre class="brush: plain;">
cd\
cd C:\Program Files\Common Files\Microsoft Shared\web server extensions\12\BIN
stsadm -o addsolution -filename c:\wss-templates\ApplicationTemplateCore.wsp
stsadm -o deploysolution -name ApplicationTemplateCore.wsp –allowgacdeployment –local
stsadm -o copyappbincontent
</pre>
<p>To install a specific template, like Knowledgebase, run the following:</p>
<pre class="brush: plain;">
stsadm -o addsolution -filename c:\templates\KnowledgeBase.wsp
stsadm -o deploysolution -name KnowledgeBase.wsp –allowgacdeployment –local
</pre>
<p>Repeat the commands for any other templates you wish to install.</p>
<p>Details of all the templates can be found on <a href="http://technet.microsoft.com/en-us/windowsserver/sharepoint/bb407286.aspx">TechNet</a>.</p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-knowledge">
<ul class="socials">
		<li class="shr-comfeed">
			<a href="http://www.redaware.net/2009/08/how-to-install-windows-sharepoint-services-3-0-application-templates/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=How+to%3A+Install+Windows+SharePoint+Services+3.0+Application+Templates+-+http://b2l.me/kfutu&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://www.redaware.net/2009/08/how-to-install-windows-sharepoint-services-3-0-application-templates/&amp;t=How+to%3A+Install+Windows+SharePoint+Services+3.0+Application+Templates" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-linkedin">
			<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://www.redaware.net/2009/08/how-to-install-windows-sharepoint-services-3-0-application-templates/&amp;title=How+to%3A+Install+Windows+SharePoint+Services+3.0+Application+Templates&amp;summary=Microsoft%20has%20provided%2020%20sample%20templates%20to%20use%20with%20Windows%20SharePoint%20Services%203.0.%0D%0A%0D%0AThe%20templates%20can%20be%20downloaded%20from%20Microsoft%27s%20Download%20Center.%0D%0A%0D%0ARun%20the%20download%20.exe%20file%20and%20extract%20the%20templates%20to%20a%20suitable%20folder%20on%20your%20WSS%20server%20%28like%20C%3A%5Cwss-templates%29.%0D%0A%0D%0AFrom%20WSS%20Server%2C%20at&amp;source=redaware" rel="nofollow" class="external" title="Share this on LinkedIn">Share this on LinkedIn</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://www.redaware.net/2009/08/how-to-install-windows-sharepoint-services-3-0-application-templates/&amp;title=How+to%3A+Install+Windows+SharePoint+Services+3.0+Application+Templates" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://www.redaware.net/2009/08/how-to-install-windows-sharepoint-services-3-0-application-templates/&amp;title=How+to%3A+Install+Windows+SharePoint+Services+3.0+Application+Templates" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://www.redaware.net/2009/08/how-to-install-windows-sharepoint-services-3-0-application-templates/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://www.redaware.net/2009/08/how-to-install-windows-sharepoint-services-3-0-application-templates/&amp;title=How+to%3A+Install+Windows+SharePoint+Services+3.0+Application+Templates" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://www.redaware.net/2009/08/how-to-install-windows-sharepoint-services-3-0-application-templates/&amp;title=How+to%3A+Install+Windows+SharePoint+Services+3.0+Application+Templates" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-googlebookmarks">
			<a href="http://www.google.com/bookmarks/mark?op=add&amp;bkmk=http://www.redaware.net/2009/08/how-to-install-windows-sharepoint-services-3-0-application-templates/&amp;title=How+to%3A+Install+Windows+SharePoint+Services+3.0+Application+Templates" rel="nofollow" class="external" title="Add this to Google Bookmarks">Add this to Google Bookmarks</a>
		</li>
		<li class="shr-yahoomail">
			<a href="http://compose.mail.yahoo.com/?Subject=How+to%3A+Install+Windows+SharePoint+Services+3.0+Application+Templates&amp;body=Link: http://www.redaware.net/2009/08/how-to-install-windows-sharepoint-services-3-0-application-templates/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A Microsoft%20has%20provided%2020%20sample%20templates%20to%20use%20with%20Windows%20SharePoint%20Services%203.0.%0D%0A%0D%0AThe%20templates%20can%20be%20downloaded%20from%20Microsoft%27s%20Download%20Center.%0D%0A%0D%0ARun%20the%20download%20.exe%20file%20and%20extract%20the%20templates%20to%20a%20suitable%20folder%20on%20your%20WSS%20server%20%28like%20C%3A%5Cwss-templates%29.%0D%0A%0D%0AFrom%20WSS%20Server%2C%20at" rel="nofollow" class="external" title="Email this via Yahoo! Mail">Email this via Yahoo! Mail</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://www.redaware.net/2009/08/how-to-install-windows-sharepoint-services-3-0-application-templates/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SharePoint: Hide View All Site Content and Recycle Bin</title>
		<link>http://www.redaware.net/2009/08/sharepoint-hide-view-all-site-content-and-recycle-bin/</link>
		<comments>http://www.redaware.net/2009/08/sharepoint-hide-view-all-site-content-and-recycle-bin/#comments</comments>
		<pubDate>Wed, 05 Aug 2009 10:09:07 +0000</pubDate>
		<dc:creator>tsymonds</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Web Part]]></category>
		<category><![CDATA[WSS 3.0]]></category>

		<guid isPermaLink="false">http://www.redaware.net/?p=66</guid>
		<description><![CDATA[Sometimes it nessary to hide View All Site Content and the Recycle Bin on a SharePoint page. This can be accomplished by using a Web Part, CSS and JavaScript. Choose Site Actions, Edit Page. Add a new Content Editor Web Part(in Miscellaneous) to the page. Choose Edit, Modify Shared Web Part. Put the following two [...]]]></description>
			<content:encoded><![CDATA[<p>Sometimes it nessary to hide View All Site Content and the Recycle Bin on a SharePoint page. This can be accomplished by using a Web Part, CSS and JavaScript.</p>
<p>Choose <strong>Site Actions</strong>, <strong>Edit Page</strong>.</p>
<div id="attachment_25" class="wp-caption aligncenter" style="width: 273px"><img src="http://www.redaware.net/wp-content/uploads/2009/08/PageEdit2.PNG" alt="SharePoint Edit Page" width="263" height="164" class="size-full wp-image-25" /><p class="wp-caption-text">SharePoint Edit Page</p></div>
<p>Add a new <strong>Content Editor Web Part</strong>(in Miscellaneous) to the page.</p>
<p>Choose <strong>Edit</strong>, <strong>Modify Shared Web Part</strong>.</p>
<div id="attachment_30" class="wp-caption aligncenter" style="width: 309px"><img src="http://www.redaware.net/wp-content/uploads/2009/08/ModWebPart.PNG" alt="Modify Shared Web Part" width="299" height="164" class="size-full wp-image-30" /><p class="wp-caption-text">Modify Shared Web Part</p></div>
<p>Put the following two code section into the <strong>Source Editor</strong>:</p>
<pre class="brush: css;">
&lt;style&gt;
.ms-navframe {
  display: none;
}
&lt;/style&gt;
</pre>
<pre class="brush: jscript;">
&lt;script language=&quot;JavaScript&quot;&gt;
document.getElementById('onettopnavbar1002-1').style.visibility='hidden';
document.getElementById('onettopnavbar1002-2').style.visibility='hidden';
document.getElementById('onettopnavbar1002-3').style.visibility='hidden';
document.getElementById('onettopnavbar1002-4').style.visibility='hidden';
&lt;/script&gt;
</pre>
<p>Choose the <strong>OK</strong> button and now the View All Contant and Recycle bin should disappear. </p>
<p><strong>Exit Edit Mode</strong> to complete.</p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-knowledge">
<ul class="socials">
		<li class="shr-comfeed">
			<a href="http://www.redaware.net/2009/08/sharepoint-hide-view-all-site-content-and-recycle-bin/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=SharePoint%3A+Hide+View+All+Site+Content+and+Recycle+Bin+-+http://b2l.me/kf9ts&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://www.redaware.net/2009/08/sharepoint-hide-view-all-site-content-and-recycle-bin/&amp;t=SharePoint%3A+Hide+View+All+Site+Content+and+Recycle+Bin" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-linkedin">
			<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://www.redaware.net/2009/08/sharepoint-hide-view-all-site-content-and-recycle-bin/&amp;title=SharePoint%3A+Hide+View+All+Site+Content+and+Recycle+Bin&amp;summary=Sometimes%20it%20nessary%20to%20hide%20View%20All%20Site%20Content%20and%20the%20Recycle%20Bin%20on%20a%20SharePoint%20page.%20This%20can%20be%20accomplished%20by%20using%20a%20Web%20Part%2C%20CSS%20and%20JavaScript.%0D%0A%0D%0AChoose%20Site%20Actions%2C%20Edit%20Page.%0D%0A%0D%0A%0D%0A%0D%0AAdd%20a%20new%20Content%20Editor%20Web%20Part%28in%20Miscellaneous%29%20to%20the%20page.%0D%0A%0D%0AChoose%20Edit%2C%20Modify%20Shared%20Web%20&amp;source=redaware" rel="nofollow" class="external" title="Share this on LinkedIn">Share this on LinkedIn</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://www.redaware.net/2009/08/sharepoint-hide-view-all-site-content-and-recycle-bin/&amp;title=SharePoint%3A+Hide+View+All+Site+Content+and+Recycle+Bin" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://www.redaware.net/2009/08/sharepoint-hide-view-all-site-content-and-recycle-bin/&amp;title=SharePoint%3A+Hide+View+All+Site+Content+and+Recycle+Bin" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://www.redaware.net/2009/08/sharepoint-hide-view-all-site-content-and-recycle-bin/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://www.redaware.net/2009/08/sharepoint-hide-view-all-site-content-and-recycle-bin/&amp;title=SharePoint%3A+Hide+View+All+Site+Content+and+Recycle+Bin" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://www.redaware.net/2009/08/sharepoint-hide-view-all-site-content-and-recycle-bin/&amp;title=SharePoint%3A+Hide+View+All+Site+Content+and+Recycle+Bin" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-googlebookmarks">
			<a href="http://www.google.com/bookmarks/mark?op=add&amp;bkmk=http://www.redaware.net/2009/08/sharepoint-hide-view-all-site-content-and-recycle-bin/&amp;title=SharePoint%3A+Hide+View+All+Site+Content+and+Recycle+Bin" rel="nofollow" class="external" title="Add this to Google Bookmarks">Add this to Google Bookmarks</a>
		</li>
		<li class="shr-yahoomail">
			<a href="http://compose.mail.yahoo.com/?Subject=SharePoint%3A+Hide+View+All+Site+Content+and+Recycle+Bin&amp;body=Link: http://www.redaware.net/2009/08/sharepoint-hide-view-all-site-content-and-recycle-bin/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A Sometimes%20it%20nessary%20to%20hide%20View%20All%20Site%20Content%20and%20the%20Recycle%20Bin%20on%20a%20SharePoint%20page.%20This%20can%20be%20accomplished%20by%20using%20a%20Web%20Part%2C%20CSS%20and%20JavaScript.%0D%0A%0D%0AChoose%20Site%20Actions%2C%20Edit%20Page.%0D%0A%0D%0A%0D%0A%0D%0AAdd%20a%20new%20Content%20Editor%20Web%20Part%28in%20Miscellaneous%29%20to%20the%20page.%0D%0A%0D%0AChoose%20Edit%2C%20Modify%20Shared%20Web%20" rel="nofollow" class="external" title="Email this via Yahoo! Mail">Email this via Yahoo! Mail</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://www.redaware.net/2009/08/sharepoint-hide-view-all-site-content-and-recycle-bin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Free SharePoint Developement Training from Microsoft</title>
		<link>http://www.redaware.net/2009/08/free-sharepoint-developement-training-from-microsoft/</link>
		<comments>http://www.redaware.net/2009/08/free-sharepoint-developement-training-from-microsoft/#comments</comments>
		<pubDate>Tue, 04 Aug 2009 16:01:10 +0000</pubDate>
		<dc:creator>tsymonds</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[.Net Deployment]]></category>
		<category><![CDATA[Data Lists]]></category>
		<category><![CDATA[Share Developement]]></category>
		<category><![CDATA[SharePoint Branding]]></category>
		<category><![CDATA[Silverlight]]></category>
		<category><![CDATA[Web Parts]]></category>
		<category><![CDATA[Web Services]]></category>
		<category><![CDATA[Workflow]]></category>
		<category><![CDATA[WSS 3.0]]></category>

		<guid isPermaLink="false">http://www.redaware.net/?p=45</guid>
		<description><![CDATA[Module 1: SharePoint Development for .Net Developers Module 2: Web Parts Module 3: Page Navigation Module 4: Page Branding Module 5: Data List Module 6: Web Services Module 7: Event Handlers Module 8: Content Types and Site Columns Module 9: Workflow Module 10: User Management Module 11: Silverlight Module 12: Deployment Subscribe to the comments [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.microsoft.com/winme/0901/34867/mod1/index.html">Module 1: SharePoint Development for .Net Developers</a> </p>
<p><a href="http://www.microsoft.com/winme/0901/34867/mod2/index.html">Module 2: Web Parts</a> </p>
<p><a href="http://www.microsoft.com/winme/0901/34867/mod3/index.html">Module 3: Page Navigation</a></p>
<p><a href="http://www.microsoft.com/winme/0901/34867/mod4/index.html">Module 4: Page Branding</a> </p>
<p><a href="http://www.microsoft.com/winme/0901/34867/mod5/index.html">Module 5: Data List</a> </p>
<p><a href="http://www.microsoft.com/winme/0901/34867/mod6/index.html">Module 6: Web Services</a> </p>
<p><a href="http://www.microsoft.com/winme/0901/34867/mod7/index.html">Module 7: Event Handlers</a> </p>
<p><a href="http://www.microsoft.com/winme/0901/34867/mod8/index.html">Module 8: Content Types and Site Columns</a> </p>
<p><a href="http://www.microsoft.com/winme/0901/34867/mod9/index.html">Module 9: Workflow</a> </p>
<p><a href="http://www.microsoft.com/winme/0901/34867/mod10/index.html">Module 10: User Management</a> </p>
<p><a href="http://www.microsoft.com/winme/0901/34867/mod11/index.html">Module 11: Silverlight</a> </p>
<p><a href="http://www.microsoft.com/winme/0901/34867/mod12/msh.htm">Module 12: Deployment</a></p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-knowledge">
<ul class="socials">
		<li class="shr-comfeed">
			<a href="http://www.redaware.net/2009/08/free-sharepoint-developement-training-from-microsoft/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=Free+SharePoint+Developement+Training+from+Microsoft+-+http://b2l.me/kg6a4&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://www.redaware.net/2009/08/free-sharepoint-developement-training-from-microsoft/&amp;t=Free+SharePoint+Developement+Training+from+Microsoft" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-linkedin">
			<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://www.redaware.net/2009/08/free-sharepoint-developement-training-from-microsoft/&amp;title=Free+SharePoint+Developement+Training+from+Microsoft&amp;summary=Module%201%3A%20SharePoint%20Development%20for%20.Net%20Developers%20%0D%0A%20%0D%0AModule%202%3A%20Web%20Parts%20%0D%0A%0D%0AModule%203%3A%20Page%20Navigation%0D%0A%0D%0AModule%204%3A%20Page%20Branding%20%0D%0A%0D%0AModule%205%3A%20Data%20List%20%0D%0A%0D%0AModule%206%3A%20Web%20Services%20%0D%0A%0D%0AModule%207%3A%20Event%20Handlers%20%0D%0A%0D%0AModule%208%3A%20Content%20Types%20and%20Site%20Columns%20%0D%0A%0D%0AModule%209%3A%20Workflow%20%0D%0A%0D%0AModule%2010%3A%20Us&amp;source=redaware" rel="nofollow" class="external" title="Share this on LinkedIn">Share this on LinkedIn</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://www.redaware.net/2009/08/free-sharepoint-developement-training-from-microsoft/&amp;title=Free+SharePoint+Developement+Training+from+Microsoft" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://www.redaware.net/2009/08/free-sharepoint-developement-training-from-microsoft/&amp;title=Free+SharePoint+Developement+Training+from+Microsoft" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://www.redaware.net/2009/08/free-sharepoint-developement-training-from-microsoft/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://www.redaware.net/2009/08/free-sharepoint-developement-training-from-microsoft/&amp;title=Free+SharePoint+Developement+Training+from+Microsoft" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://www.redaware.net/2009/08/free-sharepoint-developement-training-from-microsoft/&amp;title=Free+SharePoint+Developement+Training+from+Microsoft" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-googlebookmarks">
			<a href="http://www.google.com/bookmarks/mark?op=add&amp;bkmk=http://www.redaware.net/2009/08/free-sharepoint-developement-training-from-microsoft/&amp;title=Free+SharePoint+Developement+Training+from+Microsoft" rel="nofollow" class="external" title="Add this to Google Bookmarks">Add this to Google Bookmarks</a>
		</li>
		<li class="shr-yahoomail">
			<a href="http://compose.mail.yahoo.com/?Subject=Free+SharePoint+Developement+Training+from+Microsoft&amp;body=Link: http://www.redaware.net/2009/08/free-sharepoint-developement-training-from-microsoft/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A Module%201%3A%20SharePoint%20Development%20for%20.Net%20Developers%20%0D%0A%20%0D%0AModule%202%3A%20Web%20Parts%20%0D%0A%0D%0AModule%203%3A%20Page%20Navigation%0D%0A%0D%0AModule%204%3A%20Page%20Branding%20%0D%0A%0D%0AModule%205%3A%20Data%20List%20%0D%0A%0D%0AModule%206%3A%20Web%20Services%20%0D%0A%0D%0AModule%207%3A%20Event%20Handlers%20%0D%0A%0D%0AModule%208%3A%20Content%20Types%20and%20Site%20Columns%20%0D%0A%0D%0AModule%209%3A%20Workflow%20%0D%0A%0D%0AModule%2010%3A%20Us" rel="nofollow" class="external" title="Email this via Yahoo! Mail">Email this via Yahoo! Mail</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://www.redaware.net/2009/08/free-sharepoint-developement-training-from-microsoft/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Building and deploying a simple web part using Visual Studio Extensions for WSS 3.0</title>
		<link>http://www.redaware.net/2009/08/building-and-deploying-a-simple-web-part-using-visual-studio-extensions-for-wss-3-0/</link>
		<comments>http://www.redaware.net/2009/08/building-and-deploying-a-simple-web-part-using-visual-studio-extensions-for-wss-3-0/#comments</comments>
		<pubDate>Tue, 04 Aug 2009 15:06:56 +0000</pubDate>
		<dc:creator>tsymonds</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[Visual Studio]]></category>
		<category><![CDATA[Visual Studion Extensions for WSS 3.0]]></category>
		<category><![CDATA[WSS 3.0]]></category>

		<guid isPermaLink="false">http://www.redaware.net/?p=40</guid>
		<description><![CDATA[This post shows you how to deploy a simple WSS web part using Visual Studio 2008 and Visual Studio Extensions for Windows SharePoint Services. Install Visual Studio 2008 on your WSS 3.0 Server. Download and install Windows SharePoint Services 3.0 Tools from Microsoft&#8217;s Down Center (http://www.microsoft.com/downloads/. run Visual Studio. Choose File, New Project, Select SharePoint [...]]]></description>
			<content:encoded><![CDATA[<p>This post shows you how to deploy a simple WSS web part using Visual Studio 2008 and Visual Studio Extensions for Windows SharePoint Services.</p>
<p>Install Visual Studio 2008 on your WSS 3.0 Server.</p>
<p>Download and install Windows SharePoint Services 3.0 Tools from Microsoft&#8217;s Down Center (<a href="http://www.microsoft.com/downloads/details.aspx?familyid=7BF65B28-06E2-4E87-9BAD-086E32185E68&#038;displaylang=en">http://www.microsoft.com/downloads/</a>.</p>
<p>run Visual Studio.</p>
<p>Choose <strong>File</strong>, <strong>New Project</strong>, Select <strong>SharePoint</strong> and choose <strong>Web Part</strong>.</p>
<p>This will create a class library and includes references to the sharepoint.dll. </p>
<p>Remove the comments from the sample code.</p>
<p>From <strong>Solution Explorer</strong>,  right-click the project and choose <strong>Deploy</strong>. </p>
<p>This will create a .wsp deployment package and install it to localhost (Your WSS server. It will also automatically activate the web part.</p>
<p>Now, add the newly created web Part (from Miscellaneous) to a SharePoint page.</p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-knowledge">
<ul class="socials">
		<li class="shr-comfeed">
			<a href="http://www.redaware.net/2009/08/building-and-deploying-a-simple-web-part-using-visual-studio-extensions-for-wss-3-0/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=Building+and+deploying+a+simple+web+part+using+Visual+Studio+Extensions+for+WSS+%5B..%5D+-+http://b2l.me/kjek2&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://www.redaware.net/2009/08/building-and-deploying-a-simple-web-part-using-visual-studio-extensions-for-wss-3-0/&amp;t=Building+and+deploying+a+simple+web+part+using+Visual+Studio+Extensions+for+WSS+3.0" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-linkedin">
			<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://www.redaware.net/2009/08/building-and-deploying-a-simple-web-part-using-visual-studio-extensions-for-wss-3-0/&amp;title=Building+and+deploying+a+simple+web+part+using+Visual+Studio+Extensions+for+WSS+3.0&amp;summary=This%20post%20shows%20you%20how%20to%20deploy%20a%20simple%20WSS%20web%20part%20using%20Visual%20Studio%202008%20and%20Visual%20Studio%20Extensions%20for%20Windows%20SharePoint%20Services.%0D%0A%0D%0AInstall%20Visual%20Studio%202008%20on%20your%20WSS%203.0%20Server.%0D%0A%0D%0ADownload%20and%20install%20Windows%20SharePoint%20Services%203.0%20Tools%20from%20Microsoft%27s%20Down%20Center%20%28http%3A%2F%2Fwww.&amp;source=redaware" rel="nofollow" class="external" title="Share this on LinkedIn">Share this on LinkedIn</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://www.redaware.net/2009/08/building-and-deploying-a-simple-web-part-using-visual-studio-extensions-for-wss-3-0/&amp;title=Building+and+deploying+a+simple+web+part+using+Visual+Studio+Extensions+for+WSS+3.0" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://www.redaware.net/2009/08/building-and-deploying-a-simple-web-part-using-visual-studio-extensions-for-wss-3-0/&amp;title=Building+and+deploying+a+simple+web+part+using+Visual+Studio+Extensions+for+WSS+3.0" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://www.redaware.net/2009/08/building-and-deploying-a-simple-web-part-using-visual-studio-extensions-for-wss-3-0/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://www.redaware.net/2009/08/building-and-deploying-a-simple-web-part-using-visual-studio-extensions-for-wss-3-0/&amp;title=Building+and+deploying+a+simple+web+part+using+Visual+Studio+Extensions+for+WSS+3.0" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://www.redaware.net/2009/08/building-and-deploying-a-simple-web-part-using-visual-studio-extensions-for-wss-3-0/&amp;title=Building+and+deploying+a+simple+web+part+using+Visual+Studio+Extensions+for+WSS+3.0" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-googlebookmarks">
			<a href="http://www.google.com/bookmarks/mark?op=add&amp;bkmk=http://www.redaware.net/2009/08/building-and-deploying-a-simple-web-part-using-visual-studio-extensions-for-wss-3-0/&amp;title=Building+and+deploying+a+simple+web+part+using+Visual+Studio+Extensions+for+WSS+3.0" rel="nofollow" class="external" title="Add this to Google Bookmarks">Add this to Google Bookmarks</a>
		</li>
		<li class="shr-yahoomail">
			<a href="http://compose.mail.yahoo.com/?Subject=Building+and+deploying+a+simple+web+part+using+Visual+Studio+Extensions+for+WSS+3.0&amp;body=Link: http://www.redaware.net/2009/08/building-and-deploying-a-simple-web-part-using-visual-studio-extensions-for-wss-3-0/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A This%20post%20shows%20you%20how%20to%20deploy%20a%20simple%20WSS%20web%20part%20using%20Visual%20Studio%202008%20and%20Visual%20Studio%20Extensions%20for%20Windows%20SharePoint%20Services.%0D%0A%0D%0AInstall%20Visual%20Studio%202008%20on%20your%20WSS%203.0%20Server.%0D%0A%0D%0ADownload%20and%20install%20Windows%20SharePoint%20Services%203.0%20Tools%20from%20Microsoft%27s%20Down%20Center%20%28http%3A%2F%2Fwww." rel="nofollow" class="external" title="Email this via Yahoo! Mail">Email this via Yahoo! Mail</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://www.redaware.net/2009/08/building-and-deploying-a-simple-web-part-using-visual-studio-extensions-for-wss-3-0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ASP.NET: Deploying an AJAX enabled application to SharePoint</title>
		<link>http://www.redaware.net/2009/08/asp-net-deploying-an-ajax-enabled-application-to-sharepoint/</link>
		<comments>http://www.redaware.net/2009/08/asp-net-deploying-an-ajax-enabled-application-to-sharepoint/#comments</comments>
		<pubDate>Tue, 04 Aug 2009 13:52:41 +0000</pubDate>
		<dc:creator>tsymonds</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[AJAX Control Toolkit]]></category>
		<category><![CDATA[WSS 3.0]]></category>

		<guid isPermaLink="false">http://www.redaware.net/?p=32</guid>
		<description><![CDATA[You may develop a web application that uses the ASP.NET AJAX Control Toolkit (http://www.asp.net/ajax/AjaxControlToolkit/Samples), if you plan to deploy this application to a SharePoint Server, you will need to complete the following steps:Copy the AjaxControlToolkit.dll to the BIN folder of the SharePoint server. Copy the AjaxControlToolkit.dll to the BIN folder of the SharePoint server. Edit [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: left">You may develop a web application that uses the ASP.NET AJAX Control Toolkit (<a href="http://www.asp.net/ajax/AjaxControlToolkit/Samples/">http://www.asp.net/ajax/AjaxControlToolkit/Samples</a>), if you plan to deploy this application to a SharePoint Server, you will need to complete the following steps:Copy the AjaxControlToolkit.dll to the BIN folder of the SharePoint server.</p>
<ol>
<li>Copy the AjaxControlToolkit.dll to the BIN folder of the SharePoint server.</li>
<li>Edit the web.config file as below:</li>
</ol>
<pre class="brush: xml;">
&lt;SafeControls&gt;
      &lt;SafeControl Assembly=&quot;System.Web.Extensions, Version=3.5.0.0,     Culture=neutral, PublicKeyToken=31bf3856ad364e35&quot;     Namespace=&quot;System.Web.UI&quot; TypeName=&quot;*&quot; Safe=&quot;True&quot; /&gt;
&lt;/SafeControls&gt;

&lt;configSections&gt;
    &lt;sectionGroup name=&quot;system.web.extensions&quot; type=&quot;System.Web.Configuration.SystemWebExtensionsSectionGroup, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35&quot;&gt;
      &lt;sectionGroup name=&quot;scripting&quot; type=&quot;System.Web.Configuration.ScriptingSectionGroup, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35&quot;&gt;
          &lt;section name=&quot;scriptResourceHandler&quot; type=&quot;System.Web.Configuration.ScriptingScriptResourceHandlerSection, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35&quot; requirePermission=&quot;false&quot; allowDefinition=&quot;MachineToApplication&quot;/&gt;
        &lt;sectionGroup name=&quot;webServices&quot; type=&quot;System.Web.Configuration.ScriptingWebServicesSectionGroup, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35&quot;&gt;
          &lt;section name=&quot;jsonSerialization&quot; type=&quot;System.Web.Configuration.ScriptingJsonSerializationSection, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35&quot; requirePermission=&quot;false&quot; allowDefinition=&quot;Everywhere&quot; /&gt;
          &lt;section name=&quot;profileService&quot; type=&quot;System.Web.Configuration.ScriptingProfileServiceSection, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35&quot; requirePermission=&quot;false&quot; allowDefinition=&quot;MachineToApplication&quot; /&gt;
          &lt;section name=&quot;authenticationService&quot; type=&quot;System.Web.Configuration.ScriptingAuthenticationServiceSection, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35&quot; requirePermission=&quot;false&quot; allowDefinition=&quot;MachineToApplication&quot; /&gt;
        &lt;/sectionGroup&gt;
      &lt;/sectionGroup&gt;
    &lt;/sectionGroup&gt;
&lt;/configSections&gt; 

&lt;pages&gt;
  &lt;controls&gt;
    &lt;add tagPrefix=&quot;asp&quot; namespace=&quot;System.Web.UI&quot; assembly=&quot;System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35&quot;/&gt;
  &lt;/controls&gt;
&lt;/pages&gt;

&lt;assemblies&gt;
       &lt;add assembly=&quot;System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35&quot;/&gt;
&lt;/assemblies&gt;

&lt;httpHandlers&gt;
      &lt;add verb=&quot;*&quot; path=&quot;*.asmx&quot; validate=&quot;false&quot; type=&quot;System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35&quot;/&gt;
      &lt;add verb=&quot;*&quot; path=&quot;*_AppService.axd&quot; validate=&quot;false&quot; type=&quot;System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35&quot;/&gt;
      &lt;add verb=&quot;GET,HEAD&quot; path=&quot;ScriptResource.axd&quot; type=&quot;System.Web.Handlers.ScriptResourceHandler, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35&quot; validate=&quot;false&quot;/&gt;
&lt;/httpHandlers&gt;

&lt;httpModules&gt;
      &lt;add name=&quot;ScriptModule&quot; type=&quot;System.Web.Handlers.ScriptModule, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35&quot;/&gt;
&lt;/httpModules&gt;
</pre>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-knowledge">
<ul class="socials">
		<li class="shr-comfeed">
			<a href="http://www.redaware.net/2009/08/asp-net-deploying-an-ajax-enabled-application-to-sharepoint/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=ASP.NET%3A+Deploying+an+AJAX+enabled+application+to+SharePoint+-+http://b2l.me/kf9nv&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://www.redaware.net/2009/08/asp-net-deploying-an-ajax-enabled-application-to-sharepoint/&amp;t=ASP.NET%3A+Deploying+an+AJAX+enabled+application+to+SharePoint" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-linkedin">
			<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://www.redaware.net/2009/08/asp-net-deploying-an-ajax-enabled-application-to-sharepoint/&amp;title=ASP.NET%3A+Deploying+an+AJAX+enabled+application+to+SharePoint&amp;summary=You%20may%20develop%20a%20web%20application%20that%20uses%20the%20ASP.NET%20AJAX%20Control%20Toolkit%20%28http%3A%2F%2Fwww.asp.net%2Fajax%2FAjaxControlToolkit%2FSamples%29%2C%20if%20you%20plan%20to%20deploy%20this%20application%20to%20a%20SharePoint%20Server%2C%20you%20will%20need%20to%20complete%20the%20following%20steps%3ACopy%20the%20AjaxControlToolkit.dll%20to%20the%20BIN%20folder%20of%20the%20Sha&amp;source=redaware" rel="nofollow" class="external" title="Share this on LinkedIn">Share this on LinkedIn</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://www.redaware.net/2009/08/asp-net-deploying-an-ajax-enabled-application-to-sharepoint/&amp;title=ASP.NET%3A+Deploying+an+AJAX+enabled+application+to+SharePoint" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://www.redaware.net/2009/08/asp-net-deploying-an-ajax-enabled-application-to-sharepoint/&amp;title=ASP.NET%3A+Deploying+an+AJAX+enabled+application+to+SharePoint" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://www.redaware.net/2009/08/asp-net-deploying-an-ajax-enabled-application-to-sharepoint/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://www.redaware.net/2009/08/asp-net-deploying-an-ajax-enabled-application-to-sharepoint/&amp;title=ASP.NET%3A+Deploying+an+AJAX+enabled+application+to+SharePoint" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://www.redaware.net/2009/08/asp-net-deploying-an-ajax-enabled-application-to-sharepoint/&amp;title=ASP.NET%3A+Deploying+an+AJAX+enabled+application+to+SharePoint" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-googlebookmarks">
			<a href="http://www.google.com/bookmarks/mark?op=add&amp;bkmk=http://www.redaware.net/2009/08/asp-net-deploying-an-ajax-enabled-application-to-sharepoint/&amp;title=ASP.NET%3A+Deploying+an+AJAX+enabled+application+to+SharePoint" rel="nofollow" class="external" title="Add this to Google Bookmarks">Add this to Google Bookmarks</a>
		</li>
		<li class="shr-yahoomail">
			<a href="http://compose.mail.yahoo.com/?Subject=ASP.NET%3A+Deploying+an+AJAX+enabled+application+to+SharePoint&amp;body=Link: http://www.redaware.net/2009/08/asp-net-deploying-an-ajax-enabled-application-to-sharepoint/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A You%20may%20develop%20a%20web%20application%20that%20uses%20the%20ASP.NET%20AJAX%20Control%20Toolkit%20%28http%3A%2F%2Fwww.asp.net%2Fajax%2FAjaxControlToolkit%2FSamples%29%2C%20if%20you%20plan%20to%20deploy%20this%20application%20to%20a%20SharePoint%20Server%2C%20you%20will%20need%20to%20complete%20the%20following%20steps%3ACopy%20the%20AjaxControlToolkit.dll%20to%20the%20BIN%20folder%20of%20the%20Sha" rel="nofollow" class="external" title="Email this via Yahoo! Mail">Email this via Yahoo! Mail</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://www.redaware.net/2009/08/asp-net-deploying-an-ajax-enabled-application-to-sharepoint/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SharePoint: Redirect to another site/page</title>
		<link>http://www.redaware.net/2009/08/sharepoint-redirect-to-another-page/</link>
		<comments>http://www.redaware.net/2009/08/sharepoint-redirect-to-another-page/#comments</comments>
		<pubDate>Tue, 04 Aug 2009 12:29:21 +0000</pubDate>
		<dc:creator>tsymonds</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[WSS 3.0]]></category>
		<category><![CDATA[XML Web Part]]></category>

		<guid isPermaLink="false">http://www.redaware.net/?p=16</guid>
		<description><![CDATA[Go to the SharePoint page that you require the redirect to take place. Choose Site Actions, Edit Page. Add a new XML Web Part to the page. Choose Edit, Modify Shared Web Part. Select the XML Editor Button. Input the following XML: &#60;meta http-equiv=&#34;refresh&#34; content=&#34;0&#34;; url=&#34;http://www.google.couk&#60;URL&#62;&#34;&#62; Replace http://www.google.co.uk with the url of the site/page you [...]]]></description>
			<content:encoded><![CDATA[<p>Go to the SharePoint page that you require the redirect to take place.</p>
<p>Choose <strong>Site Actions</strong>, <strong>Edit Page</strong>.</p>
<div id="attachment_25" class="wp-caption aligncenter" style="width: 273px"><img src="http://www.redaware.net/wp-content/uploads/2009/08/PageEdit2.PNG" alt="SharePoint Edit Page" width="263" height="164" class="size-full wp-image-25" /><p class="wp-caption-text">SharePoint Edit Page</p></div>
<p>Add a new <strong>XML Web Part</strong> to the page.</p>
<div id="attachment_29" class="wp-caption aligncenter" style="width: 299px"><img src="http://www.redaware.net/wp-content/uploads/2009/08/AddWebPart1-289x300.PNG" alt="Add Web Part" width="289" height="300" class="size-medium wp-image-29" /><p class="wp-caption-text">Add Web Part</p></div>
<p>Choose <strong>Edit</strong>, <strong>Modify Shared Web Part</strong>.</p>
<div id="attachment_30" class="wp-caption aligncenter" style="width: 309px"><img src="http://www.redaware.net/wp-content/uploads/2009/08/ModWebPart.PNG" alt="Modify Shared Web Part" width="299" height="164" class="size-full wp-image-30" /><p class="wp-caption-text">Modify Shared Web Part</p></div>
<p>Select the <strong>XML Editor</strong> Button.<br />
<div id="attachment_27" class="wp-caption aligncenter" style="width: 235px"><img src="http://www.redaware.net/wp-content/uploads/2009/08/XMLEditor.PNG" alt="XML Editor" width="225" height="85" class="size-full wp-image-27" /><p class="wp-caption-text">XML Editor</p></div></p>
<p>Input the following XML:</p>
<pre class="brush: xml;">
&lt;meta http-equiv=&quot;refresh&quot; content=&quot;0&quot;; url=&quot;http://www.google.couk&lt;URL&gt;&quot;&gt;
</pre>
<p>Replace http://www.google.co.uk with the url of the site/page you wish to redirect to.</p>
<p>Choose OK to close the Editor.</p>
<p>Expand Layout and choose Hidden.</p>
<div id="attachment_28" class="wp-caption aligncenter" style="width: 235px"><img src="http://www.redaware.net/wp-content/uploads/2009/08/Hidden.PNG" alt="Hidden Web Part" width="225" height="53" class="size-full wp-image-28" /><p class="wp-caption-text">Hidden Web Part</p></div>
<p>Click OK, then Exit Edit Mode.</p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-knowledge">
<ul class="socials">
		<li class="shr-comfeed">
			<a href="http://www.redaware.net/2009/08/sharepoint-redirect-to-another-page/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=SharePoint%3A+Redirect+to+another+site%2Fpage+-+http://b2l.me/kf9nu&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://www.redaware.net/2009/08/sharepoint-redirect-to-another-page/&amp;t=SharePoint%3A+Redirect+to+another+site%2Fpage" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-linkedin">
			<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://www.redaware.net/2009/08/sharepoint-redirect-to-another-page/&amp;title=SharePoint%3A+Redirect+to+another+site%2Fpage&amp;summary=Go%20to%20the%20SharePoint%20page%20that%20you%20require%20the%20redirect%20to%20take%20place.%0D%0A%0D%0AChoose%20Site%20Actions%2C%20Edit%20Page.%0D%0A%0D%0A%0D%0A%0D%0AAdd%20a%20new%20XML%20Web%20Part%20to%20the%20page.%0D%0A%0D%0A%0D%0A%0D%0AChoose%20Edit%2C%20Modify%20Shared%20Web%20Part.%0D%0A%0D%0A%0D%0A%0D%0ASelect%20the%20XML%20Editor%20Button.%0D%0A%0D%0A%0D%0AInput%20the%20following%20XML%3A%0D%0A%0D%0A%5Bcode%20lang%3D%22xml%22%5D%0D%0A%26lt%3Bmeta%20http-equi&amp;source=redaware" rel="nofollow" class="external" title="Share this on LinkedIn">Share this on LinkedIn</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://www.redaware.net/2009/08/sharepoint-redirect-to-another-page/&amp;title=SharePoint%3A+Redirect+to+another+site%2Fpage" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://www.redaware.net/2009/08/sharepoint-redirect-to-another-page/&amp;title=SharePoint%3A+Redirect+to+another+site%2Fpage" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://www.redaware.net/2009/08/sharepoint-redirect-to-another-page/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://www.redaware.net/2009/08/sharepoint-redirect-to-another-page/&amp;title=SharePoint%3A+Redirect+to+another+site%2Fpage" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://www.redaware.net/2009/08/sharepoint-redirect-to-another-page/&amp;title=SharePoint%3A+Redirect+to+another+site%2Fpage" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-googlebookmarks">
			<a href="http://www.google.com/bookmarks/mark?op=add&amp;bkmk=http://www.redaware.net/2009/08/sharepoint-redirect-to-another-page/&amp;title=SharePoint%3A+Redirect+to+another+site%2Fpage" rel="nofollow" class="external" title="Add this to Google Bookmarks">Add this to Google Bookmarks</a>
		</li>
		<li class="shr-yahoomail">
			<a href="http://compose.mail.yahoo.com/?Subject=SharePoint%3A+Redirect+to+another+site%2Fpage&amp;body=Link: http://www.redaware.net/2009/08/sharepoint-redirect-to-another-page/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A Go%20to%20the%20SharePoint%20page%20that%20you%20require%20the%20redirect%20to%20take%20place.%0D%0A%0D%0AChoose%20Site%20Actions%2C%20Edit%20Page.%0D%0A%0D%0A%0D%0A%0D%0AAdd%20a%20new%20XML%20Web%20Part%20to%20the%20page.%0D%0A%0D%0A%0D%0A%0D%0AChoose%20Edit%2C%20Modify%20Shared%20Web%20Part.%0D%0A%0D%0A%0D%0A%0D%0ASelect%20the%20XML%20Editor%20Button.%0D%0A%0D%0A%0D%0AInput%20the%20following%20XML%3A%0D%0A%0D%0A%5Bcode%20lang%3D%22xml%22%5D%0D%0A%26lt%3Bmeta%20http-equi" rel="nofollow" class="external" title="Email this via Yahoo! Mail">Email this via Yahoo! Mail</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://www.redaware.net/2009/08/sharepoint-redirect-to-another-page/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
