The Hitchhiker’s Guide to Ruby On Rails Galaxy

Finally, after having used a variety of different programming languages ranging from Java to Perl, I have an opportunity to try out Ruby on Rails which I have heard a lot about.
Essentially, Ruby on Rails is an open source Web application framework for the Ruby programming language which makes excellent use of the Model-View-Controller architecture.
Furthermore, [...]

TinyMCE – The Beast Within….

Alice Walker once said
“In nature, nothing is perfect and everything is perfect. Trees can be contorted, bent in weird ways, and they’re still beautiful”
Like trees TinyMCE is a beautiful thing. This tiny package allows anyone to add Rich Text Editing capabilties to their web application with little to no hassle at all. However, like most [...]

The Weird Wild World of Rich Text Editing…..

While working on our second assignment, we all decided that the webapp that we were developing required some sort of Text Editing capabilities.
Everyone then proceeded to research the available 3rd party options as we would not have the time to sit down and make our own. During our research we discovered that TinyMCE and FCKeditor [...]