In a previous article,Flex vs. Ajax — both have their pros and cons,I listed some arguements about which one is better,but,Fjax–a new “technology”,to my utter amazement,it uses an XML file to pass data to a browser — except that it uses a tiny bit of Flash, instead of the browser, to parse the XML.Though I don’t know what the relationship is with Aflax(Developed by Paul Colton,a development methodology which combines Ajax and Flash to create more dynamic web based applications) and it requires something else to be installed(Though Flash’s penetration level is good),but I think it’s a well though and clean implementation.
List of The Most Great Web operating systems(19+)
WebOS gained popularity in 1999 when a much touted start up.”WebOS are services going to be utilized by thousands of companies – and will power the next generation of web applications?”,Alex Iskold said.
The following is a list of the most great webOS style system.Enjoy!
Whether Ntt.cc is in the Google Sandbox and how to get out of the Sandbox Effect
It seems that Ntt.cc was added in the Google sandBox. Ntt.cc was published in mid January 2008 and promptly ranked well for keywords at the first month,Very unfortunate it disappeared from the rankings(search result) since one week ago(Ntt.cc gets few visitors from Google since 2008/02/19 but I found that Ntt.cc also had good ranking with Google Webmaster Tool ).
Flex Module for Apache and IIS–folks using other languages like PHP, ColdFusion, ASP, JSP etc
Currently,when I build Flex applications, I compile the code and then run a browser that just points at the SWF file to test it.Compiling can be a huge time sink especially even I’m making small changes.So I tried to find some extendsion or plugin to improve my working efficiency. So lucky,I digged Flex Module for Apache and IIS,which will give developers the ability to code a Flex application and then run that code on the server just like most web technologies including ASP.NET or PHP.
Some Useful Flex Builder Shortcut Keys Which You Should Konw
If you can skillfully use Flex Builder shortcut keys it could advanced improve your working efficiency.The belows are some shortcut keys which you should know.
Sample Source Code For MD5(ActionScript)
MD5 (Message-Digest algorithm 5) is a widely-used cryptographic hash function with a 128-bit hash value. MD5 has been employed in a wide variety of security applications, and is also commonly used to check the integrity of data. It is very useful when you want to transfer encrypted passwords over the internet.Below is the source code and screenshot.
the Flex 3 final release at 2008-02-25 ?
I noticed that Matt(adobe member) noted Flex 3 final would be released before Beta 3 expired(here).Now confirmed,February 25 which is next Monday, FLEX 3 will finially be released!
Some Open Source Components For Adobe/Macromedia Flash
These great components for Adobe/Macromedia Flash,what should I say? enjoy them!
How to load Flash File in Flex 2
If you ever tried below code to load Flash(*.fla/*.swf) in Flex 2,you know <mx:SWFLoader /> tag ’s pretty limited.
- <mx :SWFLoader source="@Embed(source=sample.swf')" id="swf" x="0" y="0" width="400" height="580"/>

March 8th, 2008
Posted in
6,004 views