Multiple File Upload Application with Flash CS4 and Actionscript 3.0

I have been trying to create an upload application that can upload more than one image at a time for a very long time now; over a period of several weeks, I casually Googled around for information on creating such an application within Flash. After compiling a fairly decent sized resource of links to articles and tutorials, sets of video tutorials, and sketches on paper of what I was aiming for – I was finally able to piece all the parts together to create an application to do that very thing – upload multiple files at once. This post will go over the code that makes it work. Continue Reading

Styling Table Columns with CSS

I always struggled to find a nice, clean way to style columns in tables with CSS; mainly I wanted to make the left column’s text align to the right, and the right column’s text align to the left. I knew I could create classes and just paste that class into every td – but that gets bulky… and I’d rather not have to put a bunch of class=”align-left” into a zillion td tags, etc. I prefer to write my CSS in a semi-conditional way (I presume this is my scripting side coming into play) so that it’ll style based on the tags and their placement/usage instead of classes (where applicable of course). I can show you how I managed to accomplish this and the benefits, and downsides, to my method. Continue Reading

Welcome Internet World!

Welcome to my website! As you can see this was a fairly drastic transformation from the previous site. I’m now running it via Wordpress entirely, rather than having a separate blog! I plan to bring back the previous functionality of the other site such as: Continue Reading