A change in mind about presentation *Part 1*

I have finally written a blog engine, fully integrated with comments and tag cloud to my liking.As usual, the backend stuff is all written, leaving the front end part to be fixed (mainly views in the MVC model).
Here comes the next nightmare: Presentation.
I never had any good experience when I tried to mock-up presentation htmls. [...]

Rails ActiveRecord and ORM

As most of you may have already known, the ORM layer in Rails is implemented in the ActiveRecord classes. It provides mapping to database rows to application objects via the logical models that you can generate using Rail’s generator. For instance, a “Food” table (physical database model) can be mapped to a “Food” logical (logical [...]

Let the WEB 2.0 evangelist arise!!!!!

I have never looked at technology quite the same way ever since I got out of my Uni. For some reason, studying computer science from my University has never gauged my interests in IT. The lecturers in there looked like boring old geezers, and the infrastructure was bad (talk about 200+ students running their resource [...]

Hoora!! My first blog!!!!