<?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>T11M &#187; Programming</title>
	<atom:link href="http://t11m.info/blog/category/programming/feed/" rel="self" type="application/rss+xml" />
	<link>http://t11m.info</link>
	<description>Musings of an IT Consultant...</description>
	<lastBuildDate>Fri, 03 Feb 2012 09:56:35 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Debugging Code</title>
		<link>http://t11m.info/blog/2009/02/debugging-code/</link>
		<comments>http://t11m.info/blog/2009/02/debugging-code/#comments</comments>
		<pubDate>Sun, 08 Feb 2009 10:13:39 +0000</pubDate>
		<dc:creator>T11M</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[JavaScript]]></category>

		<guid isPermaLink="false">http://t11m.info/2009/02/debugging-code/</guid>
		<description><![CDATA[There are few things more frustrating than debugging code.&#160; I&#8217;m trying to learn JavaScript &#8211; well I&#8217;m taking a class on JS and working pretty hard to learn.&#160; I&#8217;m hoping that it will be a stepping stone into the more advanced coding languages like PHP, Perl, or Python.&#160; Anyway, I&#8217;ve just spent the last hour [...]]]></description>
			<content:encoded><![CDATA[<p>There are few things more frustrating than debugging code.&nbsp; I&#8217;m trying to learn JavaScript &#8211; well I&#8217;m taking a class on JS and working pretty hard to learn.&nbsp; I&#8217;m hoping that it will be a stepping stone into the more advanced coding languages like PHP, Perl, or Python.&nbsp; Anyway, I&#8217;ve just spent the last hour trying to figure out where I went wrong in my code.&nbsp; All I want to do is make my function (which displays a clock) run every second.&nbsp; I used the &#8220;onload=setInterval&#8221; call but that does not seem to be working for me.&nbsp; That&#8217;s it, that&#8217;s all I want.&nbsp; Just run the function and make my clock look like it ticking away on the page.&nbsp; Back to work&#8230; grrrrrr&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://t11m.info/blog/2009/02/debugging-code/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.899 seconds -->

