Your Web News in One Place

Articles by Smashing Magazine from October 2019

Help Webnuz

Referal links:

Sign up for GreenGeeks web hosting
< Return to Smashing Magazine details.
11:00 am +02 - Wed, October 30, 2019
Smashing Magazine Writing A Multiplayer Text Adventure Engine In Node.js: Adding Chat Into Our Game (Part 3)
I first showed you how to define a project such as this one, and gave you the basics of the architecture as well as the mechanics behind the game engine. Then, I showed you the basic implementation of...
11:00 am +02 - Wed, October 30, 2019
Smashing Magazine Writing A Multiplayer Text Adventure Engine In Node.js: Creating A Text-Based Client For The Server (Part 3)
I first showed you how to define a project such as this one, and gave you the basics of the architecture as well as the mechanics behind the game engine. Then, I showed you the basic implementation of...
11:00 am +02 - Wed, October 30, 2019
Smashing Magazine Writing A Multiplayer Text Adventure Engine In Node.js: Creating The Terminal Client (Part 3)
I first showed you how to define a project such as this one, and gave you the basics of the architecture as well as the mechanics behind the game engine. Then, I showed you the basic implementation of...
10:30 am +02 - Tue, October 29, 2019
Smashing Magazine Speed Up Your Website With WebP
(This is a sponsored post.) Spend enough time running websites through PageSpeed Insights and youll notice that Google has a major beef with traditional image formats like JPG, PNG and even GIF. As we...
02:00 pm +02 - Mon, October 28, 2019
Smashing Magazine Create Once, Publish Everywhere With WordPress
COPE is a strategy for reducing the amount of work needed to publish our content into different mediums, such as website, email, apps, and others. First pioneered by NPR, it accomplishes its goal by e...
10:30 am +02 - Fri, October 25, 2019
Smashing Magazine Writing Asynchronous Tasks In Modern JavaScript
JavaScript has two main characteristics as a programming language, both important to understand how our code will work. First is its synchronous nature, which means the code will run line after line, ...
11:30 am +02 - Thu, October 24, 2019
Smashing Magazine Create A Bookmarking Application With FaunaDB, Netlify And 11ty
The JAMstack (JavaScript, APIs and Markup) revolution is in full swing. Static sites are secure, fast, reliable and fun to work on. At the heart of the JAMstack are static site generators (SSGs) that ...
12:00 pm +02 - Wed, October 23, 2019
Smashing Magazine Writing A Multiplayer Text Adventure Engine In Node.js: Game Engine Server Design (Part 2)
After some careful consideration and actual implementation of the module, some of the definitions I made during the design phase had to be changed. This should be a familiar scene for anyone who has e...
10:30 am +02 - Tue, October 22, 2019
Smashing Magazine A Guide To Optimizing Images For Mobile
(This is a sponsored article.) You know how critical it is to build websites that load quickly. All it takes is for a page to load one second too long for it to start losing visitors and sales. Plus, ...
11:30 am +02 - Mon, October 21, 2019
Smashing Magazine Great Expectations: Using Story Principles To Anticipate What Your User Expects
Whether its in a novel, the latest box office smash, or when Uncle Elmer mistook a potted cactus for a stress ball, we all love stories. There are stories we love, stories we hate, and stories we wish...
01:00 pm +02 - Fri, October 18, 2019
Smashing Magazine Smashing Monthly Roundup: Community Resources And Favorite Posts
This is the first monthly update that the Smashing team will be publishing, to highlight some of the things we have enjoyed reading over the past month. Many of the included posts are sourced from the...
10:30 am +02 - Thu, October 17, 2019
Smashing Magazine Postmortem Of Gutenberg The Launch, So We Can Embrace Gutenberg The Product
After 10 months of being released as WordPress’s new default editor, Gutenberg is still shrugged off by a sizable amount of people from the web development community, who frequently cite as reas...
10:30 am +02 - Wed, October 16, 2019
Smashing Magazine How Frontend Developers Can Empower Designers Work
This article is mostly directed at you, dear Frontend Developer, who enjoys implementing user interfaces but struggles in aligning expectations with designers you work with. Perhaps you are referred t...
10:30 am +02 - Tue, October 15, 2019
Smashing Magazine Kinsta: Should You Add WordPress Maintenance To Your Service Offering?
(This is a sponsored article.) One of the common problems with trying to scale up when working as a solo web designer or a bootstrapping agency is that youre limited by time. How much time it takes to...
10:30 am +02 - Tue, October 15, 2019
Smashing Magazine Should You Add WordPress Maintenance To Your Service Offering?
(This is a sponsored article.) One of the common problems with trying to scale up when working as a solo web designer or a bootstrapping agency is that youre limited by time. How much time it takes to...
11:30 am +02 - Mon, October 14, 2019
Smashing Magazine Animating Apps With Flutter
Apps for any platform are praised when they are intuitive, good-looking, and provide pleasant feedback to user interactions. Animation is one of the ways to do just that.Flutter, a cross-platform fram...
10:30 am +02 - Fri, October 11, 2019
Smashing Magazine The W3C At Twenty-Five
Last week, the World Wide Web Consortium (W3C) celebrated its 25th anniversary and invited folks to share why the open web platform matters to them via the hashtag #WebStories. As Im both a member of ...
12:30 pm +02 - Thu, October 10, 2019
Smashing Magazine A Guide To New And Experimental CSS DevTools In Firefox
Over the last few years, our team at Firefox has been working on new CSS tools that address both cutting-edge techniques and age-old frustrations. Were the Layout Tools team, a subset of Firefox Devel...
10:30 am +02 - Wed, October 9, 2019
Smashing Magazine How To Use Breadcrumbs On A PWA
Ive seen a lot of questions about whether or not breadcrumbs are necessary for PWAs. It makes sense why the question is raised. After all, PWAs have an app shell and sticky menu, so shouldnt it be eas...
10:30 am +02 - Tue, October 8, 2019
Smashing Magazine Developing A Custom Plugin For October CMS
Last year, I did some research about new CMS systems in PHP in order to find a good alternative to WordPress. Ideally, it had to be an open-source solution with a clean and modern codebase.One of them...
10:30 am +02 - Mon, October 7, 2019
Smashing Magazine Design Systems Are About Relationships
Design systems can be incredibly helpful. They provide reusable elements and guidelines for building a consistent look and feel across products. As a result, users can take what they learned from one ...
10:30 am +02 - Fri, October 4, 2019
Smashing Magazine Editorial Design Patterns With CSS Grid And Named Columns
Many websites, in particular those which display long-form content, have a fairly straightforward repeating pattern of components: a full-width area for images, a central content area, and perhaps a s...
12:30 pm +02 - Thu, October 3, 2019
Smashing Magazine Inspired Design Decisions: Bea Feitler, An Unstoppable Creative Force
Even if you didnt study graphic design at art school, you might know a few famous names. With over a century of commercial art direction, there are plenty more names to discover. People who have done ...
10:30 am +02 - Wed, October 2, 2019
Smashing Magazine Text-To-Speech And Back Again With AWS (Part 2)
This is the second half of a series on transforming content between text and speech on AWS. In part one, we used Amazon Polly to narrate blog posts and embedded the content in a website using an audio...
01:00 pm +02 - Tue, October 1, 2019
Smashing Magazine How To Ensure Your Design System Helps To Achieve The Purpose Of Your Product
(This is a sponsored post.) Design systems help product teams to approach design with a system in mind. But not all design systems are equally effective. Some design system help product teams create c...
10:00 am +02 - Tue, October 1, 2019
Smashing Magazine SmashingConf Freiburg 2019: Videos And Photos
We returned to our home in Freiburg for the 2019 SmashingConf, and brought all the SmashingConf fun with us. Weve wrapped up the event in this post, including links to the video of all of the presenta...
11:42 am +02 - Mon, September 30, 2019
Smashing Magazine Beneath The Autumn Leaves (October 2019 Wallpapers Edition)
Misty mornings, pumpkins, leaves shining in bright red, yellow, and orange hues these are just some of the things about October that inspired artists and designers to participate in this months wallp...