Monthly Web Development Update 6/2018: Complexity, DNS Over HTTPS, And Push Notifications

Original Source: https://www.smashingmagazine.com/2018/06/monthly-web-development-update-6-2018/

Monthly Web Development Update 6/2018: Complexity, DNS Over HTTPS, And Push Notifications

Monthly Web Development Update 6/2018: Complexity, DNS Over HTTPS, And Push Notifications

Anselm Hannemann

2018-06-15T12:32:58+02:00
2018-06-15T13:49:35+00:00

We see complexity in every corner of a web project these days. We’ve read quite a bunch of articles about how complex a specific technology has become, and we discuss this over and over again. Coming from a time where we uploaded websites via FTP and had no git or anything comparable, now living in a time where we have a build system, transpilers, frameworks, tests, and a CI even for the smallest projects, this is easy to understand. But on the other hand, web development has grown up so much in the past 15 years that we can’t really compare today to the past anymore. And while it might seem that some things were easier in the past, we neglect the advantages and countless possibilities we have today. When we didn’t write tests back then, well, we simply had no test — meaning no reliable way to test for success. When we had no deployment process, it was easy to upload a new version but just as easy to break something — and it happened a lot more than today when a Continuous Integration system is in place.

Jeffrey Zeldman wrote an interesting article on the matter: “The Cult of Complex” outlines how we lose ourselves in unnecessary details and often try to overthink problems. I like the challenge of building systems that are not too complex but show a decent amount of responsibility (when it comes to ethics, privacy, security, a great user experience, and performance) and are working reliably (tests, deployments, availability, and performance again). I guess the problem of finding the right balance won’t go away anytime soon. Complexity is everywhere — we just need to decide if it’s useful complexity or if it was added simply because it was easier or because we were over-engineering the original problem.

News

The upcoming Safari version 12 was unveiled at Apple’s WWDC. Here’s what’s new: icons in tabs, strong passwords, as well as a password generator control via HTML attributes including two-factor authentication control, a 3D and AR model viewer, the Fullscreen API on iPads, font-display, and, very important, Intelligent Tracking Prevention 2.0 which is more restrictive than ever and might have a significant impact on the functionality of existing websites.
The headless Chrome automation library Puppeteer is now out in version 1.5. It brings along Browser contexts to isolate cookies and other data usually shared between pages, and Workers can now be used to interact with Web Workers, too.
Google released Lighthouse 3.0, the third major version of their performance analyzation tool which features a new report interface, some scoring changes, a CSV export, and First Contentful Paint measurement.
Chrome 67 is here, bringing Progressive Web Apps to the Desktop, as well as support for the Generic Sensor API, and extending the Credential Management API to support U2F authenticators via USB.
We’ve seen quite some changes in the browsers’ security interfaces over the past months. First, they emphasized sites that offer a secured connection (HTTPS). Then they decided to indicate insecure sites, and now Chrome announced new changes coming in fall that will make HTTPS the default by marking HTTP pages as “not secure”.

Desktop PWA in Chrome 67Desktop Progressive Web Apps are now supported in Chrome OS 67, and the Chrome team already started working on support for Mac and Windows, too. (Image credit)

General

In “The Cult of the Complex”, Jeffrey Zeldman writes about how we often seem to forget that simplicity is the key and goal of everything we do, the overall goal for projects and life. He explains why it’s so hard to achieve and why it’s so much easier — and tempting — to cultivate complex systems. A very good read and definitely a piece I’ll add to my ‘evergreen’ list.
Heydon Pickering shared a new, very interesting article that teaches us to build a web component properly: This time he explains how to build an inclusive and responsive “Card” module.

UI/UX

Cool Backgrounds is a cool side project by Moe Amaya. It’s an online generator for polygonal backgrounds with gradients that can generate a lot of variants and shapes. Simply beautiful.

Tooling

Ben Frain shares some useful text editing techniques that are available in almost all modern code editors.

Security

As security attacks via DNS gain popularity, DNS over HTTPS gets more and more important. Lin Clark explains the technology with a cartoon to make it easier to understand.
Windows Edge is now previewing support for same-site cookies. The attribute to lock down cookies even more is already available in Firefox and Chrome, so Safari is the only major browser that still needs to implement it, but I guess it’ll land in their Tech Preview builds very soon as well.

DNS Over HTTPSLin Clark created a cartoon to explain how you can better protect your users’ privacy with DNS over HTTPS. (Image credit)

Privacy

The ACLU discovered that Amazon now officially teamed up with law enforcement and provides a mass-face recognition technology that is already used in cities around the world.

Web Performance

KeyCDN asked 15 people who know a lot about web performance to share their best advice with readers. Now they shared this article containing a lot of useful performance tips for 2018, including a few words by myself.
Stefan Judis discovered that we can already preload ECMA Script modules in Chrome 66 by adding an HTML header tag link rel=“modulepreload”.

Accessibility

It’s relatively easy to build a loading spinner — for a Single Page Application during load, for example —, but we rarely think about making them accessible. Stuart Nelson now explains how to do it.
Paul Stanton shares which accessibility tools we should use to get the best results.

JavaScript

JavaScript has lately been bullied by people who favor Elm, Rust, TypeScript, Babel or Dart. But JavaScript is definitely not worse, as Andrea Giammarchi explains with great examples. This article is also a great read for everyone who uses one of these other languages as it shows a couple of pitfalls that we should be aware of.
For a lot of projects, we want to use analytics or other scripts that collect personal information. With GDPR in effect, this got a lot harder. Yett is a nice JavaScript tool that lets you block the execution of such resources until a user agrees to it.
Ryan Miller created a new publication called “The Frontendian”, and it features one of the best explanations and guides to CORS I’ve come across so far.
The folks at Microsoft created a nice interactive demo page to show what Web Push Notifications can and should look like. If you haven’t gotten to grips with the technology yet, it’s a great primer to how it all works and how to build an interface that doesn’t disturb users.
Filepond is a JavaScript library for uploading files. It looks great and comes with a lot of adapters for React, Vue, Angular, and jQuery.
React 16.4 is out and brings quite a feature to the library: Pointer Events. They’ll make it easier to deal with user interactions and have been requested for a long time already.

The FrontendianInspired by the parallels between basic astrological ideas and push notification architecture, the team at Microsoft explains how to send push notifications to a user without needing the browser or app to be opened. (Image credit)

CSS

Oliver Schöndorfer shares how to start with variable fonts on the web and how we can style them with CSS. A pretty complete summary of things you need to consider as well as possible pitfalls.
With the upcoming macOS Mojave supporting a ‘dark mode’, Safari will begin to automatically set the background color of websites to a black color if no background-color is explicitly set. This is a great reminder that browsers can set and alter their default styles and that we need to set our site defaults carefully. I’m still hoping that the ‘dark mode’ will be exposed to a CSS Media Query so we can officially add support for it.
Rafaela Ferro shares how to use CSS Grid to create a photo gallery that looks not only good but actually great. This article has the answers to many questions I regularly get when talking about Grid layout.
Marcin Wichary explains how we can create a dark theme in little time with modern CSS Custom Properties.

Work & Life

Anton Sten wrote about the moral implications for our apps. A meaningful explanation why the times of “move fast and break things” are definitely over as we’re dealing with Artificial Intelligence, social networks that affect peoples’ lives, and privacy matters enforced by GDPR.
Basecamp now has a new chart type to display a project’s status: the so-called “hill chart” adds a better context than a simple progress bar could ever do it.
Ben Werdmüller shares his thoughts about resumes and how they always fail to reflect who you are, what you do, and why you should be hired.

I hope you enjoyed this monthly update. The next one is scheduled for July 13th, so stay tuned. In the meantime, if you like what I do, please consider helping me fund the Web Development Reading List financially.

Have a great day!

— Anselm

Smashing Editorial
(cm)

Web Design: Beautifully Designed Home Pages

Original Source: http://feedproxy.google.com/~r/abduzeedo/~3/CToLT184Rs4/web-design-beautifully-designed-home-pages

Web Design: Beautifully Designed Home Pages

Web Design: Beautifully Designed Home Pages

abduzeedo
Jun 18, 2018

Matt Wojtaś shared a set of beautifully design website home pages and shared on his Behance profile. I believe most of the work was done as a concept and personal exercise, however, there’s a lot to love about them, especially the editorial design look precisely translated to web design. I particularly, like the way typography and imagery superimpose each other. I know it would be very hard to be able to make it work dynamically and without a highly curated photo selection, still, it looks great. Another thing I like about some of the designs is the way he played with colors. He creates a good division of content by breaking the screen into sections. Again, I’d love to see how they would scale to different screen sizes. 

For more information about Matt make sure to check out his website at wojtas.co

Web design


 

web design


Micro is The Terminal-based Text Editor You’ll Love

Original Source: https://www.hongkiat.com/blog/do-coding-in-terminal-micro-ide/

Web development has changed a lot over the years. Just a decade ago the terminal wasn’t needed to build websites. Nowadays it’s practically a staple with Gulp/Grunt, npm, and version…

Visit hongkiat.com for full content.

Project Rush: Adobe announces all-new video editing app

Original Source: http://feedproxy.google.com/~r/CreativeBloq/~3/Z_yISaVZyHw/adobe-announces-all-new-video-editing-app

Today creative software giant Adobe reveals the latest iteration of its Creative Could service. As you would expect, some of the company's most popular apps have seen some significant updates, but the big news about town is Adobe's all-new, video editing app Project Rush.

6 best laptops for video editing 2018

Video dominates the internet – you know that, we know that, Adobe knows that, which is why its been busy working behind the scenes to develop a new tool that reimagines how we create and share online video. 

The Adobe blog describes Project Rush as "the first all-in-one, cross-device video editing app that makes creating and sharing online content easier than ever'. The integrated desktop and mobile solution means the days of not being near your PC no longer means you can't make video edits – your smartphone will now give you the access you need, providing simplified editing, colour, audio, and titling at your fingertips. 

Not only does Project Rush harness the power of Adobe's Premiere Pro and After Effects, it also features a direct sharing functionality – optimised across all channels – which makes it possible to share content on social media even faster.

While there's no official release date for Project Rush at present, Adobe will be sneak previewing the software at VidCon US, the conference for those who love and make online video, in the next couple of days. In the meantime, if you can't wait to get your hands on Project Rush, you can apply for the beta and then let Adobe know what you think. 

We're impressed with what we've seen of Project Rush so far, and keen to get our hands on the new software, so watch this space for updates and reviews.  

Below are more details of some of the other apps affected by the latest CC update. Want to sign up? Make sure you check out these top Adobe deals first. 

Adobe Spark Post for Android (Beta) 

Adobe Spark Post on smartphone screen

Adobe Spark Post is now available to Android users too!

Adobe Spark Post is a free online social media graphic design software that enables you to add text, apply filters, resize, crop, and rotate photos. Adobe Spark Post was previously available on iOS devices and the web, but Android users will be pleased to learn that, as of today, they can finally join in the party. 

Lightroom CC

Lightroom interface open with image of mountain

This latest release of Lightroom CC includes additional new features to both the desktop and mobile apps

The latest iteration of Adobe's image manipulation software Lightroom CC will be able to synchronise both presets and profiles, including custom-created presets, and third-party presets and profiles between Lightroom CC for Windows, Macintosh, iOS, Android, ChromeOS, as well as on the web. 

This gives users access to any preset purchased on any device, enabling photo editing anywhere and everywhere. This release also includes additional new features in the Windows and Mac desktop apps and iOS and Android mobile apps, two new Technology Previews, and an update to Lightroom Classic.

Adobe XD

Following the Adobe XD May release, including the launch of the free XD CC Starter plan, Adobe is updating the platform with Overlays and Fixed Elements (see video above); improvements to viewing, interacting and collaborating with shared prototypes and Design Specs; a new math calculations feature; and design feature enhancements.

Read more:

Edit videos with Adobe Premiere Pro CC95 top Photoshop tutorialsThe 60 best free Photoshop brushes

Collective #426

Original Source: http://feedproxy.google.com/~r/tympanus/~3/UEneBiHoou8/

C426_WOTW

Inspirational Website of the Week: OGINO

Pure and perfect design with smooth interactions. Our pick this week.

Get inspired

C426_Monday

This content is sponsored via Syndicate Ads
monday.com – A Revolutionary Visual Project Management Tool

?monday.com – the next generation of visual tools, built specifically for designers and developers. See what everyone on your team’s working on in a single glance.

Sign me up

C426_modules

Using JavaScript modules on the web

Addy Osmani and Mathias Bynens explain how to use JavaScript modules which are now supported in all major browsers.

Read it

C426_countdown

Building a Fancy Countdown Timer with MomentumSlider.js

Luis Manuel shows how to code a really nice looking countdown timer.

Read it

C426_jsconsole

How you can improve your workflow using the JavaScript console

Riccardo Canella shows how to use the JavaScript console to write, manage, and monitor JavaScript in the browser.

Read it

C426_soccerpattern

Soccerpattern

A retrospective of the greatest jerseys worn during soccer worldcups from 1930 to nowadays, as pattern designs.

Check it out

C426_vibora

Vibora (beta)

A very efficient, asynchronous Python web framework.

Check it out

C426_teleport

Introducing Teleport: Over-the-air hot reloading & debugging for PWAs

Eric Simons introduces Teleport, a fast dev-server proxy for simple and painless PWA debugging.

Check it out

C426_centering

Centering: The Newest Coolest Way vs. The Oldest Coolest Way

Chris Coyier updates us with the freshest way to center items using CSS Grid.

Check it out

C426_redux

Understanding Redux: The World’s Easiest Guide to Beginning Redux

A comprehensive and easy to understand guide to Redux by Ohans Emmanuel.

Read it

C426_pixelbuddha

Terrazzo Abstract Patterns

A set of 16 modern patterns for your next stylish design. By Pixelbuddha.

Check it out

C426_voronoi

Voronoi Airports WebGL

A fantastic WebGL experiment showing all airports in the world as a Voronoi diagram. By Callum Prentice.

Check it out

C426_websiteperf

Optimize Website Speed With Chrome DevTools

A tutorial by Kayce Basques where he shows how to use Chrome DevTools to find ways to make your websites load faster.

Read it

C426_browserbug2

I discovered a browser bug

Jake Archibald tells the interesting story of a huge browser bug he ran into.

Read it

C426_notifications

iOS 12 Dark Mode Notifications

Gabrielle Wee created this beautiful design for dark mode notifications on iOS 12.

Check it out

C426_video

Three.js & Video: A love story

Read about a great experiment of interactive video in HTML5 using Three.js by Héctor Monerris.

Read it

C426_placeholder

Don’t Use The Placeholder Attribute

Read why Eric Bailey urges developers to stop using the placeholder attribute.

Read it

C426_layoutsgrid

Three Grids

Tobi Reif made three different responsive layouts that show the awesomeness of CSS Grid.

Check it out

C426_logos

Open Logos

Some lovely free logos for your open source project.

Check it out

C426_drop

SVG Drip Loader

A fun SVG loader by Chris Gannon.

Check it out

C426_draw

Drawing Zone

Michael Shillingburg updated his fun doodeling tool.

Check it out

Collective #426 was written by Pedro Botelho and published on Codrops.

Improving Performance Perception with Pingdom and GTmetrix

Original Source: https://www.sitepoint.com/improving-performance-perception-pingdom-gtmetrix/

This article is part of a series on building a sample application — a multi-image gallery blog — for performance benchmarking and optimizations. (View the repo here.)

In this article, we’ll analyze our gallery application using the tools we explained in the previous guide, and we’ll look at possible ways to further improve its performance.

As per the previous post, please set up Ngrok and pipe to the locally hosted app through it, or host the app on a demo server of your own. This static URL will enable us to test our app with external tools like GTmetrix and Pingdom Tools.

GTmetrix first test

We went and scanned our website with GTmetrix to see how we can improve it. We see that results, albeit not catastrophically bad, still have room for improvement.

The first tab — PageSpeed — contains a list of recommendations by Google. The first item under the PageSpeed tab — a warning about a consistent URL — pertains to our application outputting the images randomly, so that is an item we will skip. The next thing we can do something about is browser caching.

Browser Caching

Browser caching

We see that there is a main.css file that needs its Expires headers set, and the images in the gallery need the same thing. Now, the first idea for these static files would be to set this in our Nginx configuration:

location ~* .(?:ico|css|js|gif|jpe?g|png)$ {
expires 14d;
}

We can simply put this inside our server block and leave it to Nginx, right?

Well, not really. This will take care of our static files, like CSS, but the /raw images we are being warned about aren’t really that static. So this snippet in our Nginx configuration won’t exactly fix this issue so easily. For our images, we have an actual controller that creates these on the fly, so it would be ideal if we could set our response headers right there, in the controller. For some reason, these weren’t being set properly by Glide.

Maybe we could set our Nginx directive in a way to include the raw resources, but we felt the controller approach to be more future-proof. This is because we aren’t sure what other content may end up with an raw suffix eventually — maybe some videos, or even audio files.

So, we opened /src/ImageController.php in our image gallery app, and dropped these two lines inside of our serveImageAction(), just before the line return $response:

// cache for 2 weeks
$response->setSharedMaxAge(1209600);
// (optional) set a custom Cache-Control directive
$response->headers->addCacheControlDirective(‘must-revalidate’, true);

This will modify our dynamic image responses by adding the proper Cache Control and Expires headers.

Symfony has more comprehensive options for the caching of responses, as documented here.

Having restarted Nginx, we re-tested our app in GTmetrix, and lo and behold:

Browser Caching

The post Improving Performance Perception with Pingdom and GTmetrix appeared first on SitePoint.

How Analytics Can Explain Your Abandoned Checkouts

Original Source: https://www.sitepoint.com/how-analytics-can-explain-your-abandoned-checkouts/

If you’re in the ecommerce business, you already know that users often abandon their carts at the checkouts. In fact, studies indicate that the average rate of cart abandonment is 67.91%, although this can be as high as 80% in some cases. Annoying, right?

Why are users doing that? Well, the answer lies in your analytics.

People abandon checkouts for various reasons, and those reasons can vary by user demographic, geographic location and more. It can even be the shock of unexpected shipping costs, or that users aren’t convinced their sensitive details are secure on your website.

And of course, UX plays a huge role in that too. Users hate:

broken functionality
confusing checkout flows
signing up before checking out.

Reasons for abandonments during checkouts

Three out of four checkout abandonments are due to a sub-optimal user experience, but which of these causes is eating into your revenue?

Tools like Google Analytics, Hotjar, Fullstory, Crazy Egg and Optimizely can help us decipher what’s causing our shopping cart abandonments, and come up with effective solutions to improve UX.

In fact, you can easily recover 5–10% of your abandoned carts. Isn’t that cool?

First we’ll detect where users are leaving our website, then why they’re leaving our website, then how we can improve the UX so that future users don’t leave our website. The result? More revenue!

It’s also worth noting that while 59% of shopping experiences happen on mobile, only 15% of dollars are spent on mobile. This indicates that some of the most common UX shortcomings are mobile-specific.

What Tools Can We Use to Analyze User Behavior?

By analyzing user demographics and user behavior, you can improve your website’s user experience. Even though there are many tools that can allow you to do this, I’ll run through this tutorial using Google Analytics (free) and Crazy Egg (affordable) today.

With a quick setup, Google Analytics will help you to understand your visitors as they interact with your website, and from this we can identify where exactly visitors are abandoning our websites.

Crazy Egg is an advanced heatmap tool that allows you to observe those drop-offs in more detail, and to establish why users left and didn’t convert. With Crazy Egg, you’re able to dig deeper into that.

Setting up Conversion Funnels in Google Analytics

A conversion funnel is the journey a customer takes as they convert. We can use Google Analytics to record and analyze these conversion funnels, which begins with you inserting a few lines of JavaScript code on your website (to enable the tracking), although some ecommerce platforms help you to set this up without any code.

Now we need to set up a funnel to measure the conversion rate.

Step 1: Goals

First, log in to your Google Analytics dashboard and click on the Admin tab in the left-hand sidebar, then Goals.

Step 2: Creating a New Goal

Click the + New Goal button, and choose the relevant Goal template, which in this case is Place an order.

After that, click on the Next Step button.

Step 3: Describing the Goal

Next, give your Goal a name, and under the Type heading, choose what needs to be happen to trigger this Goal. In this case, the Goal is triggered when the user reaches the checkout confirmation screen, so choose Destination as the Goal Type.

Step 4: Goal Details

In Goal Details, you’ll need to reference the destination URL. This is the web page that visitors are taken to after they complete their checkout. If you’re using Shopify as your ecommerce CMS, this will most likely be /checkout/thank_you/, although it’ll vary by CMS.

Leave the monetary Value turned off and the Funnel option on.

Next, list all of the web pages (and their URLs) that shoppers navigate through during the checkout flow. The example below represents a typical setup for an ecommerce website hosted on Shopify.

A typical setup for an ecommerce website

Click the Verify this Goal button before the Save Goal button.

The post How Analytics Can Explain Your Abandoned Checkouts appeared first on SitePoint.

10 Resources to Find Free Textures

Original Source: http://feedproxy.google.com/~r/1stwebdesigner/~3/_g3o5Ei4lgY/

Textures are an all-but-necessary component in web design. They can give a webpage depth, draw the eye to key elements, serve as great backgrounds and just look great when used well! If you’re looking for free textures to enhance your projects, you’ve come to the right place. Here are ten free websites where you can download high-quality textures.

Free Stock Textures

Free Stock Textures

Created by two photographers and artists, this website hosts a ton of textures all licensed under Creative Commons Zero. From nature, to concrete, to abstract – there are all sorts of images to find here. You can also sort by tags, so it’s easy to find what you’re looking for.

There’s a download limit of 5 per day for anonymous users and 50 for registered users.

Pexels

Pexels

Pexels is a free stock photography resource, which has a textures section that contains tons of gorgeous, high-quality images. Images are user-uploaded and licensed under CC0. And there’s no download limit, so you can get as many as you want!

Unsplash

Unsplash

Unsplash is a free photography website supported by a large community of photographers. There are tons of textures and patterns, all available for personal and commercial use under CC0.

Textures.com

Textures.com

Textures.com is a versatile site that comes with basically every kind of textured graphic you can think of. Need photos? 3D scanned surfaces? Panoramas, decals or brushes? You can find them here. The robust search feature allows you to search for specific textures as well as tags like “seamless” or “scanned”.

You can download up to 15 images a day with an account. From there, you’ll need to purchase credits or a subscription. You’ll also need credits to download larger files.

Vecteezy

Vecteezy

Need textured vectors? Vecteezy is the place to find them. There are tons of beautiful, clean vectors available for download. Some are free while others require credit. You can sort by license, which is really helpful if you only want to see the free images.

Wild Textures

Wild Textures

Wild Textures has textures of all kinds, but where the website shines is in its sorting system. You can sort by categories, tags and even by color! This makes it super easy to find the perfect texture. There’s also some auto-generated previews of the pictures used for different functions.

Stockvault

Stockvault

This vault of stock photos and textures contains everything from grungy patterns to the abstract. Simple or complex, you’ll find a high-definition picture that fits your needs here. Users who upload can choose from commercial or non-commercial use, or public domain – so make sure to check the license.

Freepik

Freepik

Freepik has a massive library of vector textures that come in .ai and .eps format. Without buying a plan, you’re limited to 5 anonymous and 30 registered downloads a day. There are also a few commercial stipulations.

Texturelib

Texturelib

A small-but-robust library, Texturelib is free for personal or commercial use. Most of the images are inspired by nature, but there are also quite a few architecture textures – such as photos of roads, windows and doors.

TextureKing

TextureKing

TextureKing has a variety of grungy, nature-like textures, available for use in almost any commercial project. While the site features about 400 images and doesn’t appear to be updated very often, there are a few categories to pick from, and the high-quality textures can be downloaded for free without an account.

Textures in Web Design

When used correctly (and perhaps sparingly), textures are a great design choice. Use them to call attention to important elements, to craft a rough, grungy atmosphere – and to add depth and beauty to a flat design! With so many free resources, you should have all the tools you need to craft deep, gorgeous websites.


5 Benefits of Using DepositPhotos for Your First Graphic Design Project

Original Source: http://feedproxy.google.com/~r/Designrfix/~3/wu37hc2TRYQ/depositphotos

Web design is hard, especially now since the Internet is full of websites with stunning graphics and one-of-a-kind photos. Whether you’re starting out as a newbie graphic designer or you’ve started your first blog, and you feel clueless about how to get high-quality images for your blog posts, DepositPhotos may be the answer for you. […]

The post 5 Benefits of Using DepositPhotos for Your First Graphic Design Project appeared first on designrfix.com.

Infographic: How people really use voice assistants

Original Source: http://feedproxy.google.com/~r/CreativeBloq/~3/4Sn4OKrPGg0/infographic-how-people-really-use-voice-assistants

Voice interfaces are one of the hottest user experience trends in recent years. New figures reveal that one in 10 Brits now owns at least one of these devices. But how are we really using them? Code Computerlove polled over 1,000 smart speaker owners, and turned their findings into this top infographic.  And if this inspires you to put together your own data visualisation, take a look at our list of the best infographic tools around. 

Read on for some  surprising facts about how UK residents are using this amazing new smart speaker technology.

infographic on voice technology

That's right, a fifth of us are using our clever invisible friends to make sure we don't overcook our eggs in the morning. It's a task that can be accomplished using a normal clock, but, hey, where's the fun in that? 

In fact, mundane tasks lead the way when it comes to smart help – 65 per cent of owners used their assistant to play music or the radio, and over half use it to check the weather forecast.

Furthermore, Alexa still rules the roost in the voice assistant space, with Amazon Echos making up 70 per cent of the devices owned. There are other good options available though (take a look at our sister site TechRadar's guide to smart speakers for more info). 

infographic on voice technology

The big question with any new technology is: is it just a fad? Perhaps not, judging by the fact that 25 per cent of owners chat to their smart assistants every day, even taking it to bed with them. However, a further 30 per cent have forgotten they even have a voice assistant in the house. Less encouraging.

For more interesting finds – including our deep-seated fears about voice assistants – take a look at the full infographic below. Click on the infographic to see the full-size version. 

Read more:

The 5 biggest UX design trends for 2018How to create amazing infographicsHow to design a chatbot experience