Author: Anis Ahmad
Image manipulation in Zend Framework using PHP Thumbnailer Class v2.0
In the huge set of library, Zend Framework have no options for manipulating image. There is a proposal for Zend_Image which aimed to provides easier image manip...
Join Problems with Zend_Paginator and Zend_Db_Select objects
Zend_Paginator is one of the newest members of Zend framework family. It’s surely a rich addition with Zend’s power. Moreover, It’s handling t...
PHP Universal Feed Parser – lightweight PHP class for parsing RSS and ATOM feeds.
After the PHP Universal Feed Generator, I’ve written the PHP Universal Feed Parser for Orchid Framework. It’s a RSS and ATOM parser written in PHP5....
PHP UUID generator function
Universally Unique Identifier is an identifier standard which is used in a varieties of software construction. When I was writing the RSS Writer class for Orchi...
How to avoid POSTDATA resend warning
"POSTDATA resend" warning is a common problem when developing web applications. Before discussing about the solution, let’s know what is the pro...
Interactive character limit for textarea using Jquery
For a textbox, character of a field can easily be limited with maxlength attribute. But maxlength doesn’t work for a textarea. So, It needs an alter...