<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>BeCreative Magazine &#187; Design</title>
	<atom:link href="http://becreativemagazine.com/category/design/feed/" rel="self" type="application/rss+xml" />
	<link>http://becreativemagazine.com</link>
	<description>Powered By Coffee Alone!</description>
	<lastBuildDate>Fri, 30 Jul 2010 03:35:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Buttons: Creating The PSD Then Going To CSS3</title>
		<link>http://becreativemagazine.com/2010/06/buttons-creating-the-psd-then-going-to-css3/</link>
		<comments>http://becreativemagazine.com/2010/06/buttons-creating-the-psd-then-going-to-css3/#comments</comments>
		<pubDate>Tue, 08 Jun 2010 18:53:05 +0000</pubDate>
		<dc:creator>Seb Kay</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[css3]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[web development]]></category>

		<guid isPermaLink="false">http://becreativemagazine.com/?p=1024</guid>
		<description><![CDATA[Download &#124; Demo Step 1: Getting Started Setting Up The Layers So lets get on with the tutorial. First thing to do is open up PS, (yes that&#8217;s short for Photoshop), and make a new image, sized at: 590&#215;200. Then create a new group named Dark Button. This is obviously where the dark button is [...]]]></description>
			<content:encoded><![CDATA[<p><center><br />
<h2><a href="http://becreativemagazine.com/wp-content/uploads/2010/downloads/buttons-psd-css3/SourceFiles.zip">Download</a> | <a href="http://becreativemagazine.com/wp-content/uploads/2010/demos/buttons-psd-css3/demo_page.html">Demo</a></h2>
<p></center></p>
<h2>Step 1: Getting Started</h2>
<h3>Setting Up The Layers</h3>
<p>So lets get on with the tutorial. First thing to do is open up PS, (yes that&#8217;s short for Photoshop), and make a new image, sized at: <strong>590&#215;200</strong>. Then create a new group named <strong>Dark Button</strong>. This is obviously where the dark button is going to be placed. A new layer is now needed called <strong>BG</strong>. You can now delete the original Background layer that photoshop adds to every new file. Then fill in the BG layer, (which should be inside of the Dark Button group), with <strong>#1b1b1b</strong>.</p>
<p>Another new layer is now needed. First create the layer &#8216;Button&#8217;; this is where the actual button will be designed&#8230;But wait!&#8230;How will we position it? Well that&#8217;s where the helpful guides come in. Grab a guide from the top and place it <strong>50px from the top</strong>. Another one <strong>50px from the left</strong> then just continue with the right and bottom.</p>
<h2>Step 2: The Button Design</h2>
<p>So for the button we need to grab the <strong>Rounded Rectangle</strong> tool, (right click the Rectangle Tool. Keyboard shortcut is U). Make a selection inside of the guides like so:<br />
<img src="http://becreativemagazine.com/wp-content/uploads/2010/06/step_1.jpg" alt="Creating A Button In Photoshop: Step #1" title="Creating A Button In Photoshop: Step #1" width="590" height="249" class="alignnone size-full wp-image-1025" /></p>
<h3>The Layer Styles</h3>
<p>Now the fun part happens. Making it look good. So for this we&#8217;ll use layer styles. The colours are: <strong>#474747</strong> to <strong>#262626</strong>. Below I&#8217;ve included an image that demonstrates how to apply each layer style.<br />
<img src="http://becreativemagazine.com/wp-content/uploads/2010/06/step_2.jpg" alt="Creating A Button In Photoshop: Step #2" title="Creating A Button In Photoshop: Step #2" width="590" height="1545" class="alignnone size-full wp-image-1026" /></p>
<h2>Step 3: The Text</h2>
<p>It&#8217;s time to give our button some text. I&#8217;ve decided to go for a nice light colour with some drop shadow and a nice gradient. The first thing to do is to make a new text layer by either choosing it in the <strong>Text Tool </strong>or by hitting the shortcut key T. Now make a selection inside of the guides, it should be roughly <strong>65px-70px</strong> in height. Here are the font options I chose:</p>
<ul>
<li>Typeface: Myriad Pro</li>
<li>Font-Weight: Bold</li>
<li>Size: 50px</li>
<li>Anti-Aliasing: Crisp</li>
<li>Align: Center</li>
<li>Colour: #f1f1f1 (Colour doesn&#8217;t really matter since we&#8217;ll be using a Gradient Overlay)</li>
</ul>
<p>Next thing to do to our text is to add the gradient and outer-glow. Just double click the layer and the layer styles box will appear. The colours used for the gradient are: <strong>#c6c6c6</strong> to <strong>#ffffff</strong>. Here are the options I chose:<br />
<img src="http://becreativemagazine.com/wp-content/uploads/2010/06/step_3.jpg" alt="Creating A Button In Photoshop: Step #3" title="Creating A Button In Photoshop: Step #3" width="590" height="1040" class="alignnone size-full wp-image-1027" /></p>
<h2>Step 4: The HTML &#038; CSS3 Awesomeness</h2>
<p>Let&#8217;s get this show on the road, shall we? So the first thing to do is set up our files, we need an <strong>index.html</strong> and that&#8217;s pretty much it. Next it&#8217;s the code.</p>
<h3>The HTML</h3>
<p>Let me explain. The HTML is all pretty basic, to be perfectly honest I wanted the HTML to take a back seat in this tutorial so all I&#8217;ve done is the following few lines:</p>
<pre class="brush: html">
&lt;div id=&quot;container&quot;&gt;
     &lt;div class=&quot;button&quot;&gt;
          &lt;a href=&quot;#&quot;&gt;CSS3 Button Baby!&lt;/a&gt;
     &lt;/div&gt;&lt;!--end .button--&gt;
&lt;/div&gt;&lt;!--end #container--&gt;
</pre>
<p>The container is just used to center our fancy CSS3 button on the page; Then we have the actual button. If you&#8217;re going to use a selection of buttons, (like we have in our new design), then I would suggest using an <strong>Unordered List</strong> but for this a simple div will do. Inside of the Div we have an <strong>Anchor link</strong> to hold our text, this will also be the actual element to be selected in the CSS.</p>
<h3>The CSS&#8230;With Added CSS3</h3>
<p>This is where the tutorial actually gets interesting. Below I&#8217;ve included all the code used for the button. It may seem like quite a chunk to get through but if you keep reading then It&#8217;ll be planted firmly in your brain in no time at all!</p>
<h4>Non-Commented Version</h4>
<pre class="brush: css">
.button a {
    font-size:50px;
    font-weight:bold;
    color:#f1f1f1;
    text-decoration:none;
    padding:20px;
    display:inline-block;
    text-shadow:0px 0px 5px #000000;
    -moz-box-shadow:0px 0px 15px #000000;
    -webkit-box-shadow:0px 0px 15px #000000;
    border:1px solid #525252;
    -moz-border-radius:20px;
    -webkit-border-radius:20px;
    background:#262626;
    background:-moz-linear-gradient(#474747 60%, #262626);
    background:-webkit-gradient(linear, 0 0, 0 100%, from(#474747), to(#262626))
}

.button a:hover {
     border:1px solid #5e5e5e;
     background:-moz-linear-gradient(#525252 60%, #303030);
     background:-webkit-gradient(linear, 0 0, 0 100%, from(#525252), to(#303030));
 }
 .button a:active {
     background:-moz-linear-gradient(#262626, #474747 60%);
     background:-webkit-gradient(linear, 0 0, 0 100%, from(#262626), to(#474747));
 }
</pre>
<h4>Commented Version</h4>
<pre class="brush: css">
.button a {
    /*Font Values*/
    font-size:50px;
    font-weight:bold;
    color:#f1f1f1;
    text-decoration:none; 

    /*Fundamental Properties*/
    padding:20px;
    display:inline-block; 

    /*Shadow*/
    text-shadow:0px 0px 5px #000000;
    -moz-box-shadow:0px 0px 15px #000000;
    -webkit-box-shadow:0px 0px 15px #000000; 

    /*Border And Background Properties*/
    border:1px solid #525252;
   -moz-border-radius:20px;
   -webkit-border-radius:20px;
    background:#262626;
    background:-moz-linear-gradient(#474747 60%, #262626);
    background:-webkit-gradient(linear, 0 0, 0 100%, from(#474747), to(#262626));
}

.button a:hover {
     border:1px solid #5e5e5e;
     background:-moz-linear-gradient(#525252 60%, #303030);
     background:-webkit-gradient(linear, 0 0, 0 100%, from(#525252), to(#303030));
 }

 .button a:active {
     background:-moz-linear-gradient(#262626, #474747 60%);
     background:-webkit-gradient(linear, 0 0, 0 100%, from(#262626), to(#474747));
 }
</pre>
<h3>Explaining The Code</h3>
<p>Since this is an advanced tutorial aimed at people with some experience handling CSS then I won&#8217;t go through explaining the #body and #container styling.</p>
<p>To start off with we have set a font-size for our button, this is very important because it will make our button more liquid than fixed, especially helpful if you want it to be flexible. Following the other basic font values, I&#8217;ve given it some padding to help give the text some breathing room.</p>
<p>We&#8217;ve also added a display:inline; property to the button. This now allows it to to be manipulated, as you would with a Div.</p>
<h3>The Shadowy Effects</h3>
<p>Now comes the CSS3! The first thing I&#8217;ve done is add some shadow, to the actual text and the outside of the button. We have to use the special code for Mozilla Firefox, (-moz-) and Google Chrome/Safari, (by using the WebKit property, -webkit-). If you&#8217;re wondering what the values of <strong>0px 0px 15px #000000</strong> mean then let me explain:</p>
<ul>
<li><span class="li_number">1.)</span> <strong>0px</strong> = The placement of shadow of the X Axis. That means left and      right. It can also accept negative, aswell as positive values, (-3px, 3px).</li>
<li><span class="li_number">2.)</span> <strong>0px</strong> = The placement of the shadow on the Y Axis. That means up      and      down. It can also accept negative, aswell as positive values, (-3px, 3px).</li>
<li><span class="li_number">3.)</span> <strong>5px/15px</strong> = This is referring to the amount of blur on the shadow.</li>
<li><span class="li_number">4.)</span>As you may have guessed, the <strong>#000000</strong> is the colour of the shadow. If you didn&#8217;t know that, then      please stop reading this tutorial and <a href="http://www.planetlabelblog.com/2010/01/understanding-rgb-color-and-hexadecimal-values/"> go and learn what #HEX values are.</a></li>
</ul>
<h3>The Border Radius</h3>
<p>You may notice that the border properties are targeted the same here as with the shadow effects, by using <strong>-moz-</strong> and <strong>-webkit-</strong>. Even though I&#8217;ve only given one parameter here, (20px, which means round the corners by 20px on each side), you can also have a custom radius on each corner. Try pasting <strong>20px 10px 5px 30px</strong> in the place of the single 20px value. You&#8217;ll notice that each corner now has a different radius. The first 20px value is for the top left, the second the top right, the third the bottom right and the fourth the bottom left. Just like using the margin property.</p>
<h3>The Awesome CSS3 Gradients!</h3>
<p>We finally get to the part you&#8217;ve been waiting for, the gradients! First we have the Firefox specific gradient. Here&#8217;s a run down of everything included for FF.</p>
<ul>
<li><span class="li_number" >1.)</span> <strong>-moz-linear-gradient</strong> &#8211; This can be used to specify whether our gradient is going to be either Linear or Radial. In this case I&#8217;ve used linear.
<ul>
<li><span class="li_number">1.)</span> We start with the lighter colour at the top of the gradient. We make it so it covers a little more of the button, (60%), than the darker colour used.</li>
</ul>
</li>
<li><span class="li_number">2.)</span> <strong>-webkit-gradient</strong> &#8211; This one can look a little tricky at first, but no worries, in just a few seconds it&#8221;ll be embedded into your brain. Also this property does not disclose the type of gradient in the value name.
<ul>
<li><span class="li_number">1.)</span> Firstly we declare that it will be a linear gradient.</li>
<li><span class="li_number">2.)</span> We then declare where it will be placed. In this example we have <strong>0 0</strong> (from the left and from the top &#8211; top left).</li>
<li><span class="li_number">3.)</span> Next is giving the size of the gradient. Here we have <strong>0 100%</strong> which means start at the very top, (0), and go to the very bottom, (100% of the element).</li>
<li><span class="li_number">4.)</span> After that I think the rest is pretty self-explanitory. Just which colours we&#8217;re using.</li>
</ul>
</li>
</ul>
<h2>Final Thoughts</h2>
<p>In conclusion I would like to say a big thank you to those people who have stuck around through-out this tutorial. If you have any thoughts, be sure to share them below.</p>
]]></content:encoded>
			<wfw:commentRss>http://becreativemagazine.com/2010/06/buttons-creating-the-psd-then-going-to-css3/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Adding Depth To Your Design Elements</title>
		<link>http://becreativemagazine.com/2010/05/adding-depth-to-your-design-elements/</link>
		<comments>http://becreativemagazine.com/2010/05/adding-depth-to-your-design-elements/#comments</comments>
		<pubDate>Thu, 27 May 2010 12:06:44 +0000</pubDate>
		<dc:creator>Seb Kay</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[design elements]]></category>

		<guid isPermaLink="false">http://becreativemagazine.com/?p=956</guid>
		<description><![CDATA[The Search Area Please Note: This tutorial is almost a carry on from an earlier tutorial I did titled Enhance Your Designs With Simple Techniques. I&#8217;ve found that the best way to learn is to actually get your hands dirty and dig straight in. So here we have our first example, a simple search box [...]]]></description>
			<content:encoded><![CDATA[<h2>The Search Area</h2>
<p><strong>Please Note: This tutorial is almost a carry on from an earlier tutorial I did titled <a href="http://becreativemagazine.com/2010/04/enhance-your-designs-with-simple-techniques/">Enhance Your Designs With Simple Techniques</a>.</strong></p>
<p>I&#8217;ve found that the best way to learn is to actually get your hands dirty and dig straight in. So here we have our first example, a simple search box with a search icon. The first version to the is a pretty bare-bones example of a basic search box. It&#8217;s functionality is obvious to the user.<br />
<img src="http://becreativemagazine.com/wp-content/uploads/2010/05/img_11.jpg" alt="Search Box - Basic To Advanced" title="Search Box - Basic To Advanced" width="590" height="170" class="alignnone size-full wp-image-957" /></p>
<p>As you can see in the second version to the right, I&#8217;ve given this nice, simple search box more depth and visual appeal by adding the following:</p>
<ul>
<li>Very light inner-shadow along the left and top sides of the input field.</li>
<li>Given the button/icon a nice gradient.</li>
<li>Added some text. Typography can affect design in more ways than you may realize.</li>
</ul>
<h2>The Navigation</h2>
<p>Ahhh the nav, it&#8217;s an element that can really make or break a design. There&#8217;s definitely a set of certain challenges when giving any project navigation because almost every site has there&#8217;s designed differently. Below I&#8217;ve again designed a basic element and then transformed it into something more appealing.<br />
<img src="http://becreativemagazine.com/wp-content/uploads/2010/05/img_21.jpg" alt="Navigation - Basic To Advanced" title="Navigation - Basic To Advanced" width="590" height="170" class="alignnone size-full wp-image-958" /></p>
<p>OK then, so in the above example there haven&#8217;t really been that many changes made; however what I&#8217;ve done is try and illustrate the difference between a good piece of design and an out-dated piece of design. The first example is nice enough, it&#8217;s not terribly ugly, as I&#8217;m sure you know some navs can be and it does what it is suppose to do. The problem is that the design is out-dated by a few years, an obvious point here is the underline and the non-current links.</p>
<p>The second example gives a more up-to-date affect because of two reasons. The first is the way the links are setup, it&#8217;s obvious which is the current page link. The second is the single highlight going around the inside of the darker border.</p>
<p>I know from experience that this could have been designed a million different ways but for the sake of this tutorial I wanted to keep it simple with as little changing of the basic design as possible.</p>
<h2>The Footer</h2>
<p>Now we&#8217;re onto the last part of this tutorial, the footer. For this section I&#8217;ve designed a nice simple footer, a thick border at the top to give it some detail and just three nicely aligned columns.</p>
<p>
<a href="http://becreativemagazine.com/wp-content/uploads/2010/05/img_31.jpg"><img src="http://becreativemagazine.com/wp-content/uploads/2010/05/img_31.jpg" alt="Footer - Basic To Advanced" title="Footer - Basic To Advanced" width="590" height="428" class="alignnone size-full wp-image-959" /></a><br />
<small>Click Image For A Larger Version</small>
</p>
<p>In the second version I&#8217;ve given some real depth to the footer so that it really catches your eye. The first thing that&#8217;s changed is the thick border at the top, as you can see I&#8217;ve been able to add detail by first making it look indented. This is a really simple effect that can give your design something fresh. Just make it darker than the actual footer. Then add a border to it that&#8217;s a little bit lighter than the lightest background colour. Then to give it even more detail I gave it a very fine gradient. Here are all the details:</p>
<ul>
<li>The top border has been refined.</li>
<li>The hover effect of the links has also been given the same refinement.</li>
<li>An underlining separator has been placed underneath the headers.</li>
</ul>
<p>I used the font &#8216;Blue Highway&#8217; not only for the headers but also for the links. I decided on this since we now have the use of services such as Cufon and developers have also started to use Font-Face a lot more now.</p>
<p>If you want to then you can <a href="http://www.dafont.com/blue-highway.font">download the Blue Highway font here</a>. So if you&#8217;ve got any good short techniques that you&#8217;d like to share in the comments below don&#8217;t be afraid to tell us.</p>
]]></content:encoded>
			<wfw:commentRss>http://becreativemagazine.com/2010/05/adding-depth-to-your-design-elements/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>What&#8217;s hot and what&#8217;s not &#8211; Part I</title>
		<link>http://becreativemagazine.com/2010/04/whats-hot-and-whats-not-part-i/</link>
		<comments>http://becreativemagazine.com/2010/04/whats-hot-and-whats-not-part-i/#comments</comments>
		<pubDate>Wed, 28 Apr 2010 10:00:32 +0000</pubDate>
		<dc:creator>Patrik</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Interviews]]></category>
		<category><![CDATA[activeden]]></category>
		<category><![CDATA[cms]]></category>
		<category><![CDATA[envato]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[flashden]]></category>
		<category><![CDATA[kriesi]]></category>
		<category><![CDATA[photoshop]]></category>
		<category><![CDATA[themeforest]]></category>
		<category><![CDATA[themes]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://becreativemagazine.com/?p=872</guid>
		<description><![CDATA[As I mentioned above, we have quite a few marketplaces to go around for everyone to purchase and download buttons, themes, effects, fonts and so much more. So today we&#8217;re gonna have a closer look at the of the most popular marketplaces. And of course, we will cover what&#8217;s hot today and what&#8217;s not in [...]]]></description>
			<content:encoded><![CDATA[<p>As I mentioned above, we have quite a few marketplaces to go around for everyone to purchase and download buttons, themes, effects, fonts and so much more. So today we&#8217;re gonna have a closer look at the of the most popular marketplaces. And of course, we will cover what&#8217;s hot today and what&#8217;s not in some form. So, shall we get started?</p>
<h2>Hot Flash Files</h2>
<p>First we have a marketplace from the ever growing <a href="http://envato.com">Envato Network</a>. Formerly known as Eden. This is actually one of the first marketplaces online and it&#8217;s still going strong. Some of you might know it as, FlashDen and some of you might only know it by it&#8217;s new name,  <a href="http://activeden.net/?ref=BeCreativeMagazine">ActiveDen</a>. Either way, you&#8217;re still looking at a site that&#8217;s going as strong now as it was a couple of years ago. If not even stronger. But what makes this site so popular? Well, today we&#8217;re gonna have a closer look at it and try to uncover the secrets to Envato&#8217;s success that never seems to stop.</p>
<p>To measure what&#8217;s going strong today isn&#8217;t that hard. Envato has been kind enough to show everyone a link to the most popular files this week. And I just love it, makes my work a whole lot easier and it saves me alot of time.</p>
<p>The images comes from the &#8220;most popular files&#8221; tab on ActiveDen So lets see what files and actions are the most popular ones this week shall we?</p>
<p>First we have &#8211; XML Flip Book / AS3 (The name says it all)</p>
<div class="tutorial_image"><a href="http://activeden.net/item/xml-flip-book-as3/63869/?ref=BeCreativeMagazine"><img src="http://s3.envato.com/files/226222.jpg" border="0" /></a></div>
<p>We even have &#8211; Black &#038; White Deeplinking Template. (Yet again, the name says it all)</p>
<div class="tutorial_image"><a href="http://activeden.net/item/black-white-deeplinking-template/98809/?ref=BeCreativeMagazine"><img src="http://s3.envato.com/files/315643.jpg" border="0" /></a></div>
<h2>WordPress And Blogging</h2>
<p>Belive it or not, one of the most popular platform to work from today is actually WordPress. And I just have to say, Wow. I remember a number of years back when WordPress first came, and I was impressed on what cool features it had. But to be honest, who ever expected WordPress to become the number one platform to use for all kinds of sites? I guess no one did, but it&#8217;s still not a surprise either. Because what platform are as easy to customize to whatever you need as WordPress is today?</p>
<p>Unless you build your own CMS (content management system) I guess no platform will ever be as easy to use as WordPress. Which can only bring us to one conclusion, <a href="http://wordpress.com">WordPress</a> is the CMS everyone uses. Everyone from big companies to a beginner in blogging. Just take a look at Envato. They use WordPress for all their blogs, except the marketplaces blogs.</p>
<div class="tutorial_image"><img src="http://becreativemagazine.com/wp-content/uploads/2010/04/img1.png" alt="" title="img1" width="590" height="120" class="alignnone size-full wp-image-884" /></div>
<p>But why you might ask? Well, just because it&#8217;s so easy to work with, almost everyone uses it today. And it&#8217;s so easy to customize for what you need and what you already have. So this brings us to <a href="http://activeden.net/?ref=BeCreativeMagazine">ActiveDen´s</a> big brother, <a href="http://themeforest.net/?ref=BeCreativeMagazine">ThemeForest</a>, and it&#8217;s authors.</p>
<p>Just take a look at the sales difference for WordPress themes against Flash files this week and you&#8217;ll see what I mean.</p>
<div class="tutorial_image"><a href="http://activeden.net/?ref=BeCreativeMagazine"><img src="http://becreativemagazine.com/wp-content/uploads/2010/04/img2.png" alt="" title="img2" width="590" height="380" class="alignnone size-full wp-image-887" /></div>
<p></a></p>
<h3>Answers From The Expert Himself</h3>
<p>And if that&#8217;s not enough for you, just take a look at the most popular author on ThemeForest, <a href="http://themeforest.net/user/Kriesi/?ref=BeCreativeMagazine">Kriesi</a>. He&#8217;s been making a little over $25K a month selling only WordPress themes on ThemeForest. What&#8217;s his secret? Well, to get an answer on that question you just have to ask him. And this is exactly what I did.</p>
<div class="tutorial_image"><img src="http://becreativemagazine.com/wp-content/uploads/2010/04/img3.png" alt="" title="img3" width="590" height="242" class="alignnone size-full wp-image-889" /></div>
<p>And here&#8217;s his answer:</p>
<div class="big_quote">
<p>I think attention to detail is the key for me. I always try to make<br />
my themes as perfect as possible, often when the design is almost<br />
finished I stare 5 Hours at my Mac and just move/exchange small elements<br />
to check if I can make it look any better.</p>
<p>Same goes for coding, especially when it comes down to javascript and<br />
front end animations and functions. Every transition has to be smooth.
</p>
<p>I am willing to<br />
invest a ton of time into details that most people maybe wont even<br />
notice. My last theme <a href="http://bit.ly/cleancut">CleanCut</a> uses a custom<br />
Slideshow and I think I spent a whole day on the advanced block sorting, although I am pretty sure<br />
most people wont ever use it <img src='http://becreativemagazine.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Since you don&#8217;t have a deadline for your themes, you can and should take<br />
the time to deliver your best possible piece of work, otherwise you wont<br />
compete versus others that do exactly that&#8230;
</p>
</div>
<p>And as friendly as a top author can be, Kriesi even gives you new authors/designers out there a little help to why you should never be discouraged from doing what you love.</p>
<div class="big_quote">
<p>I&#8217;ve said this earlier and I say it again since I think its one of<br />
the most important things to keep in mind: If you are new to one of the<br />
marketplaces chances are high that your first few submissions will get<br />
rejected.</p>
<p>Don’t take it personally, it happened to most authors here, including<br />
me. Everyone knows that it’s not particularly exciting to get a theme<br />
rejected that you have crafted with passion, but you need to take this<br />
as a chance to step up your game. Make use of the marketplace community, which is VERY<br />
helpful (more than I’ve ever seen in any other forum). If you ask, you<br />
will always find someone who helps you out with some quick tips.
</p>
</div>
<h2>Conclusion</h2>
<p>Thank you Kriesi for answering these questions for us. We know you are really busy with everything so this is strongly appreciated by us here at, BeCreative Magazine and our awesome readers. <img src='http://becreativemagazine.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>This has to conclude the first part of this 3 part series on what&#8217;s hot and what&#8217;s not. So stay tuned for next part by <a href="http://feeds.feedburner.com/BecreativeMagazine">subscribing to our feed</a> today.</p>
<p>See you all in part II</p>
<div class="quote">
<p>If you wish to have a closer look at, <a href="http://themeforest.net/user/Kriesi/?ref=BeCreativeMagazine">Kriesi</a>. Make sure to check out his <a href="http://twitter.com/Kriesi">Twitter</a> and <a href="http://www.facebook.com/people/@/http://www.facebook.com/pages/Kriesi/333648177216">Facebook</a>.</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://becreativemagazine.com/2010/04/whats-hot-and-whats-not-part-i/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Creating A Web Design Sketch</title>
		<link>http://becreativemagazine.com/2010/04/creating-a-web-design-sketch/</link>
		<comments>http://becreativemagazine.com/2010/04/creating-a-web-design-sketch/#comments</comments>
		<pubDate>Tue, 27 Apr 2010 15:45:31 +0000</pubDate>
		<dc:creator>Seb Kay</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[sketching]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[web design sketch]]></category>
		<category><![CDATA[wireframe]]></category>
		<category><![CDATA[wireframing]]></category>

		<guid isPermaLink="false">http://becreativemagazine.com/?p=854</guid>
		<description><![CDATA[Sketching in web design. Something which isn&#8217;t usually discussed among the community, mainly because it&#8217;s something that most people love or hate, like marmite. Deciding whether or not to use sketches can be a hard decision if you make it that way, let me explain. Personally I love to use sketches, the reason is that [...]]]></description>
			<content:encoded><![CDATA[<p>Sketching in web design. Something which isn&#8217;t usually discussed among the community, mainly because it&#8217;s something that most people love or hate, like marmite. Deciding whether or not to use sketches can be a hard decision if you make it that way, let me explain.</p>
<p>Personally I love to use sketches, the reason is that I&#8217;m a perfectionist and by perfectionist I mean an OCD style perfectionist. Which means that I can waste alot of time creating a wireframe only too trash the whole thing because I can&#8217;t get something to look right. As you can imagine, that would waste alot of time for me and a current client or personal project.</p>
<p>A common misconception I&#8217;ve found with sketching a design is that it&#8217;s a time waster, actually the method is far from it, if you do it right. So lets start of with a simple web 2.0 design sketch.</p>
<p>We&#8217;ll start by laying out the &#8216;Guides&#8217;. Here I&#8217;ve just given my page a basic border to get me started. If you&#8217;re going to go all out on &#8216;Guides&#8217; then make the outside border heavier than the inner ones.</p>
<p><strong>Note: Before any says it, yes I know I had the paper upside down <img src='http://becreativemagazine.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </strong></p>
<p><a href="http://becreativemagazine.com/wp-content/uploads/2010/04/img_11.jpg"><img src="http://becreativemagazine.com/wp-content/uploads/2010/04/img_11.jpg" alt="Sketch #1" title="Sketch #1" width="590" height="836" class="alignnone size-full wp-image-856" /></a><br />
<small>Click for a larger size image.</small></p>
<p>Now that we&#8217;ve got our basic outline drawn out we can start adding the content. I always start from top to bottom, (as I&#8217;m sure almost everyone would), lets add the logo and tagline.</p>
<p><a href="http://becreativemagazine.com/wp-content/uploads/2010/04/img_2.jpg"><img src="http://becreativemagazine.com/wp-content/uploads/2010/04/img_2.jpg" alt="Sketch #2" title="Sketch #2" width="590" height="836" class="alignnone size-full wp-image-857" /></a><br />
<small>Click for a larger size image.</small></p>
<h2>The Navigation &#038; Featured Area</h2>
<p>I&#8217;ve tried to make the design a little different while still keeping it with that Web 2.0 feel, so I&#8217;ve joined the Navigation and Featured area together to give a rather stylish effect to it. The point here is that as you add elements you start to get an image in your head of the colours and just how it would look on the web.</p>
<p>You&#8217;ll notice that there are three key features here. The first is the rounded corners effect on the top of the Nav and the bottom of the Featured Area. If you&#8217;re not clued up on your rounded corners info then let me explain.</p>
<p>The main reason why rounded corners work so well is because they separate themselves from content, for example, straight corners can connect to another element with out leaving any white space; However rounded corners do, so they give a separated effect. As you may have noticed that then gives an even more connected effect to the Nav and Featured Area.</p>
<p><a href="http://becreativemagazine.com/wp-content/uploads/2010/04/img_3.jpg"><img src="http://becreativemagazine.com/wp-content/uploads/2010/04/img_3.jpg" alt="Sketch #3" title="Sketch #3" width="590" height="836" class="alignnone size-full wp-image-858" /></a><br />
<small>Click for a larger size image.</small></p>
<p>As I mentioned with the Connect and Disconnected effect, this has the same meaning for the search box aswell by keeping one edge straight yet the other rounded.</p>
<p>Also there are a few features in the Featured Area but there not as important to the design as the previous things I&#8217;ve mentioned so lets just move on <img src='http://becreativemagazine.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<h2>The Body Styles &#038; Footer</h2>
<p>OK I know I&#8217;m probably the only person one earth who calls the rest of the design The Body Styles but ol&#8217; well. The body styles are something which no one ever seems to change, especially in web 2.0 and I&#8217;m not going to break that tradition.</p>
<p><a href="http://becreativemagazine.com/wp-content/uploads/2010/04/img_4.jpg"><img src="http://becreativemagazine.com/wp-content/uploads/2010/04/img_4.jpg" alt="Sketch #4" title="Sketch #4" width="590" height="836" class="alignnone size-full wp-image-859" /></a><br />
<small>Click for a larger size image.</small></p>
<p>All I&#8217;ve really done for the body copy is fill the space but leave enough to the imagination to later on consider adding icons and such. I&#8217;ve also added a small image under the text to give it some life; Because nobody likes to just read and read and read&#8230;Unless it&#8217;s a book but that&#8217;s different <img src='http://becreativemagazine.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<h2>Conclusion</h2>
<p>If you&#8217;re still here then thanks for sticking around to look at my crappy drawing skills. I know I couldn&#8217;t draw anything to save my life but creating wireframes this way is just easier for me incase I need to quickly change something. I strongly urge you to give it a go on your next design project.</p>
]]></content:encoded>
			<wfw:commentRss>http://becreativemagazine.com/2010/04/creating-a-web-design-sketch/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Enhance Your Designs With Simple Techniques</title>
		<link>http://becreativemagazine.com/2010/04/enhance-your-designs-with-simple-techniques/</link>
		<comments>http://becreativemagazine.com/2010/04/enhance-your-designs-with-simple-techniques/#comments</comments>
		<pubDate>Sat, 17 Apr 2010 10:08:47 +0000</pubDate>
		<dc:creator>Seb Kay</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[design techniques]]></category>
		<category><![CDATA[photoshop]]></category>
		<category><![CDATA[photoshop design]]></category>

		<guid isPermaLink="false">http://becreativemagazine.com/?p=809</guid>
		<description><![CDATA[So today lets focus on design techniques that can take your next site from average to awesome. These certain techniques you&#8217;ll have most likely seen across many of the sites that you visit on a daily basis, not to mention that you probably use some of them yourself. I&#8217;ve tried to show not just the [...]]]></description>
			<content:encoded><![CDATA[<p>So today lets focus on design techniques that can take your next site from average to awesome. These certain techniques you&#8217;ll have most likely seen across many of the sites that you visit on a daily basis, not to mention that you probably use some of them yourself.</p>
<p>I&#8217;ve tried to show not just the most used or over-used methods but the tricks that I as a designer find can really bring a site to life.</p>
<h2>1. The Letterpress Effect</h2>
<p>This is honestly a very simple trick, especially depending on how authentic you want to make it. There are a few ways to achieve the far over-used letterpress effect in your designs in photoshop.</p>
<h3>Multiple Text Layers</h3>
<p>This method needs you to make your text darker than you background, then duplicate the text layer, move the duplicated layer behind the original, make the text, (in the duplicate), pure white #FFFFFF then select the Move Tool and using the arrow keys on your keyboard move the duplicate down one pixel and left one pixel. Now just set the duplicate to Overlay and adjust the Opacity accordingly.</p>
<h3>The Stroke Method</h3>
<p>Quite allot of work right? Well there is a second option which doesn&#8217;t look as good but works just aswell. So just create your text layer like before but his time right-click on the layer and go to blending options, now go down to stroke, make it 1px, Outside, Overlay, #FFFFFF and again just tone down the opacity as you need it.</p>
<h3>The Result:</h3>
<p><img src="http://becreativemagazine.com/wp-content/uploads/2010/04/img_1.png" alt="Letterpress Text Effect in Photoshop" title="Letterpress Text Effect in Photoshop" width="590" height="177" class="alignnone size-full wp-image-814" /><br />
<small>As you can see, option one is better but requires more work. It&#8217;s really up to you but I would recommend the first technique.</small></p>
<h2>2. Inner Glow and Gradients On Buttons</h2>
<p>Giving your call-to-action a little more presence is always a good thing when trying to attract not just people but potential customers. So the first thing when creating eye catching buttons is a nice gradient. As you can see by the two images below, there isn&#8217;t allot of difference and that&#8217;s for two reasons: 1. I didn&#8217;t want to spend 3 hours making the perfect button, which brings me to 2. I wanted to show how a few simple touches can give it more life and enhance its appeal to the eye.</p>
<p><img src="http://becreativemagazine.com/wp-content/uploads/2010/04/img_21.png" alt="A Basic Button In Photoshop" title="A Pretty Basic Button In Photoshop" width="590" height="100" class="alignnone size-full wp-image-815" /><br />
In this image we just have a white background with a border-radius like shape, colored with a dark grey, boring <img src='http://becreativemagazine.com/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' /> </p>
<p><img src="http://becreativemagazine.com/wp-content/uploads/2010/04/img_3.png" alt="An Advanced Button in Photoshop" title="An Advanced Button in Photoshop" width="590" height="100" class="alignnone size-full wp-image-816" /><br />
Now in this image we have a white background with a border-radius like button. I added a gradient of roughly #333333 -> #525252, I also gave the text some very subtle Outer Glow then added these blending options:</p>
<p><img src="http://becreativemagazine.com/wp-content/uploads/2010/04/img_4_options_1.png" alt="Blending Option: Inner Glow" title="Blending Options For Inner Glow" width="590" height="400" class="alignnone size-full wp-image-817" /></p>
<p><img src="http://becreativemagazine.com/wp-content/uploads/2010/04/img_4_options_2.png" alt="Blending Option: Gradient Overlay" title="Blending Options For Gradient Overlay" width="590" height="400" class="alignnone size-full wp-image-818" /></p>
<p><img src="http://becreativemagazine.com/wp-content/uploads/2010/04/img_4_options_3.png" alt="Blending Option: Stroke" title="Blending Options For Stroke" width="590" height="400" class="alignnone size-full wp-image-819" /></p>
<h2>3. Three Button States</h2>
<p>While this could be added onto to the last technique, I thought that it warranted its own section and breif overview. All buttons on the web should have at least two states: 1.The normal/default state of the button. 2.The active state, (when the button is clicked). You can also add a hover which then just adds to the awesomeness.</p>
<p><img src="http://becreativemagazine.com/wp-content/uploads/2010/04/img_5.png" alt="A Web Button in Default, Hover and Active States" title="A Web Button in Default, Hover and Active States" width="590" height="290" class="alignnone size-full wp-image-821" /><br />
Just as I mentioned above, three hover states: Default, Hover and Active. Now something you may notice is that the buttons all look very similar, that&#8217;s because you can&#8217;t really see the effect until the button is put to use.</p>
<h3>Nice Buttons, Bad States</h3>
<p>I was on the newly designed COLOURlovers earlier in the year, admiring their awesome new site in all its glory when I noticed something, something which made me as a web designer feel very sad indeed. None of the huge, lovely buttons have anything other than a default state. This made me sad because the buttons are so large a pressable, (real word? probably not), that when I discovered there wasn&#8217;t even any hover I thought it was a bug with the new CSS stylesheets. However the new design has been up for a while now and still no new states.</p>
<p>Now I understand their possible reasoning for not having any states. One could be that because there are so many buttons on the site it may get a bit annoying having so many buttons with active graphics happening on every page you go to. In contrast to that I still believe in all three states on buttons no matter what. Leave me a comment below and give me your opinion on what you think about Default, Hover and Active states.</p>
<h2>4. Search Fields and Submit Buttons</h2>
<p>Ahhh the search field, a beast that has troubled man since WordPress became popular&#8230;and of course before that aswell just not as much, since it wasn&#8217;t as easy as it is now with blogging platforms and such. Anyway lets now have a look at search forms, sometimes they can seem like more trouble than they&#8217;re worth, but trust me, they&#8217;re worth it.</p>
<p>So let&#8217;s take a look at a few examples of good vs. bad search field design.</p>
<h3>Well Designed Search Inputs and Buttons</h3>
<p><img src="http://becreativemagazine.com/wp-content/uploads/2010/04/img_6.png" alt="Good Search Field: PSDTuts+" title="Good Search Field: PSDTuts+" width="590" height="141" class="alignnone size-full wp-image-822" /><br />
As you can see on the whole Tuts+ Network the search box has been designed to perfection but not only the search box, when you see this section of the PSDTuts+ site you&#8217;ll notice that you also look at the whole area around it as well, and that&#8217;s exactly what 90% of search areas should do, they should blend in but also stand out.</p>
<p><img src="http://becreativemagazine.com/wp-content/uploads/2010/04/img_7.png" alt="Good Search Field Design: Design Informer" title="Good Search Field Design: Design Informer" width="590" height="92" class="alignnone size-full wp-image-823" /><br />
On Design Informer the search box is well done because it quietly sits in the corner waiting to be used, but not so quietly that it goes unnoticed. However once you click in the search field to type, it lights up like a Christmas tree. Maybe that was a little too over the top but it does signify when you&#8217;re on it and when you&#8217;re not, which is much more helpful for UX, (User Experience), than you may realize.</p>
<h3>Poorly Designed/Badly Placed Input Fields</h3>
<p><img src="http://becreativemagazine.com/wp-content/uploads/2010/04/img_8.png" alt="Poor Search Field Design: Smashing Magazine" title="Poor Search Field Design: Smashing Magazine" width="590" height="100" class="alignnone size-full wp-image-826" /><br />
Ohhh Smashing Magazine what have you gone and done? We all love Smashing Magazine but there&#8217;s one thing that did annoy after Liam McKay of Function re-designed their site a while back, and that was when all the little tweaks started happening about a week or so after the new design was launched. As you can see from the image above, not a very carefully considered plan there was it?</p>
<p><img src="http://becreativemagazine.com/wp-content/uploads/2010/04/img_9.png" alt="Poor Search Field Design: W3Schools" title="Poor Search Field Design: W3Schools" width="590" height="100" class="alignnone size-full wp-image-827" /><br />
W3Schools, perhaps the one Website that every web developer has been to at some point in there life. Notice in the image above how they&#8217;ve basically got the same design around the search field and button as Smashing Magazine? Well that&#8217;s because it&#8217;s the windows default styling. Well in Firefox anyway. Not to mention that the search field is so small you can barely see it.</p>
<h2>5. Use of White Space</h2>
<p>Spacing is a very important tool in web design as it gives designers the ability to properly layout a web site with no restrictions. Looking at the Line25 Blog, it&#8217;s easy to see where and how Chris Spooner is giving more visual hierarchy to the post thumbnails by having them jut out of the page.</p>
<p><img src="http://becreativemagazine.com/wp-content/uploads/2010/04/img_10.png" alt="Line25 Blog: Visual Hierarchy" title="Line25 Blog: Visual Hierarchy" width="590" height="200" class="alignnone size-full wp-image-837" /></p>
<p>Elliot Jay Stocks, world renowned designer also uses this technique on his Portfolio and Blog. Notice how parts of the content catch your eye as you browse the page. Because of the odd layout Elliot has done a wonderful job of, like Chris Spooner, adding visual hierarchy to the design and layout.</p>
<p><img src="http://becreativemagazine.com/wp-content/uploads/2010/04/img_11.png" alt="Elliot Jay Stocks: Visual Hierarchy" title="Elliot Jay Stocks: Visual Hierarchy" width="590" height="400" class="alignnone size-full wp-image-838" /></p>
<h2>Conclusion</h2>
<p>I know that some of you are thinking:</p>
<div class="big_quote">
<p>Wait, this post wasn&#8217;t a tutorial on techniques it was more of an example!</p>
</div>
<p>Well yes in a way it was, but that&#8217;s the sort of post I decided on so I could give my point of view more easily.</p>
<p>I&#8217;d love to hear how you achieve these techniques in the comments section, it&#8217;s always great to know more than one option.</p>
]]></content:encoded>
			<wfw:commentRss>http://becreativemagazine.com/2010/04/enhance-your-designs-with-simple-techniques/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Tutorial &#8211; How To Create Print Ready Standard Size Business Cards</title>
		<link>http://becreativemagazine.com/2010/02/tutorial-how-to-create-print-ready-standard-size-business-cards/</link>
		<comments>http://becreativemagazine.com/2010/02/tutorial-how-to-create-print-ready-standard-size-business-cards/#comments</comments>
		<pubDate>Tue, 09 Feb 2010 11:34:50 +0000</pubDate>
		<dc:creator>Peter Balvanyos</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[business card]]></category>
		<category><![CDATA[design tutorial]]></category>
		<category><![CDATA[photoshop]]></category>
		<category><![CDATA[photoshop tutorial]]></category>
		<category><![CDATA[print ready]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://becreativemagazine.com/?p=584</guid>
		<description><![CDATA[Tutorial Details Program: Photoshop Version: CS4 Difficulty: Easy Estimated Completion Time: 30 minutes Step 1 Let&#8217;s start with an idea. If you create this for someone, chances are you have a basic sketch in front of you or at least in your mind an image of how this will look. If you are willing to [...]]]></description>
			<content:encoded><![CDATA[<h3>Tutorial Details</h3>
<ul>
<li><b>Program</b>: Photoshop</li>
<li><b>Version</b>: CS4</li>
<li><b>Difficulty</b>: Easy</li>
<li><b>Estimated Completion Time</b>: 30 minutes</li>
</ul>
<h3>Step 1</h3>
<p>Let&#8217;s start with an idea. If you create this for someone, chances are you have a basic sketch in front of you or at least in your mind an image of how this will look. If you are willing to sell your design as stock, make sure your work is as clean as possible. People like simple, obvious things. When you look at the card, you don&#8217;t want to search for the phone number hidden between some design elements do you? So the two things which must be highly visible on the first look is the name and the number. The rest is small text, which shouldn&#8217;t be left out. Only if that is the specific need, of course.</p>
<p>So, for this tutorial I&#8217;ve chosen a simple and easy design which is not that hard to follow. Nothing fancy or extraordinary, the focus of this tutorial is introducing you to the standards and a quick look on how this is made. Also, you might want to create a 2 sided card. For that, you&#8217;ll need to finish this side. Then you can copy it and remove unnecessary text areas and write a company name for example.</p>
<p>This is what we&#8217;re going to do today:</p>
<p><img src="http://becreativemagazine.com/wp-content/uploads/2010/02/step01.jpg" alt="Business Card Design Tutorial - Step #1" title="Business Card Design Tutorial - Step #1" width="590" height="337" class="alignnone size-full wp-image-587" /></p>
<h3>Step 2</h3>
<p>The dimensions. Before we start, let me explain you how a business card is created. The print company needs a well set up card design, especially if you are serious about it. They might accept less sophisticated files but the end product will not be what the customer wanted. So, the process is the following: They print your card in a bigger size than the end-size. Why? Because they&#8217;ll cut it to the final size. Because of this, you&#8217;ll need to add a bleed area. The reason behind the name is that the ink will exist on the very edge of the paper as well.</p>
<p>The standard end-size is 3.5&quot; by 2&quot;. Bleed area means an extra 0.25&quot; in both directions. Which means 0.125&quot; on each edge. So the working size will be 3.75&rdquo; by 2.25&rdquo;.</p>
<p><img src="http://becreativemagazine.com/wp-content/uploads/2010/02/step02.jpg" alt="Business Card Design Tutorial - Step #2" title="Business Card Design Tutorial - Step #2" width="590" height="354" class="alignnone size-full wp-image-589" /></p>
<h3>Step 3</h3>
<p>Start by creating a new document. <strong>File -&gt; New</strong>. Fill out the dimensions &#8211; <strong>width: 3.75 inches and height 2.25 inches</strong>. (If you are not working in inches you can switch here. Or set it in <strong>Edit -&gt; Preferences -&gt; Units &amp; Rulers</strong>.) Set the color profile to CMYK. It&#8217;s important! Do not miss it or you are going to be in some trouble. It&#8217;s better to set it in the beginning than in the end when you are finished, and say: oops it should&#8217;ve been CMYK. You change the color profile then bam all your colors look different. Don&#8217;t worry I&#8217;ve got a solution for that problem too but let&#8217;s just stay safe for now. Last but not least <strong>300dpi</strong> is a must. Do not ever user 72 or anything less than 300 if you are going to print it. You can, but it will look really ugly. Or small if printed with 300dpi anyway. So, set it to 300 then continue to step 4!</p>
<p>Tip: Save the preset to speed up future designs.</p>
<p><img src="http://becreativemagazine.com/wp-content/uploads/2010/02/step03.jpg" alt="Business Card Design Tutorial - Step #3" title="Business Card Design Tutorial - Step #3" width="590" height="438" class="alignnone size-full wp-image-590" /></p>
<h3>Step 4</h3>
<p>We&#8217;ll add guides to know <em>where to</em> and <em>where not to</em> place artwork and text. Start with the bleed area. The most precise way to add our guides is the following: <strong>View -&gt; New Guide</strong>&#8230;</p>
<p>We need to enter the following numbers:</p>
<ul>
<li>Vertical 0.125 in (left)</li>
<li>Horizontal 0.125 in (top)</li>
<li>Vertical 3.625 in (right)</li>
<li>Horizontal 2.125 in (bottom)</li>
</ul>
<p>I just calculated simply like <em>3.75-0.125=3.625</em> etc&#8230; You&#8217;ll see that anything you place outside this newly formed area will be most likely cut.</p>
<p><img src="http://becreativemagazine.com/wp-content/uploads/2010/02/step04.jpg" alt="Business Card Design Tutorial - Step #4" title="Business Card Design Tutorial - Step #4" width="590" height="369" class="alignnone size-full wp-image-591" /></p>
<h3>Step 5</h3>
<p>Before we can work on the actual design there is one more thing to do. To mark the no text area. It&#8217;s again a <em>0.125&quot;</em> space on each side.</p>
<p>So add these too:</p>
<ul>
<li>Vertical 0.25 in (left)</li>
<li>Horizontal 0.25 in (top)</li>
<li>Vertical 3.5 in (right)</li>
<li>Horizontal 2 in (bottom)</li>
</ul>
<p>These are just for you, the print doesn&#8217;t really need guides. They need a card which is designed with these things in mind, (this is basicaly padding).</p>
<p><img src="http://becreativemagazine.com/wp-content/uploads/2010/02/step05.jpg" alt="Business Card Design Tutorial - Step #5" title="Business Card Design Tutorial - Step #5" width="590" height="369" class="alignnone size-full wp-image-592" /></p>
<h3>Step 6</h3>
<p>The previous steps included everything you need to get started. Follow the rest and you&#8217;ll learn a bit more about this! I&#8217;d start with a gradient. To do that add a gradient adjustment layer. Click on <em>the 4th icon</em> at the bottom of the layers window, then choose &quot;Gradient&#8230;&quot; from the menu. Set it from the color <strong>#3a5790</strong> -> <strong>#0e2138</strong>. </p>
<p>It&#8217;s a dark blue gradient. Check Dither to avoid ugly stripes. Angle it by <em>-45</em>, and it will be a linear gradient.</p>
<p><img src="http://becreativemagazine.com/wp-content/uploads/2010/02/step06.jpg" alt="Business Card Design Tutorial - Step #6" title="Business Card Design Tutorial - Step #6" width="590" height="869" class="alignnone size-full wp-image-593" /></p>
<h3>Step 7</h3>
<p>In this step we&#8217;ll add some texture to the gradient so it will look much better. Create a new layer then go <strong>Filters -&gt; Render -&gt; Clouds</strong>. Make sure your colors are black and white. If not just click the little black and white icon next to them on the main toolbar. Set this layer&#8217;s composition mode to <strong>Hard light</strong>. Then <strong>Image -&gt; Adjustments -&gt; Brightness/Contrast</strong>. Check the legacy box, then lower contrast to <em>-80</em>. Voila.</p>
<p><img src="http://becreativemagazine.com/wp-content/uploads/2010/02/step07.jpg" alt="Business Card Design Tutorial - Step #7" title="Business Card Design Tutorial - Step #7" width="590" height="869" class="alignnone size-full wp-image-594" /></p>
<h3>Step 8</h3>
<p>Now get a nice font from dafont.com. I&#8217;ll use the <a href="http://www.dafont.com/harabara.font" target="_blank">Harabara</a>.</p>
<p><img src="http://becreativemagazine.com/wp-content/uploads/2010/02/step08.jpg" alt="Business Card Design Tutorial - Step #8" title="Business Card Design Tutorial - Step #8" width="590" height="369" class="alignnone size-full wp-image-595" /></p>
<h3>Step 9</h3>
<p>Add a text area for the name, and type in Johnathan Doe. Make it <em>120 pixels</em> big. Align to the right. Place it near the no text guide.</p>
<p><img src="http://becreativemagazine.com/wp-content/uploads/2010/02/step09.jpg" alt="Business Card Design Tutorial - Step #9" title="Business Card Design Tutorial - Step #9" width="590" height="609" class="alignnone size-full wp-image-596" /></p>
<h3>Step 10</h3>
<p>Add 2 more text areas. One for the title and another for the number. Title is <em>75px</em>, the number is <em>84px</em> big in my case. The number ends up as wide as the title. The point is that they form a text block this way.</p>
<p><img src="http://becreativemagazine.com/wp-content/uploads/2010/02/step10.jpg" alt="Business Card Design Tutorial - Step #10" title="Business Card Design Tutorial - Step #10" width="590" height="631" class="alignnone size-full wp-image-597" /></p>
<h3>Step 11</h3>
<p>Add 2 more text areas again. One for the email-website combo and an other one for the multi-line address. Align left the address, right the other. Use <em>30px</em> font size. Try to position them nicely, so put them always the same distance from the no text guides. I move them with 2 presses of the shift+arrow combination when working at the zoom of <em>66%</em>. (These pictures are at <em>50%</em>.)</p>
<p><img src="http://becreativemagazine.com/wp-content/uploads/2010/02/step11.jpg" alt="Business Card Design Tutorial - Step #11" title="Business Card Design Tutorial - Step #11" width="590" height="366" class="alignnone size-full wp-image-598" /></p>
<h3>Step 12</h3>
<p>Here you can add a custom artwork or logo. Let&#8217;s place a fancy line there. We&#8217;ll make a basic wavy thing out of it soon. Select the Polygonal Lasso (Shift+L twice) and on a <em>new layer</em> draw a line shape with a little bit more width on the left than right. Then fill it with white (<strong>Paint Bucket &#8211; hot-key: G</strong>).</p>
<p><img src="http://becreativemagazine.com/wp-content/uploads/2010/02/step12.jpg" alt="Business Card Design Tutorial - Step #12" title="Business Card Design Tutorial - Step #12" width="590" height="735" class="alignnone size-full wp-image-599" /></p>
<h3>Step 13</h3>
<p>Add an outer glow layer style (double click on the line layer) with these settings: <strong>vivid light mode, 100% opacity, white color,  softer technique, 0% spread, 40px size, 20% range</strong>. It should look like a light-saber.</p>
<p><img src="http://becreativemagazine.com/wp-content/uploads/2010/02/step13.jpg" alt="Business Card Design Tutorial - Step #13" title="Business Card Design Tutorial - Step #13" width="590" height="735" class="alignnone size-full wp-image-600" /></p>
<h3>Step 14</h3>
<p>Go to <strong>Filter -&gt; Liquify</strong> and choose the Bloat tool. Be extra careful with this, we only want a thin wavy line with changing width. I don&#8217;t know about you but I don&#8217;t like the pen tool, for this effect liquify is very natural and good. Don&#8217;t make the line too wide because the edges will become jagged and will look like an up-scaled drawing. So let&#8217;s just make it wavy, with a tiny variation in width. If you are not satisfied with the result you can liquify again and/or paint over it with a <em>10% opacity white brush.</em></p>
<p><img src="http://becreativemagazine.com/wp-content/uploads/2010/02/step14.jpg" alt="Business Card Design Tutorial - Step #14" title="Business Card Design Tutorial - Step #14" width="590" height="807" class="alignnone size-full wp-image-601" /></p>
<h3>Step 15</h3>
<p>Almost at the end, but our text areas need a little effect. A drop shadow will do the trick, add a <strong>30% opacity shadow</strong> in the layer style of one of the text layers. Make the shadow color rich black. Manually type 100% into the C, M, Y, K fields in the color chooser. <em>This is important whenever you use black in CMYK. If you use 100% K and others 0% it will still look black on the monitor but in print it will look dark grey&#8230;</em></p>
<p><img src="http://becreativemagazine.com/wp-content/uploads/2010/02/step15.jpg" alt="Business Card Design Tutorial - Step #15" title="Business Card Design Tutorial - Step #15" width="590" height="564" class="alignnone size-full wp-image-602" /></p>
<h3>Step 16</h3>
<p>Right click on the layer you&#8217;ve just added the layer style to and copy layer style. Select the rest of the text layers, right click then paste layer style. Voila.</p>
<p><img src="http://becreativemagazine.com/wp-content/uploads/2010/02/step16.jpg" alt="Business Card Design Tutorial - Step #16" title="Business Card Design Tutorial - Step #16" width="590" height="614" class="alignnone size-full wp-image-603" /></p>
<h3>Step 17 &#8211; Optional&#8230;Sort Of</h3>
<p><strong>Important note:</strong> ONLY do this if you forgot to set to CMYK in the beginning! I&#8217;ve included this tip because it can happen to anyone, and here is the solution.</p>
<p> I have to admit, on my first attempt at creating a card I forgot to set the color mode to CMYK. If it happens don&#8217;t panic. You can change it now, but it&#8217;s not as straightforward as you think. First try it out, from the <strong>Image -&gt; Mode -&gt; CMYK Color</strong>. It looks totally bad isn&#8217;t it? I mean, it has nothing to do with what we&#8217;ve been doing. You can flatten the whole image then do the conversion so it&#8217;ll look good but you can&#8217;t edit the layers after that. And flattening is truly a no-no!<br />
Thanks to <em>smart objects</em> we can skip this problem very nicely. Select all your layers (you can leave out the text layers), and convert them together to a smart object: <strong>right click menu -&gt; Convert to Smart Object</strong>. Then do the color mode change as mentioned above. Dialogs will appear, but <em>you are not going to rasterize, merge, nor choose a different profile</em>. If you need any more editing done, you can do so in the smart object (double click on it), which is still in RGB mode, haha!</p>
<p><img src="http://becreativemagazine.com/wp-content/uploads/2010/02/step17.jpg" alt="Business Card Design Tutorial - Step #17" title="Business Card Design Tutorial - Step #17" width="590" height="898" class="alignnone size-full wp-image-604" /></p>
<h3>Step 18</h3>
<p>If you are planning on uploading the card to a stock graphics market, or just show it around on the net, create a slice along the bleed area guides. Then use <strong>File -&gt; Save for Web &amp; Devices.</strong>  And create color variations (this is mostly a combination of adjustment layers such as <em>hue/saturation</em> placed above the background but below the wave artwork). </p>
<p><img src="http://becreativemagazine.com/wp-content/uploads/2010/02/step18.jpg" alt="Business Card Design Tutorial - Step #18" title="Business Card Design Tutorial - Step #18" width="590" height="406" class="alignnone size-full wp-image-605" /></p>
<h3>Step 19</h3>
<p>You&#8217;ve reached the end of this tutorial. Thank you for reading, I hope it was useful, and I wish you luck in your future designs. Here is our finished card without the bleed area. I did a warm version too just for fun. I&#8217;d appreciate if you would take a look at my first business card <a href="http://graphicriver.net/item/wave-line-business-cards/73104">here</a>. Leave a comment below with your thoughts and/or tips.</p>
<p><img src="http://becreativemagazine.com/wp-content/uploads/2010/02/step19.jpg" alt="Business Card Design Tutorial - Step #19" title="Business Card Design Tutorial - Step #19" width="590" height="687" class="alignnone size-full wp-image-606" /></p>
<p><center><a href="http://tutsplus.com/amember/go.php?r=5482&#038;i=b28"><img src="http://miscfiles.s3.amazonaws.com/banners/psdtuts_250x250.jpg" border=0 alt="Psd Premium: Photoshop education from the professionals." width=250 height=250></a></center></p>
]]></content:encoded>
			<wfw:commentRss>http://becreativemagazine.com/2010/02/tutorial-how-to-create-print-ready-standard-size-business-cards/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
		<item>
		<title>Tutorial &#8211; Designing and coding your very first site &#8211; Part I</title>
		<link>http://becreativemagazine.com/2009/12/tutorial-designing-and-coding-your-very-first-site-part-i/</link>
		<comments>http://becreativemagazine.com/2009/12/tutorial-designing-and-coding-your-very-first-site-part-i/#comments</comments>
		<pubDate>Tue, 29 Dec 2009 18:00:28 +0000</pubDate>
		<dc:creator>Daniel Roeven</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[2010]]></category>
		<category><![CDATA[creative commons]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[fireworks]]></category>
		<category><![CDATA[free file]]></category>
		<category><![CDATA[freebie]]></category>
		<category><![CDATA[photoshop]]></category>
		<category><![CDATA[psd]]></category>
		<category><![CDATA[sharealike]]></category>
		<category><![CDATA[themes]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://becreativemagazine.com/?p=318</guid>
		<description><![CDATA[In this tutorial we&#8217;ll be designing a simple website. This tutorial is meant for those new to web design, so it should be easy to follow! Today we&#8217;ll make a wireframe in Fireworks, and color the site in Photoshop. In the next tutorial we&#8217;ll code it up in standards-compliant HTML and CSS. Grab a cup [...]]]></description>
			<content:encoded><![CDATA[<p>In this tutorial we&#8217;ll be designing a simple website. This tutorial is meant for those new to web design, so it should be easy to follow! Today we&#8217;ll make a wireframe in <b>Fireworks</b>, and color the site in <b>Photoshop</b>. In the next tutorial we&#8217;ll code it up in standards-compliant HTML and CSS. Grab a cup of coffee and some nice music and let&#8217;s get started!</p>
<h3>Final Result</h3>
<p>You can see what we&#8217;ll be making right here. The website won&#8217;t be absolutely stunning design, but it will be very effective for learning.</p>
<div class="tutorial_image"><img src="http://becreativemagazine.com/wp-content/uploads/2009/12/final1.jpg" alt="" title="final" width="590" height="656" class="alignnone size-full wp-image-323" /></div>
<h3>Step 1</h3>
<p>Great, lets get cracking! Open up Fireworks, and create a new file, <strong>900&#215;1000 pixels</strong>. Let&#8217;s tidy the layers. To do this, open up the <strong>&#8220;Layers Window&#8221; (Window &gt; Layers or F2)</strong>. Rename <strong>&#8220;Layer 1&#8243;</strong> as <strong>&#8220;Shapes&#8221;</strong>. Add another layer <strong>&#8220;Text&#8221;</strong>. <strong>Note:</strong> The layer <strong>&#8220;Web Layer&#8221;</strong> can not be deleted.</p>
<div class="tutorial_image"><img src="http://becreativemagazine.com/wp-content/uploads/2009/12/13.jpg" alt="" title="1" width="590" height="200" class="alignnone size-full wp-image-324" /></div>
<h3>Step 2</h3>
<p>Let&#8217;s make the header. Take the <strong>rectangle tool (U)</strong> and draw a shape. We&#8217;ll position it using the properties panel (<em>Window > Properties</em>). Enter <strong>&#8220;900&#8243;</strong> for the width, <strong>&#8220;100&#8243;</strong> for height, <strong>&#8220;0&#8243;</strong> for <strong>X</strong> and <strong>&#8220;0&#8243;</strong> for <strong>Y</strong> (<em>this positions it at the very top</em>). Give it a dark color, using the bucket to open up a color palette. I&#8217;ve used the darkest shade of grey for the header. Be sure to name this shape <strong>&#8220;header&#8221;</strong> (<em>this is done in the Layers window</em>).</p>
<div class="tutorial_image"><img src="http://becreativemagazine.com/wp-content/uploads/2009/12/21.jpg" alt="" title="2" width="590" height="590" class="alignnone size-full wp-image-325" /></div>
<h3>Step 3</h3>
<p>Next up is the feature area. Use the same technique as before, using <strong>&#8220;900&#8243;</strong> for the width, <strong>&#8220;300&#8243;</strong> for the height, <strong>&#8220;0&#8243;</strong> for <strong>X</strong> and <strong>&#8220;100&#8243;</strong> for <strong>Y</strong> (<em>we want to position it beneath the header</em>). I used the next shade of grey to color it. Also, don&#8217;t forget to name this shape <strong>&#8220;feature&#8221;</strong>.</p>
<div class="tutorial_image"><img src="http://becreativemagazine.com/wp-content/uploads/2009/12/31.jpg" alt="" title="3" width="590" height="590" class="alignnone size-full wp-image-327" /></div>
<h3>Step 4</h3>
<p>We still need a body, a projects bar and a footer, so lets continue. I&#8217;ll let you make the shapes now, you should know how to do that by now.</p>
<p>	<b>Body:</b></p>
<ul>
<li>Width: 900</li>
<li>Height: 400</li>
<li>X: 0</li>
<li>Y: 400</li>
</ul>
<p>
	<b>Screenshot Area:</b></p>
<ul>
<li>Width: 900</li>
<li>Height: 100</li>
<li>X: 0</li>
<li>Y: 800</li>
</ul>
<p>
	<b>Footer:</b></p>
<ul>
<li>Width: 900</li>
<li>Height: 100</li>
<li>X: 0</li>
<li>Y: 900</li>
</ul>
<div class="tutorial_image"><img src="http://becreativemagazine.com/wp-content/uploads/2009/12/41.jpg" alt="" title="4" width="590" height="590" class="alignnone size-full wp-image-328" /></div>
<h3>Step 5</h3>
<p>Onto the text. Enter the <strong>&#8220;Text&#8221;</strong> layer we&#8217;ve created. Grab the <strong>Text tool (T)</strong>. The properties window we have been using will transform into a Text tool properties window. Choose <strong>&#8220;Arial&#8221;</strong> as the font, <strong>40 pixels</strong>, <strong>bold</strong>. Click on your canvas and type <strong>&#8220;Logo&#8221;</strong>. Enable <strong>&#8220;Smart Guide Snapping&#8221;</strong> (<em>View &gt; Smart Guides &gt; Snap to Smart Guides</em>). Take the pointer tool <strong>(V, O)</strong> and drag the text to the upper left corner. The smart guides will pop up when the text is in the middle of the header, leave it there. Now add a <strong>20 pixels</strong> indent using the properties window.</p>
<div class="tutorial_image"><img src="http://becreativemagazine.com/wp-content/uploads/2009/12/51.jpg" alt="" title="5" width="590" height="418" class="alignnone size-full wp-image-329" /></div>
<h3>Step 6</h3>
<p>We also need navigation links. Add these, using <strong>Arial</strong> at <strong>16 pixels</strong>, normal width. Type <strong>&#8220;Home About Blog Contact&#8221;</strong> with three spaces in between each word. We&#8217;ll add these links using HTML, so it doesn&#8217;t need to be perfect.</p>
<div class="tutorial_image"><img src="http://becreativemagazine.com/wp-content/uploads/2009/12/61.jpg" alt="" title="6" width="590" height="418" class="alignnone size-full wp-image-331" /></div>
<h3>Step 7</h3>
<p>I&#8217;m going to speed up a bit. Type <strong>&#8220;Hey there, I&#8217;m John Doe&#8221;</strong> in <strong>Arial</strong>, <strong>40 pixels</strong> (<em>if you like, you can use your own name</em>). Type some more text in <strong>24 pixels</strong> until it looks like the image below.</p>
<div class="tutorial_image"><img src="http://becreativemagazine.com/wp-content/uploads/2009/12/71.jpg" alt="" title="7" width="590" height="189" class="alignnone size-full wp-image-332" /></div>
<h3>Step 8</h3>
<p>Make sure the text you just typed is dead center, using the smart guides.</p>
<h3>Step 9</h3>
<p>Add text and position it using the smart guides yet again &#8211; they&#8217;re your friend! See the image below for guidance.</p>
<div class="tutorial_image"><img src="http://becreativemagazine.com/wp-content/uploads/2009/12/91.jpg" alt="" title="9" width="590" height="262" class="alignnone size-full wp-image-334" /></div>
<h3>Step 10</h3>
<p>Add the word <strong>&#8220;Projects&#8221;</strong> to the bar and add buttons, <strong>100&#215;60 pixels</strong>, with <strong>5 pixels roundness</strong>. Again, use smart guides to position them in the center of the bar. <em>Copy and paste</em> them until you have four of them, <strong>20 pixels</strong> margin in between them.</p>
<div class="tutorial_image"><img src="http://becreativemagazine.com/wp-content/uploads/2009/12/101.jpg" alt="" title="10" width="590" height="308" class="alignnone size-full wp-image-335" /></div>
<h3>Step 11</h3>
<p>We&#8217;re almost there! All we need to do is adding some text in the footer. Follow my lead:</p>
<div class="tutorial_image"><img src="http://becreativemagazine.com/wp-content/uploads/2009/12/111.jpg" alt="" title="11" width="590" height="31" class="alignnone size-full wp-image-336" /></div>
<h3>Step 12</h3>
<p>Hey, take a break, you&#8217;ve done great! When you return we&#8217;ll be exporting it to <strong>Photoshop</strong> and coloring the design.</p>
<p>Save your file (<em>file &gt; save</em>) and then <strong>&#8220;Save as&#8230;&#8221;</strong> (<em>file &gt; save as&#8230;</em>) and select <strong>&#8220;Photoshop PSD (*.psd)&#8221;</strong> from the drop-down menu. The result looks like this:</p>
<div class="tutorial_image"><img src="http://becreativemagazine.com/wp-content/uploads/2009/12/121.jpg" alt="" title="12" width="590" height="656" class="alignnone size-full wp-image-337" /></div>
<h3>Step 13</h3>
<p>You can close <strong>Fireworks</strong> and open <strong>Photoshop</strong>. Open up the file you just exported. Open up the Layers window (<em>window &gt; layers</em>). Mind you, layers and folder differ between <strong>Fireworks</strong> and <strong>Photoshop</strong>. Don&#8217;t get confused: in <strong>Fireworks</strong> a layer is a <strong>&#8220;folder&#8221;</strong> containing shapes, or text. In <strong>Photoshop</strong> a folder contains several layers. Those layers are shapes, or text.</p>
<div class="tutorial_image"><img src="http://becreativemagazine.com/wp-content/uploads/2009/12/131.jpg" alt="" title="13" width="590" height="695" class="alignnone size-full wp-image-338" /></div>
<h3>Step 14</h3>
<p>Lets give the header bar a nice gradient overlay. Right click the header shape, and select <strong>&#8220;Blending Options&#8221;</strong>. This will open up a window with lots of options. Go to the tab <strong>&#8220;Gradient Overlay&#8221;</strong> and click on the gradient you see. That will open up yet <em>another</em> window, with the gradient information. Make a gradient from color <strong>#244386</strong> to color <strong>#2c539e</strong>.</p>
<div class="tutorial_image"><img src="http://becreativemagazine.com/wp-content/uploads/2009/12/14.jpg" alt="" title="14" width="590" height="418" class="alignnone size-full wp-image-339" /></div>
<h3>Step 15</h3>
<p>Do the same to the feature area, only this time using color <strong>#a7c7dc</strong> to <strong>#85b2d3</strong>. Result looks like this:</p>
<div class="tutorial_image"><img src="http://becreativemagazine.com/wp-content/uploads/2009/12/15.jpg" alt="" title="15" width="590" height="259" class="alignnone size-full wp-image-340" /></div>
<h3>Step 16</h3>
<p>Give the body a <strong>Color Overlay</strong> with <strong>#142a5b</strong>. This is done just like the <strong>Gradient Overlay</strong>, only this time you need to pick the tab <strong>&#8220;Color Overlay&#8221;</strong>. Do the same to the footer. Give the screenshot area a <strong>gradient overlay</strong> from <strong>#a7c7dc</strong> to <strong>#85b2d3</strong>.</p>
<div class="tutorial_image"><img src="http://becreativemagazine.com/wp-content/uploads/2009/12/16.jpg" alt="" title="16" width="590" height="656" class="alignnone size-full wp-image-341" /></div>
<h3>Step 17</h3>
<p>It&#8217;s actually starting to look like a website! All that&#8217;s left to do is to style the content. Select the <strong>&#8220;Logo&#8221;</strong> with the text tool, and give it the color <strong>#c8d7dc</strong>. Do the same to the navigation items. Give the <strong>&#8220;Hey there, I&#8217;m John Doe&#8221;</strong> text the color <strong>#244386</strong>.</p>
<h3>Step 18</h3>
<p>On to coloring the text in the body. Color all the text <strong>#85b2d3</strong>, including the footer links.</p>
<div class="tutorial_image"><img src="http://becreativemagazine.com/wp-content/uploads/2009/12/19.jpg" alt="" title="19" width="590" height="656" class="alignnone size-full wp-image-342" /></div>
<h3>Step 19</h3>
<p>The screenshot buttons still look plain. As we don&#8217;t actually have any projects to showcase, we&#8217;ll give them a generic look using layer styles. First, give them a <strong>Gradient Overlay</strong> from <strong>#244386</strong> to <strong>#2c539e</strong>. Now give it a <strong>1 pixel Stroke</strong> with color <strong>#244386</strong>. Finally, add an <strong>Inner Shadow</strong> with color <strong>#ffffff</strong>, <strong>Blending Mode: Screen, Distance: 0 pixels</strong> and the <strong>Size: 1 pixels</strong>. Look in the image below for reference. Apply this layer style to all the elements.</p>
<div class="tutorial_image"><img src="http://becreativemagazine.com/wp-content/uploads/2009/12/20.jpg" alt="" title="20" width="590" height="418" class="alignnone size-full wp-image-343" /></div>
<h3>Final Result</h3>
<p>And that&#8217;s it, we&#8217;re finished! Take a look and admire your work. Soon we&#8217;ll be coding it up, be sure not to miss that tutorial, so be sure to <a href="http://feeds.feedburner.com/BecreativeMagazine">subscribe today!</p>
<div class="tutorial_image"><img src="http://becreativemagazine.com/wp-content/uploads/2009/12/final2.jpg" alt="" title="final" width="590" height="656" class="alignnone size-full wp-image-344" /></div>
<h3>Source Download</h3>
<p><a href="http://becreativemagazine.com/wp-content/uploads/2009/12/source.psd_.zip"><img class="img_no_border" src="http://becreativemagazine.com/wp-content/uploads/2009/12/sourcedownload.png" alt="sourcedownload" title="sourcedownload" width="590" height="150" class="alignnone size-full wp-image-119" /></a></p>
<div class="quote">We do not allow the item to be downloaded from another site or source than ours, please provide a link back to this post if featured on another site. This design is protected by the <a href="http://creativecommons.org/licenses/by-nc-sa/3.0/">Creative Commons Attribution-Noncommercial-Share Alike 3.0</a> so please read the terms of use.</div>
]]></content:encoded>
			<wfw:commentRss>http://becreativemagazine.com/2009/12/tutorial-designing-and-coding-your-very-first-site-part-i/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Creative Commons &#8211; What does it mean?</title>
		<link>http://becreativemagazine.com/2009/12/creative-commons-what-does-it-mean/</link>
		<comments>http://becreativemagazine.com/2009/12/creative-commons-what-does-it-mean/#comments</comments>
		<pubDate>Tue, 22 Dec 2009 18:00:31 +0000</pubDate>
		<dc:creator>Enabled</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[2010]]></category>
		<category><![CDATA[attributes]]></category>
		<category><![CDATA[attributions]]></category>
		<category><![CDATA[creative commons]]></category>
		<category><![CDATA[no derivs]]></category>
		<category><![CDATA[noderivs]]></category>
		<category><![CDATA[non commercial]]></category>
		<category><![CDATA[sharealike]]></category>

		<guid isPermaLink="false">http://becreativemagazine.com/?p=245</guid>
		<description><![CDATA[Free items have a copyright too As some of you might not know, free items are also protected by the Creative Commons Attributions. These attributions are somewhat the same as copyright laws for selling files. A set of rules meant to protect the item author’s rights. Here is what you should know when using, modifying, [...]]]></description>
			<content:encoded><![CDATA[<h2>Free items have a copyright too</h2>
<p>As some of you might not know, free items are also protected by the <a href="http://creativecommons.org/about/">Creative Commons Attributions</a>. These attributions are somewhat the same as copyright laws for selling files. A set of rules meant to protect the item author’s rights. </p>
<p>Here is what you should know when using, modifying, or redistributing a free item off the web, keep in mind that all of the following attributions when used by users must not infinge the author&#8217;s moral or normal rights. In the attributions where a permission to sell or redistribute in a comercial project is not shown, it&#8217;s strongly suggested that you contact the author before using the file for these purposes. </p>
<p><a href="http://www.creativecommons.org"><img src="http://becreativemagazine.com/wp-content/uploads/2009/12/creative_common.jpg" alt="" title="creative_common" width="590" height="200" class="alignnone size-full wp-image-254" /></a></p>
<h2>Creative Commons</h2>
<h3>Attribution <img class="img_no_border" src="http://creativecommons.org/icons/by/standard.gif" width="20" height ="20" /></h3>
<p> This Common states that the item may be shared, adapted, or transmited, reminded that the notes of that particular item are respected. What does this mean? For example, if the item description states <em>&#8221; Please link back to this site if &#8230; &#8221; </em> this not must be respected and followed </p>
<h3>Attribution-NoDerivs <img class="img_no_border" src="http://creativecommons.org/icons/by/standard.gif" width="20" height ="20"/> <img class="img_no_border" src="http://creativecommons.org/icons/nd/standard.gif " width="20" height ="20"/></h3>
<p>These attributions states that the item used, may be redistributed, transited, but must not be edited or modified in any way, neither is continuing where the author left off. If a item is incomplete or is missing elements users are not allowed to modify it.</p>
<h3>Attribution-Non Commercial &#8211; NoDerivs <img class="img_no_border" src="http://creativecommons.org/icons/by/standard.gif" width="20" height ="20"/> <img class="img_no_border" src="http://creativecommons.org/icons/nd/standard.gif " width="20" height ="20"/> <img class="img_no_border" src="http://creativecommons.org/icons/nc/standard.gif " width = "20" height = "20" /></h3>
<p>These attributions states that the item used, may be redistributed, transited, but must not be edited or modified in any way, neither is continuing where the author left off. If a item is incomplete or is missing elements users are not allowed to modify it. </p>
<h3>Attribution-Non Commercial <img class="img_no_border" src="http://creativecommons.org/icons/by/standard.gif " width="20" height ="20" /> <img class="img_no_border" src="http://creativecommons.org/icons/nc/standard.gif " width="20" height ="20" /></h3>
<p>Items can be shared and give to others as they are ( not sold ) also users may edit or modify the work to their free will and purpose, but the item, altered by the user or in original state must not be used for commercial projects or sold. </p>
<h3>Attribution-Non Commercial-ShareAlike <img class="img_no_border" src="http://creativecommons.org/icons/by/standard.gif" width="20" height ="20" /> <img class="img_no_border" src="http://creativecommons.org/icons/nc/standard.gif" width="20" height ="20" /> <img class="img_no_border" src="http://creativecommons.org/icons/sa/standard.gif " width="20" height ="20" /></h3>
<p>This is the most restrictive attribution of all, users being allowed just to share the item and distribute the item to others (as is , not sold!)If the user plans to modify, or alter this work, the item must be given away as it was received.  A good example for this is Linux, there are a lot of versions, each made by someone else yet all have maintained their original free-source status.</p>
<h3>Attribution-ShareAlike <img class="img_no_border" src="http://creativecommons.org/icons/by/standard.gif " width="20" height ="20" /> <img class="img_no_border" src="http://creativecommons.org/icons/sa/standard.gif" width="20" height ="20" /></h3>
<p>Last but not least, this attribution offers users the possibility to share, redistribute ( as is , not sold ) the item, also modify and edit it to their needs, but if the item will be redistributed as a modified version, users must give this version as the original file. If the item was free, no matter what improvements were added users may not sell it.</p>
<p><a href="http://www.creativecommons.org"><img src="http://creativecommons.org/images/support/2009/donate.jpg" alt="" title="creative_common" width="590" height="159" class="alignnone size-full wp-image-254" /></a></p>
<h2>More Info?</h2>
<p> This data is international, if you wish to see the data from your specific country go to <a href="http://creativecommons.org"> Creative Commons </a> and you will find all the information you need for your specific country. Also, feel free to check out <a href=" http://en.wikipedia.org/wiki/Copyright_laws"> Copyright Laws </a> to learn more about the copyright laws and how they apply.</p>
]]></content:encoded>
			<wfw:commentRss>http://becreativemagazine.com/2009/12/creative-commons-what-does-it-mean/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Tutorial &#8211; How to design an iPhone application site</title>
		<link>http://becreativemagazine.com/2009/12/tutorial-how-to-design-an-iphone-application-site/</link>
		<comments>http://becreativemagazine.com/2009/12/tutorial-how-to-design-an-iphone-application-site/#comments</comments>
		<pubDate>Wed, 09 Dec 2009 23:06:27 +0000</pubDate>
		<dc:creator>Patrik</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[application]]></category>
		<category><![CDATA[appstore]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[Inspiration]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://becreativemagazine.com/?p=89</guid>
		<description><![CDATA[Final Result Take a look at the design we´ll be creating today, it´s a very clean and minimal iPhone application site. We have released the final .PSD file for everyone to download for free! Before We Get Started What we need to do before we begin is to download the 960 Grid PSD and the [...]]]></description>
			<content:encoded><![CDATA[<h3>Final Result</h3>
<p>Take a look at the design we´ll be creating today, it´s a very clean and minimal iPhone application site. We have released the final .PSD file for everyone to download for free!</p>
<div class="tutorial_image"><a id="final_preview" href="http://becreativemagazine.com/wp-content/uploads/2009/12/final.jpg"><img src="http://becreativemagazine.com/wp-content/uploads/2009/12/final.jpg" alt="final" title="final" width="590" height="738" class="alignnone size-full wp-image-101" /></div>
<p></a></p>
<h3>Before We Get Started</h3>
<p>What we need to do before we begin is to download the <a href="http://960.gs/">960 Grid PSD</a> and the <a href="http://www.teehanlax.com/blog/?p=1628">iPhone GUI PSD 3.0</a>. If you haven´t seen the &#8216;iPhone GUI PSD 3.0&#8242; kit before, take a quick look at the image below.</p>
<div class="tutorial_image"><a href="http://becreativemagazine.com/wp-content/uploads/2009/12/kit.jpg"><img src="http://becreativemagazine.com/wp-content/uploads/2009/12/kit.jpg" alt="iPhone GUI PSD" title="iPhone GUI PSD" width="590" height="1142" class="alignnone size-full wp-image-104" /></div>
<p></a></p>
<h3>Step 1 &#8211; Getting Started</h3>
<p>Open up the &#8217;960 Grid System&#8217; in Photoshop and change the canvas size to 1200&#215;1500 pixels. Change the background color to #232323 and add some noise. Go to Filter >> Noise >> Add Noise (use the following settings):</p>
<p><center>
<div class="tutorial_image"><img src="http://becreativemagazine.com/wp-content/uploads/2009/12/1.jpg" alt="1" title="1" width="336" height="432" class="alignnone size-full wp-image-107" /></div>
<p></center></p>
<h3>Step 2 &#8211; Add the iPhone</h3>
<p>Now open up the &#8216;iPhone GUI PSD 3.0&#8242; and transfer the &#8216;Vertical iPhone&#8217; over to our document. Get rid of the images under the folder &#8220;Sample Screens&#8221; and add your own little background. </p>
<p>As you saw in the <a href="#final_preview">Final Result</a> I´ve created one myself and named our tutorial application &#8220;aura&#8221;. Make sure you place the iPhone something like I have done below. (194px down and 130px from the edge)</p>
<div class="tutorial_image"><img src="http://becreativemagazine.com/wp-content/uploads/2009/12/2.jpg" alt="2" title="2" width="590" height="359" class="alignnone size-full wp-image-108" /></div>
<p>Insert a nice logo and add the menu. Since this is only an application design we don´t really need an extensive menu, so we will just do a simple one. Place the logo, align it with the left side of the iPhone and put the menu level with the top of the logo and align it to the right like I show in the images below.</p>
<div class="tutorial_image"><img src="http://becreativemagazine.com/wp-content/uploads/2009/12/4.jpg" alt="4" title="4" width="590" height="130" class="alignnone size-full wp-image-110" /></div>
<div class="tutorial_image"><img src="http://becreativemagazine.com/wp-content/uploads/2009/12/3.jpg" alt="3" title="3" width="590" height="452" class="alignnone size-full wp-image-109" /></div>
<h3>Step 3 &#8211; Adding Content</h3>
<p>Now we will add some content to give the site the look and feel of an iPhone application site. I´ve added some text and some thumbnails to make the design more informative and creative. Use the settings for leading and letterspacing as the image below shows.</p>
<div class="tutorial_image"><img src="http://becreativemagazine.com/wp-content/uploads/2009/12/6.jpg" alt="6" title="6" width="590" height="304" class="alignnone size-full wp-image-111" /></div>
<div class="tutorial_image"><img src="http://becreativemagazine.com/wp-content/uploads/2009/12/5.jpg" alt="5" title="5" width="590" height="444" class="alignnone size-full wp-image-112" /></div>
<h3>Step 4 &#8211; Creating the Buttons</h3>
<p>To create the buttons we use the &#8220;Rounded Rectangle Tool&#8221; and create a nice big button to fit our text in. I´ve made my buttons in the sizes 222px wide and 74px high. To give it the nice gradient I´ve added to mine some really simple settings to use. For the gradient I have used a blue color to match the application screen background. Use these colors for the gradient: <b>#1461a9 to #86bef2</b>.</p>
<p>After applying the gradient and other settings you can add a nice shine effect by adding a white half circle with these settings: <b>&#8220;Soft light >> 15% opacity&#8221;</b> and erase the parts that should be there.</p>
<p><center>
<div class="tutorial_image"><img src="http://becreativemagazine.com/wp-content/uploads/2009/12/9.jpg" alt="9" title="9" width="228" height="82" class="alignnone size-full wp-image-113" /></div>
<p></center></p>
<div class="tutorial_image"><img src="http://becreativemagazine.com/wp-content/uploads/2009/12/8.jpg" alt="8" title="8" width="590" height="448" class="alignnone size-full wp-image-114" /></div>
<div class="tutorial_image"><img src="http://becreativemagazine.com/wp-content/uploads/2009/12/10.jpg" alt="10" title="10" width="590" height="451" class="alignnone size-full wp-image-115" /></div>
<div class="tutorial_image"><img src="http://becreativemagazine.com/wp-content/uploads/2009/12/11.jpg" alt="11" title="11" width="590" height="447" class="alignnone size-full wp-image-116" /></div>
<p>Here is my finished result. The green button uses the same settings as the blue. All you need to do is to use these colors for the gradient instead: <b>#7fb727 to #afdc74</b></p>
<p><center>
<div class="tutorial_image"><img src="http://becreativemagazine.com/wp-content/uploads/2009/12/7.jpg" alt="7" title="7" width="249" height="209" class="alignnone size-full wp-image-117" /></div>
<p></center></p>
<h3>Step 5 &#8211; Adding more content</h3>
<p>We need to fill the design with some more content, as for this moment it looks quite empty and boring. We need to give it more life and more information about the app itself. I´ve created two lists, one that shows the features and one that shows the requirements needed for the app to work.</p>
<div class="tutorial_image"><a href="http://becreativemagazine.com/wp-content/uploads/2009/12/12.jpg"><img src="http://becreativemagazine.com/wp-content/uploads/2009/12/12.jpg" alt="12" title="12" width="590" height="738" class="alignnone size-full wp-image-118" /></div>
<p></a></p>
<h3>Step 6 &#8211; Adding a footer</h3>
<p>All we have left is to create the footer and give the footer some information. For the footer I´ve created a 390px high background and added a big-border-like-line to give it more depth. For the gradient on the border I´ve used the colors <b>#313231 to #505150</b> which are a very subtle combination of darker colors. Now all you need to do is to fill it with some nice content</p>
<div class="tutorial_image"><a id="final_preview" href="http://becreativemagazine.com/wp-content/uploads/2009/12/final.jpg"><img src="http://becreativemagazine.com/wp-content/uploads/2009/12/final.jpg" alt="final" title="final" width="590" height="738" class="alignnone size-full wp-image-101" /></div>
<p></a></p>
<h3>Source Download</h3>
<p><a href="http://becreativemagazine.com/wp-content/uploads/2009/12/auratut.psd_.zip"><img class="img_no_border" src="http://becreativemagazine.com/wp-content/uploads/2009/12/sourcedownload.png" alt="sourcedownload" title="sourcedownload" width="590" height="150" class="alignnone size-full wp-image-119" /></a></p>
<div class="quote">We do not allow the item to be downloaded from another site or source than ours, please provide a link back to this post if featured on another site. This design is protected by the <a href="http://creativecommons.org/licenses/by-nc-sa/3.0/">Creative Commons Attribution-Noncommercial-Share Alike 3.0</a> so please read the terms of use.</div>
]]></content:encoded>
			<wfw:commentRss>http://becreativemagazine.com/2009/12/tutorial-how-to-design-an-iphone-application-site/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
