Posts Tagged ‘brighton’

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…)

Ruby on Rails comes to Brighton

Thursday, December 28th, 2006

Its good to see some activity in the local Ruby on Rails community down here in Brighton. The place has always been a hub for traditional Web design and development, but up until now it has been hard to find Ruby aficionado’s who you can enjoy a beer with. Thankfully it looks as though this is about to change - James McCarthy is organizing a usergroup event down here in Brighton, aimed at hardcore Rails enthusiasts and novices. See you there!Brighton Ruby usergroup meetup (A meeting of Ruby on Rails novices and professionals in the Brighton area) [2007/01/09 19:00 to 2007/01/09 22:00] (more…)