fliteBox

Application on Monday, June 29th, 2009

FliteBox Preview

fliteBox is a lightbox for Flickr Photosets, dynamically built with JavaScript making calls to a PHP script.

Continue Reading…


Save As PHP Script

Reference on Tuesday, September 16th, 2008

Having a link to a media file that would normally play in a browser allows you to “Save Page As” in Firefox to save the media. (Music, Video, etc.) A minor annoyance is that sometimes the video or the audio starts to play immediately making you press pause while you wait for it to download.

The script below contains a text field where you enter the url of anything you want so you can right click a generated link to download the material. It requires an extension in the url provided. Something like http://audio.hiphopdx.com/20080909-Tony_Sunshine-Here_I_Am_(Feat_Jadakiss)-HHDX.mp3

Continue Reading…


Random Functions

Reference on Monday, July 21st, 2008

Random text or images is an easy feature to deploy that can develop interest on a project. Any application can benefit from not presenting the same information over and over during every visit. I have listed examples in JavaScript, ActionScript, PHP, and Coldfusion.

Continue Reading…