InfoQ Homepage Markup Languages Content on InfoQ
-
Flipboard Pushing Boundaries With Its Web Version Release
Recently, Flipboard has released the web version of its social-network aggregation magazine-format reader. This release aims to bring to the browser the same reading experience users have on Flipboard native applications. To accomplish it, the team responsible for the development had to push boundaries in web technologies to match its native apps counterparts.
-
Microsoft Shares Details on Spartan Rendering Engine
Microsoft has provided new information on the reasoning behind the switch to a brand new rendering engine for Project Spartan, the web browser shipping with Windows 10. The new engine is a fork of Trident and eliminates swathes of code that have been in place for 20 years.
-
Microsoft Open Sources TouchDevelop Containing 160K LoC
Microsoft has open source their research project TouchDevelop, which contains about 160K lines of code mostly written in TypeScript.
-
Twitter Unveils Digits Login for Web
Twitter has officially released Digits Login for Web, the latest interaction of Digits that extends the SMS-based login system to mobile app's sites powered by Digits.
-
YouTube Switches to HTML5 Video Player
After many years of working on HTML5 support, YouTube has decided to use their HTML5 video player as the default for modern browsers, using the old Flash-based player only for legacy browsers. Using MPEG-DASH and W3C Media Source Extensions, YouTube can use Adaptive Bitrate streaming to reduce buffering and improve initial playback speed.
-
The Current Status of Browser-based Virtual Reality in HTML5
The SFHTML5 group recently had a meeting discussing HTML5 technologies for creating virtual reality experiences – WebGL, WebVR, Three.js, GLAM –, and the current development status for implementing support for them in Firefox and Chrome. The idea is to bring the entire web into the VR experience.
-
Supersonic Framework Touts Native Performance for Android and iOS Hybrid Apps
AppGyver has announced Supersonic, a new framework to build hybrid mobile apps on Android and iOS that promises to provide "real native performance," says AppGyver, thanks to a novel approach to designing hybrid apps. Supersonic is also integrated with Steroids, an impressive cross-platform IDE for hybrid apps.
-
ZURB Releases a Framework for Creating Responsive Apps
ZURB, a web design company and creator of Foundation (for Sites), has announced and open sourced another framework called Foundation for Apps (FA). FA provides HTML5/JavaScript tools for creating responsive web applications for desktop and mobile devices.
-
Service Workers Promise to Make Web Apps Feel Native
The service worker browser feature holds promise for developers looking to make their web apps feel more like native apps. Running in the background and without user interaction, service workers enable advanced scenarios such as offline functionality, cache, background sync, geofencing, and push notifications.
-
Firefox 34 Brings SSLv3 Security Fix, New HTML5 Implementations
Mozilla has this week released Firefox 34, with notable features including SSLv3 disabled by default, WebIDE, and the implementation of ECMAScript 6 WeakSet.
-
Chrome 39 Brings Beacon API and ES6 Generators
Google's Chrome team has released the stable version of Chrome 39: with updates including the Web Application Manifest specification, Beacon API, and support for ES6 generators.
-
Origami: Component-Based Web Applications
Andrew Betts, director at FT Labs, presented to Velocity Europe 2014 attendants a set of home-grown standards and tools for web development. They aim to cope with the development challenges of creating and maintaining more than eight hundred *.ft.com sites. FT Labs main strategy is to breakdown web pages into components built within a well-defined set of rules.
-
Android and iOS Go HTML5 Friendly With Their Latest Releases
The two popular mobile operating systems, Android and iOS, may be about to give a boost to the HTML5 development with their latest releases. While Google is removing WebView from Android's core, making it an updatable component, Apple replaced the traditional UIWebView with WKWebView, which has advantages in the performance, stability and functionality of hybrid applications.
-
Adobe Declares Brackets is Ready with 1.0 Release
Adobe has released Brackets 1.0, its open source code editor for web designers and front-end developers. Web developer evangelist Ryan Stewart says in the past three years the team has been very busy adding features to help make Brackets a world class text-editor. Declaring this release as 1.0 is our way of telling the world that Brackets is ready.
-
WHATWG Is Standardizing Web Streams
After gestating for more than a year on GitHub, the project Streams has now been adopted by WHATWG in an effort to standardize a web streaming API. The project is led by Domenic Denicola, the man that started the work on Promises, currently part of the upcoming ECMAScript 6.