HTML5

  • Most Topular Stories

  • Buy and Sell HTML5 Code

    HTML5 Blog
    Stan Byme
    26 Jan 2012 | 6:35 am
    I needed a simple HTML5 web app for an educational website I own. I could have built the app from scratch which would have been fun but too time consuming. I enjoy learning but this project had to be completed in a hurry. I opted instead to buy HTML5 code from CodeCanyon where you can get HTML5 code for as cheap as $3. Buying HTML5 Code The beauty of buying HTML5 code on CodeCanyon is that the code has been run through its share of tests. HTML5 is still so new and always evolving that testing and debugging HTML5 code you write can be a challenge. Buying code is definitely a timesaver. Every…
  • Video Subtitling and WebVTT

    HTML5 Doctor
    Tom Leadbetter
    29 Nov 2011 | 9:33 am
    We’ve been able to play video in the browser without a plugin for a couple of years now, and whilst there are still some codec annoyances, things appear to have settled down on the video front. The next step is adding resources to the video to make it more accessible and provide more options to the viewer. We currently have no means to provide information about what’s happening or being said in the video, which means the video isn’t very accessible and the user can’t easily navigate to a particular section of the video. Thankfully, there’s a new format specification in the works…
  • Google Adds WebRTC to Chrome for In-browser Voice, Video Chat (Juan Carlos Perez/PC World)

    html5 - Techmeme Search
    19 Jan 2012 | 10:20 am
    Juan Carlos Perez / PC World:Google Adds WebRTC to Chrome for In-browser Voice, Video Chat  —  Google has built the WebRTC technology into a test version of Chrome to let the browser run voice and video chat applications within the browser interface.  —  Chrome's Dev Channel version now has WebRTC …
  • Multivista Construction Documentation

    HTML Five
    Leo
    26 Jan 2012 | 5:23 pm
  • glutn | gluten free, near you

    HTML5 Sites
    Jason
    6 Jan 2012 | 9:39 pm
 
  • add this feed to my.Alltop

    HTML5 news - Google News

  • HTML5 Video on the Web Today - Wired News

    27 Jan 2012 | 11:52 am
    HTML5 Video on the Web TodayWired NewsBy Scott Gilbertson The hype surrounding HTML5 video has thankfully receded from the high water mark of 2011. But the absence of hype doesn't mean HTML5 video is a thing of the past. In fact, while it's true that HTML5 video still can't completely and more »
  • MapQuest Launches New Mobile Web Experience - EON: Enhanced Online News (press release)

    25 Jan 2012 | 10:41 pm
    MapQuest Launches New Mobile Web ExperienceEON: Enhanced Online News (press release)DENVER--(EON: Enhanced Online News)--MapQuest, a wholly owned subsidiary of AOL Inc. (NYSE: AOL), today launched an all-new mobile browser experience built using HTML5. Designed to be more like MapQuest's free iPhone and Android apps, the MapQuest and more »
  • Doc-To-Help 2012 Offers Mobile HTML5-based Output and New Language Format - Sacramento Bee

    25 Jan 2012 | 4:38 pm
    Doc-To-Help 2012 Offers Mobile HTML5-based Output and New Language FormatSacramento BeeThe mobile HTML5-based output offers complete navigation, table of contents, index, and multi-touch (ie, swipe and pinch) support. Doc-To-Help's Product Manager, Dan Beall stated, "We've created a sample and short video that shows how users may produce and more »
  • MapQuest tries to one-up Google Maps with new HTML5-based web app for iPhone ... - MobileSyrup.com

    25 Jan 2012 | 12:11 pm
    MapQuest tries to one-up Google Maps with new HTML5-based web app for iPhone MobileSyrup.comDeveloped with HTML5 and Javascript, the new website is available at www.mapquest.com inside your mobile browser, and provides many of the same functionality as your native Google Maps. The app incorporates a dynamic menu that scrolls horizontally and more »
  • FeedHenry Launches First Commercially Available HTML5 Node.js Platform for ... - EON: Enhanced Online News (press release)

    24 Jan 2012 | 7:29 pm
    FeedHenry Launches First Commercially Available HTML5 Node.js Platform for EON: Enhanced Online News (press release)SAN FRANCISCO--(EON: Enhanced Online News)--Node Summit – FeedHenry, the developer of cloud-based mobile application solutions, has launched the first enterprise mobility solution that allows developers to build HTML5, JavaScript and hybrid apps with a and more »
 
  • add this feed to my.Alltop

    HTML5 Doctor

  • Server-Sent Events

    Remy Sharp
    24 Jan 2012 | 8:30 am
    We’ve already had a glimpse at Server-Sent Events (also known as EventSource, and I’ll switch between the two to keep you on your toes) in my Methods of Communication article from last year. In this article, I want to delve in to more detail about the SSE API, demonstrate its features, and even show you how to polyfill browsers that lack EventSource support. Server-Sent Events are real-time events emitted by the server and received by the browser. They’re similar to WebSockets in that they happen in real time, but they’re very much a one-way communication method from…
  • The contenteditable attribute

    Jack Osborne
    10 Jan 2012 | 9:10 am
    For some time now, we’ve been using various technologies to edit and store text within a web browser. Now with the contenteditable attribute, things have got a whole lot easier. In this article, I’ll tell you what this attribute is for, how it works, and how we can take things further. The Basics # First, let’s check out the spec: The contenteditable attribute is an enumerated attribute whose keywords are the empty string, true, and false. The empty string and the true keyword map to the true state. The false keyword maps to the false state. In addition, there is a third state, the…
  • The output element

    Richard Clark
    20 Dec 2011 | 8:30 am
    Across the web, you’ll see a range of sites that feature calculators for working out things like loan repayments, mortgage rates, tax, insurance, and more. Until now, we’ve had no way of semantically marking up the result of those calculations. Enter: the <output> element! In this article, we’ll show you <output> and some related JavaScript tricks. Let’s get cracking. The Definition # The <output> element, new in HTML5, is used in forms. The WHATWG HTML specification describes <output> very simply: The output element represents the result of a calculation.
  • Video Subtitling and WebVTT

    Tom Leadbetter
    29 Nov 2011 | 9:33 am
    We’ve been able to play video in the browser without a plugin for a couple of years now, and whilst there are still some codec annoyances, things appear to have settled down on the video front. The next step is adding resources to the video to make it more accessible and provide more options to the viewer. We currently have no means to provide information about what’s happening or being said in the video, which means the video isn’t very accessible and the user can’t easily navigate to a particular section of the video. Thankfully, there’s a new format specification in the works…
  • Pushing and Popping with the History API

    Mike Robinson
    15 Nov 2011 | 7:09 am
    Until recently, we developers couldn’t to do much with the state and history of the browser. We could check the number of items in the history and push users forwards and backwards, but this provides little benefit to the user. With the rise of more dynamic web pages, we need more control. Thankfully, HTML5 gives us that control by extending the JavaScript History API. What’s the point? # It goes without saying that URLs are important. They’re the method of accessing the vast collections of information and resources on the web, and more recently, they’ve begun representing the…
  • add this feed to my.Alltop

    HTML5 Gallery

  • Redline Engineering

    Gerard Druiven
    15 Jan 2012 | 8:45 am
    Redline Engineering are specialists in the servicing, restoration and sales of the classic AC car marque.The site is built using some of the new HTML5 elements such as article, nav, figure, header and footer. There is no real need to use an article for the main content, because that creates a new section in the document outline. You can think of sections as mini-documents, so it makes more sense for this to be the main page content. Using input type="email" would also improve the forms on the site.URL: http://www.redlinepe.co.uk
  • MBA Multimedia

    Gerard Druiven
    12 Jan 2012 | 4:02 pm
    MBA Multimedia is a web agency based just outside Rennes in France.The site is really well constructed and makes good use of headings to create a nice outline. Other boxes are ticked too including hcard microformat and good use of new form input types and attributes. There is a little WAI-ARIA which could be rolled out to cover banner, navigation, form, complementary and contentinfo roles.URL: http://www.mba-multimedia.com
  • Gallery of Mo

    Gerard Druiven
    9 Jan 2012 | 4:43 pm
    A gallery of portraits of people who donated to the Movember campaign in 2011, each with a moustache added by the artist.The site is nicely constructed and each portrait is in a section element, which helps build a document outline. Perhaps they would be better as articles as they work as standalone items, but a bigger problem is the lack of heading elements within each.URL: http://www.galleryofmo.co.uk
  • Sann-Remy Chea

    Gerard Druiven
    3 Jan 2012 | 3:00 am
    Personal website of developer Sann-Remy Chea, who’s based in Paris, France.Good use of some of the new structural elements that HTML5 has to offer. Where there are two h elements together, they could be grouped in a hgroup. The section element is sometimes being used for styling purposes only, so a div would be more appropriate. The time element could be used to enclose the blog post dates.Remember that the script element no longer requires the type attribute.URL: http://srchea.com/
  • Always data

    Gerard Druiven
    2 Jan 2012 | 3:00 am
    Website of Styro, a graphic designer and front-end developer based in Paris, France.Good clean use of semantic HTML5 elements in this layout, although the “content” section element should probably use a div instead. The article element is used to enclose each entry and the time element is used for the post date, although the small element probably shouldn’t be used here. The canvas element is used to draw a diagonal red line in the page background.URL: http://styro.alwaysdata.net
 
 
  • add this feed to my.Alltop

    HTML5 Blog

  • Can HTML5 Help Find a Cure for AIDS?

    Stan Byme
    28 Jan 2012 | 5:27 am
    There is a volunteer computing project going on right now called “Social Docking” that is written entirely using HTML5 and is run completely within the web browser. It’s an initiative to find compounds of pharmaceutical interest towards AIDS and Alzheimers. All you have to do is visit this HTML5 app socialdocking.appspot.com and let the app be in your browser for about 10 minutes before closing it. You can open a new window to browse the web or do whatever you want on your computer during that time. The idea is to get the simulation to run for 3000 iterations. This low cost…
  • Buy and Sell HTML5 Code

    Stan Byme
    26 Jan 2012 | 6:35 am
    I needed a simple HTML5 web app for an educational website I own. I could have built the app from scratch which would have been fun but too time consuming. I enjoy learning but this project had to be completed in a hurry. I opted instead to buy HTML5 code from CodeCanyon where you can get HTML5 code for as cheap as $3. Buying HTML5 Code The beauty of buying HTML5 code on CodeCanyon is that the code has been run through its share of tests. HTML5 is still so new and always evolving that testing and debugging HTML5 code you write can be a challenge. Buying code is definitely a timesaver. Every…
  • Free HTML5 Christmas Logos

    Stan Byme
    1 Dec 2011 | 2:38 am
    Happy Holidays from the HTML5 Blog! This is my gift to you. A set of HTML5 Christmas logos. You will notice that I already incorporated one of the designs in my blog. This set of free HTML5 holiday graphics was created by my wife, Lily Adams. She is the “Affordable Logo Designer” offerring logo designs for $39. The HTML5 Christmas logo pack is available in three file formats. They are AI, EPS, and PDF. Download the free vectors here. There are 4 HTML5 Christmas logo designs. The first is the simplest with a sleek Santa’s hat on the “5″ and snow on the HTML. The…
  • HTML5 Wins! Mobile Flash is Extinct.

    Stan Byme
    9 Nov 2011 | 9:33 am
    I have good news and some bad news. The good news is that Flash is dead on mobile devices. Adobe is stopping development on Flash Player for browsers on mobile. This is the summary from an e-mail sent to Adobe partners on Tuesday evening that was obtained and first reported on by ZDNet. The other good news to come from this is that Adobe will be putting more money into their HTML5 aspirations. I have really enjoyed working with the free previews of Adobe Edge, their HTML5 animation software. Adobe should be releasing the commercial version of Edge in 2012. I am hoping more resources will be…
  • 7 Questions for HTML5 Game Designers

    Stan Byme
    11 Oct 2011 | 5:44 am
    Here are 7 questions with two HTML5 game designers, Sean Lim & William Tan of GameYawp. Their most recent HTML5 game, Zombie Typomaniac is fantastic! This game is better than any Flash typing game I have ever played. Try it out and see for yourself. Here they are: At GameYawp, we’ve recently launched our latest HTML5 game: Zombie Typomaniac. It’s a humorous typing shooter where the player types words to shoot a variety of zombies, surviving through different levels of zombies and unique zombie bosses. The game also features powerups that can freeze, slow down zombies etc.  The…
 
  • add this feed to my.Alltop

    HTML5 Video

  • SoundCloud Goes HTML5, Makes Non-Flash Audio Player Its Default

    Andrew Davis
    26 Jan 2012 | 8:58 am
    “It’s not just cross-device compatibility that makes ditching Flash a good idea. HTML5 is also less resource-intensive when playing back audio, and should exhibit better performance.” via SoundCloud Goes HTML5, Makes Non-Flash Audio Player Its Default.
  • Mozilla demos MediaStream Processing, audio mixing in Firefox

    Andrew Davis
    23 Jan 2012 | 11:43 am
    Ars Technica via Mozilla demos MediaStream Processing, audio mixing in Firefox.
  • How To Increase Video SEO Using In-Video Chapters Driven By Cue-Points | Kaltura Community Blog

    Andrew Davis
    19 Dec 2011 | 7:26 am
        Roni Cohen gives us a github repository that demos how to use Kaltura cue points and .htaccess rewrites to give search engines and users links to any chapter within your videos. How To Increase Video SEO Using In-Video Chapters Driven By Cue-Points | Kaltura Community Blog.
  • Galaxy Nexus A Step Up For Android HTML5 Performance

    Andrew Davis
    15 Dec 2011 | 5:25 pm
    “Android is finally an acceptable HTML5 platform. The hiccups, crashes and poor rendering seen with previous builds have mostly been eliminated. “Although still behind the current HTML5 gold standard of iOS5, Android 4.0 is night and day compared to previous versions,” Sencha reports.” via Galaxy Nexus A Step Up For Android HTML5 Performance.
  • Finnish Broadcast Chief: The Problems with Native Apps and Upside of HTML5

    Andrew Davis
    15 Dec 2011 | 2:41 pm
    The Finnish Broadcasting CEO, Lauri Kivinen, believes that HTML5 is the most robust solution to deliver video content to the three primary screens in consumer’s homes: HDTV, tablets, and mobile phones. Click through for the full interview from beet.tv. via Finnish Broadcast Chief: The Problems with Native Apps and Upside of HTML5.
  • add this feed to my.Alltop

    html5 games

  • Classic Solitaire

    HTML5 Player
    5 Jan 2012 | 4:01 pm
    Card games have always been favourites among those looking for some good gaming. Classic Solitairetakes a cue from this and comes up with the play ground infested with cards from the complete suit. This classic game of Solitaire is definitely going to take you back to those days of childhood where playing Solitaire topped the prority list each day. Some cool graphics and transitions make for a pleasant gaming experience. Developed by: pasjans-online.pl
  • Office Snake

    HTML5 Player
    5 Jan 2012 | 3:55 am
    Everybody knows how to play the game Snake, and here we have a very good implementation of this classic game. In addition to the classic mode there is also a Challenge mode that offers something new. In Challenge mode you must not only manage the length of your snake but also solve the puzzle too. Instructions Use the Arrow keys to control the direction of your snake. Developed by: Brian Ustas
  • Astriarch

    HTML5 Player
    4 Jan 2012 | 4:07 pm
    Astriarch is both the name and the aim of this cool new HTML5 game. You are challenged to build planetary improvements and ships to get the better of your enemies and rule the planets of celestial space. You intend to become the master of the universe and earn the right to be called Astriarch. This is a space strategy game, and a pretty good one at that. Surely, you’ll have some great fun playing Astriarch. Developed by: Mastered Software
  • Illyriad

    HTML5 Player
    4 Jan 2012 | 4:04 pm
    Illyriad is a top class strategy based HTML5 game that unleashes a whole kingdom of opportunities and threats on the players who are then left with the aim of building and accumulating resources. You could build a strong trade network, or a lethal army with your resources. Trade, raid, invade, do all you have to in order to maximize your resourcea and create an impression in this multiplayer HTML5 game. Developed by: Illyriad Games
  • Memory Play

    HTML5 Player
    3 Jan 2012 | 4:17 pm
    Memory Play is a simple yet surprisingly intriguing little game that goes about checking and improving your memorizing skills by throwing sets of four at you and then challenging you to repeat the sequence. Playing the game on touch screen phones is great fun. Cute presentation coupled with challenging memory tests gel well together and help Memory Play in becoming a cool gaming proposition for your times of boredom. Developed by: Vectorlight
Log in