18/11/2010

It begins.

This is my first post. This is going to be my most concerted effort at doing something I've been meaning to do properly for a long time. Its time to blog.

I will be blogging regularly mostly on web development. My postings will mainly consist of short tutorials. These will serve to:

a) Help me remember stuff I've done (problems solved etc).
b) Help other people out, hopefully so they don't do the dumb stuff I do.

I would class myself as an intermediate web developer specialising in PHP, MySQL, CSS, HTML, Javascript and some other abbreviations. My first few posts will walk through setting up a local development environment and completing the beautifully cliche "Hello World" tutorial.

Beautiful.

//index.php
<?php 

echo "hello world"; 

?>

No comments:

Post a Comment