
10 Years Developing Dynamic Driven Content Read more »
LATEST PROJECT: ECO Newsletter Template
Hello Everyone, The time has come for me to update my personal and professional portfolio. I would like to say it will take days but the reality is that I have 10 years worth of work to go through. I will update as I go, so expect daily updates. A few of these post are [...]
I recently completed my first Silverlight animation and I ended up stumbling with playing and looping an MP3 file for the animations background music. My first instinct was to add the MP3 file to the Solution but quickly found that Silverlight doesn't handle media file as an embed asset within its compiled XAP file but [...]
On the weekend I packed up my old Christmas lights and headed over to The Home Depot as they had a 2 day only Holiday Light Exchange event. The program was simple, bring in your old incandescent light strings and The Home Depot will give you a coupon for 50% off their regularly priced energy [...]
Today we are going to take a look at phpFlickr 2.2.0, a PHP class written by Dan Coulter in PHP4. It acts as a wrapper for Flickr's API and its methods return Flickr's XML response as well structured and simple to read arrays. There is a prerequisite for this article, you will need your own [...]
A friend learning PHP, recently asked me how they can mimic a database when the site they are working on does not have access to one. The following will show you how we can use an Array to create a local database and nested Arrays to create tables, rows and columns as key/value pairs. [...]
I recently had an opportunity to work with JSON when a co-worker looked at my XML for transferring data from an application to our server. He recommend we move to JSON. JSON is described as a lightweight data-interchange format that is easy for humans to read and write but more importantly, easy for systems to [...]
Inspired by Lee Brimelow's video tutorial PHP, MySQL, and Flash, lets take a look at the steps necessary to pass your WordPress pages info into your own flash menu. Similar to the tutorial, the process is as follows: PHP gets the data from the mySQL database and outputs a structured XML document which Flash loads [...]
The trick to disabling the browser from loading your flash movies from its cache is to append a unique ID to the movie. Today we'll take a look at how a small piece of JavaScript code can force a new download. We will also look at how this trick has been misused by appending variables [...]
Thanks to Geoff Stearns' SWFObject we can detect, install and embed the flash movies with ease. SWFObject is written in JavaScript and, without getting into the legalities, it automatically eliminates the EOLAS security patch; when you are required to 'Activate' a flash movie before you can begin interacting with it. If you are not using [...]
Within the Flash IDE and more specifically, when coding using the Actions panel, there are three methods you can use to access code hints; they allow us to view a drop-down menu of the current objects' methods and properties. If you are a beginner it will help you remember all your options, if you are [...]