I am in the process of redesigning my blog. The default WordPress theme is nice and all but Charlie and Catherine have shamed me into doing something less mundane. One of the things that had bothered me was my blog roll. It was out-of-date because WordPress’s default way of handling links make it pretty painful [...]
TonicVia [Sam Buchanan](http://afongen.com/blog/) is a very promising RESTful web application framework for PHP. If you are doing web development in PHP I definitely suggest you take a closer look. I am always interested in how RESTful behaviors are implemented, regardless of the language and environment used so I went and had a little peek at [...]
Charlie has released his take on a RestController for Rails. That is very sweet. It is great to see more work on RESTful Rails. It seems to me that each attempt gets closer to an approach I could believe in and be proud of. And, I get a warm fuzzy feeling any time I see [...]
JavaScript ShellVia [Sam Buchanan](http://afongen.com/blog/) I am always going on about how much I like irb, and interactive language shells in general. Now I have one for JavaScript too. That is just cool.
My very first Rails app went live today. The project had a very tight deadline and we managed to go live only three days late which, in my book, is on time. Interestingly, this is the very first application that I have deployed live on the Internet. Prior to this all my web application experience [...]
Update: Due to a misconfiguration some of my blog entries from the month of Feburary recently lost. This is merely a repost of the original content. Danny Ayers has been going on about grazing the web lately. I think he is on to something with this meme. Managing a set of subscriptions is hard work [...]
Update: Due to a misconfiguration some of my blog entries from the month of Feburary recently lost. This is merely a repost of the original content. Being relatively new to CSS I recently attempted to layout a page with a sidebar to the left of the main content using only CSS. I spent several hours [...]
When I started using Ruby on Rails professionally a few months ago I hoped that Rails was first of a new breed of web application frameworks. After working with it for several months I have reached conclusion that it is not the paradigm shifting framework I had hoped for. Rather, it is just an incremental, [...]
I haven’t written much about Ruby lately. That is mostly because the piece of software I am working on is written in Java, with a little PHP on the side. I do write Ruby code, though mostly in the form of small scripts. In the last few months, I have started using Ruby in places [...]
Tim Bray, in an post about testing atom protocol, said We got two different clients to talk to it; one was a Big Secret Project from a Big Famous Company based on all sorts of slick infrastructure. Mine was curl. [...] Those who know what curl is are probably snickering now. But I think the [...]