PHP – The Basics; Part 2

Posted in PHP, Tutorials
Posted by Lewis King on 19 Jun 2008

Written by Owen Jones

Welcome back, in this tutorial I shall be teaching you about Comments, if Statements and Switches. If you haven’t read my first tutorial I recommend you do to get up to speed (link). 

Still with us? Okay; let’s get started!

(more…)

Sorry

Posted in Tutorials
Posted by Lewis King on 17 Jun 2008

Hey there. It’s been a while, but our site is now back online. We would like to start by making an appology, We suck. We know. So after a month or so when we have some time, Amazing Coder is coming back and is going to be bigger than ever, we rushed out the site and it was a bad choice. We will be better.

 

PHP - The Basics

Posted in PHP, Tutorials
Posted by Lewis King on 05 Jun 2008

Written by Owen Jones
In this first tutorial I’m going to explain how to create PHP files, how to print text, and what variables are.

PHP – What is it?
When written in 1994 PHP originally stood for ‘Personal Home Page’. Written by Rasmus Lerdorf to replace a small set of Perl scripts he used on his site. Nowadays PHP stands for ‘Hypertext Pre-Processor’. It is a robust dynamic coding language and alongside ASP, JSP and RoR provides the ability to include dynamic content onto the web. PHP can be installed on Windows, UNIX and Solaris systems and can be installed as a module to apache.

But enough of the history lesson, let’s get coding!
(more…)

Tutorial: Creating a 3-column layout (Part 1)

Posted in CSS, HTML, Tutorials
Posted by Luke Anderson on 03 Jun 2008

This weeks tutorial is on how to create a 3-column layout and how to style it with the basics. There will be 2 parts to the tutorial, one now and one in a few days. If you require any help, post a Comment. Click read more to read this tutorial.
(more…)