<?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>Ryan Rampersad &#187; Javascript</title>
	<atom:link href="http://ryan.ifupdown.com/category/javascript/feed/" rel="self" type="application/rss+xml" />
	<link>http://ryan.ifupdown.com</link>
	<description>Opinions, Thoughts and Ideas - PHP, Java and Javascript</description>
	<lastBuildDate>Sun, 05 Sep 2010 23:25:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>My First MooTools Presentation</title>
		<link>http://ryan.ifupdown.com/2010/08/25/my-first-mootools-presentation/</link>
		<comments>http://ryan.ifupdown.com/2010/08/25/my-first-mootools-presentation/#comments</comments>
		<pubDate>Wed, 25 Aug 2010 18:12:19 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Mootools]]></category>
		<category><![CDATA[presentation]]></category>

		<guid isPermaLink="false">http://ryan.ifupdown.com/?p=2178</guid>
		<description><![CDATA[On Thursday, May 27th, I gave my very first MooTools presentation to an eagerly awaiting AP Computer Science class. The presentation was in three parts, the first a general overview of javascript itself, the second a micro-guide to MooTools glowing finesse with elements, events and effects, and finally a complete section on MooTools classes to [...]]]></description>
		<wfw:commentRss>http://ryan.ifupdown.com/2010/08/25/my-first-mootools-presentation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>missing argument 1 when calling function mutator.call</title>
		<link>http://ryan.ifupdown.com/2010/06/25/missing-argument-1-when-calling-function-mutator-call/</link>
		<comments>http://ryan.ifupdown.com/2010/06/25/missing-argument-1-when-calling-function-mutator-call/#comments</comments>
		<pubDate>Fri, 25 Jun 2010 08:20:37 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[Error]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Mootools]]></category>
		<category><![CDATA[call]]></category>
		<category><![CDATA[mutator]]></category>
		<category><![CDATA[solution]]></category>
		<category><![CDATA[solve]]></category>

		<guid isPermaLink="false">http://ryan.ifupdown.com/?p=2241</guid>
		<description><![CDATA[I&#8217;ve been doing some hefty MooTools development lately, and I ran into a odd ball error in that endeavor. I put it aside for a while, ignoring it while I worked on other code. Eventuallly, I had to face it though, so here are my remarks in that journey. First, the error in question is [...]]]></description>
		<wfw:commentRss>http://ryan.ifupdown.com/2010/06/25/missing-argument-1-when-calling-function-mutator-call/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>INDEX_SIZE_ERR: DOM Exception 1 &#8211; HTML Canvas</title>
		<link>http://ryan.ifupdown.com/2010/06/04/index_size_err-dom-exception-1-html-canvas/</link>
		<comments>http://ryan.ifupdown.com/2010/06/04/index_size_err-dom-exception-1-html-canvas/#comments</comments>
		<pubDate>Fri, 04 Jun 2010 22:23:10 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[canvas]]></category>
		<category><![CDATA[dom]]></category>
		<category><![CDATA[html5]]></category>
		<category><![CDATA[index size error]]></category>

		<guid isPermaLink="false">http://ryan.ifupdown.com/?p=2199</guid>
		<description><![CDATA[Lately, I have been working with the fancy HTML 5 canvas element. One of the errors that I encountered during development was this oddity: Uncaught Error: INDEX_SIZE_ERR: DOM Exception 1 After making sure every value was absolutely defined in the code and still getting the error, I was stumped. I asked on twitter what causes [...]]]></description>
		<wfw:commentRss>http://ryan.ifupdown.com/2010/06/04/index_size_err-dom-exception-1-html-canvas/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Invalid Object Initialization</title>
		<link>http://ryan.ifupdown.com/2010/02/08/invalid-object-initialization/</link>
		<comments>http://ryan.ifupdown.com/2010/02/08/invalid-object-initialization/#comments</comments>
		<pubDate>Mon, 08 Feb 2010 22:30:40 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Error]]></category>

		<guid isPermaLink="false">http://ryan.ifupdown.com/?p=1949</guid>
		<description><![CDATA[Firebug will scream and shout about Invalid Object Initialization if you mess just a little something up. Firebug does this a lot. It is an unhelpful error because Firebug will direct you to the first line of your object, not where the problem is. Firebug gave me this, more or less. That wasn&#8217;t helpful. (Why [...]]]></description>
		<wfw:commentRss>http://ryan.ifupdown.com/2010/02/08/invalid-object-initialization/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Javascript let</title>
		<link>http://ryan.ifupdown.com/2009/11/24/javascript-let/</link>
		<comments>http://ryan.ifupdown.com/2009/11/24/javascript-let/#comments</comments>
		<pubDate>Wed, 25 Nov 2009 00:56:05 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[block]]></category>
		<category><![CDATA[let]]></category>
		<category><![CDATA[scope]]></category>

		<guid isPermaLink="false">http://ryan.ifupdown.com/?p=1695</guid>
		<description><![CDATA[Mozilla offers a let in javascript 1.7. The let keyword isn&#8217;t support by other browsers yet so using it isn&#8217;t generally recomended but it nice to catch up on the latest javascript constructs. A Parallel First, a parallel. I&#8217;ve coded in Java the last couple of months because of school. During said time, I discovered [...]]]></description>
		<wfw:commentRss>http://ryan.ifupdown.com/2009/11/24/javascript-let/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Stop console.log errors without deleting each call</title>
		<link>http://ryan.ifupdown.com/2009/10/28/stop-console-log-errors-without-deleting-each-call/</link>
		<comments>http://ryan.ifupdown.com/2009/10/28/stop-console-log-errors-without-deleting-each-call/#comments</comments>
		<pubDate>Wed, 28 Oct 2009 18:44:10 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[console.log]]></category>
		<category><![CDATA[firebug]]></category>

		<guid isPermaLink="false">http://ryan.ifupdown.com/?p=1573</guid>
		<description><![CDATA[Have you ever added a couple of console.log calls to your javascript, test it in Firefox, then go into Internet Explorer and see tons of mysterious errors popup? I sure have, I always forget about those console.logs that are interwoven in my code. While it isn&#8217;t hard to do a replace on them all, I [...]]]></description>
		<wfw:commentRss>http://ryan.ifupdown.com/2009/10/28/stop-console-log-errors-without-deleting-each-call/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>GoodCarousel &#8211; A Carousel with Mootools</title>
		<link>http://ryan.ifupdown.com/2009/10/24/goodcarousel-a-carousel-with-mootools/</link>
		<comments>http://ryan.ifupdown.com/2009/10/24/goodcarousel-a-carousel-with-mootools/#comments</comments>
		<pubDate>Sun, 25 Oct 2009 00:30:27 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Mootools]]></category>
		<category><![CDATA[goodcarousel]]></category>
		<category><![CDATA[plugin]]></category>

		<guid isPermaLink="false">http://ryan.ifupdown.com/?p=1487</guid>
		<description><![CDATA[Hey there. I&#8217;m trying to get this plugin into the Mootools Forge but I&#8217;ve been having a hard time getting it to work. So in the mean time, checkout the repository on github. GoodCarousel is a plugin made with Mootools 1.2.3. It is made to slide over to, not fade to, the next slide and [...]]]></description>
		<wfw:commentRss>http://ryan.ifupdown.com/2009/10/24/goodcarousel-a-carousel-with-mootools/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>Pluralize In Java, Javascript and PHP</title>
		<link>http://ryan.ifupdown.com/2009/09/17/pluralize-in-java-javascript-and-php/</link>
		<comments>http://ryan.ifupdown.com/2009/09/17/pluralize-in-java-javascript-and-php/#comments</comments>
		<pubDate>Thu, 17 Sep 2009 23:07:09 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[pluralize]]></category>

		<guid isPermaLink="false">http://ryan.ifupdown.com/?p=1598</guid>
		<description><![CDATA[I was just reading David Walsh&#8217;s post about Possessives. It was a very clever use of PHP. I remembered a helper method I wrote last year that was somewhat similar in use, another form of coding English. It was Pluralization. At first I just added s if the first argument was not 1 and that [...]]]></description>
		<wfw:commentRss>http://ryan.ifupdown.com/2009/09/17/pluralize-in-java-javascript-and-php/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Two Javascript Testing Utilities</title>
		<link>http://ryan.ifupdown.com/2009/09/10/two-javascript-testing-utilities/</link>
		<comments>http://ryan.ifupdown.com/2009/09/10/two-javascript-testing-utilities/#comments</comments>
		<pubDate>Thu, 10 Sep 2009 23:15:05 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[jsbin]]></category>
		<category><![CDATA[mooshell]]></category>

		<guid isPermaLink="false">http://ryan.ifupdown.com/?p=1511</guid>
		<description><![CDATA[PasteBin, Pastie and of course, Gist. There are tons of pasting services. Lately however, we&#8217;ve started to ask more of our neighborly paste service, we need it to run and demonstrate our javascript, basically, we need a javascript playground. I have found two such playgrounds, they both looks great and work well. JSBin JSBin is [...]]]></description>
		<wfw:commentRss>http://ryan.ifupdown.com/2009/09/10/two-javascript-testing-utilities/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>GoodCorners &#8211; Rounded Corners with Mootools</title>
		<link>http://ryan.ifupdown.com/2009/08/26/goodcorners-rounded-corners-with-mootools/</link>
		<comments>http://ryan.ifupdown.com/2009/08/26/goodcorners-rounded-corners-with-mootools/#comments</comments>
		<pubDate>Thu, 27 Aug 2009 00:15:16 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Mootools]]></category>
		<category><![CDATA[good corners]]></category>
		<category><![CDATA[round corners]]></category>
		<category><![CDATA[rounded edges]]></category>

		<guid isPermaLink="false">http://ryan.ifupdown.com/?p=1466</guid>
		<description><![CDATA[GoodCorners is a tiny Mootools plugin that can apply the CSS3 border-radius to elements using a unified syntax so you can have beautiful rounded corners. Usage GoodCorners can be used in a couple different ways. Both parameters are optional. Omitting both will automatically round any elements with the gc class already on them. If you [...]]]></description>
		<wfw:commentRss>http://ryan.ifupdown.com/2009/08/26/goodcorners-rounded-corners-with-mootools/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
	</channel>
</rss>
