<?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>The Way Of Coding &#187; javascript</title>
	<atom:link href="http://thewayofcoding.com/tag/javascript/feed/" rel="self" type="application/rss+xml" />
	<link>http://thewayofcoding.com</link>
	<description></description>
	<lastBuildDate>Mon, 28 Jun 2010 06:17:17 +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>JavaScript Tip: Submit Form On Enter Key</title>
		<link>http://thewayofcoding.com/2008/05/javascript-tip-submit-form-on-enter-key/</link>
		<comments>http://thewayofcoding.com/2008/05/javascript-tip-submit-form-on-enter-key/#comments</comments>
		<pubDate>Sun, 04 May 2008 23:46:00 +0000</pubDate>
		<dc:creator>Scott</dc:creator>
				<category><![CDATA[1]]></category>
		<category><![CDATA[enter]]></category>
		<category><![CDATA[forms]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[key]]></category>
		<category><![CDATA[press]]></category>
		<category><![CDATA[submit]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://localhost/?p=32</guid>
		<description><![CDATA[A common practice with search forms is to have them submit when the enter key is pressed, instead of requiring the user to use their mouse to press the submit button (or using tab key to tab to the submit button). Here is a simple way to do that in JavaScript: First, define a input [...]]]></description>
		<wfw:commentRss>http://thewayofcoding.com/2008/05/javascript-tip-submit-form-on-enter-key/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Objects in Javascript</title>
		<link>http://thewayofcoding.com/2008/04/objects-in-javascript/</link>
		<comments>http://thewayofcoding.com/2008/04/objects-in-javascript/#comments</comments>
		<pubDate>Fri, 11 Apr 2008 01:27:00 +0000</pubDate>
		<dc:creator>Scott</dc:creator>
				<category><![CDATA[1]]></category>
		<category><![CDATA[class]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[model]]></category>
		<category><![CDATA[objects]]></category>
		<category><![CDATA[odd]]></category>
		<category><![CDATA[primer]]></category>
		<category><![CDATA[tutorials]]></category>

		<guid isPermaLink="false">http://localhost/?p=30</guid>
		<description><![CDATA[Javascript does not use a standard class model. It uses objects that are like associative array structures of data, or so I have read. Regardless of how it works, you can make a class-ish type construct in Javascript. I&#8217;ll try to go over the basics here to help anyone who is interested. Objects are defined [...]]]></description>
		<wfw:commentRss>http://thewayofcoding.com/2008/04/objects-in-javascript/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Javascript Rant</title>
		<link>http://thewayofcoding.com/2008/04/javascript-rant/</link>
		<comments>http://thewayofcoding.com/2008/04/javascript-rant/#comments</comments>
		<pubDate>Fri, 11 Apr 2008 01:03:00 +0000</pubDate>
		<dc:creator>Scott</dc:creator>
				<category><![CDATA[1]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[rant]]></category>

		<guid isPermaLink="false">http://localhost/?p=29</guid>
		<description><![CDATA[I&#8217;ve been working on something recently where I decided to have most of the program run in a client&#8217;s browser. It&#8217;s basically a blog system that works with that asp- xml-to-access-db class I released on here as an LGPL piece of code. The clients browser sends/requests information in XML to the server script and everything [...]]]></description>
		<wfw:commentRss>http://thewayofcoding.com/2008/04/javascript-rant/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Accessing page content from the front and back-end of a site</title>
		<link>http://thewayofcoding.com/2007/02/accessing-page-content-from-the-front-and-back-end-of-a-site/</link>
		<comments>http://thewayofcoding.com/2007/02/accessing-page-content-from-the-front-and-back-end-of-a-site/#comments</comments>
		<pubDate>Sat, 03 Feb 2007 00:08:00 +0000</pubDate>
		<dc:creator>Scott</dc:creator>
				<category><![CDATA[1]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[regular expressions]]></category>
		<category><![CDATA[replace]]></category>
		<category><![CDATA[solution]]></category>

		<guid isPermaLink="false">http://localhost/?p=15</guid>
		<description><![CDATA[As I&#8217;m programming this database driven website, I&#8217;ve come into a few irritating little issues. Today I&#8217;ll talk about a few methods to access page content (images) from the back-end. I&#8217;ve created a way to create and edit page content with a browser based WYSIWYG editor. The problem is after the first time the data [...]]]></description>
		<wfw:commentRss>http://thewayofcoding.com/2007/02/accessing-page-content-from-the-front-and-back-end-of-a-site/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
