<?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; Tutorials</title>
	<atom:link href="http://becreativemagazine.com/category/tutorials/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>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>Weird Float/Height Problems and How To Solve Them!</title>
		<link>http://becreativemagazine.com/2010/02/weird-floatheight-problems-and-how-to-solve-them/</link>
		<comments>http://becreativemagazine.com/2010/02/weird-floatheight-problems-and-how-to-solve-them/#comments</comments>
		<pubDate>Sat, 20 Feb 2010 12:44:07 +0000</pubDate>
		<dc:creator>Seb Kay</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[css3]]></category>
		<category><![CDATA[floating problems]]></category>
		<category><![CDATA[height problems]]></category>
		<category><![CDATA[html]]></category>

		<guid isPermaLink="false">http://becreativemagazine.com/?p=654</guid>
		<description><![CDATA[Please Note: This has only been tested in FireFox because I work with FireFox the most. However I&#8217;ve had the same problem with Safari and Opera. I know this trick works, I&#8217;ve used it many times. I&#8217;d like to take this chance to explain to the younger-in-mind CSS coders out there, (It means your at [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Please Note: This has only been tested in FireFox because I work with FireFox the most. However I&#8217;ve had the same problem with Safari and Opera. I know this trick works, I&#8217;ve used it many times.</strong></p>
<p>I&#8217;d like to take this chance to explain to the <em>younger-in-mind</em> CSS coders out there, (It means your at the beginner/intermediate level), how to solve the strange no-height issue when floating child elements. I&#8217;ve seen this problem affect many advanced coders as well as the newbies, and this is it:</p>
<div class="big_quote">
<p>I set my Child Divs&#8217; to Float and now the Parent Div has lost it&#8217;s height&#8230;WTF?!</p>
</div>
<p>Or</p>
<div class="big_quote">
<p>I set my Child Divs&#8217; to Float and now the Parent Div&#8217;s height is only as high as the Child elements Paragraph tags&#8230;WTF?!</p>
</div>
<p>Yes, We&#8217;ve all been there. It&#8217;s a problem where the Parent element doesn&#8217;t recognise the Child elements, only the Child element&#8217;s Paragraph tags. Your code will look something like this:</p>
<h2>The Problem</h2>
<h3>(x)HTML</h3>
<pre class="brush: html">
&lt;div id=&quot;parent_element&quot;&gt;
	&lt;div class=&quot;child_element&quot;&gt;
		&lt;p&gt;Left&lt;/p&gt;
	&lt;/div&gt;
	&lt;div class=&quot;child_element2&quot;&gt;
		&lt;p&gt;Right&lt;/p&gt;
	&lt;/div&gt;
&lt;/div&gt;
</pre>
<h3>CSS</h3>
<pre class="brush: css">
#parent_element {
	width:600px;
	padding:20px;
	border:1px solid #ccc;
	background:#e6e6e6;
}
.child_element {
	width:260px;
	height:50px;
	float:left;
	background:#666;
}
.child_element2 {
	width:260px;
	height:50px;
	float:right;
	background:#666;
}
</pre>
<h3>The Result:</h3>
<p><img src="http://becreativemagazine.com/wp-content/uploads/2010/02/img_1.jpg" alt="Not Displaying Correctly" title="Not Displaying Correctly" width="590" height="123" class="alignnone size-full wp-image-665" /><br />
Not Pretty, Is It?</p>
<h2>Solving The Problem With Display:Inline-Block;</h2>
<p>We only need to add one thing. Take a look, I think I&#8217;ve made it pretty obvious <img src='http://becreativemagazine.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  :</p>
<h3>CSS</h3>
<pre class="brush: css">
#parent_element {
	width:600px;
	padding:20px;
    /***Right Here***/ display:inline-block; /***That&#039;s Right!***/
	border:1px solid #ccc;
	background:#e6e6e6;
}
</pre>
<h3>The Magic At Work:</h3>
<p><img src="http://becreativemagazine.com/wp-content/uploads/2010/02/img_2.jpg" alt="Displaying Properly With Display Inline-Block" title="Displaying Properly With Display Inline-Block" width="590" height="123" class="alignnone size-full wp-image-659" /></p>
<h2>Final Thoughts &amp; Wise Words</h2>
<p>All I can say is that it works perfectly. However you can&#8217;t center the Div using <code>margin:0px auto;</code> so just add another wrapper. I also realize that there are other ways to fix this issue. However this one works best for me because I&#8217;m used to using it. If you enjoyed this or think I&#8217;ve failed epically, leave a comment below!</p>
]]></content:encoded>
			<wfw:commentRss>http://becreativemagazine.com/2010/02/weird-floatheight-problems-and-how-to-solve-them/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Tutorial &#8211; How to Install &amp; Use The Syntax Highlighter Website Plugin</title>
		<link>http://becreativemagazine.com/2010/02/how-to-install-use-the-syntax-highlighter-website-plugin/</link>
		<comments>http://becreativemagazine.com/2010/02/how-to-install-use-the-syntax-highlighter-website-plugin/#comments</comments>
		<pubDate>Tue, 16 Feb 2010 19:13:27 +0000</pubDate>
		<dc:creator>Seb Kay</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[css3]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[html5]]></category>
		<category><![CDATA[syntax]]></category>
		<category><![CDATA[syntax highlighter plugin]]></category>

		<guid isPermaLink="false">http://becreativemagazine.com/?p=615</guid>
		<description><![CDATA[Syntax Highlighter? If you are a web developer and have never seen a Syntax Highlighting plugin before then here are the basics: They&#8217;re mainly used for highlighting syntax, (showing the code), that would otherwise be interpreted by the browser as normal code. In short it stops the browser from outputting the code. Most Syntax Highlighters [...]]]></description>
			<content:encoded><![CDATA[<h2>Syntax Highlighter?</h2>
<p>If you are a web developer and have never seen a Syntax Highlighting plugin before then here are the basics:</p>
<ul>
<li>They&#8217;re mainly used for highlighting syntax, (showing the code), that would otherwise be interpreted by the browser as normal code. In short it stops the browser from outputting the code.</li>
<li>Most Syntax Highlighters can output many different languages such as <code>(x)HTML, CSS, PHP, javaScript</code> etc&#8230;</li>
</ul>
<p>So lets take a look at the best Highlighter I personally know of: <a href="http://alexgorbatchev.com/wiki/SyntaxHighlighter">SyntaxHighlighter by Alex Gorbatchev</a>. Yes i know that page with the bright yellow looks very intimidating right now but not to worry that&#8217;s why I&#8217;m here <img src='http://becreativemagazine.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<h2>Step #1: Downloading The Source Files</h2>
<p>So lets go over and <a href="http://alexgorbatchev.com/wiki/SyntaxHighlighter:Download">download the source files that we need</a> to get the highlighting working.</p>
<p>You should have this:<br />
<img src="http://becreativemagazine.com/wp-content/uploads/2010/02/step1.jpg" alt="Syntax Highlighter - Step #1" title="Syntax Highlighter - Step #1" width="590" height="472" class="alignnone size-full wp-image-618" /></p>
<h2>Step #2: Creating Our HTML File</h2>
<p>Now we need to make a HTML page to test our new toy, (yes I am still talking about the Highlighter <img src='http://becreativemagazine.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  ).<br />
So set up a page with the following values and Divs etc&#8230;</p>
<pre class="brush: html">
&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Transitional//EN&quot;
	&quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&quot;&gt;
&lt;html&gt;
&lt;head&gt;
	&lt;title&gt;The SyntaxHighlighter Tutorial Files - By KayRoseDesign&lt;/title&gt;
&lt;/head&gt;
&lt;body&gt;
	&lt;div id=&quot;wrap&quot;&gt;
		&lt;div id=&quot;container&quot;&gt;
			&lt;h2&gt;Everybody Was &#039;Syntax Highlighting&#039;!&lt;/h2&gt;
		&lt;/div&gt;
	&lt;/div&gt;
&lt;/body&gt;
&lt;/html&gt;
</pre>
<p>Just a pretty basic html page.</p>
<h2>Step #3: Setting Up All Of The Files</h2>
<p>It&#8217;s time to get everything in place so that we can link to them the next step; your folder should look as follows:<br />
<img src="http://becreativemagazine.com/wp-content/uploads/2010/02/step2.jpg" alt="Syntax Highlighter - Step #2" title="Syntax Highlighter - Step #2" width="590" height="472" class="alignnone size-full wp-image-619" /></p>
<p>So we need to add the files named <code>shBrushXml.js</code> and <code>shCore.js</code> into our JS folder. The we need to add the <code>shCore.css</code> and <code>shThemeDefault.css</code> in our CSS folder.</p>
<h3>Linking To The Files</h3>
<p>In the header section below the <code>title</code> tag, add the following links:</p>
<pre class="brush: html">
&lt;script type=&quot;text/javascript&quot; src=&quot;js/shCore.js&quot;&gt;&lt;/script&gt;
&lt;!-- At least one brush, here we choose XML. You need to include a brush for every language you want to highlight --&gt;
&lt;script type=&quot;text/javascript&quot; src=&quot;js/shBrushXml.js&quot;&gt;&lt;/script&gt;

&lt;!-- Include *at least* the core style and default theme --&gt;
&lt;link href=&quot;css/shCore.css&quot; rel=&quot;stylesheet&quot; type=&quot;text/css&quot; /&gt;
&lt;link href=&quot;css/shThemeDefault.css&quot; rel=&quot;stylesheet&quot; type=&quot;text/css&quot; /&gt;
</pre>
<p>As you can see each part has been described very well be Alex Gorbatchev.</p>
<h2>Step #4: Adding Some JavaScript</h2>
<p>Now we&#8217;re onto the last step, yay!<br />
So we only need to add one more piece of javaScript, and here it is:</p>
<pre class="brush: javascript">
&lt;script type=&quot;text/javascript&quot;&gt;
	SyntaxHighlighter.all()
&lt;/script&gt;
</pre>
<p>Just put it below the links to our javaScript file and Voila!</p>
<h3>Outputting Some HTML!</h3>
<p>Lets show our code shall we?<br />
Well all we need to do is out in some <code>pre</code> tags, like so:</p>
<pre class="brush: html">
&lt;pre class=&quot;brush: xhtml&quot;&gt;
&lt;h2&gt;Hello, World!&lt;/h2&gt;
	&lt;p&gt;
		Paragraph Tags!
	&lt;/p&gt;
	&lt;p&gt;
		&lt;strong&gt;Strong Tags within Paragraph Tags!&lt;/strong&gt;
	&lt;/p&gt;
&lt;/pre&gt;
</pre>
<p>And the output will looks like so:<br />
<img src="http://becreativemagazine.com/wp-content/uploads/2010/02/step4.jpg" alt="Syntax Highlighter - Step #4" title="Syntax Highlighter - Step #4" width="590" height="232" class="alignnone size-full wp-image-620" /></p>
<p>I hope you enjoyed this quick tutorial. If you did then leave a comment telling me why you liked or telling what I did wrong! <img src='http://becreativemagazine.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://becreativemagazine.com/2010/02/how-to-install-use-the-syntax-highlighter-website-plugin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Screencast &#8211; How To Create An &#8216;Easy Gallery&#8217; jQuery Plugin</title>
		<link>http://becreativemagazine.com/2010/02/tutorial-how-to-create-an-easy-gallery-jquery-plugin/</link>
		<comments>http://becreativemagazine.com/2010/02/tutorial-how-to-create-an-easy-gallery-jquery-plugin/#comments</comments>
		<pubDate>Sat, 13 Feb 2010 15:43:56 +0000</pubDate>
		<dc:creator>Drew Douglass</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Screencasts]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Videos]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[jquery plugin]]></category>
		<category><![CDATA[jquery plugin tutorial]]></category>
		<category><![CDATA[jquery tutorial]]></category>
		<category><![CDATA[screencast]]></category>
		<category><![CDATA[video tutorial]]></category>

		<guid isPermaLink="false">http://becreativemagazine.com/?p=626</guid>
		<description><![CDATA[Video Tutorial: Final Code /** * Easy Gallery jQuery Plugin * Author: Drew Douglass * Version: 0.1 * * */ (function($){ $.fn.easyGallery = function(settings) { //setup some options var opts = $.extend({}, $.fn.easyGallery.defaults,settings); return this.each(function(setting){ var options = $.extend({}, opts, $(this).data()); $(this).hover(function(){ $(this).siblings().stop().animate({ opacity: options.opacity },options.duration); }, function(){ $(this).siblings().stop().animate({ opacity: options.originalOpacity },options.duration); }); }); } [...]]]></description>
			<content:encoded><![CDATA[<h2>Video Tutorial:</h2>
<p><embed src="http://blip.tv/play/AYHD6B8C" type="application/x-shockwave-flash" width="590" height="406" allowscriptaccess="always" allowfullscreen="true"></embed></p>
<h2>Final Code</h2>
<pre>
<pre class="brush: javascript">
/**
  * Easy Gallery jQuery Plugin
  * Author: Drew Douglass
  * Version: 0.1
  *
  *
  */
(function($){
  	$.fn.easyGallery = function(settings) {

  		//setup some options
  		var opts = $.extend({}, $.fn.easyGallery.defaults,settings);
  		return this.each(function(setting){
  			var options = $.extend({}, opts, $(this).data());
  			$(this).hover(function(){
  				$(this).siblings().stop().animate({
  					opacity: options.opacity
  				},options.duration);
  			}, function(){
  				$(this).siblings().stop().animate({
  					opacity: options.originalOpacity
  				},options.duration);
  			});
  		});

  	}
  	$.fn.easyGallery.defaults = {
  		duration: 500,
  		opacity: 0.5,
  		originalOpacity: 1
  	}
})(jQuery);
</pre>
</pre>
<h2>Helpful Resources</h2>
<ul>
<li><a href="http://www.learningjquery.com/2007/10/a-plugin-development-pattern" title="A Plugin Dev Pattern">A Plugin Development Pattern &#8211; Learning jQuery</a></li>
<li><a href="http://github.com/DrewDouglass/Easy-Gallery-Focus-" title="Easy Gallery Focus Plugin Files">Plugin Files/Github Repo</a></li>
</ul>
<p>Thank to Jarel Remick for providing the <a href="http://picasaweb.google.com/EnvatoMarketplaceAssets" title="">free demo images</a>.</p>
<p><center>
<p><a href="http://tutsplus.com/amember/go.php?r=5482&#038;i=b46"><img src="http://miscfiles.s3.amazonaws.com/banners/nettuts_468x60.jpg" border=0 alt="Net Premium: web dev education from the professionals." width=468 height=60></a></p>
<p></center></p>
]]></content:encoded>
			<wfw:commentRss>http://becreativemagazine.com/2010/02/tutorial-how-to-create-an-easy-gallery-jquery-plugin/feed/</wfw:commentRss>
		<slash:comments>5</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 II</title>
		<link>http://becreativemagazine.com/2010/01/tutorial-designing-and-coding-your-very-first-site-part-ii/</link>
		<comments>http://becreativemagazine.com/2010/01/tutorial-designing-and-coding-your-very-first-site-part-ii/#comments</comments>
		<pubDate>Fri, 08 Jan 2010 16:20:30 +0000</pubDate>
		<dc:creator>Daniel Roeven</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[web development]]></category>

		<guid isPermaLink="false">http://becreativemagazine.com/?p=412</guid>
		<description><![CDATA[Remember a while ago when we designed a site in Fireworks and Photoshop? Well today we&#8217;re going to continue on and code that design, so if your new to coding then this is the tutorial for you. There are many more things to learn in web development but this is a great place to start. [...]]]></description>
			<content:encoded><![CDATA[<p>Remember a while ago when we designed a site in Fireworks and Photoshop? Well today we&#8217;re going to continue on and code that design, so if your new to coding then this is the tutorial for you. There are many more things to learn in web development but this is a great place to start.</p>
<h3>Final Result</h3>
<p>You can see a live preview <a href="http://daniel.roeven.com/coding_tutorial/" title="A live preview of the site we'll be making">here</a>.</p>
<h3>Before We Begin</h3>
<p>
We need to create the folder we&#8217;ll be working in. I&#8217;ve called it &#8220;coding tutorial&#8221; but that doesn&#8217;t matter, really. In that folder, create the sub-folders &#8220;img&#8221; and &#8220;css&#8221;.
</p>
<h3>Step 1</h3>
<p>
Let&#8217;s start by opening the file we created in the last tutorial. If you lost it, you can <a href="http://becreativemagazine.com/wp-content/uploads/2009/12/source.psd_.zip">download it again</a>.<br />
Now, we&#8217;ll need to get the background images and such from the file we created last time. This technique is called slicing. There are many ways of slicing a PSD file, but I&#8217;ll use the simplest way for this tutorial. We&#8217;ll grab one image for the header and feature area, and one image for the projects bar. We can set the other background colors with CSS. </p>
<p>We&#8217;ll also need the generic thumb icon for the project images. First, disable all the text layers by clicking on the eye icon next to the <em>&#8220;Text&#8221;</em> folder. Now take the single column marquee tool and make a long vertical selection. Exclude the body, projects bar and footer from the selection by clicking on their layers while pressing ctrl-alt.</p>
<p>You should now have a long selection of the header and feature area. Crop (Image > Crop) and Save for Web &#038; Devices (File > Save for Web &#038; Devices). This strips all the excess information from the image, like date and camera info. As we need our website to load as fast as possible we make the images as small a possible. Save as a PNG-24 in the folder called <em>&#8220;img&#8221;</em>. Call it <em>&#8220;bg.png&#8221;</em>.
</p>
<p><img src="http://becreativemagazine.com/wp-content/uploads/2010/01/1.jpg" alt="Step 1" title="Step 1" width="590" height="500" class="alignnone size-full wp-image-419" /></p>
<h3>Step 2</h3>
<p>Ctrl-Z, (undo), a few times until you have the original file again. Now take a piece of the projects bar. Make a long vertical selection and exclude everything except the projects bar. Crop and Save for Web and call it <em>&#8220;projectsbg.png&#8221;</em>.</p>
<h3>Step 3</h3>
<p>We still need the generic thumbnail. Ctrl-click the thumbnails layer, Crop and Save for Web as <em>&#8220;genericthumb.png&#8221;</em>. That&#8217;s it, we&#8217;re done in Photoshop! Don&#8217;t close it yet though, because we still wan&#8217;t to copy and paste the text &#8211; it saves a lot of time later on.</p>
<h3>Step 4: Code Editor</h3>
<h4>Mac</h4>
<p>Open up your favorite code editor. I&#8217;ll be using <a href="http://www.panic.com/coda" title="Coda from Panic Software">Coda from Panic Software</a>. Another good alternative for Mac is <a href="http://www.macromates.com/" title="Textmate from Macromates">Textmate from Macromates</a>.</p>
<h4>Windows</h4>
<p><a href="http://intype.info">Intype</a> is a great little editor for the windows users out there, with bundles etc&#8230;</p>
<h4>Other</h4>
<p><a href="http://www.adobe.com/products/dreamweaver/" title="Dreamweaver from Adobe">Dreamweaver from Adobe</a> is a well-known cross-platform code editor. </p>
<p>Pick whatever works for you. First, we&#8217;re going to do the markup, (html). It&#8217;s a good practice to do the markup first, and then the styling. Right, lets create <em>&#8220;index.html&#8221;</em>. Once you&#8217;ve done that, we&#8217;ll be making the basic structure of an HTML file. We need to declare the Doctype and encoding first. It&#8217;s a line of code that tells your browser what type of HTML we&#8217;re using. It looks like this:</p>
<pre class="brush: html">
&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Strict//EN&quot; &quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd&quot;&gt;
</pre>
<p>
Next, we need to add the <strong>html, head and body</strong> tags. Also we&#8217;ll need to link to a stylesheet. We don&#8217;t have one yet, but we&#8217;ll be creating one soon. Your HTML file should look like this after you&#8217;ve added the neccesary tags:
</p>
<pre class="brush: html">
&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Strict//EN&quot; &quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd&quot;&gt;
&lt;html&gt;
&lt;head&gt;

&lt;/head&gt;
&lt;body&gt;

&lt;/body&gt;
&lt;/html&gt;
</pre>
<h3>Step 5</h3>
<p>I recommend saving this structure for future use. Everytime I create a new website, I use the structure from a previous site. This saves a lot of time.</p>
<p>Let&#8217;s add the page title. Type &#8220;John Doe&#8217;s Website&#8221; between the <strong>title</strong> tags, like this:</p>
<pre class="brush: html">
&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Strict//EN&quot; &quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd&quot;&gt;
&lt;html&gt;
&lt;head&gt;

&lt;title&gt;John Doe&#039;s Website&lt;/title&gt;

&lt;/head&gt;
&lt;body&gt;

&lt;/body&gt;
&lt;/html&gt;
</pre>
<h3>Step 6</h3>
<p>Before we can start coding the content, we have to have a vague idea of our layout. Usually you can do this in your head, but for the sake of explanation, I created an image.</p>
<p><img src="http://becreativemagazine.com/wp-content/uploads/2010/01/2.jpg" alt="Step 6" title="Step 6" width="590" height="656" class="alignnone size-full wp-image-422" /></p>
<h3>Step 7</h3>
<p>Finally, we can start with the content! We&#8217;re going to add a <em>&#8220;container&#8221;</em> div first. Why? Well, a container div is a box around all of the other content. This makes it easy to center the site in the browser and position the elements.</p>
<p>If you don&#8217;t understand just yet, just follow along, you will later. So, add a div with an id of <em>&#8220;container&#8221;</em>. Inside that div, create a div with the id of <em>&#8220;header&#8221;</em>, one with the id of <em>&#8220;feature&#8221;</em>, one with the id of <em>&#8220;body&#8221;</em>, <em>&#8220;projects&#8221;</em> and finally the <em>&#8220;footer&#8221;</em>. Your markup should look like this:</p>
<pre class="brush: html">
&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Strict//EN&quot; &quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd&quot;&gt;
&lt;html&gt;
&lt;head&gt;

&lt;title&gt;John Doe&#039;s Website&lt;/title&gt;

&lt;/head&gt;
&lt;body&gt;

&lt;div id=&quot;container&quot;&gt;

	&lt;div id=&quot;header&quot;&gt;
	&lt;/div&gt;

	&lt;div id=&quot;feature&quot;&gt;
	&lt;/div&gt;

	&lt;div id=&quot;body&quot;&gt;
	&lt;/div&gt;

	&lt;div id=&quot;projects&quot;&gt;
	&lt;/div&gt;

	&lt;div id=&quot;footer&quot;&gt;
	&lt;/div&gt;

&lt;/div&gt;

&lt;/body&gt;
&lt;/html&gt;
</pre>
<h3>Step 8</h3>
<p>Right! Let&#8217;s add the text <em>&#8220;logo&#8221;</em> in the <em>&#8220;header&#8221;</em> div. Make it an <strong>&#8220;H1&#8243;</strong> tag, as it&#8217;s the most important text on the entire page.<br />
Now make an unordered list for the navigation: </p>
<pre class="brush: html">
&lt;div id=&quot;header&quot;&gt;
	&lt;h1&gt;Logo&lt;/h1&gt;

	&lt;ul&gt;
		&lt;li&gt;&lt;a href=&quot;#&quot; title=&quot;&quot;&gt;home&lt;/a&gt;&lt;/li&gt;
		&lt;li&gt;&lt;a href=&quot;#&quot; title=&quot;&quot;&gt;about&lt;/a&gt;&lt;/li&gt;
		&lt;li&gt;&lt;a href=&quot;#&quot; title=&quot;&quot;&gt;blog&lt;/a&gt;&lt;/li&gt;
		&lt;li&gt;&lt;a href=&quot;#&quot; title=&quot;&quot;&gt;contact&lt;/a&gt;&lt;/li&gt;
	&lt;/ul&gt;
&lt;/div&gt;
</pre>
<p>Does the above dazzle you? If so, let me explain: an Un-Ordered list, (ul), defines the start and the end of an Un-Ordered list, a List Item, (li), defines the start and the end of an entry in the list, an Anchor, (a), makes the text a link, and the href and title attributes link to a webpage and define the link description, respectively. </p>
<p>The href links to <em>&#8220;#&#8221;</em>, and that&#8217;s a placeholder for now. <em>&#8220;#&#8221;</em> simply links to the top of the page. Take a look what we&#8217;ve made in a browser. Just double-click your HTML file!</p>
<h3>Step 9</h3>
<p>Onto the feature, add &#8220;Hey there, I&#8217;m John Doe&#8221; in the feature div, wrapped in <strong>h2</strong> tags. Also copy and paste the &#8220;lorem ipsum&#8221;, wrapped in <strong>h3</strong> tags.</p>
<pre class="brush: html">
&lt;div id=&quot;feature&quot;&gt;
	&lt;h2&gt;hey There, I&#039;m John Doe&lt;/h2&gt;
	&lt;h3&gt;Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus condimentum ullamcorper elit vestibulum luctus. Curabitur.&lt;/h3&gt;
&lt;/div&gt;
</pre>
<h3>Step 10</h3>
<p>Now it&#8217;s time to add a <em>&#8220;Let me introduce myself&#8221;</em> in <strong>h4</strong> tags. We&#8217;ll need to make some new divs as we have two columns. We are now working on this part:</p>
<p>So, add this in the &#8216;body&#8217; div:</p>
<pre class="brush: html">
&lt;div id=&quot;body&quot;&gt;
	&lt;div id=&quot;column1&quot;&gt;

	&lt;/div&gt;

	&lt;div id=&quot;column2&quot;&gt;

	&lt;/div&gt;
&lt;/div&gt;
</pre>
<p>In the first column, add</p>
<pre class="brush: html">
&lt;h4&gt;Project 1&lt;/h4&gt;
&lt;p&gt;
Lorem ipsum dolor sit amet, consectetur adipiscing elit.&lt;br /&gt;
Cras ut diam vitae lectus rhoncus consectetur sit amet in lectus.&lt;br /&gt;
Donec non tortor a lectus molestie ullamcorper.&lt;br /&gt;
Nam imperdiet ullamcorper mi, in gravida elit accumsan.&lt;br /&gt;
&lt;/p&gt;

&lt;h4&gt;Project 2&lt;/h4&gt;
&lt;p&gt;
Lorem ipsum dolor sit amet, consectetur adipiscing elit.&lt;br /&gt;
Cras ut diam vitae lectus rhoncus consectetur sit amet in lectus.&lt;br /&gt;
Donec non tortor a lectus molestie ullamcorper.&lt;br /&gt;
Nam imperdiet ullamcorper mi, in gravida elit accumsan.&lt;br /&gt;
&lt;/p&gt;
</pre>
<p>
Explanation: Paragraph tags, (p), sets the start and the end of a paragraph, the Break tag, (br), is basically a line break. Pressing &#8220;enter&#8221; won&#8217;t work in HTML, because it doesn&#8217;t interpret any other whitespace besides one space. We&#8217;ve added these purely for learning purposes, if you don&#8217;t specify any Break tags the text will automatically go to a new line when it reaches the maximum width for the Div it&#8217;s in, (you&#8217;ll understand once we get to the CSS coding later on).</p>
<p>Add the same text in column two and replace &#8220;Project 1&#8243; with &#8220;Project 3&#8243; and &#8220;Projects 2&#8243; with &#8220;Project 4&#8243;.
</p>
<h3>Step 11</h3>
<p>Next we&#8217;re going to work on the projects section, In the div <em>&#8220;projects&#8221;</em> add:</p>
<pre class="brush: html">
&lt;h2&gt;Projects:&lt;/h2&gt;

&lt;a href=&quot;#&quot; title=&quot;Project 1&quot;&gt;&lt;img src=&quot;img/genericthumb.png&quot; alt=&quot;Project 1&quot; /&gt;&lt;/a&gt;
&lt;a href=&quot;#&quot; title=&quot;Project 2&quot;&gt;&lt;img src=&quot;img/genericthumb.png&quot; alt=&quot;Project 2&quot; /&gt;&lt;/a&gt;
&lt;a href=&quot;#&quot; title=&quot;Project 3&quot;&gt;&lt;img src=&quot;img/genericthumb.png&quot; alt=&quot;Project 3&quot; /&gt;&lt;/a&gt;
&lt;a href=&quot;#&quot; title=&quot;Project 4&quot;&gt;&lt;img src=&quot;img/genericthumb.png&quot; alt=&quot;Project 4&quot; /&gt;&lt;/a&gt;
</pre>
<p><center><img src="http://becreativemagazine.com/wp-content/uploads/2010/01/ProjectsNoCSS.png" alt="ProjectsNoCSS" title="ProjectsNoCSS" width="454" height="132" class="alignnone size-full wp-image-424" /></center></p>
<h3>Step 12</h3>
<p>The last part of the markup! In the &#8220;footer&#8221; add, in an Un-Ordered List, (ul, li), links for home, about, blog, contact, twitter and support. Try to figure it out yourself, you should have the knowledge by now. If not, here&#8217;s how it should look like:</p>
<pre class="brush: html">
&lt;ul&gt;
	&lt;li&gt;&lt;a href=&quot;#&quot;&gt;home&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;#&quot;&gt;about&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;#&quot;&gt;blog&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;#&quot;&gt;contact&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;#&quot;&gt;twitter&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;#&quot;&gt;support&lt;/li&gt;
&lt;/ul&gt;
</pre>
<p>
And that&#8217;s it for the markup! Here&#8217;s how our HTML file should look like so far and a screenshot of our file in a browser.
</p>
<pre class="brush: html">
&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Strict//EN&quot; &quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd&quot;&gt;
&lt;html&gt;
&lt;head&gt;
&lt;title&gt;John Doe&#039;s Site&lt;/title&gt;
&lt;link rel=&quot;stylesheet&quot; href=&quot;css/style.css&quot; type=&quot;text/css&quot; &gt;&lt;/link&gt;
&lt;/head&gt;
&lt;body&gt;
&lt;div id=&quot;container&quot;&gt;

	&lt;div id=&quot;header&quot;&gt;
		&lt;h1&gt;Logo&lt;/h1&gt;
		&lt;ul&gt;
			&lt;li&gt;&lt;a href=&quot;#&quot;&gt;home&lt;/a&gt;&lt;/li&gt;
			&lt;li&gt;&lt;a href=&quot;#&quot;&gt;about&lt;/a&gt;&lt;/li&gt;
			&lt;li&gt;&lt;a href=&quot;#&quot;&gt;blog&lt;/a&gt;&lt;/li&gt;
			&lt;li&gt;&lt;a href=&quot;#&quot;&gt;contact&lt;/a&gt;&lt;/li&gt;
		&lt;/ul&gt;
	&lt;/div&gt;

	&lt;div id=&quot;feature&quot;&gt;
		&lt;h2&gt;Hey there, I&#039;m John Doe.&lt;/h2&gt;
		&lt;h3&gt;Lorem ipsum dolor sit amet, consectetur adipiscing elit.&lt;br/&gt;
			Cras ut diam vitae lectus rhoncus consectetur sit amet in lectus.&lt;br/&gt;
			Donec non tortor a lectus moletie ullamcorper.&lt;br/&gt;
			Nam inperdiet mi.&lt;br/&gt;
		&lt;/h3&gt;
	&lt;/div&gt;

	&lt;div id=&quot;body&quot;&gt;
		&lt;h4&gt;Let me introduce myself!&lt;/h4&gt;
		&lt;div id=&quot;column1&quot;&gt;
			&lt;h4&gt;Project 1&lt;/h4&gt;
			&lt;p&gt;
			Lorem ipsum dolor sit amet, consectetur adipiscing elit.&lt;br/&gt;
			Cras ut diam vitae lectus rhoncus consectetur sit amet in lectus.&lt;br/&gt;
			Donec non tortor a lectus molestie ullamcorper.&lt;br/&gt;
			Nam imperdiet ullamcorper mi, in gravida elit accumsan.&lt;br/&gt;

			&lt;h4&gt;Project 2&lt;/h4&gt;
			&lt;p&gt;
			Lorem ipsum dolor sit amet, consectetur adipiscing elit.&lt;br/&gt;
			Cras ut diam vitae lectus rhoncus consectetur sit amet in lectus.&lt;br/&gt;
			Donec non tortor a lectus molestie ullamcorper.&lt;br/&gt;
			Nam imperdiet ullamcorper mi, in gravida elit accumsan.&lt;br/&gt;
			&lt;/p&gt;
		&lt;/div&gt;

		&lt;div id=&quot;column1&quot;&gt;
			&lt;h4&gt;Project 3&lt;/h4&gt;
			&lt;p&gt;
			Lorem ipsum dolor sit amet, consectetur adipiscing elit.&lt;br/&gt;
			Cras ut diam vitae lectus rhoncus consectetur sit amet in lectus.&lt;br/&gt;
			Donec non tortor a lectus molestie ullamcorper.&lt;br/&gt;
			Nam imperdiet ullamcorper mi, in gravida elit accumsan.&lt;br/&gt;

			&lt;h4&gt;Project 4&lt;/h4&gt;
			&lt;p&gt;
			Lorem ipsum dolor sit amet, consectetur adipiscing elit.&lt;br/&gt;
			Cras ut diam vitae lectus rhoncus consectetur sit amet in lectus.&lt;br/&gt;
			Donec non tortor a lectus molestie ullamcorper.&lt;br/&gt;
			Nam imperdiet ullamcorper mi, in gravida elit accumsan.&lt;br/&gt;
			&lt;/p&gt;
		&lt;/div&gt;
	&lt;/div&gt;

	&lt;div id=&quot;projects&quot;&gt;

		&lt;h2&gt;Projects:&lt;/h2&gt;
		&lt;a href=&quot;#&quot; title=&quot;Project 1&quot;&gt;&lt;img src=&quot;img/genericthumb.png&quot; alt=&quot;Project 1&quot;/&gt;&lt;/a&gt;
		&lt;a href=&quot;#&quot; title=&quot;Project 2&quot;&gt;&lt;img src=&quot;img/genericthumb.png&quot; alt=&quot;Project 2&quot;/&gt;&lt;/a&gt;
		&lt;a href=&quot;#&quot; title=&quot;Project 3&quot;&gt;&lt;img src=&quot;img/genericthumb.png&quot; alt=&quot;Project 3&quot;/&gt;&lt;/a&gt;
		&lt;a href=&quot;#&quot; title=&quot;Project 4&quot;&gt;&lt;img src=&quot;img/genericthumb.png&quot; alt=&quot;Project 4&quot;/&gt;&lt;/a&gt;
	&lt;/div&gt;

	&lt;div id=&quot;footer&quot;&gt;
		&lt;ul&gt;
			&lt;li&gt;&lt;a href=&quot;#&quot;&gt;home&lt;/a&gt;&lt;/li&gt;
			&lt;li&gt;&lt;a href=&quot;#&quot;&gt;about&lt;/a&gt;&lt;/li&gt;
			&lt;li&gt;&lt;a href=&quot;#&quot;&gt;blog&lt;/a&gt;&lt;/li&gt;
			&lt;li&gt;&lt;a href=&quot;#&quot;&gt;contact&lt;/a&gt;&lt;/li&gt;
			&lt;li&gt;&lt;a href=&quot;#&quot;&gt;twitter&lt;/a&gt;&lt;/li&gt;
			&lt;li&gt;&lt;a href=&quot;#&quot;&gt;support&lt;/a&gt;&lt;/li&gt;
		&lt;/ul&gt;
	&lt;/div&gt;

&lt;/div&gt;

&lt;/body&gt;
&lt;/html&gt;
</pre>
<p><center><img src="http://becreativemagazine.com/wp-content/uploads/2010/01/31.jpg" alt="Step 12" title="Step 12" width="590" height="339" class="alignnone size-full wp-image-425" /></center></p>
<h3>Step 13</h3>
<p>Ooh, exciting! We can start doing the css! This is going to be fun, I promise. So, let&#8217;s start by making a new file called style.css, and place it in the <em>&#8220;css&#8221;</em> folder. I like to start my css files by making a structure. I make three different categories with comments:<em> &#8220;General&#8221;, &#8220;Typography&#8221;</em> and <em>&#8220;Style&#8221;</em>. Then I make some sub-categories: <em>&#8220;Header&#8221;, &#8220;Feature&#8221;, &#8220;Body&#8221;, &#8220;Projects&#8221;</em> and <em>&#8220;Footer&#8221;</em>. It looks like this:</p>
<pre class="brush: css">
/*--- General ---*/

/*--- Typography ---*/

/*--- Style ---*/

/* Header */

/* Feature */

/* Body */

/* Projects */

/* Footer */
</pre>
<p>As you can see the different sections are the same as the id&#8217;s of the divs in the html.</p>
<h3>Step 14</h3>
<p>Before we get all too deep in the CSS, I&#8217;ll tell you how it works.</p>
<h4>The story of the box model</h4>
<p>All elements in HTML can be considered boxes. They can contain an image, or some text, or even nothing!<br />
We can give these boxes a color with css, but we can position them too, also using css. We use margin and padding to position them, see the image below for reference.
</p>
<p><img src="http://becreativemagazine.com/wp-content/uploads/2010/01/4.jpg" alt="Box Model" title="Box Model" width="590" height="350" class="alignnone size-full wp-image-426" /></p>
<h3>Step 15</h3>
<p>Alright, we need to get rid of the default margins and paddings the browser assigns to the elements, (in most browsers there is default styling already in place, that&#8217;s sort of why people complain so much about IE6, because it doesn&#8217;t have very good pre-set default margins, among other things). </p>
<p>To do this we add this little line:</p>
<pre class="brush: html">
body, div, h1, h2, h3, h4, h5, h6, p, ul, img {margin:0px; padding:0px;}
</pre>
<p>As you can see, it sets all the margins and all the paddings of the body, div, img and text values etc. to zero. This eliminates nasty surprises for later on from other browsers such as IE and Opera.</p>
<h3>Step 16</h3>
<p>Let&#8217;s give the site a background color and such. To do this, we&#8217;ll modify the body &#8211; not the div called &#8220;body&#8221;, but the body of the HTML file. We&#8217;re going to give it a background-color of #142a5b, a background-image that repeats horizontally, and we&#8217;re going to set a base font size to work with.</p>
<pre class="brush: css">
body {
	background-image: url(../img/bg.png);
	background-repeat: repeat-x;
	background-color: #142a5b;
	font-size: 62.5%;
}
</pre>
<p>Look at it in the browser, you&#8217;ll see we have a fancy background!</p>
<h3>Step 17</h3>
<p>We&#8217;re going to set the width of the <em>&#8220;container&#8221;</em> div. As you can measure in Photoshop, the width should be 900 pixels. We&#8217;ll also need to center it. This can be tricky, but once you know how to do it it&#8217;s really easy. We&#8217;re going to add a margin to both sides of the container, and force them to be exactly the same size &#8211; <em>because</em> they&#8217;re both the same size, the container will be positioned in the center.</p>
<pre class="brush: css">
#container {
	margin: 0 auto;
	width: 900px;
}
</pre>
<h3>Step 18</h3>
<p>Do a browser check, and you&#8217;ll see that our layout is centered! And that&#8217;s it for the <em>&#8220;General&#8221;</em> category. Now, the typography. We&#8217;ve already defined the base font size: 62,5%. This makes 1em equal to 10px (em is the font value we&#8217;ll be working with &#8211; it&#8217;s bad habit to use pixels as a font size). Examine the fonts in Photoshop, we&#8217;ll discover that <strong>H1</strong> is the color #c8d7dc, at a size of 40px, it&#8217;s bold, and of course the font is Arial. Also it&#8217;s about 20px down from the top. Translated to CSS this is:</p>
<pre class="brush: css">
h1 {
	color: #c8d7dc;
	font-family: Arial, helvetica, sans-serif;
	font-size: 4em;
	font-weight: bold;
	padding-top: 20px;
}
</pre>
<div class="quote">
<strong>Editors Note:</strong> As you can see, each value is quite simple to understand, it&#8217;s remembering those values that can be tricky. Try typing it out as put above, then delete it, then type it again, and repeat maybe 3-5 times untill you remember it by hand, now don&#8217;t just keep on and on repeating it if you can&#8217;t remember it, just carry on with this tutorial and use my little tip through out, after a while it&#8217;ll be imprinted on your brain <img src='http://becreativemagazine.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  ~ KayRoseDesign.
</div>
<h3>Step 19</h3>
<p>Now we need to do the navigation. This is a lot of work, but it&#8217;s not hard. We need to eliminate a list-style, and we need to give it about 40px padding-top. The li needs 5px padding left and right &#8211; this spaces the navigation links out. Finally the color of the links is #c8d7dc, the font is Arial, size 16px. Also, we want an underline on links we hover on. Follow my lead:</p>
<pre class="brush: css">
ul {
	list-style: none;
	padding-top: 40px;
}

ul li {
	padding-left: 5px;
	padding-right: 5px;
}

ul li a {
	color: #c8d7dc;
	font-family: Arial, helvetica, sans-serif;
	font-size: 1.6em;
	font-weight: normal;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
</pre>
<h3>Step 20</h3>
<p>Wait! The navigation isn&#8217;t aligned to the right, and the links aren&#8217;t on the same line! How do we do that? We add a float: right on the &#8220;ul&#8221;. It works as you&#8217;d expect: it floats the element in question to the right. However, it wont be on the same line as our logo. To do that we need to add float: left to the logo. That pushes both of the elements in opposite directions, and they fit next to each other, on the same line. Also we need to add a float: left on the &#8220;li&#8221; element. Those are a lot of floats! Check it out:</p>
<pre class="brush: css">
h1 {
	color: #c8d7dc;
	font-family: Arial, helvetica, sans-serif;
	font-size: 4em;
	font-weight: bold;
	float: left;
	padding-top: 20px;
}

ul {
	list-style: none;
	float: right;
	padding-top: 40px;
}

ul li {
	float: left;
	padding-left: 5px;
	padding-right: 5px;
}
</pre>
<h3>Step 21</h3>
<p>Ugh, now there&#8217;s text all over the place! That&#8217;s because we floated items in opposite directions! To prevent this, we&#8217;ll add a <em>&#8220;clearing div&#8221;</em>. Basically, it clears up right and left. If we place a clearing div beneath our navigation, our problem should be solved. We need to go back to our HTML file and add:</p>
<pre class="brush: html">
&lt;div class=&quot;clear&quot;&gt;&lt;/div&gt;
</pre>
<p>Then in our CSS file, under the category general, add:</p>
<pre class="brush: css">
.clear {
	clear: both;
}
</pre>
<h3>Step 24</h3>
<p>Practise time! Let&#8217;s test your skills. Translate the following data to CSS:</p>
<p><strong>h2</strong></p>
<ul>
<li>color: #244386</li>
<li>font-family: Arial, helvetica, sans-serif</li>
<li>font-size: 4em</li>
<li>font-weight: bold</li>
<li>text-align: center</li>
</ul>
<p><strong>#projects h2</strong></p>
<ul>
<li>float: left</li>
<li>padding-left: 20px</li>
<li>padding-right: 20px</li>
<li>padding-top: 25px</li>
</ul>
<p><strong>h3</strong></p>
<ul>
<li>color: #244386</li>
<li>font-family: Arial, helvetica, sans-serif</li>
<li>font-size: 2.4em</li>
<li>font-weight: normal</li>
<li>text-align: center</li>
<li>padding-top: 20px</li>
</ul>
<p><strong>h4</strong></p>
<ul>
<li>color: #85b2d3</li>
<li>font-family: Arial, helvetica, sans-serif</li>
<li>font-size: 3em</li>
<li>font-weight: bold</li>
<li>text-align: center</li>
</ul>
<p><strong>h5</strong></p>
<ul>
<li>color: #85b2d3;</li>
<li>font-family: Arial, helvetica, sans-serif</li>
<li>font-size: 1.2em</li>
<li>font-weight: normal</li>
<li>text-align: center</li>
</ul>
<p><strong>h5 a</strong></p>
<ul>
<li>color: #85b2d3</li>
<li>text-decoration: none</li>
<li>padding-left: 5px</li>
<li>padding-right: 5px</li>
<li>padding-bottom: 20px</li>
</ul>
<p><strong>p</strong></p>
<ul>
<li>color: #85b2d3</li>
<li>font-family: Arial, helvetica, sans-serif</li>
<li>font-size: 1.6em</li>
<li>font-weight: normal</li>
<li>text-align: justify</li>
</ul>
<p><strong>strong</strong></p>
<ul>
<li>font-weight: bold</li>
</ul>
<p>Have you succeeded? Great! If not, here&#8217;s the CSS for the above.</p>
<pre class="brush: css">
/*--- Typography ---*/
h1 {
	color: #c8d7dc;
	font-family: Arial, helvetica, sans-serif;
	font-size: 4em;
	font-weight: bold;
	float: left;
	padding-top: 20px;
}

h2 {
	color: #244386;
	font-family: Arial, helvetica, sans-serif;
	font-size: 4em;
	font-weight: bold;
	text-align: center;
}

#projects h2 {
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 25px;
}

h3 {
	color: #244386;
	font-family: Arial, helvetica, sans-serif;
	font-size: 2.4em;
	font-weight: normal;
	text-align: center;
	padding-top: 20px;
}

h4 {
	color: #85b2d3;
	font-family: Arial, helvetica, sans-serif;
	font-size: 3em;
	font-weight: bold;
	text-align: center;
}

h5 {
	color: #85b2d3;
	font-family: Arial, helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: normal;
	text-align: center;
}

h5 a {
	color:  #85b2d3;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 20px;
}

p {
	color: #85b2d3;
	font-family: Arial, helvetica, sans-serif;
	font-size: 1.6em;
	font-weight: normal;
	text-align: justify;
}

strong {
	font-weight: bold;
}

ul {
	list-style: none;
	float: right;
	padding-top: 40px;
}

ul li {
	float: left;
	padding-left: 5px;
	padding-right: 5px;
}

ul li a {
	color: #c8d7dc;
	font-family: Arial, helvetica, sans-serif;
	font-size: 1.6em;&quot;
	font-weight: normal;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
</pre>
<h3>Step 23</h3>
<p>With the typography done, we can move on to the styling part. Let&#8217;s look at our first element: the header. It&#8217;s the first element on the page, containing both the logo and the navigation. But actually, we don&#8217;t need any positioning for that element! It&#8217;s right where it should be, we can leave it right there. Next element: the feature. It looks alright actually, but it needs a margin on the top to be moved down. I used about 65 pixels. You should know how the CSS should look like.</p>
<pre class="brush: css">
#feature {
	margin-top: 65px;
}
</pre>
<h3>Step 24</h3>
<p>The same problem for the body: it should be positioned a little lower. Add &#8220;margin-top: 120px; to &#8220;#body&#8221;. </p>
<p>For the columns we&#8217;re going to work with floats again. Float &#8220;#column1&#8243; to the left, and &#8220;#column2&#8243; to the right. Make both of the columns 400px wide. Also both columns need a &#8220;padding-top: 30px;&#8221;, &#8220;padding-left: 20px;&#8221; and a &#8220;padding-right: 20px;&#8221;.</p>
<pre class="brush: css">
/* Body */
#body {
	margin-top: 120px;
}

#column1 {
	padding-top: 30px;
	padding-left: 20px;
	padding-right: 20px;
	width: 400px;
	float: left;
}

#column2 {
	padding-top: 30px;
	padding-left: 20px;
	padding-right: 20px;
	width: 400px;
	float: right;
}
</pre>
<h3>Step 25</h3>
<p>Ugly! It looks all messed up! How can this be solved? <em>&#8220;Clearing div&#8221;</em> to the rescue! Place it beneath the body but above the projects bar. We can reuse the clearing div as it&#8217;s a <em>&#8220;class&#8221;</em>.</p>
<pre class="brush: html">
&lt;div class=&quot;clear&quot;&gt;&lt;/div&gt;
</pre>
<h3>Step 26</h3>
<p>We&#8217;re at the last part of the CSS! Technically there&#8217;s still the footer, but it doesn&#8217;t need any special styling. All that&#8217;s left is the projects bar. The projects bar has a background image, a width of 860px to make it just as wide as our body text and a height of exactly 100px. It also had a 20px top and bottom margin and we&#8217;ll center it using <em>&#8220;auto&#8221;</em>.</p>
<pre class="brush: css">
#projects {
	height: 100px;
	width: 860px;
	margin: 20px auto;
	background-image: url(../img/projectsbg.png);
}
</pre>
<h3>Step 27</h3>
<p>Nearly there! The images need correct spacing:</p>
<pre class="brush: css">
#projects img {
	margin-right: 20px;
	margin-top: 20px;
	border-width: 0px;
}
</pre>
<h3>Final Result &#038; Download!</h3>
<p>Look at that, we&#8217;re done! Now go admire your work in a browser, we&#8217;ve acomplished alot today, be proud! This maybe alot for you to handle at first, but if you go over it a few times you&#8217;ll get the hang of it, and remember to drop a comment below!</p>
<p><a href="http://becreativemagazine.com/wp-content/uploads/2010/01/Final-Result.zip"><img class="img_no_border" src="http://becreativemagazine.com/wp-content/uploads/2009/12/sourcedownload.png" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://becreativemagazine.com/2010/01/tutorial-designing-and-coding-your-very-first-site-part-ii/feed/</wfw:commentRss>
		<slash:comments>0</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>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>
