<?xml version="1.0" encoding="UTF-8"?><rss version="0.92">
<channel>
	<title>Houen&#039;s Blog</title>
	<link>http://blog.houen.net</link>
	<description>Code, Drupal, Java, Flash, Computer Science and more</description>
	<lastBuildDate>Fri, 14 Oct 2011 12:08:25 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	<!-- generator="WordPress/3.2.1" -->
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />

	<item>
		<title>Kill a process in Mac OS X from the terminal command line</title>
		<description><![CDATA[It can sometimes be necessary to kill a process in Mac OSX. We&#8217;ve all tried it. To kill a process or program in the Mac OSX Leopard / Snow leopard / Lion do the following commands ps -A &#124; grep &#91;name of program you want to close&#93; This will give you the number of the [...]]]></description>
		<link>http://blog.houen.net/kill-a-process-in-mac-os-x/</link>
			</item>
	<item>
		<title>Rails 3.1 Redirect back to controller after custom authentication</title>
		<description><![CDATA[If, like me, and Ryan Bates, you like doing the important things yourself, so that if there are errors, they&#8217;re your errors, chances are you will want to create your Rails authentication from scratch yourself. Ryan of Railscasts has an excellent screencast about this. I switched from Devise to this in a breeze, and then [...]]]></description>
		<link>http://blog.houen.net/rails-3-1-redirect-back-to-controller-after-custom-authentication/</link>
			</item>
	<item>
		<title>Carrierwave with Rails 3.1 upgrade</title>
		<description><![CDATA[So I had some trouble with Activesupport and CarrierWave when upgrading to Rails 3.1, so I&#8217;m putting my solution here, hopefully for others to enjoy. I got this error: Bundler could not find compatible versions for gem &#8220;activesupport&#8221;: In Gemfile: rails (= 3.1.1) depends on activesupport (= 3.1.1) carrierwave depends on activesupport (3.0.10) And the [...]]]></description>
		<link>http://blog.houen.net/carrierwave-with-rails-3-1-upgrade/</link>
			</item>
	<item>
		<title>Rails 3 Magic Migrations</title>
		<description><![CDATA[I Always forget what the Magic Migrations (migration generator names that automatically populate the migration with code) in Rails 3 are, so I thought I&#8217;d scratch my own itch and post them here for me (okay, and others) to find: Rails 3 Magic Migrations &#160; CreateSchemaName field1:type field2:type &#160; AddColumnColumnNameToSchemaName field1:type field2:type &#160; RemoveColumnNameFromSchemaName field1:type [...]]]></description>
		<link>http://blog.houen.net/rails-3-magic-migrations/</link>
			</item>
	<item>
		<title>The best Ruby on Rails book</title>
		<description><![CDATA[I have found a book that is really great. The best beginners&#8217; book for Ruby on Rails 3 to me: The Rails 3 Tutorial book I&#8217;m always learning new programming languages for projects (just have a look at the books ive read so far), and though they&#8217;re often very similar, a good book is essential to me in [...]]]></description>
		<link>http://blog.houen.net/best-rails-book/</link>
			</item>
	<item>
		<title>Meowgle &#8211; Google with kittens. LOTS of kittens</title>
		<description><![CDATA[Do you like kittens? I know, who doesn&#8217;t, right? On Meowgle.com you can get your standard Google search, only wrapped in wonderful Kitten pictures. There&#8217;s a new kitten image and video every day, so you can start the day with a cute little fluffy kitten]]></description>
		<link>http://blog.houen.net/meowgle-google-with-kittens-lots-of-kittens/</link>
			</item>
	<item>
		<title>Diablo 3 release date info page</title>
		<description><![CDATA[So I&#8217;m pretty excited about Diablo 3 coming out this year, and decided to create a page dedicated to that most important of dates, the release date. So head on over, and check out my Diablo 3 Release Date page &#8211; I think it&#8217;s the most stylish one out there]]></description>
		<link>http://blog.houen.net/diablo-3-release-date-info-page/</link>
			</item>
	<item>
		<title>Rails 3 Cucumber and webrat &#8220;undefined method&#8221; error fix</title>
		<description><![CDATA[So, I recently started using Rails 3, and I am running my test with the awesome Cucumber framework, and Webrat. To set it up in Rails 3, however, I had to apply a little fix, because my task kept giving me this lovely error 1 undefined method `fill_in' for # (NoMethodError) Now, the fix for [...]]]></description>
		<link>http://blog.houen.net/rails-3-cucumber-and-webrat-undefined-method-error-fix/</link>
			</item>
	<item>
		<title>SEO Guide for Drupal and other websites</title>
		<description><![CDATA[SEO Guide So I created a basic SEO guide to help webmasters (Drupal in particular) increase their SEO and search engine ranking. Top Elements of SEO Ordered by importance Incoming links (links from other domains) are the most important contributor to SE ranking with Google. Generally it is more important to have quality of links [...]]]></description>
		<link>http://blog.houen.net/seo-guide-for-drupal-and-other-websites/</link>
			</item>
	<item>
		<title>Actionscript 3 using string or integer to access variables</title>
		<description><![CDATA[Here&#8217;s a situation I often run into: Having a set of variables that are almost alike, but differ in number. For example: 1 2 var textbox1:TextField; var textbox2:TextField; Now say I have a function that needs to change these based on a number in another variable. I could do a switch to access them, but [...]]]></description>
		<link>http://blog.houen.net/actionscript-3-using-string-or-integer-to-access-variables/</link>
			</item>
</channel>
</rss>

