Articles - Page 213

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

CSS / 12 May 2011

20 Amazing Examples of Using Media Queries for Responsive Web Design

Responsive web design is one of the hottest topics among designers and developers right now. If you’re not quite sure what it’s all about, we’ll walk you through what it is, how it works and how CSS media queries are something you need to start incorporating into your own designs.

To top it all off, we’ll finish with twenty seriously impressive of responsive designs that use media queries to present experiences specifically catered to different visitors.

CSS / 11 May 2011

Build a Pure CSS Slideshow With Webkit Keyframes

While playing around with Webkit Keyframe Animations I figured out a way to create an awesome little image slider using only CSS. It’s definitely a bit unconventional but it’s a great way to learn to think outside of the box with what you can do with CSS3.

Keep in mind that since we’re using Webkit Keyframes, this is purely an educational experiment and will only work in Safari or Chrome. As more browsers begin to support keyframe animations in the future, this method should become perfectly usable in your own web projects.

Inspiration / 10 May 2011

Surviving on a Creative Assembly Line

Do you ever feel like you do the same thing all day every day? Do you wonder how you can possibly be expected to come up with original and creative ideas almost ceaselessly?

Join the club. Today we’re going to talk about how and why designers struggle with creativity, some tips for avoiding burn out and whether or not you should tough it out or get out while you still can.

Graphics / 6 May 2011

55 T-Shirts Made Just for Designers

Everyone loves a good t-shirt. Today, we’ve got 55 of them that were specifically designed to appeal to graphic designers, web designer and coders.

We’ve scoured the web to find the coolest, funniest and most ridiculous designer-themed shirts and split them into five categories: Photoshop & Illustrator, Color, Typography, CSS & Code and Design. Enjoy!

CSS / 5 May 2011

5 Cool CSS Hover Effects You Can Copy and Paste

Need a cool hover effect for something on your site? Look no further! We’ve created several custom examples that you can view live for inspiration.

If you like the effect, steal it! We’ve got the CSS ready and waiting for you to copy.

CSS / 5 May 2011

Create an Awesome Animated Thumbnail Gallery With CSS

Today we’re going to have some more fun with CSS3 transitions. There’s a popular jQuery trick that expands the crop of an image when you hover over it and I wanted to replicate it using only CSS. To take things further, I put this effect into action in a thumbnail gallery.

Keep reading to see the live demo and follow along step by step as we explain how this works and build the whole thing from scratch.

Business / 3 May 2011

3 Reasons Logo Design Clients Suck (And How to Respond)

Logo design has to be one of the trickiest pieces of design work when it comes to dealing with clients. It seems almost inevitable that what you imagine will be a quick and easy job turns into a nightmare of never-ending reworks.

Today we’re going to discuss what types of problems typically arise in logo design and how you can prepare for them.

Layouts / 2 May 2011

iOS Usability Tips and Resources for iPhone and iPad Apps

The process required for designing mobile applications takes dedication and eye-numbing precision. Most graphics designers won’t spend their time in this area since pixel-perfect creation becomes tiresome quickly. And although mobile design isn’t for everyone it does hold a special place in the hearts of many.

For those out there interested to get started designing for mobile I’d recommend skimming a few of the ideas presented below. Previously we’ve discussed creative UI design techniques and offer solutions for iPhone and iPad designers.

CSS / 29 Apr 2011

Fun With Pulsing Background Colors in CSS3

Let’s finish the week with something fun shall we? CSS keyframe animations currently have very limited browser support, but they’re still quite interesting to learn about and experiment with.

Below we build a simple web page that leverages Webkit keyframe animations to gently shift the background color on a never ending loop. Intrigued? Read on!