Adobe AIR and the API Feedburner: reloaded

Tuesday, 18 November, 2008

I rush of high tutorial Napolux, Flex 3, Adobe AIR and the Feedburner API, which shows how to write a simple application (or widget) using Adobe AIR Flex 3, to show how the exact same thing using Adobe Flash CS3. If you wish, also, you can use the extension for creating Adobe AIR applications. It is not necessary for the purposes of this tutorial, build the application executable as AIR, you can use the code proposed as a simple Flash movie from "affixed" to your Web pages.

Flex vs Flash

Although Adobe AIR appreciate how technology and how it was implemented in platforms HTML (Dreamweaver), Flash and Flex, are not "yet" quite well disposed towards Flex! I do not make a comparison with Flash Flex, despite many common features but also many differences. But I did not quite appreciate the political Adobe on this spinoff sometimes nonsensical. I would have preferred, instead, creating a unique environment (Flax) development and not this "useless" separation. Moreover, as a good programmer, those too "visual" I do not much like Flex and it seems destined to become dangerously similar to Visual Basic, which among other very well and know that I worked for many years. In short, Flex I really do not understand and I did not understand what Adobe wants to do with this branch. If Flex is listed as the ideal environment to write RIA what the fate of Flash? All the features of Flex, actually not available "directly" in Flash, could - if you want - be included without forcing to buy multiple licenses to develop - in the end - the exact same thing.

Continue to read ... "

Related Post

Create applications with Desktop Chrome Google and FireFox?

Tuesday, October 28, 2008

Chrome Google allows you to create Desktop applications from a Web page? In fact, as shown in the menu item, is simply allowed to create a shortcut to a shortcut that - in turn - opens a window without the address bar without all the frills of the browser. With this does not mean that we have created a Desktop, and we have just created a link to the same Google Chrome mode - so to speak-chrome-less.

Feature Simla, but more ambitious, had already been proposed by the Mozilla Foundation in 2007 through the Prism. This is certainly the most versatile and articulate, accompanied by a useful extension that allows you to create desktop applications menu of FireFox, like Google Chrome.

However, both solutions are far away from technology Adobe AIR. Before someone is confusing the good stress the substantial differences between a shortcut on the desktop, which opens a window without menus, and a desktop application true and proper.
Adobe AIR, in fact, unlike the solutions proposed by Google Chrome and Prism allows:

  • Virtually complete access to the system running the application with the ability to read and write files. Opportunity to extend its functionality through a DLL (dynamic link library), extensions and third-party products as SHU Player (see Distribute Adobe AIR: AIR Badge by a SHU Player)
  • It manages the application like any other system applications: installation and uninstallation

Related Post

FireFox 3 RC1 Acid 3

Tuesday, June 3, 2008

Acid 3 Test

We are on track than before! :)

Related Post

Distribute Adobe AIR: AIR Badge by a SHU Player

Wednesday, April 2nd, 2008

Adobe AIR applications have the advantage of being relatively limited in size due to file separate library runtime from Adobe AIR 1.0. This advantage, however, can become a real problem when it is preparing to deploy an Adobe AIR, both on the network (then the browser) is on a drive as a CD / DVD.

Continue to read ... "

Related Post

Four browsers: Acid 3 Test a disappointment ...

Friday March 28, 2008

To paraphrase the movie Four Brothers, here's who has passed the Acid 3 Test!

image

From top left: IE7, Opera, Safari, FireFox! All recent versions on Windows Vista 64 bit! A disaster! ;)

Related Post

Adobe AIR FAQ: all you need to know

Saturday 22 March, 2008

Running on various Blog (thanks Frank) and through discussions with Julius, I realized that in addition to interest at Adobe AIR, there is also much confusion, not wrong. Both developers and users still have not quite clear what, what you need and how developments in Adobe AIR. I decided therefore to collect the various discussions in this sort of FAQ to try to clear some 'what is actually hiding behind Adobe AIR. Continue to read ... "

Related Post

Reborn elements undolog.com

Tuesday, March 18, 2008

e-lementi.com - Digital Design & Branding

A total restyling my studio! Taste especially the part where I work included the latest efforts, prototypes and logo-restyling ;)

Related Post

Ggoal: search user generated all made in Italy

Thursday, March 6, 2008

Ggoal It was recently inaugurated a new and interesting experimental project sviluappato within Fluilink, Italian company specializing since 2001 in developing web applications and multimedia. Ggoal is a search engine that sees the contribution of the users its main innovation. No one spider or crawler is available! They are the subscribers to the system to provide keys and links to various topics. One of the objectives of Ggoal, sottolieato as one of its creators, Giulio Giorgetti, «[...] is to become step by step a search engine alternative to existing search engines by providing quality research and intelligent. " The beta version, issued in January 2008, already implements: research, sharing, navigation tags, bookmarking, wishlists, search engine customized for individual users. A guide video, available on this site, sets out in clear and simple functionality of the system. Continue to read ... "

Related Post

Flash CS3 Professional: not formatted code

Saturday, March 1, 2008

Who knows why I imagine Adobe with a list of bugs on the increase?. The bug that I found, as CS3 Professional Italian, is very troublesome and dangerous. Look at the following code:

Actionscript:
  1. getRandRange ( min :uint, max :uint ) :uint { private function getRandRange (min: UINT, max: UINT): (UINT
  2. uint ( Math . floor ( Math . random ( ) * ( max - min + 1 ) ) + min ) ) ; return (UINT (Math. floor (Math. random () * (max - min + 1)) + min));
  3. )

After the automatic formatting:

Actionscript:
  1. getRandRange ( min :uint, max :uint ) :uint { private function getRandRange (min: UINT, max: UINT): (UINT
  2. Math . floor ( Math . random ( ) * max - min + 1 ) + min ) ; UINT return (Math. floor (Math. random () * max - min + 1) + min);
  3. )

He removed the brackets in calculating max-min+1 That, of course, no longer returns the correct value! The bracket is vital because it allows multiply Math.random() the entire result of the (max-min+1) In the second case, after the code was "sformattato" Math.random() multiplied "only" max and then, the outcome of this material is removed (min+1) I explained only for reasons of completeness ... but I think that was clear to all ...

Obviously homemade Adobe really think that math is an opinion?
This is a dangerous bug on codes bodied ... If formatting "disturbs" the code, it becomes a serious problem going to throw everything's OK! I hope that Adobe supplies as soon as a patch! Then WARNING! Let me know if he does to you, your version ...

Related Post

Umapa Flash Component (Beta v0.6)

Friday February 29, 2008

image

It was released beta 0.6 component Umapa Flash CS3 (Actionscript 3.0) - the package is also a version for Flex. With more and we notice the adoption of OpenStreetMap as the default provider. Also added was an advanced manager Marker and a number of various optimizations.

Related Post