
I Believe in Freedom Video is a video of a song I wrote in 2004. I created the video in 2011 to express the meaning of the song. Click the image and turn up the speakers. I used Adobe Premiere Pro to edit the video. I used different backgrounds and special effects and features of Premiere Pro.

Database - Layout of a SQL database for Feedback Central. This is a diagram of the database files I designed and how they are linked. The design uses virtual links so there is no data redundancy. Using zip code as the key, each file has from 5 to 20 fields in them. This design allows me to maintain a website that will display information for every zip code in the US. Only one file written in HTML/PHP controls the program using a variable that tells the SQL calls what data to extract and dynamically populates the HTML with data for a particular zip code, city, county or state. This makes for easy maintenance as one change made in the HTML/PHP file will apply to every zip code in the US . I have done the analysis for this site as well and have the pseudocode to allow people to advertise, such as a lawyer, in only the areas where they want to been seen .