Category Archives: Web Design

The web design category covers a wide variety of web design related topics; such as html, css and more. We hope to include more tutorials and aspects of search engine optimisation, keyword strategy and more.

Improving WordPress Performance

Improving WordPress performance becomes necessary as you add more posts, add more WordPress plugins and gain more traffic. Over the years I have noticed my WordPress performance experience great highs and great lows and now I have a system that [...]

Posted in Web Design | Tagged |

WordPress Meta Data Without a Plugin

WordPress meta data is important for WordPress search engine optimisation and can easily be achieved automatically without any meta data plugin.

Posted in Web Design | Tagged |

Basic WordPress Security

With just a few simple steps you can greatly increase your WordPress security, prevent hacking and data loss and keep WordPress custom themes safe.

Posted in Web Design | Tagged |

Creating A WordPress Child Theme

Creating a WordPress child theme is essential to ensure that your website or blog retains all of your modifications after a WordPress update.

Posted in Web Design | Tagged |

How to Install WordPress

Installing WordPress is a quick and simple task, and in no time at all, you will have WordPress setup and ready for your first post. Now, you may find that your webhost has WordPress included, which means you can install [...]

Posted in Web Design | Tagged |

Easiest Ever Website Tutorial! Part 6

Step 6 Now we are going to push the sides of out text box in a little from the edges of the main container with a “margin:auto;”,”margin-top:2em;” and a “width:500px” instruction within the #text_box division. The auto instruction centres the [...]

Posted in Web Design | Tagged , , |

Easiest Ever Website Tutorial! Part 5

Step 5 Now we are going to style our navigation list to make it more like a navigation bar. To do this we need to add an instruction to the unordered list element. We accomplish this by adding the following [...]

Posted in Web Design | Tagged , , |

Easiest Ever Website Tutorial! Part 4

Step 4 Now lets put some boxes around the key elements in our site to arrange them in a more aesthetically pleasing manner.Boxes with borders are a great way to identify the key sections in your page and exactly how [...]

Posted in Web Design | Tagged , , |

Easiest Ever Website Tutorial! Part 3

Step 3 Now we are going to add a new file to your website folder.Open up your text editor and save this new document as “style.css”. This is what is called a style sheet and will tell the browser how [...]

Posted in Web Design | Tagged , , |

Easiest Ever Website Tutorial! Part 2

Step 2 Now to add some navigation for our visitors. The navigation bars that you see on websites are actually lists, not unlike a shopping list. It can be positioned down the left hand side of the page or across [...]

Posted in Web Design | Tagged , , |