BT

Facilitating the Spread of Knowledge and Innovation in Professional Software Development

Write for InfoQ

Topics

Choose your language

InfoQ Homepage JavaScript Content on InfoQ

  • Mozilla Blocks Flash, Encourages HTML5 Adoption

    Mozilla is encouraging developers towards HTML5 and JavaScript and away from Flash, after it blocked the plugin in browsers amid security concerns. Following Adobe's advice that two critical vulnerabilities would potentially allow attackers to take control of affected systems, Mark Schmidt, Firefox's head of support, announced the move on Twitter.

  • Visual Studio Code 0.5 Adds ECMAScript 6 and Better Git Tools

    Microsoft's multiplatform code-first editor, VS Code, has just made its July release. It features support for ECMAScript 6, improved Git support, and various editor enhancements for multi-file projects. VS Code is available for Mac OS X, Linux, and Windows.

  • Douglas Crockford Previews His Idea For a New Web

    At the Angular U conference in San Francisco, Douglas Crockford presented a radical new idea for upgrading the web. His proposal would replace parts of the web that don't work with newer, more secure alternatives, leaving behind existing web techologies such as SSL, HTML, CSS, and JavaScript.

  • NPM 3 Beta Brings Good News for Windows Users

    The beta of npm 3.0 has been released, with an almost complete rewrite of its installer bringing good news for running Node.js on Windows. Announcing the release, Rebecca Turner said the npm team were "delighted and proud" to be getting the 3.0 beta out, and that they were "looking forward to working with the npm user community to get it production-ready as quickly as possible."

  • Angular Team Provides Roadmap, Demos Integration with React Native

    Angular 2 is moving forward, but still does not have a release date. The Angular team demonstrated the idea of splitting the framework into two pieces to enable different UI renderers to work with the same JavaScript backend. This will allow Angular to integrate with React Native.

  • Facebook Nuclide Is Now Open Source

    Announced three months ago during the F8 developer conference, Facebook has open sourced the code for their Nuclide IDE. Nuclide is based on Atom, adding a number of packages without changing anything in the core of GitHub’s IDE.

  • WebAssembly: A Universal Binary and Text Format for the Web

    Mozilla, Google, Microsoft and Apple have decided to develop a binary format for the web. Called WebAssembly, this format could be a compilation target for any programming language, enabling applications to run in the browser or other agents.

  • Exploring ES6: Book Introduction and Author Interview

    Exploring ES6 by Axel Rauschmayer is an in-depth look at JavaScript’s latest features. This article includes a short interview with the author.

  • Ember.js 1.13 Brings Glimmer Rendering Engine and 2.0 Beta

    The Ember.js team has released the final iteration of the 1.x series, as well as their first 2.0 beta. The 1.13 release brings with it the Glimmer rendering engine, marking the third overhaul of Ember's 1.x rendering layer, and "dramatically improving re-render performance in many common scenarios," where previous iterations relied "on granular observation for efficiency."

  • Making JavaScript Editing Easier in Visual Studio 2015

    The JavaScript language is always changing, and to remain useful developer tools need to keep pace. Visual Studio 2015 RC is delivering some evolutionary changes intended to do just that. Using libraries, documenting code, and navigating larger projects should be easier.

  • Visual Studio Code v0.3: Support for Rust and F# debugging

    Microsoft has released v0.3 of its native Visual Studio application, bringing with it support for Rust, as well as changes to keybindings.

  • Angular 1.4 Done, But Short of Goal

    Angular 1.4 is finished and includes many new features and bug fixes. Unfortunately, the most anticipated new feature has been pushed back to version 1.5

  • Windows 10 uses Chakra to Provide JavaScript For All Applications

    Microsoft has expanded the role of its Chakra JavaScript engine in Windows 10-- giving developers to use it for scripting support in their own applications. Formerly focused on a server-side role, these new APIs are suitable for a variety of applications to use JavaScript.

  • Tabris.js: Native Mobile Apps in JavaScript Without Web Views

    Tabris.js is an open source mobile framework aimed to build native iOS and Android apps entirely in JavaScript. Among the main benefits of Tabris.js are performance, a fast development cycle, and support for thrid-party plugins including Cordova’s, according to EclipseSource. InfoQ has spoken with EclipseSource’s Holger Staudacher.

  • Underscore and Lodash Discuss Merging

    The Underscore and Lodash JavaScript libraries have started discussions on how to merge the projects into a single project.

BT