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

  • Phoenix Web Framework Makes 1.0 Milestone

    Chris McCord has released version 1.0 of the Phoenix web framework. Written in Elixir, Phoenix implements the server-side MVC pattern and aims to combine high developer productivity with high application performance.

  • Mixed Feelings Greet Mozilla's Add-ons Overhaul

    Mozilla has released a major overhaul to how Firefox add-ons are developed. Included is the introduction of the WebExtensions API and a requirement for add-ons to be reviewed and signed by Mozilla before deployment. The developer community has reacted with a range of emotions to the announcements.

  • Bootstrap Version 4 Announced, Alpha Released

    Web UI Framework Bootstrap has announced version 4 and released an alpha version. This is a major update that accepts more modern web techniques and drops support for old browsers.

  • Getting JSON Data with Netflix Falcor

    Netflix has open sourced Falcor, a JavaScript library offering a model and asynchronous mechanism for fetching JSON data from multiple sources.

  • Ember.js 2.0 Celebrated for Backwards Compatibility

    Ember 2.0 has been released - with zero new features. The decision has been met warmly by the JavaScript community, who have widely praised the framework for remaining backwards compatible with 1.13. Ember 2.0 only removes the features that were deprecated in Ember 1.13, meaning that apps that run on Ember 1.13 without deprecation warnings should also run on Ember 2.0.

  • All-New Devtools for React Bring Tools to Firefox

    The React team has released entirely new devtools for the JavaScript library -- including a new version for Firefox. Jared Forsyth said "The current version of the devtools is a fork of Blink's "Elements" pane, and is imperative, mutation-driven, and tightly integrated with Chrome-specific APIs. The new devtools are much less coupled to Chrome, and easier to reason about thanks to React."

  • Netflix.com Adopts Universal JavaScript, Drops Java from Rendering Pipeline

    The team behind Netflix.com have dropped their Java-based HTML renderer in favor of a Universal JavaScript renderer that they can run in the browser or on the server.

  • JerryScript & IoT.js: JavaScript for IoT from Samsung

    Samsung has recently open sourced IoT.js, a platform for IoT applications written in JavaScript, and JerryScript, a JavaScript engine for small, embedded devices.

  • Becoming a Great Web Front-end Developer

    This article contains advice written for web developers by two engineers, one recommending useful tools and techniques while the other providing suggestions on addressing some of the challenges faced writing for the browser.

  • Phaser 2.4: Game Framework's Epic Release

    Phaser 2.4 is an "epic release" featuring a new video component updates, enhancements and fixes. Where 2.3 didn't have support for video files, creator Richard Davey says 2.4 not only introduces this support, but does so in a way that they can easily be used in games.

  • 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.

BT