BT

Facilitating the Spread of Knowledge and Innovation in Professional Software Development

Write for InfoQ

Topics

Choose your language

InfoQ Homepage HTML5 Content on InfoQ

  • Will HTML5 be Secure Enough?

    Joab Jackson wrote an article detailing some of the potential vulnerabilities of the HTML5 standard set. Will security be the Achilles' heel of HTML5?

  • HTML5 Case Study: Building the noVNC Client with WebSockets, Canvas and JavaScript

    noVNC is a VNC client, implemented using HTML5 WebSockets, Canvas and JavaScript. InfoQ had a small Q&A with Joel Martin about noVNC and his experience in developing an HTML5 application. Challenges, common pitfalls, tooling and architecture of HTML5 applications are addressed.

  • Greystripe Transcodes ActionScript Bytecode to HTML 5, making Flash Ads Available on the iPhone/iPad

    Greystripe has announced that they are collaborating with Adobe to provide rich media, interactive ad solutions across Android, iPhone, iPad and other mobile web platforms. Part of their offering will involve a technology that will convert Flash ads to HTML 5 that target mobile devices like the iPhone, where the Flash plugin is not available.

  • Apple's "HTML 5 and Web Standards" Showcase Criticized for Not Being Standard At All

    Apple has created an HTML 5 Showcase that presents its vision for the next generation of the WWW. The fact that this page is only accessible using the Safari browser, while Apple advocates about web standards, has caused many to criticize the company’s lack of broader platform support.

  • Microsoft Tips the Scale in Favor of HTML 5 and H.264

    Dean Hachamovitch, General Manager for Internet Explorer at Microsoft, has announced that IE9 will use only the H.264 standard to play HTML 5 video. Microsoft seems to have become very committed to HTML 5, while Flash loses even more ground. The announcement came the same day Steve Jobs detailed why Apple does not accept Flash on iPhone and iPad.

  • Doing WebGL Rendering on Windows with ANGLE

    Google uses WebGL to natively render 3D graphics inside Chrome. The problem is that WebGL relies on OpenGL 2.0, and not all Windows systems have its drivers installed. The ANGLE (Almost Native Graphics Layer Engine) project is intended as a thin layer between WebGL and DirectX, enabling Chrome to do 3D on any Windows system.

  • PhoneGap Brings Cross Platform Development Back to Mobile Platforms

    PhoneGap allows to build cross platform mobile apps with HTML5 and Javascript; it has APIs for accessing camera, accelerometer, GPS, etc. The code is packaged into native apps which can be deployed via app stores. PhoneGap support includes iPhone, Android, Blackberry, Symbian and Palm. InfoQ talked to one of the creators of PhoneGap, Brian LeRoux of Nitobi, about the current state of PhoneGap.

  • Chrome 4 Now Supports the HTML 5 Web SQL Database API

    Google has announced support for the HTML 5 Web SQL Database API, and others are likely to follow soon or have already started on support for this API. In the meantime, the completion of the specification is blocked because all the implementers involved have chosen to use SQLite as underlying database, and multiple independent implementations are required for standardization.

  • HTML5, H.264 and Flash roundup

    Last week, InfoQ published a piece on YouTube offering HTML5 beta for its videos, in H.264 format. Shortly thereafter, Vimeo announced an HTML5 beta as well, also using H.264 as the video codec. However, Mozilla has come out against using H.264, whilst the recent iPad launch has focussed on the H.264 hardware decoding. Has Flash finally met its match?

  • The HTML 5 sandbox Attribute Improves iFrame Security

    The Web Hypertext Application Technology Working Group (WHATWG) is working jointly with W3C on developing the HTML 5 standard, which has been at "Last Call" at WHATWG for the last 3 months. During this time one feature which has changed more significantly is the sandbox attribute of the iframe element. sandbox can be used to isolate untrusted web page content from performing certain operations.

  • YouTube announces HTML5 demo, but not for FireFox 3.6

    YouTube announces an HTML5 video beta, which allows playback without resorting to using a Flash plugin. Videos are only available in the H.264 format, which leads to greater performance on some hardware devices, but leaves out the new FireFox 3.6 which only supports the Ogg video format.

  • Chrome News: Mac and Linux Beta, Extensions and Web Sockets

    Google Chrome’s latest additions are: Chrome Beta for Max and Linux, Extensions for Windows and Linux, and Web Sockets.

  • Google Has Stopped Developing Gears

    Google seems to be no longer interested in further developing Gears, promoting HTML 5 instead.

  • Running HTML 5 Inside IE with Google Chrome Frame

    Google has just released an Internet Explorer plug-in called Google Chrome Frame that enables Chrome rendering inside IE. That means that any page targeted for Chrome Frame will be rendered using Google’s rendering engine, including HTML 5 elements supported by Google, while the page is viewed with Microsoft’s Internet Explorer.

  • SproutCore: An HTML 5 Application Framework

    InfoQ has reported on SproutCore a couple times in the past and recently learned about the upcoming 1.0 release. SproutCore promises stunning desktop-class applications without plugins inside of the browser.

BT