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…
HTML5
-
Most Topular Stories
-
Buy and Sell HTML5 Code
HTML5 Blog26 Jan 2012 | 6:35 am -
Video Subtitling and WebVTT
HTML5 Doctor29 Nov 2011 | 9:33 amWe’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 Search19 Jan 2012 | 10:20 amJuan 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 Five26 Jan 2012 | 5:23 pm -
glutn | gluten free, near you
HTML5 Sites6 Jan 2012 | 9:39 pm
-
HTML Five
-
Multivista Construction Documentation
26 Jan 2012 | 5:23 pm -
YouTube – One Hour Per Second
26 Jan 2012 | 10:23 am -
MBA Multimédia
24 Jan 2012 | 2:27 pm -
Code Racer
16 Jan 2012 | 12:59 pm -
Éric Barse
16 Jan 2012 | 11:50 am
-
HTML5 Sites
-
glutn | gluten free, near you
6 Jan 2012 | 9:39 pm -
Popularise – Build your city
18 Dec 2011 | 5:59 pm -
Web Design Academy
22 Nov 2011 | 9:34 pm -
South Mountain
13 Nov 2011 | 4:05 pm -
vlog.it
9 Oct 2011 | 7:25 pm
-
HTML5 news - Google News
-
HTML5 Video on the Web Today - Wired News
27 Jan 2012 | 11:52 amHTML5 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 pmMapQuest 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 pmDoc-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 pmMapQuest 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 pmFeedHenry 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 »
-
HTML5 Doctor
-
Server-Sent Events
24 Jan 2012 | 8:30 amWe’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
10 Jan 2012 | 9:10 amFor 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
20 Dec 2011 | 8:30 amAcross 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
29 Nov 2011 | 9:33 amWe’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
15 Nov 2011 | 7:09 amUntil 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…
-
HTML5 Gallery
-
Redline Engineering
15 Jan 2012 | 8:45 amRedline 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
12 Jan 2012 | 4:02 pmMBA 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
9 Jan 2012 | 4:43 pmA 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
3 Jan 2012 | 3:00 amPersonal 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
2 Jan 2012 | 3:00 amWebsite 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
-
html5 - Techmeme Search
-
Chrome Gets Smarter Auto Form Filling, Google Pushes to Make It HTML5 Standard (Softpedia News)
26 Jan 2012 | 5:05 amSoftpedia News:Chrome Gets Smarter Auto Form Filling, Google Pushes to Make It HTML5 Standard — Google is working on making it easier to auto-complete forms found online. Like several other major browsers, Chrome comes with a rather thorough autofill feature. It remembers data you provide to one website … -
Google Adds WebRTC to Chrome for In-browser Voice, Video Chat (Juan Carlos Perez/PC World)
19 Jan 2012 | 10:20 amJuan 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 … -
After Being Banned, Grooveshark Returns to iOS and Android With HTML5 App (John Paul Titlow/ReadWriteWeb)
13 Jan 2012 | 2:10 pmJohn Paul Titlow / ReadWriteWeb:After Being Banned, Grooveshark Returns to iOS and Android With HTML5 App — Grooveshark may have been booted from both the iTunes App Store and Android Market, but that's not stopping the controversial music streaming startup from forging ahead with its mobile strategy. -
Amazon launches new touch-friendly Kindle Store for iPad (Darrell Etherington/GigaOM)
10 Jan 2012 | 1:45 pmDarrell Etherington / GigaOM:Amazon launches new touch-friendly Kindle Store for iPad — Amazon on Tuesday announced a new touch-optimized version of its Kindle online store aimed at the iPad. The touch-friendly shopping experience used to be available only through Amazon's Cloud Reader web-based Kindle reading client … -
Opera TV Store opens, brings HTML5 web apps to devices everywhere (Lee Mathews/Geek.com)
9 Jan 2012 | 6:50 pmLee Mathews / Geek.com:Opera TV Store opens, brings HTML5 web apps to devices everywhere — At IFA 2011, Opera turned some heads by showing off something unexpected — the Opera TV Store. Now, at CES, the company has announced that the Store is officially open for business. — The goal of the Store …
-
html5 - Twitter Search
-
Get Ready for HTML5….Seriously….: By David Bradbury Here is a really useful post on HTML5 from Artur Adib who now works for Mozilla L...
28 Jan 2012 | 6:18 amGet Ready for HTML5….Seriously….: By David Bradbury Here is a really useful post on HTML5 from Artur Adib who now works for Mozilla L... -
RT @kunfu_code: JavaScript Graphics Library (JSGL) [A DIBUJAR EN JAVASCRIPT] http://t.co/B7OcLG6d || #javascript #html5 #html
28 Jan 2012 | 6:18 amRT @kunfu_code: JavaScript Graphics Library (JSGL) [A DIBUJAR EN JAVASCRIPT] http://t.co/B7OcLG6d || #javascript #html5 #html -
Le jeu Command & Conquer porté en HTML5 via @Place4geek http://t.co/sZeidsTi
28 Jan 2012 | 6:18 amLe jeu Command & Conquer porté en HTML5 via @Place4geek http://t.co/sZeidsTi -
#HTML5 #CSS & #SEO is out! http://t.co/YgqIYP5Z ▸ Top stories today via @defred
28 Jan 2012 | 6:18 am#HTML5 #CSS & #SEO is out! http://t.co/YgqIYP5Z ▸ Top stories today via @defred -
todo el mundo debe tener activo - #sinflash / Reproductor de vídeo #HTML5 de #YouTube - http://t.co/cA8cwuiU
28 Jan 2012 | 6:18 amtodo el mundo debe tener activo - #sinflash / Reproductor de vídeo #HTML5 de #YouTube - http://t.co/cA8cwuiU
-
HTML5 Blog
-
Can HTML5 Help Find a Cure for AIDS?
28 Jan 2012 | 5:27 amThere 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
26 Jan 2012 | 6:35 amI 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
1 Dec 2011 | 2:38 amHappy 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.
9 Nov 2011 | 9:33 amI 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
11 Oct 2011 | 5:44 amHere 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…
-
HTML5 Video
-
SoundCloud Goes HTML5, Makes Non-Flash Audio Player Its Default
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
23 Jan 2012 | 11:43 amArs 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
19 Dec 2011 | 7:26 amRoni 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
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
15 Dec 2011 | 2:41 pmThe 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.
-
html5 games
-
Classic Solitaire
5 Jan 2012 | 4:01 pmCard 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
5 Jan 2012 | 3:55 amEverybody 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
4 Jan 2012 | 4:07 pmAstriarch 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
4 Jan 2012 | 4:04 pmIllyriad 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
3 Jan 2012 | 4:17 pmMemory 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





















