InfoQ Homepage Browsers Content on InfoQ
-
Eclipse Orion: A Browser-based Editor for Web Applications
The Eclipse Foundation has released Orion 1.0, a browser-based editor for web applications written in JavaScript, HTML, and CSS.
-
ACE, a Web-based Code Editor, Reaches 1.0
The embeddable open source web-based code editor ACE has reached version 1.0, coming with support for editing very large files, syntax highlighting for 45 languages, TextMate themes, Emacs and Vi key bindings, and other features.
-
Google Has Open Sourced Octane, a New JavaScript Benchmark Suite
Google has open sourced Octane, a JavaScript benchmarking suite consisting of 13 tests measuring browser performance.
-
PouchDB – a CouchDB-inspired Offline Web Database
Inspired by Apache CouchDB, PouchDB (Portable CouchDB) is a small footprint database for web and especially mobile applications that need a browser-based storage solution that can be used offline. The database can be synchronized with CouchDB databases or other PouchDBs when the device comes back online.
-
Mozilla Prepares a Separate Firefox Release for the Enterprise
Mozilla will create a separate Firefox release for enterprises, but it will come with less security and stability fixes. Organizations interested in such a version are invited to participate in alpha and beta testing.
-
Google proposes Dart bindings and Multi-VM support to WebKit
Google’s Vijay Menon proposed on the WebKit developers mailing list the creation of a branch that would add support for multiple runtimes and ready made bindings for the Dart language. Other languages that could be supported are Python, Java, Ruby, Lua and more.
-
WebGL, WebCL, MultiCores: The State and Future of Parallel Javascript in the Browser with RiverTrail
JavaScript has remained sequential although parallel processing capabilities are currently available even on mobile devices. Intel Labs has been working on an extension of JavaScript that takes advantage of multi-core systems and has released a Firefox plugin. InfoQ had an exclusive interview with Stephan Herhut from Intel Labs about this work.
-
Adobe Will No Longer Develop Flash for Mobile Browsers
Adobe has decided to stop developing Flash for mobile browsers. They will focus instead on creating tools for native applications using AIR and HTML5 ones.
-
Google Dart Language and Tools Announced - Dynamic Language, Optionally Typed, Familiar Syntax
Google has announced a new language: Google Dart and tools. The language and tools are currently considered a technology preview, and an open source release is available now. The language is not yet in Chrome. Dart is dynamic, optional types and reified Generics. Concurrency uses Erlang-style processes called Isolates, share nothing with async message passing.
-
Amazon’s New Browser, Silk, Is Using a Split Architecture
Amazon has created Silk, a WebKit-based browser using SPDY to maintain a single connection with services hosted on AWS where web pages are preloaded and prepared for being pushed to the device. The effect: faster browsing, less device power consumption and better security.
-
JavaScript Extension that Adds Parallel Processing Capabilities Unveiled by Intel
JavaScript, the language that powers the Web, has mainly remained sequentially, although parallel processing capabilities are currently available even on mobile devices. Intel Labs has been working on an extension of JavaScript that takes advantage of multi-core systems and has released a Firefox plugin.
-
Enterprise Reacts to Browser Release Cycle
Enterprise organizations were taken by surprise with the recent release of Firefox 5.0 just three months after 4.0, citing security concern and lack of stable Firefox versions for enterprises to work with. At the same time Microsoft has reaffirmed its commitment to enterprises as well as general web consumers.
-
WebCL Brings Parallelism to the Browser
WebCL brings parallelism support to the browser, enabling JavaScript developers to write data intensive web applications. Nokia has a prototype for Firefox while Samsung has one for WebKit browsers.
-
Firefox: Mozilla Wants a New Development Process, Firefox 4 and the Roadmap
The Mozilla team wants to switch Firefox development to a schedule-driven process to speed up releases. Firefox 4 has been recently released with many improvements, while the roadmap outlines plans for versions 5, 6, and 7.
-
Google Revamps Native Client, but will it be taking it all the way?
About a year after it’s original announcement, Google released a new version of the Native Client (NaCl) SDK, which allows the safe execution of native code from a web browser. It is unclear though, if this ambitious project will be making it to production, or have the fate of other projects like Wave or Gears.