<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>MyWebPagesStarterKit Wiki &amp; Documentation Rss Feed</title><link>http://www.codeplex.com/Wiki/View.aspx?ProjectName=MyWebPagesStarterKit&amp;title=Home</link><description>MyWebPagesStarterKit Wiki Rss Description</description><item><title>Updated Wiki: Home</title><link>http://mywebpagesstarterkit.codeplex.com/wikipage?version=115</link><description>&lt;div class="wikidoc"&gt;The My Web Pages Starter Kit is a dynamic content management system (CMS). It is designed to meet the needs of computer enthusiasts who want to deploy and maintain their own website – and it is also easy to modify the look and feel or even change/extend the feature set.&lt;br /&gt;&lt;i&gt;(It is based on ASP.NET 2.0 - implemented in c#)&lt;/i&gt;&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;&lt;a href="http://mywebpagesstarterkit.codeplex.com/wikipage?title=Download&amp;referringTitle=Home"&gt;Download&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://mywebpagesstarterkit.codeplex.com/wikipage?title=Learn&amp;referringTitle=Home"&gt;Learn&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://mywebpagesstarterkit.codeplex.com/wikipage?title=Extend&amp;referringTitle=Home"&gt;Extend&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;

&lt;ul&gt;&lt;li&gt;&lt;a href="http://www.codeplex.com/MyWebPagesStarterKit/Release/ProjectReleases.aspx?ReleaseId=12200#ReviewsAnchor" class="externalLink"&gt;Positive reviews&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.codeplex.com/MyWebPagesStarterKit/Wiki/View.aspx?title=Websites%20based%20on%20My%20Web%20Pages%20Starter%20Kit&amp;amp;referringTitle=Learn" class="externalLink"&gt;Websites made with MWPSK&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;

&lt;ul&gt;&lt;li&gt;&lt;a href="http://mywebpagesstarterkit.codeplex.com/releases/view/78146" class="externalLink"&gt;Resource files for localization into Danish available&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;

&lt;ul&gt;&lt;li&gt;&lt;b&gt;&lt;a href="http://mywebpagesstarterkit.codeplex.com/wikipage?title=Security%20Advisory%3a%20Critical%20security%20issue%20in%20MWPSK%201.3.0&amp;referringTitle=Home"&gt;Security Advisory&amp;#58; Critical security issue in MWPSK 1.3.0&lt;/a&gt;&lt;/b&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://mywebpagesstarterkit.codeplex.com/wikipage?title=Security%20Advisory%3a%20Please%20review%20security%20settings%20in%20MWPSK%201.2.1%20or%20earlier%21&amp;referringTitle=Home"&gt;Security Advisory&amp;#58; Please review security settings in MWPSK 1.2.1 or earlier&amp;#33;&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;

&lt;ul&gt;&lt;li&gt;&lt;a href="http://mywebpagesstarterkit.codeplex.com/releases/view/63149" class="externalLink"&gt;Production release of 1.3.2 is out!&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;&lt;img src="http://i3.codeplex.com/Download?ProjectName=MyWebPagesStarterKit&amp;DownloadId=68851" alt="mwpsk.jpg" title="mwpsk.jpg" /&gt;&lt;br /&gt;&lt;a href="http://www.microsoft.com/web/gallery/My%20Web%20Pages%20Starter%20Kit.aspx"&gt;&lt;img style="border:none;" src="http://www.microsoft.com/web/media/badge/install_using_webpi_btn.png" alt="Install My Web Pages Starter Kit using the Microsoft Web Platform Installer" title="Install My Web Pages Starter Kit using the Microsoft Web Platform Installer" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>dirkp</author><pubDate>Tue, 06 Dec 2011 07:16:14 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20111206071614A</guid></item><item><title>New Comment on "Security Advisory: Critical security issue in MWPSK 1.3.0"</title><link>http://mywebpagesstarterkit.codeplex.com/wikipage?title=Security Advisory: Critical security issue in MWPSK 1.3.0&amp;ANCHOR#C21406</link><description>this fixed one can&amp;#39;t solve the problem. for solve the problem&amp;#10;replace &amp;#60;script runat&amp;#61;&amp;#34;server&amp;#34;&amp;#62; code of your ftb.imagegallery.aspx file with below code.&amp;#10;after then only authenticated your can upload file to you&amp;#39;r server,&amp;#10;but it doesn&amp;#39;t fix problem completely because authenticated your can  &amp;#10;upload any file to server.&amp;#10;&amp;#10;any help please&amp;#10;&amp;#10;&amp;#60;script runat&amp;#61;&amp;#34;server&amp;#34;&amp;#62;&amp;#10;&amp;#9;protected override void OnLoad&amp;#40;EventArgs e&amp;#41;&amp;#10;&amp;#9;&amp;#123;&amp;#10;        string rif &amp;#61; Request.QueryString&amp;#91;&amp;#34;rif&amp;#34;&amp;#93;.ToLower&amp;#40;&amp;#41;&amp;#59;&amp;#10;        string cif &amp;#61; Request.QueryString&amp;#91;&amp;#34;cif&amp;#34;&amp;#93;.ToLower&amp;#40;&amp;#41;&amp;#59;&amp;#10;        string allowedBasePath &amp;#61; ResolveUrl&amp;#40;&amp;#34;&amp;#126;&amp;#47;App_Data&amp;#47;UserImages&amp;#47;Image&amp;#34;&amp;#41;.ToLower&amp;#40;&amp;#41;&amp;#59;&amp;#10;        &amp;#10;        if &amp;#40;&amp;#33; User.Identity.IsAuthenticated&amp;#41;&amp;#10;            Response.Redirect&amp;#40;&amp;#34;&amp;#126;&amp;#47;login.aspx&amp;#34;&amp;#41;&amp;#59;&amp;#10;        &amp;#10;            &amp;#10;        if&amp;#40;&amp;#33;rif.StartsWith&amp;#40;allowedBasePath&amp;#41; &amp;#124;&amp;#124; &amp;#33;cif.StartsWith&amp;#40;allowedBasePath&amp;#41; &amp;#124;&amp;#124; rif.Contains&amp;#40;&amp;#34;..&amp;#34;&amp;#41; &amp;#124;&amp;#124; rif.Contains&amp;#40;&amp;#34;..&amp;#34;&amp;#41;&amp;#41;&amp;#10;        &amp;#123;&amp;#10;            Response.Redirect&amp;#40;&amp;#34;&amp;#126;&amp;#47;Default.aspx&amp;#34;&amp;#41;&amp;#59;   &amp;#10;        &amp;#125;&amp;#10;&amp;#9;&amp;#9;base.OnLoad&amp;#40;e&amp;#41;&amp;#59;&amp;#10;&amp;#9;&amp;#125;&amp;#10;&amp;#60;&amp;#47;script&amp;#62;</description><author>paro</author><pubDate>Sun, 30 Oct 2011 19:24:55 GMT</pubDate><guid isPermaLink="false">New Comment on "Security Advisory: Critical security issue in MWPSK 1.3.0" 20111030072455P</guid></item><item><title>New Comment on "How to configure IIS for the Silverlight gallery (WPF/E)?"</title><link>http://mywebpagesstarterkit.codeplex.com/wikipage?title=How to configure IIS for the Silverlight gallery (WPF/E)?&amp;ANCHOR#C19087</link><description>Hi&amp;#33; I&amp;#96;m running my MWPSK on Apache with asp_mod due to the fact that I use Windows XP Home.&amp;#10;Firstly. Your MWPSK is AWESOME&amp;#33; I love it&amp;#33; Keep making it better.&amp;#10;Secondly. I was trying to use ImageGallery in Silverlight mode and Silverlight Video and it failed to display my images&amp;#47;video. But in html-version of ImageGallery everything works fine. What should I do&amp;#63;&amp;#10;I&amp;#96;ve added mime for .manifest .xaml .application .xbap .deploy .xps and .xap into my httpd configuration file of Apache server, but it didn&amp;#96;t work.&amp;#10;IE8 Shows only a black square of Silverlight container.&amp;#10;Is this a problem of Apache only or I did something wrong&amp;#63;&amp;#10;Or you can&amp;#96;t tell me anything for Apache - IIS only&amp;#63;</description><author>Fremen</author><pubDate>Tue, 29 Mar 2011 19:56:50 GMT</pubDate><guid isPermaLink="false">New Comment on "How to configure IIS for the Silverlight gallery (WPF/E)?" 20110329075650P</guid></item><item><title>New Comment on "How to configure IIS for the Silverlight gallery (WPF/E)?"</title><link>http://mywebpagesstarterkit.codeplex.com/wikipage?title=How to configure IIS for the Silverlight gallery (WPF/E)?&amp;ANCHOR#C19086</link><description>Hi&amp;#33; I&amp;#96;m running my MWPSK on Apache with asp_mod due to the fact that I use Windows XP Home.&amp;#10;Firstly. Your MWPSK is AWESOME&amp;#33; I love it&amp;#33; Keep making it better.&amp;#10;Secondly. I was trying to use ImageGallery in Silverlight mode and Silverlight Video and it failed to display my images&amp;#47;video. But in html-version of ImageGallery everything works fine. What should I do&amp;#63;&amp;#10;I&amp;#96;ve added mime for .manifest .xaml .application .xbap .deploy .xps and .xap into my httpd configuration file of Apache server, but it didn&amp;#96;t work.&amp;#10;Is this a problem of Apache only or I did something wrong&amp;#63;&amp;#10;Or you can&amp;#96;t tell me anything for Apache - IIS only&amp;#63;</description><author>Fremen</author><pubDate>Tue, 29 Mar 2011 19:11:49 GMT</pubDate><guid isPermaLink="false">New Comment on "How to configure IIS for the Silverlight gallery (WPF/E)?" 20110329071149P</guid></item><item><title>Updated Wiki: Home</title><link>http://mywebpagesstarterkit.codeplex.com/wikipage?version=114</link><description>&lt;div class="wikidoc"&gt;The My Web Pages Starter Kit is a dynamic content management system (CMS). It is designed to meet the needs of computer enthusiasts who want to deploy and maintain their own website – and it is also easy to modify the look and feel or even change/extend the feature set.&lt;br /&gt;&lt;i&gt;(It is based on ASP.NET 2.0 - implemented in c#)&lt;/i&gt;&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;&lt;a href="http://mywebpagesstarterkit.codeplex.com/wikipage?title=Download&amp;referringTitle=Home"&gt;Download&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://mywebpagesstarterkit.codeplex.com/wikipage?title=Learn&amp;referringTitle=Home"&gt;Learn&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://mywebpagesstarterkit.codeplex.com/wikipage?title=Extend&amp;referringTitle=Home"&gt;Extend&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;

&lt;ul&gt;&lt;li&gt;&lt;a href="http://www.codeplex.com/MyWebPagesStarterKit/Release/ProjectReleases.aspx?ReleaseId=12200#ReviewsAnchor" class="externalLink"&gt;Positive reviews&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.codeplex.com/MyWebPagesStarterKit/Wiki/View.aspx?title=Websites%20based%20on%20My%20Web%20Pages%20Starter%20Kit&amp;amp;referringTitle=Learn" class="externalLink"&gt;Websites made with MWPSK&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;

&lt;ul&gt;&lt;li&gt;&lt;b&gt;&lt;a href="http://mywebpagesstarterkit.codeplex.com/wikipage?title=Security%20Advisory%3a%20Critical%20security%20issue%20in%20MWPSK%201.3.0&amp;referringTitle=Home"&gt;Security Advisory&amp;#58; Critical security issue in MWPSK 1.3.0&lt;/a&gt;&lt;/b&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://mywebpagesstarterkit.codeplex.com/wikipage?title=Security%20Advisory%3a%20Please%20review%20security%20settings%20in%20MWPSK%201.2.1%20or%20earlier%21&amp;referringTitle=Home"&gt;Security Advisory&amp;#58; Please review security settings in MWPSK 1.2.1 or earlier&amp;#33;&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;

&lt;ul&gt;&lt;li&gt;&lt;a href="http://mywebpagesstarterkit.codeplex.com/releases/view/63149" class="externalLink"&gt;Production release of 1.3.2 is out!&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;&lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=MyWebPagesStarterKit&amp;DownloadId=68851" alt="mwpsk.jpg" title="mwpsk.jpg" /&gt;&lt;br /&gt;&lt;a href="http://www.microsoft.com/web/gallery/My%20Web%20Pages%20Starter%20Kit.aspx"&gt;&lt;img style="border:none;" src="http://www.microsoft.com/web/media/badge/install_using_webpi_btn.png" alt="Install My Web Pages Starter Kit using the Microsoft Web Platform Installer" title="Install My Web Pages Starter Kit using the Microsoft Web Platform Installer" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>MRAatFC</author><pubDate>Thu, 24 Mar 2011 15:51:13 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20110324035113P</guid></item><item><title>New Comment on "Websites based on My Web Pages Starter Kit"</title><link>http://mywebpagesstarterkit.codeplex.com/wikipage?title=Websites based on My Web Pages Starter Kit&amp;ANCHOR#C18472</link><description>http&amp;#58;&amp;#47;&amp;#47;campingoase.cz&amp;#47;  -- multilanguage support,   many easycontrol and user controls . support webcam</description><author>oko</author><pubDate>Mon, 07 Feb 2011 20:51:16 GMT</pubDate><guid isPermaLink="false">New Comment on "Websites based on My Web Pages Starter Kit" 20110207085116P</guid></item><item><title>New Comment on "Websites based on My Web Pages Starter Kit"</title><link>http://mywebpagesstarterkit.codeplex.com/wikipage?title=Websites based on My Web Pages Starter Kit&amp;ANCHOR#C18471</link><description>http&amp;#58;&amp;#47;&amp;#47;www.topcamping.cz&amp;#47;  - multilanguge support</description><author>oko</author><pubDate>Mon, 07 Feb 2011 20:49:16 GMT</pubDate><guid isPermaLink="false">New Comment on "Websites based on My Web Pages Starter Kit" 20110207084916P</guid></item><item><title>Updated Wiki: Home</title><link>http://mywebpagesstarterkit.codeplex.com/wikipage?version=113</link><description>&lt;div class="wikidoc"&gt;The My Web Pages Starter Kit is a dynamic content management system (CMS). It is designed to meet the needs of computer enthusiasts who want to deploy and maintain their own website – and it is also easy to modify the look and feel or even change/extend the feature set.&lt;br /&gt;&lt;i&gt;(It is based on ASP.NET 2.0 - implemented in c#)&lt;/i&gt;&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;&lt;a href="http://mywebpagesstarterkit.codeplex.com/wikipage?title=Download&amp;referringTitle=Home"&gt;Download&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://mywebpagesstarterkit.codeplex.com/wikipage?title=Learn&amp;referringTitle=Home"&gt;Learn&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://mywebpagesstarterkit.codeplex.com/wikipage?title=Extend&amp;referringTitle=Home"&gt;Extend&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;

&lt;ul&gt;&lt;li&gt;&lt;a href="http://www.codeplex.com/MyWebPagesStarterKit/Release/ProjectReleases.aspx?ReleaseId=12200#ReviewsAnchor" class="externalLink"&gt;Positive reviews&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.codeplex.com/MyWebPagesStarterKit/Wiki/View.aspx?title=Websites%20based%20on%20My%20Web%20Pages%20Starter%20Kit&amp;amp;referringTitle=Learn" class="externalLink"&gt;Websites made with MWPSK&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;

&lt;ul&gt;&lt;li&gt;&lt;b&gt;&lt;a href="http://mywebpagesstarterkit.codeplex.com/wikipage?title=Security%20Advisory%3a%20Critical%20security%20issue%20in%20MWPSK%201.3.0&amp;referringTitle=Home"&gt;Security Advisory&amp;#58; Critical security issue in MWPSK 1.3.0&lt;/a&gt;&lt;/b&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://mywebpagesstarterkit.codeplex.com/wikipage?title=Security%20Advisory%3a%20Please%20review%20security%20settings%20in%20MWPSK%201.2.1%20or%20earlier%21&amp;referringTitle=Home"&gt;Security Advisory&amp;#58; Please review security settings in MWPSK 1.2.1 or earlier&amp;#33;&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;

&lt;ul&gt;&lt;li&gt;&lt;a href="http://mywebpagesstarterkit.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=37130" class="externalLink"&gt;Production release of 1.3.0 is out!&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;&lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=MyWebPagesStarterKit&amp;DownloadId=68851" alt="mwpsk.jpg" title="mwpsk.jpg" /&gt;&lt;br /&gt;&lt;a href="http://www.microsoft.com/web/gallery/My%20Web%20Pages%20Starter%20Kit.aspx"&gt;&lt;img style="border:none;" src="http://www.microsoft.com/web/media/badge/install_using_webpi_btn.png" alt="Install My Web Pages Starter Kit using the Microsoft Web Platform Installer" title="Install My Web Pages Starter Kit using the Microsoft Web Platform Installer" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>MRAatFC</author><pubDate>Tue, 07 Dec 2010 14:29:23 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20101207022923P</guid></item><item><title>Updated Wiki: Security Advisory: Critical security issue in MWPSK 1.3.0</title><link>http://mywebpagesstarterkit.codeplex.com/wikipage?title=Security Advisory: Critical security issue in MWPSK 1.3.0&amp;version=1</link><description>&lt;div class="wikidoc"&gt;December 7th 2010&lt;br /&gt;
&lt;h1&gt;Security Advisory: Please update MWPSK to version 1.3.1&lt;/h1&gt;
We discovered that a critical security issue enables attackers to upload files to websites running MWPSK 1.3.0.&lt;br /&gt;&lt;br /&gt;We rate the severity of the issue with &lt;b&gt;HIGH&lt;/b&gt; and we are applying the Emergency operation procedure (&lt;a href="http://www.codeplex.com/MyWebPagesStarterKit/Wiki/View.aspx?title=Security%20Operation%20Procedures&amp;amp;referringTitle=Home" class="externalLink"&gt;Security Operation Procedures&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;)  in order to solve the problem and we invite everyone else to also act according to these recommendations. We have created them to cope with such an incident.&lt;br /&gt;&lt;br /&gt;Please replace your current ftb.imagegallery.aspx in the root of the installation of MWPSK with the &lt;a href="http://mywebpagesstarterkit.codeplex.com/releases/view/57124#DownloadId=176992" class="externalLink"&gt;fixed one&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;!&lt;br /&gt;
&lt;h3&gt;When will a solution for the problem be available?&lt;/h3&gt;The problem is solved in the &lt;a href="http://mywebpagesstarterkit.codeplex.com/releases/view/57124" class="externalLink"&gt;latest version (1.3.1) of the starter kit&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.&lt;br /&gt;
&lt;h3&gt;What does this really mean for my installations?&lt;/h3&gt;Someone who knows about how to do it could potentially gain access to any data file stored as part of any MWPSK based website and upload his own files or overwrite them.&lt;br /&gt;
&lt;h3&gt;What can I do as a first measure to defend my website against such a hacker attack?&lt;/h3&gt;You should backup your site now by downloading the whole content of the \app_data folder to your local machine. &lt;br /&gt;Then replace your existing ftb.imagegallery.aspx with the &lt;a href="http://mywebpagesstarterkit.codeplex.com/releases/view/57124#DownloadId=176992" class="externalLink"&gt;fixed one&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.&lt;br /&gt;
&lt;h3&gt;What if I’m using an earlier version of MWPSK 1.3.0?&lt;/h3&gt;Earlier versions than 1.3.0 do not contain the Free Text Box and are therefore not affected by this issue.&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>MRAatFC</author><pubDate>Tue, 07 Dec 2010 14:28:47 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Security Advisory: Critical security issue in MWPSK 1.3.0 20101207022847P</guid></item><item><title>Updated Wiki: Download</title><link>http://mywebpagesstarterkit.codeplex.com/wikipage?title=Download&amp;version=10</link><description>&lt;div class="wikidoc"&gt;&lt;h1&gt;Download MWPSK&lt;/h1&gt;
&lt;ul&gt;&lt;li&gt;&lt;a href="http://mywebpagesstarterkit.codeplex.com/releases/view/57124" class="externalLink"&gt;Current production release 1.3.1&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;&lt;a href="http://mywebpagesstarterkit.codeplex.com/wikipage?title=Additional%20components%20and%20examples&amp;referringTitle=Download"&gt;Additional components and examples&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.microsoft.com/express/vwd/" class="externalLink"&gt;Visual Web Developer 2008&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=MyWebPagesStarterKit&amp;DownloadId=21453" alt="packWeb3_w200.jpg" title="packWeb3_w200.jpg" /&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>MRAatFC</author><pubDate>Tue, 07 Dec 2010 14:22:09 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Download 20101207022209P</guid></item><item><title>New Comment on "Websites based on My Web Pages Starter Kit"</title><link>http://mywebpagesstarterkit.codeplex.com/wikipage?title=Websites based on My Web Pages Starter Kit&amp;ANCHOR#C17710</link><description>http&amp;#58;&amp;#47;&amp;#47;www.Surrender40.hqters.com&amp;#10;&amp;#40;used v2&amp;#41;</description><author>JoeHendricks</author><pubDate>Thu, 18 Nov 2010 13:57:28 GMT</pubDate><guid isPermaLink="false">New Comment on "Websites based on My Web Pages Starter Kit" 20101118015728P</guid></item><item><title>New Comment on "Websites based on My Web Pages Starter Kit"</title><link>http://mywebpagesstarterkit.codeplex.com/wikipage?title=Websites based on My Web Pages Starter Kit&amp;ANCHOR#C17428</link><description>www.EuroRails.ru - on this CMS too&amp;#33;</description><author>AntonyRus</author><pubDate>Mon, 25 Oct 2010 13:50:23 GMT</pubDate><guid isPermaLink="false">New Comment on "Websites based on My Web Pages Starter Kit" 20101025015023P</guid></item><item><title>New Comment on "Websites based on My Web Pages Starter Kit"</title><link>http://mywebpagesstarterkit.codeplex.com/wikipage?title=Websites based on My Web Pages Starter Kit&amp;ANCHOR#C17028</link><description>Super tool for websites. Just created http&amp;#58;&amp;#47;&amp;#47;alpe.stilling.se</description><author>qrt69</author><pubDate>Thu, 16 Sep 2010 19:52:24 GMT</pubDate><guid isPermaLink="false">New Comment on "Websites based on My Web Pages Starter Kit" 20100916075224P</guid></item><item><title>New Comment on "Websites based on My Web Pages Starter Kit"</title><link>http://mywebpagesstarterkit.codeplex.com/wikipage?title=Websites based on My Web Pages Starter Kit&amp;ANCHOR#C16598</link><description>www.giornatasportiva.info &amp;#10;Site made with MWPSK&amp;#10;A sports day at Br&amp;#232; above Lugano - Switzerland</description><author>bicio</author><pubDate>Fri, 06 Aug 2010 13:29:25 GMT</pubDate><guid isPermaLink="false">New Comment on "Websites based on My Web Pages Starter Kit" 20100806012925P</guid></item><item><title>New Comment on "Websites based on My Web Pages Starter Kit"</title><link>http://mywebpagesstarterkit.codeplex.com/wikipage?title=Websites based on My Web Pages Starter Kit&amp;ANCHOR#C15998</link><description>http&amp;#58;&amp;#47;&amp;#47;www.silverlightguys.com&amp;#10;Made with MWSK</description><author>trobin7</author><pubDate>Thu, 10 Jun 2010 16:31:04 GMT</pubDate><guid isPermaLink="false">New Comment on "Websites based on My Web Pages Starter Kit" 20100610043104P</guid></item><item><title>New Comment on "Websites based on My Web Pages Starter Kit"</title><link>http://mywebpagesstarterkit.codeplex.com/wikipage?title=Websites based on My Web Pages Starter Kit&amp;ANCHOR#C15957</link><description>www.WheelzTheGame.com was made with MWPSK.&amp;#10;Took me two days to set it exactly like I wanted, great job at making this very easy to use.&amp;#10;&amp;#10;Check it out&amp;#33;</description><author>davidLevesque</author><pubDate>Tue, 08 Jun 2010 02:51:04 GMT</pubDate><guid isPermaLink="false">New Comment on "Websites based on My Web Pages Starter Kit" 20100608025104A</guid></item><item><title>Updated Wiki: Hall of fame</title><link>http://mywebpagesstarterkit.codeplex.com/wikipage?title=Hall of fame&amp;version=14</link><description>&lt;div class="wikidoc"&gt;&lt;h1&gt; MWPSK Hall of fame &lt;/h1&gt;
&lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=MyWebPagesStarterKit&amp;DownloadId=5781" alt="Honor.JPG" title="Honor.JPG" /&gt;&lt;br /&gt;&lt;br /&gt;Here is the place where we want to honor all those people from the community who contributed to the development of MWPSK. They do this voluntarily and because of this we owe them all our respect. &lt;br /&gt;&lt;br /&gt;Thank you very much to:&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;&lt;i&gt;libotti&lt;/i&gt; for his localization into the Brazilian Portuguese language &lt;/li&gt;
&lt;li&gt;&lt;i&gt;altair&lt;/i&gt; for his localization into the Czech language&lt;/li&gt;
&lt;li&gt;&lt;i&gt;Microsoft Poland subsidiary&lt;/i&gt; for the localization into the Polish language&lt;/li&gt;
&lt;li&gt;&lt;i&gt;Microsoft Spain subsidiary&lt;/i&gt; for the localization into the Spanish language&lt;/li&gt;
&lt;li&gt;&lt;i&gt;babba&lt;/i&gt; for the Italien localization&lt;/li&gt;
&lt;li&gt;&lt;i&gt;gvraaij&lt;/i&gt; for the Dutch localization&lt;/li&gt;
&lt;li&gt;&lt;i&gt;paulmercea&lt;/i&gt; for the Romanian localization&lt;/li&gt;
&lt;li&gt;&lt;i&gt;ggouts&lt;/i&gt; for the Greek localization&lt;/li&gt;
&lt;li&gt;&lt;i&gt;Rafa Vargas&lt;/i&gt; &lt;a href="http://rafavargas.wordpress.com/" class="externalLink"&gt;his blog&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; for finding the &lt;a href="http://www.codeplex.com/MyWebPagesStarterKit/Wiki/View.aspx?title=August%2027th%202007%20%20%20%20%20Security%20flaw%20in%20My%20Web%20Page%20Starter%20Kit" class="externalLink"&gt;Security Flaw&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; and for escalating the issue in such a professional way!&lt;/li&gt;
&lt;li&gt;&lt;i&gt;Richard Magnusson&lt;/i&gt; for his &lt;a href="http://www.codeplex.com/UserAccount/UserProfile.aspx?UserName=rickardmagnusson" class="externalLink"&gt;very active and passionate participation (including a number of extensions) in the MWPSK community&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;i&gt;ejcosta&lt;/i&gt; for the localization into the Standard Portuguese language&lt;/li&gt;
&lt;li&gt;&lt;i&gt;msamini&lt;/i&gt; for the localization into the Persian language&lt;/li&gt;
&lt;li&gt;&lt;i&gt;Halil Posaci&lt;/i&gt; for the localization into the Turkish language&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>MRAatFC</author><pubDate>Thu, 03 Jun 2010 06:54:20 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Hall of fame 20100603065420A</guid></item><item><title>Updated Wiki: Additional components and examples</title><link>http://mywebpagesstarterkit.codeplex.com/wikipage?title=Additional components and examples&amp;version=49</link><description>&lt;div class="wikidoc"&gt;&lt;h1&gt;Additional components and examples&lt;/h1&gt;
&lt;ul&gt;&lt;li&gt;This is an example of an additional Easy Control. A contribution from the community: &lt;a href="javascript:window.location.href='http://mywebpagesstarterkit.codeplex.com/Project/Download/FileDownload.aspx?DownloadId=5709';"&gt;EasyControl_GoogleMap.ZIP&lt;/a&gt;. Unzip the two files GoogleMap.ascx and GoogleMap.ascx.cs and put them into the folder: \EasyControls of your project.&lt;/li&gt;&lt;/ul&gt;

&lt;ul&gt;&lt;li&gt;Here is an additional section to extend the MWPSK with RSSFeed display capabilities &lt;a href="javascript:window.location.href='http://mywebpagesstarterkit.codeplex.com/Project/Download/FileDownload.aspx?DownloadId=5758';"&gt;Section_RSSFeed.ZIP&lt;/a&gt;. In the &lt;a href="http://www.codeplex.com/MyWebPagesStarterKit/Wiki/View.aspx?title=How%20To%3f" class="externalLink"&gt;how to section&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; you will find an article about how to extend MWPSK.&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.codeplex.com/MyWebPagesStarterKit/WorkItem/View.aspx?WorkItemId=13162" class="externalLink"&gt;Fine grained permission control with custom roles and individual sidebars&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.codeplex.com/MyWebPagesStarterKit/WorkItem/View.aspx?WorkItemId=12140" class="externalLink"&gt;User Management Extension&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.codeplex.com/MyWebPagesStarterKit/WorkItem/View.aspx?WorkItemId=13162" class="externalLink"&gt;Extended Role/Page Management and Sidebard HTML contents&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.codeplex.com/MyWebPagesStarterKit/WorkItem/View.aspx?WorkItemId=13314" class="externalLink"&gt;Google Sitemap automation&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.codeplex.com/MyWebPagesStarterKit/WorkItem/View.aspx?WorkItemId=13497" class="externalLink"&gt;Backup utility&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.compisoft.ch/DownloadHandler.ashx?pg=7069f190-59be-403a-8d60-bac185696a9d&amp;amp;section=bede4baa-04f2-4d36-958d-5f075827e7ca&amp;amp;file=Section_VideoContent.zip" class="externalLink"&gt;Silverlight video section&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://code.web-ma.com/aspnet-mwpsk-staticcontent/" class="externalLink"&gt;Publishing same static content on multiple pages (requires .NET FX 3.5)&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.codeplex.com/MyWebPagesStarterKit/WorkItem/View.aspx?WorkItemId=14643" class="externalLink"&gt;Access Database membership provider&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.compisoft.ch/DownloadHandler.ashx?pg=7069f190-59be-403a-8d60-bac185696a9d&amp;amp;section=bede4baa-04f2-4d36-958d-5f075827e7ca&amp;amp;file=HitCounter.zip" class="externalLink"&gt;Hit counter implemented as an EasyControl&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; and &lt;a href="http://members.liwest.at/neumueller/MWPSKextensions/MWPSK_HitCounter2.zip" class="externalLink"&gt;here another hit counter&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.codeplex.com/MyWebPagesStarterKit/WorkItem/View.aspx?WorkItemId=15307" class="externalLink"&gt;PageTheme: Having more than one Theme&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.codeplex.com/MyWebPagesStarterKit/WorkItem/View.aspx?WorkItemId=14705" class="externalLink"&gt;Webform Builder&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.codeplex.com/MyWebPagesStarterKit/WorkItem/View.aspx?WorkItemId=8239" class="externalLink"&gt;MultiLanguage HTML Content Section&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://code.web-ma.com/aspnet-mwpsk-sitemapeditor/" class="externalLink"&gt;Extensions for the SiteMap editor&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://bravo800.server4you.de/Windows%20Server%202008/WebApps/MyWebPagesStarterKit.msi" class="externalLink"&gt;Windows Installer file - Running it on Server 2003/2008 simplifies the deployment - (must be run by the hoster)&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://compisoft.ch/DownloadHandler.ashx?pg=7069f190-59be-403a-8d60-bac185696a9d&amp;amp;section=bede4baa-04f2-4d36-958d-5f075827e7ca&amp;amp;file=66ThemesForMWPSK1.1.4.zip" class="externalLink"&gt;66 Themes for MWPSK 1.1.4 (they don&amp;#39;t work with later versions)&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://arturzarski.pl/MyWebPagesStarterKit_PL.zip" class="externalLink"&gt;66 Themes for MWPSK 1.2.1&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;Italien localization (resource file) (v1.1.4): &lt;a href="javascript:window.location.href='http://mywebpagesstarterkit.codeplex.com/Project/Download/FileDownload.aspx?DownloadId=7131';"&gt;StringsRes.it.zip&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Italien localization (resource file) (v1.2.1): &lt;a href="javascript:window.location.href='http://mywebpagesstarterkit.codeplex.com/Project/Download/FileDownload.aspx?DownloadId=37479';"&gt;StringsRes.it.resx&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Dutch localization (v1.1.4): &lt;a href="javascript:window.location.href='http://mywebpagesstarterkit.codeplex.com/Project/Download/FileDownload.aspx?DownloadId=8187';"&gt;MWPSK-Localization-NL_1.1.1.zip&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Dutch localization (v1.2.1): &lt;a href="javascript:window.location.href='http://mywebpagesstarterkit.codeplex.com/Project/Download/FileDownload.aspx?DownloadId=48893';"&gt;MWPSK-Localization-NL_1.2.1.zip&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Simple Chinese localization (v1.2.0): &lt;a href="javascript:window.location.href='http://mywebpagesstarterkit.codeplex.com/Project/Download/FileDownload.aspx?DownloadId=48895';"&gt;StringsRes.zh-CN.resx&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Romanian localization (v1.2.0): &lt;a href="javascript:window.location.href='http://mywebpagesstarterkit.codeplex.com/Project/Download/FileDownload.aspx?DownloadId=35492';"&gt;StringsRes.ro.resx&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Turkish localization (v1.1.4): &lt;a href="javascript:window.location.href='http://mywebpagesstarterkit.codeplex.com/Project/Download/FileDownload.aspx?DownloadId=20416';"&gt;StringsRes.tr.resx&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Danish localization (v1.1.4): &lt;a href="javascript:window.location.href='http://mywebpagesstarterkit.codeplex.com/Project/Download/FileDownload.aspx?DownloadId=27031';"&gt;StringsRes.da.resx&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Standard Portuguese localization (v1.2.0): &lt;a href="javascript:window.location.href='http://mywebpagesstarterkit.codeplex.com/Project/Download/FileDownload.aspx?DownloadId=31493';"&gt;StringsRes.pt.resx&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Russian localization (v1.1.4): &lt;a href="javascript:window.location.href='http://mywebpagesstarterkit.codeplex.com/Project/Download/FileDownload.aspx?DownloadId=37483';"&gt;Russian Installation Guide.htm.zip.zip&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Persian localization (v1.1.4): &lt;a href="javascript:window.location.href='http://mywebpagesstarterkit.codeplex.com/Project/Download/FileDownload.aspx?DownloadId=34950';"&gt;MWPSK-Localization-FA_1.1.4.zip&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Swedish localization (v1.2.1) &lt;a href="javascript:window.location.href='http://mywebpagesstarterkit.codeplex.com/Project/Download/FileDownload.aspx?DownloadId=45391';"&gt;StringsRes.sv.zip&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Turkish localization (v1.3.0): &lt;a href="javascript:window.location.href='http://mywebpagesstarterkit.codeplex.com/Project/Download/FileDownload.aspx?DownloadId=20416';"&gt;StringsRes.tr.resx&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>MRAatFC</author><pubDate>Thu, 03 Jun 2010 06:53:13 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Additional components and examples 20100603065313A</guid></item><item><title>New Comment on "Websites based on My Web Pages Starter Kit"</title><link>http://mywebpagesstarterkit.codeplex.com/wikipage?title=Websites based on My Web Pages Starter Kit&amp;ANCHOR#C15815</link><description>http&amp;#58;&amp;#47;&amp;#47;www.ytoolz.com&amp;#10;Site made with MWSK, MS Web Developer, Gimp &amp;#38; Zpaint.</description><author>MrDadoo</author><pubDate>Mon, 24 May 2010 20:59:44 GMT</pubDate><guid isPermaLink="false">New Comment on "Websites based on My Web Pages Starter Kit" 20100524085944P</guid></item><item><title>New Comment on "Websites based on My Web Pages Starter Kit"</title><link>http://mywebpagesstarterkit.codeplex.com/wikipage?title=Websites based on My Web Pages Starter Kit&amp;ANCHOR#C15661</link><description>http&amp;#58;&amp;#47;&amp;#47;www.mwsoft.ru&amp;#10;Made with MWSK</description><author>SergeyWalsh</author><pubDate>Wed, 05 May 2010 09:05:57 GMT</pubDate><guid isPermaLink="false">New Comment on "Websites based on My Web Pages Starter Kit" 20100505090557A</guid></item></channel></rss>