Install Zend Framework 2 In Wamp Server on Windows I’ve written one another article about installing zend framework 1.12 in wamp server on windows. But before some time zend has released its new version zend framework 2.1.1 that is not has the same installation process as its previous version. Although Zend Framwork 2 installation is much

Database Driven Multi-Level Horizontal CSS Menu With PHP And MYSQL There is no doubt in the truth that A website should have a good and proper navigation from user point of view to attract more visitors. Creating css navigation using php and mysql is always a headache for php newbies. In this article I’ve told

Dynamically Add Remove Text Box Using Jquery In this tutorial, I’ve written a small piece of code in jquery that will help the people who are having an issue of populating text boxes dynamically with “Add More” button in a form. I’ve used jquery UI also in this code to make a bounce or jumping

Install Node.js On Windows And Ubuntu System In the previous article you understood that what actually node.js is, if you read that. Now I’m going to tell “How to install node.js in both windows and ubuntu system”. After installing it properly, we’ll make a simple node program to test our installation. Install Node.js In Windows

What is Node.js And How It Works? Till today, you all have used javascript on client side only in your web applications for validation purpose, event handling functions or something else. Have you tried it on server side before ever?? Now you must be thinking, what nonsense I’m talking about. I’m just not joking because

Simple Ajax Pagination Using PHP And MYSQL Ajax pagination has become basic requirement of all modern web applications. I’ve designed this tutorial to absolute ajax beginners who want to learn “How ajax works and how to implement a pagination with Ajax, Jquery, PHP and MYSQL with loading effect. The tutorial contains mainly two files. One

Country, State, City Dynamic Dependent Select Box using Jquery and Ajax Every online registration form always has three basic dropdowns Country, State and City. Making these dropdowns dependent on each other is a headache of most of the people. To overcome this problem I’ve designed a very simple and useful script using Jquery, Ajax and

What Are Web Services And How Do They Work Today we will talk about Web Services. Before reading the further, I would like to tell you that web services are of two kinds. The first one is SOAP service and second is RESTFUL web services. In this article I’ll be telling you all about SOAP

How To Make Your Own Jquery Slider Plugin Jquery is having a very wide scope in the field of web development and designing day by day. It makes us able to create our own custom jquery plugins according to our needs. In this article I’m just going to tell you that how can you make

Crop An Image And Upload Using Jquery, HTML5 and PHP In this post I’ve designed a tutorial about “How to crop an image by using jquery, HTML5 and PHP”. After reading this article, you will be able to implement an image cropping functionality in your web application very quick and easily. Basically the script is


