Adobe’s Hero, The Flex Mobile Framework.

I am curious about Adobe’s Hero, Lately heard a lot about that as a mobile flex development framework. If any one has experience and view about this framework please comment and pont to the right tutorials and examples.  http://opensource.adobe.com/wiki/display/flexsdk/Hero In brief about Adobe’s Hero, the Flex Mobile Platform Adobe is currently building new mobile development capabilities into the Flex framework. The next version of Flex, codenamed “Hero”, will enable developers to create application experiences that translate well across platforms, and make it easy to build applications that work well on a wide READ MORE...
 

Flex 4 ACE Exam

For those preparing for Flex 3 Start on preparing for flex4 certification  it is available. Here is the information about Flex 4 certification.  here is the information from Adobe Site.  A few daya back I had mentioned this on my post. http://www.flexcertification.com/flex-4-certification.html Adobe Certified Experts (ACEs) set themselves apart from other IT professionals. They consistently demonstrate expertise with Adobe products and platforms, and add value to colleagues, managers, and their own careers. The Flex 4 ACE Exam is based upon the most critical job activities that a Flex developer performs. The skills READ MORE...
 

Flex Certification Practice Exam

Flex ACE Certification Practice Exam Adobe Certified Experts (ACEs) set themselves apart from other IT professionals. They consistently demonstrate expertise with Adobe products and platforms, and add value to colleagues, managers, and their own careers. The Flex 4 ACE Exam is based upon the most critical job activities that a Flex developer performs. The skills and knowledge certified by this examination represent a professional level of expertise for a certified individual.  Try out these practice questions to get a feel for the types of questions on the ACE exam. Please note that READ MORE...
 

Adobe MAX 2010 October 23-27, Los Angeles, CA

Upcoming Adobe MAX 2010 October 23-27, Los Angeles, CA MAX is a unique opportunity to connect with thousands of designers, developers, and business leaders as we shape the future of digital media together. Discover how to realize the full potential of your content and applications. Find new opportunities presented by rich experiences across screens. Explore new methods for monetizing content. Learn about innovative technologies that enable designers and developers to work together more effectively. Join us and get inspired. MAX 2010 is an amazing opportunity to learn new skills, explore READ MORE...
 

What is the Cost of Flex Certification?

Let me answer this question. The price in North America for the Flex 3 with AIR Exam is $150 (U.S.), payable via a valid credit card at the time you register for the exam. Pricing outside North America varies by country. So Let me look into what is the Price By country and I will try to list the price. Also I request if you know what is the Price of Flex certification in your country Please write down so that It can benefit others. This price is only for READ MORE...
 

Flex Certification eBooks

Here For those who do not like to buy expensive  books, there are lot of  ebooks which are free or available at a very low rates on the Internet which can be used to gain the required knowledge for flex certification. Flex eBooks on Kindle Flex 4 Cookbook Real-world recipes for developing Rich Internet Applications By Joshua Noble, Todd Anderson, Garth Braithwaite, Marco Casario, Rich Tretola, et al. Publisher: O’Reilly Media / Adobe Dev Library Released: May 2010 Pages: 768 Topics include:
  • Using Spark Component
  • Text Layout Framework
  • Groups and Layout
  • Spark List READ MORE...
 

Flex Certification Preparation – Day 2

On Day two I wanted to know what type of questions will be there in the Flex Certification Exam. So I googled for some sample questions. I did not find any good resource listing the practice questions. Here in this blog I will describe and compile the resources I found which may be useful for flex certification prepration. I came to know about an AIR application which helps you prepare for Flex Certification. It’s called Attest. The app is free for personal use and I think it’s a great help READ MORE...
 

Flex Certification Preparation – Day 1

On the first day, I searched for Flex certification on google. Few results for my flex certification query results were. Adobe Flex 3 with AIR ACE Exam: Now available | Adobe Developer I become Adobe Certified Expert on Flex 3 with AIR, I suggest how to prepare the exam Flex and AIR certification, a developer’s experience Went through the following document. The required information about the Adobe Flex 3 with AIR Exam # 9A0-082 is availabe in the following document: Adobe Flex 3 with AIR Exam Preparation Guide (PDF, 56K).   Adobe Flex 3 with AIR Exam READ MORE...
 

Flex Certification Book

The book for preparing for flex certification in my opinion is  ”Adobe Flex 3: Training from the Source”. This book is from Adobe so it covers all the topics required for certification.   Or may be I should say that there is no official book for flex certification but in order to pass flex certification you will have to cover  all the topics using various reference materials. Please checkout the details at http://www.flexcertification.com/flex-certification-reference-material.html

Adobe Flex 3: Training from the Source

Product Description

Part of the Adobe Training from the Source series, the official curriculum from READ MORE...
 

Observer patter Implementation in flex

{ public class Observe extends Observer { private var _handler:Function; private var _source:Object; override public function get handler():Function { return _handler; } public function set handler(value:Function):void { _handler = value; if (value != null) { isHandlerInitialized = true; if (isHandlerInitialized && isSourceInitialized) { callHandler(); } } } override public function get source():Object { return _source; } public function set source(value:Object):void { _source = value; isSourceInitialized = true; if (isHandlerInitialized && isSourceInitialized) { callHandler(); } } } }
 
 
 
 

» archives

» recent comments

  • Arun: Thank You.....
  • admin: Effortless Flex 4 Develo...
  • admin: Flex 4 Cookbook - http:...