So continuing on with my discussion with Jaxer, the new product from Aptana, today I got my hands a bit dirty with the code. I've complained previously about the lack of documentation, so please bear in mind that any code sample I show will probably not be 'best practice' - but since there isn't any best practices doc, I can't be wrong, right? (Of course, by the time I post this, I bet there will be one.)
There's a brand new web conference on the circuit called Singularity. The conference looks like to have great line up of web luminaries already including Derek Featherstone, Molly Holzschlag, Joshua Hirsch and many more. There's a twist to this conference though in that it's online.
Every fledgling technology has misconceptions about it until people get more exposure to it, have used it, have developed with it, and understand the intent and limitations of that technology. AIR is no exception. Robert O'Callahan made a couple remarks concerning AIR, highlighting these misconceptions such as sandboxing applications and the ability to use custom chrome. Jonathan Snook looks to clarify why sandboxing isn't necessary and why custom chrome shouldn't be feared.
Native clipboard support is an essential element of OS integration within AIR. Its use can be a simple as copying a line of text from one document to another or as complex as passing references to an array of files from one application to another. In this tutorial I will demonstrate the basics of the Clipboard functionality that is included with Adobe AIR.
Need to check how small you can compress your JavaScript code with various common compression utilities such as Gzip, JSmin, Dojo Skrinksafe, Packer and YUI Compressor? To avoid having to download and install all the various tools you can use CompressorRater to quickly determine which compression technique will be best for your code.
Here's the second installment of my mini-series on Flex graphics tricks. The first one was about using masks with Flex objects to create interesting effects. There are lots of cool thingsthat you can do with masks, but this time I am going to focus on graphics blend modes.
As web based collaboration apps become more accepted and used it's forcing developers to clients and servers in sync in near real-time. Tools and frameworks that make it easier to keep all instances for a client in sync are very helpful. Juggernaut is a Ruby on Rails plugin that uses Flash sockets to do Ajax "Push".
Late last week I discussed
the launch of Jaxer by Aptana.
Jaxer's idea is simple. Take the same JavaScript knowledge you use in
building rich internet applications and apply them to the server side as
well. I've taken some time to play more with Jaxer and I'd like to show
some of what I've learned so far.
The web has moved beyond the traditional website into an entirely new arena. Desktop-capable web applications are emerging for nearly every industry.
A few areas that seem to be exceptionally "hot" include Productivity Applications, Graphics Applications, Mapping, Internet TV, Integrated Development Environments, Messaging and Analytical Applications.
At Web Directions North this week, taking place in the beautiful city of Vancouver, Canada, InsideRIA's very own Andre Charland will be presenting a session on Adobe AIR. Walter Smith will also be taking part in this session to talk about Microsoft Silverlight.
One of the difficulties for rich internet applications (RIA's), is attempting to preserve the traditional browser experience for the user. With Flex applications, there are several barriers to this kind of experience. First, end users are used to using... Continue Reading
Introduction AsUnit is an open source framework for unit testing in Flash. AsUnit provides a low level automated testing system that is your first line of defense for catching bugs in your application. The concept of unit testing has been... Continue Reading
Changing Position- Move that 3D Thing! If you’re anything like me, you remember how excited you were years ago when you first wrote a simple line of code, ball._x++, in an onEnterFrame event and gleefully watched a ball fly across... Continue Reading
Learning Flex 3 Editor's Note: We've excerpted Chapter 6 from Learning Flex 3 for InsideRIA readers who may be considering giving Flex a try and who need a get-up-to-speed tutorial on handling user input in Flex. Learning Flex 3 is... Continue Reading
Recent Comments