Articles - Page 173

Browse hundreds of articles, tips, and inspiring design collections. Find helpful design advice, or the perfect resource for your next project.

Graphics / 3 Aug 2011

Designers, Do You Really Know Anything About Design?

Does learning the requisite software make you a designer? Just because you know CSS and HTML, can you really call yourself a web designer?

Today we’re going to explore the idea that, while you may be a Photoshop wizard, you might lack in fundamental design training that could drastically help you in your every day career.

Graphics / 28 Jul 2011

Three Quick Design Tricks: Sliced Text, Metal Knobs and Curled Stickers

Today we have a small collection of completely random but very useful design tricks that you should keep in the back of your mind the next time you need a new idea.

We’ll be showing you how to slice up some text in Illustrator to give it an edgy feel and how to build a metal slider and a curled sticker in Photoshop.

HTML / 27 Jul 2011

Embedding Google Maps Into a Web Page: A Beginner’s Guide

Google Maps is one of the best utilities to ever hit the web. It has become the standard way for people to get directions online, view satellite and terrain imagery and perform any other map-related task.

There are a number of reasons that you would want to embed a Google Map into your web page, whether it be for functional purposes, such as guiding users to your physical location, or aesthetic purposes, such as using map for a background graphic. Today we’re going to look at two ways you can go about this task: the quick and easy way and the powerful, flexible API route.

CSS / 25 Jul 2011

Achieving Multi-Step Animations With CSS Transitions

Multi-step CSS animations are easy with keyframes, but what if we want to use plain old transitions to achieve a similar effect? Further, how do we take a single hover event and translate that into multiple animations on different elements?

The answer lies in using buried hovers, a simple and effective trick you should definitely try out.

CSS / 22 Jul 2011

How to Implement Some Slick Icons Using a Font and CSS

Using an image-based font can be a fun and quick way to implement icons across your site. It’s a super easy process that gives you complete freedom to go back and re-size your icons at any time.

Today we’ll use the excellent Pictos font to build a simple web page so you can get a feel for the process.

Layouts / 20 Jul 2011

Ditching the Grid: Alternative Layout Strategies and Tips

Are you tired of creating building websites using the same old grid-based layouts for every project? Have you been itching to break away from the norm and attempt something a little more organic?

Today we’ll take a look at a few sites that have done just that to see what we can learn about alternative layout methods and how they can be successfully implemented.

Graphics / 14 Jul 2011

Build Awesome Color Palettes Effortlessly in Illustrator

Here at Design Shack we can’t get enough of good color schemes. We recently discussed some Awesome and Unusual Places to Steal Color Palettes From and today we’ll follow up that discussion with some tips on how to build your own awesome color sets in Adobe Illustrator.

We’ll go over the extreme basics of working with color in Illustrator and jump into how to use the excellent built-in Color Guide to get you on the path to lightning-fast generation and manipulation of custom color schemes.

Graphics / 12 Jul 2011

5 Quick & Simple Design Tricks to Liven Up Any Project

Sometimes you have a perfectly good layout, but your design needs a bit something extra to finish it off. Unfortunately, it’s easy to get stuck and become completely void of ideas.

Today we’re going to help you solve this problem by highlighting five random design ideas that you can incorporate into your back of design tricks. Let’s get started!

Business / 11 Jul 2011

How to Teach Someone Graphic Design

Do you have a friend, family member or colleague who is considering design as a profession and looks to you for guidance? Your instruction could mean the difference between a meaningful career and a non-starter.

Today we’ll offer up some basic advice that everyone should consider before attempting to teach someone to be a graphic designer.

Inspiration / 8 Jul 2011

10 Unbeatable Premium Memberships and Courses for Professional Design Training

As a professional designer, it’s absolutely crucial for you to stay up to date with your skill set. With web design moving along at a rate so fast that even the best quickly fall behind, it’s helpful to have a solid lifeline to quality educational resources.

Today we’re going to look at ten awesome premium design memberships and sources for training courses that will help you learn a plethora of new skills and help you stay current on the topics that you’re already versed in.

CSS / 6 Jul 2011

Rolling Your Own Grid Layouts on the Fly Without a Framework

Do you hate CSS grid frameworks but love the rapid layout benefits that they provide? Do you struggle with the math and code necessary to create your own flexible multi-column layouts on the fly?

Today we’re going to walk you through creating your own basic, reusable system for creating multiple columns that you can implement anywhere any time with only a few lines of code. No bloated code or non-sematic class names required!