06Sep Adobe Flash CS4
On Tuesday, September 23, 2008, Adobe will be releasing details on the upcoming Adobe Creative Suite 4… however, some leaked information on the new Flash package has been released already to the public. Correct me if I am wrong, but I have yet to hear that Flash CS3 will support export to Flash Player 10 which leads me to believe they are going to keep that option for Flash CS4 exclusively. On the other hand, at least with Flex 3 one could use the new SDK to compile out to the new version.
New features
- Typed arrays (vectors)
- 64-bit support
- “Mobile convergence”
- Hydra to use the GPU (if available)
- New ‘object-based’ tween model
- IK (Inverse Kinematics) Tweens
Link: http://www.flashcs4.com/
04Sep Substantial TweenMax Update 2.19
TweenMax patch notes and updates listed below:
Note: I have bold some of the cool API additions made.
* auto overwriting – You’ll probably never have to type “overwrite:false” again! TweenMax automatically includes all the capabilities in the new OverwriteManager class. By default, only overlapping properties in other tweens of the same object are overwritten. There are actually 4 options for overwriting now. Read more below.
* setDestination() – Change destination values anytime. For example:
//then later, if you need to change the tween so that the "x" property tweens to 100 instead of 500...
myTween.setDestination("x", 100); //even if the tween is in progress, the value will be updated
* timeScale - Slow down or speed up a tween anytime. Half-speed would be 0.5, double-speed would be 2, etc.
* reverse() – Not only does reverse() cause the tween to return to its starting values, it optionally adjusts the duration and the easing equation to look fluid (instead of simply swapping the start/end values in the tween which can cause abrupt jerking).
* restart() – ‘Nuf said.
* killProperties() – When tweening multiple properties, you can selectively kill individual properties of a TweenMax tween.
* yoyo – To make the tween continuously loop backwards and forwards like a yoyo, set this to true.
* loop – To make the tween continuously loop itself, set this to true.
06Aug Flex 4 Gumbo Video
Scheduled for 2009, Flex 4 intrudes some concepts like two-way Binding, skin-able video component, better performance, and a whole new way of skinning any component in general:
04Aug Changing of the Skin (Operation Ferret)
I just found a few glitches with my site’s skin when using IE6 (wishing everyone had Firefox right now). >_<
For the time being, I will be switching to another skin until I do maintenance on the original one.
01Aug 20% of Internet users have Firefox!

Chicago (IL) – It has been six weeks since Firefox 3 has been released and if we believe market share numbers provided by an ongoing survey of NetApplications, then it appears that Mozilla has had a successful launch with market share gains, especially at the expense of Microsoft’s Internet Explorer.
01Aug The Fail Blog (failblog.org)
If you haven’t checked this out yet, this is certainly worthy of your time! There is nothing more funnier than obvious human mistakes…


31Jul Detroit Metro bragging rights

Factoring in jobs, schools, finances, safety, housing, quality of life and aspects such as leisure and culture, Money magazine released its annual list of the 100 best small cities Monday at CNNMoney.com.
Troy was the state’s leading municipality, at No. 22. West Bloomfield is No. 26, Ann Arbor is No. 27, Novi holds No. 28 and Sterling Heights is at No. 61. Shelby Township took the next slot at No. 62.
- Michigan cities named great places to live
With all the crap Detroit gets blamed for, it’s really not that bad of a place (aside from the constant road construction).
30Jul First post!
Just setup basic site structure… more coming soon
