Flash, Internet Explorer and Firefox new releases

We had so many milestone releases today!
Flash player 9 for linux is probably the most exciting news.
Second, Microsoft announced Internet Explorer 7. (even if I dont like at all the new look).
Last but not least Firefox 2 is on the way!
Today the Firefox 2 Release Candidate 3 have been released (with Javascript 1.7 support and with Google suggest integrated).

Red5 with javascript python ruby and coffee?

Red5 (the opensource flash multimedia server) will support server side javascript, Ruby, Python and Java?
That’s terrific!
Well, it seems the next 0.6 RC1 version of Red5 will do that! The release is scheduled by next Monday and if that’s true I definitively will find the time to look inside it 🙂

Mozilla Firefox 1.5 Beta 1 Released

FireFox 1.5 Beta 1Mozilla Firefox 1.5 Beta 1 is now available for download. This is the first beta release of the next major Firefox, which will be widely promoted to end-users, is scheduled for later this year.
New features include an improved software update system, faster Back and Forward navigation (I’m testing it and it’s really fast!), a feature for clearing private browsing data, drag-and-drop reordering of browser tabs, a redesigned Options/Preferences window and better popup blocking. Web standards support is also improved:

  • Support for Scalable Vector Graphics (SVG)
  • JavaScript 1.6 and more CSS
  • Accessibility is also better (including new DHTML accessibility features)
  • Security has been enhanced and there’s now greater support for Mac OSX

Please note that installing FireFox over previous version will disable almost all downloaded extensions which are not compatible with this version of Firefox.
Beta 2 is scheduled for release on Wednesday 5th October and the first release candidate is due on Friday 28th October.
http://www.mozilla.org/projects/firefox/

Flash/Javascript Integration Kit

As just read on the Mike Chambers blog, here the link to the beta release of the Flash/Javascript Integration Kit (How can i miss it?!?)
It works on these browsers/OS:
* Windows IE 6.0
* Windows Firefox 1.0
* Windows Opera 8.0
* Macintosh Opera 8.0
* Macintosh Firefox 1.0
* Safari 1.2.4 and 2.0
* Linux Firefox 1.0.4

and it can be possible to communicate passing complex object data type such as:
* objects
* arrays
* strings
* numbers
* dates
* booleans
* nulls
* undefined

In the installation page there’s also an example of the usage in flash:

import com.macromedia.javascript.JavaScriptProxy; 
var proxy:JavaScriptProxy = new JavaScriptProxy(); 
proxy.call("javaScriptMethodName", "arg1", new Object());

See docs here: http://www.osflash.org and http://weblogs.macromedia.com/flashjavascript/readme.html

http://weblogs.macromedia.com/flashjavascript/

Javascript quick reference

I was reading Christian Cantrell‘s weblog and i found a very useful link which display in the left sidebar of your firefox browser the javascript reference (css, dom, xsl, html, unicode tools).
In order to use check it out by saving this URL as a bookmark, and checking the ‘view in sidebar’ option in it’s properties: http://lachy.id.au/dev/mozilla/sidebar/sidebar.xul
Also very very useful the unicode tools

http://lachy.id.au/dev/mozilla/sidebar/sidebar.xul