Archive for September, 2007

Creating Custom Events in Flash

Thursday, September 20th, 2007

Had to create an event for a project I’m working on, and after a search I found that you can indeed accomplish this within Flash using an undocumented AS class.
I read about it here and here.
The basic gist is that you create an object, you convert that object into an actual broadcaster via the AsBroadcaster [...]

Another dry spell for the blog

Friday, September 7th, 2007

The blog has seen little to no activity for quite some time now.
I quit my full time 9 to 5 at the end of April this year to team up with some guys and create a rocking development shop. We’ve been slammed with work ever since. So much so that I’ve had little time to [...]

Adding a Website – Apache2/Debian

Friday, September 7th, 2007

I’m tired of having to re-learn how to add a new site onto a Linux box, so I’m going to finally write it down so I won’t have to find this all again.

Add a folder to the www/ directory

On Debian flavor: /var/www/

Put any needed files for the new site within here.

Add a site config file [...]