Articles - Page 165

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

Battle of the LESS Mixin Libraries: LESS Elements vs. LESS Hat vs. Bootstrap

CSS / 8 Oct 2012

Battle of the LESS Mixin Libraries: LESS Elements vs. LESS Hat vs. Bootstrap

LESS is a friendly, easily-approachable CSS preprocessor. Though ultimately, Sass and Stylus are more powerful and robust, LESS has a certain charm that keeps it as a forerunner in the battle of the preprocessors.

If you’re a Sass fan, then you can take advantage of Compass, an incredible framework that makes coding with complex CSS3 properties a breeze. But what about LESS users? Where’s their Compass? Today we’ll look at three awesome mixin libraries that will help fill that void.

How to Use Adobe Edge Web Fonts on Your Site

CSS / 4 Oct 2012

How to Use Adobe Edge Web Fonts on Your Site

Adobe recently launched a free web font service to complement Typekit, their amazing premium service. Adobe Edge Web Fonts currently gives you around 500 free font families that you can use on your site today with little effort. How great is that?

The process for implementing these fonts isn’t quite as straightforward as some of the other services that you might be used to, so today we’re going to dive in and take a look at how it all works.

How to Avoid Stupid Screw-Ups With Adobe Template Files

Software / 1 Oct 2012

How to Avoid Stupid Screw-Ups With Adobe Template Files

Don’t you hate it when you use some important file as a template and then accidentally save over it? I used to do this all the time and it frustrated me to no end.

Fortunately, Adobe has invented these great little template file types that fundamentally function differently than your normal files to make sure you don’t screw anything up. Read on to see how they work.

Adobe Edge: Does Adobe Finally Understand Developers?

Software / 26 Sep 2012

Adobe Edge: Does Adobe Finally Understand Developers?

Adobe and web design. They have a complicated history. I can never quite tell if Adobe is an estranged partner of web developers or an active advocate. Are they focused on empowering developers or replacing them with clunky WYSIWYGs?

Today we’re going to take a look at Adobe Edge Tools and Services, a new initiative from Adobe that might be enough to change your mind about how Adobe views coders.

Finally, Collect for Output in Illustrator

Software / 25 Sep 2012

Finally, Collect for Output in Illustrator

For over a decade, a fierce debate has raged on about whether or not Adobe Illustrator is an appropriate tool for page layout projects. Should you really be building ads and brochures in an application meant for illustration?

The question is an interesting one, and those in the “yes” camp have always been held back by the simple lack of a “Collect for Output” feature. This has finally changed in CS6. So is the debate over? Not remotely. Read on and join the discussion.

30 Great Looking Web Designs Built With Diagonal Lines

Inspiration / 24 Sep 2012

30 Great Looking Web Designs Built With Diagonal Lines

Too often, we fall back on the same old design techniques and aesthetic feel. Why not mix it up every now and then and try something new? One technique that really seems to be gaining traction lately is the implementation of strong diagonal lines in web design.

After years of strict, standard grids that utilize clear vertical and horizontal directionality, a bold diagonal design can make a refreshing statement that’s eye-catching and attractive. Read on to see thirty recent examples of designers using diagonal lines in their work.

How to Design the Perfect Twitter Header Image

Graphics / 20 Sep 2012

How to Design the Perfect Twitter Header Image

Twitter recently rolled out an updated design for profile pages, which allows you to insert a new “header photo” that sits on top of your feed, much like Facebook’s timeline cover image.

Today we’re going to dive in and see some examples of good Twitter profile images and discuss how you can design your own. I’ll even toss in a free template so you can get started right away.

Compromising With Clients: Play Nice or Take a Stand?

Business / 19 Sep 2012

Compromising With Clients: Play Nice or Take a Stand?

I was recently put in an interesting position where I had to choose between my professional principles and a paycheck. As a designer, you’re probably no stranger to this situation.

What’s the right course of action? When is compromise a laudable action and when is standing firm and refusing a request the better way to go? I’ll share my thoughts through a real and personal story.

Transform Your Designs Into Coded HTML Emails With Mailrox

HTML / 11 Sep 2012

Transform Your Designs Into Coded HTML Emails With Mailrox

Coding HTML emails sucks. In a time where we’ve become so ingrained with web standards and CSS-based layout, jumping back in time and coding up table-based layouts with inline styling feels downright icky. In fact, there are tons of web designers who haven’t even been around long enough to be familiar with how to code this way.

Today we’re going to take a look at a new tool that promises to make life much easier for HTML email designers. With Mailrox, you upload your design, slice it up and easily transform it into a working HTML email.

The Master Guide to the Photoshop Layers Panel

Software / 10 Sep 2012

The Master Guide to the Photoshop Layers Panel

The Layers Panel in Photoshop is one of the single most important aspects of the software’s UI. Odds are, you’ve spent a good chunk of your life staring at and interacting with the Layers Panel, but how well do you really know it?

Today we’re going to take a deep dive into what the Layers Panel has to offer and how to make the most of it in your workflow. We’ll learn about everything from keyboard shortcuts to obscure customization features. Whether you’re a beginner or a pro, you’re bound to learn a few new tricks!

Build a Fun Photo Swap Animation With CSS Keyframes

CSS / 5 Sep 2012

Build a Fun Photo Swap Animation With CSS Keyframes

CSS keyframe animations open up a vast range of possibilities for what can be accomplished with CSS. Much more than simple, one-step transitions, keyframes can be used to achieve complex, multi-step animations that are quite impressive.

In today’s project, we’re going to start from scratch and build a stack of two photos that spread out and swap their stacking order when you hover over them. Along the way we’ll learn all about how to wield keyframes like a pro and juggle all of those head-spinning prefixes!

A Beginner’s Guide to Leaner CSS

CSS / 4 Sep 2012

A Beginner’s Guide to Leaner CSS

Don’t repeat yourself (DRY). It’s a simple concept with the ability to completely change the way you write code. If I look back to my early days with CSS though, I don’t think the concept meant much to me. Sure, all right, don’t repeat myself, thanks for the advice. How does that translate to applicable advice though?

Today we’re going to look at the very core concepts for how to rethink the CSS you’ve been writing by trimming the fat and reducing the redundancy. The result will be leaner CSS that’s easier to author and maintain.