Posted in
Flex 3,
Web by Toan Nguyen on February 26th, 2008
Hello,
Yesterday was very big news to the community as Flex 3.0 Builder and AIR 1.0 were finally released. The Flex 3 Builder costs $249 and upgrade is $99, however the SDK is still available free and the trial of the full version is 60 days. Thank you to the Adobe Team for this great product and I know your already hard at work on Flex 4 (code named Dumbo).
Im currently downloading the trial now, cheers!
On the Yahoo Flash Developer Center they have have posted a new Yahoo Maps! AS 3.0 Component.
This is awesome for Flex 3.0 developers and I cant wait to see more innovative ideas and mashups. The following are instructions to add the component to your project:
To use the Yahoo! Maps component for Adobe Flex in Flex Builder, you need to add the component SWC to your Library path.
- Find your project in the Flex Navigator.
- Right-click on the project and choose Properties or open the Project menu and choose Properties.
- In the project properties dialog, choose Flex Build Path.
- Select the Library path tab, and press the Add SWC… button.
- Enter the location of the component SWC. It should be in
[download location]/Build/YahooMap.swc.
- Press OK in the Add SWC dialog.
- Press OK to close the project properties.
- The YahooMap component is now available in your project.
While many developers are hard at work to find an elegant solution to Flex and good search engine results ive decided to leave my new website pcdatasolutions.net on hold while I attempt to convert it over to a HTML, CSS and Javascript solution in which I could implement an eCommerce solution such as Magento in the future.
Now, in my efforts to be as search engine friendly as possible, I almost decided to not use Javascript but just PHP.
Enter Jaxer, the worlds first AJAX server from the creators of the Aptana IDE. Jaxer comes with the installation of Aptana 1.1 and was a breeze to setup. However I did have a hard time finding support for Ext JS 2.0, but I did find a generous contributor Markus Schmidleitner had created his own plug in which can be downloaded here.
From my investigation, Jaxer may be the first AJAX server but the idea of Javascript being executed on the server side is nothing new, however the fact that I can create dynamic pages with static HTML is what I was ultimately looking for.