Archive for the 'Web Development' Category

Hostgator Hosting Coupon Codes

Just leaked! Coupon code (PENNYHOST2011) gets you $0.01 for the first month (Thats $10 off) the baby and hatchling plan. With HostGator, you can get up to $10 off your first month, essentially FREE just to try it out. I’ve got many other blogs hosted on HostGator, give it a try, if you don’t like [...]

Using Strings in PHP Tutorial

Using Strings in PHP can be very tricky, specially when you have messy or imcomplete code. First, you’ll need to start your PHP tags like so: <?php #this starts the script //these are the variables youll need to create for this example $first_name = ‘John’; $last_name = ‘Doe’; $book = ‘Ice Cream Monster’; //this tutorial will use the [...]