Author Archives: ekeretex

Restful authentication with Rails 2: Usage

This blog has been inactive for ages and one of my 2009 resolutions is to show the poor thing some love! I will try to keep it even if it’s the only resolution I don’t give up on. Things have … Continue reading

Posted in Rails | 4 Comments

Zend Framework – my three month review

I have been using the Zend Framework almost daily for the past three months and my verdict on it is a mixed bag. I really, really wanted to like ZF three months ago when we chose to use it at … Continue reading

Posted in PHP | 6 Comments

Jump start your next Rails 2 application

Ruby on Rails has gotten really popular owing mostly to its well-earned reputation for rapid web application development. The plugin system has also helped to add loads of functionality not built into the core. It is almost certain you’ll find … Continue reading

Posted in Rails | 4 Comments

Tips for the budding PHP developer

The ease of learning PHP and the trivial deployment of PHP applications (just upload and go) has resulted in everyone’s cousin coding with it and the accompanying impression of being a ‘toy’ language. The following tips should help the aspiring … Continue reading

Posted in PHP | 2 Comments

Two step view with CodeIgniter

All the web development frameworks I have worked with have a full fledged layout system out of the box except CodeIgniter. A good number of CI tutorials encourage including common header and footer files to build the final page but … Continue reading

Posted in PHP | 18 Comments

PHP framework comparison benchmarks

In response to Wil’s comment regarding the PHP framework performance comparisons I made in my previous post, I have decided to post the results I got. My decision not post them initially was due to the benchmarks not being done … Continue reading

Posted in PHP | 103 Comments

PHP frameworks revisited – CodeIgniter vs Zend

We are about to start a project from scratch at my new job and have been evaluating PHP frameworks. We’ve shortlisted CakePHP, CodeIgniter, Symfony and Zend. I have put them through their paces by building the same application with all … Continue reading

Posted in PHP | 41 Comments

Apache mod_rewrite on Windows

I use Windows XP as my development platform and this is more of a note from me to me so I don’t have to Google for it next time. I also use WampServer for Apache, MySQL and PHP and while … Continue reading

Posted in PHP | 5 Comments