The Role of Color in Graphic Design

Color is a powerful thing. It can influence emotions, control moods, and motivate actions in a way that we still don’t entirely understand. It is a factor that has been recognized, if not fully understood, for many generations of businesses, and it remains a powerful factor in graphic design today. You can now assemble your… Continue reading The Role of Color in Graphic Design

Froala Design Blocks – A set of 170+ Bootstrap Based Design Blocks

Froala Design Blocks come with more than 170 responsive design blocks ready to be used in your web or mobile apps. All blocks are based on the Bootstrap Library, and they are the building blocks for beautiful websites. All design blocks are based on the Bootstrap grid 4 and they adapt based on the screen… Continue reading Froala Design Blocks – A set of 170+ Bootstrap Based Design Blocks

How to Optimize the Design and Location of the Search Bar

The search bar is one of the most useful features on your website. It can help visitors find exactly what they’re looking for with just a few key presses. On a typical ecommerce website, search users convert at a rate 3.5x higher than those that don’t interact with search, so it makes sense to use… Continue reading How to Optimize the Design and Location of the Search Bar

Copyright, Creative Commons and Licensing For Web Developers

What is copyright? Very few people outside the creative industry have a strong or accurate understanding of copyright law. Let’s review some copyright basics, from the ground up. What is copyright? Copyright occurs as soon as an idea is “fixed in a tangible medium.” It does not require registration or a fee. The moment you… Continue reading Copyright, Creative Commons and Licensing For Web Developers

How To Use Color In UI Design Wisely to Create A Perfect UI Interface?

Whenever found an interface that looks nice, clean and elegant, I save it. Now I have a collection of more than 100 UI interfaces. After learning, making use of or simply viewing it again and again, I finally realized something in common. It is always the color that steals my heart at the very first… Continue reading How To Use Color In UI Design Wisely to Create A Perfect UI Interface?

Creating GraphQL Subscriptions in Express ― Scotch

Introduction This section focuses on creating realtime applications using GraphQL, and the best way to achieve that is through subscriptions. The code in this section is a continuation of Part 1 of this series, and I would advise going through it before moving forward. This is a critical and essential part to future implementation of… Continue reading Creating GraphQL Subscriptions in Express ― Scotch

The 6 Elements of an Effective Logo

The signature of your company, a strong logo has the power to make people think your name without actually seeing the words. It’s your symbol, and as such it should immediately telegraph what you stand for in the minds of your customers. This is why it’s important to consider the attributes of your primary customer… Continue reading The 6 Elements of an Effective Logo

Colour Ideology Behind Web Design

Using the right colours in web design is absolutely vital. Web designers can’t just go out and put together a website for a client based on the colours they like using or like the look of, they have to be right for the project, thought has to go into the selection process. You could say… Continue reading Colour Ideology Behind Web Design

10+ Wonderful Resources (Fully Packed With Hidden Gems ) For Developers

Web developers are always ready to pack with fresh, trendy and latest tools and resources which help them in their work and save time. For the web developers another latest and fresh resources have come out. All these fresh and wonderful resources are fully packed with superb and useful tools like JavaScript libraries, frameworks, plugins,… Continue reading 10+ Wonderful Resources (Fully Packed With Hidden Gems ) For Developers

Beginner’s Guide to Angular: Components

Building single-page applications is an art, with many impressive frameworks to choose from. One of the most intuitive and widely used frameworks for building both web and mobile applications is Angular. Today, Angular 10 is out, and there are many impressive features. However, you need to master components before you dig deep.  First Things First:… Continue reading Beginner’s Guide to Angular: Components

10 Must-Have WordPress eCommerce Plugins

Although a lot of people still regard WordPress as a blogging platform, the truth is that it’s now used by businesses all over the world to create a vast variety of different sites. WordPress isn’t only the most widely-used and popular content management system in the world, it’s also one of the best ways to… Continue reading 10 Must-Have WordPress eCommerce Plugins

Online Website Builder and Online Database All In One Place

Online website builders have been around for over a decade, and used to bring relief to small businesses that couldn’t afford to pay a developer to bring their business online. But it seems that is no longer the case; what was once a sufficient solution to keeping costs low and productivity high is now just… Continue reading Online Website Builder and Online Database All In One Place

How to Add More Life to Your Website’s Flat UI Design?

Well, the fact can’t be denied that the big names like Google, Microsoft etc. are all opting for flat designs nowadays when it comes to designing their websites. So, the trend of flat UI designs is raising its flag like never before. Be it a flat logo, using one dominant brand color, simple and bold… Continue reading How to Add More Life to Your Website’s Flat UI Design?

Processing Incoming Request Data in Flask ― Scotch

In any web app, you’ll have to process incoming request data from users. Flask, like any other web framework, allows you to access the request data easily. In this tutorial, we’ll go through how to process incoming data for the most common use cases. The forms of incoming data we’ll cover are: query strings, form… Continue reading Processing Incoming Request Data in Flask ― Scotch

Are You Underestimating The Power Of Color In Design?

The colors you use in your website’s design have the potential to captivate and influence a sale. They also have the potential to distract and disrupt your visitors’ attention and make them bounce. Don’t underestimate the power of color when it comes to influencing your visitors. A beautiful color scheme isn’t necessarily an effective one.… Continue reading Are You Underestimating The Power Of Color In Design?

Free iPhone X Mockup Templates (28 Mock-ups)

Apple has launched iPhone X, a new smartphone in iPhone family on iPhone’s 10th anniversary. iPhone X is the first smartphone to feature a new edge-to-edge design. There is also an all new Super Retina resolution, a reinforced glass design and support for wireless charging. The handset has a cutting-edge Super Retina OLED screen, measuring 5.8 inches… Continue reading Free iPhone X Mockup Templates (28 Mock-ups)

Monitoring the user's brain for usability testing

I have a habit of connecting the dots between design and various other fields of studies which I start learning about. Lately, I have been learning neurosciences and thinking about how we could harness findings from it to designing better products. It gave me chills. For instance, introduction of brain activity monitoring device such as… Continue reading Monitoring the user's brain for usability testing

Tips for Using Gradients In Web Design

Gradients are on-trend for 2017, and they’are a good way to make your design look a little more up to date. They also provide a pleasing illusion of depth and distance, which can add some volume to one-dimensional layouts. Check out these tips for using gradients in web design to get acquainted. Put Gradients in… Continue reading Tips for Using Gradients In Web Design

Free Downloads: Fintech and World Cities Icon Sets From Agente Studio

August 29, 2017 by Noemi Twigg We’ve got two free icons sets for you today, thanks to Agente Studio, a full-service UX/UI design and mobile/web development agency based in New York and Minsk. For your Fintech and travel design projects, you’ll find these two free icon sets ultra useful. Fintech Icon Set Fintech has become a buzzword… Continue reading Free Downloads: Fintech and World Cities Icon Sets From Agente Studio

Kotlin From Scratch: Packages and Basic Functions

Kotlin is a modern programming language that compiles to Java bytecode. It is free and open source, and promises to make coding for Android even more fun.  In the previous article, you learned about ranges and collections in Kotlin. In this tutorial, we’ll continue to learn the language by looking at how to organize code using… Continue reading Kotlin From Scratch: Packages and Basic Functions

TypeScript for Beginners, Part 2: Basic Data Types

* { box-sizing: border-box; } body {margin: 0;}*{box-sizing:border-box;}body{margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;} After reading the introductory TypeScript tutorial, you should now be able to write your own TypeScript code in an IDE that supports it and then compile it to JavaScript. In this tutorial, you will learn about different kinds of data types available in TypeScript. JavaScript has seven… Continue reading TypeScript for Beginners, Part 2: Basic Data Types

How To Design For Digital Products

It is really difficult to talk about static elements on the web: the design process is changing rapidly; and inefficiency is no longer allowed. The reason is competition; and designers’ will to plan their project in advance and to apply purposeful methods. The crucial discovery was the connection between design quality and experience outcome; and… Continue reading How To Design For Digital Products

5 Unusual Trends to Create Fresh Look of Your Website

To begin with, we all know that owning a popular online project is not the easiest thing for today. Needless to say, there are a lot of different colorful and attractive websites that already exist. Thus, you have to create something that is truly unique in order to stand out from the crowd. Without a… Continue reading 5 Unusual Trends to Create Fresh Look of Your Website

Your Guide to Developing Microcopy Like a Pro

People often underestimate the power of their website, but great user design drives conversions. When we think of a user experience, a few things jump to mind: headlines, layout, font, color. Symmetry and visual cueing play a large role in how a user takes in content and even how they make decisions. This is the… Continue reading Your Guide to Developing Microcopy Like a Pro