Ruby on Rails
I think I am getting this Ruby on Rails (RoR) thing. So far I have duplicated the basic functioning of this weblog with RoR. I can add entries, edit them and delete them. While the list of things to do is long, it is not daunting. I will say that the one area where RoR is lacking is in online tutorials, how-to articles and just general information. This is probably due to it being so new. It took me forever to figure out authentication (allowing only the appropriate person to create/edit/delete entries), but once I did it made sense. It is amazing how intuitive RoR is. What little I have done so far would have required substantially more coding in ASP.Net, which is what I have used thusfar.