Menu

Category

Web Development

Articles

web development
How to Change Browser Location and Timezone for Testing
Testing location-based functionality is crucial for modern web applications, particularly in the modern age, where site visitors can come fr
web development
Why I'm Switching to Fathom Analytics in 2026
For the past 10 years I've used Google Analytics exclusively on all of my websites and projects. It's free, relatively easy to implement and
web development
Creating a Custom Color Picker Tool Using the EyeDropper API
The **EyeDropper API** is one of the most user-friendly and visually engaging new Web APIs available today. It allows web applications to op
web development
How to Crop an Image Before Upload in JavaScript
Letting users crop their images before uploading improves both user experience and backend efficiency. Whether it’s a profile picture, produ
web development
Pure CSS Loading Skeleton Screens
We've all been there. Clicking a button and watching a blank screen while wondering if anything is actually happening. Traditional loading s
web development
How to show PDF file upload previews using JavaScript
Rendering a PDF preview in JavaScript is a common requirement in most modern web applications these days. Whether you're building a file upl
web development
How to Create a Mixed Chart Using Chart.js
Chart.js is robust enough that it allow you to combine multiple chart types, like bar and line charts, into one visual. This is especially u
web development
How To Set Up an SSL Certificate With GoDaddy
While in the past it seemed like you could do just fine without the hassle of setting up an SSL certificate, it seems that as of late that
web development
How to set up a free SSL certificate on GoDaddy
These days, thanks in part to browser default security settings, you really can't go without having an SSL certificate installed on your web
web development
4 potential routes to becoming a web developer
This is a popular question that I often get asked from people who are familiar with coding, but not quite skilled enough or confident enough
web development
The biggest problem with using target=_blank
Before browsers had tabs, websites would often open new webpages in their own instances of the browser. You would eventually come to know th
web development
4 tips to handle 404 images on your websites
Missing images on a website are one of the most common issues that web developers face. Particularly if you don't really have a well thought
web development
Why do you need to set an alt attribute on an image tag?
You might have seen it promoted as a 'best practice' often times on the internet. But setting the alt property on an <img tag should pret
web development
Is cloning websites a good developer practice?
Cloning the design of popular million-user and million dollar websites, like Instagram, Twitter and AirBnb has become a popular trend amongs
web development
A QuickStart Guide: How to convert your website into a PWA
Progressive Web Applications have been around for a number of years now, but adoption still seems somewhat slow from what I can tell. Mainly
web development
Understanding robots.txt: Format, functionality and best practices
The robots.txt file is a powerful tool in the world of SEO and web development. Despite its simple structure, it plays a crucial r
web development
How to improve web accessibility with Semantic HTML elements
Web accessibility has never been more important than it is in modern times. With almost the entire planet being connected by some digital de
web development
How to avoid enormous network payloads
Performance on the web is important in order to provide a fast and smooth overall web surfing experience to your site visitors.
web development
3 books every beginner web developer should read
You can pretty much learn anything online these days if you know where to look and if you are willing to pay a buck or two in the process.
web development
5 essential downloads every web developer should be using
If you are relatively new to web development then this list is for you. It is my top 5 most used (probably) apps installed on my work laptop
web development
5 Web Developer Blogs to read in 2021
Blogs are still one of the best ways to stay up to date with the latest happenings in the realm of code and software engineering. Mainly bec
web development
9 HTML Tags You Should Start Using
As the HTML specification gets updated year after year, new tags get added and old tags get deprecated. And it's hard to keep up sometimes w
web development
Deprecated HTML tags to stop using
The following is a list of the the currently deprecated HTML tags that you should probably stop using in your markup.While they may not be t
web development
How to setup your first blog on SiteGround
There are a million options when it comes to setting up and creating your first blog. You have everything from out-of-the-box solutions, suc
web development
Getting to know Heroku in 5 minutes
Heroku is a cloud application platform that first launched in 2007 with a single programming language in mind, Ruby.
web development
5 platforms where you can host your websites for free
If a monthly payment plan is what is holding you up from launching your website or portfolio, then you'll be relieved to know that there are
web development
Do web developers need computer science degrees?
Despite the rapid growth of the internet and the huge demand for skilled web developers these days, many companies still have set in stone r
web development
How to avoid "flash of invisible text" (FOIT)
Fonts have become so increasingly complex during the past decade to the point where you probably need to set up a development meeting with y
web development
Can You Use a JPG as a Favicon?
When setting up your website’s branding, one of the first details to polish is the favicon, that small but important icon that appears in br
web development
I Just Discovered Google PageSpeed And This Is What I Learned
Site optimization is usually not too important until you have a good flow of traffic coming your way. However, your sites page speed might
web development
How to Build a Screenshot API in Node and Puppeteer
Let’s be honest, sometimes you just need a quick screenshot of a webpage without having to manually click on 'PRTSC' or paying for a 3rd par
web development
How to Render a Barchart using Chart.js
Charts are everywhere. Whether you're building a dashboard or just want to show off how many coffee cups you've had this week, visualizing d
web development
How to Create a Pie Chart Using Chart.js
Chart.js is a simple yet powerful JavaScript library for visualizing data. One of its most commonly used chart types is the pie chart, ideal
web development
How to Create a Radar Chart Using Chart.js
Radar charts, also known as spider or web charts, are ideal for visualizing multivariate data. With Chart.js, creating one is straightforwar
web development
How to Create Bubble Charts Using Chart.js
Bubble charts are perfect for visualizing three dimensions of data in a single plot. X, Y, and bubble size (Z). With Chart.js, you can creat
web development
What is Passwordless Authentication? A Better Way to Authorize
Remember the last time you had to reset a password because you couldn't remember if you used your dog's name, your birth year, or that rando

Other Categories