Category: Displaying data

Recent Post

Detect a user’s language preference with JavaScript

Detect and use a user's language preference to format display values.

Currency formatting in JavaScript

How to convert a numeric values to a currency value using the native Internationalization API.

Lazy image and iframe loading using pure HTML

Just set the HTML 'loading' attribute to 'lazy' for images and iframes!

innerText vs textContent in JavaScript

Learn the difference between innerText and textContent!

Create an image carousel with user controls

Create an image carousel with user controls using HTML, CSS and vanilla JavaScript

Create a live time display from different world cities

Create a ticking clock display for world cities using HTML, CSS and vanilla JS

Simple date and time formatting in Javascript

Learn how to easily print the date and time in user-friendly format.