Tag-Archive for » Part «

25 Beautiful Minimalist Websites – Part VIII

Throughout the existence of this blog our readers have appreciated posts on minimalism more than just about any other topic. Here we will continue our series of showcasing exceptional examples of minimalism in web design. If you’re interested in the previous seven parts of the series they can be found here:

  • 25 Beautiful Minimalistic Website Designs
  • 25 Beautiful Minimalistic Website Designs – Part II
  • 25 Beautiful Minimalistic Website Designs – Part III
  • 25 Beautiful Minimalistic Website Designs – Part IV
  • 25 Beautifully Minimalistic Websites – Part V
  • 35 Beautiful Minimal Websites – Part VI
  • 40 Beautiful Minimalist Websites – Part VII

For more inspiration from minimal websites please see our gallery site Minimal Exhibit.

Clean, Simple, Clear

Clean, Simple, Clear

Michael Nobblett

Michael Nobblett

Fringe

Fringe

David Kim

David Kim

IDRAWALLDAY

IDRAWALLDAY

Digitalmash

Digitalmash

Aftermodern Lab

Aftermodern Lab

A6

A6

Mikey Burton

Mikey Burton

The Design Buzz

The Design Buzz

Stockholm Nightowls

Stockholm Nightowls

Though & Theory

Though & Theory

Casey Britt

Casey Britt

Philipp Schmitt

Philipp Schmitt

Sleepover, San Francisco

Sleepover, San Francisco

Freshness

Freshness

Pandaweb

Pandaweb

Mike Ingham

Mike Ingham

Things

Things

Nikolaus Jochwed

Nikolaus Jochwed

Max Voltar

Max Voltar

UMarks

UMarks

Affiliates in Perspective

Affiliates in Perspective

Thinking for a Living

Thinking for a Living

Alexandr Schwarz

Alexandr Schwarz

For more design inspiration please see:

  • 40 of the Best Websites of Non-Profit Organizations
  • 25 Impressive Design Portfolio Websites
  • 20 Websites with Unique Layouts

Client Tactics: Freelance Contract Basics Part 3

As said in part one of this article, contracts are one of the most vital and misunderstood tools of the freelancers arsenal. In part two of this article we looked at schedules, and I asked if the awesome readers of 1WD would like to see a downloadable sample contract and you all responded.So here in the sixth installment of the Client Tactics Series, I will explain this sample contract and how to customize it.

Customizing the Contract.

For ease of use, I’ve included the contract in several forms. The form I use is actually the .AI Illustrator file. Why? Because I am lazy resourceful. In illustrator, use the find and replace text tool Edit>Find and Replace to Select and change the following fields.

  • FREELANCER’S NAME
  • CLIENT
  • YOUR STATE

Enter the text as written above and click “Match State” so that Illustrator will only find the instances of the words in capital letters. Change each one of the fields to your corresponding information and you’re done.

Obviously if you use the included .DOC format then all you will have to do is hit Ctrl+F to and search for the above keywords and replace them as needed.

The Legal Disclaimer.

This contract and schedule is only intended to be a starting point for your own custom contract and schedules. You are free to edit this anyway you like. I am not an attorney, once you have the contract to your liking, run it by a local attorney. They will make sure that everything is up-to-par and can suggest any additional information that may need to be included for your local requirements. Just as it’s a good idea to have an accountant, it’s also a good idea to have an attorney you can get advice from time to time.

Download the Contracts Here

25 Beautiful Church Websites – Part IV

Over the past two years we have published three collections of the best church web designs for your own design inspiration, and today we are continuing with the fourth post in this series. This includes another 25 well-designed church websites.

If you’re interested in the previous posts:

  • 50 of the Best Church Website Designs
  • 35 Excellent Church Websites – Part II
  • 25 Outstanding Church Websites – Part III

Eastpoint Community Church

Eastpoint Community Church

St. Andrew’s Presbyterian Church

St. Andrew's Presbyterian Church

Trinity Fellowship

Trinity Fellowship

Metrobrook Church

Metrobrook Church

Mission Community Church

Mission Community Church

Glad Tidings Church

Glad Tidings Church

Truro Church

Truro Church

Elevation Church

Elevation Church

Rhythm Church

Rhythm Church

Church of His Presence

Church of His Presence

Canyon Creek Church

Canyon Creek Church

Redeemer Covenant Church

Redeemer Covenant Church

Long Hollow Baptist Church

Long Hollow Baptist Church

Rolling Hills Community Church

Rolling Hills Community Church

Community Covenant Church

Community Covenant Church

Discovery Church

Discovery Church

First Presbyterian Church of Orlando

First Presbyterian Church of Orlando

City Central

City Central

Hillsong Church

Hillsong Church

All Saints Church

All Saints Church

Fellowship Church

Fellowship Church

Higher Dimension Church

Higher Dimension Church

Abundant Life Christian Center

Abundant Life Christian Center

The Rock Church

The Rock Church

Hosanna

Hosanna

You may also be interested in:

  • 40 of the Best Websites of Non-Profit Organizations
  • 10 Keys to Effective Non-Profit Organization Websites
  • 25 of the Best Websites for Educational Institutions

How to Create Your first WordPress Theme: Part 1

WordPress is the most popular and the best (in my opinion) blogging platform, created by Automattic. It’s really easy to use and it’s very powerful, giving you the opportunity to build any kind of site, from blogs to shopping carts and CMS’s. In this series of tutorials, we are going to create our first WordPress theme. For this tutorial you need to have a little more than basic knowledge about HTML and CSS. Let’s get started.You can Download source files and you can also Live preview the theme here. It’s a basic css layout so it will be easy for beginners to convert it into a working WordPress theme.

What we need

WAMP/XAMPP Server (orsimilar software)- Download

WordPress 2.9.2 (latest version, recommended) – Download

Getting started – creating the working environment

First thing first, you need to install WAMP Server. After installing WAMP, download and copy the WordPress files in the www directory from your WAMP folder. Start WAMP Server, click on the icon in the task bar, and a pop-up list show appear,then select phpMyAdmin.

Now, create a new database. Give it any name, but you need to keep it in mind as we need itat the WP installation. As for now, we are done with WAMP Server, just leave it running.

WordPress Installation

After copying all the files, you need to install WordPress. Enter on the address where you have put the WP files. The address wouldbe exactly, without any www or http, localhost or localhost/WordPress. After accessing the address, the installation may start.

Click “Create a Configuration File”. After this, you will see some listing of things you need to know. I’ll just tell you what you need:

  1. Database name: your given name of the database we’ve created earlier
  2. Database username: thisshould be “root”if you set it on your computer.
  3. Database password: there is no password set.
  4. Database host: localhost
  5. Table prefix: for now, leave it as it is.

Now, just fill in the fields with the required information, and go further! After filling up the fields, next give any name to your blog, and write your e-mail address.

Now, copy the auto generated password, and paste it in the password field at the site login. Now, because you cannot keep that weird password in mind, go the upper right corner of the site and click on “admin”. You should see a page where you have your account info. You can modify anything there, but for now we are setting a new and easier password.

Go to the bottom where it says “New password” and set your new password.

Good, now you have WP installed, but we have a lot more things to do.

1. Planning the theme layout

When I’m starting a new project on developing a WordPress theme, as everyone should do, I first build my HTML/CSS template. This is easier because you also learn how toconvert a simple HTML template into a fully functional WordPress theme. So i won’t go through building the template, considering you already know how to build your own. I’ll just use a simple layout from Free-CSS.com in this tutorial. Go here and download the #7 template.

2. Starting the conversion

When I’m making a theme, I’m always copying code snippets from a default WordPress theme (because i cannot remember all of them). I use the WordPress Classic theme, but you can also use a cheat sheet. The best one i’ve found is the one created by Ekinertac. After it opens in the PDF format, save it in your computer (you may need it when you do not have access to the internet).

All the contents from the sheetare the most used functions from WordPress, and the ones that you need to create a basic WP theme.

A thing that you have to notice is that WordPress is using PHP. Even if you aren’t a PHP master, or you have absolutely no idea what PHP is, you are still able to create a basic theme. When creating a theme, you need to know just tags and what they are doing, so do not worry about PHP.

2.1 Making the theme recognizable by WordPress

A very important part ofa WordPress themeis the CSS file. In the CSS file are written some lines that WordPress is using to g a theme. First, you need to rename the styles.css to style.css as WordPress is search for style not styles. Copy and paste these lines at the start of your CSS file:

/*
Theme Name: Free-CSS template WP version
Theme URI: <a href="http://free-css.com/">http://free-css.com</a>
Description: A very basic  WP theme based on a simple CSS layout from Free-CSS.com
Version: 1
Author:  >your name<
Author URI: >your site url<
Tags: free, css,  tutorial, simple, basic
*/

You can change everything that is located after the “:” dots. Save your CSS file as we won’t need it because we are just trying to give to the HTML template functionality.

2.2 Converting the HTML file

After you set up your CSS file, we need to go and change some things in the index.html file. First of all, clear all the sample text.
Save you file as index.php. We do not need the sample text anymore as we will introduce our own text from WordPress later.

Now, we need to make some declarations for the WP theme. We need to make the title dynamic and to set the stylesheet path. These lines will help you:

<meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
<title><?php wp_title('&laquo;', true, 'right'); ?> <?php bloginfo('name'); ?></title>
<style type="text/css" media="screen">@import url( <?php bloginfo('stylesheet_url'); ?> );</style>

Now, we will start with the header of the design. For adding your blog’s name with a link to your homepage in the header, we will use this line of code:

<h1><a href="<?php bloginfo('url'); ?>"><?php bloginfo('name'); ?></a></h1>

The first PHP tag is used for retrieving the blog’s homepage link and the second is for the blog’s name (the one you set in the installation).

Now we’re going further for the loop. The loop is a block of code that will repeat for each post from WordPress. We will use the loop to construct the article. I’ll cover more about the loop in the second part, where we will use it for other things too.

Now, all your code is wrapper by some loop specific tags. Here they are:

<?php if (have_posts()) : while (have_posts()) : the_post(); ?>

<!--Code to be repeated here-->

<?php endwhile; else: ?>
<?php endif; ?>

Next, we will start constructing the article structure. We will need a title, some info about the dat when the article was published and it’s author.

The following line makes the article title:

<p><strong><a href="<?php the_permalink(); ?>"><?php the_title(); ?></a></strong></p>

The first PHP tag is for the article’s link and the second is for the article title. These tags are kinda self-explanatory. We’re moving further for the meta data (date, author). Copy and paste the following code under the article title code:

<p>Published on <?php the_time('F d, y'); ?> by <?php the_author(); ?> in <?php the_category(','); ?></p>

First tag is for retrieving the date. The date tag have some parameters. These parameters are setting the date format (month, day, year). You can add characters like “-” or “.” or making something like “Month 02 Day 15 Year 1990″, it’s up to you! The second one, is for echoing the author of the post and the third, is for category or categories that the post is filed under.

Now, we will be placing the content tag. The content tag will output everything you write in a WordPress post:

<?php the_content(); ?>

The tag doesn’t need paragraphs because WordPress auto generates them for you. We’re finished with the loop. You can see the code pieces at the party:

<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
 <p><strong><a href="<?php the_permalink(); ?>"><?php the_title(); ?></a></strong></p>
 <p>Published on <?php the_time('m d Y'); ?> by <?php the_author(); ?></p>
 <p><?php the_content(); ?></p>
 <?php endwhile; else: ?>
 <p><?php _e('Sorry, no posts matched your criteria.'); ?></p>
 <?php endif; ?>

Next, we will be going to code the sidebar.

We will start with the navigation. As you see in the CSS layout, the navigation is located in the sidebar. It doesn’t matter because the technique is the same. For creating a basic navigation you need these lines of code, which will placed between the <strong>ul </strong>tags:

<li><a href="<?php bloginfo('url'); ?>">Home</a></li>
<?php wp_list_pages('title_li='); ?>

You already know what the first PHP tag does. The second one, is listing the pages that WordPress generates. The parameter is for list title. Try removing it and see what’s happening.

This is all you need to do for getting a nice working navigation menu. Now, we will create the categories list. All the blogs have categories and we don’t want our theme to lack categories. We will just add this code between the div #extra tags:

<p><strong>Categories</strong></p>
<ul>
 <?php wp_list_categories('title_li='); ?>
</ul>

There is another listing tag but this one is listing the blog’s categories. I’ll cover more things relating the sidebar in part 2, where i will teach you how to make a theme widget-ready. That means you will introduce new blocks inside of WordPress, without coding anything.

But what about the footer? Shouldn’t it have some text in it? Well, we will write the copyright:

<p>Copyright &copy; 2010 <a href="<?php bloginfo('url'); ?>"><?php bloginfo('name'); ?></a>. All rights reserved.</p>

As you see, we have introduced some tags, just like in the header, to output the blog’s title.

The theme is functional, but we will need to make some page templates for single post (where the comments will appear) and the page (where you could write some info about your blog). If you use the same code for the header footer and sidebar, your template would get messy. Let’s say that you want to add one more thing to your sidebar. You will have to modify 3 times for each page template. Well, for avoiding this, we will chop the markup.

For each section of the index.php file we will have a separate file. So we will have header.php, footer.php and sidebar.php. Now, we will be starting to chop!

Copy and then replace the following lines:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
<title><?php wp_title('&laquo;', true, 'right'); ?> <?php bloginfo('name'); ?></title>
<style type="text/css" media="screen">
@import url( <?php bloginfo('stylesheet_url'); ?> );
</style>
</head>
<body>
<div id="container">
<div id="header"><h1><a href="<?php bloginfo('url'); ?>"><?php bloginfo('name'); ?></a>
</h1></div>

With the following line:

<?php get_header(); ?>

Your copied code needs to be placed in the header.php file. The same thing we will do with the footer and sidebar

Copy the following:

<div id="navigation">
<p><strong>Navigation Here</strong></p>
<ul>
 <li><a href="<?php bloginfo('url'); ?>">Home</a></li>
<?php wp_list_pages('title_li='); ?>
</ul>
</div>
<div id="extra">
<p><strong>Categories</strong></p>
<ul>
 <?php wp_list_categories('title_li='); ?>
</ul>
</div>

Paste them to sidebar.php then in the index.php file replace it with:

<?php get_sidebar(); ?>

Now, do the same thing with the footer. Copy the footer div and it’s contents, paste it in footer.php file, and then remove it in index.php with:

<?php get_footer(); ?>

You should have something like this:

<?php get_header(); ?>
 <div id="wrapper">
 <div id="content">
 <?php if (have_posts()) : while (have_posts()) : the_post(); ?>
 <p><strong><a href="<?php the_permalink(); ?>"><?php the_title(); ?></a></strong></p>
 <p>Published on <?php the_time('m d Y'); ?> by <?php the_author(); ?></p>
 <p><?php the_content(); ?></p>
 <?php endwhile; else: ?>
 <p><?php _e('Sorry, no posts matched your criteria.'); ?></p>
 <?php endif; ?>
 </div>
 </div>
 <?php get_sidebar(); ?>
 <?php get_footer(); ?>
</div>
</body>
</html>

Now you’re done with chopping the markup. We are going to create the page templates. We will create firstly the single template. Just save your index.php file as single.php. We won’t modify anything in this page yet. We will do it in part 2 where I will learn you how to create a comment form and how to list comments and other things like custom fields.

Now, for the static page, page template, delete the line where you have placed the meta data (the line with date, author and category tags). Then save the file as page.php. Being a page, we won’t need any info about the creation date or the author. We won’t even use comments on page because there is no point in it.

The last move we need to do is to print screen our template and save it in a canvas of 300 x 225 px and save it as screenshot.png in the root directory of your theme. This will be used in WordPress theme menu.

Well, we’re done with the first part. Go ahead and test your theme. If there is something you want to ask, do it via comments. Don’t forget that you can download the source files too.

To be continued

There are a lot of things to cover about WordPress. Making a theme isn’t so difficult, you just need to be patient. There are a lot of things that are needed to make a fully functional WordPress theme. That’s why, this tutorial will have a Part 2. Maybe there will be more parts, but i will let you know what I will be covering in the next part:

  • Widgetizing the sidebar
  • Using the single page template: comments, custom fields, author details
  • Using custom fields for showing an image for each article
  • Making a nice and working search form

Stay Tuned.

How to Design a Speedometer Icon in Photoshop (Part 2)

Step 12: Creating the Meter – Polishing our indicator

Now we can make visible all our below layers and to pick up a nice color for our indicator. Im going to use a very bright blue: #24fffc. This is just a matter of preferences and since we created vector shapes we can easily change their color in the future if we want to.

Now were going to scale our shapes down to make them fit inside our Dark Area using our “Light_Ambient” layer as the boundries of our transfotmation like so. Remember to hold down SHIFT and ALT keys while scaling

Image Description

Now to get rid of the extra indicator at the bottom of our icon we can use 2 different techniques. We already saw how a Layer Mask can be very handy for that kind of visibility operations. However and since this two layers are pure vector shapes, we can take benefit of the tools provided by Photoshop to modify and transform shapes forms within Vector Layers. Im going to show you this other technique.

First thing we need to do is to hide our “meter_shape02″ to have a cleaner vision of what were doing. Now we make sure our vector thumbnail from our “meter_shape01″ layer is selected (once again click on it and you will notice how the different contours of the vector content from layer are highlighted). Now we select the PEN TOOL by selecting it from the tools panel or by clicking the P KEY. Like we did when we substract the circle from our meter in the last step we need to set the PEN TOOL to that same behaviour and ensure that Shape Layers and not just Paths are selected as the default way the tool draw the objects.

Now, and once again using our guides and the boundries of our canvas as a reference were going to draw a triangle, starting from the center, then going to the bottom-left corner of our canvas, then to the bottom-right and finally by returning to the center of our guides like so:

Image Description

Now, if you followed the instructions I provided for the degree rotation when creating our meter_shapes you will notice that theres a little portion at the left-bottom and right-bottom parts of our indicator that arent totally hiden. You may consider that this could be a cool addition to the icon and you may want to leave it this way. However, for demonstration porpueses and going to get rid of those little squares too, just to show you how Direct Selection works inside Vector Layers composed by mutiple shapes.

So now, with our Vector Shapes still active we select our DIRECT SELECTION TOOL again (the white arrow) and we draw a nice selection of the bottom part of our triangle. This way we ensure were not selecting any other shape contained into the layer. Now we press CTRL/OPT+T to access the TRANSFORM TOOL and then by right-clicking we select the Scale option from the pop up menu.

Now we can transfrom its width by moving the horizontal sliders while holding the ALT KEY to force the transformation to start from the center or, as explained above, by setting around 105% the values for the width transformation in the TRANSFORM TOOL menu at the top of our window.

Image Description

Now, depending on the rotation settings you used to create the “meter_shapes”, you may want or not to repeat this for the “meter_shape02″ layer. I think it looks just fine this way so I will leave “meter_shape02″ as it is but, again, it is up to you now you know the tecnique. Your icon should look like this:

Image Description

Step 13: Creating the Icon – The Arrow Holder

Ok, now it is time to take care of the part that will hold our future arrow in the center of the icon. First we need to do is to select the ELIPSE TOOL and to set the Foreground Color to White – #FFFFFF. Now, and as usual, well use our guides as a reference to draw a circle holding SHIFTand ALT keys while dragging from the center of our guides. Make it around 75px Wwide and high but this, of course, will depend if youre creating a 512×512px or not. Otherwise, make it nicely proportioned with the rest of the icon. We may name this new layer “center_wheel_big”. Now we change its Layer Style like so:

Image Description
Image Description
Image Description
Image Description
Image Description

Now were going to duplicate this “center_wheel_big” and rename it to “center_wheel_small” and using the TRANSFORM TOOL and as usual by holding SHIFT and ALT keys were going to scale down this new layer to around 20%. Now were going to change its blending mode from the current ones to just a Bevel and Emboss effect like this:

Image Description

Now we select both, “center_wheel_big” and “center_wheel_small” and by holding SHIFT key were going to move down a little these two layers having in mind we have to leave enough room for the arrow were about to create. New position should be something like this:

Image Description

Once we move our “center_wheel” shapes we can group them inside a folder and call this new folder “meter wheel” or something that just make sense to you. Now were going to add some subtle style to each one of the layers. Go to the Layer Style window for any of the two layers and insert the following values. Once weve accepted the modification we just can copy the Layer Style by right-clicking the layer from the layers panel and chossing Copy Layer Style and paste it to the other “meter_shape” layer by right-clikcing this second layer and chossing Paste Layer Style from the pop up menu

Image Description
Image Description

Step 14: Creating the Icon – Adding the Numbers

Now I think it would a good idea to add the numbers all around our Dark Area. Once we add them well have a clearest idea about how room we have to add our arrow and how big it needs to be. So, like previous steps, this could be different for you depending on the font and the size you choose for the numbers. For this tutorial Im going to use Myriad Pro Semibold as the font at 12px for the size and with a -40 for the letter tracking. Im using the same color we applied to the “meter_shape” layers #24fffc.

It is up to you how many numbers you add and the difference between the values from one to another, just keep all numbers nicely aligned at the sides and evently distributed all across their way. Pay attention to for example the difference between two and three digits numbers and how this affect its position and alignment. Keep explorig until you find something you feel its working with the rest of the icon. I ended with this distribution:

Image Description

Once we have our numbers aligned we can apply some glowing. Just select any number and go:

Image Description

Like we did before we now can copy the Layer Style from this modified number and copy it to the others by selecting them all at once and chosing Paste Layer Style from the pop up menu that will show up.

Step 15: Creating the Icon – The Arrow

Now were going to create a new folder and name it “arrow” . We place it just below our “center Wheel” folder and hide this last folder to have a better view of our working process. We set our Foreground Color to a nice and vivid red like #f71d1d and pick the PEN TOOL. Then we draw an rectangled triangle using the numbers we just created and our vertical guide as a reference and placing its hipothenus side in the opposite side of our vertical gide like so:

Image Description

Now with our PEN TOOL still selected if we press and hold CTRL/OPT KEY we have access to the DIRECT SELECTION TOOL which can be used to easily reshape our vector form and set appropiate proportions to our arrow. In convination with the TRANSFORM TOOL we can scale, reposition, rotate and reshape our arrow until we find a position and a shape were comfortable looking at and that fits with the overall look of our icon. Since were manipulating a vector object were not going to lose any quality in the process, no matter how many times we transform our shape.

I did a little reshape to make it more simetric and also rotate it to make the arrow point at middle-lower values. I placed the arrow as follows:

Image Description

Now we rename this layer to “arrow_shape01″ and apply the following Layer Style to it:

Image Description
Image Description

Now we duplicate our “arrow_shape01″, rename it to “arrow_shape02″ and we place it below our “arrow_shape01″. Now we clear its Layer style change its color to a darker red like #d20000 and move it by hitting the LEFT ARROW KEY once and the DOWN ARROW KEY twice from our keyboard

Now were going to add some lighting to our arrow by selecting the POLYGONAL LASSO TOOL ( L KEY ) and were going to create a selection like this:

Image Description

Now we create a new layer above our “arrow_shape01″, name it “arrow_light”, press the D KEY, then X KEY to get back to our default colors and to set our Foreground Color to white, then we switch to the GRADIENT TOOL and with the following settings we draw a gradient like so:

Image Description

Deselect your current selection. Now CTRL/OPT+CLICK on the thumb from the “arrow_shape01″ (the one is on top) and press CTRL+SHIFT+I to invert the selection, then hit BACKSPACE to clear those pixels. Now we low the opacity of this layer down to around 50%. We can make visible our “center wheel” folder now. Your image should look like this:

Image Description

Step 16: Creating the Icon – The Counter

In this step were about to create the counter that displays the numbers simaluating a total count of whatever your meter is counting. First thing we need to do is to create a new folder and name it “counter” and place it above all existing layers. This is where our layers for this part will lay. It should be a good idea to hide our “center wheel” and “arrow” folders.

Now we change our Foregound Color to #111111, select the RECTANGLE TOOL and, using our guides as a reference point, draw a nice and proportioned rectangle by holding down ALT key while draggind our shape. Make it around 150px wide and 30px high like so:

Image Description

Now go to add some Layer Style using the following values:

Image Description
Image Description
Image Description

Rename this layer to “counter_shape01″ and duplicate it. Then rename the duplicated one to “counter_shape02″. We leave it above our “counter_shape01″. Now we set its fill to 0% and change its Layer Style to the following:

Image Description
Image Description

We can now make visible our below layers and, while holding the SHIFT KEY, move down the “counter” folder to an appropiate posotion like so:

Image Description

Again Im going to use Myriad Pro Semibold font for the numbers inside the counter. This time at 11px and with a letter tracking of around +130 to leave enough room for the sepearators were about to create. I entered 8 numbers and as usual we can take benefit of the TRANSFORM TOOL to align the row of numbers at the middle of the canvas (and the counter shape too). Now for the numbers were going to add the following Layer Style:

Image Description
Image Description

Now your image shoudl look like this:

Image Description

Final step is to add the separators between the numbers. To do that were going to set our Foreground Color to #ffffff and were going to select the line tool, setting its weight to 1px. Now holding SHIFT KEY and between our first two numbers were going to draw a line using or “counter_shape” as a reference for its height. We can name this new layer to “single_separator01″.

Now were going to press CTRL/OPT+T to acces the TRANSFORM TOOL and holding down the ALT KEY were going to scale down its height to around 80%.

Now were going to add some layer style to our separator:

Image Description
Image Description
Image Description

Now were going to repeat this process to create the other separators by duplicating our “single_separator01″ keeping an eye on the amount of space between numbers and ensuring we align each new separator at the middle of that space. Your image should look like this:

Image Description

Step 17: Creating the Icon – Adding some more Lighting Details

Were very close to finish the icon, actually we are not going to add any more objects to it. Instead, were going to make our icon more interesting by adding some more lighting details.

First we need to create a new layer between our “arrow” and “center wheel” folders and name it “light_focus”. This layer visibility will affect the arrow and all layers below but not our “center wheel” objects and above layers so this way we can play a little more with shadows and lights we already created for some of the objects laying on top of this layer.

Now were going to select our BRUSH TOOL again and with #ffffff color selected and with a brush diameter of around 300px and a hardness of 0%, were going to make a single click at more or less the following postition:

Image Description

Now we change the Blending Mode for this layer from Normal to Overlay and we set the opacity down to around 50%. Now, and as seen in previous steps, were going to CRTL/OPT+CLICK on our “base_black” layer, then press CTRL/OPT+SHIFT+I to invert the selection and hit BACKSPACE to remove the possible extra pixels going out of bounds our Dark Area.

Now your image should like like this:

Image Description

Good!. Now we could add some inner shadow to the Dark Area of our icon where the numbers and all the meter elements are laying. To do that were going to create a new layer just in top of all current layers and name it “inner_shadow”. We could just use the Inner Shadow effect from the Layers Style but were going to create our own effect by making some brushing instead. The reason for this is that the pre-made effect from Photoshop is too much perfect in my opinion since it is all generated from the edges to the center. We can make some tweeking to it but to get the effect were looking for we want our icon to look iluminated with some irregularities and to achieve that effect we want our shadow to be more “imperfect”.

So, once again, we CTRL+CLICK on our “base_black” layer, select the “BRUSH TOOL” and with our Foreground Color set to #000000 and a Diameter of around 300px and a Hardness of 0% for our tool, we start brushing all around our icon like so:

Image Description

Once we finish the brushing we can now press CTRL/OPT+D to deselect our current selection and set the Blending Mode for this layer from Normal to Soft Light leaving its Transparency at 100%. Now your image should look like something similar to this:

Image Description

Last thing is to add our main shadow, the one will simulate that the icon is standing on an surface generating its own shadow as a reaction of the lighting is coming from above. So, to do that, were going to create a new layer at the top of our locked Background layer and name it “main_shadow”. Now we select the ELIPTICAL MARQUEE TOOL and using our guides as a reference and holding the ALT KEY we draw our selection from the center to the sides like so:

Image Description

Now holding SHIFT KEY we can move our selection to the bottom of our icon. For now, make the bottom the selection to match the bottom of the icon. With our Foreground Color set to #000000 we select the PAINT BUCKET TOOL by selecting it from the Tools Panel or by pressing the G KEY and we click over our selection to fill it with black.

Image Description

Now we can deselect our current selection and go Filter/Blur/Gaussian Blur… and set the value for the RADIUS about 10px. We click Ok and go Filter/Blur/Motion Blur…and this time we choose 0 degress for the ANGLE and about 120 for the DISTANCE and click OK. Now we can move down our shadow to show up a little more of the darkest area at the center. Now if we press CTRL/OPT+T we can see something to keep an eye on:

Image Description

Notice where our TRANSFORM TOOL is drawing the boundries of our shadow?. It is indicating that our shadow is getting out of bounds of our canvas and that means if we save the icon as it is, specially as a PNG, that little part of the shadow placed outside our canvas will cause our icon to appear cutted at the bottom. This is a very common mistake when dealing with icon shadows and it is always a good practice to make sure our bottom shadows are not exceding the limits of the canvas even when they look just fine. Most of the shadows are very subtle at their endings and its easy to not to see that cropping issue until you export your icon as PNG.

Ok, so to fix this were just going to scale down a little our shadow using our TRANSFORM TOOL box to fit the shadow into the boundries of our canvas. Now youre image should look like this:

Image Description

Step 18: Creating the Icon – Final Touches

Now we could add the text that will indicate in some way the kind of meter were looking at. I originally created this icon as a server traffic indicator and I used the words “SERVER TRAFFIC and KPS” to make it more obvious but you can use your own creativity or imagination to make the icon indicates whatever you wish to show. For the text I used Myriad Pro Semibold font, all caps and this time at 3,16 px and placed at the center of the icon using my guides as a reference. I set the paragraph style to align text at the center as well. I putted these text layers inside a folder calles “text”. I also moved the text down a bit for a better positioning just like so:

Image Description

Were almost done!. The last step of this tutorial is very important. Weve spent a lot of time creating the shapes, aligning them correctly and making the icon to look proportioned and nice but we didnt pay much attention to one of the most important things when creating icons: COLOR.

Now, since were not going to make use of the guides anymore we can just press CTRL/OPT+H to hide them and to have a better view of the adjustments were about to do.

Lets make our icon more vivid and easy to the eyes by just adding some adjustment layers in combination with layer masking. One of the advantatges of this way of working is that you can easily modify the global appearance of your icon without the need of go looking for specific layers to change the color for a certain effect or shape

So, first were going to create a new folder just at the top of all our existing layers and name it “color adjustment”. Now and for the last time were going to CRTL/OPT+CLICK on the “base_black” layer to create a selection of the Dark Area of our icon where the main color adjustment will occur. Now inside the folder we just created were going to click the Add layer mask button located at the bottom part of our layers panel

Image Description

Now were going to add a new Brightness and Contrast adjustment layer by clicking on the Create new Fill or Adjustment Layer button located at the right from the previous Add layer mask button. We select Brightness and Contrast from the pop up menu. Now were going to set the BRIGHTNESS value to around 30 and the CONTRAST to around 60.

Image Description

Now were going add a levels adjustment layer by repeating the previous process but this time choosing Levels from the Create new Fill or Adjustment Layer menu. This setting may differ if you are using different colors for your numbers and “meter wheel” shapes. Since we used a light blue color in this tutorial we want our icon to look a little “bluish” simulating that some light is emerging from the icon and it is affected by the color of the inside elements. So for this new Levels Layer were going to use the following values: RGB channel should be set around 8, 1 and 238 for the first, second and thrid slider respectively. for the RED CHANNEL should be around 11, 1, 255, GREEN CHANNEL will remain untouched and for the BLUE CHANNEL we go 0, 1, 240.

Now if you followed along this tutorial using the same settings your final image should look something similar to this:

Image Description

Step 19: Conclusion

Besides the creation of the icon, my intention with this turotial was to show you some principles and good practices when facing icon design. First is to keep all your shapes correctly aligned using guides and by making transform operations percentually using the tool that Photoshop is offering to us.

Another good practice is to keep your work as much simple as you can, and to use all the nice features Photoshop has like we did with our personalized action. They only thing we need to know is what we want to achieve and which tools can make our life easier to make our idea happen.

Download the Source Files

Download the PSD