<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2" -->
<rss version="0.92">
<channel>
	<title>JarrodSpillers.com</title>
	<link>http://jarrodspillers.com</link>
	<description>web development and stuff</description>
	<lastBuildDate>Fri, 24 Oct 2008 21:23:27 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Blacksmithing: The creation of an 11-12th century Norman helmet</title>
		<description>At the start of the fall semester I began a continuing education class at the New York School of Visual Arts - Advanced Metalworking. The goal for taking this class is to construct a 11-12th century Norman helmet for use in full contact western martial arts in the SCA. I ...</description>
		<link>http://jarrodspillers.com/articles/blacksmithing-the-creation-of-an-11-12th-century-norman-helmet/</link>
			</item>
	<item>
		<title>Faking the funk: &#8220;Stub&#8221; authentication in a Rails Rspec Story</title>
		<description>Last week a ran into a bit of an issue trying to write Rspec Stories for the app I am working on. The app in question depends on a remote service based authentication system. Creating "test" users on a remote user authentication service already running as production for other apps ...</description>
		<link>http://jarrodspillers.com/articles/faking-the-funk-stub-authentication-in-a-rails-rspec-story/</link>
			</item>
	<item>
		<title>Merb CRUD - ie: how to properly destroy things</title>
		<description>By now most Rails developers have come to know and love (or not?) RESTful resources and the controller code that implements them. For the most part Merb's implementation of resources will be familiar and adheres to the same convention - GET safe creates, updates, destroys, a single base URI for ...</description>
		<link>http://jarrodspillers.com/articles/merb-crud-ie-how-to-properly-destroy-things/</link>
			</item>
	<item>
		<title>Kevin Rose broke my Twitter homepage!</title>
		<description>you bastard!

 </description>
		<link>http://jarrodspillers.com/articles/kevin-rose-broke-my-twitter-homepage/</link>
			</item>
	<item>
		<title>Headed to Portland!</title>
		<description>So its finally official... I am headed out to RailsConf in Portland, OR next week! </description>
		<link>http://jarrodspillers.com/articles/headed-to-portland/</link>
			</item>
	<item>
		<title>VIM is good for your health!</title>
		<description>Thanks to my good friend and mentor Jerry Jackson forcing me to practice every day until I grew to like it, I am a die hard VIM user. To me it is just a much faster way to write code and edit text in general.

Once upon a time I was ...</description>
		<link>http://jarrodspillers.com/articles/vim-is-good-for-your-health/</link>
			</item>
	<item>
		<title>Fun with Ruby blocks, modules, class inheritance, and &#8220;super&#8221;</title>
		<description>The situation: A class, it's descendant, and a module included in the parent class all have a method of the same name. Calling super from the child's method causes a call to the parent class and not the module...
module Something
  def foo(&#38;block)
    puts "Hello Module,"
  ...</description>
		<link>http://jarrodspillers.com/articles/fun-with-ruby-blocks-modules-class-inheritance-and-super/</link>
			</item>
	<item>
		<title>Managing branches in SVN</title>
		<description>
  
    
      Requirements and Dependencies
      

        svnmerge.py - a python script that helps you keep your branches in synch with the trunk. The script and full documentation are ...</description>
		<link>http://jarrodspillers.com/articles/managing-branches-in-svn/</link>
			</item>
	<item>
		<title>CSS: Pipe Delimited List Menus</title>
		<description>First of all – what the heck is a “pipe”? The character referred to as a “pipe” (&#124;), in Linux, Unix, or OSX, is used for redirecting the output of one terminal command into another (ex: ls &#124; grep “something”). It is also very commonly used, albiet only for presentation, ...</description>
		<link>http://jarrodspillers.com/articles/css-pipe-delimited-list-menus/</link>
			</item>
	<item>
		<title>CSS: Advanced Formatting and Organization</title>
		<description>
    Gone are the days of the table based layout… days where CSS, if used at all, would simply be a replacement for the notorious font tag. In this day it is very common for a stylesheet to contain many times more line of code than its ...</description>
		<link>http://jarrodspillers.com/articles/css-advanced-formatting-and-organization/</link>
			</item>
</channel>
</rss>
