Appcelerate your RIA development!

Stop searching for all the pieces to the RIA puzzle — Appcelerator has everything you need to build RIAs and SOA-based services the way you want — while being flexible enough to support the frameworks, toolkits and widgets you’ve grown to love. Start building RIAs with more functionality and less code. Discover the speed advantages of Appcelerator, and accelerate your application development today.


Rich Internet Solutions

Whether you’re looking to teach an old app new tricks by adding a more sophisticated UI, or looking to create a new rich Internet application (RIA), Appcelerator makes it easy for you to code smart, code fast and code strong. Here are some of the solutions we offer today:

Customer Success

Request Info

Recent News

var messageName = 'l:update.billboard'; if(Appcelerator.Browser.isIE6) { messageName = 'l:update.billboard.ie'; } if(this.data.direction) { if(this.data.direction == 'forward') { currentBillboard++; } else { currentBillboard--; } } $MQ(messageName, billboards[(currentBillboard + billboards.length) % billboards.length]); $MQ('l:init.billboard', billboards[currentBillboard % billboards.length]); $MQ('r:corporate.contact', {first_name: this.data.your_name, last_name: '', email: this.data.your_email, requested_info: [this.data.your_message], source: 'corp_web', 'subscribe': this.data.subscribe}); if(!Appcelerator.Browser.isIE6) { $('big_logo').src = "images/big_app.png"; }