InfoQ Homepage JavaScript Content on InfoQ
-
Titanium- What’s it All About Appcelerator? Part 1 of 2
Appcelerator, through its Appcelerator Cloud Services (ACS) and Titanium Cloud Services, is a major Mobile Backend as a Service (MBaaS) provider. There are two main approaches to developing a mobile app on Appcelerator. One is the self-titled “Appcelerator Platform.” The other approach is Appcelerator’s version of the JavaScript-based open source multiplatform code optimizer, Titanium.
-
Essential Studio for JavaScript Released with 30 Controls for LOB Based Windows Store Applications
Essential Studio for JavaScript recently released by Syncfusion includes over 30 controls to enable developers to build intuitive line-of-business (LOB) applications for Windows Store.
-
Brian LeRoux on What's New in PhoneGap 3.0
Mobile software is taking the world by storm and building mobile applications using web technology has never been easier thanks to PhoneGap, using just HTML, CSS, and JavaScript for creating an app. Since those apps are based on web standards, they can be used on a variety of mobile platforms including iOS, Android, Windows Phone, and more.
-
The Current and Future Performance of the Mobile Web
In a substantial, well-researched blog article, Drew Crawford lays out all the reasons why he believes mobile web applications are slow today and why he does not expect this dramatically improve in the near feature.
-
Dropbox Now Can Hold Structured Data with Datastore API
Dropbox has released Datastore API which provides access to key-value stores with support for synchronization between devices using the user’s Dropbox account and including automatic conflict resolution.
-
Joy of StackMob
In the beginning of MBaaS, there was StackMob. Since then the mobile ecosystem has become flooded with competitors in this new approach to app dynamics. InfoQ takes a closer look at the Mobile Backend as a Service (MBaaS) provider StackMob and its privacy practices.
-
Meet Nanoko: a Javascript SOA Platform and Build Process
Built by Ubidreams and Dynamis Technologies, Nanoko is a Javascript build process designed to provide modularity and reusability, complementing existing tools instead of reinventing them.
-
FunScript: Using the Power of F# for Writing Web Apps
FunScript is an F# compiler library enabling developers to write single-page web applications in F# and running them in the browser or on the server via Node.js.
-
Compile Scala to JavaScript With Scala.js
At the Scala Day last week, Sébastien Doeraene presented Scala.js, a Scala to JavaScript compiler. The compiler supports the full Scala language allowing its users to build web applications front to back in Scala and potentially reuse code between the server and the client.
-
TypeScript Release Adds Generics
The latest release of TypeScript adds generics and further increases its ability to support large-scale applications. TypeScript is Microsoft's entry in the growing field of languages that target JavaScript as a platform.
-
Dart Has Entered Beta with Faster VM, Editor and dart2js
20 months after the initial announcement of Dart, the language and its associated VM have entered beta with milestone M5. There are many small improvements in the current release, the most important ones being related to the Editor, VM, and dart2js.
-
Fries: Building a Native Android Interface with HTML, JavaScript and CSS
Inspired by Ratchet, an iPhone application prototyping framework, Jaune Sarmiento has created Fries, a small framework for creating the UI of Android applications using just HTML, JavaScript and CSS, no native code. While many have done similar interfaces, Fries mimics the native Android 4.0 interface pretty well.
-
AngularJS Is Being Ported to Dart
AngularJS is being ported to Dart, offering a parallel implementation of Google’s JavaScript framework.
-
The Post-HTTP Era: Real-Time Web Apps With Meteor
During the HTML5 Track at QCon New York 2013 Matt DeBergalis gave a talk on Meteor, the open-source real-time web application framework that DeBergalis co-founded. On the modern web, clients get increasingly capable and more and more work happens in the client. However, the tools to build these modern web applications, DeBergalis argues, have not caught up.
-
Facebook's React JavaScript User Interfaces Library Receives Mixed Reviews
Facebook has open sourced React, its JavaScript library for building reactive user interfaces, used to build the Instagram website as well as portions of the Facebook website. Following the recent trend of frameworks like AngularJS, MeteorJS and Model-Driven Views as implemented in Polymer, React is based on the idea of declaratively specifying user interfaces on top of a data model.