Your Web News in One Place

Articles by Smashing Magazine from June 2021

Help Webnuz

Referal links:

Sign up for GreenGeeks web hosting
< Return to Smashing Magazine details.
11:00 am GMT - Tue, June 29, 2021
Smashing Magazine Breaking Down Bulky Builds With Netlify And Next.js
Static Generation is great for performance, but not until the app gets too big and build-times go through the roof. Today, well have a look at how Netlifys fresh On-Demand Builders can fix that. Addit...
05:30 am GMT - Tue, June 29, 2021
Smashing Magazine Smashing Podcast Episode 40 Mike Cavaliere: What Is Chakra UI For React?
In this episode, were talking about Chakra UI. What is it and how can it help with your React projects? Drew McLellan talks to expert Mike Cavalier to find out....
05:30 am GMT - Tue, June 29, 2021
Smashing Magazine Smashing Podcast Episode 40 With Mike Cavaliere: What Is Chakra UI For React?
In this episode, were talking about Chakra UI. What is it and how can it help with your React projects? Drew McLellan talks to expert Mike Cavaliere to find out....
10:30 am GMT - Mon, June 28, 2021
Smashing Magazine Creating Custom Emmet Snippets In VS Code
In this article, Manuel explains why Emmet is one of his favorite productivity tools for writing HTML and CSS, and how you can create custom Emmet snippets in Visual Studio Code to help you improve yo...
11:30 am GMT - Fri, June 25, 2021
Smashing Magazine Creating A Multi-Author Blog With Next.js
This article explains how we can connect different types of content in a Next.js application. With this technique, we can add any kind of one-to-one, one-to-many, or even many-to-many relationship to ...
10:00 am GMT - Fri, June 25, 2021
Smashing Magazine How To Run A UX Audit For A Major EdTech Platform (Case Study)
This article is a case study of how a UX audit affects a UI. It explains how a famous educational platform can be analyzed edX against Jakob Nielsens usability guidelines. To get started, Mark Lankmil...
02:00 pm GMT - Thu, June 24, 2021
Smashing Magazine The Rise Of Design Thinking As A Problem Solving Strategy
In the dynamic and unpredictable environments in which we work, even the most carefully crafted solutions can have a short shelf life. When we accept that our work is impermanent and our problem-solvi...
01:30 pm GMT - Wed, June 23, 2021
Smashing Magazine Smashing Online Workshops (July-October 2021)
Frontend and design are remarkably complex these days. Thats why we invite kind, smart folks from the community to run [online workshops](https://smashingconf.com/online-workshops/) for all of us to l...
09:30 am GMT - Wed, June 23, 2021
Smashing Magazine Automating Screen Reader Testing On macOS Using Auto VO
Automated testing is an important part of any software project, including testing for accessibility. There are already tools for linting and integration testing accessibility, but what about end-to-en...
09:00 am GMT - Tue, June 22, 2021
Smashing Magazine Designing With Code: A Modern Approach To Design (Development Challenges)
After years of innovation in both tools and processes, the struggle between design and development is still real. This article focuses on the best practices for improving the design to development pro...
02:30 pm GMT - Mon, June 21, 2021
Smashing Magazine Image To Text Conversion With React And Tesseract.js (OCR)
Do you have to process data manually because it is served through images or scanned documents? An image-to-text conversion makes it possible to extract text from images to automate the processing of t...
03:00 pm GMT - Fri, June 18, 2021
Smashing Magazine An Alternative Voice UI To Voice Assistants
Voice assistants are currently the most popular use case for voice user interfaces. However, due to the bad feedback loop resulting from voice assistants can only solve simple user tasks such as setti...
01:00 pm GMT - Fri, June 18, 2021
Smashing Magazine Client-Side Routing In Next.js
Next.js has a file-based routing system in which each page automatically becomes a route based on its file name. This article will guide you through almost everything you need to know about Routing in...
10:30 am GMT - Thu, June 17, 2021
Smashing Magazine Your Image Is Probably Not Decorative
Image placement on the modern web is highly intentional, helping to communicate the overall purpose of a page or view. This means that nearly every image you declare needs to have an alternate descrip...
10:30 am GMT - Wed, June 16, 2021
Smashing Magazine A Complete Guide To Accessibility Tooling
In a new short series of posts, we highlight some of the useful tools and techniques for developers and designers. Recently weve covered HTML Emails and SVG Generators. This time we look into differen...
10:15 am GMT - Tue, June 15, 2021
Smashing Magazine Spinning Up Multiple WordPress Sites Locally With DevKinsta
When developing themes and plugins for WordPress, we need to test them in different environments. How can we create multiple testing sites on our computer, quickly and easily, without having to become...
07:00 am GMT - Tue, June 15, 2021
Smashing Magazine Smashing Podcast Episode 39 With Addy Osmani: Image Optimization
In this episode of the Smashing Podcast, were talking about image optimization. What steps should we follow for performant images in 2021? We talk to expert Addy Osmani to find out....
10:30 am GMT - Mon, June 14, 2021
Smashing Magazine When CSS Isnt Enough: JavaScript Requirements For Accessible Components
Spoiler alert: tooltips, modals, tabs, carousels, and dropdown menus are some of the user interface components that require more than CSS. To ensure accessibility of your interface, JavaScript is a ne...
03:00 pm GMT - Fri, June 11, 2021
Smashing Magazine Web Design Done Well: Making Use Of Audio
Design often revolves around visuals, but the other senses deserve love too. In this article, we tune in to audio features that are making sites sing....
03:00 pm GMT - Thu, June 10, 2021
Smashing Magazine Useful Front-End Boilerplates And Starter Kits
We dont need to write everything from scratch every single time. With boilerplates and starter kits, we can set up our projects faster, and get to work immediately....
11:15 am GMT - Thu, June 10, 2021
Smashing Magazine Three Front-End Auditing Tools I Discovered Recently
Building a faster website can be a rocket task these days. There are so many things to consider, so its challenging to get everything right. Here are some less-known tools that might help you get ther...
10:30 am GMT - Wed, June 9, 2021
Smashing Magazine Meet :has, A Native CSS Parent Selector (And More)
What makes relational selector one of the most requested features and how are we, as developers, working around not having it? In this article, were going to check the early spec of the :has selector,...
12:00 pm GMT - Tue, June 8, 2021
Smashing Magazine From AVIF to WebP: A New Smashing Book By Addy Osmani
Its here! For the last year, weve been working with Addy Osmani on a new Smashing Book all around image optimization. And now its here. Meet Image Optimization, our deep-dive guide to understand how t...
11:00 am GMT - Mon, June 7, 2021
Smashing Magazine How To Build A Geocoding App In Vue.js Using Mapbox
In this guide, well be taking a general look at the concepts of forward geocoding and reverse geocoding, and will build a mini-app that applies these concepts to display specific locations, using Mapb...
10:00 am GMT - Fri, June 4, 2021
Smashing Magazine Getting Started With Webpack
Modern browsers provide good support for JavaScript modules, but module bundlers such as webpack stay a critical part of the JavaScript toolchain. Lets take a deep dive into what webpack is and how to...
10:30 am GMT - Thu, June 3, 2021
Smashing Magazine Managing Shared State In Vue 3
Writing large-scale Vue applications can be a challenge. In this article, Shawn Wildermuth dives into the pros and cons of approaches like factories, shared objects, and using Vuex. He also explains w...
12:30 pm GMT - Wed, June 2, 2021
Smashing Magazine How To Fix Cumulative Layout Shift (CLS) Issues
Googles Core Web Vitals initiative has taken the SEO and Web Performance worlds by storm and many sites are busy optimizing their Page Experience to maximize the ranking factor. The Cumulative Layout ...
10:30 am GMT - Wed, June 2, 2021
Smashing Magazine Improving The Performance Of An Online Store (Case Study)
Getting a good performance score from Google is hard for any website — but doing so for an online store is even harder. We achieved green scores — even several for mobile. Here is how we d...
02:00 pm GMT - Tue, June 1, 2021
Smashing Magazine Smashing Podcast Episode 38 With Ivan Akulov: Why Is My React App Slow?
In this episode, were talking about React performance. What factors slow our React apps down, and how can we fix it? Drew McLellan talks to expert Ivan Akulov to find out....
09:00 am GMT - Tue, June 1, 2021
Smashing Magazine Setting Up A Currency Convertor With ExchangeRatesApi.io
Amazon allows visitors to display prices in their own currency. Thanks to [ExchangeRatesApi.io](https://exchangeratesapi.io/?utm_source=SmashingMagazine&utm_medium=ThirdParties&utm_content=Article-exc...
11:30 am GMT - Mon, May 31, 2021
Smashing Magazine Happy June Vibes For Your Screen (2021 Desktop Wallpapers Edition)
What could be a better way to welcome June than with some colorful inspiration? Well, we might have something for you: wallpapers created with love by artists and designers from across the globe....