InfoQ Homepage JavaScript Content on InfoQ
-
Introduction to SproutCore
Mike Subelsky discusses the SproutCore JavaScript framework, desktop vs browser development, key/value observeration, data bindings, demos, SproutCore features and API, and example SproutCore apps.
-
JavaScript: Measuring Performance, Games, and Distributed Testing
John Resig touches three JavaScript issues: performance measuring, creating games and performing distributed testing.
-
Developing JavaScript Desktop Applications
Appcelerator's Titanium allows to build and deploy desktop applications which run seamlessly on Windows, OSX and Linux desktops using Javascript and HTML. Also: how Titanium compares with Adobe Air.
-
Interoperable JavaScript-Based Client/Server Web Applications
Kris Zyp on protocols, standards, and tools for building web applications using a consistent end-to-end JavaScript model. He exemplifies with DOJO and Persevere. Key topics: JavaScript, JSON, REST.
-
PhoneGap: Mobile Applications with HTML, CSS and JavaScript
Brian LeRoux presents PhoneGap, a mobile web framework for creating phone applications using just HTML and JavaScript without having to programm in phone’s native language, Objective C, Java or C++.
-
Failure: An Illustrated Guide
Avi Bryant explains the iterative process that led to the concept, implementation, and UI of Trendly (http://trendly.com/ ), using Smalltalk, Javascript, Ruby and Java in the process.
-
Real Time Web with XMPP
After an introduction to XMPP, Jack Moffitt presents Strophe, a library for writing XMPP clients, and he demonstrates sample code showing how to program against it.
-
JavaScript in the Enterprise
Attila Szegedi discusses Javascript in the enterprise, scalability, architectural solutions, continuations, organizational benefits and challenges, code quality, modularity and threading.
-
DSLs in JavaScript
Though often dismissed as a toy, JavaScript is very powerful and includes many features. We'll take a look at a leading example of a JavaScript DSL, JSSpec and show how JavaScript can suit your needs.
-
Ruby Go Mobile Web
This talk from FutureRuby shows how to create device neutral mobile applications with PhoneGap using HTML5 and Javascript, while still getting access to device features like the camera.
-
Introduction to Cappuccino
Francisco Tomalsky introduces Objective-J, an Objective-C inspired language on top of Javascript, and the Cappuccino framework built with it, which were used to create http://280slides.com
-
Testing Your Presentation Layer
Yehuda Katz shows how to test a web app's UI using technologies such as Johnson (Ruby to Javascript bridge), jspec (BDD for Javascript), Webrat and others.