Software
Know about cutting edge softwares. Best tips about various open source, freeware and shareware utility. Find plethora of latest software according to need.
-
Detect Browser Bars Visibility with JavaScript
It’s one thing to know about what’s in the browser document, it’s another to have insight as to the user’s…
Read More » -
Detecting Fonts Ready
Knowing when resources are loaded is a key part of building functional, elegant websites. We’re used to using the DOMContentLoaded…
Read More » -
How to Internationalize Numbers with JavaScript
Presenting numbers in a readable format takes many forms, from visual charts to simply adding punctuation. Those punctuation, however, are…
Read More » -
Detect System Theme Preference Change Using JavaScript
JavaScript and CSS allow users to detect the user theme preference with CSS’ prefers-color-scheme media query. It’s standard these days…
Read More » -
How to Extend Prototypes with JavaScript
One of the ideological sticking points of the first JavaScript framework was was extending prototypes vs. wrapping functions. Frameworks like…
Read More » -
Locate Empty Directories from Command Line
As a software engineer that lives too much of his life on a computer, I like keeping my machine as…
Read More » -
Convert Fahrenheit to Celsius with JavaScript
The United States is one of the last bodies that refuses to implement the Celsius temperature standard. Why? Because we’re…
Read More » -
How to Use window.crypto in Node.js
I’ve been writing a bunch of jest tests recently for libraries that use the underlying window.crypto methods like getRandomValues() and…
Read More » -
Create a Thumbnail From a Video with ffmpeg
Creating a thumbnail to represent a video is a frequent task when presenting media on a website. I previously created…
Read More » -
How to Use Storage in Web Extensions
Working on a web extension is an interesting experience — you get to taste web while working with special extension…
Read More »