Are you looking for Adobe Flex Developer in Australia?

Yakhnov Studio does not provide such services at the moment, but can refer you to our partners, who can help you. Contact us now!



Wallop Invitations

6 November 11:23 (EST)
Just got an access to Wallop and can send out invitations, simply drop me a line at dmitry (at) yakhnov (dot) info

To join Wallop, simply click on the link in the email you received and follow the instructions.

Click on names of people in your social network to explore what's new with your friends and their friends. In Wallop, the more you interact with your friends, the more you will appear connected.

Top 5 Countries For Flex

4 October 02:19 (EST)
Google Analytics shows following top 5 countries visiting this (Flex Developer in Australia) website since its launch about 10 months ago:

1. Brazil
2. United States
3. Australia
4. India
5. United Kingdom

Flash Player update available to address security vulnerabilities

17 July 21:59 (EST)
Adobe has issued three critical security updates, one of which is designed to stop a problem in the way the Flash player interacts with browsers, which could result in users' keystrokes being transmitted to attackers.

Adobe Flash Player 9.0.45.0, 8.0.34.0 and 7.0.69.0, as well as their earlier versions running on all platforms, are affected.

Adobe to Open Source Flex

27 April 2007 10:46 (EST)
SAN JOSE, Calif. — April 26, 2007 — Adobe Systems Incorporated (Nasdaq: ADBE) today announced plans to release source code for Adobe® Flex as open source. This initiative will let developers worldwide participate in the growth of the industry's most advanced framework for building cross-operating system rich Internet applications (RIAs) for the Web and enabling new Apollo applications for the desktop. The open source Flex SDK and documentation will be available under the Mozilla Public License (MPL).

What is Flex

30 March 2007 01:15 (EST)
Adobe Flex is an umbrella term for a group of technologies initially released in March of 2004 by Macromedia to support the development and deployment of rich Internet applications based on their proprietary Macromedia Flash platform.

Traditional application programmers found it challenging to adapt to the animation metaphor upon which the Flash Platform was originally built. Flex seeks to minimize this problem by providing a workflow and programming model that is familiar to application developers.

The goal of Flex is to allow Web application developers to quickly and easily build rich Internet applications. In a multi-tiered model, Flex applications serve as the presentation tier.

Flex features development of graphic user interfaces using an XML-based language called MXML. Flex comes with various components and features that make capabilities such as web services, remote objects, drag and drop, sortable columns, charting/graphing, built in animation effects, and other interface interactions simple. Since the client only loads once, application workflow is significantly improved versus HTML based applications (eg. PHP, ASP, JSP, CFMX) which require executing templates on the server with every action. Flex's language and file structure are seeking to decouple application logic from design.

© Wikipedia

News Aggregator

Reading 104 Flex blogs

  • My father supports my Flex work
    Doug McCune, 18 May 06:37
    No joke, I just got this shirt in the mail from my dad. Thanks Dad.
  • Setting the step size on a NumericStepper control in Flex
    Peter deHaan, 17 May 15:44
    The following code shows how you can adjust the step size on a Flex NumericStepper control by setting the stepSize property. Full code after the jump.
  • Consulting Interviews: Getting Through Recruiters
    Jesse Warden, 17 May 09:41
    The first part of consulting is having the initial meeting with the client. Using the Consulting Process, you identify the client’s problem, and determine if you are capable of fixing it. Not currently being with a firm causes me to scout for work (pouring through a TON of emails and phone calls, not [...
  • RIALogger updated to v1.6
    Renaun Erickson, 17 May 08:48
    The release of RIALogger v1.5 for AIR 1.0 was not very stable and was in between a transition period. I originally thought I would get around to update it quicker. Well I finally updated to be more stable and better performance when viewing large amounts of data. A new UI update will hopefully come after this. Get the newest application here.
  • Source | Embed Google Map into a Flex application
    Carlos Pinho, 17 May 06:56
    Good example by Andrew Trice, showing how to embed the bright new Google map into a Flex application.
  • “LiveHelp / Call Center” Application Source Code
    Christophe Coenraets, 17 May 06:27
    I recently posted an example of a “Live Help / Call Center” application built with Flex and BlazeDS. A number of you have asked me for the source code. So here it is… Installation instructions Install BlazeDS or LCDS. Download the client-side of the application. The end-user application is mortgageapp.mxml, and the support representative application is callcenter.mxml. Download and [...
  • Flash Player 10 Released - Code Name “Astro”
    Matthew Wallace, 16 May 23:37
    Flash Player 10 beta, code name Astro is out. I just checked out a great video by Lee Brimelow on http://gotoandlearn.com that will get you up and running with Flash Player 10. Here is the link. http://www.gotoandlearn.com/player.php?id=73. You can check out the Adobe Labs site for instructions for setting this up and using Flex Builder if you [...
  • Adobe's David Coletta on Buzzword's Automated Testing Framework
    Daniel Rinehart, 16 May 23:26
    This past Tuesday the Boston Flex User Group held its second meeting. David Coletta from Adobe's Buzzword team spoke about Automated Testing Framework. This was a deeper dive into the topic he presented at Flex Camp Boston 2007. I counted about 50 people at the meeting. It was a very interactive session with a bunch of good questions coming from the audience. Below are my rough notes from the presentation. David's has a long background in development but hasn't programmed in Flash.
  • Video Tutorial | How to Compiling for Flash Player 10
    Carlos Pinho, 16 May 18:59
    Lee Brimelow as just posted a new tutorial teaching you how to get started with creating content for Flash Player 10.
  • Restricting which characters a user can type in a TextInput control in Flex
    Peter deHaan, 16 May 13:52
    The following example shows how you can restrict which characters a user can enter into a Flex TextInput control by setting the restrict property. Full code after the jump.