PHP

PHP Classes and Functions

Tuesday, April 27th, 2010

PHP is a very powerful programming language which is favored more than many other languages when it comes to web functionality. In a personal viewpoint after learning functions and then on to classes you can start building much more advanced scripts and the only limit is your imagination.

(more…)

Whats New in Drupal 7 Theming

Tuesday, April 20th, 2010

Some of my favorite new Drupal 7 theming “features”: (more…)

Collaberative Coding: How we work!

Thursday, April 15th, 2010

Ever work in sync with another co-worker on a particular program or file? If that’s so i’m sure you know some of the problems that can be run into. There is the potential chance of file over-writing or mistakenly deleting something that you should not have. Philip and I have both encountered this before when working on projects, and trust me after spending many hours on a particular section on a site then only to be saved over by accident by your partner almost makes you want to smash your head into the wall.

(more…)

Riot Riot Client Framework

Friday, February 19th, 2010

Interwebs, mark today as the beginning of Riot Riot’s new adventure of using our framework!

(more…)

Simple PHP Progress Bar

Sunday, February 14th, 2010

The other day i was looking to create a simple progress bar for a test application. So this is what i came up with in. Keep in mind this is nothing super intelligent or sophisticated. (more…)

Flickr API and PHP, display images!

Monday, February 8th, 2010

Flickr in the past couple years has really turned into a great service. PHP too has been a vital item to internet development! Now lets make them play nice together to grab some of your recent images in your flikr account! (more…)

PHP & MySQL Query Result Loops

Monday, January 25th, 2010

Static content is dying, but dynamic sites are emerging left and right. Lets focus on using PHP and merge it with mySQL so we can pull some dynamic data!

(more…)

Test Multiple MAMP Vhosts With Parallels XP

Sunday, August 9th, 2009

This tutorial is based on the presumption that you have successfully installed MAMP on your Mac and are running multiple vhosts. If you have not done this yet, please see this link. (more…)