<?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 &#187; Mootools &amp; Web Dev</title>
	<atom:link href="http://blog.cbolson.com/tag/mootools-web-dev/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.cbolson.com</link>
	<description>blog : my thoughts, scripts, events and comments....</description>
	<lastBuildDate>Tue, 22 Nov 2011 19:27:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
		<item>
		<title>Retrieving optgroup label for selected option in a drop down list with Mootools</title>
		<link>http://blog.cbolson.com/etrieving-optgroup-label-for-selected-option-in-a-drop-down-list-mootools/</link>
		<comments>http://blog.cbolson.com/etrieving-optgroup-label-for-selected-option-in-a-drop-down-list-mootools/#comments</comments>
		<pubDate>Thu, 11 Aug 2011 22:09:52 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Mootools]]></category>
		<category><![CDATA[Mootools & Web Dev]]></category>

		<guid isPermaLink="false">http://blog.cbolson.com/?p=372</guid>
		<description><![CDATA[Just a quick tip for getting the selected option optgroup label using Mootools: The HTML: &#60;select id=&#34;transport&#34;&#62; &#60;optgroup label=&#34;Cars&#34;&#62; &#60;option&#62;Ford&#60;/option&#62; &#60;option&#62;BMW&#60;/option&#62; &#60;option&#62;Mercedes&#60;/option&#62; &#60;/optgroup&#62; &#60;optgroup label=&#34;Motorbikes&#34;&#62; &#60;option&#62;Honda&#60;/option&#62; &#60;option&#62;Yamaha&#60;/option&#62; &#60;option&#62;BMW&#60;/option&#62; &#60;/optgroup&#62; &#60;/select&#62; Mootools JavaScript: // get optgroup label of selected option on change document.id(&#34;transport&#34;).addEvent(&#34;change&#34;,function(){ var optGroup=this.getSelected().getParent(&#34;optgroup&#34;).get(&#34;label&#34;); // do something with the label alert(optGroup); })]]></description>
		<wfw:commentRss>http://blog.cbolson.com/etrieving-optgroup-label-for-selected-option-in-a-drop-down-list-mootools/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>3</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>23</slash:comments>
		</item>
	</channel>
</rss>

