HTML5

  • Most Topular Stories

  • Browsers and Apps in 2012 (Tim Bray/ongoing)

    html5 - Techmeme Search
    15 May 2012 | 10:55 am
    Tim Bray / ongoing:Browsers and Apps in 2012  —  It's like this: The browser's doomed, because apps are the future.  Wait!  Apps are doomed because HTML5 is the future.  I see something almost every day saying one or the other.  Only it's mostly wrong.  [If you don't want to read my opinions …
  • With 7B Photos, Flickr Debuts New Speedy, HTML5 Image Uploader; Drag And Drop Interface, And More (Leena Rao/TechCrunch)

    html5 - Techmeme Search
    25 Apr 2012 | 1:30 pm
    Leena Rao / TechCrunch:With 7B Photos, Flickr Debuts New Speedy, HTML5 Image Uploader; Drag And Drop Interface, And More  —  Yahoo's photos sharing site, Flickr, has been steadily redesigning a number of components of its platform over the past few months, including editing (courtesy of Aviary), photo views and more.
  • Drag and Drop and Automatically Send to the Server

    HTML5 Doctor
    Remy Sharp
    3 Apr 2012 | 8:30 am
    I realised (when looking myself) that there are a lot of demos and tutorials that show you how to drag-and-drop a file into the browser and then render it on the page. They're often labelled as "drag-and-drop and upload", but they actually don't upload. This tutorial will take you that final step. I'll walk you through an example that you can play with: drag a file into the web page, and it'll be uploaded to the server instantly. Tasks # Let's break this process down into specific tasks: Capture the drop event and read its data. Post that binary data to the server. Provide feedback on the…
  • HTML5 Bookmarks

    HTML Five
    Leo
    23 Apr 2012 | 1:17 pm
  • Sencha updates framework for building native-looking mobile Web apps

    HTML5 Video
    Andrew Davis
    6 Mar 2012 | 8:18 am
    Sencha, a company that develops JavaScript libraries, announced this morning the availability Sencha Touch 2, a major new version of the company’s framework for building mobile Web applications. The new version brings improved performance, broader platform support, and additional functionality. via Sencha updates framework for building native-looking mobile Web apps.
 
  • add this feed to my.Alltop

    HTML5 news - Google News

  • Facebook To Unveil App Center, A Place For Finding Apps - Online News Heard Now

    16 May 2012 | 5:30 am
    CNETFacebook To Unveil App Center, A Place For Finding AppsOnline News Heard NowWith the new App Center, users can now access existing apps for Android, IOS and browsers plus paid HTML5 apps. Facebook hopes to boost its platform log plus increase their income with this new App Center. The Facebook App Center will be available in Facebook “Acquires” Another Photo-sharing Service – LightboxWebProNewsFacebook buys photo-app maker LightboxIntoMobileFacebook giveth, Facebook taketh: A curious case of video appsGigaOMall 168 news articles »
  • Jaguars DT Terrance Knighton apologizes, says he's learned hard lesson from ... - Florida Times-Union

    16 May 2012 | 4:30 am
    Jaguars DT Terrance Knighton apologizes, says he's learned hard lesson from Florida Times-UnionNote: Your phone must support HTML5 video or Flash to play videos. A contrite Terrance Knighton apologized Tuesday for being involved in a club incident last month that caused him to suffer an eye injury and sidelined him for the duration of the and more »
  • Polycom Touts Video Streaming For iOS And Android Devices - TechWeekEurope UK

    16 May 2012 | 3:04 am
    TechWeekEurope UKPolycom Touts Video Streaming For iOS And Android DevicesTechWeekEurope UKThe enhanced RealPresence solution, which will be available in July, will include HTML5-based applications for iOS and Android devices – including smartphones and tablets – that device users will be able to access through a Web portal for Polycom® RealPresence® Video Content Management Solutions Deliver Live Video SYS-CON Media (press release)all 23 news articles »
  • Students Learn HTML5 Programming in New Global Knowledge Course - EON: Enhanced Online News (press release)

    16 May 2012 | 2:00 am
    Students Learn HTML5 Programming in New Global Knowledge CourseEON: Enhanced Online News (press release)CARY, NC--(EON: Enhanced Online News)-- Global Knowledge, worldwide leader in IT and business training, today announced the availability of a new Microsoft course, HTML5 Programming (M10953). Students in the three-day course will learn to use HTML5, and more »
  • Webinar Recording: Build Real-Time Services in the Amazon Cloud with HTML5 ... - SYS-CON Media (press release) (blog)

    15 May 2012 | 8:18 pm
    Webinar Recording: Build Real-Time Services in the Amazon Cloud with HTML5 SYS-CON Media (press release) (blog)By Jonas Jacobi Watch Ron Renwick, Sr. Product Marketing Manager discuss Kaazing's cloud offering. The webinar also features a walk-through showcasing the steps of registering with Amazon EC2, launchnig, configuring, and accessing the Kaazing WebSocket and more »
  • add this feed to my.Alltop

    HTML5 Doctor

  • HTML5 adaptive images: end of round one.

    Bruce Lawson
    16 May 2012 | 5:36 am
    After The Great Vendor Prefix Hullaballoo of April 2012 comes The Great Responsive Images Brouhaha of May 2012. Adaptive images are the next unsolved mystery of Responsive Web Design. Do you send large high-res images suitable for retina dispays, which are scaled down on smaller, lower res devices and which therefore waste bandwidth? Or do you send low-res images, whch look grotty when scaled up to large screens or high-res displays? Authors have had to rely on elaborate hacks to send different content images (that is <img> in HTML rather than CSS background images) to different types…
  • HTML5 Audio — The State of Play

    Mark Boas
    8 May 2012 | 9:00 am
    This is a follow up to my 2009 article Native Audio in the Browser, which covers the basics of HTML5 audio. It may well be worth reading if you want to get a feel for the <audio> element and associated API. Now, two and a half years later, it’s time to see how things are progressing. With many new advanced audio APIs being actively worked on and plenty of improvements to the existing native audio we all know and love, it’s certainly an exciting time to revisit the heady world of <audio>. A good way of understanding how the land lies is by going through a few use cases.
  • Let’s Talk about Semantics

    Mike Robinson
    18 Apr 2012 | 11:51 am
    It’s time we had “the talk”. I could get you a book or recommend some sites from Dr Mike’s special bookmarks folder, but the best way to make sure you get the right idea is to do it myself. I’m talking about HTML semantics. Understanding the thinking behind the naming of elements will help your markup shine. Semantics and the Web # Semantics are the implied meaning of a subject, like a word or sentence. It aids how humans (and these days, machines) interpret subject matter. On the web, HTML serves both humans and machines, suggesting the purpose of the content…
  • Drag and Drop and Automatically Send to the Server

    Remy Sharp
    3 Apr 2012 | 8:30 am
    I realised (when looking myself) that there are a lot of demos and tutorials that show you how to drag-and-drop a file into the browser and then render it on the page. They're often labelled as "drag-and-drop and upload", but they actually don't upload. This tutorial will take you that final step. I'll walk you through an example that you can play with: drag a file into the web page, and it'll be uploaded to the server instantly. Tasks # Let's break this process down into specific tasks: Capture the drop event and read its data. Post that binary data to the server. Provide feedback on the…
  • Using Modernizr to detect HTML5 features and provide fallbacks

    Tom Leadbetter
    27 Mar 2012 | 8:30 am
    Modernizr is a JavaScript library that detects which HTML5 and CSS3 features your visitor’s browser supports. In detecting feature support, it allows developers to test for some of the new technologies and then provide fallbacks for browsers that do not support them. This is called feature detection and is much more efficient than browser sniffing. Modernizr is very useful for detecting CSS3 support, but this article will focus on HTML5. The principles are essentially the same, though. It’s important to note that Modernizr doesn’t “fill in the gaps” (i.e.,…
 
  • add this feed to my.Alltop

    HTML5 Gallery

  • Terjin

    Ian Devlin
    16 May 2012 | 4:00 am
    Personal website of interaction designer, Terjin.Copious use of the new HTML5 structural element, although the section element has been overused, with our old friend the div being more appropriate in certain places. The “sidebar” div that contains numerous aside elements probably could have been an aside itself with sections.URL: http://terj.in/
  • Pushkin & Plyshkin

    Ian Devlin
    14 May 2012 | 3:41 am
    A collecting house for entirely useful things.This site makes clean use of many of the HTML5 structural elements such as nav, header, section, article and footer. The section element with the contentcontainer class should be a div, as it currently has no heading and is being used for styling purposes only. Each gallery item is an article, which works well. The data- attributes are also used to provide custom data throughout the site.URL: http://pushkin-plyushkin.com/en
  • Blacktie

    Richard Clark
    10 May 2012 | 10:00 am
    Blacktie is a digital agency based in Spain. The site uses several new sectioning elements from HTML5. There is an opportunity to improve the document outline by adding some nested section elements within other areas where the section element has been used.URL: http://www.blacktie.es
  • Zeneye

    Richard Clark
    9 May 2012 | 2:49 pm
    Zeneye is the personal website of Robert Fyffe, a freelance developer from Scotland. The site uses several new HTML5 structural elements including nav, footer, section and aside. nav is arguably overused and the way sections have been used could be more well thought out.URL: http://www.zeneye.co.uk
  • Edgar Leijs

    Derek Johnson
    11 Apr 2012 | 4:05 pm
    Edgar Leijs is a web designer and web editor from Amsterdam.It’s nice to see Edgar’s portfolio items marked up using the article element rather than div or li, both of which are very common. The article is much more semantic and Edgar shows a good understanding of when it can be used.Edgar’s use of the header element is unnecessary when it’s only content is a heading, but it’s not wrong by any means. Similarly the nested section in the portfolio items would probably be better as a div, or else given a heading.URL: http://www.edgarleijs.com/
 
 
  • add this feed to my.Alltop

    HTML5 Video

  • Why Publishers Don’t Like Apps

    Andrew Davis
    8 May 2012 | 9:21 am
    “The recent history of the Financial Times is instructive. Last June, the company pulled its iPad and iPhone app from iTunes and launched a new version of its website written in HTML5, which can optimize the site for the device a reader is using and provide many features and functions that are applike. For a few months, the FT continued to support the app, but on May 1 the paper chose to kill it altogether.” Publishers are moving away from distributing their content in App form because Apps cannot contain the entire web ecosystem of hyperlinks and social news sharing.  Publishers…
  • Sencha updates framework for building native-looking mobile Web apps

    Andrew Davis
    6 Mar 2012 | 8:18 am
    Sencha, a company that develops JavaScript libraries, announced this morning the availability Sencha Touch 2, a major new version of the company’s framework for building mobile Web applications. The new version brings improved performance, broader platform support, and additional functionality. via Sencha updates framework for building native-looking mobile Web apps.
  • The Mozilla Marketplace is now open for app submissions

    Andrew Davis
    28 Feb 2012 | 1:06 pm
    Mozilla has opened it’s app marketplace for submissions. via Joe Stagner: The Mozilla Marketplace is now open for app submissions.
  • Robert Nyman: Mozillas Boot to Gecko – The Web is the Platform

    Andrew Davis
    27 Feb 2012 | 10:44 am
    Mozilla has partnered with Telephonica to bring their experimental Boot to Gecko mobile phone stack to market at 1/10th the price of an iPhone. The device bots using the Linux Kernel to a very stripped down Android OS where HTML5 is the primary programming environment for everything from the home screen to the dialer to the applications and application market. via Robert Nyman: Mozillas Boot to Gecko – The Web is the Platform.
  • VP8 Codec SDK “Duclair” Released

    Andrew Davis
    28 Jan 2012 | 12:36 pm
    A major update to vp8 has been released and is suggested for all users. Core improvements include better support for live streaming and video conferencing with real time compression and concurrent multiple resolution encoding. via VP8 Codec SDK “Duclair” Released.
  • add this feed to my.Alltop

    HTMLGoodies.com: Your source for HTML, CSS, JavaScript and Web Development Tutorials and Primers!

  • Case Study: Huffington Post - Reinventing the "Big News" Experience with IE9 Pinned Sites

    15 May 2012 | 8:35 pm
    The Huffington Post takes broad leaps in creating the perfect site to take advantage of all that IE9, HTML5 and CSS3 has to offer. From Site Pinning to Favicons and everything in between. This article is a case study of how Big News reinvents the news site.
  • Responsive Web Design

    10 May 2012 | 8:14 pm
    It all started with "Responsive Web Design", an article by Ethan Marcotte on A List Apart. Essentially, the article proposed addressing the ever-changing landscape of devices, browsers, screen sizes and orientations by creating flexible, fluid and adaptive Web sites. Instead of responding to today’s needs for a desktop, Web version adapted to the most common screen resolution, along with a particular mobile version (often specific to a single mobile device), the idea is to approach the issue the other way around: use flexible and fluid layouts that adapt to almost any screen.
  • Browser and Feature Detection: Make Your Website Look Great Everywhere

    8 May 2012 | 7:56 pm
    When you’re building a web site, you want it to look great in any browser…and ideally, it should look great for a long time, even in future versions of the browsers. I’ve pulled together some hints, tips and best practices that will help your sites look their best.
  • Display Images in Black & White Using the HTML5 Canvas

    7 May 2012 | 6:16 pm
    The HTML5 canvas is a bitmap element for rendering graphics, drawings, and images on the fly using JavaScript. The canvas 2D API contains an arsenal of functions that give you the ability to draw pretty much anything you like on the canvas and there is a lot to be said about black & white photography. It can capture images in a way that color simply can't. If you want to display images in black and white, but don't want to mess with your original color photos, then this is the ideal way to go about it. Read on!
  • Calling Parent Methods in JavaScript

    3 May 2012 | 7:07 pm
    One of the big differences between Classical (Object-Oriented) and Prototypal inheritance is that the former has an elegant mechanism for referring to the parent using the super keyword. It's often used in constructors to initialize the parent class with the supplied input parameters. Another common usage is to extend parent functionality in the child class. In today's article we'll establish how to accomplish the same thing in JavaScript.
 
Log in