Why do we use $(document).ready() at the top of our script?

Many of you might be wondering that way do we always use our javascript inside $(document).ready() in this Post i will tell you why do we use it and what if we don't write our script inside $(document).ready() function

What is the difference Between JavaScript and JQuery

In this Post I am going to make you clear about what is JavaScript and Jquery, How they are different from each other and why do we use both of them

What Is JavaScript?

JavaScript has became one of the most popular Scripting language. In this post i am going to give you the basic introduction of Java Script, what Java Script does in our web pages ad why it is used in web pages. Java Script is the most popular and most

How to Create Customer programmatically in Magento?

In this post I just want to describe how we can create new customer programmatically in Magento, Even though anyone can create new customer via admin interface or through a signup form on the website, but in some cases if you have numbers of the customer then this will

PHP Program to Draw a Triangle Pattern

In this post I am going to describe the very basic PHP Program which tell us how draw Pattern. Patten are the one of the most important and basic program which are very frequently asked in interviews and these programs are very easy to make. Hear we are

PHP Program to Draw a Triangle Star Pattern

In this post I am going to describe the very basic PHP Program which tell us how draw Pattern. Patten are the one of the most important and basic program which are very frequently asked in interviews and these programs are very easy to make. Hear we are

PHP Program to Find Table of a Number

In this post I am going to describe the basic PHP Program give us the table of the number till 10th position.

PHP Program to Find Armstrong Number

In this post I am going to describe the basic PHP Program which tell us weather the Number is Armstrong or not. Armstrong number are those number whose sum of the thrice multiplication of each digit by itself is that number eg for 407 we have 4*4*4+0*0*0+7*7*7=407.