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
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
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
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
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
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
In this post I am going to describe the basic PHP Program give us the table of the number till 10th position.
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.