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 moreAdding a Widget Area to WordPress Theme
In 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 moreHow to Clone a WordPress Theme
There 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 moreTutorial on Creating Your First HTML 5 Page
In 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 moreResizable Images that does not break out of container
It is great when we create pages that resizes with the browser. However, it is not so great when an user resizes the browser to be smaller than an image. Typically, the image would remain at its...
read moreResizable Faux Columns works with responsive page
In a previous tutorial from which we now continue, we made an responsive page that resizes as the browser resizes. But as you will note, the column lengths are uneven due to uneven...
read moreHow to make your page resize with browser
With responsive web design, the web page scales in proportion with the browser size. If you are using pixel fixed width, when the browser window is smaller than the page design width, you get...
read moreHow Not to Use Pixels for Font Size
If you want a responsive web design where the font size can be adjusted by the users preference via the browser, you do not want pixels. Instead use the unit of “em” or percentages. Here...
read moreCSS Based Horizontal Tabs
In this tutorial, we are going to create CSS-based horizontal tabs as shown here. View live code here. Graphics Used The graphics looks like this … Default gradient tab:...
read moreAll contents are opinions and are copyrighted and may contain ads and affiliate links for which site may receive revenues from.
See Terms of Use and Privacy Policy.


