myFeedz and Flex

This cool new application is using the API exposed by myFeedz to provide a different view on the informations.

What i like about this application is that you can browse through the related tags and go on a path that can start with Flex and discover almost anything from the blogosphere. It kind of reminded me of the Finder from Mac OS X in terms of navigation technique, however I liked that application enough to compile a mc and use it.

The only thing that needs some more polishing is maybe the article list that is a bit to plain for my taste.

myFeedz Flex mashup

Flex has become more accessible

The Flex module for Apache and IIS provides web-tier compilation of MXML and ActionScript files on Apache and IIS web servers. This lets you rapidly compile and test an application by simply requesting the main application file from a web browser, similar to working server-side scripting languages like PHP, ColdFusion or JSP.

That means that writing a Flex application has become easier then ever. All you have to do now is to write your MXML and ActionScript code in any editor you want and just go into the browser and hit F5.

You can find more details and download it at Adobe Labs

Flex - 2007 Amgen Tour of California

A very cool Flex application has appeared on the web.

Adobe Tour Tracker

This application allows you to track the progress of bikers on different stages of the contest and to see pictures along the track. If you are passionate about this you can also see a lot of statistics.

And everything is over imposed on a Yahoo map.

I really enjoyed looking at the pictures (I’m not into cycling) along the track.

I know regular expressions!

Yes, I do. However this is not the subject of the post. I found out a very nice cartoon about regular expressions. A geek joke.. :D .

FLEX is free.

First of all, great news, Flash 9 has been released for Linux. That has many implications, one of them is that we can develop Flex now also on Linux :D.

Next week I will be at MAX and I just wait to be there. As it is hold in Las Vegas the conference it will be great.

There are some things that are happening and should be checked out:

  • a presentation of Flex and Ajax working together on top of Java to create very powerful applications by combining the best features from the two worlds
  • Apollo - a cross-platform runtime being developed by Adobe that allows developers to leverage existing web development skills (Flash, Flex, HTML, AJAX, PDF) to create and deploy rich Internet applications to the desktop.
  • Acrobat 3D

See you there.

Flex Regular Expression Tester">Flex Regular Expression Tester

There is already on my site a JavaScript regular expression tester. I’ve been using it for a long time to help me with the regular expressions that I have written.

As I am becoming more and more familiar with Flex I have decided to write also one in it. It was a very simple job and the Flex Builder helped me a lot in drawing the interface. As in any other visual editor, one only has to drag some components onto the canvas and that is all. Attach a method to a button and..

Have fun with it. Right now is just a translated version of the JavaScript one but as Flex allow for a more interesting interface I will try to improve it.