<?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>Ed Schmalzle</title>
	<atom:link href="http://www.edschmalzle.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.edschmalzle.com</link>
	<description></description>
	<lastBuildDate>Tue, 09 Mar 2010 14:10:32 +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>My RDoc Setup</title>
		<link>http://www.edschmalzle.com/2010/03/08/my-rdoc-setup/</link>
		<comments>http://www.edschmalzle.com/2010/03/08/my-rdoc-setup/#comments</comments>
		<pubDate>Tue, 09 Mar 2010 04:55:40 +0000</pubDate>
		<dc:creator>Ed</dc:creator>
				<category><![CDATA[Ruby]]></category>
		<category><![CDATA[RubyGems]]></category>
		<category><![CDATA[Self Reference]]></category>

		<guid isPermaLink="false">http://www.edschmalzle.com/?p=103</guid>
		<description><![CDATA[I used to keep rdoc and ri turned off to speed up gem installs via my .gemrc config. This became problematic recently when I was planning on doing some work while traveling, and knew I wouldn&#8217;t have an always on internet connection to get my documentation fix. I recalled a post by Jason Seifer I [...]]]></description>
			<content:encoded><![CDATA[<p>I used to keep rdoc and ri turned off to speed up gem installs via my .gemrc config. This became problematic recently when I was planning on doing some work while traveling, and knew I wouldn&#8217;t have an always on internet connection to get my documentation fix. I recalled a <a href="http://jasonseifer.com/2009/02/22/offline-gem-server-rdocs">post</a> by Jason Seifer I had seen that described how to generate your docs with a better template and host them as a passenger application. I decided to use that as a starting point to getting my docs generated in a format I liked and setting things up so that they would always be generated that way.</p>
<p>Jason&#8217;s instructions tell us to install the &#8220;hanna&#8221; template via `gem install mislav-hanna` which is out of date, so we will use the most current instructions from the gems <a href="http://github.com/mislav/hanna">github page</a> to install the template. No big deal, just drop the github username from the gem install command like this&#8230;</p>
<p><script src="http://gist.github.com/326240.js?file=gistfile1.sh"></script></p>
<p>The &#8220;hanna&#8221; template absolutely kills the default rdoc template. You&#8217;ve probably seen it around being used by various projects and there&#8217;s no reason not to use it locally.</p>
<p>Next I updated my .gemrc to ignore ri and to use the &#8220;hanna&#8221; template for rdocs.</p>
<p><script src="http://gist.github.com/326218.js?file=gistfile1.yml"></script></p>
<p>Finally I re-generated my rdocs by running: </p>
<p><script src="http://gist.github.com/326221.js?file=gistfile1.sh"></script></p>
<p>I ignored the rest of the steps in the aforementioned post as I don&#8217;t really feel the need to be running a passenger instance just to serve rubygems docs. I generally just run `gem server` whenever I need to access my local docs.</p>
<p>My solution is barely more than what you get out of the box with rubygems but with just a few changes I find myself much happier with my local docs.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.edschmalzle.com/2010/03/08/my-rdoc-setup/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Readability for sane online reading</title>
		<link>http://www.edschmalzle.com/2009/11/25/readability-for-sane-online-reading/</link>
		<comments>http://www.edschmalzle.com/2009/11/25/readability-for-sane-online-reading/#comments</comments>
		<pubDate>Wed, 25 Nov 2009 15:08:47 +0000</pubDate>
		<dc:creator>Ed</dc:creator>
				<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://www.edschmalzle.com/?p=97</guid>
		<description><![CDATA[If Readability isn&#8217;t in your bookmark menu bar, then there is something missing. I&#8217;ve been using arc90&#8242;s Readbility bookmarklet for a while now and thought it was probably a well known thing, maybe I was wrong. Last night I showed it to some people at the B&#8217;more on Rails Open Source Hack Night and no [...]]]></description>
			<content:encoded><![CDATA[<p>If Readability isn&#8217;t in your bookmark menu bar, then there is something missing. I&#8217;ve been using arc90&#8242;s <a href="http://lab.arc90.com/experiments/readability">Readbility bookmarklet</a> for a while now and thought it was probably a well known thing, maybe I was wrong. Last night I showed it to some people at the B&#8217;more on Rails Open Source Hack Night and no one had heard of it before. So, if you&#8217;re ever bothered by reading news online surrounded by ads and extraneous content check it out. Here is a sample of what it can do&#8230;</p>
<p>Before &#038; After Readability:</p>
<div class="iPhoneScreenhotContainer">
<img src="http://www.edschmalzle.com/wp-content/uploads/2009/11/BeforeReadbility.jpg" alt="BeforeReadbility.jpg" border="0" width="400" height="252" /><img src="http://www.edschmalzle.com/wp-content/uploads/2009/11/AfterReadability.jpg" alt="AfterReadability.jpg" border="0" width="400" height="258" />
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.edschmalzle.com/2009/11/25/readability-for-sane-online-reading/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Deploying Sinatra with Passenger on Dreamhost</title>
		<link>http://www.edschmalzle.com/2009/06/29/deploying-sinatra-with-passenger-on-dreamhost/</link>
		<comments>http://www.edschmalzle.com/2009/06/29/deploying-sinatra-with-passenger-on-dreamhost/#comments</comments>
		<pubDate>Mon, 29 Jun 2009 23:07:38 +0000</pubDate>
		<dc:creator>Ed</dc:creator>
				<category><![CDATA[Dreamhost]]></category>
		<category><![CDATA[Passenger]]></category>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[Sinatra]]></category>

		<guid isPermaLink="false">http://test.nerded.net/?p=12</guid>
		<description><![CDATA[If the following is true: You want to deploy a Sinatra application with Passenger on Dreamhost You&#8217;re using a Dreamhost shared hosting account You&#8217;re application relies on gems that aren&#8217;t installed globally on Dreamhost You&#8217;ve got the gems you need installed locally like this Then you&#8217;ll want to include something like this in your rackup [...]]]></description>
			<content:encoded><![CDATA[<p>If the following is true:</p>
<ol class="circle">
<li>You want to deploy a Sinatra application with Passenger on Dreamhost</li>
<li>You&#8217;re using a Dreamhost shared hosting account</li>
<li>You&#8217;re application relies on gems that aren&#8217;t installed globally on Dreamhost</li>
<li>You&#8217;ve got the gems you need installed locally like <a href="http://wiki.dreamhost.com/index.php/RubyGems">this</a></li>
</ol>
<p style="margin-top: 15px;">Then you&#8217;ll want to include something like this in your rackup file:</p>
<p><script src="http://gist.github.com/137958.js"></script></p>
<p>This will make sure your locally installed gems will be available to your application. Maybe my google skills are getting rusty, but it took me a while to find this solution. <a href="http://groups.google.com/group/phusion-passenger/browse_thread/thread/8bad6d58f88fdbe2">Here&#8217;s</a> the original source.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.edschmalzle.com/2009/06/29/deploying-sinatra-with-passenger-on-dreamhost/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OS X, Full Keyboard Access, and Web Forms</title>
		<link>http://www.edschmalzle.com/2009/05/20/os-x-full-keyboard-access-and-web-forms/</link>
		<comments>http://www.edschmalzle.com/2009/05/20/os-x-full-keyboard-access-and-web-forms/#comments</comments>
		<pubDate>Thu, 21 May 2009 01:27:42 +0000</pubDate>
		<dc:creator>Ed</dc:creator>
				<category><![CDATA[OS X]]></category>

		<guid isPermaLink="false">http://test.nerded.net/?p=59</guid>
		<description><![CDATA[For a while now I&#8217;ve been frustrated to find that when tabbing through a web form in Firefox select inputs don&#8217;t gain focus. I sat down today to research what it was that they were doing wrong so that I could avoid making the same mistake, and write a post describing the issue. What I [...]]]></description>
			<content:encoded><![CDATA[<p>For a while now I&#8217;ve been frustrated to find that when tabbing through a web form in Firefox select inputs don&#8217;t gain focus. I sat down today to research what it was that they were doing wrong so that I could avoid making the same mistake, and write a post describing the issue. What I found though was that it wasn&#8217;t the sites fault or the browsers. It turns out that what I was experiencing was merely a result of an OS X setting which determines what elements on the screen are able to get focus via tabbing. The default functionality is for OS X to only let you tab onto text inputs and lists. To change this you need to go to System Preferences -> Keyboard &#038; Mouse -> Keyboard Shortcuts and then turn on &#8220;Full Keyboard Access&#8221;. What&#8217;s more is that Safari ignores this setting entirely so while browsing in Safari you can tab onto select inputs whether full keyboard access is turned on or not. Who knew?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.edschmalzle.com/2009/05/20/os-x-full-keyboard-access-and-web-forms/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cross browser CSS inspector &#8211;&gt; XRAY</title>
		<link>http://www.edschmalzle.com/2009/03/23/cross-browser-css-inspector-xray/</link>
		<comments>http://www.edschmalzle.com/2009/03/23/cross-browser-css-inspector-xray/#comments</comments>
		<pubDate>Tue, 24 Mar 2009 01:26:56 +0000</pubDate>
		<dc:creator>Ed</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://test.nerded.net/?p=57</guid>
		<description><![CDATA[I may be a little late to the game on this one, but I just came across XRAY. XRAY is a bookmarklet that lets you inspect all of the CSS properties associated with any element in the web page you&#8217;re currently viewing. Best of all, it works in all of the browsers I use for [...]]]></description>
			<content:encoded><![CDATA[<p>I may be a little late to the game on this one, but I just came across <a href="http://westciv.com/xray/">XRAY</a>. XRAY is a bookmarklet that lets you inspect all of the CSS properties associated with any element in the web page you&#8217;re currently viewing. Best of all, it works in all of the browsers I use for testing plus some (Internet Explorer 6+, and Webkit and Mozilla based browsers &#8211; including Safari, Firefox, Camino or Mozilla). I&#8217;m still going to use Firebug and the IE Developer Toolbar for digging deep into a page and tweaking properties to get things just right, but having a common user interface across browsers for simple CSS inspection is great.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.edschmalzle.com/2009/03/23/cross-browser-css-inspector-xray/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DVD backup file cleanup</title>
		<link>http://www.edschmalzle.com/2009/02/07/dvd-backup-file-cleanup/</link>
		<comments>http://www.edschmalzle.com/2009/02/07/dvd-backup-file-cleanup/#comments</comments>
		<pubDate>Sun, 08 Feb 2009 01:26:10 +0000</pubDate>
		<dc:creator>Ed</dc:creator>
				<category><![CDATA[Ruby]]></category>

		<guid isPermaLink="false">http://test.nerded.net/?p=55</guid>
		<description><![CDATA[I wanted to clean up my file share of dvd backups and move to use one file type. I chose iso because it makes it easy to burn them without using anything special, and boxee recognizes iso files. So in a couple minutes I came up with this quick and dirty ruby script&#8230; Assumptions&#8230; 1) [...]]]></description>
			<content:encoded><![CDATA[<p>I wanted to clean up my file share of dvd backups and move to use one file type. I chose iso because it makes it easy to burn them without using anything special, and <a href="http://www.boxee.tv">boxee</a> recognizes iso files. So in a couple minutes I came up with this quick and dirty ruby script&#8230;</p>
<p><script src="http://gist.github.com/60182.js"></script></p>
<p>Assumptions&#8230; 1) The scripts working directory is the directory you have all your movie files in. 2) You&#8217;ve added the .dvdmedia extension to folders containing the &#8216;VIDEO_TS&#8217; folder.</p>
<p>It wouldn&#8217;t be hard to make this a little more user friendly and not dependent on the .dvdmedia file extension, but I already had manually added it on all those folders to make them play nice with OS X.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.edschmalzle.com/2009/02/07/dvd-backup-file-cleanup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ProjectPlus for TextMate</title>
		<link>http://www.edschmalzle.com/2008/12/06/projectplus-for-textmate/</link>
		<comments>http://www.edschmalzle.com/2008/12/06/projectplus-for-textmate/#comments</comments>
		<pubDate>Sun, 07 Dec 2008 01:25:34 +0000</pubDate>
		<dc:creator>Ed</dc:creator>
				<category><![CDATA[OS X]]></category>
		<category><![CDATA[TextMate]]></category>

		<guid isPermaLink="false">http://test.nerded.net/?p=53</guid>
		<description><![CDATA[By way of Alex Paynes Blog comes a tip about ProjectPlus, pretty much exactly what I&#8217;ve been looking for to make the TextMate project panel more useful. Awesome stuff.]]></description>
			<content:encoded><![CDATA[<p>By way of <a href="http://al3x.net/2008/12/03/how-i-use-textmate.html">Alex Paynes Blog</a> comes a tip about ProjectPlus, pretty much exactly what I&#8217;ve been looking for to make the TextMate project panel more useful. Awesome stuff.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.edschmalzle.com/2008/12/06/projectplus-for-textmate/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iCraig Update</title>
		<link>http://www.edschmalzle.com/2008/12/01/icraig-update/</link>
		<comments>http://www.edschmalzle.com/2008/12/01/icraig-update/#comments</comments>
		<pubDate>Tue, 02 Dec 2008 01:24:56 +0000</pubDate>
		<dc:creator>Ed</dc:creator>
				<category><![CDATA[Craigslist]]></category>
		<category><![CDATA[Heroku]]></category>
		<category><![CDATA[Rails]]></category>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[iCraig]]></category>

		<guid isPermaLink="false">http://test.nerded.net/?p=51</guid>
		<description><![CDATA[iCraig is down! Heroku has turned out to be a less than reliable hosting provider, which is fine given that they&#8217;re hosting my site for free. I&#8217;m working on figuring out whether I should continue hosting at Heroku, or move to greener pastures. Update: I moved to HostingRails.com and things are much better. Only gripe [...]]]></description>
			<content:encoded><![CDATA[<p>iCraig is down! Heroku has turned out to be a less than reliable hosting provider, which is fine given that they&#8217;re hosting my site for free. I&#8217;m working on figuring out whether I should continue hosting at Heroku, or move to greener pastures.</p>
<p>Update: I moved to HostingRails.com and things are much better. Only gripe is the slight delay when going to the app for the first time which is a result of mod_rails spinning up.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.edschmalzle.com/2008/12/01/icraig-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>git add -u</title>
		<link>http://www.edschmalzle.com/2008/11/23/git-add-u/</link>
		<comments>http://www.edschmalzle.com/2008/11/23/git-add-u/#comments</comments>
		<pubDate>Mon, 24 Nov 2008 01:24:10 +0000</pubDate>
		<dc:creator>Ed</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://test.nerded.net/?p=49</guid>
		<description><![CDATA[From the git documentation: This is similar to what &#8220;git commit -a&#8221; does in preparation for making a commit, except that the update is limited to paths specified on the command line. If no paths are specified, all tracked files in the current directory and its subdirectories are updated. Wow. I wish I knew about [...]]]></description>
			<content:encoded><![CDATA[<p>From the git documentation:</p>
<blockquote><p>
This is similar to what &#8220;git commit -a&#8221; does in preparation for making a commit, except that the update is limited to paths specified on the command line. If no paths are specified, all tracked files in the current directory and its subdirectories are updated.
</p></blockquote>
<p>Wow. I wish I knew about this one sooner.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.edschmalzle.com/2008/11/23/git-add-u/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Announcing&#8230; iCraig</title>
		<link>http://www.edschmalzle.com/2008/11/21/announcing-icraig/</link>
		<comments>http://www.edschmalzle.com/2008/11/21/announcing-icraig/#comments</comments>
		<pubDate>Sat, 22 Nov 2008 01:23:28 +0000</pubDate>
		<dc:creator>Ed</dc:creator>
				<category><![CDATA[Craigslist]]></category>
		<category><![CDATA[Rails]]></category>
		<category><![CDATA[Ruby]]></category>

		<guid isPermaLink="false">http://test.nerded.net/?p=47</guid>
		<description><![CDATA[I just released my first public Rails application/iPhone web application. It&#8217;s called iCraig and was really a case of &#8220;scratching your own itch&#8221;. I can&#8217;t stand using the craigslist web page from my iPhone, and iCraig helps ease that pain. Check it out at iCraig.org]]></description>
			<content:encoded><![CDATA[<p>I just released my first public Rails application/iPhone web application. It&#8217;s called iCraig and was really a case of &#8220;scratching your own itch&#8221;. I can&#8217;t stand using the craigslist web page from my iPhone, and iCraig helps ease that pain. Check it out at <a href="http://www.icraig.org">iCraig.org</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.edschmalzle.com/2008/11/21/announcing-icraig/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
