Articles
Categories
-
Development
5 reasons you should learn Svelte in 2021
Svelte is new in the developing community, but that doesn't mean it is bad. In fact, Svelte is one of the better things you could be learning in 2021 and it has the potential to become one of the most attractive compilers for making web applications.
-
Design
5 design principles that makes your website more sustainable
Making your website sustainable/environmentally friendly is hard. There are many things to think about, and therefore we have made this list with 5 things that instantly will make your website more sustainable.
-
Development
5 most lightweight and eco-friendly Node JS framework HTTP servers
Servers come in both big and small sizes. Some use lots of energy and some use a little amount of energy. What we use matters so in this article we have gathered 5 lightweight and eco-friendly Node JS frameworks you can use to build an HTTP server.
-
Design
5 most environmentally friendly WordPress themes to use in 2021
It can be hard to choose the right WordPress theme for your website. If you choose a bloated one your website will look good but it will be bloated and therefore slow. In this article, we will help you choose a minimalistic and environmentally friendly web design.
-
Development
What’s new in the WCAG 2.2 standards
Figuring out the new WCAG 2.2 standards can be hard and especially since it is a work in progress at the moment. In this article we try to explain some of the criteria's that has been added since the WCAG 2.1 version
-
Development
What is a WCAG compliance checker and where to find one
WCAG is important on any website, but did you know that not following the WCAG web standards can have legal consequences in some countries? In this article we go in depth with what WCAG is and how you can use a WCAG compliance checker to ensure compliancy on your website.
-
Design
What is CSS prefers-color-scheme and how to use it to make your website more sustainable
The prefers-color-scheme media query is very powerful and can be used to switch between light and dark mode depending on the users system preferences. This article talk about what prefers-color-scheme is and how to use the media query in your CSS.
-
Design
What is the HTML5 picture element
The HTML5 picture element is relatively new but it is very powerful when trying to make your website more environmental friendly or you just simply want to adjust an image depending on the device. This article explains what the HTML5 image element is and to use it.
-
Development
Speed up and make your Wordpress website more sustainable by decluttering
Slow Wordpress websites are very common since lots of stuff is happening on the backend side every time someone interact and visits the website. If you have tried everything and your website is still slow, then try to take a look at this decluttering article which points out a few ways to speed up your website drastically.
-
Development
How to setup cache on your Wordpress website
Caching is an important thing when you are trying to make your website both faster and more sustainable. Caching allows visitors to save a copy of certain files which makes loading times faster when they revisit your website. Check this article out if you want to get started right away!
-
ClientAndProjects
When to host virtual meetings and when to go in person
COVID-19 changed a lot for many of us and one thing it taught us was to use virtual meetings. Now that the dust seems to clear a bit it is time to make up your mind about when to use virtual meetings and when to show up in person. This article will help you choose that.
-
ContentAndMarketing
Check if your website is environmental friendly with websitecarbon.com
First step when making your website sustainable / environmental friendly is to know approximately how much each page pollutes. With WebsiteCarbon.com you can easily check each of your pages so that you know what to fix.
-
Design
How to check if your website is sustainable and environmental friendly with Ecograder
Making your website sustainable can be confusing at times, but with Ecograder you will be a step closer. Ecograder is fast and easy, and it provides you a ranking that tells you how sustainable your website is according to them. Get started right now and check how sustainable your website is!
-
ContentAndMarketing
Ditch paper manuals and use digital manuals instead
For many years paper manuals big and small have been received together with all types of products, but are you aware that most people don't read them and that it is actually bad for the environment? In this article we look into how much wood a manual actually requires and what a more sustainable solution would be to this problem.
-
Design
How to convert your images to WEBP or AVIF
A great way to optimise your website, speed up and make it more sustainable / environmental friendly is to convert your images to either WEBP or AVIF. Both of these formats lower the file size drastically without loosing the quality of your image. In this tutorial we teach you how to quickly convert your images to the WEBP or AVIF format online.
-
Development
What is the AV1 / AVIF image and video format
The AV1 or AVIF image and video format is not finally supported on multiple devices and also in some of the major web browsers. Here we have put together an article talking about what the AVIF format is and why we should be using it on our websites.
-
Development
What is WEBP image format
You might have heard about WEBP as an image or animation format before, but have you ever used it on your website? Here is an article talking about what WEBP is why you should use it on your website for displaying images and animations.
-
Development
3 Reasons you should use React.Lazy on your React Web Application
Code splitting is every easy and in only a few clicks you can get started splitting your react web application into chunks. In this article we are giving you 3 great reasons why you should start code splitting right away!
-
Development
How to do code splitting using React.Lazy, Typescript and Webpack
It is very popular to use React for your web applications today, but did you know that you can optimise your project a lot by using React.Lazy with Webpack to code split your project into chunks? Here is a simple tutorial on how you can get started splitting your code into chunks with React.Lazy.
-
Development
How to configure gzip compression to speed up your website with Nginx
Websites may over time get slower and more bloated due to more files and bigger file sizes. By using GZIP compression together with NGINX you can make your website faster again and best of all it is really simple to get started. Check out this quick tutorial on how you can compress files using GZIP.