HTML5 Examples
8 pages tagged “HTML5 Examples”
-
Laugh of the Day: Prime Ranking in SERP, but No Content
Getting high ranking on search engines is usually pretty hard. But if you have invented something new or have a revolutionary product or service, your website might rank well for those search terms …
-
Not all design testing tools are created equal
I’ve noticed lately a proliferation of websites like Responsive Design Testing Tool which claim to offer a way to test your responsive web designs in different browser or device widths. I happily …
-
I'm loving SVG
One of the great things about HTML5 is that there is a proposal in the W3C to allow HTML5 and XHTML to include SVG inline in the documents. But what’s especially great is that if you’re using a modern …
-
What is ugly HTML?
Yesterday, someone asked me the question: “What is ugly HTML?” And I realized that this isn’t necessarily an obvious thing. HTML is often ugly simply because of how it looks, this mostly centers …
-
Drag and Drop upload–the final step
Many tutorials on drag and drop with HTML5 do everything but the actual upload step. This is because that step requires server interaction and scripting–you can’t just use JavaScript. But the HTML5 …
-
Examples have been indexed
All of the examples mentioned in the book have been live since July 2011, but now they are finally indexed. You can now find the examples by hour to see how they work online. I will be working on …
-
Do you want to solve an HTML5 puzzle?
I’ve been working on HTML5 drag and drop this week, and I’ve created a simple puzzle that you can play with in any HTML5 browser: HTML5 Drag and Drop Puzzle Yes, it’s a pretty easy puzzle, but I do …
-
The start of a simple online HTML editor with HTML5
I’ve been playing with contenteditable all day today, and let me tell you it’s been fun. I now have the workings of a simple HTML editor using contenteditable. Just type in your text in the left side, …