Looks like things are starting off on the right foot for this blog. Since traffic has increased recently, I thought it might be worthwhile to bring a few earlier posts to your attention. Here are a few things you may have missed:
FooToDo: an open source to-do list app for Ruby on Rails
When I first started developing using Rails, so many things came relatively easily. A few things didn’t. So now that I feel much more comfortable with the ins and outs of Rails, I thought I’d give a little bit back to the community. Meet FooToDo.
As I mentioned in the original FooToDo announcement post, you can grab the source code for FooToDo using Subversion and checking out the following url:
svn co http://svn.nakadev.com/projects/footodo
I’m working on creating an actual website for FooToDo (any help would be appreciated, and duly noted), once that’s done, I’ll be able to make the source code for FooToDo much more easily obtainable.
Deploying Mint using Capistrano
Using some helpful code from Geoffrey Grosenbach, I created a Capistrano recipe to deploy Mint alongside a Ruby on Rails app. You can find it here.
In the same vein as that post, soon I’ll be posting a Capistrano recipe I created to deploy any PHP project. Look for it soon.
Modern Web Idioms
An ongoing feature of devthatweb is the Modern Web Idioms series, in which I detail some of the new design patterns emerging and becoming popular in the current web environment. So far, I’ve written about the growing popularity of custom made image buttons and the evolution of the behavior of links. If you have any topic ideas, please share them in the comments. I’d love to know what you think.
So that’s a taste of what’s been happening around here recently, and we’re only getting started. Keep checking back, or subscribe to the feed to get the freshest content as soon as it hits the front page. I appreciate your interest, and hope to hear from you soon. Keep dev’ing that web!