public
Description: Powering AIR with Rails samples.
Homepage: http://flexonrails.com
Clone URL: git://github.com/danielwanja/railsconf2008.git
name age message
file .gitignore Tue May 27 19:47:58 -0700 2008 Latest updates [danielwanja]
directory 01_AIRBrowser/ Thu May 29 11:13:32 -0700 2008 Adding prepacked AIR apps [danielwanja]
directory 02_HelloBlog/ Thu May 29 11:13:32 -0700 2008 Adding prepacked AIR apps [danielwanja]
directory 03_WebSnippet/ Thu May 29 11:13:32 -0700 2008 Adding prepacked AIR apps [danielwanja]
directory 04_HTMLFileBrowser/ Thu May 29 11:20:52 -0700 2008 Added packaged AIR apps [danielwanja]
directory 05_OfflineCampfire/ Thu May 29 11:11:03 -0700 2008 cleaned up campfire client code, produced air file [Tony Hillerson]
directory 06_S3Browser/ Thu May 29 11:13:32 -0700 2008 Adding prepacked AIR apps [danielwanja]
directory 07_SQLExample/ Thu May 29 11:20:52 -0700 2008 Added packaged AIR apps [danielwanja]
directory 08_PhotoBooth/ Thu May 29 11:13:32 -0700 2008 Adding prepacked AIR apps [danielwanja]
directory 09_TwitterSpider/ Sat Nov 01 20:46:42 -0700 2008 Realigned with new Twitter HTML structure. [Daniel Wanja]
directory 10_TwitterFriends/ Thu May 29 11:13:32 -0700 2008 Adding prepacked AIR apps [danielwanja]
file README Thu May 29 10:42:33 -0700 2008 Added MIT license to code [danielwanja]
directory cookbook/ Tue May 27 20:39:26 -0700 2008 cook book [danielwanja]
directory research/ Wed May 28 22:04:04 -0700 2008 Code cleanup [danielwanja]
directory slides/ Thu May 29 11:40:45 -0700 2008 added some more informational slides, exported ... [Tony Hillerson]
README
Projects to demonstrate Powering AIR with Rails.

Release under the MIT License (http://www.opensource.org/licenses/mit-license.php). Third party code included may have 
different/own licenses.

01_AIRBrowser 
  mx:HTML
  dougmccune CoverFlowContainer

02_HelloBlog
  ActionScript/Javascript Brige
  Drag Drop API

03_WebSnippet
  javascript injection using HTMLComponent
  File
  Sprite/drawing API
  Window API
  Bitmap manipulation
  
04_HTMLFileBrowser
  File System Access
  AIRAliases.js

05_OfflineCampfire
  Windowing API
  flash.desktop.NativeApplication
  DockIcon
  SharedObject

06_S3Browser
  flash.filesystem.File.upload
  HTTPService + REST (list, create, delete)  
  attachment_fu (S3)
  
07_SQLExample
  sql lite from AIR
  
08_PhotoBooth
  flash.media.Camera
  flash.media.Video
  flash.net.URLLoader
  attachment_fu (file)

09_TwitterSpider
  Charting API
  DataGrid/Filtering
  
10_TwitterFriends
  com.adobe.flex.extras.controls.springgraph
  twitter4r

Enjoy,

Daniel and Tony!


/research - (projects that didn't make it for the presentation)

07_VideoMessenger
  uses SimpleFlvWriter.as (not efficient, no sound)
  
07_VideoMessengerWithStreaming
  uses  haxevideo (written in Haxe and Neko) for rtmp protocol
  flash.media.Video
  flash.media.Microphone
  flash.net.NetConnection
  flash.net.NetStream

09_PortfolioViewer
  CartesianChart, HLOCChart
  HTTPService

13_SQLSync

14_ChartExplorer