I get it. It takes time for new features in HTML/CSS/JavaScript to take effect and begin to get used regularly by developers. I myself am gu...read more
Posted on: 5/9/2020 - 2 min read
Working with the 'template' tag in HTML5
Templates are reusable chunks of HTML that are ignored by the HTML rendering engine in the browser, so they will not appear in your web page...read more
Just before beginning to write this post, I had an entirely different post in mind. I was going to write about the W3C (The World Wide Web C...read more
The year is almost 2020 as of this writing, and the HTML5 specification officially became a stable W3C Recommendation in 2014. Is it now tim...read more
One of the biggest challenges in the past when working with HTML markup was the excessive use of the <table> tag for layout effects. E...read more
Posted on: 1/7/2016 - 4 min read
Getting Started With JavaScript's WebRTC
WebRTC is a free open sourced technology that allows your everyday browsers to perform Real Time Communication through a set of simple API'...read more