LATEST BLOG ENTRY

Using foreign keys to ensure data integrity

August 27, 2009

MySQL is a powerful database management system. Knowing what to use and when can really pay dividends in the the life of the project. I think it is important to design a database where data integrity is the most important factor. Speed is important also, so I keep data normalization in mind – however if [...]

Shapes class lets you create shapes with actionscript 2

March 3, 2009

One day I found that I wanted a way to create shapes using the drawing API in Flash. I wrote a simple function to create a square. Then later on down the road I wrote another function to create a circle. After realizing that these are things that I should have access to when I [...]

PREVIOUS ENTRIES

Default text input values

February 24, 2009