<?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>Random thoughts along the roadside... &#187; Javascript</title>
	<atom:link href="http://www.virtualroadside.com/blog/index.php/category/javascript/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.virtualroadside.com/blog</link>
	<description></description>
	<lastBuildDate>Mon, 03 Oct 2011 07:24:04 +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>Changing variables using a web interface and embedded HTTP server</title>
		<link>http://www.virtualroadside.com/blog/index.php/2009/04/21/changing-variables-using-a-web-interface-and-embedded-http-server/</link>
		<comments>http://www.virtualroadside.com/blog/index.php/2009/04/21/changing-variables-using-a-web-interface-and-embedded-http-server/#comments</comments>
		<pubDate>Tue, 21 Apr 2009 08:43:15 +0000</pubDate>
		<dc:creator>dustin</dc:creator>
				<category><![CDATA[FIRST]]></category>
		<category><![CDATA[Howto]]></category>
		<category><![CDATA[Innovation]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[WebDMA]]></category>

		<guid isPermaLink="false">http://www.virtualroadside.com/blog/?p=255</guid>
		<description><![CDATA[When walking around during the Boston Regional, I had been talking to some people about code, and they mentioned that LabView was great because they could tune their PID controllers on the fly while the robot was operating. So I thought to myself, &#8220;why can&#8217;t I do this with C++?&#8221;. And&#8230; so I did. WebDMA [...]]]></description>
		<wfw:commentRss>http://www.virtualroadside.com/blog/index.php/2009/04/21/changing-variables-using-a-web-interface-and-embedded-http-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Improved innovative Javascript/CSS enhanced resume</title>
		<link>http://www.virtualroadside.com/blog/index.php/2007/11/19/improved-innovative-javascriptcss-enhanced-resume/</link>
		<comments>http://www.virtualroadside.com/blog/index.php/2007/11/19/improved-innovative-javascriptcss-enhanced-resume/#comments</comments>
		<pubDate>Mon, 19 Nov 2007 08:26:03 +0000</pubDate>
		<dc:creator>dustin</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Innovation]]></category>
		<category><![CDATA[Javascript]]></category>

		<guid isPermaLink="false">http://www.virtualroadside.com/blog/index.php/2007/11/19/improved-innovative-javascriptcss-enhanced-resume/</guid>
		<description><![CDATA[I mentioned earlier this year that I had created an enhanced resume web page for myself, by using javascript and css to display either a &#8216;full&#8217; or &#8216;condensed&#8217; (one-page) version of the resume, and mentioned also that it would be pretty trivial for someone to make it work for different categories if they wanted. Well, [...]]]></description>
		<wfw:commentRss>http://www.virtualroadside.com/blog/index.php/2007/11/19/improved-innovative-javascriptcss-enhanced-resume/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>jQuery snippet:</title>
		<link>http://www.virtualroadside.com/blog/index.php/2007/07/12/jquery-snippet/</link>
		<comments>http://www.virtualroadside.com/blog/index.php/2007/07/12/jquery-snippet/#comments</comments>
		<pubDate>Thu, 12 Jul 2007 05:52:31 +0000</pubDate>
		<dc:creator>dustin</dc:creator>
				<category><![CDATA[Howto]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://www.virtualroadside.com/blog/index.php/2007/07/12/jquery-snippet/</guid>
		<description><![CDATA[Here is a neat jQuery snippet that you can use to create extra elements in a form, underneath (mostly) the previous element. Took longer than it should have to create this since I didn&#8217;t quite understand the behavior of &#8220;before&#8221; and &#8220;after&#8221;&#8230; ie, a parent node has to exist for them to work. &#60;input name="field[]" [...]]]></description>
		<wfw:commentRss>http://www.virtualroadside.com/blog/index.php/2007/07/12/jquery-snippet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Visual jQuery: Awesome jQuery Reference</title>
		<link>http://www.virtualroadside.com/blog/index.php/2007/07/12/visual-jquery-awesome-jquery-reference/</link>
		<comments>http://www.virtualroadside.com/blog/index.php/2007/07/12/visual-jquery-awesome-jquery-reference/#comments</comments>
		<pubDate>Thu, 12 Jul 2007 04:42:55 +0000</pubDate>
		<dc:creator>dustin</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://www.virtualroadside.com/blog/index.php/2007/07/12/visual-jquery-awesome-jquery-reference/</guid>
		<description><![CDATA[This is seriously the coolest form of documentation that I&#8217;ve seen. Implemented using jQuery by jQuery developer Yehuda Katz, Visual jQuery implements the API documentation for jQuery using an expanding tree of categorized nodes. Its quite innovative, IMHO. If you develop using jQuery, definitely a plus to have around. And, there is a downloadable copy [...]]]></description>
		<wfw:commentRss>http://www.virtualroadside.com/blog/index.php/2007/07/12/visual-jquery-awesome-jquery-reference/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>jQuery rocks</title>
		<link>http://www.virtualroadside.com/blog/index.php/2007/07/07/jquery-rocks/</link>
		<comments>http://www.virtualroadside.com/blog/index.php/2007/07/07/jquery-rocks/#comments</comments>
		<pubDate>Sat, 07 Jul 2007 22:36:44 +0000</pubDate>
		<dc:creator>dustin</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://www.virtualroadside.com/blog/index.php/2007/07/07/jquery-rocks/</guid>
		<description><![CDATA[Have you used jQuery yet? I know its been around for awhile, but I&#8217;ve only recently been using it. Of course, there are other similar javascript frameworks out there. jQuery makes javascript development &#8216;fun&#8217;, according to the website, and I would definitely agree. It makes so many mundane things way easy and quick to do. [...]]]></description>
		<wfw:commentRss>http://www.virtualroadside.com/blog/index.php/2007/07/07/jquery-rocks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Codepress vs. Editarea</title>
		<link>http://www.virtualroadside.com/blog/index.php/2007/06/08/codepress-vs-editarea/</link>
		<comments>http://www.virtualroadside.com/blog/index.php/2007/06/08/codepress-vs-editarea/#comments</comments>
		<pubDate>Fri, 08 Jun 2007 19:16:32 +0000</pubDate>
		<dc:creator>dustin</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Javascript]]></category>

		<guid isPermaLink="false">http://www.virtualroadside.com/blog/index.php/2007/06/08/codepress-vs-editarea/</guid>
		<description><![CDATA[A short while ago I wrote an article discussing Codepress, and some of the problems I had with it (link to Codepress Problems). There were other issues that came up as well over the past few weeks, but I found a different javascript-based highlighter called Editarea. Editarea appears to have been around about the same [...]]]></description>
		<wfw:commentRss>http://www.virtualroadside.com/blog/index.php/2007/06/08/codepress-vs-editarea/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Javascript/CSS enhanced Resume</title>
		<link>http://www.virtualroadside.com/blog/index.php/2007/05/20/javascriptcss-enhanced-resume/</link>
		<comments>http://www.virtualroadside.com/blog/index.php/2007/05/20/javascriptcss-enhanced-resume/#comments</comments>
		<pubDate>Sun, 20 May 2007 19:59:09 +0000</pubDate>
		<dc:creator>dustin</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Howto]]></category>
		<category><![CDATA[Javascript]]></category>

		<guid isPermaLink="false">http://www.virtualroadside.com/blog/index.php/2007/05/20/javascriptcss-enhanced-resume/</guid>
		<description><![CDATA[When I was looking for research projects to participate in a few years ago, I decided the best way to find them would be by emailing various professors and sharing my interests with them. However, I figured a resume would be useful to share with them as well, and I only had it in MS [...]]]></description>
		<wfw:commentRss>http://www.virtualroadside.com/blog/index.php/2007/05/20/javascriptcss-enhanced-resume/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

