cjcat.blogspot.com
CJ's Blog: May 2010
http://cjcat.blogspot.com/2010_05_01_archive.html
Tuesday, May 25, 2010. Example source can be found on the project homepage). You heard it. Stardust Particle Engine. A brand new 3D engine just released a couple of days ago. Awesome! The Flare3D extension for Stardust mainly consists of three initializers,. And two renderers,. Initializers work pretty much like the original. Initializer, only that they assign. Objects from Flare3D to the. Property, and they have to be used along with the. The first initializer creates new. Objects from a reference to a.
jhkuperus.nl
JH on Java, JavaScript and whatever | Random Ramblings of an Engineer | Page 3
http://www.jhkuperus.nl/page/3
JH on Java, JavaScript and whatever. Easy Event-Driven Application With Spring! November 5, 2009. June 24, 2010. Suppose you are making an event-driven application. You have your listener interfaces and your event-generating objects. What is the most annoying part of getting this all to work? Either your listeners know to which object they are subscribing, or your event generators know who should be listening to their events. Due to this coupling, listeners and producers are difficult to test. I just rea...
connectedpixel.com
Preprocessor ASSERTS in ActionScript | connectedpixel.com
http://www.connectedpixel.com/blog/debug/asserts
Preprocessor ASSERTS in ActionScript. Submitted by joel on 20 October 2006 - 5:28pm. Unlike most other computer languages, when ActionScript code fails, it fails silently. If my code sends an undefined argument to a function, there is no crash, no alert message, nothing scary. Overall, this is a good thing. If my live swf hits a bug, it might work just fine, no one is the wiser and life goes goes on blissfully unaware. So how do you do this and what does it look like? The preprocessor made it easy to cre...
chevizflex.blogspot.com
Flex Yourself: April 2010
http://chevizflex.blogspot.com/2010_04_01_archive.html
Tuesday, April 27, 2010. Collection of Flex Interview Questions. 1 Good understanding and working knowledge of object oriented programming. 2 Good understanding of Flex SDK. 3 Event handling model of Flex. 4 Custom component development. 5 Experience of developing loosely-coupled components. 6 Interacting with remote data. 7 Understanding of J2ee architecture (or any other server side technology). 8 Cairngorm micro architecture. 9 Unit Testing Framework for Flex. Q 1 Types of Binding. Q 3 Event Bubbling.
projectsprouts.org
Sprouts Home
http://projectsprouts.org/legacy/index.html
Sprouts is an open-source, cross-platform project generation and configuration tool for ActionScript 2, ActionScript 3, Adobe AIR and Flex projects. If you're interested, this process should take less than 10 minutes, even if you've never seen Ruby before! Installed and working on your system in order to use Sprouts. Once you have these configured, you can install the sprout gem by opening a terminal and entering the following:. Sudo gem install sprout. DOS / Windows users do not enter sudo. Or especiall...
nucleusd.blogspot.com
the.codex.nucleint: June 2009
http://nucleusd.blogspot.com/2009_06_01_archive.html
Sunday, June 28, 2009. Development and Design Contracts. I've got a secret and it's kind of embarrassing - I don't normally work with contracts. Ok so I've definitely been in contact with some. The fact that the business this site will serve is in a medical field (which will probably mean very stringent stipulations on how certain kinds of information are handled) may require I ensure a lack of liability if certain standards are not met that I've not been made aware of. 160;patent - definitely some sort...
constantiner.blogspot.com
Constantiner's blog: марта 2006
http://constantiner.blogspot.com/2006_03_01_archive.html
Блог о Flex, Flash-платформе и даже больше. Вторник, марта 28, 2006. Сегодня убедился, что юнит-тесты и в AS2 - вещь весьма полезная. Написал класс, к которому параллельно писал тесты. Не по методике TDD, но все же. И все тесты работают, а в приложении - нет. И тогда стал я писать тест, который показал бы мне таки красную полосу. И мне это удалось! Ну и под это дело как раз и хочу продемонстрировать пример. Но сначала, как известно, рабочая среда. Первым делом вам нужна библиотека AsUnit. На данный момен...
flashblog.robertpenner.com
Robert Penner on Flash: August 2008
http://flashblog.robertpenner.com/2008_08_01_archive.html
Robert Penner on Flash. August 26, 2008. New build of FlashDevelop 3 released: Beta 8. This release is long overdue but there were a few issues that we wanted to resolve and then there were summer vacations. There are quite a lot of new features and really nice stability improvements, we hope that all of you enjoy this release! New "fullscreen" editor mode. New common GUI for AS2Api and ASDoc. SWF exploration shows the frame where definitions are imported. Fine tuned code completion. Get Adobe Flex 3 SDK.
flashblog.robertpenner.com
Robert Penner on Flash: April 2009
http://flashblog.robertpenner.com/2009_04_01_archive.html
Robert Penner on Flash. April 30, 2009. Benefits of AsUnit XUL UI and solving Vista problem. AsUnit is my preferred unit testing framework for ActionScript 2 and 3. For years, I used just the AsUnit framework classes and wrote the unit tests myself. I didn't understand exactly what the "XUL UI" did or why I would use it. Creating a new class: com.example.Widget. Creating package folders as necessary: com. Creating the unit test class: com.example.WidgetTest. When they exist right off the bat. Provided by...