Archive for September, 2011

Many times you install a theme which either do not support a custom wordpress menu or have only one wordpress custom menu and you wish to add a custom wordpress drop down menu to the theme but you don’t know how. Don’t worry i am here to assist you on this problem. Here i am  [ Read More ]

Here i am going to tell you all the important queries used in Microsoft SQL Server. Just go through this page and you will become master in Microsoft SQL Server because all the queries used in daily programming are briefly explained here. To create own database create database demostart To view the database details sp_helpdb  [ Read More ]

If you have searched many websites to learn Regular expressions but still searching for a better tutorial than you are at the right place. Regular Expression also known as Regex are a little difficult to write but actually once you have learn how to use few symbols and modifiers you can create your own javascript  [ Read More ]

What is array in Php? An array is a collection of variable. A simple variable can store a single value whether it is a string type, integer type or boolean type variable. In an array you can store multiple values. There  are three type of arrays in Php:- Numeric array – An array with a  [ Read More ]

As we know that we have a mail function mail() in Php which can be used to send plain text mail, HTML mail and mail with attachment. In the Php mail() function it is easy to send plain text mail or HTML mail but a little hard to send a Mail with attachment. But don’t  [ Read More ]

By default any WordPress theme do not have the Featured image support. But any one can add featured image wordpress support in any wordpress theme by including few simple steps which i am going to tell you. These adding this featured image support is also called as adding post thumbnail support in your wordpress theme.   [ Read More ]