Blog about Design, Web development and Open Source

Everything i have been written in Web development

PHP performance tips around the web

Tuesday, July 29th, 2008

If you search for the topic “php performance” in the search engines probably you will get what

you need on the first page. During my investigations around the web I had colected some not so visible and very useful posts and presentations: (more…)

Should we use Object-Relational Mapping tools ?

Thursday, June 19th, 2008

Object-Relational Mapping tools have been in use for very long time. Till 2005  they were implemented and used widely most in Java enterprise world. Ruby on Rails and its famous implementation of Active Record pattern changed that rule and now we can use ORM solutions in all web developing languages. (more…)

Loading Smarty on Demand in Zend Framework

Wednesday, June 18th, 2008

My last projects are all build with Zend Framework and almost all of my previous projects were created with custom framework using Smarty. I wanted to implement Smarty in Zend Framework and I search through the web to find proper resolution for my problem. I found this article and another one inspired by the first. I tested both approaches but they were not what I was looking for. Inspired by both articles I created my own Smarty - Zend framework implementation.
(more…)

Popular PHP Frameworks for everyday use

Wednesday, June 11th, 2008

During my almost three years in web development i have tested and worked for various projects  with several PHP frameworks. Every framework has its power features and of course drawbacks. Out there they are many more other frameworks but these for me are the so called mainstream frameworks. After that little introduction lets begin with… Of course CakePHP.  (more…)

Categories