News
Entertainment
Science & Technology
Sport
Business & Money
Life
Culture & Art
Hobbies
22 | Follower
David Walsh Blog
04.09.2024
The ability to download media on the internet almost feels like a lost art. When I was in my teens, piracy of mp3s, movies, and just about everything else
04.08.2024
curl is one of those great utilities that's been around seemingly forever and has endless use cases. These days I find myself using curl to batch download
20.06.2024
CSS selectors never cease to amaze me in how powerful they can be in matching complex patterns. Most of that flexibility is in parent/child/sibling
18.06.2024
Working on a web extension that ships to an app store and isn't immediately modifiable, like a website, can be difficult. Since you cannot immediately
14.05.2024
Remembering the WiFi password when on a guest network is never easy. Even worse is when it's no longer posted and someone else is asking you for it.
02.05.2024
This past weekend I had the opportunity to be what every father wants, if only for a moment: the "cool dad". My wife was out of town and my youngest son
16.04.2024
Modals have been an important part of websites for two decades. Stacking contents and using fetch to accomplish tasks are a great way to improve UX on
26.03.2024
AI media creation has expanded to incredible video art and a host of other important improvements, and LimeWire is leading the way in creating an awesome
19.03.2024
Time can be a funny thing. I still remember discovering HTML, CSS, and JavaScript coding. I still remember my first college programming course. I still
07.02.2024
Anyone is capable of having their caps lock key on at any given time without realizing so. Users can easily spot unwanted caps lock when typing in most
06.02.2024
One of the HTML elements that frequently comes into collision with CSS is the img element. As we learned in Request Metrics' Fixing Cumulative Layout
25.01.2024
Over 50 thousand developers visit DavidWalshBlog every month from around the world to learn JavaScript tricks and fix problems in their code.
18.01.2024
Ask any software engineer and they'll tell you that coding date logic can be a nightmare. Developers need to consider timezones, weird date defaults, and
17.01.2024
User input from HTML form fields is generally provided to JavaScript as a string. We've lived with that fact for decades but sometimes developers need to
16.01.2024
Streaming services have revolutionized content delivery, sending linear media companies into a panic as they watch traditional cable services decay.
19.12.2023
As the demands of the web change and developers experiment with different user experiences, the need for more native language improvements expands. Our
28.11.2023
The underground world of creating and streaming Super Mario World-based ROM hacks continues to gain popularity. This popularity is a tribute to the
29.10.2023
Most developers spoil themselves with fun command line utilities to make their work easier and more efficient. One such command line helper allows
24.10.2023
Visual Studio Code has taken the crown of most used text editor, at least in JavaScript spheres. VSCode is fast, feature-filled, and supports thousands of
13.10.2023
LimeWire was a staple of my youth. LimeWire was software that allowed users to share any type of file during the revolutionary days of file sharing. Fast
One of the best things that ever happened to t he user experience of the web has been web extensions. Browsers are powerful but extensions bring a new
14.09.2023
You’ve visited countless websites, and now you’re designing your own. Stop and think for a minute about what you’ve liked and didn’t like about some of
12.09.2023
07.09.2023
It's rare that I'm disappointed by the JavaScript language not having a function that I need. One such case was summing an array of numbers -- I was
14.08.2023
As more of the JavaScript developers write becomes asynchronous, it's only natural to need to wait for conditions to be met. This is especially true in a
11.08.2023
One of the larger downloads when requesting a webpage are custom fonts. There are many great techniques for lazy loading fonts to improve performance for
07.08.2023
Web debugging tools are so incredibly excellent these days. I remember the days where they didn't exist and debugging was a total nightmare, even for the
17.07.2023
Parsing of URLs on the client side has been a common practice for two decades. The early days included using illegible regular expressions but the
06.07.2023
When it comes to finding relationships between elements, we traditionally think of a top-down approach. We can thank CSS and
05.07.2023
Artificial intelligence applications have hit like a massive wave over this past year, with ChatGPT being the most prominent. ChatGPT can take any written
26.06.2023
Manipulating data is core to any programming language. JavaScript is no exception, especially as JSON has token over as a prime data delivery format. One
12.06.2023
It's been quite a while since I've gotten a few things off of my chest and since I'm always full of peeves and annoyances I thought it was time to
01.06.2023
Creating screen recordings is an essential skill for web developers. Screen recordings can illustrate new features, bugs, or a variety of other ideas. I'm
09.05.2023
Restarting and shutting down a computer remotely is a frequent task for remote system administrators. As someone that writes many shell scripts, I also
08.05.2023
Bluesky is a hot new social networking platform that functions like Twitter from Twitter's original founder. New users are flooding into the platform as a
04.05.2023
Multipurpose themes are flexible WordPress templates that can be used to create virtually any kind of website. They are often best-sellers, and because
01.05.2023
Privacy is always incredibly important, especially with visual media where you may not have the permission of individuals in the video. If you're filming
28.04.2023
The CSS language is full of small gaps which are frustrating to navigate. Between CSS properties to hide a container and its contents, there is still room
18.04.2023
Cheating in online games is a huge issue these days -- just ask anyone playing PUBG. Cheaters aren't difficult for players to spot but vendors oftentimes
17.04.2023
Managing, sorting, and manipulating data with JavaScript is a skill we've often delegated to third party libraries like lodash. As the JavaScript language