41 posts in category "web-development" - Page 3

Software Development Process - The Journey

I am starting a new set of topics on my experiences in the practical application of the software development lifecyle (SDLC). The tools are as important as the people, however a versatile process will always allow you to change one without the other.

Zend Framework - Page Caching

Well along the Zend Framework journey, the biggest issue now is performance, since the applications run on shared hosting accounts. We have caching enabled for the navigation menus, translation, and even Doctrine queries, however the pages still load slow.

What is the best PHP Framework?

1. You need to pick a framework for which you have support within your organization, area that you live or industry vertical that you are working in. I call this stage picking your poison

Browser Wars - 2011 Q1 Edition

Yeap, I have just upgraded to the new Firefox 4.0 b12 and it seems to bring Firefox back in the browser race which was being dominated by Google Chrome (www.google.com/chrome) and Internet Explorer 8 with 9 coming back

Zend Framework - Auto Loading and Sessions

The journey is still going on, the porting still happening. So what happens when the you need to setup up an autoloader so that you can remove all the include, include_once, require, require_once calls in the different classes.

Zend Framework Setup

Like all things to be done, this should be the simplest, just drag, drop and boom a page would automagically appear.