Contact Me


Recent Posts


Categories


Archives


Tags

3d actionscript Actionscript 2 Actionscript 3 api APIs as2 as3 brand caching carousel channel code compress contest contract CSS Flash flv fp10 free freelance gadget gadgets gdata google JavaScript jquery mvc papervision papervision3d PHP player playlist puremvc pv3d search tube tutorial twitter video widget XML you youtube

Recent Comments

  • Ahmed: Can you put up an example?
  • Ahmed: Hmmm sorry this is a tough one but I don’t work with ASP.NET! Sorry!
  • Michael: Good example but one question… in all the slider skinning I see with Flex the thumb overruns the left...
  • venkata: Hi I am using OAuth to connect to youtube api. I got accessToken and TokenSecret for a particular user. Now...
  • Ahmed: Good old flexlib, what component are you using?

Links


Help end world hunger

Posts Tagged “mvc”

My Latest Tutorial: Creating a YouTube Search and Play Gadget with PureMVC

Friday, August 7th, 2009

I’ve had another of my tutorials published on the Flashtuts+ network: Creating a YouTube Search and Play Gadget with PureMVC. It’s a simple step by step guide on how to build a little gadget and teaches you three main things:

  1. Using PureMVC
  2. Using the YouTube Player API in AS3
  3. Working with GData

Check it out and tell me what you think!

Accessing The Stage Through PureMVC

Tuesday, July 14th, 2009

I got a tweet earlier today by @ninjaparade asking me for “any advice how to add an EventListener to the stage from a component in PMVC”, and suggested I wrote a blog post, so I’m doing just that.

If you don’t already know, PureMVC is a great framework for rapid building and maintaing of Actionscript 3 projects of any size, if you haven’t had a look at it yet, I suggest you read my tutorial on Flashtuts+.
(more…)

Speeding Up PureMVC Development, Part 2.1: The Mediator (2)

Thursday, July 9th, 2009

I recently wrote a post about speeding up development with PureMVC’s mediator. Now I’ve created a super mediator class that will defiantly help you speed up your code.

I mentioned before that I really didn’t like the idea of having to use “listNotificationInterests()” and then “handleNotification()” as these functions lead to unnecessary duplication of code and, if you’re like me, most of the time you use the “switch()” within “handleNotification()” to execute functions rather than writing a load code.
(more…)

Speeding Up PureMVC Development, Part 2: The Mediator

Thursday, July 2nd, 2009

Update: I’ve updated the mediator class now, here’s the post: Speeding Up PureMVC Development, Part 2.1: The Mediator (2)

Following my post about speeding up PureMVC development regarding the view, I’m now moving on to part two of my series on PureMVC: The Mediator.

It’s handy if you understand and/or have used PureMVC before, if not, have a read of my tutorial on using and understanding PureMVC.
(more…)

Speeding Up PureMVC Development, Part 1: The View

Monday, June 29th, 2009

After my tutorial on using and understanding PureMVC, I got around to write some classes that extended some of the core classes of PureMVC.

The main thing that got to me was the repetition of functions such as functions that send events from a view to the mediator and so on. I think it’s just much better if you can get away with creating a nice set of classes that extend the core and allow you to code that much better, so here they are:
(more…)

Fork me on GitHub