Computer Repair Home & Contact Sound Suite
PHP Coding Picture Gallery Music

Web Development and Custom PHP Coding

In 2002, mainly out of neccessity, I started learning how to code PHP as I wanted a powerful, flexible, cross platform web language...unlike asp... which is what the website I got made for me was made in.

I started off doing, what would be deemed simple pages, using static content.
Looking back to my college courses in Object-Oriented Analysis and Design and then SmallTalk and Visual Basic in the early 1990's, PHP started making sense and I started really digging in.
As I developed my PHP coding skills, I made more challenging and dynamic websites.
First starting to store data in a csv text or access(mdb) file, this gave me the knowledge of reading and writing files on the webserver, however, neither is a true database or good performance ...enter MySQL.

Before I knew it, my associates and friends were calling me 'dangerous' and giving me code challenges to implement.
Fueled by my love for puzzles, PHP pushed me over the edge from doing 'just webpages' to coding full-fledged web applications.

I try to make my code as small and efficient as possible...I'm not a bloatware author, I get paid per project, not per line of code ;c)
The webpages and web applications I code are very fast responding to the visitor and do not burden the webserver.


My PHP Projects:



$sleeptimes=mysql_query("SELECT * FROM sleep WHERE date=$yesterday");
$sleepfound=mysql_fetch_array($sleeptimes);
$hoursslept=$sleepfound[hours];

if ($hoursslept < 6) {
$caffeinereq='Monster Assault & Pepsi needed';
echo $caffeinereq;
}else{
$caffeinereq='Pepsi needed';
echo $caffeinereq;
}


Page design, function and code implementation copyright © 2004-2010 Jon Ketcham
Content copyright © 2004-2010 Jon Ketcham