RSS Feed
Banner

5 free Domains with Select Hosting Plans. Get yours!

 
Jun 20

Twikini

Posted on Saturday, June 20, 2009 in Random Stuff, While @ Work

Hey all you windows mobile users out there. Are you tired of hearing all your iPhone buddies talking how their “oh, so cool” iPhone has great apps? well I,ve been searching for a while and finally found an app that every “real” smart phone user needs… A Good Twitter App, lol. Twikini is a twitter app that allows you to use twitter without the twitter mobile site. check it out here and give me your thoughts.

http://www.trinketsoftware.com/twikini/

Jun 2

ToddTube ‘n’ Alpha

Posted on Tuesday, June 2, 2009 in It's What I Do, While @ Work

todd_tube

This is the alpha version of my attempt at recreating the old version of youtube. I have some minor glitches that I am currently working out and should have a Beta version for download… open source of course. Stay tuned, this component should be available for anyone to grab from ToddVaughn.com by the end of summer (time permitting).

May 12

Flash CS3/AS3 Clipboard Button

Posted on Tuesday, May 12, 2009 in While @ Work

import flash.system.System;

var theTXT:String = “I hope you enjoy your new trick”;

copy_btn.addEventListener(MouseEvent.CLICK, SystemExample);
function SystemExample(event:MouseEvent):void
{
     System.setClipboard(theTXT);
}

Make a button with and instance name of “copy_btn”. Run the movie and press the button. open a blank text file, word document, etc. press control V and voila!

.

Please comment if you have questions :-)

Mar 19

The Beat Machine Project

Posted on Thursday, March 19, 2009 in While @ Work

The Beat Machine is a full featured Dynamic Flash Audio Player. It queries playlists, songs, as well as reads ID3 information from your music to display author, album, year made and more. I built the Beat Machine to have a balance meter and a selection of different visualizations. The visualizations can be flash, movies, pictures and more.

Also try my QID Components Set

The QID Component Set is a set of dynamic, query driven multimedia applications that can be customized for any website.

Feb 26

Addition Of ToddVaughn.com

Posted on Thursday, February 26, 2009 in While @ Work

toddvaughn_com
Recently I decided to separate this site from the site under my personal name. The separation come from my recent interest in the Drupal platform and I use ToddVaughn.com to test what the capabilities are.