3 Ways to Fund Your Professional Website Development Project

April 28, 2017 by David Jones You’ve launched a business but you still need a website; however, you’re not sure how to create one. You’ve seen DIY platforms like Wix, Weebly, and WordPress, but you also know people who have had a custom website developed. Which route should you take? Though many people are perfectly… Continue reading 3 Ways to Fund Your Professional Website Development Project

How UberEats could make ordering for groups of friends simpler — a UX case study

The Problem — I find myself using UberEats (launched early last year) more frequently than the likes of DoorDash primarily because of two reasons: Continuous promotions — They have had some really cool promotions all this while. (No delivery cost upto $5 for an order) Ordering experience — From searching for food to ordering and waiting for it, the… Continue reading How UberEats could make ordering for groups of friends simpler — a UX case study

5 Key Areas to Help Manage Your Design and Content Creation Team

Even more radical than funny cat videos and memes in GIF form, the rise of the Internet has really empowered companies of all sizes to work with remote teams all around the world. This has dramatically impacted how modern business is being conducted because you could have team members everywhere from Sacramento to Sri Lanka. In addition… Continue reading 5 Key Areas to Help Manage Your Design and Content Creation Team

Common UX Mistakes and How to Avoid (or Fix) Them

Have you ever fumbled through a complicated contact form on a mobile website or wished for a button or link that wasn’t there? If so, you’ve experienced what a lack of foresight in user experience (UX) design causes. Don’t fall victim to the same common UX mistakes. Make sure potential customers poor UX design doesn’t… Continue reading Common UX Mistakes and How to Avoid (or Fix) Them

5 Above the Fold Elements that Get Your Audience’s Attention

An old study from Nielsen states that web visitors spend 80.3% of their time above the fold – the top area of your site that’s immediately viewable upon loading. Furthermore, Google found out that ads above the fold had 68% viewability, as opposed to ads below the fold with only 40%. Naturally, a lot of… Continue reading 5 Above the Fold Elements that Get Your Audience’s Attention

Every Designer Should Know The Importance Of Prototyping

Advertisement The importance of prototyping should be obvious to anyone involved in designing website or mobile apps. A prototype allows a designer or developer to create a form out of a concept, so that everyone who is involved in the process can give their feedback and make necessary adjustments before a final version is produced.… Continue reading Every Designer Should Know The Importance Of Prototyping

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

Power Up Your Mobile Game With Design, Sound, and Music

A successful game needs to be beautifully designed and immersive. Most game developers aren’t good designers, though. And it doesn’t stop with design. Sound and music are just as important to captivate people playing your game. Fortunately, you don’t have to be a design or team up with one to create a fantastic game. You… Continue reading Power Up Your Mobile Game With Design, Sound, and Music

Style Guides in Sketch

Product design is a team sport. The best teams tend to have lots of moving parts: designers and developers and managers and researchers all working in concert on a single, refined vision. All those moving pieces come with a cost, though, in the form of meetings, emails, and file versioning—all things we do in order… Continue reading Style Guides in Sketch

Android From Scratch: Building Your First Android Application

What You’ll Be Creating After taking a look at the current state of Android development and how to set up your development environment, in this lesson, you are going to learn how to build and launch your first Android application. I won’t focus too much on the details, because those are covered extensively later in… Continue reading Android From Scratch: Building Your First Android Application

What Are WordPress Themes?

We recently wrapped up a series that covered How to Get Started With WordPress. Though it’s not a pre-requisite for reading the following article, I recommend reading through the four posts, especially if you’re someone who is just now getting started with WordPress. The people who visit Envato Tuts+ come from a variety of backgrounds, both… Continue reading What Are WordPress Themes?

10 Key Things Web Design Clients Should Know & Understand

Web design is always changing, and the future is about as clear as an oil slick. New trends emerge every day, it seems, and Google algorithms are always forcing everyone to adapt. SEO, web design, and the number of devices people use seems to expand web design horizons every day. All of this can be… Continue reading 10 Key Things Web Design Clients Should Know & Understand

How Welcoming are WordCamps to Women?

This month it’s International Women’s Day, a worldwide event designed to raise the under-representation of women in many walks of life and encourage us all to open up more opportunities to women and girls. I thought it would be a good opportunity to take a look at gender diversity at WordCamps, and compare these with… Continue reading How Welcoming are WordCamps to Women?

10 Tips for Improving Your Photo Manipulation Skills

Over it’s 20+ year history, Photoshop has proved itself useful for a great many things. One of the primary applications is photo manipulation. In fact, it’s photo manipulation that is meant by the colloquial term “to Photoshop”. Yet pulling off a successful photo manipulation isn’t quite as easy as it sounds.  So whether you are… Continue reading 10 Tips for Improving Your Photo Manipulation Skills

How to Install WordPress: The Application

In this introductory series for how to achieve some tasks in WordPress, we’ve talked about themes and plugins and how to install our web server. The one thing we haven’t covered, though, is how to install WordPress. In this tutorial, I’m going to walk through the process of downloading a copy of the WordPress source… Continue reading How to Install WordPress: The Application

Working with Data, Assets, and Templates in Middleman

This second tutorial about building static websites with Middleman dives a little deeper into the framework. By the end, you should know enough to build your own project from scratch. We’ll cover topics such as Data Files, Pretty URLs, Project Templates and the Asset Pipeline, so let’s get stuck in! Data Files So, having already… Continue reading Working with Data, Assets, and Templates in Middleman

How to Color in a Traditionally Inked Comic in Adobe Illustrator

Learn how to turn a traditionally inked comic page into a warmly lit night scene in vector. With live paint, global process colors, gradients and different layer transparency settings in Adobe Illustrator, we will turn our black and white artwork into a comic page brimming with color. 1. Prepare the Line Art Step 1 I have… Continue reading How to Color in a Traditionally Inked Comic in Adobe Illustrator

Responsive Images: Still Waiting for a Standard? Try Rwd.Images.Js Instead!

Responsive Images is a topic far from resolved. Will it be the picture element as proposed by the W3C or will it be the srcset attribute as proposed by WHATWG in the end? No matter what time will bring, responsive images are a problem that needs to be solved today and not sometime in the… Continue reading Responsive Images: Still Waiting for a Standard? Try Rwd.Images.Js Instead!

HTTP: The Protocol Every Web Developer Must Know

In my previous article, we covered some of HTTP’s basics, such as the URL scheme, status codes and request/response headers. With that as our foundation, we will look at the finer aspects of HTTP, like connection handling, authentication and HTTP caching. These topics are fairly extensive, but we’ll cover the most important bits. HTTP Connections… Continue reading HTTP: The Protocol Every Web Developer Must Know

HTTP: The Protocol Every Web Developer Must Know – Part 1

* { box-sizing: border-box; } body {margin: 0;}*{box-sizing:border-box;}body{margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;} Learning the fundamentals of the World Wide Web is crucial, especially if you are planning to build web apps. And, HTTP is at the heart of any web application you could build. HTTP stands for Hypertext Transfer Protocol. It’s a stateless, application-layer protocol for communicating between distributed… Continue reading HTTP: The Protocol Every Web Developer Must Know – Part 1