Posts Tagged ‘AIR’

New city, new blog post!

Thursday, April 10th, 2008

I do feel like I have been neglecting this blog a bit over the past few months, but unfortunately moving from one country to another tends to take up a fair amount of time.

I’m now nicely settled in New York City, and have furniture in my apartment! All in all, the transition has been quite smooth, and I’ve found everyone to be friendly - obviously, I’m sure my charm and English accent has also played a part!

Last Wednesday I went along to Flash Coders New York, which was great fun, with an excellent presentation by Seb on the Arduino board, which allows you to do a bit of home electronics hackery, controlled by Flash.

In other news my book, Creating Mashups with Adobe AIR and Flex 3.0, has gone off to the printers and should be on the shelves come April 28th. More on that over the coming weeks, but in the meanwhile, I would heartily recommend that you go and check out Adobe AIR.

More soon…

Looking Backwards and Forwards

Tuesday, January 1st, 2008

As another year draws to a close, its perhaps time to take a look back at what has been happening and of course, expectations for the coming year. Plus, now that I’ve finished my last big social engagement before new years, it seems as though I have some time on my hands!

2007, a look back

One of the big things that has happened this year was of course the announcement and launch of the iPhone. If you have managed to miss that one, then I can only imagine the amount of beer you must have been drinking to dull the outside world!

The iPhone

I have one, its a sexy phone, and in many ways I think has got people thinking about different ways we can interact with our technology, rather than relying on old conventions. The iPhone has also, I think, started to really drive a shift in how network operators look at data. In the US it has let to mobile operators taking the first steps towards embracing the concept of ‘unlimited’ data; whilst in more advanced European markets we are seeing greater competition between operators and also a push towards creating ubiquitous wifi access plans for customers.Its not the best phone in the world, with no support for things I have been used to, such as MMS. Plus, it has a really rubbish camera compared to my previous Sony Ericsson Cybershot, but its sheer usability would make me hard to take that step back.Hopefully, this will be the catalyst for more cool and innovative devices over the next year.

Operating System Wars

February marked the release of Windows Vista, which no-one seemed to notice.With many early adopters going back to XP, it seems as though Microsoft tried to bite off a bit too much with this one, ending up delivering an operating system which sucks resources and alienates existing users with its new features.October marked the release of OS X Leopard from Apple, which a few more people seemed to notice.With many early adopters going back to Tiger, it seems as though Apple perhaps let this cat out of the page a bit too early, delivering an operating system that adds many fantastic incremental enhancements but at the sometime has managed to alienate existing users with a slew of annoying bugs.

The Social Geek

One of my personal highlights has been the explosion of geek events over the past year - from the usual skillswaps and networking sessions to wine and cider tastings. I’m not sure if this has just been a Brighton thing, but it is fantastic to be working in an industry with so many diverse, skilled and interesting people.

Another Bubble?

Its been like the late nineties all over again, with massive investments in technology and innovative web applications springing up left right and center. Too be honest, I think its a serious problem as soon there will be no domain names left! We already have web applications dropping vowels ll vr th plc, Shakespr would turn in his grave!One thing I’ve noticed is that innovation still seems to be in place, but this time around many of the business models seem to be a lot more conservative. Hopefully because of this, we are not on the brink of another crash.

Micro-whats?

Last year, one of my predictions was that microformats would be one of the next big things to hit us this year. Looking back, I seem to have got that one a bit wrong. Whilst many sites have implemented them into their markup, I think various community issues and the lack of any decent applications which consume them; has really hit hard.Although they serve a worthy purpose, putting a semantic structure around complex data types and this making them easier to parse and detect, I don’t think they are going to be the next big thing. For a start there is very little consensus around many of the specifications in development, hindering their adoption and leaving developers to go and mark up their data in their own way. Instead, the next big thing I think is going to be data detection at the OS level.One of the cool things about Leopard is how you can hover over an e-mail signature and automatically import a person into your address book, with excellent accuracy. No strings or hCards involved! Rather than relying of developers to standardize on a markup sub-format, lets put more energy into recognizing data. I would expect Apple’s data detection technology to work its way into Safari and other applications soon enough.

2008, the year ahead

So what about 2008, lets have a look.

Browser Wars

The recent legal challenge to Microsoft, by Opera Software, over Internet Explorer’s poor standards compliance is an interesting one. I think ultimately it is a bit pointless, but we should also realize that Microsoft are in a position to do something substantial with their browser.For a start, IE8 has a new rendering engine which passes the Acid2 test - that in itself is an big win for web developers everywhere. What could really be game changing is if that engine was in fact Webkit - lets stop it with proprietary rendering engines each with their own quirks and embrace common platforms, giving web developers of the future a few less things to worry about!

AIR Heads

Q1 will see the release of Adobe Integrated Runtime (AIR), which I have been excited about for a while. Mainly because it offers a viable and straightforward route for web developers to create widgets and applications for the desktop. With the ubiquity of the Flash player, and the many exciting developments this year and on the board for the Flash Platform, I can see AIR doing well.What makes me so positive about this is the open relationship Adobe are forging with the development community. Proactively seeking input and critique of their software and strategies, and at the same time releasing things such as Flex and AMF as open source. Things have definitely changed for the better.

Personal Stuff

On a personal note, 2008 should be interested for two reasons. The first being that I have recently accepted a new role, one which should open the door for some interesting projects and technology work. Sadly, it does also mean I will be leaving Brighton (I’ll be back!) for the shiny lights and hustle of New York City - a nice adventure!The second item has been on the cards for most of the past year, I have a book coming out later in the year dedicated to Creating Mashups with Adobe Flex and AIR which I have been writing with my good friends David and John. Quite exciting, though Amazon continually seem to be discounting it, which may not be a good sign! Get your pre-orders in today!Also on the drawing board is a blog redesign, which I have been working on for a while… watch this space! (more…)

SkillSwap Aftermath!

Friday, July 20th, 2007

Thanks to everyone who came along to the SkillSwap on Wednesday - I hope you enjoyed it and learned something!
The slides are online and available for download (11Mb PDF), and if you have any questions, please post them in the comments or drop me an email.
In response to the person who asked “Is there any screen capture functionality within AIR?, I’m afraid at the moment the answer is no - its not in the roadmap for the 1.0 release as far as I can tell. However, if you just want to capture the AIR application itself, then it should be possible to save just that window as bitmap data using AS3.0.

var capture:BitmapData = new BitmapData(UIComponent(mx.core.Application.application).width,UIComponent(mx.core.Application.application).height);var m:Matrix = new Matrix();capture.draw( UIComponent(mx.core.Application.application), m );

If you are looking for screen-sharing options, then I would heartily recommend Adobe Acrobat Connect which is just great for presentations and/or collaborative working.

(more…)