-
-
Recent Posts
Categories
-
Networking
Partners
Projects
-
RSS Links
Category Archives: PureMVC
IntelliJ IDEA PureMVC Templates
I have created a repository on Github with some handy PureMVC templates to be used in IntelliJ IDEA which may help speed up some peoples development time. http://github.com/newtriks/IDEA-PureMVC-templates
Simple PureMVC Application on GitHub
For my talk tomorrow on constructing a simple PureMVC application I have uploaded the source to GitHub. This is my first proper submit to GitHub so fingers crossed it’s all gone to plan. http://github.com/newtriks/SimplePMVCExample For this application I also quickly put together some other resources that may be of some use to use as references [...]
Also posted in ANT, ASDoc, Flex, GitHub, Presentations Tagged ANT, ASDoc, Flash Midlands, Flex, PureMVC 7 Comments
Getting Started with PureMVC – Flash Midlands Presentation
I am speaking on the 23rd January 2010 for Flash Midlands User Group for anyone keen on getting to grips with PureMVC: Saturday 23rd January – 11am – 1pm – Coventry (University of Warwick) Getting started with PureMVC Simon Bailey (Newtriks.com / Adobe Community Expert) This will be more of a hands on session constructing [...]
Speaking @Flash Camp (Birmingham)
I am pleased to be a speaker at Flash Camp in Birmingham on Tuesday 16th June 2009 @ 17:00 with a topic titled Getting started with Flex & PureMVC. I will be giving an over view of the framework with a super simple lesson on setting up your Flex project utilising all the goodness of [...]
Also posted in Flash, Flex, Presentations Tagged Birmingham, Flash Camp, Flex, Getting started with Flex & PureMVC, PureMVC 7 Comments
Combining the PureMVC StateMachine Utility with Slacker
I have had some requests and seen some developers asking about managing a ViewStack using the PureMVC StateMachine utility. Slacker is a well known demo detailing how to manage View components using deferred instantiation. Combining this demo and the StateMachine utility is a straight forward route to managing a ViewStack in your PureMVC application. I [...]
PureMVC Super Simple Example
My buddy Steve asked me for a skeleton PureMVC example application, something very basic to get your head around the work flow. I thought I may as well upload it for all as it may be of use to someone else out there. It really is a super simple example Flex application with a View [...]
Handling Popup Logic in PureMVC *Update*
I have since re-structured some of my logic in handling popups in a Flex application using PureMVC. If you refer to my previous post you will see that I have a PopManager that extends PopUpManager and the core logic to handle opening and closing Popups was via the Mediator. I have now ripped this logic [...]
Also posted in AS3, Flex Tagged Flex, HandlePopCommand, Pop Ups, PopManager, PopUpManager, PureMVC 24 Comments
PureMVC State Management with StateMachine
Cliff and Neil Manuell have come up with a fantastic solution to the problem many people have fought with which is managing states in a PureMVC application. Well as usual the solution is really well thought out, managed and constructed and the result is called StateMachine!
PureMVC Pirate Radio Conference
Well it was a good night last night at the PureMVC Pirate Radio Conference with thanks to Brendan and Cliff for making it happen. Speakers included Brendan Lee (Ribbit), Dominic Gelineau (Home Depot), Daniel Swid (Reactor), Javier Julio (Kindling), Claus Wahlers (Aupeo), Bobby Parker (Kodiak) and Nick Collins (PureMVC Studio). They showed some really cool [...]

DataBinding a Proxy to a Mediator