Your Web News in One Place

Articles by Smashing Magazine from May 2021

Help Webnuz

Referal links:

Sign up for GreenGeeks web hosting
< Return to Smashing Magazine details.
11:00 am GMT - Fri, May 28, 2021
Smashing Magazine Adding A Commenting System To A WYSIWYG Editor
In this article, well be re-using the foundational WYSIWYG Editor built in the first article to build a commenting system for a WYSIWYG Editor that enables users to select text inside a document and s...
01:30 pm GMT - Thu, May 27, 2021
Smashing Magazine Useful VS Code Extensions For Web Developers
Meet useful VS Code Extensions for front-end developers: little helpers to minimize slow-downs and frustrations, and boost developers workflow along the way. Recently, weve also covered [CSS auditing ...
01:30 pm GMT - Thu, May 27, 2021
Smashing Magazine Useful VS Code Extensions For Front-End Developers
Meet useful Visual Studio Code extensions for web developers: little helpers to minimize slow-downs and frustrations, and boost developers workflow along the way. With auto log messages, auto code for...
09:30 am GMT - Thu, May 27, 2021
Smashing Magazine How To Build And Launch Responsive Websites Faster With Editor X
While web builders have been around for a long time, it wasnt until recently that they became practical for professional use. Closing the gap between design and code has become the north star for many...
09:30 am GMT - Thu, May 27, 2021
Smashing Magazine How To Build And Launch Powerful Responsive Websites With Editor X
While web builders have been around for a long time, it wasnt until recently that they became practical for professional use. Closing the gap between design and code has become the north star for many...
01:20 pm GMT - Wed, May 26, 2021
Smashing Magazine Accessible SVGs: Perfect Patterns For Screen Reader Users
Discover which SVG patterns we should avoid and which patterns are the most inclusive when comparing different combinations of OSs, browsers, and screen readers....
02:00 pm GMT - Tue, May 25, 2021
Smashing Magazine A Guide To Undoing Mistakes With Git (Part 2)
Mistakes. These cruel villains do not even stop at the beautiful world of software development. But although we cannot avoid making mistakes, we can learn to undo them! This post will show the right t...
09:30 am GMT - Tue, May 25, 2021
Smashing Magazine A New Way To Reduce Font Loading Impact: CSS Font Descriptors
Web fonts are often terrible for web performance and none of the font loading strategies are particularly effective to address that. Upcoming font options may finally deliver on the promise of making ...
11:30 am GMT - Mon, May 24, 2021
Smashing Magazine CSS Container Queries: Use-Cases And Migration Strategies
CSS Container queries bring media queries closer to the target elements themselves and enables them to adapt to virtually any given container or layout. In this article, were going to cover CSS contai...
11:30 am GMT - Fri, May 21, 2021
Smashing Magazine Building A Rich Text Editor (WYSIWYG) From Scratch
Lets build a rich text, WYSIWYG-editor that supports rich text, images, links and some nuanced features from word processing apps. We will use SlateJS to build the shell of the editor and then add a t...
11:30 am GMT - Fri, May 21, 2021
Smashing Magazine Building A Rich Text Editor (WYSIWYG)
Lets build a rich text, WYSIWYG-editor that supports rich text, images, links and some nuanced features from word processing apps. We will use SlateJS to build the shell of the editor and then add a t...
02:20 pm GMT - Thu, May 20, 2021
Smashing Magazine Boost Your Skills Online: Smashing Workshops On Front-End And Design
Front-end and design are remarkably complex these days. Thats why we invite kind, smart folks from the community to run online workshops for all of us to learn together. And we have new ones coming up...
11:00 am GMT - Thu, May 20, 2021
Smashing Magazine How To Implement Authentication In Next.js With Auto0
A step-by-step tutorial on adding authentication and authorization to your Next.js apps, with Auth0. Well be using a Next.js SDK to connect our application to the Auth0 API and will create the dynamic...
11:00 am GMT - Thu, May 20, 2021
Smashing Magazine How To Implement Authentication In Next.js With Auth0
A step-by-step tutorial on adding authentication and authorization to your Next.js apps, with Auth0. Well be using a Next.js SDK to connect our application to the Auth0 API and will create the dynamic...
11:40 am GMT - Wed, May 19, 2021
Smashing Magazine Frustrating Design Patterns: Mega-Dropdown Hover Menus
Do we need mega-dropdown hover menus in 2021? Probably not. Lets explore things to keep in mind when designing and building a mega-dropdown, alternatives to hover menus and fine details for designing ...
10:30 am GMT - Tue, May 18, 2021
Smashing Magazine How To Create, Edit And Animate SVGs All In One Place With SVGator 3.0
Today, we are taking a closer look at [SVGator 3.0](https://www.svgator.com/?utm_source=article&utm_medium=smashingmag&utm_campaign=svgator3_smashing), a new major release of the popular SVG applicati...
05:00 am GMT - Tue, May 18, 2021
Smashing Magazine Smashing Podcast Episode 37 With Adam Argyle: What Is VisBug?
In this episode, were talking about VisBug. What is it, and how is it different from the array of options already found in Chrome DevTools? Drew McLellan talks to its creator Adam Argyle to find out....
11:30 am GMT - Mon, May 17, 2021
Smashing Magazine How We Improved Our Core Web Vitals (Case Study)
Googles Page Experience Update will begin rolling out in June. At first, sites that meet Core Web Vitals thresholds will have a minor ranking advantage in mobile search for all browsers. Search is imp...
10:30 am GMT - Fri, May 14, 2021
Smashing Magazine Tree-Shaking: A Reference Guide
Tree-shaking is a must-have performance optimization when bundling JavaScript. In this article, we dive deeper on how exactly it works and how specs and practice intertwine to make bundles leaner and ...
12:42 pm GMT - Wed, May 12, 2021
Smashing Magazine Frustrating Design Patterns That Need Fixing: Birthday Picker
In this new series of articles on UX, we take a closer look at some frustrating design patterns and explore better alternatives, along with plenty of examples to keep in mind when building or designin...
08:00 am GMT - Wed, May 12, 2021
Smashing Magazine Little Smashing Stories
Today marks the day we sent out our 300th edition of the Smashing Newsletter. This article is a little celebration in which we share little Smashing stories from people working behind the scenes....
01:30 pm GMT - Tue, May 11, 2021
Smashing Magazine A Primer On CSS Container Queries
A prototype of the long-awaited CSS container queries has landed in Chrome Canary and is available for experimentation. Lets look at what problem is being solved, learn how container queries work, and...
10:00 am GMT - Tue, May 11, 2021
Smashing Magazine The Conference Platform We Use For Our Online Events: Hopin
At the beginning of 2020, the SmashingConf team was ready for a new year. We had so many things that excited us. New speakers, new workshops, new cities, new attendees, new experiences. And as we all ...
11:00 am GMT - Mon, May 10, 2021
Smashing Magazine Get Started With React By Building A Whac-A-Mole Game
Want to get started with React but struggling to find a good place to start? This article should have you covered. Well focus on some of the main concepts of React and then well be building a game fro...
10:00 am GMT - Fri, May 7, 2021
Smashing Magazine How To Organize Product-Related Assets And Collaborate Better
How do you organize your Google Drive assets? How do you name your Dropbox Paper documents? How do you deal with comments? Lets get it right....
11:00 am GMT - Thu, May 6, 2021
Smashing Magazine Improving The Performance Of Shopify Themes (Case Study)
When dealing with themes for large platforms and CMS, legacy issues often become a bottleneck. In this article, Carson Shold discusses how his team improved the performance and organization of their S...
10:30 am GMT - Wed, May 5, 2021
Smashing Magazine Reducing HTML Payload With Next.js (Case Study)
This article showcases a case study of Bookaways landing page performance. Well see how taking care of the props we send to Next.js pages can make loading times and Web Vitals better. ...
02:30 pm GMT - Tue, May 4, 2021
Smashing Magazine A Guide To Undoing Mistakes With Git
No matter how experienced you are, mistakes are an inevitable part of software development. But we can learn to repair them! And this is what we'll be looking at in this two-part series: how to undo m...
02:30 pm GMT - Tue, May 4, 2021
Smashing Magazine A Guide To Undoing Mistakes With Git (Part 1)
No matter how experienced you are, mistakes are an inevitable part of software development. But we can learn to repair them! And this is what we'll be looking at in this two-part series: how to undo m...
05:00 am GMT - Tue, May 4, 2021
Smashing Magazine Smashing Podcast Episode 36 With Miriam Suzanne: What Is The Future Of CSS?
In this episode, were starting our new season of the Smashing Podcast with a look at the future of CSS. What new specs will be landing in browsers soon? Drew McLellan talks to expert Miriam Suzanne to...
07:00 am GMT - Mon, May 3, 2021
Smashing Magazine The Evolution Of Jamstack
Web-oriented databases, frameworks like Nuxt and Next.js, and even frameworkless approaches are evolving the Jamstack, but the core principles are more powerful than ever....
09:00 am GMT - Fri, April 30, 2021
Smashing Magazine May Is In The Air (2021 Wallpapers Edition)
Do you need a little inspiration boost? Well, then our new collection of wallpapers is for you. Designed with love by the community for the community, the wallpapers are available with and without a c...