<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="http://www.codeplex.com/rss.xsl"?><rss version="2.0"><channel><title>Silverlight Code Camp Starter Template</title><link>http://www.codeplex.com/silverlightcodecamp/Project/ProjectRss.aspx</link><description>The Silverlight Code Camp Starter template is designed to provide a simple solution to quickly raising a Code Camp web site using Silverlight.  The initial goal for the template was to decrease com...</description><item><title>RELEASED: Version 0.4 (Jun 20, 2008)</title><link>http://www.codeplex.com/silverlightcodecamp/Release/ProjectReleases.aspx?ReleaseId=14577</link><description>&lt;div&gt;
Added better mouse support including mouse-wheel and drag scrolling in scrollable lists.&lt;br&gt;
&lt;/div&gt;</description><author></author><pubDate>Fri, 20 Jun 2008 15:10:37 GMT</pubDate><guid isPermaLink="false">RELEASED: Version 0.4 (Jun 20, 2008) 20080620031037P</guid></item><item><title>CREATED RELEASE: Version 0.4 (Jun 20, 2008)</title><link>http://www.codeplex.com/silverlightcodecamp/Release/ProjectReleases.aspx?ReleaseId=14577</link><description>&lt;div&gt;
Added better mouse support including mouse-wheel and drag scrolling in scrollable lists.&lt;br&gt;
&lt;/div&gt;</description><author></author><pubDate>Fri, 20 Jun 2008 15:10:37 GMT</pubDate><guid isPermaLink="false">CREATED RELEASE: Version 0.4 (Jun 20, 2008) 20080620031037P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/silverlightcodecamp/Wiki/View.aspx?title=Home&amp;version=3</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;The Silverlight Code Camp Starter template is designed to provide a simple solution to quickly raising a Code Camp web site using Silverlight.  The initial goal for the template was to decrease complexity and server requirements.
&lt;br /&gt; &lt;br /&gt;&lt;b&gt;More Information&lt;/b&gt;&lt;br /&gt;This template was originally created by &lt;a href="http://www.xperimentality.com" class="externalLink"&gt;Todd Miranda&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; for use on the &lt;a href="http://www.alabamacodecamp.com" class="externalLink"&gt;Alabama Code Camp&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; site.&lt;br /&gt;The site currently utilizes Silverlight 1.0 which decreases concern for installing a beta product.&lt;br /&gt;Site data is stored in XML so no database is necessary.&lt;br /&gt;There is no server side processing, removing the requirement for any particular server side processing.&lt;br /&gt;The site should be deployable to any web server that can server html, js, images, and xml files.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Getting Started&lt;/b&gt;&lt;br /&gt;Setting up the site is very simple and requires few steps.  Currently, the main home page and the agenda page require manual modification.  The remaining pages are all driven from the XML file.&lt;br /&gt;&lt;ol&gt;
&lt;li&gt;Unzip the web site.&lt;/li&gt;&lt;li&gt;Modify the templates/Home/HomeContent.xaml file as your needs demand.  The hyperlink mouse events are located in the last few lines of the Page.xaml.js file and the correct URIs should be placed there.&lt;/li&gt;&lt;li&gt;Modify the templates/Agenda/AgendaContent.xaml file as your needs demand.&lt;/li&gt;&lt;li&gt;Modify the speakers.xml file.  This file is located in both the templates/Sessions and the templates/Speakers folders.  The same file is currently used in both locations so you can modify one of them and then copy it to the other directory.&lt;/li&gt;&lt;li&gt;Modify the contributors.xml file located in the templates/Contributors folder.&lt;/li&gt;&lt;li&gt;In order to help optimize the retrieval of assets, assets are packaged in zip files by content area.  So the files in the Contributors, Speakers, and Sessions sub-folders of the templates folder should all be zipped up and the corresponding zip file in those folders replaced with the new zip file.&lt;/li&gt;&lt;li&gt;That's it.  Copy the web site to your server and navigate to the default.html page.&lt;/li&gt;
&lt;/ol&gt;
&lt;/div&gt;</description><author>tmiranda</author><pubDate>Wed, 16 Apr 2008 22:28:38 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080416102838P</guid></item><item><title>RELEASED: Version 0.3 (Apr 16, 2008)</title><link>http://www.codeplex.com/silverlightcodecamp/Release/ProjectReleases.aspx?ReleaseId=12642</link><description>This is the first version of the template.  While it is missing some mouse interactivity and a few other features, it is a good workable site that would allow an easily maintainable site to be set up quickly and easily.</description><author></author><pubDate>Wed, 16 Apr 2008 22:25:46 GMT</pubDate><guid isPermaLink="false">RELEASED: Version 0.3 (Apr 16, 2008) 20080416102546P</guid></item><item><title>UPDATED RELEASE: Version 0.3 (Apr 16, 2008)</title><link>http://www.codeplex.com/silverlightcodecamp/Release/ProjectReleases.aspx?ReleaseId=12642</link><description>This is the first version of the template.  While it is missing some mouse interactivity and a few other features, it is a good workable site that would allow an easily maintainable site to be set up quickly and easily.</description><author></author><pubDate>Wed, 16 Apr 2008 22:25:46 GMT</pubDate><guid isPermaLink="false">UPDATED RELEASE: Version 0.3 (Apr 16, 2008) 20080416102546P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/silverlightcodecamp/Wiki/View.aspx?title=Home&amp;version=2</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;This starter web site for Code Camps allows anyone running a Code Camp to get a Silverlight Code Camp web site set up with minimal effort.  This is a complete Silverlight solution using no server-side processing or database, making it deployable to most any web server.  It utilizes loose xml files for data.
&lt;br /&gt; &lt;br /&gt;&lt;b&gt;More Information&lt;/b&gt;&lt;br /&gt;The site currently utilizes Silverlight 1.0 which decreases concern for installing a beta product.&lt;br /&gt;Site data is stored in XML so no database is necessary.&lt;br /&gt;There is no server side processing, removing the requirement for any particular server side processing.&lt;br /&gt;The site should be deployable to any web server that can server html, js, images, and xml files.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Getting Started&lt;/b&gt;&lt;br /&gt;Setting up the site is very simple and requires few steps.  Currently, the main home page and the agenda page require manual modification.  The remaining pages are all driven from the XML file.&lt;br /&gt;&lt;ol&gt;
&lt;li&gt;Unzip the web site.&lt;/li&gt;&lt;li&gt;Modify the templates/Home/HomeContent.xaml file as your needs demand.  The hyperlink mouse events are located in the last few lines of the Page.xaml.js file and the correct URIs should be placed there.&lt;/li&gt;&lt;li&gt;Modify the templates/Agenda/AgendaContent.xaml file as your needs demand.&lt;/li&gt;&lt;li&gt;Modify the speakers.xml file.  This file is located in both the templates/Sessions and the templates/Speakers folders.  The same file is currently used in both locations so you can modify one of them and then copy it to the other directory.&lt;/li&gt;&lt;li&gt;Modify the contributors.xml file located in the templates/Contributors folder.&lt;/li&gt;&lt;li&gt;In order to help optimize the retrieval of assets, assets are packaged in zip files by content area.  So the files in the Contributors, Speakers, and Sessions sub-folders of the templates folder should all be zipped up and the corresponding zip file in those folders replaced with the new zip file.&lt;/li&gt;&lt;li&gt;That's it.  Copy the web site to your server and navigate to the default.html page.&lt;/li&gt;
&lt;/ol&gt;
&lt;/div&gt;</description><author>tmiranda</author><pubDate>Wed, 16 Apr 2008 21:07:37 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080416090737P</guid></item></channel></rss>