HTML5

  • Most Topular Stories

  • Perceptive Web Design

    HTML Five
    Leo
    25 Apr 2013 | 7:04 am
  • The HTML5 Vs. Native Apps Battle Broken Down - Business Insider

    HTML5 news - Google News
    17 May 2013 | 11:02 am
    The HTML5 Vs. Native Apps Battle Broken DownBusiness InsiderAn HTML5 app is housed on the Web and runs inside a mobile browser. Unlike apps built specifically for Apple devices or Google's Android operating system, it does not need to be built from scratch for each OS. The promise is that it can be "write once and more »
  • How to mark up subheadings, subtitles, alternative titles and taglines

    HTML5 Doctor
    Steve Faulkner
    3 May 2013 | 5:35 am
    If you don’t already know, the hgroup element is obsolete in HTML5. Advice is now provided in the HTML spec on how to mark up subheadings, subtitles, alternative titles and taglines using existing and implemented HTML features. Advice for marking up subheadings and the like The important question for developers is: How do I mark up these buggers??? To answer this advice has been added to the HTML specification on how to mark up subheadings, subtitles, alternative titles and taglines: Note: Do not use h1–h6 elements to markup subheadings, subtitles, alternative titles and taglines…
  • pseudoroom design

    HTML5 Gallery
    Ian Devlin
    29 Apr 2013 | 3:00 am
    Portfolio of Chicago-based designer Justin Dauer.URL: http://www.pseudoroom.com/
  • Free Cloud App for Turning Powerpoints Into #HTML5 Presentations you can Embed into your #Blackboard Courses! http://t.co/ShMoSHQnzp

    html5 - Twitter Search
    slidepointnet (slidepoint)
    18 May 2013 | 6:17 pm
    Free Cloud App for Turning Powerpoints Into #HTML5 Presentations you can Embed into your #Blackboard Courses! http://t.co/ShMoSHQnzp
 
  • add this feed to my.Alltop

    HTML5 news - Google News

  • The HTML5 Vs. Native Apps Battle Broken Down - Business Insider

    17 May 2013 | 11:02 am
    The HTML5 Vs. Native Apps Battle Broken DownBusiness InsiderAn HTML5 app is housed on the Web and runs inside a mobile browser. Unlike apps built specifically for Apple devices or Google's Android operating system, it does not need to be built from scratch for each OS. The promise is that it can be "write once and more »
  • HTML5 Gaming Workshop Comes to Vancouver on May 26 - Techvibes (blog)

    16 May 2013 | 3:41 pm
    HTML5 Gaming Workshop Comes to Vancouver on May 26Techvibes (blog)The event, presented by Vancouver Polyglot {Un}conference, Startup Weekend Vancouver and Microsoft Canada, will show attendees how they can use HTML5 to build games and interactive experiences today. Then they will be shown how they can take
  • Firefox 22 Beta improves display scaling in Windows, strengthens privacy and ... - PC Authority

    16 May 2013 | 3:36 pm
    Business Insider AustraliaFirefox 22 Beta improves display scaling in Windows, strengthens privacy and PC AuthorityThe final new feature sees the Firefox 5 HTML5 audio/video player gain a new Play Speed option, allowing users to slow down or speed up playback. Another confirmed change is that plain text files now wrap within the Firefox window, making them easier Firefox Marketplace gets a fresh coat of paintGhacks Technology NewsFirefox 22 beta delivers WebRTC and moreThe Hall 35 news articles »
  • Rune for improvement: RuneScape 3 upgrade could take browser gaming to the ... - Mirror.co.uk

    16 May 2013 | 10:12 am
    Mirror.co.ukRune for improvement: RuneScape 3 upgrade could take browser gaming to the Mirror.co.ukMakers Jagex has announced a leap forward in the game's technology with a new HTML5 engine, improved graphics, longer draw distances, new audio, new design features and a content update as the game heads into a new age this summer. The fort that Runescape 3 MMORPG coming to iPad in time, will work on some Android Pocket-lint.comall 2 news articles »
  • HTML5's 'performance issue' rubbished - .net magazine

    15 May 2013 | 8:31 am
    HTML5's 'performance issue' rubbished.net magazinePaul Bakaus, W3C AC representative for Zynga and creator of jQuery UI, has rubbished so-called 'HTML5 performance issues'. In a blog post titled 'No, HTML5 does not have a performance issue', Bakaus argued against those within the industry that dismiss
  • add this feed to my.Alltop

    HTML5 Doctor

  • How to mark up subheadings, subtitles, alternative titles and taglines

    Steve Faulkner
    3 May 2013 | 5:35 am
    If you don’t already know, the hgroup element is obsolete in HTML5. Advice is now provided in the HTML spec on how to mark up subheadings, subtitles, alternative titles and taglines using existing and implemented HTML features. Advice for marking up subheadings and the like The important question for developers is: How do I mark up these buggers??? To answer this advice has been added to the HTML specification on how to mark up subheadings, subtitles, alternative titles and taglines: Note: Do not use h1–h6 elements to markup subheadings, subtitles, alternative titles and taglines…
  • Interview with Steve Faulkner: HTML5 editor and new doctor

    Bruce Lawson
    19 Mar 2013 | 6:59 am
    Steve Faulkner – invariably prefixed by the honorific “The Mighty” by those who know him – is Australian living in London with his wife and two kids. He works for The Paciello Group, a well-known web accessibility consultancy, and is a co-editor of the HTML5 spec at W3C Today, we’re pleased to announce that he’s joining the HTML5 Doctor team, with special focus on accessibility and didgeridoo. Bruce grills him mercilessly; some questions were contributed over Twitter and co-interrogators are acknowledged below. The Mighty Steve Faulkner, and a UFO…
  • HTML5 forms input types

    Richard Clark
    28 Feb 2013 | 6:00 am
    In the first article in this series we looked at the history of HTML5 forms and many of the new attributes available to us. In this second and final part of the series, we’ll look at the new input types available in HTML5. As we’ll see, these new features will go a long way toward making your life easier while delivering a delightful user experience. The best thing about all this? You can start using them now. This is article is an excerpt from Chapter 6 of Beginning HTML5 and CSS3: The Web Evolved by Christopher Murphy, Oli Studholme, Richard Clark and Divya Manian, published by…
  • HTML5 forms introduction and new attributes

    Richard Clark
    26 Feb 2013 | 6:30 am
    No doubt you interact with at least one form on the Web every day. Whether you’re searching for content or logging in to your e-mail account or Facebook page, using online forms is one of the most common tasks performed on the Web. As designers and developers, creating forms has a certain monotony about it, particularly writing validation scripts for them. HTML5 introduces a number of new attributes, input types, and other elements for your markup toolkit. In this article we’ll be focussing on the new attributes with a future article looking at the new input types. As we’ll…
  • The progress element

    Ian Devlin
    12 Feb 2013 | 6:30 am
    When building web sites and web applications, we often need to provide essential feedback to a user informing them of the progress of their request or task, be it uploading a file, playing a video, or importing data. HTML5 makes life easier for us by defining an element whose sole purpose is just that: the <progress> element. The HTML5 specification describes it best: The progress element represents the completion progress of a task. The task itself is irrelevant, but displaying its progress is not. Attributes # There are four attributes that are specified for the <progress>…
 
  • add this feed to my.Alltop

    HTML5 Gallery

  • pseudoroom design

    Ian Devlin
    29 Apr 2013 | 3:00 am
    Portfolio of Chicago-based designer Justin Dauer.URL: http://www.pseudoroom.com/
  • Nathalie Jonsson

    Ian Devlin
    28 Apr 2013 | 3:00 am
    Personal website of freelance science writer Nathalie Jonsson.URL: http://www.nathaliejonsson.co.uk/
  • iuqo

    Ian Devlin
    27 Apr 2013 | 3:00 am
    Website of a digital production studio by Izaias Cavalcanti and Anderson Barras.URL: http://www.iuqo.com/
  • Jeremiah Shoaf

    Ian Devlin
    26 Apr 2013 | 3:00 am
    Portfolio site of freelance designer Jeremiah Shoaf, who is based in Colorado, USA.URL: http://www.jeremiahshoaf.com/
  • Eliantemo

    Richard Clark
    11 Apr 2013 | 8:44 am
    Brochure site for an Italian Farm rental property. The site makes use of a number of new HTML5 elements. Interestingly an aside has been used to wrap the header and footer content. Additionally multiple nav elements have been used for the site navigation when a single element with two unordered lists would probably have sufficed.URL: http://www.eliantemo.com/
 
 
  • add this feed to my.Alltop

    HTML5 Video

  • Plugins-Free WebRTC Based Peer 2 Peer Video Delivery – HTML5 Video

    zohar
    22 Apr 2013 | 6:24 am
    Originally posted on blog.kaltura.org . We invite you for a sneak preview of a new disruptive WebRTC based Peer to Peer technology and experience the first ever plugins-free, large-scale peer-assisted streaming of video from multiple sources around the world, where all registered participants will enter the live demo together, and watch as the video plays seamlessly from multiple peers. To join the live demo, register at: http://kaltura2013.peer5.com
  • groovecoder: Packaged HTML5 Apps: Are we emulating failure?

    Andrew Davis
    9 Jan 2013 | 12:10 pm
    groovecoder: Packaged HTML5 Apps: Are we emulating failure? ‘When we discussed Sencha’s Fastbook app on the mozilla.engagement.developers list Robert pointed out that Sencha compared their HTML5 app running in mobile web browser to Facebook’s HTML5 app running in an iOS WebView – the way Sencha & PhoneGap packaged HTML5 apps actually run. It’s widely discussed, as we did with Fastbook, that HTML5 apps perform worse in iOS UIWebView than iOS Safari. There are similar stories about Android WebView performance, and Tulsa Web Dev and HTML5 PhoneGap developer…
  • “Never Having to Leave DevTools”

    Andrew Davis
    5 Jan 2013 | 10:42 am
    Never Having to Leave DevTools “Check out this short video by Remy Sharp showing us how you can use Chrome DevTools as a code editor. Literally edit JavaScript and save it back to disk without ever leaving the browser.”
  • Ubuntus Quixotic Mobile War: HTML5 – Not Linux – Is The Key

    Andrew Davis
    4 Jan 2013 | 7:06 am
    Ubuntus Quixotic Mobile War: HTML5 – Not Linux – Is The Key “Making the Web a first-class citizen on mobile devices? That would be a Very Big Deal, and it’s one that Canonical has already started to deliver on, as Shuttleworth rightly notes. It’s a potentially winning strategy because it’s disruptive. Shuttleworth stresses that being late to the mobile party is a virtue, but I can’t agree. Except…he might be right insofar as HTML5 is concerned. Ubuntu’s tardiness has allowed HTML5 to mature. For the first time, HTML5 job postings, which…
  • Netflix bill passes Senate, users are one step closer to sharing straight to Facebook

    Andrew Davis
    21 Dec 2012 | 5:44 pm
    Netflix bill passes Senate, users are one step closer to sharing straight to Facebook “A bill that would make it easier for consumers to share information about their digital viewing habits has successfully passed the US Senate, reports All Things D. The bill was just passed by the House of Representatives on Tuesday, and would give Netflix users in the US the ability to frictionlessly share the movies and TV shows that they\u2019re watching directly to their Facebook accounts. That\u2019s something that users in Canada and Latin America have been able to do for some time, but it…
  • add this feed to my.Alltop

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

  • Working with HTML5 in Eclipse Juno

    14 May 2013 | 6:58 pm
    In this follow-up to the the Create an Static HTML5 Web Project in Eclipse article, Rob Gravelle explains how to use Eclipse Juno's auto-complete feature, the WYSIWYG (What You See Is What You Get) Editor, and how to create your own HTML5 templates.
  • 5 Ways to Increase Web Conversions with Design

    13 May 2013 | 6:26 pm
  • Review: CSS3 Maker

    13 May 2013 | 6:04 pm
    In this article we look at CSS3 Maker, a web based tool which allows you to quickly create many CSS3 effects. Your choices are: Border Radius, Gradient, CSS Transform, CSS Animation, RGBA, Text Shadow, Box Shadow, Text Rotation and @Font Face.
  • Flexibility: A Foundation for Responsive Design

    8 May 2013 | 5:50 pm
    With responsive Web design rapidly becoming one of the biggest development trends this year, partly because the concept is simple and crucial to ease: develop a site using methods that enable it to adapt and respond to different devices and resolutions. This article will discuss the another crucial design equation, Flexibility.
  • How the "Be the Thief" Experience Was Created

    7 May 2013 | 6:03 pm
    Our goal with the Thief of Thieves Experience is to deliver an immersive experience through Internet Explorer 10 equal to one you’d typically find in a native application. We do this by using the latest in HTML5, CSS3, touch, and related technologies. This article will explore the techniques used to develop the app.
 
Log in