<?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>4thmouse.com &#187; JavaScript</title>
	<atom:link href="http://4thmouse.com/index.php/category/programming/javascript/feed/" rel="self" type="application/rss+xml" />
	<link>http://4thmouse.com</link>
	<description>Software Engineering.</description>
	<lastBuildDate>Wed, 28 Jul 2010 03:38:47 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Embedding Rhino Part I: Parsing Command Line Arguments in JavaScript</title>
		<link>http://4thmouse.com/index.php/2008/03/11/embedding-rhino-part-i/</link>
		<comments>http://4thmouse.com/index.php/2008/03/11/embedding-rhino-part-i/#comments</comments>
		<pubDate>Tue, 11 Mar 2008 23:39:49 +0000</pubDate>
		<dc:creator>mike</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[command line]]></category>
		<category><![CDATA[ECMAScript]]></category>
		<category><![CDATA[option parsing]]></category>

		<guid isPermaLink="false">http://4thmouse.com/index.php/2008/03/11/embedding-rhino-part-i/</guid>
		<description><![CDATA[Rhino is a JavaScript/ECMAscript implementation in Java. Using the new java1.6 scripting API you can now easily embed JavaScript into your Java applications. I thought I&#8217;d try writing yet another implementation of the net_tool application using Rhino. Originally this was going to be a single article, but it turns out to be a two-fer.

The code [...]]]></description>
		<wfw:commentRss>http://4thmouse.com/index.php/2008/03/11/embedding-rhino-part-i/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Writing a Wordpress Plugin</title>
		<link>http://4thmouse.com/index.php/2008/03/02/writing-a-wordpress-plugin/</link>
		<comments>http://4thmouse.com/index.php/2008/03/02/writing-a-wordpress-plugin/#comments</comments>
		<pubDate>Mon, 03 Mar 2008 00:39:19 +0000</pubDate>
		<dc:creator>mike</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://4thmouse.com/index.php/2008/03/02/writing-a-wordpress-plugin/</guid>
		<description><![CDATA[As an experiment I wrote a WordPress plugin that turns &#91;wikipedia&#93c++&#91;/wikipedia&#93; into c++.

The full code is available here
This is not that exotic and the WordPress site itself has a pretty good tutorial but it never hurts to have another example.
Finding the tag
The first step is to find all the &#91;wikipedia&#93 tags in a loaded document. [...]]]></description>
		<wfw:commentRss>http://4thmouse.com/index.php/2008/03/02/writing-a-wordpress-plugin/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
