InfoQ Homepage JavaScript Content on InfoQ
-
Edge.js Adds Support for Linux and Mac OS X So C# and Node.js Can Run Anywhere
The Edge.js project allows developers to combine C# with Node.js, within a single process. The latest release adds support for Linux and Mac OS X, allowing developers to use the environment they want for development and hosting.
-
Famo.us JavaScript Library Goes Open Source to Public, Brings Free Lessons to Community
Almost 3 years after its initial launch, the JavaScript development framework Famo.us has been taken open source to the public. Providing an open source 3D layout engine integrated with a 3D physics-based animation engine that can render to DOM, Canvas, or WebGL, Famo.us wants to help HTML5 reach its original vision.
-
Express 4.0: Router improvements, Removes Bundled Middleware; But No Major Plans for Future
Express.JS, the Node.js web application framework, recently released version 4.0, with router improvements and removed bundled middleware,; but the team say they currently have "no major plans” for future releases.
-
Mozilla and Unity Team Up to Rule Web Gameplay
Mozilla and Unity recently announced they have joined forces to bring Unity's popular game engine to the web using WebGL standard and Mozilla’s asm.js.
-
jQuery Stops IE 6 and IE 7 Support in v1.13
jQuery will drop support for Internet Explorer 6 and Internet Explorer 7 "somewhere in 2015", jQuery Foundation president Dave Methvin stated on the official jQuery blog last week. This change will go hand in hand with the release of jQuery 1.13. The release 1.12 will be the last one with official support for the named versions of Microsoft's default browser for Windows.
-
Ember.js 1.5 Released: New Testing Features, Improved UX
The Ember.js team has released version 1.5, with new testing features, and an eager URL update that will “provide for a better UX 99% of the time,” according to Ember core team member Robert Jackson. Jackson, posting on the Ember.js blog, described the new version as having “a ton of bug fixes and small improvements” as well as new features in the release.
-
Cucumber.js for BDD in JavaScript: An Interview with Julien Biezemans
Julien Biezemans is a Cucumber core team member and the author of Cucumber.js. Cucumber.js is a native JavaScript implementation of Cucumber, and is a strict port that can run on any JavaScript environment. Running on Node.js as well as within any browsers, Cucumber.js is virtually serviceable against everything producing JavaScript and HTML (Node.js, Ruby on Rails, PHP, .NET, etc)
-
Meteor 0.8: Blaze Release Overhauls Rendering System
Meteor has released version 0.8, bringing an “an overhaul of Meteor's rendering system.” Meteor’s next generation live templating engine, Blaze, includes support for fine-grained DOM updates, jQuery integration and simpler API. Blaze replaces the live page update engine Spark that was introduced in version 0.4 in 2012.
-
Ratchet Becomes a Real Framework, Gets a New Home
The mobile application prototyping tool, Ratchet, has been promoted to a full application framework, and moved into the Bootstrap GitHub repo. It also has new documentation and new themes for iOS and Android.
-
WinJS Goes Open Source, Adds Windows Phone 8.1 Support
The Windows Library for JavaScript (WinJS) is now fully open source and no longer limited to the Microsoft platform. Alongside this announcement, the 2.1 release adds support for Windows Phone 8.1.
-
Meteor 0.7.1 Release Brings Dev Accounts, Further Improvements
Matt DeBergalis has released version 0.7.1 of Meteor, with the improvements to oplog and minimongo, CSS preprocessing, and Meteor developer accounts. Version 0.7.1 includes added support to minimongo for what DeBergalis refers to on the Meteor blog as “more of the ‘estoteric corners’ of the MongoDB query language."
-
Using Sigma for Drawing Graphs
The team behind Sigma, a JavaScript library dedicated to drawing graphs in Web applications, released a new version of this tool. What this library provides is a way for developers to create graphs while making networks manipulation on webpages smooth and faster for the user.
-
Jolt Awards 2014: Mobile and Coding Tools
Dr. Dobbs has awarded the Jolt Award for Mobile and Coding Tools for 2014.
-
Orion 5 Supports More Languages and Can Deploy to Cloud
Enhancements in Orion 5 include: syntax highlighting for several languages, content assist for several Node.js libraries and databases, better syntax validation, cloud deployment and others.
-
Going Offline with LocalForage
The Mozilla Foundation has released localForage, a new JavaScript library that promises to simplify the process of storing offline data in web applications. What makes this library unique is the fact that it tries to combine the best of both worlds: the features of some more recent technologies (asynchronism and blob support) with a simple API.