Jeff dePascale Blogging on and developing web and mobile technologies

Featured Post:
Why the iPad’s user agent string presents a problem

Apple marketed the iPad at launch as an internet device designed for the full web. So why then are they explicitly classifying it as a mobile device?

Read the story »

ResizeToolkit version .95 and documentation released to Google Code

Round 2 of releases for this week...

ResizeToolkit has been updated to .95 release, just waiting on some final QA steps on this package before making it a full 1.0 release. The package is now fully documented and has a quick start guide as well (5 pages worth!) So hopefully this is enough to get your feet wet quickly with this package. If you ever do fullscreen enabled sites or just sites/web apps that scale and relayout displayObjects to fill the stage area dynamically, you need this package, it saves a LOT of time and makes the layout code much more readable after you've walked away from the project and come back. Ever try to re-read what all those positional changes mean in your resize handler? Never again. Please use and test, would really appreciate usage feedback before the 1.0 release.

ResizeToolkit on Google Code

Quick start PDF available here:

Prequel Quickstart PDF

And class documentation is located here:

com.jeffdePascale Documentation
13. 02. 2009

Beta Release on Google Code – ResizeToolkit

 Google Code - ResizeToolkit

Release version .7, see notes on google code for preliminary documentation. This package of classes aims to simplify Fullscreen implentations in AS3, as well as handling stage resize events and the layout of objects based on stage proportions. More documentation coming soon...there's a lot of flexibility and control in this package.