<?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>Graphika Studioz - Web Design, Development, Hosting and SEO Services - Parksville, Qualicum Beach  &#187; javascript</title>
	<atom:link href="http://headfirstproductions.ca/tag/javascript/feed/" rel="self" type="application/rss+xml" />
	<link>http://headfirstproductions.ca</link>
	<description>WEB 2.0 - Creative - Intuitive Web Sites and Web Applications built with Ruby on Rails, Ajax, CSS and Web Standards</description>
	<lastBuildDate>Fri, 30 Apr 2010 06:40:47 +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>Prototype and Scriptaculous Drop Down Menu</title>
		<link>http://headfirstproductions.ca/prototype-and-scriptaculous-drop-down-menu/</link>
		<comments>http://headfirstproductions.ca/prototype-and-scriptaculous-drop-down-menu/#comments</comments>
		<pubDate>Fri, 22 May 2009 01:35:04 +0000</pubDate>
		<dc:creator>Darren Terhune</dc:creator>
				<category><![CDATA[programming]]></category>
		<category><![CDATA[tutorials]]></category>
		<category><![CDATA[web design]]></category>
		<category><![CDATA[droplicious]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[prototype]]></category>
		<category><![CDATA[scriptaculous]]></category>

		<guid isPermaLink="false">http://headfirstproductions.ca/?p=222</guid>
		<description><![CDATA[I&#8217;ve made a cool drop down menu system using Prototype and Scriptaculous javascript libraries that utilizes some of the cool effects to create an animated menu system. Anyway here is droplicious v.2.1 I won&#8217;t be putting up new versions here anymore. It will now be at github (see link below&#8230; right below) Droplicious at github: [...]]]></description>
		<wfw:commentRss>http://headfirstproductions.ca/prototype-and-scriptaculous-drop-down-menu/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>Create Mac OS X Dock Magnification using Mootools</title>
		<link>http://headfirstproductions.ca/create-mac-os-x-dock-magnification-using-mootools/</link>
		<comments>http://headfirstproductions.ca/create-mac-os-x-dock-magnification-using-mootools/#comments</comments>
		<pubDate>Mon, 31 Mar 2008 20:35:16 +0000</pubDate>
		<dc:creator>Darren Terhune</dc:creator>
				<category><![CDATA[general]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[mootools]]></category>
		<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://headfirstproductions.ca/?p=189</guid>
		<description><![CDATA[Fabio Zendhi Nagao is an applied mathematician from IMA who works in web application development. He&#8217;s developed some really cool effects using the Mootools Javascript library to mimic the Mac OS X Dock Magnification effects using standards compliant practices. When I first saw his examples I was pretty amazed. Best of all It&#8217;s free, open [...]]]></description>
		<wfw:commentRss>http://headfirstproductions.ca/create-mac-os-x-dock-magnification-using-mootools/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Unobtrusive javascript textarea counter using Mootools Event Class and domready Event</title>
		<link>http://headfirstproductions.ca/unobtrusive-javascript-textarea-counter-using-mootools-event-class-and-domready-event/</link>
		<comments>http://headfirstproductions.ca/unobtrusive-javascript-textarea-counter-using-mootools-event-class-and-domready-event/#comments</comments>
		<pubDate>Thu, 17 Jan 2008 02:11:36 +0000</pubDate>
		<dc:creator>Darren Terhune</dc:creator>
				<category><![CDATA[general]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[tutorials]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[mootools]]></category>
		<category><![CDATA[web design]]></category>
		<category><![CDATA[xhtml]]></category>

		<guid isPermaLink="false">http://headfirstproductions.ca/blog/unobtrusive-javascript-textarea-counter-using-mootools-event-class-and-domready-event/</guid>
		<description><![CDATA[Here&#8217;s a cool script for using with your applications if you would like to limit the number of characters in a textarea as well as show a user how many characters they have left. I wrote this using Mootools event and domready Event classes. For this to work you&#8217;ll need to have Mootools Event and [...]]]></description>
		<wfw:commentRss>http://headfirstproductions.ca/unobtrusive-javascript-textarea-counter-using-mootools-event-class-and-domready-event/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Javascript function to uncheck all checkboxes</title>
		<link>http://headfirstproductions.ca/javascript-function-to-uncheck-all-checkboxes/</link>
		<comments>http://headfirstproductions.ca/javascript-function-to-uncheck-all-checkboxes/#comments</comments>
		<pubDate>Fri, 23 Nov 2007 20:22:34 +0000</pubDate>
		<dc:creator>Darren Terhune</dc:creator>
				<category><![CDATA[general]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[tutorials]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://headfirstproductions.ca/blog/javascript-function-to-uncheck-all-checkboxes/</guid>
		<description><![CDATA[Yesterday I searched and searched for a good hour for some unobtrusive javascript to set all check boxes within a div to unchecked when a user would click &#8220;None&#8221; for a none of the above type form, when I realized that, duh I know how to write javascript. So I wrote this function. Javascript: function [...]]]></description>
		<wfw:commentRss>http://headfirstproductions.ca/javascript-function-to-uncheck-all-checkboxes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ajax loading gif generator</title>
		<link>http://headfirstproductions.ca/ajax-loading-gif-generator/</link>
		<comments>http://headfirstproductions.ca/ajax-loading-gif-generator/#comments</comments>
		<pubDate>Thu, 10 May 2007 00:21:47 +0000</pubDate>
		<dc:creator>Darren Terhune</dc:creator>
				<category><![CDATA[general]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://headfirstproductions.ca/blog/ajax-loading-gif-generator/</guid>
		<description><![CDATA[Ajaxload.info is a site that allows you to customize your own ajax loaders. They have a bunch of different types and also let you pick colors too. Then you just download and use in your own project.]]></description>
		<wfw:commentRss>http://headfirstproductions.ca/ajax-loading-gif-generator/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Random quote generator using javascript</title>
		<link>http://headfirstproductions.ca/random-quote-generator-using-javascript/</link>
		<comments>http://headfirstproductions.ca/random-quote-generator-using-javascript/#comments</comments>
		<pubDate>Thu, 15 Feb 2007 01:30:09 +0000</pubDate>
		<dc:creator>Darren Terhune</dc:creator>
				<category><![CDATA[general]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[tutorials]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://headfirstproductions.ca/blog/random-quote-generator-using-javascript/</guid>
		<description><![CDATA[Here&#8217;s a simple way to generate random quotes on you webpage. Like the one I&#8217;m using on the right side of my Home page under the navigation. //first create a new array //here it's called pullQuote //you can specify how ever many values you like ie: 5 here var pullQuote = new Array(5); //use the [...]]]></description>
		<wfw:commentRss>http://headfirstproductions.ca/random-quote-generator-using-javascript/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
