-
Recent Posts
Recent Comments
- Cliff Hall on PureMVC demo application
- Enrique Maritnez on Parsley demo application
- Jorge Solis on Parsley demo application
- LibraBorn on Parsley demo application
- Ernesto Quezada on Robotlegs demo application
Archives
Categories
Author Archives: Jorge Solis
Data structures
We use often data structures for whatever application we build, but since ActionScript itself offers them as base classes (Array, ArrayCollection,Vector, Dictionary) you probably never stop to think about them. I was forced when working on casual games, since speed … Continue reading
Posted in General
Leave a comment
Free Flash ebooks from O’Reilly
We find an interesting offer by O’Reilly for all the Flash community. In fact is not a book, but three books targeting different aspects of Flash platform. What’s New in Flash Player 11 This book will detail the various enhancements, … Continue reading
Posted in Uncategorized
Leave a comment
Robotlegs demo application
RobotLegs is one of the more recents frameworks based on Dependency Injection like Parsley or Swiz, but with a strong emphasis in a Model-View-Controller arquitecture, that is suggested as the pattern of choice (but is not mandatory) RobotLegs use the … Continue reading
Posted in Flex
3 Comments
PureMVC demo application
PureMVC is probably one of the oldest ActionScript and Flex frameworks. It was born using ActionScript, but quickly was ported to other languages like Ruby, Python, C++, PHP or Java. His name expose clearly his matrix: it follows Model-View-Controller pattern, … Continue reading
Mate demo application
Mate is a is a tag-based, event-driven lightweight Flex framework that could be used mixed with others like Cairgorm. It uses injection to pass reference to the views declared in a central EventMap, where you also declare event handling. You … Continue reading
Posted in Flex
Leave a comment
Tour de Flex 4.5
Looking in how to create a pop-up in a mobile application I return to a classic demo for those working in Flex, “Tour de Flex”, that recently was relaunched with new examples targeting Flex 4.5 version. There are many things … Continue reading
Posted in Uncategorized
Leave a comment
Cairgorm demo application
Cairngorm was my first framework when I begin with RIA development. Probably his difficult name and the tight support of Adobe help in his early adoption. Cairngorm was borrowed from J2EE and has been in use now for a decade … Continue reading
Pass parameters to Spark Skins
Sometimes we face the case where we should skin multiple components in a similar way, but with a small difference. Yesterday I should skin 6 spark Panels with different header color. Spark panels doesn’t support headerColors style as his Halo … Continue reading
Posted in Flex
Leave a comment
Parsley demo application
short story: Parsley gives me the more long stack errors I have seen, I.e I have received 183 lines in the stack for a fail in instantiating the User… so if you come from Java you’re at home Parsley is … Continue reading
BlackBerry Playbook Tablet with Flash
Blackberry announced some time ago support for flash in his new tablet “Playbook”. This supply in part the low quantity of native applications opening a wide range of options from the flash world. Also as we stated in previous posts, … Continue reading
Posted in Uncategorized
Leave a comment