Recent Comments
See Also
On Twitter
- good one @github github.com/blog/1492-repo… 1 month ago
- Naw @EcoGrrlNetwork. @sonofhans is 42% handsomer. 1 month ago
- @pdxbus how about a share button on arrival detail so my wife knows when I will arrive? http://t.co/q3mtD0gYFt 1 month ago
Archive
- September 2011 (2)
- December 2010 (2)
- July 2010 (1)
- June 2010 (1)
- December 2009 (1)
- November 2009 (1)
- August 2009 (2)
- July 2009 (2)
- March 2009 (1)
- December 2008 (5)
- October 2008 (1)
- September 2008 (1)
- July 2008 (1)
- June 2008 (3)
- February 2008 (1)
- January 2008 (4)
- December 2007 (1)
- November 2007 (3)
- September 2007 (2)
- August 2007 (3)
- July 2007 (5)
- June 2007 (3)
- May 2007 (2)
- April 2007 (1)
- March 2007 (4)
- February 2007 (2)
- January 2007 (2)
- December 2006 (5)
- November 2006 (12)
- September 2006 (1)
- May 2006 (2)
- March 2006 (1)
- February 2006 (5)
- January 2006 (1)
Monthly Archives: July 2007
Gmail Thread URL
Why can’t I copy the URL for a Gmail thread into e.g. Google Calendar? That would be so useful! Actually I think there is an URL syntax that would work if I only knew the incantation. Wouldn’t it be nice … Continue reading
Posted in usability, Web as Platform
1 Comment
Migration of Rails Development from PowerBook to MacBook Pro Marred by Annoying OS X File Sharing
Well I spent yesterday getting the new computer in shape and it’ll now run all my Rails projects. Overall the process has been surprisingly easy. The initial 45 minute FireWire brain transfer was extremely effective. After that, most productivity apps … Continue reading
Posted in OS X, Ruby on Rails
Leave a comment
Apple Packaging Porno
Update 3/28/08:Here’s a young man of like mind: http://www.youtube.com/watch?v=AjS89zUxtgM
Posted in design, usability
Leave a comment
:has_many Associations with Complex Joins (Kind of)
In this episode, your fearless Jedi delves within the dark tree of associations, with_scope, inner joins, duck typing and meta-programming all in an effort to keep DRY… In Joyomi I create an Omi when I lend you a book. I … Continue reading
Posted in Ruby on Rails, SQL
1 Comment
ID Proliferation Eradication Technique #1: Leverage page.select with page.insert
update 3/29/2009 8:34 AM: In November, 2007 Brad Wilson pointed out an even cleaner fix. Rather than relying on page.select you can just use page.literal to inject (literal) JavaScript code right where you want it. So recasting my example using … Continue reading
Posted in AJAX, CSS, RJS templates, Ruby on Rails
1 Comment