Latest Posts

SQL Tutorial – Not In

I have an extremely complex SQL database system set up for an email newsletter broadcaster. This piece of code for SQL is what I’ve been looking for for the...

.htaccess – AddHandler

There is a very common problem when trying to upgrade sites made by “newbie” website developers or when you realize that html isn’t the only language...

ActionScript – this

This ActionScript/Flash Tutorial is like all of my tutorials, quick and to the point. I hope I don’t type too fast for you. 😉 Using “this” in...

ActionScript Basics – Structure

My Last Post discussed ActionScript Variables. Now I’m going to do a quick run down about ActionScript Structure. You will notice that many different programming...

ActionScript Basics – Variables

This post is about variables in AcrionScript (the programming language for Macromedia/Adobe Flash). ActionScript Basics Some very quick basics // <- These two...

CSS – Replacing Text with an Image

Cascading Style Sheets (CSS) make it very easy to replace text with an image. Here is the whole process described in as few words as possible: Background Information...

CSS – Absolute Positioning

Absolute Positioning with CSS can be a very useful thing. I’ve been working a lot with CSS over the last year, but I’ve just recently discovered the...

HTML – Premade State Drop Down Menu

I came up with a great idea (which a lot of people have already thought of =]) to put all the html/php code that I create through my web adventures somewhere so...