HTML5 offers form field validation support built into the HTML form input tags that should greatly reduce the need for JavaScript validation code. In this post, I look at some examples of this.
HTMX is the HTML extension syntax that replaces JavaScript with simple markup. It could change the course of web development. HTMX lets you use an extended HTML syntax instead of JavaScript to achieve ...
jsFiddle lets developers play with the three core elements of Web development. Check out this powerful application for rapid prototyping and testing. Every developer has been in the situation where ...
JavaScript has its benefits when used correctly. Learn about JS SEO best practices and tools for JavaScript debugging here. JavaScript is a great option to make website pages more interactive and less ...
A recent tweet from Google’s Gary Illyes called attention to problem of invalid HTML. Google is fine with invalid HTML. Less well known is that there are negative outcomes associated with invalid HTML ...