Build Leaner Flash Projects with 8-Bit PNGs

February 22, 2010 by Justin Giovanetti

In case you have not stumbled upon this, there is a way to turn heavyweight 24-bit PNG images, into fraction their file size. From the 24-bit, we create the 8-Bit form. We loose the fat, but not the quality.

Cross-Browser CSS Testing

April 30, 2009 by Patrick Ashamalla

WIth so many browsers out there, it can get very challenging to test CSS across all the different ones. Fixing a layout problem in one can end up causing errors in another. Anyone who has spent anytime doing any CSS work knows that this can be a bear of a task to handle.

Over the years browsers have become increasingly standardized with some key exceptions to the rule. In order to accommodate for these variants we’ve set up a standard process to check for browser compatibility.