<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/abc" -->
<rss version="0.92">
<channel>
	<title>tail -f development.log</title>
	<link>http://craigjolicoeur.com</link>
	<description>code with a purpose</description>
	<lastBuildDate>Tue, 26 Aug 2008 16:40:50 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>ParseHTML 1.12 Released</title>
		<description>I've updated the ParseHTML code on github to the latest 1.12 version.

I haven't done much work with the ParseHTML library, simply because I wasn't actively doing development on the ClothBlue HTML-to-Markdown library.  ClothBlue is the reason I wrote ParseHTML in the first place.  Well, I've had some downtime ...</description>
		<link>http://craigjolicoeur.com/2008/08/parsehtml-112-released/</link>
			</item>
	<item>
		<title>My bash history</title>
		<description>
$ history 1000 &#124; \ 
awk '{a[$2]++}END{for(i in a){print a[i] " " i}}' &#124; \ 
sort -rn &#124; head

123 git
80 ruby
71 gs
43 cls
20 git-wtf
18 ll
17 rake
17 gba
16 cd
12 vim


I guess you can say I took the git plunge whole-heartedly.  The gs, gba, and git-wtf commands are all git aliases ...</description>
		<link>http://craigjolicoeur.com/2008/08/my-bash-history/</link>
			</item>
	<item>
		<title>Rails 2.x In Place Editor</title>
		<description>I had the need to use the old in_place_editor functionality in a new Rails app that I'm working on.  I hadn't used the functionality for a while now and using it in a Rails 2.x environment is a bit different than in a Rails 1.x environment so I thought ...</description>
		<link>http://craigjolicoeur.com/2008/07/rails-2x-in-place-editor/</link>
			</item>
	<item>
		<title>Learn a (New) Programming Language</title>
		<description>

I came across an article on Michael Minella's blog the other day about continually adding new tools to the programming tool box.  Specifically, Michael references on of the tenets of the Pragmatic Programmer to learn at least one new programming language every year.

That got me thinking and challenged me ...</description>
		<link>http://craigjolicoeur.com/2008/07/learn-a-new-programming-language/</link>
			</item>
	<item>
		<title>Wordpress App for iPhone</title>
		<description>The Wordpress application for the iPhone has been released. In fact, I'm making this post from my iPhone to test it out. 

Go grab it from the AppStore and give it a try.  </description>
		<link>http://craigjolicoeur.com/2008/07/wordpress-app-for-iphone/</link>
			</item>
	<item>
		<title>Pradipta&#8217;s Rolodex: Laughs from the Internets</title>
		<description>

Late last night I was *lucky* enough to be included in a mass mailing from a *recruiter* who was looking to fill some Ruby on Rails positions.


From: Pradipta Archiputra 

I have a couple of Ruby on Rails position, wanted to know if you are interested?


Max Archie
Technical Recruiter
Prodigus Source
Cell: 219-669-9216
Phone: 312-235-2365
Max@prodigussource.com


In ...</description>
		<link>http://craigjolicoeur.com/2008/07/pradiptas-rolodex-laughs-from-the-internets/</link>
			</item>
	<item>
		<title>SSH Config Aliases</title>
		<description>If you are like me, you do quite a bit of connecting to remote servers via SSH.  Well, here is a quick timesaving hint to save you a few keystrokes.

Instead of having to type 


ssh username@hostname.com


from the command line to connect to your server each time, wouldn't it be ...</description>
		<link>http://craigjolicoeur.com/2008/07/ssh-config-aliases/</link>
			</item>
	<item>
		<title>WordPress 2.6 Released</title>
		<description>The latest version of WordPress has been released.  You can download version 2.6 while it's hot (or you can wait a few days until it cools off a bit if that's your style).  I've been using 2.6 on a few projects for the past few weeks and it ...</description>
		<link>http://craigjolicoeur.com/2008/07/wordpress-26-released/</link>
			</item>
	<item>
		<title>List Item Indentation in IE6</title>
		<description>I just recently came across an issue where I couldn't figure out why my list items &#60;li&#62; tags where being indented in IE6.  My CSS file had the proper margins and paddings set and, naturally, it worked fine in every single other browser except IE6.  

Well, it turns ...</description>
		<link>http://craigjolicoeur.com/2008/07/li-indentation-in-ie6/</link>
			</item>
	<item>
		<title>Ruby Iconv to the Rescue</title>
		<description>I ran into a situation today while working on a client project that was resulting in some "funky" output.

I've been using Bob Aman's standard FeedTools library to grab and parse some RSS feeds for output in a WordPress site.  



Now, it was obvious to me this had something to ...</description>
		<link>http://craigjolicoeur.com/2008/07/ruby-iconv-to-the-rescue/</link>
			</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 2.359 seconds -->
