Category Archives: micro tutorial

Few Thoughts on Web Video

On Air It’s really full of video sharing websites out there, but in fact almost all of them use Flash player to display their video files. This is the reality now, but with the coming of HTML5, perhaps the things … Continue reading

Posted in micro tutorial, web development | Tagged , , , , , , , , , , , , , , , , , , , | 1 Comment

Download Images with PHP

As it seems one possible solution while trying to download images with PHP is to write a “client” to do so. Will it be with cURL, Zend Framework or some other tool – it doesn’t matter. However one of the … Continue reading

Posted in micro tutorial, PHP, web development | Tagged , , , , , , , | Leave a comment

A Memcached Zend_Cache

Zend_Cache Usually Zend_Cache is used to store cache files on the file system, which can be really fast and useful in most of the cases. However there’s a faster cache mechanism and hopefully it’s supported by Zend_Cache as well. This … Continue reading

Posted in micro tutorial, PHP, zend framework | Tagged , , , , , , , , , , , , , | 1 Comment

More on CSS Optimization

As CSS files are first downloaded to the client and then executed, the main optimization is to make those files smaller. But that doesn’t mean only minifing! The Minification Process While with minification you can strip all the symbols that … Continue reading

Posted in css, micro tutorial | Tagged , , , , , , , , , , , | 1 Comment