Working with mySQL Databases Part 1 – Connect to a database using MySQLi


Welcome to this two part series on working with mySQL databases. Every website that has users, posts and anything that stores data is always working with a database and one of the most common databases that hosting providers and web developers tend to use is called mySQL.

Continue reading

Centering a Div Both Horizontally And Vertically


Creating web layouts has always been fairly easy, but whenever you want to center a DIV it can sometimes be more of a challenge than you expected it to be. There are a number of ways you can achieve this but I’m just going to be showing you the CSS way of doing it in this tutorial.

Continue reading

Linking To An External CSS Stylesheet


In this tutorial I am going to be teaching you how to link to an external CSS stylesheet. External stylesheets are perfect when the style you want to use is going to be applied to other pages around your website.

Continue reading

How to Create a Custom Page Template – WordPress


So you’ve built your wordpress website and everythings running smoothly but suddenly you need to create a page on the website that has a totally different layout and style from the rest of the pages. This is where WordPress provides a clever way to do this and it’s called “Custom Page Templates”.

Continue reading