<?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>My geek blog - Brian McQuay &#187; Uncategorized</title>
	<atom:link href="http://www.brianmcquay.com/category/uncategorized/feed" rel="self" type="application/rss+xml" />
	<link>http://www.brianmcquay.com</link>
	<description>My Ruby on Rails experience, web development tips including SEO, and contributions to open source projects</description>
	<lastBuildDate>Thu, 05 Jan 2012 19:38:41 +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>nil.[] error when using Rails migrations</title>
		<link>http://www.brianmcquay.com/nil-error-when-using-rails-migrations/99</link>
		<comments>http://www.brianmcquay.com/nil-error-when-using-rails-migrations/99#comments</comments>
		<pubDate>Thu, 02 Aug 2007 23:51:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Ruby on Rails]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[database_table]]></category>
		<category><![CDATA[data_type]]></category>
		<category><![CDATA[migration]]></category>
		<category><![CDATA[migrations]]></category>
		<category><![CDATA[rake]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[ruby_on_rails]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[syntax]]></category>

		<guid isPermaLink="false">http://www.brianmcquay.com/nil-error-when-using-rails-migrations/99</guid>
		<description><![CDATA[I just had a little trouble with Rails migrations. I was trying to add a column to a database table in the migration using: [source language=":ruby"]add_column :condos, :product_id, :int, :null =&#62; false, :limit =&#62; &#8217;11&#8242;[/source] The syntax seems ok at first glance but it resulted in the following error: [source language=":ruby"] &#8211; add_column(&#34;condos&#34;, &#34;product_id&#34;, &#34;int&#34;) [...]]]></description>
		<wfw:commentRss>http://www.brianmcquay.com/nil-error-when-using-rails-migrations/99/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The success of Webster&#039;s Classroom</title>
		<link>http://www.brianmcquay.com/the-success-of-websters-classroom/98</link>
		<comments>http://www.brianmcquay.com/the-success-of-websters-classroom/98#comments</comments>
		<pubDate>Thu, 02 Aug 2007 08:55:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Ruby on Rails]]></category>
		<category><![CDATA[Spam]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Wiki]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[absolutely_free]]></category>
		<category><![CDATA[classroom_webpage]]></category>
		<category><![CDATA[classroom_website]]></category>
		<category><![CDATA[positive_feedback]]></category>
		<category><![CDATA[school_teacher]]></category>
		<category><![CDATA[teacher_webpage]]></category>
		<category><![CDATA[teacher_website]]></category>
		<category><![CDATA[webster]]></category>
		<category><![CDATA[websters-classroom]]></category>

		<guid isPermaLink="false">http://www.brianmcquay.com/the-success-of-websters-classroom/98</guid>
		<description><![CDATA[Over this past summer I&#8217;ve been working on a project for my wife Laura. She&#8217;s the technology teacher at school and needed an easy way for her teachers to create their own classroom webpage. Before Webster&#8217;s Classroom she had to manually create every teacher&#8217;s page and ftp it to a county server downtown. Needless to [...]]]></description>
		<wfw:commentRss>http://www.brianmcquay.com/the-success-of-websters-classroom/98/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Safari and Firefox multipart form submission differences</title>
		<link>http://www.brianmcquay.com/safari-and-firefox-multipart-form-submission-differences/96</link>
		<comments>http://www.brianmcquay.com/safari-and-firefox-multipart-form-submission-differences/96#comments</comments>
		<pubDate>Mon, 30 Jul 2007 07:59:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Ruby on Rails]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[empty_string]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[multipart_forms]]></category>
		<category><![CDATA[nil]]></category>
		<category><![CDATA[safari]]></category>
		<category><![CDATA[web_development]]></category>

		<guid isPermaLink="false">http://www.brianmcquay.com/safari-and-firefox-multipart-form-submission-differences/96</guid>
		<description><![CDATA[I just stumbled on a strange difference between submitting multiparts forms via Firefox and Safari. When a file isn&#8217;t selected and the form is submitted, Firefox sends the variable name with an empty string as the value. Safari doesn&#8217;t send the variable at all. This caused an unexpected problem in Rails when I was checking [...]]]></description>
		<wfw:commentRss>http://www.brianmcquay.com/safari-and-firefox-multipart-form-submission-differences/96/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Censored yet again</title>
		<link>http://www.brianmcquay.com/censored-yet-again/36</link>
		<comments>http://www.brianmcquay.com/censored-yet-again/36#comments</comments>
		<pubDate>Wed, 18 Oct 2006 19:57:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.brianmcquay.com/?p=36</guid>
		<description><![CDATA[My last few posts were deleted at the request of my employer. It seems no matter what I write someone wants to censor me. I don&#8217;t think I&#8217;ll be updating this blog anymore as a result. Cheers UPDATE: Screw my employer. I write what I please. UPDATE July 19, 2011: For some reason this post [...]]]></description>
		<wfw:commentRss>http://www.brianmcquay.com/censored-yet-again/36/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Firefox for Linux adware?</title>
		<link>http://www.brianmcquay.com/firefox-for-linux-adware/28</link>
		<comments>http://www.brianmcquay.com/firefox-for-linux-adware/28#comments</comments>
		<pubDate>Tue, 25 Apr 2006 00:40:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.brianmcquay.com/?p=28</guid>
		<description><![CDATA[I have recently noticed that Firefox would randomly go to different websites. For a while I thought it was my touchpad acting up and somehow taking text that I had copied and somehow pasting it to Firefox which would in turn search google and go to the first site that matched. The ads seemed to [...]]]></description>
		<wfw:commentRss>http://www.brianmcquay.com/firefox-for-linux-adware/28/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>JavaScript in IE</title>
		<link>http://www.brianmcquay.com/javascript-in-ie/27</link>
		<comments>http://www.brianmcquay.com/javascript-in-ie/27#comments</comments>
		<pubDate>Tue, 18 Apr 2006 23:58:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.brianmcquay.com/?p=27</guid>
		<description><![CDATA[After wrangling with this JavaScript code in IE which worked perfectly in Firefox (sound familiar?) I finally installed two things in my Windows virtual machine. First was a JS debugger and the other was a IE developer toolbar. The toolbar was pretty nifty and allowed me to examine the DOM objects that I was dynamically [...]]]></description>
		<wfw:commentRss>http://www.brianmcquay.com/javascript-in-ie/27/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>File Uploading via AJAX  using Rails Helpers</title>
		<link>http://www.brianmcquay.com/file-uploading-via-ajax-using-rails-helpers/24</link>
		<comments>http://www.brianmcquay.com/file-uploading-via-ajax-using-rails-helpers/24#comments</comments>
		<pubDate>Tue, 28 Mar 2006 18:50:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.brianmcquay.com/?p=24</guid>
		<description><![CDATA[I&#8217;ve come across an interesting situation when trying to write the Desko filesystem plugin. The issue is that I want an AJAX call to upload a file to Desko. The problem is that Javascript shouldn&#8217;t be allowed to access the local filesystem for security purposes. Apparently there is a hack around it (meaning there is [...]]]></description>
		<wfw:commentRss>http://www.brianmcquay.com/file-uploading-via-ajax-using-rails-helpers/24/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>RadRails</title>
		<link>http://www.brianmcquay.com/radrails/21</link>
		<comments>http://www.brianmcquay.com/radrails/21#comments</comments>
		<pubDate>Fri, 03 Mar 2006 23:45:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.brianmcquay.com/?p=21</guid>
		<description><![CDATA[Until today I&#8217;ve been coding Ruby programs in emacs. Since I just reinstalled, I don&#8217;t have any customizations for my emacs yet so I figured I&#8217;d explore some alternatives. I checked out RadRails since I had been meaning to for a while now. It&#8217;s an IDE written using the Eclipse RCP. It&#8217;s pretty slick and [...]]]></description>
		<wfw:commentRss>http://www.brianmcquay.com/radrails/21/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Encrypting root and swap using dm-crypt with Luks</title>
		<link>http://www.brianmcquay.com/encrypting-root-and-swap-using-dm-crypt-with-luks/18</link>
		<comments>http://www.brianmcquay.com/encrypting-root-and-swap-using-dm-crypt-with-luks/18#comments</comments>
		<pubDate>Fri, 24 Feb 2006 01:16:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.brianmcquay.com/?p=18</guid>
		<description><![CDATA[I finally encrypted my hard drive using this article from the Gentoo wiki. It wasn&#8217;t 100% accurate and I&#8217;ll point out those discrepancies here. First off the instructions for setting up the swap during install weren&#8217;t at all accurate to the best of my knowledge. It was assuming you already had an install and wanted [...]]]></description>
		<wfw:commentRss>http://www.brianmcquay.com/encrypting-root-and-swap-using-dm-crypt-with-luks/18/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I am not alone</title>
		<link>http://www.brianmcquay.com/i-am-not-alone/17</link>
		<comments>http://www.brianmcquay.com/i-am-not-alone/17#comments</comments>
		<pubDate>Thu, 26 Jan 2006 15:06:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.brianmcquay.com/?p=17</guid>
		<description><![CDATA[I am definately not the only one who recognizes the problems with the new Web 2.0 concepts. David M Johnson has a post about how it&#8217;s about controlling your data. I completely agree and the web desktop app I am proposing will address those very issues. I hope to have a development environment up and [...]]]></description>
		<wfw:commentRss>http://www.brianmcquay.com/i-am-not-alone/17/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

