Some time back, I whined about not having a good agile project tool. Times have changed: four years and two jobs later I’m happily doing Scrum development using Rally.
Tag Archives: dev
IETab Firefox Plugin
Not much else to say about this sweet plugin. It lets you view any webpage using IE without leaving Firefox. Kickass.
CSS Layout Gala
This is just too freakin sweet not to pass along. I’m not a regular del.icio.us user, but I happend to stop by today only to be greeted with this gem:
I had to give this treasure its own line because it embodies everything that is good and right in the field of web design. Pure, compatible, solid layouts that don’t rely on hacks. They’re all there, kids. Two-column, three-column, liquid, static — many even support any-order columns. Squirt.
My First Rail
I finally got a little time last night to check out Ruby on Rails. I have been hearing the hype now for over a year and I was pretty certain it would live up, and I’m here to tell you that it does. As a J2EE developer I respect OO design and and well thought-out conventions. Ruby embraces both and delivers a slick little setup that lets you get a data-connected webapp running in minutes.
The nice part is that with one install, you get the Ruby language along with Gems, the package manager. Gems works a lot like Yum does for linux, and with one gem command, you get the complete rails package, including a little webserver called WEBrick. RoR passes the 10-minute test with flying colors.
I followed along with one of the recommended tutorials before I hit the sack, and I found myself lying in bed running through use cases for my new score. Damn I’m a geek.