<?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>Costas Tsaklas' Blog &#187; SharePoint</title>
	<atom:link href="http://costas.cpstechgroup.com/category/sharepoint/feed/" rel="self" type="application/rss+xml" />
	<link>http://costas.cpstechgroup.com</link>
	<description>Technical bits and pieces</description>
	<lastBuildDate>Fri, 05 Mar 2010 17:45:39 +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>Change the Central Admin app. pool account</title>
		<link>http://costas.cpstechgroup.com/2008/07/03/wss-30-on-sbs2k8-central-admin-application-pool-account/</link>
		<comments>http://costas.cpstechgroup.com/2008/07/03/wss-30-on-sbs2k8-central-admin-application-pool-account/#comments</comments>
		<pubDate>Thu, 03 Jul 2008 18:44:11 +0000</pubDate>
		<dc:creator>Costas Tsaklas</dc:creator>
				<category><![CDATA[SBS 2008]]></category>
		<category><![CDATA[SharePoint]]></category>

		<guid isPermaLink="false">http://costas.cpstechgroup.com/2008/07/03/wss-30-on-sbs2k8-central-admin-application-pool-account/</guid>
		<description><![CDATA[SBS 2008 includes the latest version of Windows SharePoint Services, WSS 3.0 and companyweb is built on this version. In order to properly configure the environment we have to go through a list of Administrative Tasks that are listed in the SharePoint 3.0 Central Administration module (which is accessed from the Administrative Tools menu). This [...]]]></description>
			<content:encoded><![CDATA[<p>SBS 2008 includes the latest version of Windows SharePoint Services, WSS 3.0 and <em>companyweb</em> is built on this version.</p>
<p>In order to properly configure the environment we have to go through a list of <strong>Administrative Tasks</strong> that are listed in the <strong><em>SharePoint 3.0 Central Administration</em> </strong>module (which is accessed from the Administrative Tools menu).</p>
<p>This post is focusing on changing the Central Administration pool account and could seem simplistic for many, but I thing is very important for those with not much experience in SharePoint to understand what the necessary steps are to configure it properly.</p>
<p>Let&#8217;s start by creating a new user account for the Application Pool.  This should be a <em>Standard User</em> account</p>
<p style="text-align: center"><img src="http://www.cpstechgroup.com/blogimg/wss9.png" width="629" height="501" /></p>
<p>After the account is created, we can go to its Properties and we&#8217;ll see that the account is a member of the default SBS groups.</p>
<p style="text-align: center"><img src="http://www.cpstechgroup.com/blogimg/wss10.png" /></p>
<p>We can safely remove all the groups listed there and click OK</p>
<p align="center"><img src="http://www.cpstechgroup.com/blogimg/wss11.png" /></p>
<p>Now that we created the account, let&#8217;s go back Central Administration.  Towards the bottom of the screen we see the <em>&#8216;Central Administration application pool account should be unique&#8217;</em> task.</p>
<p style="text-align: center">&nbsp;</p>
<p style="text-align: center"><img src="http://www.cpstechgroup.com/blogimg/wss5.png" /></p>
<p> Let&#8217;s see what is the current account that is used by the Central Admin Pool.   If we go to Internet Information  Services (IIS) Manager (from the Administrative Tools menu) and click on the <em>Application Pools </em>option, we&#8217;ll see on the right pane the SharePoint Central Administration pool using the <strong>NetworkService</strong> account.  This is the account we want to change.</p>
<p style="text-align: center"><img src="http://www.cpstechgroup.com/blogimg/wss2.png" /></p>
<p>This application pool is used by the SharePoint Central Administration site and we can verify that, by clicking on <em><strong>Sites</strong>, </em>then select <strong><em>SharePoint Central Administration</em></strong> and click on <strong><em>Basic Settings&#8230;</em></strong> on the right pane.</p>
<p style="text-align: center"><img src="http://www.cpstechgroup.com/blogimg/wss3.png" /></p>
<p>From the window that opens up we can see that under <em>Application Pool,</em> the <em>SharePoint Central Administration </em>pool is listed</p>
<p style="text-align: center"><img src="http://www.cpstechgroup.com/blogimg/wss4.png" /></p>
<p>Now that we know what we need to change, let&#8217;s go back to the Administration Console and select the task we want to work on.</p>
<p style="text-align: center"><img src="http://www.cpstechgroup.com/blogimg/wss6.png" /></p>
<p> Here is the tricky part.  When we select the <strong>Change Service Accounts</strong> option,</p>
<p style="text-align: center"><img src="http://www.cpstechgroup.com/blogimg/wss7.png" /></p>
<p>we come to a page that let&#8217;s us select the <em><strong>Web Application pool </strong>, </em>but the Central Administration Application Pool is not listed.  The only application pools listed there are the <strong>SBS SharePoint AppPool</strong> and the <strong>SharePoint &#8211; 80</strong> pool.</p>
<p style="text-align: center"><img src="http://www.cpstechgroup.com/blogimg/wss8.png" /></p>
<p> In order to change the Central Administration Application Pool account we have to go to the Command Prompt(with Administrative credentials) and issue the following statement from the 12 hive (which is under C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\12\bin) :</p>
<p><strong>stsadm -o updatefarmcredentials -userlogin &lt;DOMAIN&gt;\useraccount -password &lt;password&gt;</strong></p>
<p>After that we must issue the <em>iisreset /noforce</em> command.</p>
<p align="center"><img src="http://www.cpstechgroup.com/blogimg/wss15.png" /></p>
<p>If we now go back to IIS Manager, and examine the account for the Central Admin. Pool, we&#8217;ll see that it was changed to our custom account&#8230;</p>
<p style="text-align: center"><img src="http://www.cpstechgroup.com/blogimg/wss17.png" /></p>
<p> Running the stsadm command, added the user account to the appropriate security groups as well.</p>
<p style="text-align: center"><img src="http://www.cpstechgroup.com/blogimg/wss18.png" /></p>
<p>That&#8217;s all it takes to change the Central Administration Application Pool account.  The question now is what does the <em><strong>Service Accounts</strong></em> page change?  The next post will explain and show how to change the SBS SharePoint AppPool account.</p>
<p>One thing to keep in mind&#8230;. In SharePoint, everything must change from within the environment.</p>
]]></content:encoded>
			<wfw:commentRss>http://costas.cpstechgroup.com/2008/07/03/wss-30-on-sbs2k8-central-admin-application-pool-account/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>WSS 3.0 Forms based authentication</title>
		<link>http://costas.cpstechgroup.com/2008/02/27/wss-30-forms-based-authentication/</link>
		<comments>http://costas.cpstechgroup.com/2008/02/27/wss-30-forms-based-authentication/#comments</comments>
		<pubDate>Wed, 27 Feb 2008 14:18:42 +0000</pubDate>
		<dc:creator>Costas Tsaklas</dc:creator>
				<category><![CDATA[SharePoint]]></category>

		<guid isPermaLink="false">http://costas.cpstechgroup.com/?p=29</guid>
		<description><![CDATA[Another very interesting post which includes three articles on how to implement Forms based authentication on MOSS2007 and WSS 3.0. Here is the link: Forms Based Authentication]]></description>
			<content:encoded><![CDATA[<p>Another very interesting post which includes three articles on how to implement Forms based authentication on MOSS2007 and WSS 3.0.</p>
<p>Here is the link: <a href="http://blogs.msdn.com/sharepoint/archive/2007/12/17/forms-based-authentication-in-office-sharepoint-server-2007-and-windows-sharepoint-services-3-0-authoritative-technical-articles-published.aspx">Forms Based Authentication</a></p>
]]></content:encoded>
			<wfw:commentRss>http://costas.cpstechgroup.com/2008/02/27/wss-30-forms-based-authentication/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Windows SharePoint Services 3.0 Service Pack 1</title>
		<link>http://costas.cpstechgroup.com/2008/02/27/windows-sharepoint-services-30-service-pack-1/</link>
		<comments>http://costas.cpstechgroup.com/2008/02/27/windows-sharepoint-services-30-service-pack-1/#comments</comments>
		<pubDate>Wed, 27 Feb 2008 14:18:20 +0000</pubDate>
		<dc:creator>Costas Tsaklas</dc:creator>
				<category><![CDATA[SBS 2003]]></category>
		<category><![CDATA[SharePoint]]></category>

		<guid isPermaLink="false">http://costas.cpstechgroup.com/?p=28</guid>
		<description><![CDATA[The Microsoft SharePoint Products and Technologies Team released SP1 for Windows SharePoint Services 3.0. The service pack fixes a number of issues that existed in the initial release. For Windows Small Business Server 2003 (and any other supported platform of course) that doesn&#8217;t have WSS 3.0 installed, there is a Slipstream release that includes SP [...]]]></description>
			<content:encoded><![CDATA[<p>The Microsoft SharePoint Products and Technologies Team released SP1 for Windows SharePoint Services 3.0. The service pack fixes a number of issues that existed in the initial release.</p>
<p>For Windows Small Business Server 2003 (and any other supported platform of course) that doesn&#8217;t have WSS 3.0 installed, there is a Slipstream release that includes SP 1.</p>
<p>Download and install the full WSS 3.0 with SP1 release at the following link:</p>
<p><a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=EF93E453-75F1-45DF-8C6F-4565E8549C2A&amp;displaylang=en">Windows SharePoint Services 3.0 with Service Pack 1</a></p>
<p>If you already have WSS 3.0 installed the service pack can be found <a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=4191A531-A2E9-45E4-B71E-5B0B17108BD2&amp;displaylang=en">here</a></p>
]]></content:encoded>
			<wfw:commentRss>http://costas.cpstechgroup.com/2008/02/27/windows-sharepoint-services-30-service-pack-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How-to move &#8216;companyweb&#8217; from SBS 2003 to Windows Server 2003</title>
		<link>http://costas.cpstechgroup.com/2008/02/27/how-to-move-companyweb-from-sbs-2003-to-windows-server-2003/</link>
		<comments>http://costas.cpstechgroup.com/2008/02/27/how-to-move-companyweb-from-sbs-2003-to-windows-server-2003/#comments</comments>
		<pubDate>Wed, 27 Feb 2008 14:18:00 +0000</pubDate>
		<dc:creator>Costas Tsaklas</dc:creator>
				<category><![CDATA[SBS 2003]]></category>
		<category><![CDATA[SharePoint]]></category>

		<guid isPermaLink="false">http://costas.cpstechgroup.com/?p=27</guid>
		<description><![CDATA[The first step is to make a backup of the current site. Go to the command prompt and then navigate to the following directory: c:\program files\common files\Microsoft Shared\Web Server Extensions\60\Bin In that directory run the following command: stsadm.exe -o backup -url http://companyweb -filename c:\backup.dat -overwrite After the operation completes successfully, copy the backup.dat file to [...]]]></description>
			<content:encoded><![CDATA[<p>The first step is to make a backup of the current site. Go to the command prompt and then navigate to the following directory:</p>
<p><em>c:\program files\common files\Microsoft Shared\Web Server Extensions\60\Bin</em></p>
<p>In that directory run the following command:</p>
<p><em> stsadm.exe -o backup -url http://companyweb -filename c:\backup.dat -overwrite</em></p>
<p align="center"><img src="http://www.cpstechgroup.com/blog/images/wss1.png" /></p>
<p>After the operation completes successfully,  copy the backup.dat file to the c:\ drive of the Windows Server 2003 you want to restore it.</p>
<p>On the Windows Server 2003, go to the <em>Control Panel | Add/Remove Windows Components</em> and install &#8216;<em>Windows SharePoint Services</em>&#8216;. Select the &#8216;<em>Typical Installation</em>&#8216;. After the installation completes, go to <em>Administrative Tools | Internet Information Services (IIS) Manager</em> and create a new web site.   For this post, I will name it &#8216;intranet&#8217; and I will use the same IP add the IP of the server (port 80)</p>
<p align="center"><img src="http://www.cpstechgroup.com/blog/images/wss2.png" /></p>
<p align="center">
<p align="left">The next step is to create an A record in the SBS DNS Server to point to the IP address of the site.</p>
<p align="left">Now we are ready to extend the new IIS site.  Go to <em>Administrative Tools | SharePoint Central Administration </em>and under &#8216;<em>Virtual Server Configuration&#8217;</em> click on &#8216;<em>Configure virtual server settings</em>&#8216;.  From the &#8216;<em>Virtual Server List</em>&#8216; click on the name of the new IIS site.  Click on &#8216;<em>Extend and create a content database</em>&#8216;</p>
<p align="center"><img src="http://www.cpstechgroup.com/blog/images/wss3.png" /></p>
<p align="center">
<p align="left">Create a new application pool and name it &#8216;<em>newcompanyweb</em>&#8216; (it can be any name) and for the purposes of this post I will use the &#8216;<em>Network Service</em>&#8216; as the security account.</p>
<p align="left">It is recommended to have a user-defined account that will run the application pool, so take that into consideration during your planning.  Next we supply the email address of the site owner and under security configuration I use NTLM.</p>
<p align="left">
<p align="center"> <img src="http://www.cpstechgroup.com/blog/images/wss4.png" /></p>
<p align="left">A new page will show us that the Virtual Server was Successfully Extended. Click on the &#8216;OK&#8217; button and exit the browser.</p>
<p align="left">Go to Microsoft&#8217;s web site, download and install Windows SharePoint <a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=2BBFC89B-EB59-49FF-B58F-684693CB25A7&#038;displaylang=en">Service Pack 3</a></p>
<p align="left"> Open a new Command Prompt window and navigate again to:</p>
<p align="left"><em>c:\program files\common files\Microsoft Shared\Web Server Extensions\60\Bin</em></p>
<p align="left">It&#8217;s time to restore the backup to its new location. Run the following command:</p>
<p align="left"><em>stsadm.exe -o restore -url http://intranet -filename c:\backup.dat -overwrite</em></p>
<p align="left">Open the browser and type: http://intranet</p>
<p align="left">At this point you should be able to see the &#8216;companyweb&#8217; site from SBS on it&#8217;s new home on Windows Server 2003, under a new name</p>
]]></content:encoded>
			<wfw:commentRss>http://costas.cpstechgroup.com/2008/02/27/how-to-move-companyweb-from-sbs-2003-to-windows-server-2003/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Script to automate backups in WSS 3.0</title>
		<link>http://costas.cpstechgroup.com/2008/02/27/script-to-automate-backups-in-wss-30/</link>
		<comments>http://costas.cpstechgroup.com/2008/02/27/script-to-automate-backups-in-wss-30/#comments</comments>
		<pubDate>Wed, 27 Feb 2008 14:16:03 +0000</pubDate>
		<dc:creator>Costas Tsaklas</dc:creator>
				<category><![CDATA[SBS 2003]]></category>
		<category><![CDATA[SharePoint]]></category>

		<guid isPermaLink="false">http://costas.cpstechgroup.com/?p=24</guid>
		<description><![CDATA[The Internet is full of gems but it takes a bit of time to discover them. One of these gems is a VBScript I recently found that automates backing up MOSS 2007 and WSS 3.0 servers. MOSS 2007 and WSS 3.0 backup script Up to now I had a batch file that was doing a [...]]]></description>
			<content:encoded><![CDATA[<p>The Internet is full of gems but it takes a bit of time to discover them. One of these gems is a VBScript I recently found that automates backing up MOSS 2007 and WSS 3.0 servers.</p>
<p><a href="http://blogs.threewill.com/implementingsharepoint/Lists/Posts/Post.aspx?ID=2">MOSS 2007 and WSS 3.0 backup script</a></p>
<p>Up to now I had a batch file that was doing a similar thing, but this script is way better and I couldn&#8217;t pass it by. I tested the script on both an SBS 2003 server and a Win2K3 server which was part of an SBS 2003 domain. The script worked flawlessly with the exception of the email part which need a bit of tweaking to make it work with the SBS Exchange server.</p>
]]></content:encoded>
			<wfw:commentRss>http://costas.cpstechgroup.com/2008/02/27/script-to-automate-backups-in-wss-30/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Data Protection and Recovery for MOSS 2007 in small and medium deployments</title>
		<link>http://costas.cpstechgroup.com/2008/02/27/data-protection-and-recovery-for-moss-2007-in-small-and-medium-deployments/</link>
		<comments>http://costas.cpstechgroup.com/2008/02/27/data-protection-and-recovery-for-moss-2007-in-small-and-medium-deployments/#comments</comments>
		<pubDate>Wed, 27 Feb 2008 14:15:19 +0000</pubDate>
		<dc:creator>Costas Tsaklas</dc:creator>
				<category><![CDATA[SharePoint]]></category>

		<guid isPermaLink="false">http://costas.cpstechgroup.com/?p=22</guid>
		<description><![CDATA[A very useful white paper on backup and recovery of SharePoint installations was posted at TechNet. The document was brought to my attention by a post at the Microsoft SharePoint Products and Technologies Team Blog There was definitely a need for a step-by-step guide on backing up SharePoint installation. Although the document refers to MOSS [...]]]></description>
			<content:encoded><![CDATA[<p>A very useful white paper on backup and recovery of SharePoint installations was posted at <a href="http://technet2.microsoft.com/Office/en-us/library/288fecfb-53fb-4988-89d7-b7888f82bf961033.mspx">TechNet</a>. The document was brought to my attention by a post at the <a href="http://blogs.msdn.com/sharepoint/archive/2007/10/25/sharepoint-backup-and-restore-resources.aspx">Microsoft SharePoint Products and Technologies Team Blog</a></p>
<p>There was definitely a need for a step-by-step guide on backing up SharePoint installation. Although the document refers to MOSS 2007, the concepts are applicable to WSS 3.0 as well.</p>
]]></content:encoded>
			<wfw:commentRss>http://costas.cpstechgroup.com/2008/02/27/data-protection-and-recovery-for-moss-2007-in-small-and-medium-deployments/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SharePoint How-To videos</title>
		<link>http://costas.cpstechgroup.com/2008/02/27/sharepoint-how-to-videos/</link>
		<comments>http://costas.cpstechgroup.com/2008/02/27/sharepoint-how-to-videos/#comments</comments>
		<pubDate>Wed, 27 Feb 2008 14:14:27 +0000</pubDate>
		<dc:creator>Costas Tsaklas</dc:creator>
				<category><![CDATA[SharePoint]]></category>

		<guid isPermaLink="false">http://costas.cpstechgroup.com/?p=21</guid>
		<description><![CDATA[Here are some more online video clips on SharePoint http://sharepoint-screencasts.com/]]></description>
			<content:encoded><![CDATA[<p>Here are some more online video clips on SharePoint</p>
<p><a href="http://sharepoint-screencasts.com/">http://sharepoint-screencasts.com/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://costas.cpstechgroup.com/2008/02/27/sharepoint-how-to-videos/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Free SharePoint virtual training</title>
		<link>http://costas.cpstechgroup.com/2008/02/27/free-sharepoint-virtual-training/</link>
		<comments>http://costas.cpstechgroup.com/2008/02/27/free-sharepoint-virtual-training/#comments</comments>
		<pubDate>Wed, 27 Feb 2008 14:13:41 +0000</pubDate>
		<dc:creator>Costas Tsaklas</dc:creator>
				<category><![CDATA[SharePoint]]></category>

		<guid isPermaLink="false">http://costas.cpstechgroup.com/?p=19</guid>
		<description><![CDATA[http://events.unisfair.com/index.jsp?eid=164&#38;seid=585 I attended this training and I have to admit it had more content than I could handle. Thankfully the sessions have been recorded and will be available for later viewing at that above link. I&#8217;ll definitely have to spend sometime again on the session about &#8220;Features&#8221;. Awesome stuff!!]]></description>
			<content:encoded><![CDATA[<p><a href="http://events.unisfair.com/index.jsp?eid=164&amp;seid=585">http://events.unisfair.com/index.jsp?eid=164&amp;seid=585</a></p>
<p>I attended this training and I have to admit it had more content than I could handle. Thankfully the sessions have been recorded and will be available for later viewing at that above link.</p>
<p>I&#8217;ll definitely have to spend sometime again on the session about &#8220;Features&#8221;. Awesome stuff!!</p>
]]></content:encoded>
			<wfw:commentRss>http://costas.cpstechgroup.com/2008/02/27/free-sharepoint-virtual-training/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SharePoint and user credential issue</title>
		<link>http://costas.cpstechgroup.com/2008/02/27/sharepoint-and-user-credential-issue/</link>
		<comments>http://costas.cpstechgroup.com/2008/02/27/sharepoint-and-user-credential-issue/#comments</comments>
		<pubDate>Wed, 27 Feb 2008 14:13:23 +0000</pubDate>
		<dc:creator>Costas Tsaklas</dc:creator>
				<category><![CDATA[SharePoint]]></category>

		<guid isPermaLink="false">http://costas.cpstechgroup.com/?p=18</guid>
		<description><![CDATA[I have been running Office 2007 on Windows Vista Ultimate and every time I tried to open a document stored in WSS 3.0 I would be prompted to provide my credentials. I had asked about that issue and I was told that this is a security feature. Well&#8230; it seems it was a bug. The [...]]]></description>
			<content:encoded><![CDATA[<p>I have been running Office 2007 on Windows Vista Ultimate and every time I tried to open a document stored in WSS 3.0 I would be prompted to provide my credentials. I had asked about that issue and I was told that this is a security feature.</p>
<p>Well&#8230; it seems it was a bug. The Microsoft SharePoint Products and Technologies Team posted a workaround to their blog. The following steps solve the problem</p>
<ol>
<li>Go to IE7 -&gt; Internet Options -&gt; Connections -&gt; LAN Settings</li>
<li>Enable &#8216;Automatically detect settings&#8217; &#8211; this option will prevent the prompt if it effectively enables a proxy server and enables bypassing the proxy for local addresses.</li>
<li>Setup a &#8216;fake proxy&#8217; by doing the following:</li>
</ol>
<blockquote>
<ul>
<li>Click the Proxy Server checkbox. Set the address to &#8220;fake proxy&#8221; without the quotes and the port to 80.</li>
<li>Click the &#8220;Bypass proxy server for local addresses&#8221; checkbox.</li>
<li>Click Advanced and put an * in the Exceptions list to cause all addresses (including external ones) to be bypassed.</li>
</ul>
</blockquote>
<p><a href="http://blogs.msdn.com/sharepoint/archive/2007/10/16/known-issue-office-2007-on-windows-vista-prompts-for-user-credentials-when-opening-documents-in-a-sharepoint-2007-site.aspx#comments">Here</a> is the link to the post</p>
]]></content:encoded>
			<wfw:commentRss>http://costas.cpstechgroup.com/2008/02/27/sharepoint-and-user-credential-issue/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SharePoint Weather Web Part</title>
		<link>http://costas.cpstechgroup.com/2008/02/27/sharepoint-weather-web-part/</link>
		<comments>http://costas.cpstechgroup.com/2008/02/27/sharepoint-weather-web-part/#comments</comments>
		<pubDate>Wed, 27 Feb 2008 14:12:12 +0000</pubDate>
		<dc:creator>Costas Tsaklas</dc:creator>
				<category><![CDATA[SharePoint]]></category>

		<guid isPermaLink="false">http://costas.cpstechgroup.com/?p=15</guid>
		<description><![CDATA[I was looking for a free weather web part for some time and finally I found one. Not that I need it badly but it looks pretty cool on the front page of the intranet. Click here to download it.]]></description>
			<content:encoded><![CDATA[<p>I was looking for a free weather web part for some time and finally I found one. Not that I need it badly but it looks pretty cool on the front page of the intranet. Click <a href="http://www.codeplex.com/Release/ProjectReleases.aspx?ProjectName=CKS&amp;ReleaseId=7649">here</a> to download it.</p>
]]></content:encoded>
			<wfw:commentRss>http://costas.cpstechgroup.com/2008/02/27/sharepoint-weather-web-part/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
