Category: tutorial
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 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...
jQuery controlled Dependent (or Cascading) Select List 2
Thank you all. Thanx for using, commenting and visiting my script jQuery controlled Dependent (or Cascading) Select List from my old bolg http://php4bd.wordpres...
Ruby on Rails: Begin with the easiest tutorial
When I have been hearing a lot about Ruby and thinking to give it a try, I searched for a beginners tutorial over Internet. I found a lot. But luckily, I starte...