<?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>Jake Rutter - Front-End Developer and Designer, CSS, JavaScript and jQuery, PHP, Wordpress, Expression Engine, Magento&#187; JavaScript/Ajax</title>
	<atom:link href="http://www.onerutter.com/category/javascript/feed" rel="self" type="application/rss+xml" />
	<link>http://www.onerutter.com</link>
	<description>Designer, CSS/XHTML Expert, ActionScript 3, Magento Developer</description>
	<lastBuildDate>Fri, 27 Jan 2012 03:24:23 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>JavaScript Basics Part 7: Loops</title>
		<link>http://www.onerutter.com/javascript/javascript-basics-part-7-loops.html</link>
		<comments>http://www.onerutter.com/javascript/javascript-basics-part-7-loops.html#comments</comments>
		<pubDate>Sun, 14 Nov 2010 21:27:37 +0000</pubDate>
		<dc:creator>Jake Rutter</dc:creator>
				<category><![CDATA[Basics]]></category>
		<category><![CDATA[JavaScript/Ajax]]></category>
		<guid isPermaLink="false">http://onerutter.com/?p=634</guid>
		<description><![CDATA[<p>Loops are used to execute the same statement of code a set number of times, which can be hardcoded or based on variable. </p>
<p>Loops are very common within programming, as they solve the problem of having to write more code [...]]]></description>
		<wfw:commentRss>http://www.onerutter.com/javascript/javascript-basics-part-7-loops.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JavaScript Basics Part 6: Conditionals</title>
		<link>http://www.onerutter.com/javascript/javascript-basics-part-6-conditionals.html</link>
		<comments>http://www.onerutter.com/javascript/javascript-basics-part-6-conditionals.html#comments</comments>
		<pubDate>Sat, 13 Nov 2010 12:59:33 +0000</pubDate>
		<dc:creator>Jake Rutter</dc:creator>
				<category><![CDATA[Basics]]></category>
		<category><![CDATA[JavaScript/Ajax]]></category>
		<guid isPermaLink="false">http://onerutter.com/?p=618</guid>
		<description><![CDATA[<p>Logic is a part of our everyday lives â€“ itâ€™s a very familiar concept, therefore one of the easiest to understand. We are faced with questions all the time, with the &#8220;If&#8221; question being the most common. If I go [...]]]></description>
		<wfw:commentRss>http://www.onerutter.com/javascript/javascript-basics-part-6-conditionals.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>JavaScript Basics Part 5: Arrays</title>
		<link>http://www.onerutter.com/javascript/javascript-basics-part-5-arrays.html</link>
		<comments>http://www.onerutter.com/javascript/javascript-basics-part-5-arrays.html#comments</comments>
		<pubDate>Fri, 12 Nov 2010 04:40:08 +0000</pubDate>
		<dc:creator>Jake Rutter</dc:creator>
				<category><![CDATA[Basics]]></category>
		<category><![CDATA[JavaScript/Ajax]]></category>
		<guid isPermaLink="false">http://onerutter.com/?p=612</guid>
		<description><![CDATA[<p>An array is a variable which can store many values inside it. A variable can only store one value. Those values can be accessed at any time using the arrayâ€™s index. The values stored within the array are called the [...]]]></description>
		<wfw:commentRss>http://www.onerutter.com/javascript/javascript-basics-part-5-arrays.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>JavaScript Basics Part 4: Variables</title>
		<link>http://www.onerutter.com/javascript/javascript-variables.html</link>
		<comments>http://www.onerutter.com/javascript/javascript-variables.html#comments</comments>
		<pubDate>Wed, 10 Nov 2010 00:48:14 +0000</pubDate>
		<dc:creator>Jake Rutter</dc:creator>
				<category><![CDATA[Basics]]></category>
		<category><![CDATA[JavaScript/Ajax]]></category>
		<guid isPermaLink="false">http://onerutter.com/?p=608</guid>
		<description><![CDATA[<p>Variables offer a way to store values of strings, numbers, and boolean data types, as well as being able to reuse at any point within your script. Declaring or creating variables is a common practice when writing any sort of [...]]]></description>
		<wfw:commentRss>http://www.onerutter.com/javascript/javascript-variables.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JavaScript Basics Part 3: Strings</title>
		<link>http://www.onerutter.com/javascript/javascript-basics-part-3-strings.html</link>
		<comments>http://www.onerutter.com/javascript/javascript-basics-part-3-strings.html#comments</comments>
		<pubDate>Tue, 09 Nov 2010 02:44:40 +0000</pubDate>
		<dc:creator>Jake Rutter</dc:creator>
				<category><![CDATA[Basics]]></category>
		<category><![CDATA[JavaScript/Ajax]]></category>
		<guid isPermaLink="false">http://onerutter.com/?p=606</guid>
		<description><![CDATA[<p>A string is anything enclosed within quote marks â€“ it can be made up of letters, numbers, and/or symbols. Strings will work with either single or double quotes.</p>
<p>[js]
â€œhello worldâ€;
â€˜I have 5 pearsâ€™;
[/js]</p>
<p>When creating strings, there are often times when you [...]]]></description>
		<wfw:commentRss>http://www.onerutter.com/javascript/javascript-basics-part-3-strings.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JavaScript Basics Part 2: Comments</title>
		<link>http://www.onerutter.com/javascript/javascript-basics-part-2-comments.html</link>
		<comments>http://www.onerutter.com/javascript/javascript-basics-part-2-comments.html#comments</comments>
		<pubDate>Sun, 07 Nov 2010 14:52:20 +0000</pubDate>
		<dc:creator>Jake Rutter</dc:creator>
				<category><![CDATA[Basics]]></category>
		<category><![CDATA[JavaScript/Ajax]]></category>
		<guid isPermaLink="false">http://onerutter.com/?p=603</guid>
		<description><![CDATA[<p>JavaScript comments are a way to keep your code clean and easy to read. Comments cannot be rendered because the browsers skip them. Most web designers are probably familiar with HTML comments,  which are similar to JavaScript comments with [...]]]></description>
		<wfw:commentRss>http://www.onerutter.com/javascript/javascript-basics-part-2-comments.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JavaScript Basics Part 1: Statements</title>
		<link>http://www.onerutter.com/javascript/basics/javascript-basics-part-1-statements.html</link>
		<comments>http://www.onerutter.com/javascript/basics/javascript-basics-part-1-statements.html#comments</comments>
		<pubDate>Sat, 06 Nov 2010 20:43:34 +0000</pubDate>
		<dc:creator>Jake Rutter</dc:creator>
				<category><![CDATA[Basics]]></category>
		<guid isPermaLink="false">http://onerutter.com/?p=589</guid>
		<description><![CDATA[<p>The basic components of JavaScript programs are statements, variables, and types of data.</p>
<p>A JavaScript statement is the most basic piece of JavaScript â€“ which will represent a single action or step in the script that you are building. Many statements [...]]]></description>
		<wfw:commentRss>http://www.onerutter.com/javascript/basics/javascript-basics-part-1-statements.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to setup Bronto Tracking Pixels with JavaScript</title>
		<link>http://www.onerutter.com/javascript/how-to-setup-bronto-tracking-pixels-with-javascript.html</link>
		<comments>http://www.onerutter.com/javascript/how-to-setup-bronto-tracking-pixels-with-javascript.html#comments</comments>
		<pubDate>Thu, 20 Aug 2009 01:57:57 +0000</pubDate>
		<dc:creator>Jake Rutter</dc:creator>
				<category><![CDATA[JavaScript/Ajax]]></category>
		<category><![CDATA[jQuery]]></category>
		<guid isPermaLink="false">http://onerutter.com/?p=245</guid>
		<description><![CDATA[<p>Recently at my job, I had to setup Bronto email tracking pixels on our order confirmation page. The tracking pixels came in the form of an image tag and had to be populated with some values from our shopping cart. [...]]]></description>
		<wfw:commentRss>http://www.onerutter.com/javascript/how-to-setup-bronto-tracking-pixels-with-javascript.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>jQuery Image Cloning Script</title>
		<link>http://www.onerutter.com/web/css/jquery-image-cloning-script.html</link>
		<comments>http://www.onerutter.com/web/css/jquery-image-cloning-script.html#comments</comments>
		<pubDate>Fri, 29 May 2009 13:57:51 +0000</pubDate>
		<dc:creator>Jake Rutter</dc:creator>
				<category><![CDATA[CSS/Web Standards]]></category>
		<category><![CDATA[JavaScript/Ajax]]></category>
		<category><![CDATA[jQuery]]></category>
		<guid isPermaLink="false">http://onerutter.com/?p=211</guid>
		<description><![CDATA[<p>I recently ran into an issue at work where we have been spending countless hours making 6 and 12 bottle shots by hand in Photoshop. We would take one bottle and copy/clone it over 6 or 12 times, then save [...]]]></description>
		<wfw:commentRss>http://www.onerutter.com/web/css/jquery-image-cloning-script.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JS Conf 2009</title>
		<link>http://www.onerutter.com/web/js-conf-2009.html</link>
		<comments>http://www.onerutter.com/web/js-conf-2009.html#comments</comments>
		<pubDate>Mon, 04 May 2009 02:47:25 +0000</pubDate>
		<dc:creator>Jake Rutter</dc:creator>
				<category><![CDATA[JavaScript/Ajax]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Web]]></category>
		<guid isPermaLink="false">http://onerutter.com/?p=202</guid>
		<description><![CDATA[<p>Last weekend I attended JS Conf 2009 in Washington D.C. with a good friend of mine, we actually brought our wives too. The plan was to attend the conference while our wives saw the sites and toured the town. We [...]]]></description>
		<wfw:commentRss>http://www.onerutter.com/web/js-conf-2009.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

