Climate Friendly IxD
Designing for interaction (IxD) on a screen can provide many opportunities to connect, educate, and mobilize. However, it is important to remember that just because you aren’t using paper, that digital work does still have a negative environmental and social impact. How so?
Server farms, for example, that host our online creations and data, can use up to 100 billion KwH of energy. (NRDC) The computers and other electronics utilized in the digital world become an environmental and human health hazard at the end of their lifecycles. Designers use large and small-scale printers, laptops, scanners, digital cameras, etc. that also end up in the landfill and exported for dangerous disassembly overseas. It’s important when deciding between digital versus print to look at the entire system in which your piece will live and die. You must think in systems!
Practical Strategies to Lower Your Impact
🌿 Reduce
- Streamline your code, video, and images to reduce download time and consequently energy. You can use CSS sprites or effects instead of images and combine CSS and Javascript files to better organize your code
- With this in mind, it’s also important to be frugal with the amount of Javascript you use as it can slow down your site and increase energy usage
- Include a specially formatted print-friendly option designed to minimize paper waste for every web page created (CSS styles make this easy).
- Be clear and concise in your writing as extra data means more energy used.
- Content Management Systems (CMS) are great if coding isn’t your thing, but if you can code a static site, go for it. It can be more original (less templatized), leaner, and less of a climate killer.
- Avoid cookies, advertising, and third party tracking if it all possible for the organization’s mission online. All of this requires extra code and data transfer that increases greenhouse gas emissions
- Look for web open font format (WOFF or WOFF2) typefaces as they are commonly available, compressed, and have embedded metadata. This will somewhat limit your typeface options, but you’ll create fewer greenhouse gases from data transfer and download times from bulkier typefaces.
- Keep the audience’s experience of your site simple. The easier it is to navigate to find content, the less time and energy is used. Your audiences of focus will want to come back more often the better your site is designed!
🌿 Keep Up-To-Date
- Use the newest PHP code.
- Use server caching to avoid dynamically generating your page every time in a CMS. This will decrease server processing and energy used.
- Create Accelerated Mobile Pages (AMP) as they are optimized for optimal mobile browsing for faster page load. Google also prioritizes AMP content in mobile searches.
🌿 Use Renewable Energy
- Host at a company that powers their facilities with renewable energy or offsets its non-renewable energy use by donating directly to renewable energy projects, or by purchasing certified carbon offsets through a legitimate program.
- Design on Energy-Star-rated equipment
- Consider including an environmental-awareness component or message about the environmental impact of the project.
- If you’re great with technology, you could host your own website on a home server powered by renewable energy.
Great Resources
- Energy Star Product Finder
- Website Carbon (estimate your website carbon footprint)
- Green the Web
- Green-e
- Green Geeks (best overall sustainable web host for 2024).