Archive for the “tutorial” category

Let's do with Drupal – Simplified Admin Panel

by admin on December 11, 2010

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 centric and not similar to other common content managing panels. But, sometimes clients may need to manage some (…)

Read the rest of this entry »

Setting up Database testing with Kohana UnitTest module

by admin on October 11, 2010

Kohana Unittest module has made testing in Kohana v3 easy and fun. Lysender wrote a cool, straight forward post about how to set it up and running. I’ll just talk here about how I have set up database testing with (…)

Read the rest of this entry »

Extending Zend Form Element to create customized Phone number field

by admin on August 25, 2010

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 code and subscriber number. The values of these three fields jointly will be considered as the value. Optionally, a separator can be used between these fields. This separator can be ignored from/included in value

Taking Zend Framework workshop on Dec, 09

by admin on November 30, 2009

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. This is (so far I know) the first formal Zend Framework workshop in Bangladesh. The (…)

Read the rest of this entry »

jQuery – Presentation at phpXperts Seminar, 09

by admin on May 17, 2009

At the phpXperts seminar 2009, I gave a talk on  “Blessings of modern javascript framework – jQuery” and it seemed well-received. I enjoyed giving the presentation very much! Special thanks for all the organizers, group members and participants. Here is (…)

Read the rest of this entry »

Advanced bootstrapping : Configure your Zend Framework application for multiple host

by admin on February 3, 2009

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 bit about the situation when it’s needed. A web application goes through some stages when growing (…)

Read the rest of this entry »

PunBB modification – Implementing iconized categories for forum topics

by admin on November 13, 2008

PunBB is one of the fastest and minimal forum softwares powered by PHP. PunBB says about itself: PunBB is a fast and lightweight PHP-powered discussion board. It is released under the GNU General Public License. Its primary goals are to (…)

Read the rest of this entry »

Image manipulation in Zend Framework using PHP Thumbnailer Class v2.0

by admin on September 12, 2008

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 manipulation using GD. But the proposal was not considered. Bill Karwin of ZF said, (…)

Read the rest of this entry »

Join Problems with Zend_Paginator and Zend_Db_Select objects

by admin on August 24, 2008

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 the main data of pagination, not only pagination links. Which I didn’t found in any other pagination library. (…)

Read the rest of this entry »

Developing web application with PHP-MySql-Apache in Ubuntu Linux

by admin on July 5, 2008

I have started using Ubuntu 8.04 in few days ago and found it Great. So, now I’ve moved my development environment from windows and working in Ubuntu. Here I am just explaining what steps I had to take for this (…)

Read the rest of this entry »