Search
Archives
- November 2010 (2)
- October 2010 (2)
- September 2010 (17)
- August 2010 (7)
- July 2010 (3)
- June 2010 (11)
- May 2010 (17)
- April 2010 (26)
- February 2010 (1)
Calendar
Categories
- .NET (1)
- 2D Graphics (11)
- 3D Graphics (3)
- 3DSMax (7)
- ActionScript (27)
- Art (1)
- Away3D (1)
- Coding (13)
- CSS (2)
- CSS 3 (1)
- English (3)
- Facebook (1)
- Flash (4)
- Flex / Flash Builder (34)
- GoogleApp (1)
- GWT (2)
- HTML 5 (1)
- I/O (2)
- Illustrator (3)
- JavaScript (4)
- Library / Plugin (6)
- MySQL (3)
- Obfuscate (3)
- Painting (1)
- Papervision3D (11)
- Photography (1)
- PHP (8)
- Silverlight (3)
- TMH Tips (2)
- Uncategorized (1)
- Useful Website (21)
Meta
Pages
Monthly Archives: May 2010
Advanced MXML Components: About interfaces
http://livedocs.adobe.com/flex/3/html/help.html?content=mxmlcomponents_advanced_5.html Interfaces are a type of class that you design to act as an outline for your components. When you write an interface, you provide only the names of public methods rather than any implementation. For example, if you define … Continue reading
Posted in ActionScript, Flex / Flash Builder
Tagged Advanced, Component, Interfaces, MXML
Leave a comment
AS3 — on the lack of private and protected constructors
http://kuwamoto.org/2006/04/05/as3-on-the-lack-of-private-and-protected-constructors/ As I was talking about using objects as enums, someone made a comment about the lack of private and protected constructors. I know that the this is a sore spot, so I thought I’d explain my view of how … Continue reading
Singletons – we’re better off without them
http://www.richardlord.net/blog/better-without-singletons Singletons in AS3 With the introduction of Actionscript 3 there was a lot of discussion about how to implement the singleton design pattern. This happened because Actionscript 3 doesn’t allow private or protected constructors and this prevents the most … Continue reading
Singletons and Abstract Classes: AS3 just doesn’t play like that
http://www.bit-101.com/blog/?p=1121 There’s a common thread of posts that have been running on blogs in the Flash community since the first beta releast of ActionScript 3.0. These have to do with making AS3 do stuff that it just doesn’t do, notably, … Continue reading
Time-Savers: Code Beautifier And Formatter
http://www.smashingmagazine.com/2007/07/12/time-savers-code-beautifier-and-formatter/ Well-documented and readable source code is essential for every collaborative project. Logically structured, well organized and nicely formatted, the code can speed up the bug hunting and help to keep the code clean, minimal and still functional. These aspects … Continue reading
Combining animation and ActionScript using Flash Professional CS5 and Flash Builder 4
http://www.adobe.com/devnet/flash/articles/animation_flash_fbuilder.html The introduction of Adobe Flash Builder 4, an Eclipse-based IDE for ActionScript 3 and Flex framework development, has given Flash developers the opportunity to take advantage of a highly productive code development environment while continuing to use Adobe Flash … Continue reading
Posted in ActionScript, Flex / Flash Builder
Tagged ActionScript, Animation, Flash Builder 4, Flash Professional CS5, Tutorial
Leave a comment
Flash and Flex Developer Magazine
http://ffdmag.com/magazine
Flash and math
http://www.flashandmath.com/
Posted in ActionScript, Flex / Flash Builder, Useful Website
Tagged ActionScript, Effects, Math
Leave a comment
An Explanation of Illustrator Blending Modes
http://designorati.com/articles/t1/illustration/934/how-to-an-explanation-of-illustrator%E2%80%99s-blending-modes.php Illustrator’s Transparency palette sets the opacity of objects, and allows you to use blending modes determine how the colors of objects mix with the colors of objects they cross. (…) Illustrator’s Transparency palette sets the opacity of objects, and … Continue reading
Javascript Compressor
http://javascriptcompressor.com/