Sweetgreen seems to have its mind in the right place when it comes to embracing present and future technologies to offer an amazing UX. Image by Sweetgreen. Sweetgreen has come a long way since opening its first Washington, D.C. salad bar in 2007. 15 years have passed, and they are now on track to reach over 200… Continue reading The UX of Sweetgreen
Tag: chain
10 Best Exit Intent Popup Plugins for WordPress
Are you having trouble keeping visitors on your website? Do you want to boost your conversions and sales? ConvertPlus is one of the many high quality exit-intent WordPress plugins on CodeCanyon. Keep website visitors on your website and grow your business with exit intent WordPress plugins. These plugins will quickly improve your retention, sales, or… Continue reading 10 Best Exit Intent Popup Plugins for WordPress
How to Make a Chain Brush in Photoshop
In this tutorial, you will learn how to make a chain brush in Photoshop. I will explain everything in so much detail that everyone can create the brush, even those who have just opened Photoshop for the first time. Do you want to save time with a ready-made brush? Check out this Chain Brush Photoshop… Continue reading How to Make a Chain Brush in Photoshop
How to Create and Customize Procreate Brushes
What You’ll Be Creating Have you ever wanted to create your own Procreate custom brushes? Maybe you’d like to customize some of your favorite brushes or just get more familiar with Procreate’s wealth of brush settings. In this tutorial, we’ll take look at some Procreate brush basics and settings, and you’ll learn how to create… Continue reading How to Create and Customize Procreate Brushes
Start Using a Smart DAM and Image Optimization Stack
Asset management and website performance optimization are two of those unavoidable headaches faced by every website owner. A digital asset management (DAM) platform can provide centralized asset repositories with intuitive dashboards to help you manage assets. On the other hand, an image CDN can help you get rid of that messy responsive syntax and provide… Continue reading Start Using a Smart DAM and Image Optimization Stack
3 principles of inclusive design and why it matters
[unable to retrieve full-text content] Designing for all. Source: Billy Clark on Dribbble Inclusive Design is a design practice where products and services are designed in a way that they are accessible and can serve as many people as possible, regardless of their age, gender, or ability. Inclusive Design puts people at the centre stage of the design… Continue reading 3 principles of inclusive design and why it matters
Finding Your Way With Domain Mapping
It’s no secret that having a custom domain name is an essential piece of any company’s branding strategy. While there are a myriad of hosting plans available that offer domains like your company.webhost.com, making the shift from one of those to simply yourcompany.com is an important step. However, your domain branding strategy need not end… Continue reading Finding Your Way With Domain Mapping
16 Tools for Keeping Your Remote Design Team Together (and on Task)
One of the biggest perks of a career in Web Design is the potential for working remotely. As long as you have access to Wi-Fi, you can basically work from anywhere, whether it be from home, a co-working space, or even the beach — the world is your proverbial remote oyster. Whether you’re new to… Continue reading 16 Tools for Keeping Your Remote Design Team Together (and on Task)
The Best Benefits of Using an Inventory System in Commerce Businesses
If your business has been frequently suffering from stock-outs, disorganized items, and unreliable and inaccurate inventory records, it’s about time to consider shifting to automation with the help of an inventory system. While the success of inventory management truly depends on hard work and brain in operations, a digital solution such as inventory system offers… Continue reading The Best Benefits of Using an Inventory System in Commerce Businesses
Building Image-Rich Websites Without the Lag
Optimize Image File Size You might be familiar with this trick from the old days, batch when using progressively-loading JPEGs was the height of image optimization techniques. While these methods can still be of some use today, there are many more ways to shave off some loading time today. Use a program like ImageOptim or… Continue reading Building Image-Rich Websites Without the Lag
Micron.js – Create CSS Animations Controlled by JavaScript Power
Micron.JS is a micro interaction library which can be used to add Interactions to different DOM Elements. Micron.JS animates an element using CSS power and the interactive behaviours are controlled by JavaScript. Micron.JS is easy to adapt and can bring interactions to life using html5 data attributes or a chain of JavaScript methods. You can… Continue reading Micron.js – Create CSS Animations Controlled by JavaScript Power
Micron.js: A JS library for creating CSS animations
Micron.js is a micro interaction library which can be used to add interactions to different DOM Elements. Micron.js animates an element using CSS power and the interactive behaviours are controlled by JavaScript. Micron.js is easy to adapt and can bring interactions to life using HTML5 data attributes or a chain of JavaScript methods. View project… Continue reading Micron.js: A JS library for creating CSS animations
Component Inheritance in Angular 2
Angular 2.3 is released! One of the exciting new feature is component inheritance. Component inheritance is very powerful and it can increase your code reusability. What does component inheritance provide us? Component Inheritance Component Inheritance in Angular 2.3 covers all of the following: Metadata (decorators): metadata (e.g. @Input(), @Output), etc. defined in a derived class… Continue reading Component Inheritance in Angular 2
Taking Control of the tvOS Focus Engine
Introduction On iOS, users normally interact with your apps via the device’s touch screen. On tvOS, however, user interaction is handled by moving the current focus between views on the screen. Luckily, the tvOS implementations of the UIKit APIs handle the changing of focus between views automatically. While this built-in system works very well, for specific… Continue reading Taking Control of the tvOS Focus Engine