Plugins to change WordPress database prefix
Does your database table names look like this? This show that the default database prefix of wp_ is being used. If you did not specify a different database prefix during the installation of...
read moreDoes your database table names look like this? This show that the default database prefix of wp_ is being used. If you did not specify a different database prefix during the installation of...
read moreWith the title being “Dependency Injection with AngularJS“, this is not an intro book on AngularJS. The book is technical and is geared for the intermediate web developer. While you do...
read moreIn this tutorial, we will add a new widget area to the default WordPress TwentyThirteen theme. Before we make any changes to this theme, we had cloned TwentyThirteen into a new theme called...
read moreThere are times when you need to clone a wordpress theme. Suppose you want to customize the template of WordPress’s default Twenty Thirteen theme. You should not edit the template files of...
read moreGTMetrix.com will let you type in a URL and it will give you a grade on speed and performance. No signup required to use.
read moreIn this tutorial we will create a very simple HTML 5 page. We will keep it as simple as possible so that you can get something up and running quickly. HTML 5 is a significant change from HTML 4. It...
read moreIt is not a problem building a basic horizontal menu, but building a horizontal menu with drop down item upon hover is a bit more challenging — especially if it is a complex multi-level menu...
read moreIn HTML5, both the <i> and the <em> tags are perfectly fine to use. Both will italicize text with the same appearance. So when do you use the <i> versus the <em> tags? Use...
read moreSome of you may have been doing web design long enough to hear the instruction of not to use the <b> tag and to only use the <strong> tag for bolding text. Well, in HTML5, the <b>...
read more