Search Results For: textures

Design for Everyone: Considering Accessibility in Visual Projects

Accessibility / 19 Jun 2014

Design for Everyone: Considering Accessibility in Visual Projects

Because design is such a visual concept, we don’t always stop to think about how design can impact users with certain disabilities. From vision to hearing or even touch impairments, how you design a website, brochure or even package can look or work a different way to different people.

And while you can’t design so that every element is perfect in every condition for every user, there are some things you can do and think about to make your design projects more accessible to a larger number of people. Simple techniques such as color choice, texture, shading and sound effects can make a difference to users.

Paper 101: Quick Start Guide for Print Projects

Graphics / 15 Apr 2014

Paper 101: Quick Start Guide for Print Projects

While most principles and tenets of design are pretty universal, printing is not. For anyone jumping to a different medium (online to print) or even one medium to another, it is vital to know just what you need and will get when working on a print job.

Elements such as paper stock, paper size, coating and fold can significantly impact how a design is put together for a printed project. Here’s a guide to help you get started and better understand the ins and outs of printed projects.

Making Vintage Design Work for You

Inspiration / 19 Feb 2014

Making Vintage Design Work for You

Vintage textures and palettes are in. They are popping up in a variety of uses from large-scale design projects to small details in a logo or background texture. This dated-style technique has really made a comeback.

Today, we will look at how you can create and establish a great palette for a vintage-style design from color to type to texture choices.

This Week in Design: Feb. 7, 2014

This Week in Design / 7 Feb 2014

This Week in Design: Feb. 7, 2014

Nothing tends to create more buzz than a popular website undergoing a redesign or design tweak. And that’s just what happened with Twitter earlier this week as the major news in the world of design. So much so that Twitter is still dominating many design conversations around the globe.

Every week, we plan to a look at major product releases and upgrades, tools and tricks and even some of the most popular things you are talking about on social media. And we’d love to hear what’s going on in your world as well. Have we missed anything? Drop me a line at [email protected].

Understanding Design Copyrights and Trademarks

Business / 27 Jan 2014

Understanding Design Copyrights and Trademarks

Not that long ago we entertained a discussion about design plagiarism here on Design Shack, but what does it mean if your work is stolen? How do you even know if your work is protected? And moreover, what can you do about it?

That’s where the protection of copyrights and trademarks come in. But what are they? And how do they apply to your designed work? Let’s take a look.

Learn by Example: 6 Lessons for Designing Restaurant & Food Websites

Graphics / 22 Nov 2013

Learn by Example: 6 Lessons for Designing Restaurant & Food Websites

Today’s topic is a delicious one: restaurant and food websites. Small businesses pay the bills for freelance designers and local restaurants can serve as a major source of revenue. If you’re embarking on your first restaurant site design though, there are a few things that you should know.

In this article, we’ll learn by example as we take a look at lots of mouthwatering food and restaurant websites. By examining what these designers got right, you’ll help ensure your own success in this area.

Creating a Custom HTML5 Audio Element UI

CSS / 20 Nov 2013

Creating a Custom HTML5 Audio Element UI

HTML5 has made many things simpler in web development, one of which is using embedded audio. Today, we’re going to work through the process of completely customising the HTML5 audio player element, which can adapt to older browsers with fallbacks. It’s a simple method that’s easy to build upon and tweak.

The open source project MediaElement.js is wildly popular, and has even been built into the core of WordPress since version 3.6. It allows you to embed any HTML5 audio or video using a native player interface which can dynamically adapt into a Flash/Silverlight player when needed. I was really impressed to see all the features and it seems to be one of the more advanced solutions for handling legacy browsers. We’ll be using that as a starting point!

10 Popular Trends in Modern Web Design Elements

Inspiration / 9 Sep 2013

10 Popular Trends in Modern Web Design Elements

Trends in web design can change and fade almost as quickly as they become fashionable. But so far in 2013, a handful of trends have really seemed to take web design by storm, and seem to be sticking.

Today, we’re going to examine ten trends in modern web elements and showcase some great examples of each — everything from vintage typography and circles, to vibrant colours and handy vCards. Even better for you is that all of the examples below are available for download (some free, some paid).

10 Digital Design Terms You Need to Know

Business / 27 Aug 2013

10 Digital Design Terms You Need to Know

Design jargon is everywhere. And you need to be able to speak the language. Working on digital projects has its own set of terminology. From dither to color values to fluid or fixed layouts, there are a few terms every designer needs to have a grasp of.

So we’ve made it easy for you, and put together a list of digital design terms you need to know. This list started as a top 10, but we added some bonus jargon for comparative purposes. How many of these terms are you already familiar with?

Just 24 Hours Left to Claim Your Creative VIP Discount!

News / 23 Jul 2013

Just 24 Hours Left to Claim Your Creative VIP Discount!

Last week, we let you know about a new project we’ve just launched — Creative VIP! It’s an exclusive membership club for creative professionals, with special privileges and discounts on world-class products and services, hundreds of design resources, and lovely creative goodie bags.

We’re offering all Design Shack readers a 25% discount on their membership, but there’s just 24 hours left to take advantage of the offer! Read on to find out more about why you should become a member…

Introducing Creative VIP: The Exclusive Membership for Creative Professionals

News / 16 Jul 2013

Introducing Creative VIP: The Exclusive Membership for Creative Professionals

As one of our awesome Design Shack readers, we wanted to let you know about a new project we’ve just launched — Creative VIP. It’s an exclusive membership club for creative professionals, and we’d love to welcome you as one of our first members.

Our members receive special privileges and discounts on world-class products and services, access to hundreds of design resources, and creative goodie bags on their doorstep. Keep reading to find out more about a Creative VIP membership, and to grab an exclusive 25% discount for Design Shack readers!

Simple Steps for Creating a Fixed Navigation Bar

JavaScript / 20 Mar 2013

Simple Steps for Creating a Fixed Navigation Bar

When designing a navigation system for your website it is important to consider dynamic alterations for handling mobile support and responsive designs. But another systematic approach is to keep your visitors in full control throughout the entire viewing process. This often requires a quick-to-access menu or dropdown area for pulling links to other webpages.

In this tutorial I’m going to be building a top navigation bar which appears only after moving beyond the header navigation. This effect is great if you have a few pages which are most commonly accessed by visitors. The sticky navbar will stay fixed at the top of the screen and only disappear when re-entering the header nav zone. To get an idea of what we will be making check out my live demo example after the jump!