1. Authors
  2. Joshua Johnson

Joshua Johnson

Joshua Johnson

Equal parts editor, writer, designer, and photographer. Hit me up on Twitter, or check out my photos.

Create Stunning Effects With CSS Transition Delays

CSS / 8 May 2012

Create Stunning Effects With CSS Transition Delays

I’m a huge fan of CSS transitions. Sure, they can be abused but on the whole they’re a really great and easy way to add a little life to your web pages. And let’s face it, they’re flat out fun to play with.

I’ve covered transitions a million different ways, but there’s one feature that I hardly ever touch: transition delays. Why would you want to delay your transition? It turns out that the effects that you can achieve become much more complex and impressive when you incorporate this one extra parameter. Let’s jump in and build some cool demos to show off how it works.

100 Nicely Designed Nautical Logos

Inspiration / 7 May 2012

100 Nicely Designed Nautical Logos

It’s time for another massive collection of inspiring logo designs from Logopond. Nothing gets your creative mojo going quite like a big dose of logos and today we’ve got over one hundred for you to browse through.

The theme for this roundup is all things nautical. We’ve got boats, anchors, lighthouses, pirates and even a few sea creatures. The next time you’re attempting a maritime look, come back here and check out what these great designers have done.

Code a Set of Animated App Store Buttons With CSS

CSS / 3 May 2012

Code a Set of Animated App Store Buttons With CSS

I’ve gotten bored lately with all of the run of the mill, plain jane iTunes/Mac App Store buttons that I’ve been seeing around the web, so I coded up some fun little animated alternatives that I thought I would share.

This project is super simple, so even if you’re a complete beginner, you should be able to follow along. We’ll learn how to use some fancy techniques like how to incorporate icon fonts into a design and how to insert objects using pseudo elements.

5 Cool & Quick Photoshop Shadow Tricks

Graphics / 2 May 2012

5 Cool & Quick Photoshop Shadow Tricks

Photoshop layer styles can be used for good or evil. In the hands of a beginner, they can lead to cliché results that are so overused that they’re downright cringeworthy. However, in the hands of an experienced Photoshopper, they can be the building blocks for complex and impressive effects.

Today we’re going to pay tribute to the shadow layer effects that come built into Photoshop. We’ll go over five super quick and easy tricks that you can pull off using simple shadow techniques.

Are Hover Events Extinct?

CSS / 26 Apr 2012

Are Hover Events Extinct?

Odds are, :hover was the very first pseudo class selector that you ever learned. Heck, it might be the only one you ever learned. We all love this lovely little feature and use it constantly as a way to create enriched user experiences.

My question today could change the way you think about hover forever: “Does the ubiquity of touchscreens render hover events obsolete?” Put another way, did the iPhone kill :hover? Read on to see how iOS handles a CSS hover event, what that means for you as a developer, and how you should or shouldn’t be using hover events in your designs.

Interesting Trends in UI Design

Graphics / 25 Apr 2012

Interesting Trends in UI Design

I’m always on the lookout for new design trends. It’s fascinating to me how certain ideas get picked up by so many designers and implemented in countless different ways.

Today we’re going to specifically explore the world of user interface design and see if we can spot any currently popular trends. Almost more than any other area of design, interfaces are extremely subject to the ever changing whims of designers and if you’re not in the loop, you could find yourself creating UI that feels outdated. Read on to see what’s trending!

The Freelancer’s Secret to Learning Any New Skill

Business / 23 Apr 2012

The Freelancer’s Secret to Learning Any New Skill

As a designer, developer and all around creative person, there are some skills that likely came very naturally to you. The learning experience just sucked you in and you enjoyed yourself enough that you picked up this new talent in an impressively brief timespan.

Other skills however, prove to be more difficult. Sometimes you can feel like your brain is simply full and that there’s no more room for this old dog to learn a new trick. How do you overcome this mental block and force yourself to learn that new skill you’ve been wanting to pick up? There’s a secret that many freelancers know well that is a sure fire way to learn almost anything new in your given field. Read on to see what it is!

Web Design Critique #79: Chique Drupal Theme

Critique / 20 Apr 2012

Web Design Critique #79: Chique Drupal Theme

Every week we take a look at a new website and analyze the design. We’ll point out both the areas that are done well in addition to those that could use some work. Finally, we’ll finish by asking you to provide your own feedback.

Today’s site is Chique, a premium Drupal template from More Than (just) Themes. Let’s jump in and see what we think!

Everything You Never Knew About CSS Floats

CSS / 18 Apr 2012

Everything You Never Knew About CSS Floats

What do floats really do anyway? How do they affect the box model of the elements involved? How do floated elements differ from inline elements? What are the specific rules governing the position of floated elements? How does the clear property work and what is it for?

Floats can trip up even experienced developers and understanding their behavior can really set you free from many of the woes that you face with CSS. Even if you think you already know all about floats, we’ll dive deep enough that you just might learn something new!

Duckett’s HTML & CSS: A Beginner’s Web Dev Book You Can Actually Read

Reviews / 17 Apr 2012

Duckett’s HTML & CSS: A Beginner’s Web Dev Book You Can Actually Read

You’ve no doubt seen some buzz about a new book from Jon Duckett titled HTML & CSS: Design and Build Websites. Books on how to build websites are a dime a dozen. They fill entire sections of every book store around while many of us ignore most or all of them in favor of web-based learning.

So what makes this book so different? Why is it gaining so much attention? Does it live up to all of the hype? Read on to find out how Duckett is changing the way we think about web development books and why it’s hands down the best book I’ve ever read experienced on introductory HTML & CSS.

Sass vs. Stylus: Who Wins the Minimal Syntax Battle?

CSS / 16 Apr 2012

Sass vs. Stylus: Who Wins the Minimal Syntax Battle?

Today we’re going to pit two CSS preprocessors head to head. You’ve no doubt seen lots of discussion about how SCSS compares to LESS, but where does Stylus, the new kid on the block, factor in? Can it possibly match the power and versatility of SASS?

We’ll jump head first into both syntaxes and compare them side by side to see which is more logical and versatile. We’ll also talk about features and give you a clear argument for why one preprocessor is more powerful. You can rest assured, we’re not going to wuss out and give you some crap about a tie, there will be a winner!