In an era before HTML5 games had become fashionable and Flash games were spread all over the world and considered the only avenue for game production, Steve Jobs had already perceived the infinite potential of HTML5 and foreseen the not-too-distant future. … [Read more...] about The World’s Most Powerful HTML5 Workflow
HTML
7 Best HTML Tutorials and Resources
What is HTML? HTML is a markup language. The word markup was used by editors who marked up manuscripts (usually with a blue pencil) when giving instructions for revisions. "Markup" now means something slightly different: a language with specific syntax that instructs a Web browser how to display a page. Once again, HTML separates "content" (words, images, audio, video, and so … [Read more...] about 7 Best HTML Tutorials and Resources
How to Use HTML5 Form Validation Patterns
What are HTML5 Form Validation Patterns When creating forms in HTML 5, you need a way to validate if the user inputted the correct data into a field. Using what is called a "pattern" attribute, you can make sure that the user did actually input the right data in a field. Different fields can accept different input, for example there are Name, Date, Phone, Email, and other field … [Read more...] about How to Use HTML5 Form Validation Patterns