<?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>Scottie&#039;s Tech.Info &#187; javascript</title>
	<atom:link href="http://scottiestech.info/tag/javascript/feed/" rel="self" type="application/rss+xml" />
	<link>http://scottiestech.info</link>
	<description>A chimpanzee and two trainees could run her!</description>
	<lastBuildDate>Sat, 04 Sep 2010 14:58:08 +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>Adding Videos, JavaScript, and Other Goodies to Posts in WordPress MU</title>
		<link>http://scottiestech.info/2010/06/06/adding-videos-javascript-and-other-goodies-to-posts-in-wordpress-mu/</link>
		<comments>http://scottiestech.info/2010/06/06/adding-videos-javascript-and-other-goodies-to-posts-in-wordpress-mu/#comments</comments>
		<pubDate>Sun, 06 Jun 2010 09:12:07 +0000</pubDate>
		<dc:creator>Scottie</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://scottiestech.info/?p=404</guid>
		<description><![CDATA[Some of you may recall my earlier post Adding JavaScript to WordPress Posts without a Plugin. In that post, I talked about how to add JavaScript for, say, embedding a video without having WordPress "sanitize" your code... and without any plugins! WordPress MU, the version of WordPress that allows multiple blogs to be run under one WP installation, uses a different content sanitizer. In fact, it's so seriously anal that it blows away not only JavaScript, but all kinds of other HTML tags in your posts that the regular WP leaves untouched! Bad juju. So, here's how to convince WordPress MU to play nice with the HTML in your posts...]]></description>
		<wfw:commentRss>http://scottiestech.info/2010/06/06/adding-videos-javascript-and-other-goodies-to-posts-in-wordpress-mu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>jQuery AJAX Form Submit for Dummies</title>
		<link>http://scottiestech.info/2009/12/14/jquery-ajax-form-submit-for-dummies/</link>
		<comments>http://scottiestech.info/2009/12/14/jquery-ajax-form-submit-for-dummies/#comments</comments>
		<pubDate>Mon, 14 Dec 2009 13:01:31 +0000</pubDate>
		<dc:creator>Scottie</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[jquery]]></category>

		<guid isPermaLink="false">http://scottiestech.info/?p=312</guid>
		<description><![CDATA[So you've decided to be supercool and use jQuery. That was a wise decision you made, because jQuery totally rocks. Especially in Rails apps, jQuery makes life a LOT simpler. Yes, you have to learn some JavaScript and some quasi-new syntax, but it's still seriously powerful and convenient. There's only one problem: if you're like me (i.e. JavaScript-impaired), you just couldn't get your forms to submit via an AJAX call. And so, without further ado, I present to you jQuery Form Submission for Dummies!]]></description>
		<wfw:commentRss>http://scottiestech.info/2009/12/14/jquery-ajax-form-submit-for-dummies/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adding JavaScript to WordPress Posts Without a Plugin</title>
		<link>http://scottiestech.info/2009/11/22/adding-javascript-to-wordpress-posts-without-a-plugin/</link>
		<comments>http://scottiestech.info/2009/11/22/adding-javascript-to-wordpress-posts-without-a-plugin/#comments</comments>
		<pubDate>Sun, 22 Nov 2009 12:34:23 +0000</pubDate>
		<dc:creator>Scottie</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://scottiestech.info/?p=299</guid>
		<description><![CDATA[If you have installed your own WordPress blog on your server, you may want to include some JavaScript goodness from time to time. The bad news is that WordPress likes to screw around with tags when using the WYSIWYG post editor. That makes it kind of hard to, say, embed a video in one of your posts. The good news is that there is a very easy way to embed any kind of JavaScript in your posts without the need to install any plugins, or change any configuration settings. And it works beautifully with the WYSIWYG editor...]]></description>
		<wfw:commentRss>http://scottiestech.info/2009/11/22/adding-javascript-to-wordpress-posts-without-a-plugin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SyntaxHighlighter: Prevent #{var} in a Ruby String from Being Parsed as a Comment</title>
		<link>http://scottiestech.info/2009/06/27/syntaxhighlighter-prevent-var-in-a-ruby-string-from-being-parsed-as-a-comment/</link>
		<comments>http://scottiestech.info/2009/06/27/syntaxhighlighter-prevent-var-in-a-ruby-string-from-being-parsed-as-a-comment/#comments</comments>
		<pubDate>Sat, 27 Jun 2009 07:15:00 +0000</pubDate>
		<dc:creator>Scottie</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://scottiestech.info/?p=227</guid>
		<description><![CDATA[Since I generally write posts about programming issues on my WordPress blog, I needed a good plugin for automagically highlighting code segments. I ended up choosing SyntaxHighlighter by Viper007Bond. While it generally kicks butt, there is one little bug that is particularly annoying for those of us who post snippets of Ruby code: including a variable in a string like 'this is a #{color} string' causes SyntaxHighlighter to make everything after the "#" into a comment, which it wraps down to the following line. That simply won't do...]]></description>
		<wfw:commentRss>http://scottiestech.info/2009/06/27/syntaxhighlighter-prevent-var-in-a-ruby-string-from-being-parsed-as-a-comment/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
