Skip to content

great web hosting with Dreamhost


Get MTW by Email

Enter your Email


Powered by FeedBlitz


  • Syndicate RSS 2.0
  • Syndicate with Atom

Creative Commons License

Blog Directory - Add Link

NoSpec!

Feedburner!

Performancing

Blog Directory

get camino browser

GeoURL


Archive for May, 2007

What is Ruby?

Monday, May 28th, 2007

According to Wikipedia, Ruby is a reflective, dynamic, object-oriented programming language. It combines syntax inspired by Perl with Smalltalk-like object-oriented features, and also shares some features with Python, Lisp, Dylan, and CLU. Ruby is a single-pass interpreted language. Its official implementation is free software written in C.
That may mean something to a real programmer but [...]

Learning Ruby and Ruby on Rails

Sunday, May 27th, 2007

My Reasoning
Web design is getting more and more complicated and client’s expectations are getting more and more sophisticated. People want both more flashier presentation and more interactivity for their sites. The presentation component calls for Flash or JavaScript effects. The interactivity calls for server side programming. Keeping current is a lot of work if not [...]