Yehuda Katz Discusses SproutCore

Published January 12th, 2011 Under Javascript | Leave a Comment

Yehuda Katz discusses the SproutCore open source JavaScript framework. SproutCore is an HTML5 application framework for building responsive, desktop-caliber apps in any modern web browser, without plugins.

http://www.infoq.com/interviews/yehuda-katz-sproutcore

Introduction to SproutCore

Published February 1st, 2010 Under Javascript, Open Source Tools | Leave a Comment

In this presentation from JSConf 2009, Mike Subelsky gives an introduction to SproutCore, a JavaScript application development framework. Topics discussed include the philosophy behind SproutCore, the differences between desktop and browser development, key/value observeration, data bindings, demos of SproutCore, SproutCore features and API, and examples of SproutCore applications.

http://www.infoq.com/presentations/subelsky-sproutcore-intro

SproutCast 001

Published January 27th, 2010 Under HTML, Javascript, Open Source Tools | Leave a Comment

SproutCore is an open-source platform for building fast rich cloud applications on the web. Specifically, the tools we develop are suitable for building large-scale applications that scale to many millions of users across many different devices. Episode 1 of Sproutcasts, covers the basic layout of a new SproutCore application, what each file does, and how to get it all running. UPDATE: When installing the gems, you will now need to install `jeweler` instead of `bones`. Also the rake command to install the gem, is now `sudo rake install` instead of `rake gem:install`

Introduction to SproutCore

Published October 5th, 2009 Under Javascript, Open Source Tools | Leave a Comment

Mike Subelsky shows you the inner workings of SproutCore, a JavaScript library.