Thank you Adobe AIR Team!
The Adobe AIR Team had a quick post up the other day offering a free pocket reference guide to the first few emails. I managed to wrangle one and it just showed up! Thanks Adobe!
The Adobe AIR Team had a quick post up the other day offering a free pocket reference guide to the first few emails. I managed to wrangle one and it just showed up! Thanks Adobe!
The front-end engineers certainly have their work cut out for them with the release if IE8 on the horizon. Albeit that this IS a Beta, and the FIRST of all public Betas, but still, all my sites generally mostly work (except those using google maps).
So far my experience with Safari 3 (on win32) has been a very good one. By far it is the fastest Javascript implementation I’ve ever seen. On top of that it’s compatibility is very very close to FireFox 2. We’ve seen only a few issues, specifically in regards to Flash implementations.
But I’m not here to [...]
how I love you
function rgb(r,g,b){
return r.toString(16) + g.toString(16) + b.toString(16);
}