Tutorials about

PHP Classes: An Introduction to OOP

OOP she did it again

There is still much debate about Object Orientated Programming (OOP) with PHP, largely because PHP wasn’t developed as an OOP language, and it works perfectly well as a procedural language for most web applications or websites that you are creating. On top of that, on face value, OOP can seem daunting and overly-elaborate, with many [...]

Categories: php

Rounded Corners with css3 and javascript

Cross Browser Curved Edges

If there’s one thing that the internet has taught us in the twenty or so years it’s been alive, it’s that everybody loves rectangles with rounded edges. It all stems from the age old human condition that we need things in boxes- we need order and division, organisation and categorisation, but at the same time [...]

Categories: css, javascript

Alternate colours for list items from a php array

Alternative Coloured Lists

Very often we need to take data from an array and display it on a page. And how better to present this than with alternately coloured boxes? They can fit in with the style of your site, break up the data, and make readability that much better. Here we’ll take a look at the best [...]

Categories: css, php

Moving Domains with WordPress and phpMyAdmin

phpmyadmin

Moving your WordPress site from one domain to another can be a tricky affair if you aren’t overly familiar with MySQL and database handling. Here, I’ll go through a simple way to make it happen, by exporting and editing your MySQL data using phpmyadmin and a text editor. phpMyAdmin is usually provided by most hosting [...]

Categories: Wordpress