<?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>FruitBatInShades Code &#187; cms</title>
	<atom:link href="http://www.fruitbatscode.com/category/cms/feed" rel="self" type="application/rss+xml" />
	<link>http://www.fruitbatscode.com</link>
	<description>Where the fruitbat keeps his notes</description>
	<lastBuildDate>Thu, 13 May 2010 08:29:56 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>CMS Update &#8211; Preparing for BETA!</title>
		<link>http://www.fruitbatscode.com/cms/cms-update-preparing-for-release</link>
		<comments>http://www.fruitbatscode.com/cms/cms-update-preparing-for-release#comments</comments>
		<pubDate>Thu, 04 Feb 2010 21:37:25 +0000</pubDate>
		<dc:creator>fbis</dc:creator>
				<category><![CDATA[Asp.Net]]></category>
		<category><![CDATA[cms]]></category>
		<category><![CDATA[My Stuff]]></category>

		<guid isPermaLink="false">http://www.fruitbatscode.com/?p=368</guid>
		<description><![CDATA[It&#8217;s been a bit quite round here recently! Don&#8217;t be fooled! The CMS is more or less finished. Just refactoring and preparing bits and bobs. The actual core itself hasn&#8217;t really changed in 6 months and is independent from the CMS, it handles all the page, content and control creation with a single base class that you [...]]]></description>
		<wfw:commentRss>http://www.fruitbatscode.com/cms/cms-update-preparing-for-release/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Get Rendered Html From a Control</title>
		<link>http://www.fruitbatscode.com/net/c/get-rendered-html-from-a-control</link>
		<comments>http://www.fruitbatscode.com/net/c/get-rendered-html-from-a-control#comments</comments>
		<pubDate>Mon, 16 Nov 2009 12:32:53 +0000</pubDate>
		<dc:creator>fbis</dc:creator>
				<category><![CDATA[Asp.Net]]></category>
		<category><![CDATA[c#]]></category>
		<category><![CDATA[cms]]></category>
		<category><![CDATA[My Stuff]]></category>

		<guid isPermaLink="false">http://www.fruitbatscode.com/?p=352</guid>
		<description><![CDATA[Whilst working on the CMS I needed to be able to pass back the html a control will render when the user first adds it. The control doesn&#8217;t exist on the page yet as the sections are added via javascript. It was very easy to pass in StringWriter to the render function to get the [...]]]></description>
		<wfw:commentRss>http://www.fruitbatscode.com/net/c/get-rendered-html-from-a-control/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CMS Framework &#8211; Update</title>
		<link>http://www.fruitbatscode.com/net/cms-framework-update</link>
		<comments>http://www.fruitbatscode.com/net/cms-framework-update#comments</comments>
		<pubDate>Sun, 16 Aug 2009 15:48:16 +0000</pubDate>
		<dc:creator>fbis</dc:creator>
				<category><![CDATA[.net]]></category>
		<category><![CDATA[Asp.Net]]></category>
		<category><![CDATA[c#]]></category>
		<category><![CDATA[cms]]></category>
		<category><![CDATA[My Stuff]]></category>

		<guid isPermaLink="false">http://www.fruitbatscode.com/?p=304</guid>
		<description><![CDATA[Been a bit quiet round here lately but not because I&#8217;ve not been working on it I&#8217;ve been using it for a project at work and converting a lot of my stuff to be compatible with it.  It&#8217;s running  a site atm and doing well. Alpha State Mainly in alpha because things may yet change [...]]]></description>
		<wfw:commentRss>http://www.fruitbatscode.com/net/cms-framework-update/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My Simple Permissions System</title>
		<link>http://www.fruitbatscode.com/cms/my-simple-permissions-simple</link>
		<comments>http://www.fruitbatscode.com/cms/my-simple-permissions-simple#comments</comments>
		<pubDate>Sat, 13 Jun 2009 10:39:20 +0000</pubDate>
		<dc:creator>fbis</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[cms]]></category>

		<guid isPermaLink="false">http://www.fruitbatscode.com/?p=281</guid>
		<description><![CDATA[Simple Permissions The permission system is simple in design but allows complicted permissions to be created by layering the mixed key, role and level properties. The concept is that we have permissions that any item wanting to check just asks the permission system if the logged in user can carry out the action.  At its [...]]]></description>
		<wfw:commentRss>http://www.fruitbatscode.com/cms/my-simple-permissions-simple/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Converting T-Sql to MySql Procs</title>
		<link>http://www.fruitbatscode.com/cms/converting-t-sql-to-mysql-procs</link>
		<comments>http://www.fruitbatscode.com/cms/converting-t-sql-to-mysql-procs#comments</comments>
		<pubDate>Sun, 07 Jun 2009 17:31:15 +0000</pubDate>
		<dc:creator>fbis</dc:creator>
				<category><![CDATA[SQL]]></category>
		<category><![CDATA[cms]]></category>

		<guid isPermaLink="false">http://www.fruitbatscode.com/?p=276</guid>
		<description><![CDATA[I spent all weekend trying to convert a Sql Server db to a MySql v5 db and found it quite a frustrating experience!  When you&#8217;re sytnax is incorrect MySql helpfully says &#8216;You have an error in your sql syntax near:&#8217; and error 1064. No help with which command causes the error and the position it [...]]]></description>
		<wfw:commentRss>http://www.fruitbatscode.com/cms/converting-t-sql-to-mysql-procs/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Creating a CMS Framework &#8211; Update</title>
		<link>http://www.fruitbatscode.com/cms/creating-a-cms-framework-update</link>
		<comments>http://www.fruitbatscode.com/cms/creating-a-cms-framework-update#comments</comments>
		<pubDate>Tue, 26 May 2009 19:36:19 +0000</pubDate>
		<dc:creator>fbis</dc:creator>
				<category><![CDATA[cms]]></category>
		<category><![CDATA[My Stuff]]></category>

		<guid isPermaLink="false">http://www.fruitbatscode.com/?p=256</guid>
		<description><![CDATA[Spent this weekend working on the cms and made good progress. Got the core page rendering working with masterpages and themes. Tested it with Db and normal aspx pages. I&#8217;m wondering whether I&#8217;ve over abstracted everything atm! Just added the security system and user accounts.  Now I&#8217;ve got to decide how to expose the account [...]]]></description>
		<wfw:commentRss>http://www.fruitbatscode.com/cms/creating-a-cms-framework-update/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Creating a CMS Framework &#8211; The Plan</title>
		<link>http://www.fruitbatscode.com/cms/creating-a-cms-framework-the-plan</link>
		<comments>http://www.fruitbatscode.com/cms/creating-a-cms-framework-the-plan#comments</comments>
		<pubDate>Mon, 18 May 2009 21:04:13 +0000</pubDate>
		<dc:creator>fbis</dc:creator>
				<category><![CDATA[Asp.Net]]></category>
		<category><![CDATA[cms]]></category>
		<category><![CDATA[My Stuff]]></category>

		<guid isPermaLink="false">http://www.fruitbatscode.com/?p=243</guid>
		<description><![CDATA[I&#8217;ve now written 4 cms&#8217; and have decided as a personal project to create a core system that can easily be adapted to many tasks.  Over the past 4 cms&#8217; I&#8217;ve used the same code a lot and created a central core of utils (imaginatively called Gist!) but I want to go a step further [...]]]></description>
		<wfw:commentRss>http://www.fruitbatscode.com/cms/creating-a-cms-framework-the-plan/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My Latest Cms&#8230;</title>
		<link>http://www.fruitbatscode.com/cms/my-latest-cms</link>
		<comments>http://www.fruitbatscode.com/cms/my-latest-cms#comments</comments>
		<pubDate>Tue, 27 Jan 2009 21:49:11 +0000</pubDate>
		<dc:creator>fbis</dc:creator>
				<category><![CDATA[cms]]></category>
		<category><![CDATA[JQuery]]></category>

		<guid isPermaLink="false">http://www.fruitbatscode.com/?p=77</guid>
		<description><![CDATA[I am currently writing my third cms where I work.  It&#8217;s very much modern and the architecture is pretty snazzy.  I&#8217;ve not used much of asp.net default stuff, favouring my own slimline versions of their bloated packages like ajax, MVC, and the user account system.  I&#8217;ve pulled most stuff in from my old cms&#8217; and [...]]]></description>
		<wfw:commentRss>http://www.fruitbatscode.com/cms/my-latest-cms/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
