featured articles
SEVEN THINGS, You may n...
I just read Emran Hasan and Hasin’s blog about this. Here goes my seven things: I...
“normal web developer” to “stylish web developer” - 01
“normal web devel...
A Perfect IDE An IDE is a one of the best part for the developers. If you are not...
Browser Detection with Javascript: IE, FF, Opera
Browser Detection with ...
  Last night i was working with a JavaScript program. For this reason i have...
Zend Framework: How to create Pagination using Zend Paginator class
Zend Framework: How to ...
Zend Framework has an impressive library for pagination. Anyone can easily create...
popular articles
random articles
recent from category one ZEND CERTIFICATION BOOKS
This two books are for Zend Certification. it includes Study guide and Practice question. this books are very helpful for ZCE. I collected this book. if anyone need this plz contact me. i will try to give u that. with regard masud
recent from category two Browser Detection with Javascript: IE, FF, Opera
Browser Detection with Javascript: IE, FF, Opera
  Last night i was working with a JavaScript program. For this reason i have to check what is my current browser for which i have to run a separate JavaScript function. But i was try couple of code snippet from web but none of the working exactly what i want. i have to the browser with their current...
recent from category three Starting Project with Code Igniter [For beginners] Part 01
Framework System System folder contains all the framework files including framework build class libraries, fonts, database configuration for your system, languages files, helper classes etc. Application Projects basis works will place inside this folder. Projects controller class will be placed inside...
recent from category four Moonrise: A microblogging Site
I joinned Right Brain Solution in Nov, 2007. after joining RBS, i was assigned to a project called Moonrise. Moonriseis a micro blogging site like twitter. Those who are very closed to web world can easily identify what twitter means. Twitter gives you the way to express your feelings with a simple word...
FanPHP Logo: Suggest Me Please, which one is Best…
After changing my blog theme i decided to create a logo for my domain. After trying by myself more than 2 month, finally i decided to make it through a Professional. Then i got reference of MetroDesk. I go through their site and their portfolio. They are really professional and have a creative mind. So i decided to give them the responsibility to create my site logo. it was awesome to have a demo with...
SEVEN THINGS, You may not know about me…
I just read Emran Hasan and Hasin’s blog about this. Here goes my seven things: I am very lazy I can’t maintain routine life. i like to do all the things that i feel. I hate programming before 2005 and always want to be a Communication Engineer. But unfortunately i become a programmer in 2006. Now i want to be Successful in this programming arena I am a big fan of test cricket. wasim akram,...
“normal web developer” to “stylish web developer” - 01
“normal web developer” to “stylish web developer” - 01
A Perfect IDE An IDE is a one of the best part for the developers. If you are not relax during writing code then you can’t write good code. An IDE can help you most in that case.  Here are some list of IDE’s which can help you. NuSphere phpEd – a complete IDE for PHP developers. PHP Designer 2008 - The best PHP Editor and PHP IDE for ALL your PHP and Web Development Zend Studio - The...
Browser Detection with Javascript: IE, FF, Opera
Browser Detection with Javascript: IE, FF, Opera
  Last night i was working with a JavaScript program. For this reason i have to check what is my current browser for which i have to run a separate JavaScript function. But i was try couple of code snippet from web but none of the working exactly what i want. i have to the browser with their current version. Hence i found a code snippet at JavaScript kit. Really this is what exactly one. but it...
Zend Framework: How to create Pagination using Zend Paginator class
Zend Framework: How to create Pagination using Zend Paginator class
Zend Framework has an impressive library for pagination. Anyone can easily create pagination with some simple lines of code. Lets jumps to the tutorial to create pagination. 1. Model Code:  <?phpclass Users extends Zend_Db_Table{ //set the current table name protected $_name = 'users';  //set the default primary key of that table protected $_primary = 'id';  /** * Create...