Intro to HTMX: Dynamic HTML without JavaScript

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 interactivity. HTMX gives you HTTP interactions directly in the markup, and it supports many other interactive needs without resorting to JavaScript. It’s […]

Netflix Plans to Ditch Silverlight for HTML5

It will be a little while before HTML5 is ready, says Netflix, but eventually the company plans to migrate its browser-based video player from Microsoft’s Silverlight plugin to HTML5. Netflix is looking to ditch its Silverlight-based video player for an HTML5 version that would work pretty much anywhere, but HTML5 isn’t quite up to the […]

Adding Recent News Boxes to Your Website

One of the most common components to any website is a section that displays a number of your most recent news articles. This helps keep your users engaged and provides the necessary real estate to showcase featured content. Of course, there are multiple ways to display this type of content, from a vertical list to […]

HTML5 Basics For Everyone Tired Of Reading About Deprecated Code

You’ve probably seen many references to HTML5, along with mentions of certain features being “Deprecated” or “New” in HTML5. This can sometimes be confusing, as you find out that the way you thought you were “supposed” to do something is now not the right way at all. It can also be annoying, especially since most […]