Been working on the iPhone application for a while now, loaded it up on my actual phone for the first time today! Here are some juicy screen shots of it in action.


Been working on the iPhone application for a while now, loaded it up on my actual phone for the first time today! Here are some juicy screen shots of it in action.


I recently ran across this helpful post on a Merb Datetime picker and it was good, that is until I wanted to use the JQuery Date picker. Well a bit of hacking later we have this:
<%= form_for @person %>
<%= jquery_date_field :birth_date :label => 'Birthdate' %>
<%= jquery_datetime_field :birth_d…Recently I had the pleasure of installing Boxee and setting up our media PC. I had a lot of trouble finding information or posts on people connecting their Insignia TVs to Linux boxes (specifically the NS-CL26C) so I thought I would post any details here.
This is the modeline that gave the closest…
I got a good deal on some RAM and upgraded my home machine to 11GB. Noticeable speed increase. Next step will be to re-mirror the system drive; I unmirrored this at the beginning of the year to install bootcamp, much needed game distraction. There was a massive noticeable slow down moving to a sing…Ever wonder why it is so hard to stop software development and go to a meeting, why your productivity for the half or whole day was blown by an hour meeting? Well Paul Graham has and he also proposes an explanation.
If you haven't read any of his other essays they are worth a look at as well.
Found GitX and OpenInGitGui today, but OpenInGitGui didn't play well with GitX. Wth a little hackery it can be friendly.
OpenInGitGui.app/Contents/Resources/Scripts/main.scpt in Script Editor and paste this
-- Based loosely on http://snippets.dzone.com/posts/show/1037 -- script was clicked on run …
Putzing around with Merb and it's authentication plugins (merb-auth-core, merb-auth-more, merb-auth-slice-password) trying to get BasicAuth working for a web app. While setup of the HTML form authentication was easy the BasicAuth didn't appear to work, it would continue to display the form requesti…