Five analytical components for a better user experience

User Behaviour Whatever someone does while on your website is called user behaviour. It includes the journey within your website’s pages, interaction with page elements, page scroll, form submissions, link/button clicks, and others. Analytics will help you understand the user behavior of your website better. How far are they scrolling down the page? Which forms… Continue reading Five analytical components for a better user experience

Analysing Usability Testing Data

Gathering feedback from your users is a crucial part of any design process. The way in which you can gather this feedback varies depending on what kind of questions you are trying to answer, the resources you have available for user research and what stage of the product life cycle you are currently in. Qualitative… Continue reading Analysing Usability Testing Data

How To Transform Your Retail App Idea Into Reality

With changing consumer behaviour and preferences over past few years, the retailers are finding it a bit challenging to keep up with the demands and expectations of shoppers in 2018. Each retailer is vying with the others to provide the best shopping experience to their customers. In times like these, mobile apps have become one… Continue reading How To Transform Your Retail App Idea Into Reality

How to turn user journeys into high-end highways

Photo by Karsten Würth on Unsplash When we need to get from point A to point B, we usually choose from several roads. And let any of them somehow lead us to the destination point, most likely we will get different impressions from this trip. Similarly, when we need to get any online service, we choose… Continue reading How to turn user journeys into high-end highways

Will the WordPress Gutenberg Editor Make Content Creation Better?

January 30, 2018 by Christopher Jan Benitez As always, WordPress is still on the run to provide better services to millions of its users. With the goal to make adding content enjoyable and straightforward, WordPress created Gutenberg Editor. Though still in the beta and testing phase, Gutenberg Editor indeed is to watch out for in… Continue reading Will the WordPress Gutenberg Editor Make Content Creation Better?

How To Use Google’s Material Design On Your Own Site

January 29, 2018 by Alex Fox Google Material Design is a major part of the modern web’s design language. This is especially true for mobile websites and apps. It’s a clean, legible design with visually distinct elements to draw the eye and make user interaction simple. Material design apps, by and large, use flat, paper-based… Continue reading How To Use Google’s Material Design On Your Own Site

Freelance Web Designers: Giving Your Productivity a Meaningful Boost is Easier than You Think

There is one sure thing you can say about most productivity hacks. It’s that what works for one person, doesn’t necessarily work for the next. In fact, achieving meaningful results requires a big change in one’s lifestyle. However, this is also something that most of us are reluctant to accept. Many of these so-called productivity-enhancing… Continue reading Freelance Web Designers: Giving Your Productivity a Meaningful Boost is Easier than You Think

How to Properly Load Test a WordPress Website

WordPress is without a doubt the most popular content management system in the history of the web. The power and versatility of the combination of technologies like SQL, PHP and web browsers have made it possible to produce a system that can be adapted for nearly any purpose including photo galleries, online comic books, and… Continue reading How to Properly Load Test a WordPress Website

Getting Started With Redux: Learn by Example

Redux helps you manage state by setting the state up at a global level. In the previous tutorial, we had a good look at the Redux architecture and the integral components of Redux such as actions, action creators, the store, and reducers.  In this second post of the series, we are going to bolster our… Continue reading Getting Started With Redux: Learn by Example

Getting Started With Redux: Why Redux?

When you’re learning React, you will almost always hear people say how great Redux is and that you should give it a try. The React ecosystem is growing at a swift pace, and there are so many libraries that you can hook up with React, such as flow, redux, middlewares, mobx, etc.  Learning React is easy,… Continue reading Getting Started With Redux: Why Redux?

4 Ecommerce Challenges For Luxury Brands

Have you ever noticed that luxury brands rarely sell online? Sure, big names have elaborate, appealing websites, but many of them have restricted ecommerce offerings because it’s just not exclusive enough. Ecommerce is for the masses and luxury brands thrive on the distinction between those who can afford a product and those who can’t. That… Continue reading 4 Ecommerce Challenges For Luxury Brands

Top 12 Web Design Trends 2018: Space Odyssey Infographics

There’s always been a lot of fuss around web design trends. Some of them live for 2 – 3 years and fade into oblivion. Others don’t die out completely: they evolve and make a comeback in a couple of years. What’s the role of them? Why are they so important? The answer to these questions… Continue reading Top 12 Web Design Trends 2018: Space Odyssey Infographics

A Reflection on Product Design

Though all good products must function and provide a benefit to the end-user, I believe the magic of a truly inspiring or great product happens in the realm of user experience. As designer and writer Joshua Porter writes, “The experience is the product.” Spotify is one example of a great digital product, as it provides… Continue reading A Reflection on Product Design

Serious products don’t have to be serious

In industries like financial services, we have learned to expect that all communication will be formal, stern and, quite frankly, boring. It’s all insider jargon and confusing acronyms — any sort of personality is a rare sight. But it doesn’t have to be that way… At TransferWise, we have recently launched instant transfers, allowing you to send… Continue reading Serious products don’t have to be serious

Elements: A free iOS UI kit by Sketch

The designer team at Sketch has recently released a totally free UI kit for their popular app. It is called Elements and it is pretty massive since it includes 35 screens, 45 icons and 175 symbols. Elements is probably the best choice to get started on your next app design for iOS: you just need… Continue reading Elements: A free iOS UI kit by Sketch

When AI gets in the way of UX

Interest for “Artificial Intelligence” over the last 5 years, according to Google Trends. Artificial Intelligence is the big buzzword of today. If you are a digital designer, there are good chances that a quick scroll through your RSS reader, Twitter feed or Slack channels will show you more instances of the term “AI” than you would… Continue reading When AI gets in the way of UX

Finding Great Design Elements for Your Website

Fonts, images, logos, and videos are some of the most eye-catching elements of your website. While your content is what defines your site, the graphic elements act as the content setting — it helps it stand out. Design elements can quickly get expensive enough to affect any budget, which is why it’s so important to… Continue reading Finding Great Design Elements for Your Website

9 ½ Plausible and/or Absurd UX Industry Predictions for 2018

1. Salaries will either increase or decrease, but likely not remain exactly the same With the volatility of our world, who’s to say where salaries will go? 2017 similarly saw salaries go in a direction. 2018 will either see an increase or decrease. This will depend on economies, how many salary negotiation blogs we read, and… Continue reading 9 ½ Plausible and/or Absurd UX Industry Predictions for 2018

Stockio.com – Thousands of Free Photos, Vectors, Icons, Fonts and Videos

Finding images, graphics, fonts or even videos for your design projects can be a difficult challenge. Photos and graphics are expensive; many of us have found that to be true. With many thousands of new designs being created each day there is a growing need for designers to obtain good quality royalty free images, free… Continue reading Stockio.com – Thousands of Free Photos, Vectors, Icons, Fonts and Videos

UX is a Process. SEO, too.

TL;DR: Most people consider the value of both UX and SEO in the same way. Instead, we need to emphasize that both are about the process and an end result, not a product or deliverable. The Internet is a crazy place. Where else can you find a whirlwind of scholarly papers one minute and an… Continue reading UX is a Process. SEO, too.

Getting Started with CSS Grid Layout ― Scotch

Introduction CSS Grid Layout allows us to construct custom grids with more flexibility and control than ever before. Grid Layout gives us the ability to divide a webpage into rows and columns with simple properties. It also allows us to position and size each element inside the grid using CSS only, without any change to… Continue reading Getting Started with CSS Grid Layout ― Scotch

10 Common WordPress Mistakes You Really Need to Fix!

When you think of WordPress, you may simply think of it as a good place to write your latest blog. Over recent years, WordPress has evolved into an adaptable and user-friendly content management system. In addition, WordPress is widely used amongst businesses because it is extremely customizable, free to use and has a large and… Continue reading 10 Common WordPress Mistakes You Really Need to Fix!

Studying Web Design: 5 Typical Problems Newbies Have

For people who are just getting accustomed to the world of website creation, studying web design is an intriguing prospect. Learning how to customize websites and make them unique is a lovely thing. But if you are a beginner, you’ll agree this isn’t easy. To correctly describe web design, one would call it ‘a science… Continue reading Studying Web Design: 5 Typical Problems Newbies Have