The guys from 280 North have been hard at work completing a couple very impressive tasks. First, 280Slides.com is up and running in beta. It’s a simply amazing Keynote knockoff that takes web applications to an entirely new level. Seriously, if more web applications were this easy to use, more of us would be using them. The second feat accomplished by the guys is the pending release of a new framework called Cappuccino, based on the newly created Objective-J language. What does this mean for everyone?
I’ve already touched on the biggest impact for users: interface improvement. 280Slides looks and acts just like a real desktop application. All the standard keyboard shortcuts for copy/paste and undo/redo are supported right within the web app itself. Take a minute to tour the application and see how it compares to other online presentation applications. It feels more like Apple’s own Keynote, right?

Developers have even more reason to be excited. The whole Javascript/HTML/CSS design process to manipulate the DOM is abstracted to a higher layer with the introduction of Objective-J. The Objective-J language allows developers to write code in a style more like writing for traditional desktop applications. The developer doesn’t directly interact with the DOM or style the page with CSS. Instead, Objective-J itself manages all the views and drawing the objects to screen. More so, the Cappuccino framework provides functionality that is traditionally lacking from other Javascript frameworks, such as:
- copy/paste
- undo/redo
- document management and archiving
- vector graphics
- animations
This is a tremendous advantage for developers, allowing focus to be placed on the unique aspects of the web application itself. Cappuccino will be open-source and available soon, so keep a lookout at the Objective-J website. I think that we will see some amazing applications begin to rise in the future and this might possibly fuel a new era of apps on the web.
Also be sure to check out a newer article about SproutCore, a similar Javascript framework already released and in use in Apple's MobileMe platform.

Chat via AIM



June 18th, 2008 at 8:10 am
Whoa! This is an amazing application. I cannot wait for the frameworks to become available to developers. This will advance web apps very fast!!!!