HTML5 Attributes
4 pages tagged “HTML5 Attributes”
-
HTML5 Cheat Sheet
I built an HTML5 cheat sheet for myself, so that I could make sure that my tag libraries were up-to-date and so on. And then when I finished, I realized that this might be something you would like …
-
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 …
-
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, …