<?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’s Tech.Info &#187; wordpress</title>
	<atom:link href="http://scottiestech.info/tag/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://scottiestech.info</link>
	<description>A chimpanzee and two trainees could run her!</description>
	<lastBuildDate>Sat, 05 May 2012 17:27:26 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</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>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>What to Do When Your Manual WordPress Update Dumps You Back to the Installation Page</title>
		<link>http://scottiestech.info/2009/07/25/what-to-do-when-your-manual-wordpress-update-dumps-you-back-to-the-installation-page/</link>
		<comments>http://scottiestech.info/2009/07/25/what-to-do-when-your-manual-wordpress-update-dumps-you-back-to-the-installation-page/#comments</comments>
		<pubDate>Sat, 25 Jul 2009 15:58:27 +0000</pubDate>
		<dc:creator>Scottie</dc:creator>
				<category><![CDATA[Do-It-Yourself]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[upgrade]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://scottiestech.info/?p=246</guid>
		<description><![CDATA[Everyone loves WordPress - especially when it comes time to upgrade to the latest version of a plugin or of WordPress itself. You just click a button, and it does all the work. Sometimes, you can't automatically update WordPress itself. In such cases, you need to manually install the newer version. If after a manual install you are dumped back to the initial WordPress setup screen, it will seem like you have just destroyed your entire old WordPress site. Fortunately, you haven't destroyed anything! Here's how to get your site back in just 3 steps...]]></description>
		<wfw:commentRss>http://scottiestech.info/2009/07/25/what-to-do-when-your-manual-wordpress-update-dumps-you-back-to-the-installation-page/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>

