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.

Code a Spinning Circular Menu With CSS

CSS / 16 Jan 2013

Code a Spinning Circular Menu With CSS

Don’t be a square, break outside your boring box and try on a circle for size. Today we’re going to build a circular navigation menu that spins to different points as the user hovers over an anchor.

Along the way we’ll have to overcome several obstacles like how to structure our HTML to be conducive to a remote hover and how to position all of the elements just right so that everything works. It’s a fun challenge and there’s a lot to learn, let’s get started!

Perform a Split Reveal With CSS

CSS / 10 Jan 2013

Perform a Split Reveal With CSS

CSS can pull of a lot of really great image tricks: size manipulation, desaturation, even blur. One limitation that we run into though is that you can’t really slice an image into multiple parts. For instance, if you wanted to cut a photo in half and animate the separation, you couldn’t really do it with pure CSS. Could you?

Today we’re going to code up a work around that allows us to achieve this very trick without an ounce of JavaScript or extra files. Let’s see how it works.

Winners Announced: Win a Free Set of 100 Business Cards From MOO!

Competitions / 9 Jan 2013

Winners Announced: Win a Free Set of 100 Business Cards From MOO!

We’re delighted to have MOO provide us with a set of 100 Business Cards for three of our lucky readers! If you have not heard of MOO before, they love to print – whether it’s MOO’s renowned creative business cards, Postcards, Greeting cards, Stickers or any other products.

If you’re interested in scoring your own awesome set of printed MOO business cards, read on and learn how to enter!

Create Outstanding Product Shots in Seconds With PSDCovers

Software / 8 Jan 2013

Create Outstanding Product Shots in Seconds With PSDCovers

Creating high quality 3D product mockups is a ton of work. I used to do print design work for various major store brands and I spent hours and hours toiling away in attempts to build attractive Photoshop mockups of various products.

If only PSDCovers.com had been around back then! This awesome resource is loaded with free packaging and product mockups that you can instantly apply your designs to in Photoshop. Sound too good to be true? Read on to see how it works.

Generating Placeholder Content in Sublime Text 2

Software / 7 Jan 2013

Generating Placeholder Content in Sublime Text 2

Everyone needs a little placeholder content now and then. Whether it’s a quick dummy image or a chunk of lorem ipsum, placeholder content can help fill the void when you need to flesh out a project but don’t necessarily have your pieces in place.

Today we’re going to take a look at how Sublime Text 2 can help you generate placeholder content automatically so you can save time and move on to the important stuff. Let’s check it out!

Photoshop to CSS Conversion: 3 Methods Compared

CSS / 3 Jan 2013

Photoshop to CSS Conversion: 3 Methods Compared

Converting Photoshop mockups to live web code is an extremely common practice among web designers. We’ve all done it a million times by hand, so it’s pretty exciting when we start seeing solutions pop up that will help us automate this process.

The latest version of Creative Cloud Photoshop CS6 has a built-in feature for converting Photoshop styles to CSS, and if you need another solution, there are two solid extensions that you can check out. Today we’ll compare the results of all three methods: Photoshop, CSS3Ps and CSSHat to see which is best.

Invoiceable: The End of My Search for the Perfect Invoicing App

Software / 31 Dec 2012

Invoiceable: The End of My Search for the Perfect Invoicing App

I love getting paid, but I hate invoicing. It can be tedious, time consuming and even frustrating if you don’t have a good system in place. Long have I searched in vain for the perfect invoicing app that has the features I need without costing me a fortune.

Good news: I finally found it. Invoiceable is everything I’ve ever wanted in an invoicing app. It’s easy to use, the invoices are highly customizable and the service is free. Sounds too good to be true right? Read on to learn more.

Four Custom Icon Font Generators Compared

CSS / 27 Dec 2012

Four Custom Icon Font Generators Compared

Icon fonts are all the rage right now. They make it so dang easy to embed vector graphics into a page that designers everywhere are turning to them as the primary way to handle icons.

The problem of course is, we need more control over which icons we embed. Sometimes we pull from a variety of sources, including our own work, and we need a good way to put it all together. Enter icon font generators. Follow along as we compare a few of our favorites.

CSS Card Tricks

CSS / 26 Dec 2012

CSS Card Tricks

Know any good card tricks? Hopefully, after today, you will! We’re going to build some simple and attractive playing cards with pure CSS, then we’ll learn how to target and animate each card for some added fun.

Along the way, we’ll see how to use before and after to build the cards with minimal markup. Let’s get started!

Dotgrid.co: Your Next UI Sketch Book

Reviews / 20 Dec 2012

Dotgrid.co: Your Next UI Sketch Book

Today we’re going to take a step back from the digital world and take a look at a real life physical product: Dotgrid.co notebooks. These notebooks are made in the UK and are the work of Callum Chapman, a name you’ll likely recognize from the design community.

Callum has worked hard to create a solid product and I couldn’t be happier with my own Dotgrid.co notebook. Read on to see what they’re all about.

Create an Animated Share Menu With CSS

CSS / 18 Dec 2012

Create an Animated Share Menu With CSS

Sharing is an integral part of the web experience and designers are always looking for new and interesting ways to highlight or show off the sharing portion of their pages.

Today, we’re going to build a simple sharing menu that integrates an icon font as well as some animations. The final product is inspired by Disqus, but has a unique twist of its own. Let’s jump in and see how it works.

7 Awesome Emmet HTML Time-Saving Tips

CSS / 17 Dec 2012

7 Awesome Emmet HTML Time-Saving Tips

Emmet, formerly Zen Coding, is one of the most downright practical and productive text editor plugins that you will ever see. With its ability to instantly expand simple abbreviations into complex code snippets, Emmet makes you feel like a powerful coding wizard with the world at your fingertips.

As a follow up to our previous article on the basics of Zen Coding, today we’re going to dive into seven awesome tips to help you become a true Emmet pro.