How to convert a plain SVG string or SVG node to an Image (PNG or JPEG) in the browser with JavaScript
Learn how to easily convert a plain SVG string to an image directly in the browser.
JavaScript is a programming language used to make web pages interactive. It runs on your visitor's computer and doesn't require constant downloads from your website.
Learn how to easily convert a plain SVG string to an image directly in the browser.
Learn how to calculate automatically the proper height of an image with custom width preserving the original aspect ratio.
Learn how to prevent regular users from opening the developer's tools in the browser.
Learn with examples what's the difference between loading a script normally, with the async or defer attributes.
Learn how to properly Lazy Load a YouTube embed video on your website with JavaScript
Discover why and when should you obfuscate your JavaScript code.
Learn how to read multiple JavaScript files at once using the FileReader in JavaScript.
Learn how to use the ScrollHint library to display a suggestion in horizontally scrollable elements.
Learn how to prevent the "do-not-access-objectprototype-method" error from appearing when building your JavaScript application.
Learn how you can easily determine the Screen refresh rate with the help of a little trick in the browser with JavaScript