Backup your database periodically to free cloud storage
You want to keep a periodical, automatic backup of your database. And, for safety, you are thinking to keep these backups to a (preferably free) cloud storage. ...
You want to keep a periodical, automatic backup of your database. And, for safety, you are thinking to keep these backups to a (preferably free) cloud storage. ...
In some cases, when you need to dump some data to somewhere easily accessible, pushing to Google Sheets can be a good option. You can store data to Google Sprea...
It’s a pretty common need to track online users of an web application. Sometimes for counting total online users, sometimes by isolated space, e.g., by ch...
It’s a pretty common need to show a help text with a form filed. Where we’ll tell the user about purpose of this field or some validation rules. Alt...
As you (if you’v at least installed and explored Drupal) know, Drupal‘s Admin panel is not comfortable for clients. It’s mostly developer cent...
It's Zend_Form_Element_Phone, a customized Zend Form Element for Phone Number. This will render 3 text fields for parts of phone number - country code, operator...
Bbjobs has arranged a workshop on “Zend framework fundamental” on December, 09 and invited us (me and Emran Hasan) to take it. We agreed happily. T...
At the phpXperts seminar 2009, I gave a talk on “Blessings of modern javascript framework – jQuery” and it seemed well-received. I enjoyed gi...
This tutorial is intended to explain a way of bootstrapping Zend Framework based MVC application for multiple host/domains. Before starting, let me explain a bi...