<?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>Chris Bolson - I digress</title>
	<atom:link href="http://blog.cbolson.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.cbolson.com</link>
	<description>scripts, events, thoughts and comments.... I digress!</description>
	<lastBuildDate>Sun, 02 May 2010 21:58:50 +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>Mootools Multiple Select List Modal Window Filter</title>
		<link>http://blog.cbolson.com/mootools-multiple-select-list-modal-window-filter/</link>
		<comments>http://blog.cbolson.com/mootools-multiple-select-list-modal-window-filter/#comments</comments>
		<pubDate>Mon, 05 Apr 2010 17:47:17 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Mootools]]></category>
		<category><![CDATA[Scripts]]></category>

		<guid isPermaLink="false">http://blog.cbolson.com/?p=276</guid>
		<description><![CDATA[Let&#8217;s face it, Multiple Select Lists are not the best of HTML form fields, not least because you have no means of finding the option that you want quickly.  OK, you can type the first letter of the option you want but that is it, it will help you get to the start of all [...]]]></description>
		<wfw:commentRss>http://blog.cbolson.com/mootools-multiple-select-list-modal-window-filter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ajax Availability Calendar v3 released</title>
		<link>http://blog.cbolson.com/ajax-availability-calendar-v3-released/</link>
		<comments>http://blog.cbolson.com/ajax-availability-calendar-v3-released/#comments</comments>
		<pubDate>Fri, 12 Mar 2010 09:58:40 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Mootools]]></category>
		<category><![CDATA[Scripts]]></category>
		<category><![CDATA[Webs]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[availability]]></category>
		<category><![CDATA[calendar]]></category>
		<category><![CDATA[Mootools & Web Dev]]></category>

		<guid isPermaLink="false">http://blog.cbolson.com/?p=257</guid>
		<description><![CDATA[In January 2008 I released for public downloading the first version of my Ajax Availability Calendar. Over the first few months I continually developed it, fixing bugs and taking into account the suggestions and requests made by the many people who gave feedback on the forum. It finally settled down to a &#8220;version 2&#8243; state [...]]]></description>
		<wfw:commentRss>http://blog.cbolson.com/ajax-availability-calendar-v3-released/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Mootools Splash Screen</title>
		<link>http://blog.cbolson.com/mootools-splash-screen/</link>
		<comments>http://blog.cbolson.com/mootools-splash-screen/#comments</comments>
		<pubDate>Tue, 02 Feb 2010 18:07:47 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Mootools]]></category>
		<category><![CDATA[Scripts]]></category>
		<category><![CDATA[class]]></category>
		<category><![CDATA[Mootools & Web Dev]]></category>

		<guid isPermaLink="false">http://blog.cbolson.com/?p=230</guid>
		<description><![CDATA[Every now and then you get a client that absolutely insists on having a &#8220;splash screen&#8220;. However hard you try to convince them that it is not good for SEO (search engines like content and links) or for visitors (after all, you are wasting their time), they refuse to see it your way and insist [...]]]></description>
		<wfw:commentRss>http://blog.cbolson.com/mootools-splash-screen/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
		<item>
		<title>Expanding Multiple Select List with Search Filter</title>
		<link>http://blog.cbolson.com/expanding-multiple-select-list-with-search-filter/</link>
		<comments>http://blog.cbolson.com/expanding-multiple-select-list-with-search-filter/#comments</comments>
		<pubDate>Thu, 07 Jan 2010 17:35:46 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Mootools]]></category>
		<category><![CDATA[Scripts]]></category>

		<guid isPermaLink="false">http://blog.cbolson.com/?p=214</guid>
		<description><![CDATA[A short while ago I wrote a elasticMultipleSelect class that allowed you to set a fixed width on a multiple select list via css to maintain the general design of the page and then, when the select list receives the focus, it expands out horizontally to the width of the widest (longest) option. I did [...]]]></description>
		<wfw:commentRss>http://blog.cbolson.com/expanding-multiple-select-list-with-search-filter/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Elastic Multiple Select List</title>
		<link>http://blog.cbolson.com/elastic-multiple-select-list/</link>
		<comments>http://blog.cbolson.com/elastic-multiple-select-list/#comments</comments>
		<pubDate>Fri, 20 Nov 2009 00:10:59 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Mootools]]></category>
		<category><![CDATA[Scripts]]></category>

		<guid isPermaLink="false">http://blog.cbolson.com/?p=186</guid>
		<description><![CDATA[Following on from my previous post demonstrating my mooSelect class, today I needed to create something different, again with a multiple select list. This time the brief was to make a standard multiple select list “expand” when it gets focus so as to prevent it from messing up the rest of the page whilst it [...]]]></description>
		<wfw:commentRss>http://blog.cbolson.com/elastic-multiple-select-list/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>mooSelect &#8211; convert a select list into a sliding checkbox list</title>
		<link>http://blog.cbolson.com/mooselect-select-list-2-sliding-checkbox-list/</link>
		<comments>http://blog.cbolson.com/mooselect-select-list-2-sliding-checkbox-list/#comments</comments>
		<pubDate>Tue, 03 Nov 2009 18:12:41 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Mootools]]></category>
		<category><![CDATA[Scripts]]></category>

		<guid isPermaLink="false">http://blog.cbolson.com/?p=168</guid>
		<description><![CDATA[EDITED: [2009-11-12] Well, I have taken the plunge&#8230;. I have finally my first mootools class Despite all the tutorials claiming that it is easy, I must admit to have found it rather complicated.  I am the first to admit that I have problems with classes so this is not a reflection on mootools, rather on [...]]]></description>
		<wfw:commentRss>http://blog.cbolson.com/mooselect-select-list-2-sliding-checkbox-list/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>New demo for dynamic form fields</title>
		<link>http://blog.cbolson.com/new-demo-for-dynamic-form-fields/</link>
		<comments>http://blog.cbolson.com/new-demo-for-dynamic-form-fields/#comments</comments>
		<pubDate>Fri, 18 Sep 2009 17:32:56 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://blog.cbolson.com/?p=160</guid>
		<description><![CDATA[A few days ago I wrote a post to demonstrate how I was adding form fields dynamically with the use of AJAX and Mootools. I have now created a new demo that further demonstrates the flexibility of this system. See demo This demo includes a select box from which you can select an optional question [...]]]></description>
		<wfw:commentRss>http://blog.cbolson.com/new-demo-for-dynamic-form-fields/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Adding form fields via ajax with Mootools</title>
		<link>http://blog.cbolson.com/adding-form-fields-via-ajax-with-mootools/</link>
		<comments>http://blog.cbolson.com/adding-form-fields-via-ajax-with-mootools/#comments</comments>
		<pubDate>Mon, 14 Sep 2009 22:11:37 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Mootools]]></category>
		<category><![CDATA[Scripts]]></category>

		<guid isPermaLink="false">http://blog.cbolson.com/?p=149</guid>
		<description><![CDATA[I am currently working on a project where the administrator needs to be able to upload any number of items within one master project. Clearly I didn&#8217;t want to present them with a long page of repetative form fields and anyway, there was no way of knowing whether they would need 1, 2 or 20 [...]]]></description>
		<wfw:commentRss>http://blog.cbolson.com/adding-form-fields-via-ajax-with-mootools/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>edit once tweeted</title>
		<link>http://blog.cbolson.com/edit-once-tweeted/</link>
		<comments>http://blog.cbolson.com/edit-once-tweeted/#comments</comments>
		<pubDate>Thu, 20 Aug 2009 15:33:35 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://blog.cbolson.com/edit-once-tweeted/</guid>
		<description><![CDATA[I tried to tweet this but&#8230; the Twitter server was down (again). Not even a a whale this time to look at All I wanted to say was, wouldn&#8217;t it be nice to be able to edit a tweet once it has been tweeted!]]></description>
		<wfw:commentRss>http://blog.cbolson.com/edit-once-tweeted/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mootools highlight() driving me mad</title>
		<link>http://blog.cbolson.com/mootools-highlight-driving-me-mad/</link>
		<comments>http://blog.cbolson.com/mootools-highlight-driving-me-mad/#comments</comments>
		<pubDate>Sun, 02 Aug 2009 21:16:11 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Mootools]]></category>

		<guid isPermaLink="false">http://blog.cbolson.com/?p=133</guid>
		<description><![CDATA[Just spent the best part of my Sunday afternoon trying to get what, on the face of it, was a simple task. Using mootools, I wanted to have a simple highlight effect using highlight() as the mouse rolled over the elements and, when clicked, an ajax call would, asides from making various database checks and [...]]]></description>
		<wfw:commentRss>http://blog.cbolson.com/mootools-highlight-driving-me-mad/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
