When developing some program / website / design i’ve always taken pride in the product and completed it to the best of my ability, which makes me cringe when I go back and look at what I used to make..
Now, in this this brave new world of web-savvy-ness I’ve found clients now want to be […]
I’ll be wearing quite a few hats this year.
Sunday I turned 21 - so soon I will be legally allowed to drink and drive
I will be a third year student looking to graduate at the end of the year.(not too many people have a degree at 21)
I will be tutoring ‘Web Programming’ - PHP and […]
I’m going Wordpress Crazy.. I just love the piece of software.
It’s just so simple to learn and customize, with the added benefit of a steady community of bloggers assisting the development and maintenance of future releases.
I created a theme for yellowshoe so I could more quickly make updates to my website, as well as make […]
I promised Clinton I would make this a long time ago so here it is..
Byteclub Registration Page
It has some basic error checking and emails Clinton the registration details..
Nothing too fancy but it works
The PHP:
<?php
$keys = array(’student_id’, ‘name’,‘email’,‘blog’,‘blogaddress’,‘wiki’, ‘comments’);
$mandatory = array(’student_id’, ‘name’,‘email’,‘blog’,‘wiki’);
$values = array();
$errs = array();
$values[‘blogaddress’] = “http://”;
if (isset($_POST[’submit’]) && $_POST[’submit’] == “Register Now”) {
foreach($keys […]
Hi,
As much as we all love byte club - it’s pretty ugly - ByteClub
A splash of color(besides gray) can help.. so I thought i’d make a suggestion that we can work upon together and perhaps make ByteClub a little prettier
ByteClub re-design
It uses a 100% height template, uses a good accessible image replacement for the logo […]