WordPress Tutorials
WordPress is a content management system. It is not just for blogging. Here are some links to WordPress tutorials that will help you learn how to use, theme, and customize WordPress.
WordPress is a content management system. It is not just for blogging. Here are some links to WordPress tutorials that will help you learn how to use, theme, and customize WordPress.
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 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 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 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 moreIn 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 moreWith 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 moreIf 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 moreIn 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 moreFTP stands for “File Transfer Protocol”. In order to transfer files to a server, you to need use a software known as a “FTP client”. FileZilla is one such software for...
read more