Archive for the ‘PHP’ Category

My First Facebook Application Was A Bust

Friday, January 18th, 2008

While trying to increase my web programming knowledge I was thinking to myself: What can I learn that might benefit other people? That’s when I thought about Facebook and how it supports PHP applications.

The next thing was to think of a relatively easy project that would allow me to learn the Facebook programming environment and I thought about what Facebook is to some people; Facebook is a fun stalker web application! Ok so stalking isn’t a good thing …

Hide Affiliate Links The PHP Way

Monday, October 15th, 2007

A recent comment that was left in one of my posts was asking how they could utilize PHP to create a redirect for their Affiliate links. After a few moments of brainstorming a decent solution presented itself to me. Using a couple of lines of code (of course depending on how many affiliates you use) you can redirect people to any location you wish. To take it one step further I will also show how to make use of the …

How To Go About Learning PHP

Saturday, January 20th, 2007

I've seen it posted a few times where people ask: What's the best way to learn PHP? Well there are many ways to learn PHP but I still favor the route that I took.

When I first started to learn PHP it was because I wanted to be able to create dynamic content for web pages. When I want to learn something I need to find a reason to learn it and a real life use for it else …