-
Recent Posts
Recent Comments
- Online Video and Close Captioning - It's Getting Real on Native Browser Text Track Rendering
- Rik Cabanier on Bringing blending to the Web
- thinsoldier on Bringing blending to the Web
- thinsoldier on Bringing blending to the Web
- Rik Cabanier on Bringing blending to the Web
Archives
Categories
Meta
Author Archives: Max Vujovic
Displaying XHR Downloaded Images Using the File API
Last time, we proposed adding progress events on the image element to avoid the complexity of using XHR to monitor image download progress. In order to display the image in the XHR approach, we used base 64 encoding to convert … Continue reading
Posted in Image Events, Web Platform Features
Tagged events, HTML5, img, JavaScript, progress, XMLHttpRequest
4 Comments
HTML5 Image Progress Events
Suppose you want to display the download progress of high-resolution images in a medical imaging application or an HTML5 game. Currently, this is a little harder than it should be in HTML5/JavaScript. A common approach goes like this: Download the … Continue reading
Posted in Image Events, Web Platform Features
Tagged events, HTML5, img, JavaScript, progress, XMLHttpRequest
18 Comments