Categories
- agile (3)
- algorithms (17)
- css (29)
- download (3)
- featured (46)
- flex 3 (25)
- javascript (138)
- micro tutorial (202)
- PHP (108)
- portfolio (5)
- snippets (7)
- video (1)
- web development (167)
- zend framework (80)
Monthly Archives: May 2009
Flex 3: compare two dates
Theory of Operation You’re using Flex 3 and want to compare two dates. The format of the dates is string something like “2009 May 05″. The question is … What’s the best way to compare them Well if you’ve the … Continue reading
Switch from Zend_Loader to Zend_Loader_Autoloader
Zend_Loader Zend_Loader was the usual kind of autoloading in Zend Framework before version 1.8. Than simply you say: require_once “Zend/Loader.php”; Zend_Loader::registerAutoload(); That made all your application to autoload files from the library folder where usualy the Zend Framework stays. That … Continue reading
php.ini for two web servers
Two Apaches one php.ini Yes in our case this was the fact. There were two web servers, Apache 2 in our case, and one PHP. The php.ini file was in /etc/ as usual. Everything seemed to be perfect. But however … Continue reading







