<?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>1stwebdesigner - Graphic and Web Design Blog &#187; Tutorials</title>
	<atom:link href="http://www.1stwebdesigner.com/category/tutorials/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.1stwebdesigner.com</link>
	<description>1stwebdesigner is a design blog dedicated to bloggers, freelancers, web-developers and designers. Topics focus on web design and inspirational articles.</description>
	<lastBuildDate>Thu, 02 Sep 2010 21:17:02 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>The Ultimate Guide to Getting Started with Zen Cart (Part 2)</title>
		<link>http://www.1stwebdesigner.com/tutorials/zen-cart-guide-part-2/</link>
		<comments>http://www.1stwebdesigner.com/tutorials/zen-cart-guide-part-2/#comments</comments>
		<pubDate>Tue, 31 Aug 2010 10:00:51 +0000</pubDate>
		<dc:creator>Kevin Stanley</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[ecommerce]]></category>
		<category><![CDATA[guide]]></category>
		<category><![CDATA[shopping cart]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[ZenCart]]></category>

		<guid isPermaLink="false">http://www.1stwebdesigner.com/?p=23408</guid>
		<description><![CDATA[This article is the continued part 2 version of Getting Started with ZenCart. In part 1 we learned about ZenCart, and it&#8217;s basic files and getting started with the &#8220;Bare Bones&#8221; template. We also learned a little about the admin screen provided by ZenCart. In this part 2 version I will go more in depth [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.1stwebdesigner.com/tutorials/zen-cart-guide-part-2/"><img class="alignleft size-full wp-image-23470" src="http://www.1stwebdesigner.com/wp-content/uploads/2010/08/zen-cart-logo.jpeg" alt="" width="150" height="150" /></a>This article is the continued part 2 version of<a href="http://www.1stwebdesigner.com/tutorials/beginner-guide-zen-cart-1/"> Getting Started with ZenCart</a>. In part 1 we learned about ZenCart, and it&#8217;s basic files and getting started with the &#8220;Bare Bones&#8221; template. We also learned a little about the admin screen provided by ZenCart. In this part 2 version I will go more in depth about using and customizing ZenCart OpenSource Shopping Cart.<span id="more-23408"></span></p>
<h3>Custom logo of your e-Commerce Store</h3>
<p>First we will go back to our files that we downloaded in part one. Within the header.php file we can see the following code:</p>
<h4>header.php</h4>
<pre class="brush: php;">
// added defines for header alt and text
  define('HEADER_ALT_TEXT', 'Powered by Zen Cart :: The Art of E-Commerce');
  define('HEADER_SALES_TEXT', 'TagLine Here');
  define('HEADER_LOGO_WIDTH', '192px');
  define('HEADER_LOGO_HEIGHT', '64px');
  define('HEADER_LOGO_IMAGE', 'logo.gif');
</pre>
<p>You will notice that the logo width, and height is defined in this area, but we will also need to modify our template .CSS file to make it match to what we add here. This will tell the template what dimensions we want, and the css file will give the matched output. Changing one or the other and not both can sometimes output errors.</p>
<p>The logo image itself is located in the template directory under the &#8220;images&#8221; folder. The filename can be changed if you want, but again must be defined in the header.php file.</p>
<p><a href="http://www.1stwebdesigner.com/wp-content/uploads/2010/08/zencart-logo-e1282838309626.jpg"><img class="aligncenter size-full wp-image-23490" src="http://www.1stwebdesigner.com/wp-content/uploads/2010/08/zencart-logo-e1282838309626.jpg" alt="" width="500" height="304" /></a></p>
<h3>The Catalog Menu</h3>
<p>You will be using this option in your admin panel to add and remove or modify products to your store. Though it is pretty straight forward I have still had many clients ask me to help them with it. It seems like if I explain it to someone, then they understand it and can do it themselves, so instead of assuming we can do this part &#8211; I will give a detailed explination. Be sure to make a note that even under the catalog menu, when items are added or modified &#8211; you will always have extra options that appear beside or below each item. I see many people a lot of times miss these extra options, then later wonder where to change something at. Please be sure to take a few minutes to look around on each screen to see what options are available to you.</p>
<p>Here is a list of each of the options available under the Catalog menu:</p>
<p><strong>1. Categories / Products</strong><br />
This is the main part where you can add new categories to your store, and add/change/remove products that you have available for sale. Again, please check all the options available to you when you are under these sub-screens.</p>
<p><strong>2. Product Types</strong><br />
This section will allow you to select a generic type of product you are listing &#8211; Either general, music, or digital download. This section by default is ok to leave alone unless you want to specify products into sub-areas.</p>
<p><strong>3. Products Price Manager</strong><br />
This will be the area you modify prices in your store. You will add the prices when you add a product, but if you wish to modify any of that data later on, then you will need to visit this area to change it.</p>
<p><strong>4. Option Name and Option Value Manager</strong><br />
For changing data that has been input already when adding items.</p>
<p><strong>5. Reviews</strong><br />
This is where users will be leaving reviews and you will be able to moderate it. Check it often and be sure to approve comments and feedback being left by your visitors.</p>
<p><strong>6. Specials</strong><br />
This is the section you will need to visit to add special discount deals to your website. It will display as showing the old price, then the new price highlighted in red to show it is a &#8220;special&#8221; or on sale item. You can set the variables for these items as well as moderate and edit them under this screen.</p>
<p><strong>7. Featured Products</strong><br />
This is the area to add items that you want to be &#8220;featured&#8221; &#8211; If you choose the box under box layout that displays featured items either on your page, or your sidebar, then you can set the specifics for these items under this section. This is a good way to show items you want to sell either on your sidebar or main page. This can also be set to randomly show items each time the page is refreshed.</p>
<p><strong>8. SaleMaker</strong><br />
Make your own sale, and choose how to run it. If you want to make everything 10% off or make it 50% off and last for 3 days then this is the section you need to visit. You can also specify categories and other variables within this page to specifically suit your needs.</p>
<p><strong>9. Products Expected</strong><br />
This will show the items dates that are out of stock and expected back in. These variables can be set from a few different screens and modified under this section. If you are out of inventory on an item and want to change the status to show back in inventory then you will use this screen.</p>
<h2>ZenCart Addon Modules</h2>
<p>Many modules are available for ZenCart. Most of these can be found directly on the ZenCart website. Modules range from PayPal payment addons, to extra sidebar modules. Each of these serves a great purpose and can help out when customizing a ZenCart install. I have found a few modules that I usually install with each website I create with ZenCart. You can browse through the repository of modules by following the link <a target="_blank" href="http://www.zen-cart.com/index.php?cPath=40&amp;main_page=index" target="_blank">[HERE]</a></p>
<p>Here are a few of my favorites:</p>
<p><strong>1. <a target="_blank" href="http://www.zen-cart.com/index.php?main_page=product_contrib_info&amp;cPath=40_51&amp;products_id=889" target="_blank">Flat Rate Clone</a></strong><br />
<strong>2. <a target="_blank" href="http://www.zen-cart.com/index.php?main_page=product_contrib_info&amp;cPath=40_52&amp;products_id=174" target="_blank">Blank Sidebox</a></strong><br />
<strong>3. <a target="_blank" href="http://www.zen-cart.com/index.php?main_page=product_contrib_info&amp;cPath=40_47&amp;products_id=116" target="_blank">Ad Manager</a></strong></p>
<h2>Zen Cart Define Pages Editor</h2>
<p>This is located in the admin panel of your ZenCart install. You can get to it by going to &#8220;tools&#8221; then selecting &#8220;Define Pages Editor&#8221; &#8211; This allows you to select a page and edit it within your ZenCart admin panel. This makes it easy to modify some of your other pages on your website. From here you can add information to your home page, or modify your terms and conditions or even your contact page.</p>
<h4>The defualt available pages to edit are:</h4>
<p><strong> </strong></p>
<p><strong></p>
<ul>
<li>Checkout_Success</li>
<li>Conditions</li>
<li>Contact_Us</li>
<li>Discount_Coupon</li>
<li>Main_Page</li>
<li>Page_2</li>
<li>Page_3</li>
<li>Page_4</li>
<li>Page_not_Found</li>
<li>Privacy</li>
<li>ShippingInfo</li>
<li>Site_map</li>
</ul>
<p></strong></p>
<p>These are all self-explanitory, and when edited through your admin panel will show the changed results on your website. You can also choose to edit via text editor or HTML within your admin panel.</p>
<h2>Zen Cart EZ-Pages</h2>
<p>This is also in the admin panel under the &#8220;tools&#8221; menu option. This is an easy way to create new pages for your website. This option panel will also allow you to select where on your website the pages are located, and where the link to them is displayed. You can use this to create a bio page for your website, or even a different about page to give additional information about your company or website. EZ-Pages makes it very simple to add more to your website without having to code more template files. You can also edit the pages you have already created from here by selecting the &#8220;edit&#8221; button on the right side of the screen after selecting a page.</p>
<h2>Custom Zen Cart Templates</h2>
<p>For those of you looking to create a ZenCart Template or Theme from scratch &#8211; Here is the basic file structure that will need to be followed. You can either copy the default them and modify it from there, or even use the before-mentioned theme &#8220;Bare Bones&#8221; to create one as well. Most theme templates work the same as basic HTML and CSS &#8211; so with good knowledge of both of these you can easily create your own template.</p>
<pre class="brush: php;">
includes/languages/YOUR_TEMPLATE/english.php
includes/languages/english/YOUR_TEMPLATE/index.php
includes/languages/english/YOUR_TEMPLATE/header.php
includes/templates/YOUR_TEMPLATE/template_info.php
includes/templates/YOUR_TEMPLATE/common/tpl_header.php
includes/templates/YOUR_TEMPLATE/common/tpl_footer.php
includes/templates/YOUR_TEMPLATE/images/logo.gif
includes/templates/YOUR_TEMPLATE/css/stylesheet.css
</pre>
<p>Make sure when personalizing a template and creating one, you use the template_info.php file within your theme to tell ZenCart the information it will need for your files. Here is a quick look at the information:</p>
<pre class="brush: php;">
&lt;?php
/**
 * Template Information File
 *
 * @package templateSystem
 * @copyright Copyright 2003-2005 Zen Cart Development Team
 * @copyright Portions Copyright 2003 osCommerce
 * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
 * @version $Id: template_info.php 2306 2005-11-05 21:34:28Z wilt $
 */
$template_name = 'Bare Bones';
$template_version = 'Version 1.0';
$template_author = 'Rowan Wigginton';
$template_description = 'Completely white with gray outlines.';
$template_screenshot = 'barebones_screenshot.png';
?&gt;
</pre>
<p>The above example shows the name of the template (Which will also be displayed within your admin panel when selecting a template to use) As well as the version number, author, description, and a link to the screenshot. Creating your own template will require a file like the above example to ensure your information is properly processed to work as a template for ZenCart.</p>
<h2>In Closing&#8230;</h2>
<p>I hope everyone has enjoyed this two part article on starting with ZenCart. If there are any questions or requests then feel free to comment below and I will try to help out as much as possible. I have found ZenCart to be VERY powerful and a great opensource shopping cart platform to use on a variety of websites. Thank you for reading!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.1stwebdesigner.com/tutorials/zen-cart-guide-part-2/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>The Ultimate Guide to Getting Started with Zen Cart (Part 1)</title>
		<link>http://www.1stwebdesigner.com/tutorials/beginner-guide-zen-cart-1/</link>
		<comments>http://www.1stwebdesigner.com/tutorials/beginner-guide-zen-cart-1/#comments</comments>
		<pubDate>Mon, 30 Aug 2010 10:00:41 +0000</pubDate>
		<dc:creator>Kevin Stanley</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[ecommerce]]></category>
		<category><![CDATA[guide]]></category>
		<category><![CDATA[shopping cart]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[ZenCart]]></category>

		<guid isPermaLink="false">http://www.1stwebdesigner.com/?p=23382</guid>
		<description><![CDATA[In this article I will be covering the basic installation and functionality of ZenCart eCommerce shopping cart. I have been using ZenCart on clients eCommerce websites for a while and found the most common questions about installing, and modifying along with the most edited files to get you up and running with ZenCart. I will [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.1stwebdesigner.com/tutorials/beginner-guide-zen-cart-1/"><img class="alignleft size-full wp-image-23470" src="http://www.1stwebdesigner.com/wp-content/uploads/2010/08/zen-cart-logo.jpeg" alt="" width="150" height="150" /></a>In this article I will be covering the basic installation and functionality of ZenCart eCommerce shopping cart. I have been using ZenCart on clients eCommerce websites for a while and found the most common questions about installing, and modifying along with the most edited files to get you up and running with ZenCart. I will also cover some basic theme creation for ZenCart as well. This should be an excellent starting point for everyone looking to setup an online store and create a custom look and feel.<span id="more-23382"></span></p>
<p><a href="http://www.1stwebdesigner.com/wp-content/uploads/2010/08/zencart-e1282833139929.jpg"><img class="aligncenter size-full wp-image-23449" src="http://www.1stwebdesigner.com/wp-content/uploads/2010/08/zencart-e1282833139929.jpg" alt="" width="500" height="275" /></a></p>
<p>When I first started with ZenCart I found myself searching the web trying to find where the most simple things were located. Even for me on the ZenCart website itself I found it hard sometimes to find the simple answers I was looking for. I was looking for basic things like changing the page title, and editing the meta information. These small things seemed so hard to find at first. The more I found myself using ZenCart over the past year I have found out easy ways to change and modify it for each website I have it on. I learned that it actually wasn&#8217;t as hard as I was making it to begin with. Even though you can find most of the information online and different sources, I wanted to make an article that was a central location for doing the main things to install and setup ZenCart.</p>
<h4>First things First</h4>
<p>Now go grab a copy of ZenCart to install on your server. You can download the latest release by visiting here:<br />
<a target="_blank" href="http://www.zen-cart.com/" target="_blank">ZenCart Download</a><br />
This will come with everything you need. The install is pretty straight forward. If there are any technical questions for those of you that have not installed a script of any kind before, then please see the help file documentation or visit the ZenCart website for installation help. I am going to assume that most of us here have installed a script before so I can move on to the good stuff.</p>
<h3>Right After The Installation</h3>
<p>Right after the installation you will now have your script up and running for the first time. You will notice that by visiting your site that you installed it on, there is a lot that seems to need changing. First off the ZenCart logo is in place, and all of the text on the page is aimed at ZenCart with links back to ZenCart. Considering that it&#8217;s free, I don&#8217;t mind seeing it all at first &#8211; But let&#8217;s get started. We will need to select a theme to use, as well as change the front page text, and add our meta information.</p>
<h3>Let&#8217;s Get Started</h3>
<p>To Start, I want to take a look at the file structure. There are a few main files that can be easily edited to modify many different things on our ZenCart powered website. To make it easier on myself I have found that downloading these files and saving them locally allow me to make changes on my desktop, then upload the modified files to my server via FTP to make the changes to my website.</p>
<p>Let&#8217;s start by downloading the following files using your ftp software and logging into your website:</p>
<pre class="brush: php;">
/includes/languages/english/index.php

/includes/languages/english/header.php

/includes/languages/english/meta_tags.php
</pre>
<p>We will do more with these files later one, so be sure to save them where you can access them later on. These files will do most of the setup for your ZenCart installation. I will cover these each in more detail after we choose our theme and get the basic site setup to use.</p>
<h3>Get that Template!</h3>
<p>Now we will choose a theme. I have found one theme that I like the best. It is somewhat of a &#8220;framework&#8221; theme that is very easy to work with, and has always allowed me to make a custom site for every client I have used it for. The theme is called &#8220;Bare Bones&#8221; &#8211; This theme is basic, very easy to modify, and a perfect starting point for a custom ZenCart template. You can download the Bare Bones template by clicking <a target="_blank" href="http://www.zen-cart.com/index.php?main_page=product_contrib_info&amp;cPath=40_53&amp;products_id=281" target="_blank">[HERE]</a></p>
<p><a href="http://www.1stwebdesigner.com/wp-content/uploads/2010/08/barebones_screenshot-e1282834086614.png"><img class="aligncenter size-full wp-image-23466" src="http://www.1stwebdesigner.com/wp-content/uploads/2010/08/barebones_screenshot-e1282834086614.png" alt="" width="499" height="284" /></a></p>
<h3>Logging In To your ZenCart Installation</h3>
<p>Now it is time to log in to your admin account of your ZenCart Install. To do this you will visit your website domain name then add the forward slash and &#8220;admin&#8221; &#8211; You can then use your login name and password that you set during the install of ZenCart to access the backend of your store.</p>
<p style="text-align: center;"><a href="http://www.1stwebdesigner.com/wp-content/uploads/2010/08/zencart-login-e1282831688874.jpg"><img class="size-full wp-image-23433 aligncenter" src="http://www.1stwebdesigner.com/wp-content/uploads/2010/08/zencart-login-e1282831688874.jpg" alt="" width="400" height="266" /></a></p>
<p>This is where most of your business end will take place. From the Admin panel you can setup the &#8220;Boxes&#8221; or &#8220;Layout&#8221; of your site, as well as add / remove products for your store. We will start with a basic overview of the menu functions and screens to give you an idea of how it all works. First off let&#8217;s go change our template.</p>
<p>To Change your template in ZenCart use the menu and select &#8220;Tools&#8221; then select &#8220;Template Selection&#8221;</p>
<p><a href="http://www.1stwebdesigner.com/wp-content/uploads/2010/08/zencart-template-e1282832283155.jpg"><img class="aligncenter size-full wp-image-23438" src="http://www.1stwebdesigner.com/wp-content/uploads/2010/08/zencart-template-e1282832283155.jpg" alt="" width="500" height="256" /></a></p>
<p>Now you can see the installed templates located on the right hand side of the screen. Selecting &#8220;Edit&#8221; on the right side of the admin panel will allow you to select and change templates within your ZenCart Install. Let&#8217;s select the Bare Bones template we have uploaded and activate it now by selecting &#8220;Update&#8221; below the drop down box.</p>
<h3>Layout of the Site</h3>
<p>Now to choose some layout options. Again at the top of the admin panel menu select &#8220;Tools&#8221; then select &#8220;Layout Boxes Controller&#8221;<br />
<a href="http://www.1stwebdesigner.com/wp-content/uploads/2010/08/zencart-layout-boxes-edit.jpg"><img class="aligncenter size-full wp-image-23443" src="http://www.1stwebdesigner.com/wp-content/uploads/2010/08/zencart-layout-boxes-edit.jpg" alt="" width="500" height="300" /></a><br />
Using this you can add change and remove different options that will be set for your ZenCart powered site. These are some basic functions that include the search option, as well as displaying newly added products. Make sure when you choose to turn the boxes on, you are also editing the options that appear on the right side of the admin panel. This allows you to choose options like where to place the box, and additional options for each individual box being placed on the site.</p>
<h3>Getting Rid of those Banners</h3>
<p>Now to remove the banners that are default with the ZenCart install. Again go to &#8220;Tools&#8221; Then &#8220;Banner Manager&#8221; &#8211; You can then click on each one displayed to de-activate them. You can add your own later if you want, but we will remove these to better help see our website and how to set it up for now.</p>
<h3>Store Configuration</h3>
<p>For this part you may want to spend some time viewing the options yourself. On the menu in the admin panel you can select &#8220;Configuration&#8221; and see the self explanitory options that are all below it. This will be the main area you can setup your store name, and store info. There are many other options that you will want to set under the configuration area. This will ensure your website is personalized to what you need.</p>
<h3>Where are we now?</h3>
<p>Ok, you should have a basic starting point now where your store looks really empty, and you have the files ready to start making it your own. Let&#8217;s go back to the files we downloaded earlier and take a quick look at each one and what they do. This step is important for making your ZenCart powered store SEO friendly, as well as making it custom to suit your needs. First we will look at the index.php file:</p>
<h4>index.php</h4>
<pre class="brush: php;">
php
/**
 * @package languageDefines
 * @copyright Copyright 2003-2006 Zen Cart Development Team
 * @copyright Portions Copyright 2003 osCommerce
 * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
 * @version $Id: index.php 6550 2007-07-05 03:54:54Z drbyte $
 */

define('TEXT_MAIN','This is the main define statement for the page for english when no template defined file exists. It is located in: &lt;strong&gt;/includes/languages/english/index.php&lt;/strong&gt;');

// Showcase vs Store
if (STORE_STATUS == '0') {
  define('TEXT_GREETING_GUEST', 'Welcome &lt;span class=&quot;greetUser&quot;&gt;Guest!&lt;/span&gt; Would you like to &lt;a href=&quot;%s&quot;&gt;log yourself in&lt;/a&gt;?');
} else {
  define('TEXT_GREETING_GUEST', 'Welcome, please enjoy our online showcase.');
}

define('TEXT_GREETING_PERSONAL', 'Hello &lt;span class=&quot;greetUser&quot;&gt;%s&lt;/span&gt;! Would you like to see our &lt;a href=&quot;%s&quot;&gt;newest additions&lt;/a&gt;?');

define('TEXT_INFORMATION', 'Define your main Index page copy here.');

//moved to english
//define('TABLE_HEADING_FEATURED_PRODUCTS','Featured Products');

//define('TABLE_HEADING_NEW_PRODUCTS', 'New Products For %s');
//define('TABLE_HEADING_UPCOMING_PRODUCTS', 'Upcoming Products');
//define('TABLE_HEADING_DATE_EXPECTED', 'Date Expected');

if ( ($category_depth == 'products') || (zen_check_url_get_terms()) ) {
  // This section deals with product-listing page contents
  define('HEADING_TITLE', 'Available Products');
  define('TABLE_HEADING_IMAGE', 'Product Image');
  define('TABLE_HEADING_MODEL', 'Model');
  define('TABLE_HEADING_PRODUCTS', 'Product Name');
  define('TABLE_HEADING_MANUFACTURER', 'Manufacturer');
  define('TABLE_HEADING_QUANTITY', 'Quantity');
  define('TABLE_HEADING_PRICE', 'Price');
  define('TABLE_HEADING_WEIGHT', 'Weight');
  define('TABLE_HEADING_BUY_NOW', 'Buy Now');
  define('TEXT_NO_PRODUCTS', 'There are no products to list in this category.');
  define('TEXT_NO_PRODUCTS2', 'There is no product available from this manufacturer.');
  define('TEXT_NUMBER_OF_PRODUCTS', 'Number of Products: ');
  define('TEXT_SHOW', 'Filter Results by:');
  define('TEXT_BUY', 'Buy 1 \'');
  define('TEXT_NOW', '\' now');
  define('TEXT_ALL_CATEGORIES', 'All Categories');
  define('TEXT_ALL_MANUFACTURERS', 'All Manufacturers');
} elseif ($category_depth == 'top') {
  // This section deals with the &quot;home&quot; page at the top level with no options/products selected
  /*Replace this text with the headline you would like for your shop. For example: 'Welcome to My SHOP!'*/
  define('HEADING_TITLE', 'Congratulations! You have successfully installed your Zen Cart&amp;trade; E-Commerce Solution.');
} elseif ($category_depth == 'nested') {
  // This section deals with displaying a subcategory
  /*Replace this line with the headline you would like for your shop. For example: 'Welcome to My SHOP!'*/
  define('HEADING_TITLE', 'Congratulations! You have successfully installed your Zen Cart&amp;trade; E-Commerce Solution.');
}
?&gt;
</pre>
<p>It is easy with this file to remember one golden rule: If it starts with the word &#8220;DEFINE&#8221; then you can change the value for it. Make sure when editing these .php files you keep everything within the single quotes and don&#8217;t overwrite something by accident. It is good practice to back up files and keep local copies as well.</p>
<p>Let&#8217;s check out some of the most basic areas of the index.php file that we will want to change to start personalizing the ZenCart powered site:</p>
<h4>index.php</h4>
<pre class="brush: php;">
define('TEXT_MAIN','This is the main define statement for the page for english when no template defined file exists. It is located in: &lt;strong&gt;/includes/languages/english/index.php&lt;/strong&gt;');

// Showcase vs Store
if (STORE_STATUS == '0') {
  define('TEXT_GREETING_GUEST', 'Welcome &lt;span class=&quot;greetUser&quot;&gt;Guest!&lt;/span&gt; Would you like to &lt;a href=&quot;%s&quot;&gt;log yourself in&lt;/a&gt;?');
} else {
  define('TEXT_GREETING_GUEST', 'Welcome, please enjoy our online showcase.');
}

define('TEXT_GREETING_PERSONAL', 'Hello &lt;span class=&quot;greetUser&quot;&gt;%s&lt;/span&gt;! Would you like to see our &lt;a href=&quot;%s&quot;&gt;newest additions&lt;/a&gt;?');

define('TEXT_INFORMATION', 'Define your main Index page copy here.');
</pre>
<p>This is the main page information. You can change it to make it your own to fit your website as you need to. Some of the main page content can also be edited using the &#8220;Page Editor&#8221; from the admin panel &#8211; but for now we will stick to doing it this way. You will notice some of the text that is located in the above code, also displays within your website on the homepage.</p>
<p>The lower portion of this file contains more areas you can define. Some of these are more detailed. Let&#8217;s take a look at it:</p>
<h4>index.php</h4>
<pre class="brush: php;">
if ( ($category_depth == 'products') || (zen_check_url_get_terms()) ) {
  // This section deals with product-listing page contents
  define('HEADING_TITLE', 'Available Products');
  define('TABLE_HEADING_IMAGE', 'Product Image');
  define('TABLE_HEADING_MODEL', 'Model');
  define('TABLE_HEADING_PRODUCTS', 'Product Name');
  define('TABLE_HEADING_MANUFACTURER', 'Manufacturer');
  define('TABLE_HEADING_QUANTITY', 'Quantity');
  define('TABLE_HEADING_PRICE', 'Price');
  define('TABLE_HEADING_WEIGHT', 'Weight');
  define('TABLE_HEADING_BUY_NOW', 'Buy Now');
  define('TEXT_NO_PRODUCTS', 'There are no products to list in this category.');
  define('TEXT_NO_PRODUCTS2', 'There is no product available from this manufacturer.');
  define('TEXT_NUMBER_OF_PRODUCTS', 'Number of Products: ');
  define('TEXT_SHOW', 'Filter Results by:');
  define('TEXT_BUY', 'Buy 1 \'');
  define('TEXT_NOW', '\' now');
  define('TEXT_ALL_CATEGORIES', 'All Categories');
  define('TEXT_ALL_MANUFACTURERS', 'All Manufacturers');
} elseif ($category_depth == 'top') {
  // This section deals with the &quot;home&quot; page at the top level with no options/products selected
  /*Replace this text with the headline you would like for your shop. For example: 'Welcome to My SHOP!'*/
  define('HEADING_TITLE', 'Congratulations! You have successfully installed your Zen Cart&amp;trade; E-Commerce Solution.');
} elseif ($category_depth == 'nested') {
  // This section deals with displaying a subcategory
  /*Replace this line with the headline you would like for your shop. For example: 'Welcome to My SHOP!'*/
  define('HEADING_TITLE', 'Congratulations! You have successfully installed your Zen Cart&amp;trade; E-Commerce Solution.');
}
?&gt;
</pre>
<p>These defined objects will allow you to change the terms used on the website such as &#8220;weight&#8221; &#8211; &#8220;product name&#8221; &#8211; &#8220;price&#8221; and etc. If you wanted them to display differently you could simply change the name within the single quotes and it will display that way on your website.</p>
<p>Below this list of defined objects you will see where there are two titles available to change. Both are located on your website homepage.</p>
<h4>index.php</h4>
<pre class="brush: php;">
} elseif ($category_depth == 'top') {
  // This section deals with the &quot;home&quot; page at the top level with no options/products selected
  /*Replace this text with the headline you would like for your shop. For example: 'Welcome to My SHOP!'*/
  define('HEADING_TITLE', 'Congratulations! You have successfully installed your Zen Cart&amp;trade; E-Commerce Solution.');
} elseif ($category_depth == 'nested') {
  // This section deals with displaying a subcategory
  /*Replace this line with the headline you would like for your shop. For example: 'Welcome to My SHOP!'*/
  define('HEADING_TITLE', 'Congratulations! You have successfully installed your Zen Cart&amp;trade; E-Commerce Solution.');
</pre>
<p>Changing the values for these will change more information on your homepage. Setting these to give custom welcome messages are a good start to customizing your ZenCart install. This is all a good starting point to setting up your online store.</p>
<h2>Moving On</h2>
<p>Next we will take a look at the header.php file we downloaded.</p>
<h4>header.php</h4>
<pre class="brush: php;">
&lt;?php
/**
 * @package languageDefines
 * @copyright Copyright 2003-2006 Zen Cart Development Team
 * @copyright Portions Copyright 2003 osCommerce
 * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
 * @version $Id: header.php 2940 2006-02-02 04:29:05Z drbyte $
 */

// header text in includes/header.php
  define('HEADER_TITLE_CREATE_ACCOUNT', 'Create Account');
  define('HEADER_TITLE_MY_ACCOUNT', 'My Account');
  define('HEADER_TITLE_CART_CONTENTS', 'Shopping Cart');
  define('HEADER_TITLE_CHECKOUT', 'Checkout');
  define('HEADER_TITLE_TOP', 'Top');
  define('HEADER_TITLE_CATALOG', 'Home');
  define('HEADER_TITLE_LOGOFF', 'Log Out');
  define('HEADER_TITLE_LOGIN', 'Log In');

// added defines for header alt and text
  define('HEADER_ALT_TEXT', 'Powered by Zen Cart :: The Art of E-Commerce');
  define('HEADER_SALES_TEXT', 'TagLine Here');
  define('HEADER_LOGO_WIDTH', '192px');
  define('HEADER_LOGO_HEIGHT', '64px');
  define('HEADER_LOGO_IMAGE', 'logo.gif');

// header Search Button/Box Search Button
  define('HEADER_SEARCH_BUTTON','Search');
  define('HEADER_SEARCH_DEFAULT_TEXT', 'Enter search keywords here');

?&gt;
</pre>
<p>Using this file we can change our header text, our search field text as well as the search button itself, and the logo for our website. Titles are defined in this file for use across the store. We will get more into changing the logo and customizing the header later on. Let&#8217;s look at the other files we have downloaded:</p>
<h4>Meta_Tags.php</h4>
<pre class="brush: php;">
&lt;?php
/**
 * @package languageDefines
 * @copyright Copyright 2003-2008 Zen Cart Development Team
 * @copyright Portions Copyright 2003 osCommerce
 * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
 * @version $Id: meta_tags.php 10330 2008-10-10 20:14:32Z drbyte $
 */

// page title
define('TITLE', 'Zen Cart!');

// Site Tagline
define('SITE_TAGLINE', 'The Art of E-commerce');

// Custom Keywords
define('CUSTOM_KEYWORDS', 'ecommerce, open source, shop, online shopping');

// Home Page Only:
  define('HOME_PAGE_META_DESCRIPTION', '');
  define('HOME_PAGE_META_KEYWORDS', '');

  // NOTE: If HOME_PAGE_TITLE is left blank (default) then TITLE and SITE_TAGLINE will be used instead.
  define('HOME_PAGE_TITLE', ''); // usually best left blank

// EZ-Pages meta-tags.  Follow this pattern for all ez-pages for which you desire custom metatags. Replace the # with ezpage id.
// If you wish to use defaults for any of the 3 items for a given page, simply do not define it.
// (ie: the Title tag is best not set, so that site-wide defaults can be used.)
// repeat pattern as necessary
  define('META_TAG_DESCRIPTION_EZPAGE_#','');
  define('META_TAG_KEYWORDS_EZPAGE_#','');
  define('META_TAG_TITLE_EZPAGE_#', '');

// Per-Page meta-tags. Follow this pattern for individual pages you wish to override. This is useful mainly for additional pages.
// replace &quot;page_name&quot; with the UPPERCASE name of your main_page= value, such as ABOUT_US or SHIPPINGINFO etc.
// repeat pattern as necessary
  define('META_TAG_DESCRIPTION_page_name','');
  define('META_TAG_KEYWORDS_page_name','');
  define('META_TAG_TITLE_page_name', '');

// Review Page can have a lead in:
  define('META_TAGS_REVIEW', 'Reviews: ');

// separators for meta tag definitions
// Define Primary Section Output
  define('PRIMARY_SECTION', ' : ');

// Define Secondary Section Output
  define('SECONDARY_SECTION', ' - ');

// Define Tertiary Section Output
  define('TERTIARY_SECTION', ', ');

// Define divider ... usually just a space or a comma plus a space
  define('METATAGS_DIVIDER', ' ');

// Define which pages to tell robots/spiders not to index
// This is generally used for account-management pages or typical SSL pages, and usually doesn't need to be touched.
  define('ROBOTS_PAGES_TO_SKIP','login,logoff,create_account,account,account_edit,account_history,account_history_info,account_newsletters,account_notifications,account_password,address_book,advanced_search,advanced_search_result,checkout_success,checkout_process,checkout_shipping,checkout_payment,checkout_confirmation,cookie_usage,create_account_success,contact_us,download,download_timeout,customers_authorization,down_for_maintenance,password_forgotten,time_out,unsubscribe,info_shopping_cart,popup_image,popup_image_additional,product_reviews_write,ssl_check');

// favicon setting
// There is usually NO need to enable this unless you need to specify a path and/or a different filename
//  define('FAVICON','favicon.ico');

?&gt;
</pre>
<p>There are a few main things we will change in the meta_tags.php file.</p>
<pre class="brush: php;">
// page title
define('TITLE', 'Zen Cart!');

// Site Tagline
define('SITE_TAGLINE', 'The Art of E-commerce');

// Custom Keywords
define('CUSTOM_KEYWORDS', 'ecommerce, open source, shop, online shopping');
</pre>
<p>The above code is what will help with SEO for your ZenCart powered site. Changing the page title, tagline, and adding keywords is very important. This will help your site be seen later by search engines and also to display to visitors what your website is and has to offer.</p>
<p>The other thing I want to point out within the meta_tags.php file is the favicon. The favicon image is the tiny icon that appears on your toolbar next to where you type your http://www -</p>
<p>This area at the bottom of the meta_tags.php defines that for us, so we can easily add a favicon.ico image to be displayed on our site:</p>
<h4>Meta_Tags.php</h4>
<pre class="brush: php;">
// favicon setting
// There is usually NO need to enable this unless you need to specify a path and/or a different filename
//  define('FAVICON','favicon.ico');
</pre>
<h3>So What is Next?</h3>
<p><strong>Next in part two I will cover the following items:</strong></p>
<p>1. Adding a custom logo to your ZenCart powered website.</p>
<p>2. The catalog menu for adding products to your website.</p>
<p>3. Extra addon modules available and how to edit them.</p>
<p>4. Define Pages Editor for custom pages</p>
<p>5. Custom Templates and File Structure of templates</p>
<p>Stay tuned for the second part of this tutorial. If there is something else you would like to see or if you have any questions then feel free to comment below. I will respond and help out as much as I can. I hope everyone enjoys!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.1stwebdesigner.com/tutorials/beginner-guide-zen-cart-1/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>How to Create a LCD Monitor in Photoshop</title>
		<link>http://www.1stwebdesigner.com/tutorials/draw-lcd-monitor-photoshop/</link>
		<comments>http://www.1stwebdesigner.com/tutorials/draw-lcd-monitor-photoshop/#comments</comments>
		<pubDate>Tue, 17 Aug 2010 10:00:20 +0000</pubDate>
		<dc:creator>Kanthavel Jatheepan</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[LCD]]></category>
		<category><![CDATA[photoshop]]></category>
		<category><![CDATA[psd]]></category>

		<guid isPermaLink="false">http://www.1stwebdesigner.com/?p=22490</guid>
		<description><![CDATA[In this tutorial I am trying to share some  knowledge in Adobe Photoshop CS4. We are going to draw a LCD monitor by using Photoshop. We are not going to sketch it as it is pretty simple. I will explain all techniques along the tutorial so that every one can follow easily. So what [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.1stwebdesigner.com/tutorials/draw-lcd-monitor-photoshop/"><img class="alignleft" src="http://www.1stwebdesigner.com/wp-content/uploads/2010/08/lcd-tut/lcd-images/intro_monitor.jpg" alt="" width="150" height="150" /></a>In this tutorial I am trying to share some  knowledge in Adobe Photoshop CS4. We are going to draw a LCD monitor by using Photoshop. We are not going to sketch it as it is pretty simple. I will explain all techniques along the tutorial so that every one can follow easily. So what are we waiting for? Let&#8217;s get started.<span id="more-22490"></span>You can download <strong>source files</strong> from <a href="http://www.1stwebdesigner.com/wp-content/uploads/2010/08/lcd-tut/SourceFiles/computerTut.zip">here</a>.</p>
<h2>Step 1</h2>
<p>Open your Adobe Photoshop. Create a new document with 1000px x 1000px size.</p>
<h2>Step 2</h2>
<p>Select Pen tool (P) and draw like this.</p>
<p><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/08/lcd-tut/lcd-images//step2a.jpg" alt="" width="500" height="325" /></p>
<p>Right click on the object which you drawn in previous step  and select Make Selection. Then you need to fill this object with Gradient tool  (G) colors i used #fbfcfc for light ash and #d9dcde for little bit ash.</p>
<p><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/08/lcd-tut/lcd-images//step2b.jpg" alt="" width="500" height="325" /></p>
<h2>Step 3</h2>
<p>Next is side of monitor. Create a new layer under layer1.  Draw an object with pen tool as below.</p>
<p><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/08/lcd-tut/lcd-images//step3a.jpg" alt="" width="500" height="325" /></p>
<p>Then fill that object with the color of #a7a7a7. So you will  end up with a picture similar to this.</p>
<p><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/08/lcd-tut/lcd-images//step3b.jpg" alt="" width="500" height="325" /></p>
<h2>Step 4</h2>
<p>Next step is create new layer under the layer2. Draw an object like below. This is going to be stand for the monitor</p>
<p><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/08/lcd-tut/lcd-images//step4a.jpg" alt="" width="500" height="400" /></p>
<p>Then fill with #c5c2c2</p>
<p><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/08/lcd-tut/lcd-images//step4b.jpg" alt="" width="500" height="400" /></p>
<h2>Step 5</h2>
<p>OK, now draw an object for a shining effect to right side of the monitor. So draw an object like this,</p>
<p><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/08/lcd-tut/lcd-images//step5a.jpg" alt="" width="500" height="400" /></p>
<p>Then fill black color with a opacity of 50%.</p>
<p><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/08/lcd-tut/lcd-images//step5b.jpg" alt="" width="500" height="400" /></p>
<p>Apply Gaussian Blur effect with the value of 2.6 hint : Filter &gt; blur &gt; Gaussian Blur&#8230;</p>
<p><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/08/lcd-tut/lcd-images//step5c.jpg" alt="" width="500" height="400" /></p>
<h2>Step 6</h2>
<p>Next We will repeat the same job as we done in previous step.  But white color.</p>
<p><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/08/lcd-tut/lcd-images//step6a.jpg" alt="" width="500" height="400" /></p>
<p><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/08/lcd-tut/lcd-images//step6b.jpg" alt="" width="500" height="400" /></p>
<p><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/08/lcd-tut/lcd-images//step6c.jpg" alt="" width="500" height="400" /></p>
<h2>Step 7</h2>
<p>Now create new layer and draw a white color object to get shining effect to bottom of the monitor.</p>
<p><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/08/lcd-tut/lcd-images//step7a.jpg" alt="" width="500" height="400" /></p>
<p><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/08/lcd-tut/lcd-images//step7b.jpg" alt="" width="500" height="400" /></p>
<p><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/08/lcd-tut/lcd-images//step7c.jpg" alt="" width="500" height="400" /></p>
<h2>Step 8</h2>
<p>Ok lets give some details. Drawing some lines will make our monitor beauty. So take Pen tool (P) and draw these three lines as bellows. Use #787979 for your line.</p>
<p><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/08/lcd-tut/lcd-images//step8a.jpg" alt="" width="500" height="397" /></p>
<p>And then draw white lines very closed to the lines which you drawn before. Please see this picture.</p>
<p><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/08/lcd-tut/lcd-images//step8b.jpg" alt="" width="500" height="397" /></p>
<h2>Step 9</h2>
<p>Now friends, we shall give shining effect to monitor&#8217;s stand. Create new layer and draw a white color object like this.</p>
<p><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/08/lcd-tut/lcd-images//step9a.jpg" alt="" width="500" height="385" /></p>
<p>Then take Eraser (E) and erase the border of that object.</p>
<p><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/08/lcd-tut/lcd-images//step9b.jpg" alt="" width="500" height="385" /></p>
<p>Ok now create next layer and draw this with Pen tool (P).</p>
<p><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/08/lcd-tut/lcd-images//step9c.jpg" alt="" width="500" height="385" /></p>
<p>Fill white color to that object.</p>
<p><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/08/lcd-tut/lcd-images//step9d.jpg" alt="" width="500" height="385" /></p>
<p>Then apply Gaussian Blur filter to that object. hint : Filter &gt; blur &gt; Gaussian Blur&#8230;</p>
<p><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/08/lcd-tut/lcd-images//step9e.jpg" alt="" width="500" height="385" /></p>
<h2>Step 10</h2>
<p>Create a new layer under the all shining layers and create this object. We are trying to make shadows in the stand. Draw this object with Pen tool (P) fill black color and reduce this opacity to 50%.</p>
<p><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/08/lcd-tut/lcd-images//step10a.jpg" alt="" width="500" height="385" /></p>
<p>Then apply Gaussian Blur to this object as well. hint : Filter &gt; blur &gt; Gaussian Blur&#8230;</p>
<p><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/08/lcd-tut/lcd-images//step10b.jpg" alt="" width="500" height="385" /></p>
<p>Create another new layer</p>
<p><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/08/lcd-tut/lcd-images//step10c.jpg" alt="" width="500" height="385" /></p>
<p><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/08/lcd-tut/lcd-images//step10d.jpg" alt="" width="500" height="385" /></p>
<h2>Step 11</h2>
<p>Draw a bottom border to monitor&#8217;s stand. Fill color with #737373.</p>
<p><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/08/lcd-tut/lcd-images//step11a.jpg" alt="" width="500" height="374" /></p>
<h2>Step 12</h2>
<p>Now create new layer and draw display borders. First draw two white borders. You can use Pen tool (P).</p>
<p><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/08/lcd-tut/lcd-images//step12a.jpg" alt="" width="500" height="374" /></p>
<p>Then draw black lines like this.</p>
<p><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/08/lcd-tut/lcd-images//step12b.jpg" alt="" width="500" height="374" /></p>
<h2>Step 13</h2>
<p>Ok now get any picture to put on the screen. I used 1stwebdesigner.com screen shot as my screen display. So i got a screen shot and put in top of all other layers.</p>
<p><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/08/lcd-tut/lcd-images//step13a.jpg" alt="" width="500" height="374" /></p>
<p>Then adjust shape of your picture to match with monitor screen. You may use Warp tool. hint Edit &gt; Transform &gt; Warp</p>
<p><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/08/lcd-tut/lcd-images//step13b.jpg" alt="" width="500" height="374" /></p>
<p>Then we will give some shining effect to the monitor&#8217;s screen. So draw an object with Pen tool (P), right click, and select Make Selection&#8230; then OK. Make sure that feather radius is 0.</p>
<p><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/08/lcd-tut/lcd-images//step13c.jpg" alt="" width="500" height="374" /></p>
<p>Once you get selected area you will be able to fill with Gradient tool (G). Use white color for shining.</p>
<p><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/08/lcd-tut/lcd-images//step13d.jpg" alt="" width="500" height="374" /></p>
<p>So you end up with a picture similar to this.</p>
<p><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/08/lcd-tut/lcd-images//step13e.jpg" alt="" width="500" height="374" /></p>
<h2>Step 14</h2>
<p>In this step we create shadow to this monitor. Take Pen tool (P) and <strong> </strong>draw shadow, and fill with black color.</p>
<p><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/08/lcd-tut/lcd-images//step14a.jpg" alt="" width="500" height="374" /></p>
<p>Then apply Gaussian blur effect.</p>
<p><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/08/lcd-tut/lcd-images//step14b.jpg" alt="" width="500" height="374" /></p>
<h2>Step 15</h2>
<p>Draw two buttons to this monitor. Select Rounded Rectangle tool (U). Draw a rectangle and fill with #9d9d9d. Then apply styles.</p>
<p><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/08/lcd-tut/lcd-images//step15.jpg" alt="" width="500" height="374" /></p>
<h2>Step 16</h2>
<p>Ok our monitor almost done. At the end we will give Gradient background to this picture. That&#8217;s All !!!</p>
<p><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/08/lcd-tut/lcd-images//step16.jpg" alt="" width="500" height="450" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.1stwebdesigner.com/tutorials/draw-lcd-monitor-photoshop/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>How to connect your site with twitter using @Anywhere</title>
		<link>http://www.1stwebdesigner.com/tutorials/connect-twitter-anywhere/</link>
		<comments>http://www.1stwebdesigner.com/tutorials/connect-twitter-anywhere/#comments</comments>
		<pubDate>Mon, 16 Aug 2010 21:00:10 +0000</pubDate>
		<dc:creator>Irina Borozan</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[@anywhere]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://www.1stwebdesigner.com/?p=22305</guid>
		<description><![CDATA[Twitter has launched @Anywhere, a more simple way of integrating twitter in your site. With it you can add follow buttons, hovercards, linkify twitter usernames and connect with twitter.  In this tutorial, I will show you how to use @Anywhere in your site. I will add some twitter @Anywhere features to the application build in [...]]]></description>
			<content:encoded><![CDATA[<p><a target="_blank" href="http://www.1stwebdesigner.com/tutorials/connect-twitter-anywhere/"><img class="alignleft size-full wp-image-22316" src="http://www.1stwebdesigner.com/wp-content/uploads/2010/08/how_to_integrate_twitter_anywhere.jpg" alt="" width="150" height="150" /></a>Twitter has launched <a href="http://dev.twitter.com/anywhere" target="_blank">@Anywhere</a>, a more simple way of integrating twitter in your site. With it you can add follow buttons, hovercards, linkify twitter usernames and connect with twitter.  In this tutorial, I will show you how to use @Anywhere in your site. I will add some twitter @Anywhere features to the application build in my previous tutorials, the distance finder (<a href="http://www.1stwebdesigner.com/tutorials/distance-finder-google-maps-api/" target="_blank">part1</a> of the tutorial, <a href="http://www.1stwebdesigner.com/tutorials/distance-finder-google-maps-2/" target="_blank">part2</a>).<span id="more-22305"></span></p>
<p><strong>What are we going to build?</strong></p>
<p>The distance finder we created using the previous tutorials uses the google maps api to let you find the distance and route between two locations. In this tutorial, I’ll show you how to share your search results with your twitter followers. I’ll also show you how to add hovercards and linkify usernames.</p>
<p>You can view the demo <a target="_blank" href="http://www.aniri.ro/distancefinder/integrate-twitter-distance-finder-part-3.php" target="_blank">here</a>. And also download <a target="_blank" href="http://www.aniri.ro/distancefinder/integrate-twitter-distance-finder-part-3.rar" target="_blank">the source code</a>.</p>
<p><strong>Prerequisites</strong></p>
<p>The first thing we need to do in order to use @Anywhere is to registered a new twitter application. We can do this <a target="_blank" href="http://dev.twitter.com/anywhere/apps/new" target="_blank">here</a>. Once we fill in that form, we will be given an APIkey to use in the app.</p>
<p>Next, we’ll have to include the @Anywhere script. We’ll add the following code to your &lt;head&gt;section:</p>
<pre class="brush: xml;">

&lt;script src=&quot;http://platform.twitter.com/anywhere.js?id=ADD_YOUR_API_KEY_HERE&amp;v=1&quot;&gt;&lt;/script&gt;
</pre>
<p>Don’t forget to fill in the api key!</p>
<p>As some of the options from @Anywhere require jquery, we will have to include that too:</p>
<pre class="brush: xml;">

&lt;script src=&quot;http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js&quot;  type=&quot;text/javascript&quot;&gt;&lt;/script&gt;
</pre>
<p><strong><br />
</strong> <strong>Adding a comment box</strong><br />
<strong><br />
</strong>Let’s see what we need to add to show a small comment box to help us share the search results with our friends.</p>
<p>We’ll have to add another div to the layout, where to show the comment box with the text to share with our friends.</p>
<pre class="brush: xml;">

&lt;center&gt;&lt;div style=&quot;width:100%; height:13%&quot;&gt;&lt;/div&gt;&lt;/center&gt;
</pre>
<p>In the javascript function that shows the route (called continueShowRoute) we will have to add some code to show the comment box.</p>
<pre class="brush: jscript;">
//we have to create a div where @Anywhere will place the comment box; the div will be created inside the share div
var twitter = &quot;&lt;div class='comments'&gt;&lt;/div&gt;&quot;;
document.getElementById(&quot;share&quot;).innerHTML = twitter;
// we’ll call the share_twitter function with the two addresses as parameters.
share_twitter(address1, address2);
</pre>
<p>The share_twitter function is used to create the link to share with our friends and show the comment box.</p>
<p>The code which uses @Anywhere to show the comment box is pretty simple. It looks like this:</p>
<pre class="brush: jscript;">twttr.anywhere(function(twitter) {
   twitter(&quot;.comments&quot;).tweetBox({
      label: 'Share with your twitter friends!',
      defaultContent: 'My search on distancefinder: '+url,
      height: 30
   });
});
</pre>
<p>It calls the anywhere function for the twttr object and passes the tweetBox function as a parameter.  The comment box will be shown in the div with the id given as parameter (&#8220;.comments&#8221;). We can set the following options for the comment box:</p>
<ul>
<li> Label: the text to be shown above the box</li>
<li> DefaultContent: the content of the box</li>
<li> Height, width: the boxes dimensions</li>
<li> Counter:<span style="font-family: monospace;"><strong> </strong></span>whether or not to show the counter for remaining characters</li>
<li> OnTweet: a function to be called when the tweet button is pressed.</li>
</ul>
<p>We will also have to share the link to the current page. We’ll also have to add the two address values to the url to be able to share a search result. This way, when the friend clicks on our link, they will be redirected to the application page with the addresses set and see our results. We will use PHP Get to pass the two addresses.</p>
<p>As the url might get too long for a tweet, we’ll have to shorten it. For this we can use <a target="_blank" href="http://tinyurl.com" target="_blank">tinyurl</a> to obtain a shorter url address. To do this, we have to make a request to:</p>
<pre class="brush: xml;">

&lt;a href=&quot;http://tinyurl.com/api-create.php?url=THE_LONG_URL&quot;&gt;http://tinyurl.com/api-create.php?url=THE_LONG_URL&lt;/a&gt;
</pre>
<p>We’ll make a php script that receives an url address, sends a request to tinyurl.com and returns the result.  We’ll store it in the file called getShortURL.php. The script looks like this:</p>
<pre class="brush: php;">
&lt;?php
$url = $_GET['url'];
echo file_get_contents(&quot;http://tinyurl.com/api-create.php?url=&quot; . urlencode($url));
?&gt;
</pre>
<p>We’ll have to call this script using ajax from our share_twitter function and, when we get the result from the script, show the comment box from @Anywhere.</p>
<p>Here’s how the code for this looks like:</p>
<pre class="brush: jscript;">
var xmlhttp;
function share_twitter(a1, a2)
{
  var my_url = location.href;
  if (my_url.indexOf('?a1=') != -1)
  {
    my_url = my_url.substr(0, my_url.indexOf(&quot;?&quot;));
  }
  my_url += &quot;?a1=&quot;+a1+&quot;&amp;a2=&quot;+a2;

  xmlhttp=GetXmlHttpObject();
  if (xmlhttp==null)
  {
    alert (&quot;Browser does not support HTTP Request&quot;);
    return;
  }
  var url=&quot;getShortURL.php&quot;;
  url=url+&quot;?url=&quot;+encodeURIComponent(my_url);

  xmlhttp.onreadystatechange=stateChanged;
  xmlhttp.open(&quot;GET&quot;,url,true);
  xmlhttp.send(null);
}

function stateChanged()
{
  if (xmlhttp.readyState==4)
  {
    twttr.anywhere(function(twitter) {
      twitter(&quot;.comments&quot;).tweetBox({
         label: 'Share with your twitter friends!',
         defaultContent: 'My search on distancefinder: '+xmlhttp.responseText,
         height: 30
      });
    });
  }
}
</pre>
<p>Here’s what the share_twitter function does. It first get the url of the current page:</p>
<pre class="brush: jscript;">
var my_url = location.href;
</pre>
<p>If there are already some variables set in PHP GET it erases them and adds the new values (a1 and a2, the functions parameters)</p>
<pre class="brush: jscript;">
if (my_url.indexOf('?a1=') != -1)
{
  my_url = my_url.substr(0, my_url.indexOf(&quot;?&quot;));
}
my_url += &quot;?a1=&quot;+a1+&quot;&amp;a2=&quot;+a2;
</pre>
<p>The rest of the code is a bit more complicated (also, I’ve not shown here the GetXmlHttpObject function; you can see it in the source code), but you don’t have to worry if you don’t get it! All you need to do is that it is used to make the request to the getShortURL.php script and receive the result. When it gets the result (if (xmlhttp.readyState==4)) it calls the @anywhere code to show the comment box and sets the url value to the short url it received.</p>
<p>We will also have to add a few lines of code to our app, to be able to load our friends search results. As I said, we have sent the a1 and a2 parameters (the two addresses) through GET. We will have to add a script to check if the variables are set and if they are, to show the correct map.</p>
<p>We will add this php code before the &lt;/body&gt; tag:</p>
<pre class="brush: php;">
&lt;?php
if (isset($_GET['a1']) &amp;&amp; isset($_GET['a2']))
{
   echo &quot;&lt;script&gt;start('&quot;.$_GET['a1'].&quot;', '&quot;.$_GET['a2'].&quot;');&lt;/script&gt;&quot;;
}
?&gt;
</pre>
<p>As you can see, the script will call the start function if the two parameters are set. Let’s see how the start function looks like:</p>
<pre class="brush: jscript;">
function start(a1, a2)
{
   document.getElementById(&quot;address1&quot;).value = a1;
   document.getElementById(&quot;address2&quot;).value = a2;
   initialize();
}</pre>
<p>All it has to do is set the address values in the textboxes and to call to initialize() function, the one that shows the map.</p>
<p>And that’s it! We now have a comment box in our app. Of course, the users will have to be logged in their twitter accounts and allow your app to connect to their accounts. But all this is taken care of by @Anywhere!</p>
<p>Let’s check out other features of @Anywhere:</p>
<p><strong>Linkifying twitter usernames</strong></p>
<p>With only a few javascript lines added to the head section of your site, @Anywhere will convert all twitter usernames on your page in links to the proper twitter profiles.</p>
<p>Here’s the script we need to add:</p>
<pre class="brush: jscript;">
twttr.anywhere(function (T) {
   T.linkifyUsers();
});
</pre>
<p>You just have to call the linkifyUsers() function. This code will turn all twitter usernames found in the &lt;body&gt; section to links. You can also chose to only linkify the usernames in a section of your site. To do this, you will only need to specify the id of the element which has the usernames you want linkified.</p>
<pre class="brush: jscript;">
twttr.anywhere(function (T) {
   T(&quot;#ELEMENT_ID&quot;).linkifyUsers();
});
</pre>
<p><strong>Hovercards</strong></p>
<p>Hovercards are small tooltips that show some data about a particular Twitter user. These will show up if you go with the mouse over a twitter username on you site. To add this option, you will have to add this script:</p>
<pre class="brush: jscript;">
twttr.anywhere(function (T) {
   T.hovercards();
});
</pre>
<p>You can also limit the scope when the hovercards appear, just like with linkifying usenames.</p>
<p>Let’s add a twitter username to the site and test these features:</p>
<pre class="brush: xml;">&lt;center&gt;&lt;div style=&quot;width:100%; height:4%&quot;&gt;Demo App by @anirib&lt;/div&gt;&lt;/center&gt;</pre>
<p>@Anywhere seems pretty cool, eh?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.1stwebdesigner.com/tutorials/connect-twitter-anywhere/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>How to Create a Killer Portfolio in Photoshop [Very Detailed]</title>
		<link>http://www.1stwebdesigner.com/tutorials/portfolio-psd-photoshop-tutorial/</link>
		<comments>http://www.1stwebdesigner.com/tutorials/portfolio-psd-photoshop-tutorial/#comments</comments>
		<pubDate>Tue, 10 Aug 2010 10:00:22 +0000</pubDate>
		<dc:creator>Valters Bergspics</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[photoshop]]></category>
		<category><![CDATA[PSD Sitebuild]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://www.1stwebdesigner.com/?p=19650</guid>
		<description><![CDATA[In this in-depth tutorial, I will show you how to create a portfolio in Adobe Photoshop CS4. If you have never tried a site build in Photoshop then don&#8217;t worry because I have explained everything so that even noobs can continue with this tutorial. So what are we waiting for? Let&#8217;s start.

View full size &#124; [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.1stwebdesigner.com/tutorials/portfolio-psd-photoshop-tutorial/"><img class="alignleft size-full wp-image-20613" title="106-building-portfolio-photoshop-layout" src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/106-building-portfolio-photoshop-layout.jpg" alt="" width="150" height="150" /></a>In this in-depth tutorial, I will show you how to create a portfolio in Adobe Photoshop CS4. If you have never tried a site build in Photoshop then don&#8217;t worry because I have explained everything so that even noobs can continue with this tutorial. So what are we waiting for? Let&#8217;s start.<span id="more-19650"></span></p>
<p><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/105-building-portfolio-photoshop-layout.jpg" border="0" alt="105" /></p>
<p><a href="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/104-building-portfolio-photoshop-layout.jpg">View full size</a> | <a href="http://www.1stwebdesigner.com/wp-content/uploads/2010/08/portfolio.zip">Download PSD</a></p>
<p>Resources that you will need:</p>
<ul>
<li><a target="_blank" href="http://www.dafont.com/bebas.font">Font set</a></li>
<li><a target="_blank" href="http://www.chethstudios.net/2009/03/elegant-social-media-icons-version-20.html">Icon set 1</a></li>
<li><a target="_blank" href="http://min.frexy.com/article/milky_a_free_vector_icon_set_part_1/">Icon set 2</a></li>
</ul>
<h2>Step 1 –  Creating document</h2>
<p>So, lets create new document, (File &gt; New&#8230;). Make this document <strong>1200 px per width</strong> and <strong>1500 px per height</strong> and press OK.</p>
<h2>Step 2 –  Background</h2>
<p>2.1 Convert &#8220;Background&#8221; layer to &#8220;Layer From Background&#8230;&#8221;. Thats because to let us make this layer editable.</p>
<p><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/1-building-portfolio-photoshop-layout.jpg" border="0" alt="1" /></p>
<p>2.2 Rename &#8220;Layer 0&#8243; to &#8220;Background&#8221;.</p>
<p>2.3 Press right mouse button on layer to go to Blending Options.</p>
<p><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/2-building-portfolio-photoshop-layout.jpg" border="0" alt="2" /></p>
<p>2.4 Set Color Overlay to <strong>#f2f1dd</strong></p>
<h2>Step 3 –  Headers Background</h2>
<p>3.1 Take “Rectangular Marquee Tool” and set Style to “Fixed Size”, set <strong>width to 1200 px</strong> and <strong>height to 108 px</strong>.</p>
<p><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/3-building-portfolio-photoshop-layout.jpg" border="0" alt="3" /></p>
<p>3.2 Select now the very top (just like in the previous image), create new layer, name it “header background” and fill it with any color using “Paint Bucket Tool”.</p>
<p>3.3 Go to layers “header background” Blending Options &gt; Gradient Overlay. Change only color, everything else is by default. So color use from <strong>#dfc78d</strong> to <strong>#ccb681</strong>.</p>
<p><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/4-building-portfolio-photoshop-layout.jpg" border="0" alt="4" /></p>
<h2>Step 4 –  Logo</h2>
<p>4.1 Write logo or use your own logo. I wrote logo and made some nice modifications to it. So write down “PORTFOLIO”, set font to Bebas (it&#8217;s in the resources section upper), font size to <strong>72 pt</strong> and set it to “Smooth”, put it somewhere in headers section. Something like that:</p>
<p><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/5-building-portfolio-photoshop-layout.jpg" border="0" alt="5" /></p>
<p>4.2 Lets add some nicer look to logo. Go to Blending Options.</p>
<p>Set <span style="text-decoration: underline;">Drop Shadow</span>:</p>
<ul>
<li>Blend Mode: Normal and color complitely black –  <strong>#000000</strong></li>
<li>Opacity: <strong>14%</strong></li>
<li>Distance: <strong>0 px</strong></li>
<li>Size: <strong>6 px</strong></li>
</ul>
<p>Everything else is by default.</p>
<p><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/6-building-portfolio-photoshop-layout.jpg" border="0" alt="6" /></p>
<p>Set <span style="text-decoration: underline;">Inner Glow</span>:</p>
<ul>
<li>Blend Mode: <strong>Normal</strong></li>
<li>Opacity: <strong>100%</strong></li>
<li>Color: <strong>#e8e8e8</strong></li>
<li>Size: <strong>7px</strong></li>
</ul>
<p>Everything else is by default.</p>
<p><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/7-building-portfolio-photoshop-layout.jpg" border="0" alt="7" /></p>
<p>Set <span style="text-decoration: underline;">Stroke</span>:</p>
<ul>
<li>Size: <strong>1px</strong></li>
<li>Position: <strong>Inside</strong></li>
<li>Color: <strong>#ffffff</strong></li>
</ul>
<p>Everything else is by default.</p>
<p><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/8-building-portfolio-photoshop-layout.jpg" border="0" alt="8" /></p>
<p>So now it must look much more better than before.</p>
<p>4.3 Adding “Dagg Murphinn&#8217;s”. Write down persons name, use this setup: font &#8211; <strong>Bebas</strong>, size –  <strong>18 pt</strong>, “<strong>Smooth</strong>”, color –  <strong>#403a20</strong>. Put it in place like this:</p>
<p><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/9-building-portfolio-photoshop-layout.jpg" border="0" alt="9" /></p>
<p>4.4 Lets cut “IO”. We need to “Rasterize Type” layer “PORTFOLIO”, to do this click with mouse right button on layer “PORTFOLIO” and select “Rasterize Type”. This is because to let us delete some area from “IO”. Now take “Rectangular Marquee Tool” and select like this (“DAGG&#8217;s” height and some pixels more):</p>
<p><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/10-building-portfolio-photoshop-layout.jpg" border="0" alt="10" /></p>
<p>Oh, and if you cant select that area, then you forgot to change “Rectangular Marquee Tool&#8217;s” Style to Normal. So move selected area:</p>
<p><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/11-building-portfolio-photoshop-layout.jpg" border="0" alt="11" /></p>
<p><span style="text-decoration: underline;">Don&#8217;t forget that now you have selected layer “PORTFOLIO”.</span> Now just click button Delete on keyboard.</p>
<p>Select this area:</p>
<p><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/12-building-portfolio-photoshop-layout.jpg" border="0" alt="12" /></p>
<p>Press and hold CTRL and drag with mouse selected area:</p>
<p><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/13-building-portfolio-photoshop-layout.jpg" border="0" alt="13" /></p>
<p>4.5 Lets add some shining things. Create new layer between “header background” and “PORTFOLIO”, name it “shiny 1”. Select that area (in picture below), take “Brush Tool” and take brush like this –  <img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/14-building-portfolio-photoshop-layout.jpg" border="0" alt="14" />, use size for brush approximately <strong>560 px</strong> and just click it like that:</p>
<p><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/15-building-portfolio-photoshop-layout.jpg" border="0" alt="15" /></p>
<p>With “Eraser Tool” take the same brush style (just like before upper) and smaller size (I took 300 px) delete these areas:</p>
<p><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/16-building-portfolio-photoshop-layout.jpg" border="0" alt="16" /></p>
<p>Select this area:</p>
<p><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/17-building-portfolio-photoshop-layout.jpg" border="0" alt="17" /></p>
<p>Create new layer “shiny 2”, place it under “shiny 1” layer. Take “Brush Tool” and again brush is the same style, but size ~ 200 px. Click one time in selected area!</p>
<p>Delete these areas just like before, and set layers “shiny 2” opacity to <strong>40%</strong>.</p>
<p><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/19-building-portfolio-photoshop-layout.jpg" border="0" alt="19" /></p>
<p>YEAH! With logo we have done!</p>
<p>To let us work more easily and more qualitative, lets create folders to group layers. Click on layer “Dagg murphin&#8217;s” and create new folder.</p>
<p><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/20-building-portfolio-photoshop-layout.jpg" border="0" alt="20" /></p>
<p>Now click on the same layer “Dagg murphin&#8217;s”, and holding Shift button on your keyboard click on layer “header background”. It must look like that:</p>
<p><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/21-building-portfolio-photoshop-layout.jpg" border="0" alt="21" /></p>
<p>and then simply drag selected layers into that folder.</p>
<p><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/22-building-portfolio-photoshop-layout.jpg" border="0" alt="22" /></p>
<p>I forgot to change folders name, so name it “header”.</p>
<p>Lets group a little bit more, make folders like that:</p>
<p><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/23-building-portfolio-photoshop-layout.jpg" border="0" alt="23" /></p>
<h2>Step 5 –  Menu</h2>
<p>5.1 Make new layer into folder “menu”, name it “menu background”. Take “Rectangular Marquee Tool”, select Style to “Fixed Size” –  <strong>width: 1200 px</strong> and <strong>height: 32 px</strong>.</p>
<p>Select area under header, like that:</p>
<p><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/24-building-portfolio-photoshop-layout.jpg" border="0" alt="24" /></p>
<p>Fill it with color <strong>#7b5a34</strong> using “Paint Bucket Tool”.</p>
<p>5.2 Create new layer above layer “menu background”, name it “menu background 2”. Select area with “Rectangular Marquee Tool”, Style to “Fixed Size” –  <strong>width: 1200 px</strong> and <strong>height: 30 px</strong>, like:</p>
<p><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/25-building-portfolio-photoshop-layout.jpg" border="0" alt="25" /></p>
<p>Fill it with color <strong>#a87c47</strong>.</p>
<p>5.3 This is very similar to point 5.2. Create new layer above layer “menu background 2”, name it “menu background 3”. Select area with “Rectangular Marquee Tool”, Style to “Fixed Size” –  <strong>width: 1200 px</strong> and <strong>height: 28 px</strong>, like:</p>
<p><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/26-building-portfolio-photoshop-layout.jpg" border="0" alt="26" /></p>
<p>Fill it with any color. Now go to layers “menu background 3” Blending Options &gt; Gradient Overlay. Change only color:</p>
<ul>
<li>Where position 0% – #886439</li>
<li>Where position 50% – #7B5A34</li>
<li>Where position 100% – #88643A</li>
</ul>
<p><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/27-building-portfolio-photoshop-layout.jpg" border="0" alt="27" /></p>
<p>5.4 Write menu links.</p>
<p>Setup:</p>
<ul>
<li>Font: Tahoma</li>
<li>Font Size: 15 pt</li>
<li>Smooth</li>
<li>Color: #ffffff</li>
</ul>
<p><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/28-building-portfolio-photoshop-layout.jpg" border="0" alt="28" /></p>
<p>5.5 Creating separators. Create new layer above layer “Home …”,name it “sep”. Take “Rectangular Marquee Tool”, Style - Normal. Fill selected area with white color. Add Layer mask to that layer:</p>
<p><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/30-building-portfolio-photoshop-layout.jpg" border="0" alt="30" /></p>
<p>Take “Gradient Tool” and use setup “black to white to black” like this:</p>
<p><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/31-building-portfolio-photoshop-layout.jpg" border="0" alt="31" /></p>
<p>Take Gradient action across layer, from one side to other. Must be like this:</p>
<p><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/32-building-portfolio-photoshop-layout.jpg" border="0" alt="32" /></p>
<p>Duplicate layer “sep”.</p>
<p><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/33-building-portfolio-photoshop-layout.jpg" border="0" alt="33" /></p>
<p>Move new layer 1 px to right. Go to Blending Options &gt; Color Overlay and chose black color. Set opacity to both “sep” layers to <strong>20%</strong>. Merge both layers (select both layers &gt; press mouse right button &gt; Merge layers). Name new layer to “separator”. Duplicate this layer as much times as you have links and count off 1. So I have 5 links, so I must have 4 separators. The first one is already created, so i must duplicate this layer 3 times. When that is done, place layers between every two links.</p>
<p><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/34-building-portfolio-photoshop-layout.jpg" border="0" alt="34" /></p>
<h2>Step 6 –  Slider</h2>
<p>6.1 Create new folder –  “Slider”. Create new layer into “Slider”&#8217;s folder, name it “picture”. Get some picture and resize it to <strong>434 px per width</strong> and <strong>322 px per height</strong>. That&#8217;s random digits, you can chose your own size.</p>
<p>6.2 Duplicate this layer and put it under “picture” layer. Go Blending Options and use steup:</p>
<ul>
<li>Color Overlay: white –  <strong>#ffffff</strong></li>
<li>Stroke:
<ul>
<li>Size: <strong>2 px</strong></li>
<li>Position: <strong>Inside</strong></li>
<li>Color: <strong>#af977c</strong></li>
</ul>
</li>
</ul>
<p>Now we need to increase every side on edge to 5 px. To do this, press CTRL + T, zoom in to facilitate work and drag every side outside 5 px.</p>
<p><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/35-building-portfolio-photoshop-layout.jpg" border="0" alt="35" /></p>
<p><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/36-building-portfolio-photoshop-layout.jpg" border="0" alt="36" /></p>
<p>6.3 Creating arrows. Create new folder under layer “picture copy”, name it “arrow left”. Take “Ellipse Tool” and make a ball holding Shift on keyboard. Put it in place like this:</p>
<p><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/37-building-portfolio-photoshop-layout.jpg" border="0" alt="37" /></p>
<p>Do Gradient Overlay on that layer. Colors: from <strong>#70604e</strong> to <strong>#af977c</strong>.</p>
<p><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/38-building-portfolio-photoshop-layout.jpg" border="0" alt="38" /></p>
<p>6.4 Rasterize layer “Shape 1” (4.4) and rename it to “arrow background”. Now you can do two ways to select that area that you do not need: just selecting area to delete, or holding CTRL (in that place in image below) and selecting all layers area:</p>
<p><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/39-building-portfolio-photoshop-layout.jpg" border="0" alt="39" /></p>
<p><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/40-building-portfolio-photoshop-layout.jpg" border="0" alt="40" /></p>
<p>Now just click Delete on keyboard.</p>
<p>Create new layer above layer “arrow background”, name it “stroke”, select all “arrow background” area (just like in step 6.4), go to Edit &gt; Stroke…</p>
<p>Use color <strong>#c2b8ab</strong> for stroke and location inside.</p>
<p><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/41-building-portfolio-photoshop-layout.jpg" border="0" alt="41" /></p>
<p>Zoom in, press CTRL + T to resize, and reduce all sides by 1 px except the right one.</p>
<p><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/42-building-portfolio-photoshop-layout.jpg" border="0" alt="42" /></p>
<p>add layer mask (5.5), take Gradient Tool and use gradient from black to white, now just drag it from right to left.</p>
<p><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/43-building-portfolio-photoshop-layout.jpg" border="0" alt="43" /></p>
<p>Create new layer above previous one. Name it “shiny”. Select all layer “arrow background” and unselect from it bottom.</p>
<p><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/44-building-portfolio-photoshop-layout.jpg" border="0" alt="44" /></p>
<p>Fill it with white color and go to its blending options.</p>
<p>Setup:</p>
<ul>
<li>Opacity: <strong>8%</strong></li>
<li>Fill Opacity: <strong>0%</strong></li>
<li>Gradient Overlay:
<ul>
<li>Color: from <strong>white to white</strong>, and there where are opacity changers above color chosers, select first one to <strong>100%</strong> and second one to <strong>0%</strong></li>
</ul>
</li>
</ul>
<p><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/45-building-portfolio-photoshop-layout.jpg" border="0" alt="45" /></p>
<p>Create new layer above previous one, name it “arrow”, take “Rounded Rectangle Tool” and set radius to 10 px or more. Make it like this:</p>
<p><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/46-building-portfolio-photoshop-layout.jpg" border="0" alt="46" /></p>
<p>Press CTRL + T and rotate it like this:</p>
<p><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/47-building-portfolio-photoshop-layout.jpg" border="0" alt="47" /></p>
<p>Do “Rasterize Layer” (4.4) and delete area that is under “shiny” layer.</p>
<p><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/48-building-portfolio-photoshop-layout.jpg" border="0" alt="48" /></p>
<p>Duplicate this layer (5.5), press CTRL + T and transform it vertically (right click and Flip Vertical), drag it under previous layer.</p>
<p><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/49-building-portfolio-photoshop-layout.jpg" border="0" alt="49" /></p>
<p>Merge both arrow layers (5.5), duplicate the new one and place both layers that you like it. And merge these arrow layers again, rename it to “arrows”.</p>
<p><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/50-building-portfolio-photoshop-layout.jpg" border="0" alt="50" /></p>
<p>To copy all this what we have done to arrows, lets copy (duplicate) folder “arrow left” and rename it to “arrow right”. Holding SHIFT drag it to right side of picture. Press CTRL + T and transform it horizontally (right click &gt; Flip Horizontal).</p>
<p><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/51-building-portfolio-photoshop-layout.jpg" border="0" alt="51" /></p>
<p><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/52-building-portfolio-photoshop-layout.jpg" border="0" alt="52" /></p>
<p>Arrows completed!</p>
<p>6.5 Adding some extra text one picture. Create new layer above layer “picture”, name it “text background”. Select all “picture” area (6.4), unselect some area:</p>
<p><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/53-building-portfolio-photoshop-layout.jpg" border="0" alt="53" /></p>
<p>Fill in that area with black color and set opacity to this layer <strong>35%</strong>.</p>
<p>Write down some random text.</p>
<p>Setup to heading:</p>
<ul>
<li>Font: <strong>Tahoma</strong> and <strong>Bold</strong></li>
<li>Size: <strong>12 pt</strong></li>
<li><strong>None</strong></li>
<li>Color: <strong>#bcbcbc</strong></li>
</ul>
<p>Setup to paragraph:</p>
<ul>
<li>Font: <strong>Tahoma</strong></li>
<li>Size: <strong>11 pt</strong></li>
<li><strong>None</strong></li>
<li>Color: <strong>#bcbcbc</strong></li>
</ul>
<p><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/54-building-portfolio-photoshop-layout.jpg" border="0" alt="54" /></p>
<h2>Step 7 –  Creating “Fast info”</h2>
<p>7.1 Create new folder below “Slider” folder. Name it “Fast info”, create again new folder in this filder, name it “who am i”. Upload some icon. Name this layer “icon”. Write some text.</p>
<p>Setup:</p>
<ul>
<li>Font: <strong>Tahoma</strong></li>
<li>Size: <strong>15 pt</strong></li>
<li><strong>Smooth</strong></li>
<li>Color: <strong>#5e3a04</strong></li>
</ul>
<p><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/55-building-portfolio-photoshop-layout.jpg" border="0" alt="55" /></p>
<p><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/56-building-portfolio-photoshop-layout.jpg" border="0" alt="56" /></p>
<p>7.2 Create new layer, doesn&#8217;t matter how you name it. Select area like this (only 1 px per height):</p>
<p><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/57-building-portfolio-photoshop-layout.jpg" border="0" alt="57" /></p>
<p>Fill it with <strong>#d5bba2</strong>. Now duplicate this layer and drag it like this:</p>
<p><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/58-building-portfolio-photoshop-layout.jpg" border="0" alt="58" /></p>
<p>Merge layers.</p>
<p>And repeat duplicating layers and merging til you get something like this:</p>
<p><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/59-building-portfolio-photoshop-layout.jpg" border="0" alt="59" /></p>
<p>Rename this layer as “line”.</p>
<p>Write down dome random text.</p>
<p>Setup:</p>
<ul>
<li>Font: <strong>Tahoma</strong></li>
<li>Size: <strong>11 px</strong></li>
<li>Color: <strong>#373737</strong></li>
</ul>
<p><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/60-building-portfolio-photoshop-layout.jpg" border="0" alt="60" /></p>
<p>Now you have one “fast info” completed, now you can re-do steps 7.1 and 7.2 to create second one or copy these layers (all folder) to create second “fast info”.</p>
<p><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/61-building-portfolio-photoshop-layout.jpg" border="0" alt="61" /></p>
<h2>Step 8 –  Latest in blogs</h2>
<p>8.1 Create new folder below “Fast info” folder, name it “Latest in blogs”. Write “Latest in blogs”. Use this setup:</p>
<ul>
<li>Font: <strong>Tahoma</strong></li>
<li>Size: <strong>16 pt</strong></li>
<li><strong>Sharp</strong></li>
<li>Color: <strong>#4b310b</strong></li>
</ul>
<p>Create new layer under previous one. Select area (1 px height):</p>
<p><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/62-building-portfolio-photoshop-layout.jpg" border="0" alt="62" /></p>
<p>Fill it with black color. Set opacity to this layer 20%. Duplicate this layer and drag it 1 px under previous layer. Go to Blending options and set Color overlay to white. Set Opacity to this layer 100%. Merge both these layers and rename new layer to “line”.</p>
<p><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/63-building-portfolio-photoshop-layout.jpg" border="0" alt="63" /></p>
<p>Now you must erase right and left side for better looking. To do this, take “Eraser Tool”, brush style like this –  <img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/14-building-portfolio-photoshop-layout.jpg" border="0" alt="14" />, size approximately 200 px.</p>
<p><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/64-building-portfolio-photoshop-layout.jpg" border="0" alt="64" /></p>
<p>8.2 Grab some random picture, resize it to 50 x 50 px. Rename it to “pic”, go to its blending options &gt; stroke and user setup:</p>
<ul>
<li>Size: <strong>1px</strong></li>
<li>Color: <strong>#786754</strong></li>
<li>Position: <strong>Outside</strong></li>
</ul>
<p>Write some random text. Setup:</p>
<ul>
<li>Font: <strong>Tahoma Bold</strong></li>
<li>Size: <strong>14 pt</strong></li>
<li><strong>None</strong></li>
<li>Color: <strong>#4b310b</strong></li>
</ul>
<p><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/65-building-portfolio-photoshop-layout.jpg" border="0" alt="65" /></p>
<p>Now you must create line like this:</p>
<p><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/66-building-portfolio-photoshop-layout.jpg" border="0" alt="66" /></p>
<p><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/67-building-portfolio-photoshop-layout.jpg" border="0" alt="67" /></p>
<p>To do that, you just need to follow step 7.2, but lines pixels are 1 x 1. When it&#8217;s done, rename new layer to “line”, and set color overlay to <strong>#cac4b0</strong> color.</p>
<p>Make folders and layers like this:</p>
<p><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/68-building-portfolio-photoshop-layout.jpg" border="0" alt="68" /></p>
<p>Now duplicate folder “article” as many times as you wish and drag it below, I did 4. And remember to delete layer “line” in last “article” folder, because that layer is needless.</p>
<p><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/69-building-portfolio-photoshop-layout.jpg" border="0" alt="69" /></p>
<p>So, left side is now completed!</p>
<h2>Step 9 –  Right side</h2>
<p>9.1 Create new folder below folder “Latest in blogs”, name it “right side”. Grab “Rectangular Marquee Tool”, set style to Fixed size –  width 300 px, height 1300 px. Select area like this:</p>
<p><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/70-building-portfolio-photoshop-layout.jpg" border="0" alt="70" /></p>
<p>Create new layer “background”. Fill it with #ece9d4 color.</p>
<p><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/71-building-portfolio-photoshop-layout.jpg" border="0" alt="71" /></p>
<p>9.2 Create new folder inside this folder, name it “contact me now”. Write some text, use this setup:</p>
<ul>
<li>Font: <strong>Tahoma</strong></li>
<li>Size: <strong>13 pt</strong></li>
<li><strong>None</strong></li>
<li>Color: <strong>#9e4205</strong></li>
</ul>
<p><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/72-building-portfolio-photoshop-layout.jpg" border="0" alt="72" /></p>
<p>9.3 Select area with “Rectangular Marquee Tool”, using 1 px per height.</p>
<p><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/73-building-portfolio-photoshop-layout.jpg" border="0" alt="73" /></p>
<p>Create new layer, fill it with #dfd8c1 color. Now duplicate this layer and drag it 2 pixels down.</p>
<p><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/74-building-portfolio-photoshop-layout.jpg" border="0" alt="74" /></p>
<p>Merge these two “line” layers, rename it to “hr”.</p>
<p>9.4 Add some text with this setup:</p>
<ul>
<li>Font: <strong>Tahoma</strong></li>
<li>Size: <strong>11 pt</strong></li>
<li><strong>None</strong></li>
<li>Color: <strong>#553b2a</strong></li>
</ul>
<p><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/75-building-portfolio-photoshop-layout.jpg" border="0" alt="75" /></p>
<p>9.5 Re-do steps 9.2 to 9.4 (or just duplicate these layers and rename such things as “contact me now”) as many times you wish to add some panel. Now you will have some challenge to do by yourself, now when you have learned how to make some very simple things in Photoshop, you must add panels.</p>
<p><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/76-building-portfolio-photoshop-layout.jpg" border="0" alt="76" /></p>
<p>I think that you can do these simple things. I will just say some stups that will help you.</p>
<p>For picture:</p>
<p><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/77-building-portfolio-photoshop-layout.jpg" border="0" alt="77" /></p>
<p>How to make border like that: take a look at step 6.2, but here borders color is <strong>#7d765e</strong></p>
<p>For “more”:</p>
<p><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/78-building-portfolio-photoshop-layout.jpg" border="0" alt="78" /></p>
<ul>
<li>Font: <strong>Tahoma</strong></li>
<li>Size: <strong>10 pt</strong></li>
<li><strong>None</strong></li>
<li>Color: <strong>#70673e</strong></li>
</ul>
<p>For picture that is not hovered:</p>
<p><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/79-building-portfolio-photoshop-layout.jpg" border="0" alt="79" /></p>
<p>How to make border like that: take a look at step 6.2, but here borders color is <strong>#a7a089</strong></p>
<p>And also, go to blending options &gt; color overlay &gt; color: <strong>#000000</strong>, opacity: <strong>30%</strong>.</p>
<p>For picture that is hovered:</p>
<p><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/80-building-portfolio-photoshop-layout.jpg" border="0" alt="80" /></p>
<p>How to make border like that: take a look at step 6.2, but here borders color is <strong>#9e4306</strong></p>
<p>And there is no such thing as color overlay for hovered layer.</p>
<p>Icons you can get from icon pack at the top of article.</p>
<p><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/81-building-portfolio-photoshop-layout.jpg" border="0" alt="81" /></p>
<p>If you have successfully followed previous steps, than you must have something like this:</p>
<p><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/76-building-portfolio-photoshop-layout.jpg" border="0" alt="76" /></p>
<h2>Step 10 –  Footer</h2>
<p>10.1 Create new folder below folder “right side”, name it “footer”. Create new layer “background”, take “Rectangular Marquee Tool” and set Style to “Fixed Size”, set <strong>width to 1200 px</strong> and <strong>height to 280 px</strong>. Now select very bottom of document.</p>
<p><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/82-building-portfolio-photoshop-layout.jpg" border="0" alt="82" /></p>
<p>Fill it with <strong>#1e1e1e</strong> color. Go back to “right side” layer “background” and delete area that is needless.</p>
<p><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/83-building-portfolio-photoshop-layout.jpg" border="0" alt="83" /></p>
<p>10.2 Go back to “footer”. Create new layer above “background”, name it “shadow”, select area:</p>
<p><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/84-building-portfolio-photoshop-layout.jpg" border="0" alt="84" /></p>
<p>Fill it with any color. Go to blending options &gt; gradient overlay and change only colors: from <strong>#1e1e1e</strong> to <strong>#121212</strong>.</p>
<p>10.3 Above layer “shadow” create new folder named “our team”, in it write text “OUR TEAM” using this setup for Inner Shadow:</p>
<p><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/85-building-portfolio-photoshop-layout.jpg" border="0" alt="85" /></p>
<p>And for color overlay use just color <strong>#c55b13</strong>.</p>
<p><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/86-building-portfolio-photoshop-layout.jpg" border="0" alt="86" /></p>
<p>10.4 Create line like this (just the same as in step 8.2, but color overlay chose #ba7546):</p>
<p><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/87-building-portfolio-photoshop-layout.jpg" border="0" alt="87" /></p>
<p>10.5 Write down some names and surnames:</p>
<p>Setup:</p>
<ul>
<li>Font: <strong>Tahoma</strong></li>
<li>Size: <strong>14 pt</strong></li>
<li><strong>Sharp</strong></li>
<li>Color: <strong>#6b6958</strong></li>
</ul>
<p><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/88-building-portfolio-photoshop-layout.jpg" border="0" alt="88" /></p>
<p>10.6 Duplicate folder “our team” and delete last layer (where are names and surnames), rename new folder to “offer us a job”, then extend line:</p>
<p><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/89-building-portfolio-photoshop-layout.jpg" border="0" alt="89" /></p>
<p><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/90-building-portfolio-photoshop-layout.jpg" border="0" alt="90" /></p>
<p>10.7 Take “Rounded Rectangle Tool”, set radius to 4 px. Drag it like that:</p>
<p><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/92-building-portfolio-photoshop-layout.jpg" border="0" alt="92" /></p>
<p>Use setup:</p>
<p>Drop Shadow:</p>
<p><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/93-building-portfolio-photoshop-layout.jpg" border="0" alt="93" /></p>
<p>Inner Glow:</p>
<p><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/94-building-portfolio-photoshop-layout.jpg" border="0" alt="94" /></p>
<p>Gradient Overlay (From <strong>#1a1a1a</strong> to <strong>#1c1c1c</strong> to <strong>#1a1a1a</strong>):</p>
<p><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/95-building-portfolio-photoshop-layout.jpg" border="0" alt="95" /></p>
<p>And get something like this:</p>
<p><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/91-building-portfolio-photoshop-layout.jpg" border="0" alt="91" /></p>
<p>Write some text, setup:</p>
<ul>
<li>Font: <strong>Tahoma</strong></li>
<li>Size: <strong>12 pt</strong></li>
<li><strong>None</strong></li>
<li>Color: <strong>#b89883</strong></li>
</ul>
<p><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/96-building-portfolio-photoshop-layout.jpg" border="0" alt="96" /></p>
<p>10.8 Duplicate these layers:</p>
<p><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/97-building-portfolio-photoshop-layout.jpg" border="0" alt="97" /></p>
<p>10.9 Create button, use the same steps as in 10.7:</p>
<p><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/98-building-portfolio-photoshop-layout.jpg" border="0" alt="98" /></p>
<p>Setup:</p>
<p>Drop Shadow:</p>
<p><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/93-building-portfolio-photoshop-layout.jpg" border="0" alt="93" /></p>
<p>Inner Glow:</p>
<p><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/94-building-portfolio-photoshop-layout.jpg" border="0" alt="94" /></p>
<p>And color overlay just color <strong>#21160f</strong>.</p>
<p>10.10 Create new folder below “offer us a job”, name it “button and copyright”. Create shape with “Rounded Rectangle Tool”, radius 4 px. Do “Rasterize Layer” (4.4) and delete needless area to get something like this:</p>
<p><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/99-building-portfolio-photoshop-layout.jpg" border="0" alt="99" /></p>
<p>Use Gradient Overlay setup for this layer:</p>
<p>From #b1ae95 (0%) to #ece9d4 (17%) to #ece9d4 (74%) to #a19c7c (100%)</p>
<p><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/100-building-portfolio-photoshop-layout.jpg" border="0" alt="100" /></p>
<p>Name this layer as “top background”.</p>
<p>10.11 Add arrow from icon pack at the top of article. Delete needless area and go Images &gt; Adjustments &gt; Desaturate.</p>
<p><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/101-building-portfolio-photoshop-layout.jpg" border="0" alt="101" /></p>
<p>10.12 Add text using setup:</p>
<ul>
<li>Font: <strong>Tahoma</strong></li>
<li>Size <strong>14 pt</strong></li>
<li><strong>Smooth</strong></li>
</ul>
<p>Drop Shadow:</p>
<p><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/102-building-portfolio-photoshop-layout.jpg" border="0" alt="102" /></p>
<p>And color overlay just color <strong>#2c2c2c</strong>.</p>
<p><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/103-building-portfolio-photoshop-layout.jpg" border="0" alt="103" /></p>
<p>10.13 And copyright using setup:</p>
<ul>
<li>Font: <strong>Tahoma Bold</strong></li>
<li>Size: <strong>10 pt</strong></li>
<li><strong>None</strong></li>
<li>Color: <strong>#a96b41</strong></li>
</ul>
<p><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/107-building-portfolio-photoshop-layout.jpg" border="0" alt="107" /></p>
<p>And that&#8217;s it! We&#8217;re done! Please post your outcomes!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.1stwebdesigner.com/tutorials/portfolio-psd-photoshop-tutorial/feed/</wfw:commentRss>
		<slash:comments>18</slash:comments>
		</item>
		<item>
		<title>jQuery for Complete Beginners: Part 4</title>
		<link>http://www.1stwebdesigner.com/tutorials/jquery-beginners-4/</link>
		<comments>http://www.1stwebdesigner.com/tutorials/jquery-beginners-4/#comments</comments>
		<pubDate>Mon, 02 Aug 2010 10:00:05 +0000</pubDate>
		<dc:creator>Jack Franklin</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[webdev]]></category>

		<guid isPermaLink="false">http://www.1stwebdesigner.com/?p=14050</guid>
		<description><![CDATA[ Welcome back to jQuery for Beginners. Just a quick recap first &#8211; in the first two weeks we covered the very basics of jQuery and interacting with elements. Last time round we made an accordion &#8211; something which taught us a few of the jQuery special animation functions that are built in to jQuery. [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.1stwebdesigner.com/tutorials/jquery-beginners-4/"><img class="alignleft size-full wp-image-14053" src="http://www.1stwebdesigner.com/wp-content/uploads/2010/05/thumb4.png" alt="" width="150" height="150" /></a> Welcome back to jQuery for Beginners. Just a quick recap first &#8211; in the first two weeks we covered the very basics of jQuery and interacting with elements. Last time round we made an accordion &#8211; something which taught us a few of the jQuery special animation functions that are built in to jQuery. Today we will be using those functions and a bit more as we look at creating a nice looking Gallery page, built with HTML and CSS, and then adding some nice interactive effects with jQuery.<span id="more-14050"></span>You can see the <a href="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/jquery-beginners-4/index.html">live demo</a> here. You can also download the source code <a href="http://www.1stwebdesigner.com/wp-content/uploads/2010/05/jquery-beginners-4.zip">here</a>.</p>
<p>Firstly, open up a new HTML page, add the basic HTML code and then include jQuery like so:</p>
<pre class="brush: xml;">
	&lt;script src=&quot;http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js&quot; type=&quot;text/javascript&quot; charset=&quot;utf-8&quot;&gt;&lt;/script&gt;
	&lt;script type=&quot;text/javascript&quot;&gt;

	&lt;/script&gt;
</pre>
<p>I&#8217;ve also added another script tag that is blank. This is where our code will go. Notice that when I included jQuery from the Google CDN (we covered this back in the first post) I&#8217;ve used &#8220;jquery/1/jquery.min.js&#8221;. Using just &#8220;1&#8243; means we will automatically be given the most recent version of jQuery, until we get to jQuery 2, which is a fair way off for now. You could be much more specific, of course, if you wished, but for me it makes logical sense to keep up to date with the most recent versions.</p>
<p>Now we&#8217;ve got that sorted, I&#8217;ve got a basic HTML structure for our gallery, ready made with five images. If you go to the bottom of this post, you can download them, along with the completed code.</p>
<pre class="brush: xml;">
div id=&quot;gallery&quot;&gt;
		&lt;div class=&quot;galleryitem&quot;&gt;&lt;img src=&quot;image1.jpg&quot; alt=&quot;A beautiful Sunset over a field&quot; /&gt;&lt;p&gt;A beautiful Sunset over a field&lt;/p&gt;&lt;/div&gt;
		&lt;div class=&quot;galleryitem&quot;&gt;&lt;img src=&quot;image2.jpg&quot; alt=&quot;Some penguins on the beach&quot; /&gt;&lt;p&gt;Some penguins on the beach&lt;/p&gt;&lt;/div&gt;
		&lt;div class=&quot;galleryitem&quot;&gt;&lt;img src=&quot;image3.jpg&quot; alt=&quot;The sun trying to break through the clouds&quot; /&gt;&lt;p&gt;The sun trying to break through the clouds&lt;/p&gt;&lt;/div&gt;
		&lt;div class=&quot;galleryitem&quot;&gt;&lt;img src=&quot;image4.jpg&quot; alt=&quot;Palm tress on a sunny day&quot; /&gt;&lt;p&gt;Palm tress on a sunny day&lt;/p&gt;&lt;/div&gt;
		&lt;div class=&quot;galleryitem&quot;&gt;&lt;img src=&quot;image5.jpg&quot; alt=&quot;The sun bursting through the tall grass&quot; /&gt;&lt;p&gt;The sun bursting through the tall grass&lt;/p&gt;&lt;/div&gt;
	&lt;/div&gt;
</pre>
<p>Next up we will apply some CSS styling to make it look nicer. Seeing as this is a jQuery tutorial, I&#8217;m not going to explain much of this. Essentially I&#8217;m just adding a border, styling the font and floating the images so they display next to each other.</p>
<pre class="brush: css;">
	#gallery {width: 960px; margin: 0 auto;}
		.galleryitem {width: 300px; height: 300px;float: left; font-family: Lucida Sans Unicode, Arial; font-style: italic; font-size: 13px; border: 5px solid black; margin: 3px;}
		.galleryitem img {width: 300px;}
		.galleryitem p {text-indent: 15px;}
</pre>
<p>And your page should look something like this:</p>
<p><a href="http://www.1stwebdesigner.com/wp-content/uploads/2010/05/jquery4-1.jpg"><img class="alignleft size-full wp-image-14054" src="http://www.1stwebdesigner.com/wp-content/uploads/2010/05/jquery4-1.jpg" alt="" width="520" height="340" /></a></p>
<p>Looks pretty good!</p>
<p>Our next step is going to be some jQuery. At last! We are going to remove the paragraphs and make them appear on hover, with some nice CSS styling to make them look really nice. What I&#8217;ve done is create a CSS id which we will apply to a paragraph when the corresponding image is hovered over:</p>
<pre class="brush: css;">
	#galleryhoverp { margin-top: -55px; background-color: black; opacity: 0.5;
		-moz-opacity: 0.5;
		filter:alpha(opacity=50); height: 40px; color: white; padding-top: 10px;}
</pre>
<p>So our first step is to hide all the paragraphs and then resize our gallery items so just the image is displayed. We&#8217;ll also save all our gallery items to a variable for later usage.</p>
<pre class="brush: jscript;">
	$('p').hide();
	var galleryItems = $('.galleryitem');
		galleryItems.css('height', '200px');
</pre>
<p>And now lets add an effect for when the gallery item is hovered over. Firstly lets find all the images and save them.</p>
<pre class="brush: jscript;">
var images = $('.galleryitem').find('img');
</pre>
<p>The hover function is slightly unusual in that it takes two functions. The first is what should happen when the image is hovered over, the second when the mouse stops hovering over that image.</p>
<pre class="brush: jscript;">
	galleryItems.hover(
			function() {
				//when hovered over
			},
			function() {
				//when hovered ends
			}
		)
</pre>
<p>The code is very simple. We just select the next paragraph using the next() function, show it and then give it that id we created a while back. On the hover-out function, we just do the exact opposite:</p>
<pre class="brush: jscript;">
galleryItems.hover(
			function() {
				$(this).children(&quot;id&quot;).next('p').show().attr('id', 'galleryhoverp');
			},
			function() {
				$(this).children(&quot;id&quot;).next('p').hide().attr('id', '');
			}
		)
</pre>
<p>And there you go! If you try it out now you should see the paragraphs show when you hover over, and then leave when you change to a different image.</p>
<p>There is one more effect we will add. When you click on an image, it should enlarge, fill the centre of the screen and all the other images disappear. Again, I&#8217;m creating some CSS which we will add to the image we want to display:</p>
<pre class="brush: css;">
#singleimagedisplay {width: 800px;}
#singleimagedisplay img {width: 800px;}
#singleimagedisplay a {float: right; color: white;}
</pre>
<p>We&#8217;ll add this code to the image&#8217;s parent &#8211; the div with a class of &#8216;galleryitem&#8217;. The code for the entire click event is below:</p>
<pre class="brush: jscript;">
	images.click(function() {
			$(this).parent().attr('id', 'singleimagedisplay').css('height', $(this).height()).siblings().hide();
			$(this).next('p').show().html($(this).next('p').html() + '&lt;a href=&quot;jquery1.html&quot;&gt;Back&lt;/a&gt;');

		})
</pre>
<p>So, when each image is clicked, these are the steps we take:<br />
1. Give the id of &#8217;singleimagedisplay&#8217; to the image&#8217;s parent.<br />
2. Set the height of the image parent to the height of the image. This uses jQuery&#8217;s height() function, which finds the height of the specified item.<br />
3. Select all the other gallery item divs using siblings() and hide them.<br />
4. Edit the paragraph that comes with the image to have a link on the end, which links back to the home page. jQuery&#8217;s HTML function allows us to edit the HTML code with in an item, but only if we put something inside the brackets. Else, it just gets us the value. So .html() gets the code inside the paragraph, and html(&#8216;new stuff&#8217;) changes the content of the paragraph. Bear in mind, if you use .text() or .text(&#8216;hello&#8217;) that will just edit the text, but if you wish to add HTML code inside an item, you need to use html().</p>
<p>And if you check out your page, you will find it works! There is one final issue. When viewing a single image, if you hover out, the paragraph goes away. We don&#8217;t want this, so we need to go back to our hover function and make a slight edit:</p>
<pre class="brush: jscript;">
galleryItems.hover(
			function() {
				if($(this).attr('id')!='singleimagedisplay')
				{

					$(this).children(&quot;img&quot;).next('p').show().attr('id', 'galleryhoverp');
				}

			},
			function() {
				if($(this).attr('id')!='singleimagedisplay')
				{
					$(this).children(&quot;img&quot;).next('p').hide().attr('id', '');
				}
			}
		);
</pre>
<p>All we do is see if the id on the item is not set to &#8217;singleimagedisplay&#8217; which means that we are on the main gallery page, and then we can run the code we had originally. And we are done. You can download everything below:</p>
<p>Download the page and images.</p>
<p>I hope you found this a useful lesson, and I will see you next time.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.1stwebdesigner.com/tutorials/jquery-beginners-4/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>40 Dazzling Photoshop Abstract and Lighting Effects Tutorials</title>
		<link>http://www.1stwebdesigner.com/tutorials/photoshop-abstract-lighting-effects-tutorials/</link>
		<comments>http://www.1stwebdesigner.com/tutorials/photoshop-abstract-lighting-effects-tutorials/#comments</comments>
		<pubDate>Thu, 29 Jul 2010 10:00:41 +0000</pubDate>
		<dc:creator>Daniels Mekšs</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[abstract]]></category>
		<category><![CDATA[effects]]></category>
		<category><![CDATA[lightning]]></category>
		<category><![CDATA[photoshop]]></category>
		<category><![CDATA[space]]></category>

		<guid isPermaLink="false">http://www.1stwebdesigner.com/?p=20450</guid>
		<description><![CDATA[Well done abstract and lighting effects can enhance your artworks exceedingly and this is very popular trend now in photo manipulations, backgrounds, website headers &#8211; definitely useful tutorials to be aware of .
You can add them to premade photos, or create whole new scenes from scratch. Photoshop gives you those abilities and allows you to express [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.1stwebdesigner.com/tutorials/photoshop-abstract-lighting-effects-tutorials/" target="_self"><img class="alignleft" src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/lightning-tutorials/preview-abstract-lighting-effects-tutorials.jpg" border="0" alt="Preview-abstract-lighting-effects-tutorials" /></a>Well done abstract and lighting effects can enhance your artworks exceedingly and this is very popular trend now in photo manipulations, backgrounds, website headers &#8211; definitely useful tutorials to be aware of .</p>
<p>You can add them to premade photos, or create whole new scenes from scratch. Photoshop gives you those abilities and allows you to express in all ways. In this post you’ll find 40 best tutorials around web to master abstract and lighting effects.<span id="more-20450"></span></p>
<h2>1. <a target="_blank" href="http://psd.tutsplus.com/photo-effects-tutorials/super-slick-dusky-lighting-effects-in-photoshop/" target="_blank">Super Slick Dusky Lighting Effects in Photoshop</a></h2>
<p>In this tutorial you are going to put together a sunset image mixing some vector shapes and dusky lighting effects to produce a slick image that will make a nice album cover for a chillout mix.</p>
<p><a target="_blank" href="http://psd.tutsplus.com/photo-effects-tutorials/super-slick-dusky-lighting-effects-in-photoshop/"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/lightning-tutorials/super-slick-dusky-photoshop-abstract-lighting-effects-tutorials.jpg" border="0" alt="Super-slick-dusky-photoshop-abstract-lighting-effects-tutorials" /></a></p>
<h2>2. <a target="_blank" href="http://abduzeedo.com/space-lighting-effects-10-steps-photoshop-tutorial" target="_blank">Space Lighting Effects in 10 Steps</a></h2>
<p>In this Photoshop tutorial you will be shown how to create a space scene with some nice lighting effects in 10 easy steps.</p>
<p><a target="_blank" href="http://abduzeedo.com/space-lighting-effects-10-steps-photoshop-tutorial"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/lightning-tutorials/space-steps-photoshop-abstract-lighting-effects-tutorials.jpg" border="0" alt="Space-steps-photoshop-abstract-lighting-effects-tutorials" /></a></p>
<h2>3. <a target="_blank" href="http://psd.tutsplus.com/tutorials-effects/advanced-glow-effects/" target="_blank">Advanced Glow Effects</a></h2>
<p>In this tutorial, you’re going to create some really sharp-looking glow effects using a combination of layer styles, the Pen Tool and Color Blending. The end effect is quite stunning and you’ll pick up some tips effecting the tutorial.</p>
<p><a target="_blank" href="http://psd.tutsplus.com/tutorials-effects/advanced-glow-effects/"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/lightning-tutorials/advanced-glow-abstract-lighting-effects-tutorials.jpg" border="0" alt="Advanced-glow-abstract-lighting-effects-tutorials" /></a></p>
<h2>4. <a target="_blank" href="http://psd.tutsplus.com/tutorials-effects/a-cool-lighting-effect-in-photoshop/" target="_blank">A Cool Lighting Effect In Photoshop</a></h2>
<p>In this tutorial, you will learn how to create that effect you was able to see on the screen at the Macworld San Francisco. It’s basically some lighting effects with blurs and blend modes, but the effect is awesome.</p>
<p><a target="_blank" href="http://psd.tutsplus.com/tutorials-effects/a-cool-lighting-effect-in-photoshop/"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/lightning-tutorials/cool-abstract-lighting-effects-tutorials.jpg" border="0" alt="Cool-abstract-lighting-effects-tutorials" /></a></p>
<h2>5. <a target="_blank" href="http://www.tutorial9.net/photoshop/creating-the-windows-vista-lighting-effect/" target="_blank">Windows Vista Aurora Effect Photoshop Tutorial</a></h2>
<p>In this tutorial, you’re going to see how to create the Windows Vista wallpaper effect yourself. This Vista lighting effect, sometimes referred to as the Aurora effect, can really transform an ordinary wallpaper to something extraordinary.</p>
<p><a target="_blank" href="http://www.tutorial9.net/photoshop/creating-the-windows-vista-lighting-effect/"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/lightning-tutorials/windows-vista-aurora-abstract-lighting-effects-tutorials.jpg" border="0" alt="Windows-vista-aurora-abstract-lighting-effects-tutorials" /></a></p>
<h2>6. <a target="_blank" href="http://abduzeedo.com/awesome-digital-bokeh-effect-photoshop" target="_blank">Awesome Digital Bokeh Effect in Photoshop</a></h2>
<p>This tutorial will show you how to create a digital bokeh effect in Photoshop. The process is very easy and we will be using the super powerful Brush Engine, one of the coolest things in Photoshop.</p>
<p><a target="_blank" href="http://abduzeedo.com/awesome-digital-bokeh-effect-photoshop"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/lightning-tutorials/awesome-digital-bokeh-abstract-lighting-effects-tutorials.jpg" border="0" alt="Awesome-digital-bokeh-abstract-lighting-effects-tutorials" /></a></p>
<h2>7. <a target="_blank" href="http://10steps.sg/photoshop/abstract-wallpaper/" target="_blank">Make Abstract Wallpaper with Brushes</a></h2>
<p>In this tutorial, you will try to mimic the nice abstract preview that <a target="_blank" href="http://axeraider70.deviantart.com/" target="_blank">Axeraider70</a> made for his <a target="_blank" href="http://axeraider70.deviantart.com/art/Ultimate-Brush-Pack-No-3-83880468" target="_blank">Ultimate Brush Pack 3</a>. This will give the beginners a better idea on how to use these great resources.</p>
<p><a target="_blank" href="http://10steps.sg/photoshop/abstract-wallpaper/"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/lightning-tutorials/wallpaper-brushes-abstract-lighting-effects-tutorials.jpg" border="0" alt="Wallpaper-brushes-abstract-lighting-effects-tutorials" /></a></p>
<h2>8. <a target="_blank" href="http://www.fxencore.de/tutorial_detail/photoshop-tutorials/bildmanipulation/space-environment/" target="_blank">Space Environment</a></h2>
<p>Learn how to create realistic space scene from scratch using Photoshop.</p>
<p><a target="_blank" href="http://www.fxencore.de/tutorial_detail/photoshop-tutorials/bildmanipulation/space-environment/"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/lightning-tutorials/space-environment-abstract-lighting-effects-tutorials.jpg" border="0" alt="Space-environment-abstract-lighting-effects-tutorials" /></a></p>
<h2>9. <a target="_blank" href="http://www.secondpicture.com/tutorials/digital_image_processing/light_and_glow_effect_in_photoshop.html" target="_blank">Light and Glow Effect In Photoshop</a></h2>
<p>This Photoshop effect tutorial covers the creation of several different light and glow effects in Photoshop. The effects in outcome consist of smoke, light trails, sparkles, stars and bokeh effects. Luckily it&#8217;s pretty simple to create each of these effects in Photoshop.</p>
<p><a target="_blank" href="http://www.secondpicture.com/tutorials/digital_image_processing/light_and_glow_effect_in_photoshop.html"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/lightning-tutorials/glow-photoshop-abstract-lighting-effects-tutorials.jpg" border="0" alt="Glow-photoshop-abstract-lighting-effects-tutorials" /></a></p>
<h2>10. <a target="_blank" href="http://abduzeedo.com/create-amazing-ad-photoshop" target="_blank">Create an Amazing Ad in Photoshop</a></h2>
<p>In this tutorial you will use some images and play with Blend Modes and Color Adjustments to create a really cool Nike Ad in Photoshop.</p>
<p><a target="_blank" href="http://abduzeedo.com/create-amazing-ad-photoshop"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/lightning-tutorials/amazing-ad-abstract-lighting-effects-tutorials.jpg" border="0" alt="Amazing-ad-abstract-lighting-effects-tutorials" /></a></p>
<h2>11. <a target="_blank" href="http://www.adobetutorialz.com/articles/30970366/1/create-a-dark-and-surreal-geometric-space-poster-using-photoshop" target="_blank">Create a Dark and Surreal Geometric Space Poster using Photoshop</a></h2>
<p>This tutorial will show you how to create an abstract space poster using geometrical shapes, masks and apply some filters in Photoshop. Layered PSD file is included.</p>
<p><a target="_blank" href="http://www.adobetutorialz.com/articles/30970366/1/create-a-dark-and-surreal-geometric-space-poster-using-photoshop"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/lightning-tutorials/dark-surreal-geometric-space-poster-photoshop-abstract-lighting-effects-tutorials.jpg" border="0" alt="Dark-surreal-geometric-space-poster-photoshop-abstract-lighting-effects-tutorials" /></a></p>
<h2>12. <a target="_blank" href="http://psd.tutsplus.com/tutorials/illustration/make-a-freezing-cold-snow-themed-abstract-piece/" target="_blank">Make a Freezing Cold Snow-themed Abstract Piece</a></h2>
<p>In this tutorial, you’ll learn how to create a snow-themed large piece. You’ll learn how to plan the composition of the piece, to add elements into the composition, how to recycle the piece itself to generate more elements for the piece, how to incorporate pen tools into a design and finally how to finish off and fine tune the piece to make it look great.</p>
<p><a target="_blank" href="http://psd.tutsplus.com/tutorials/illustration/make-a-freezing-cold-snow-themed-abstract-piece/"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/lightning-tutorials/freezing-cold-snow-themed-piece-abstract-lighting-effects-tutorials.jpg" border="0" alt="Freezing-cold-snow-themed-piece-abstract-lighting-effects-tutorials" /></a></p>
<h2>13. <a target="_blank" href="http://www.digitalartsonline.co.uk/tutorials/index.cfm?featureID=1738" target="_blank">Use Lighting Effects to Make Photos Sparkle</a></h2>
<p>This tutorial shows how to create a variety of light effects that can be applied to photography or illustration with equal impact. From sparkles, pixie dust effects, colored light spots and light beams, to using splatter effects as a form of lighting, it’s all here.</p>
<p><a target="_blank" href="http://www.digitalartsonline.co.uk/tutorials/index.cfm?featureID=1738"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/lightning-tutorials/use-make-photos-sparkle-abstract-lighting-effects-tutorials.jpg" border="0" alt="Use-make-photos-sparkle-abstract-lighting-effects-tutorials" /></a></p>
<h2>14. <a target="_blank" href="http://abduzeedo.com/sparkling-hot-girl-photoshop" target="_blank">Sparkling Hot Girl in Photoshop</a></h2>
<p>This tutorial will show you how to create an image using light effects and sparks technique. It basically mixes some techniques from different tutorials and takes the best from them.</p>
<p><a target="_blank" href="http://abduzeedo.com/sparkling-hot-girl-photoshop"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/lightning-tutorials/sparkling-hot-girl-photoshop-abstract-lighting-effects-tutorials.jpg" border="0" alt="Sparkling-hot-girl-photoshop-abstract-lighting-effects-tutorials" /></a></p>
<h2>15. <a target="_blank" href="http://design.creativefan.com/achieve-brilliant-lighting-effects/" target="_blank">Achieve Brilliant Lighting Effects in Photoshop</a></h2>
<p>In this tutorial, you’ll learn the essential process of achieving brilliant lighting effects in Photoshop. Using default brushes, blending options and a few stock images, you’ll learn step by step a variety of techniques that you can use in your own digital artworks to achieve professional results.</p>
<p><a target="_blank" href="http://design.creativefan.com/achieve-brilliant-lighting-effects/"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/lightning-tutorials/achieve-brilliant-photoshop-abstract-lighting-effects-tutorials.jpg" border="0" alt="Achieve-brilliant-photoshop-abstract-lighting-effects-tutorials" /></a></p>
<h2>16. <a target="_blank" href="http://psd.tutsplus.com/tutorials/tutorials-effects/give-a-photo-a-complete-glamour-makeover-with-stunning-light-and-3d-effects/" target="_blank">Give a Photo a Complete Glamour Makeover With Stunning Light and 3D Effects</a></h2>
<p>This tutorial teaches you how to transform a regular, every day photo into a real glamour shot. In this tutorial, you will learn how to retouch a model’s face and subtly manipulate her hair. In addition, you will enhance the canvas by adding attractive lighting and 3D effects. This tutorial requires considerable Pen Tool skills, but with perseverance and a passion for design, you will certainly be able to achieve great results.</p>
<p><a target="_blank" href="http://psd.tutsplus.com/tutorials/tutorials-effects/give-a-photo-a-complete-glamour-makeover-with-stunning-light-and-3d-effects/"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/lightning-tutorials/give-photo-complete-glamour-makeover-stunning-abstract-lighting-effects-tutorials.jpg" border="0" alt="Give-photo-complete-glamour-makeover-stunning-abstract-lighting-effects-tutorials" /></a></p>
<h2>17. <a target="_blank" href="http://abduzeedo.com/amazing-photoshop-light-effect-10-steps" target="_blank">Amazing Photoshop Light Effect in 10 Steps</a></h2>
<p>Learn how to create beautiful “Buy me a coffee” wallpaper in Photoshop. You’ll be using basic brushes and some blending effects.</p>
<p><a target="_blank" href="http://abduzeedo.com/amazing-photoshop-light-effect-10-steps"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/lightning-tutorials/amazing-steps-abstract-lighting-effects-tutorials.jpg" border="0" alt="Amazing-steps-abstract-lighting-effects-tutorials" /></a></p>
<h2>18. <a target="_blank" href="http://abduzeedo.com/incredibly-realistic-water-text-cinema-4d-and-photoshop" target="_blank">Incredibly Realistic Water Text in Cinema 4D and Photoshop</a></h2>
<p>This tutorial will show you how to create a water text effect. Even though it might look complex it&#8217;s a very simple effect. You will need to use Illustrator for the text, then Cinema 4D to make it a 3D text and Photoshop to mix the 3D with some real photos to create a nice and realistic result.</p>
<p><a target="_blank" href="http://abduzeedo.com/incredibly-realistic-water-text-cinema-4d-and-photoshop"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/lightning-tutorials/incredibly-realistic-water-text-cinema-abstract-lighting-effects-tutorials.jpg" border="0" alt="Incredibly-realistic-water-text-cinema-abstract-lighting-effects-tutorials" /></a></p>
<h2>19. <a target="_blank" href="http://wegraphics.net/tutorials/photoshop/how-to-enhance-subjects-striking-light-effects-photoshop/" target="_blank">How to Enhance Your Subjects With Striking Light Effects in Photoshop</a></h2>
<p>This Photoshop tutorial will show you a simple technique that can be used to enhance any kind of subject with stunning light effects. You will use in particular selection tools, gradients and brushes to achieve the result.</p>
<p><a target="_blank" href="http://wegraphics.net/tutorials/photoshop/how-to-enhance-subjects-striking-light-effects-photoshop/"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/lightning-tutorials/enhance-subjects-striking-abstract-lighting-effects-tutorials.jpg" border="0" alt="Enhance-subjects-striking-abstract-lighting-effects-tutorials" /></a></p>
<h2>20. <a target="_blank" href="http://design.creativefan.com/create-an-electrifying-light-guitar/" target="_blank">Create an Electrifying Light Guitar</a></h2>
<p>In this tutorial, Pawel Kiec will take you though the steps of extracting an image, creating a background, and then making an electrifying glowing guitar that resembles pure neon light. You’ll learn how to manipulate blending modes to achieve color and light, and you’ll also learn how to extract images with the pen tool, and even create flowing lines in Illustrator to compliment the Photoshop work.</p>
<p><a target="_blank" href="http://design.creativefan.com/create-an-electrifying-light-guitar/"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/lightning-tutorials/electrifying-guitar-abstract-lighting-effects-tutorials.jpg" border="0" alt="Electrifying-guitar-abstract-lighting-effects-tutorials" /></a></p>
<h2>21. <a target="_blank" href="http://www.tutorial9.net/photoshop/energize-your-graphics-with-abstract-energy-lines/" target="_blank">Energize Your Graphics with Abstract Energy Lines</a></h2>
<p>In this tutorial, you will learn how to create some energetic lines you can use to create more lively digital creations. Effects such as this are great for enhancing abstract compositions.</p>
<p><a target="_blank" href="http://www.tutorial9.net/photoshop/energize-your-graphics-with-abstract-energy-lines/"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/lightning-tutorials/energize-graphics-abstract-energy-lines-abstract-lighting-effects-tutorials.jpg" border="0" alt="Energize-graphics-abstract-energy-lines-abstract-lighting-effects-tutorials" /></a></p>
<h2>22. <a target="_blank" href="http://www.123rf.com/blog/blog.php?idblog=b1000128&amp;v=tutidx" target="_blank">Recreating The Aurora Borealis</a></h2>
<p>In this tutorial, you are going to recreate the northern lights effect, otherwise known as “Aurora Borealis”. Using a combination of filters such as Render Clouds and Motion Blur, you then transform the combined effect to form the shape of an aurora, with a touch of perspective.</p>
<p><a target="_blank" href="http://www.123rf.com/blog/blog.php?idblog=b1000128&amp;v=tutidx"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/lightning-tutorials/recreating-aurora-borealis-abstract-lighting-effects-tutorials.jpg" border="0" alt="Recreating-aurora-borealis-abstract-lighting-effects-tutorials" /></a></p>
<h2>23. <a target="_blank" href="http://psd.tutsplus.com/tutorials/text-effects-tutorials/how-to-create-a-gorgeous-glassy-text-effect/" target="_blank">How to Create a Gorgeous Glassy Text Effect</a></h2>
<p>This tutorial will show you how to create glassy text effect using a series of shapes with different transparency and color effects.</p>
<p><a target="_blank" href="http://psd.tutsplus.com/tutorials/text-effects-tutorials/how-to-create-a-gorgeous-glassy-text-effect/"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/lightning-tutorials/gorgeous-glassy-text-abstract-lighting-effects-tutorials.jpg" border="0" alt="Gorgeous-glassy-text-abstract-lighting-effects-tutorials" /></a></p>
<h2>24. <a target="_blank" href="http://www.blog.spoongraphics.co.uk/tutorials/create-an-abstract-design-with-patterns-in-photoshop" target="_blank">Create an Abstract Design with Patterns in Photoshop</a></h2>
<p>Follow this walk through to recreate this detailed design with nothing more than gradient and pattern effects.</p>
<p><a target="_blank" href="http://www.blog.spoongraphics.co.uk/tutorials/create-an-abstract-design-with-patterns-in-photoshop"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/lightning-tutorials/create-patterns-gradients-abstract-lighting-effects-tutorials.jpg" border="0" alt="Create-patterns-gradients-abstract-lighting-effects-tutorials" /></a></p>
<h2>25. <a target="_blank" href="http://spyrestudios.com/design-an-abstract-wallpaper-in-photoshop-illustrator/" target="_blank">How To Design An Abstract Wallpaper In Photoshop and Illustrator</a></h2>
<p>In this tutorial you will be creating abstract shapes using the Pen Tool and Shape Tools in Illustrator and then using those shapes to produce an abstract wallpaper in Photoshop using various color blending techniques, textures and transformation tools.</p>
<p><a target="_blank" href="http://spyrestudios.com/design-an-abstract-wallpaper-in-photoshop-illustrator/"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/lightning-tutorials/design-wallpaper-photoshop-illustrator-abstract-lighting-effects-tutorials.jpg" border="0" alt="Design-wallpaper-photoshop-illustrator-abstract-lighting-effects-tutorials" /></a></p>
<h2>26. <a target="_blank" href="http://psd.tutsplus.com/tutorials/tutorials-effects/how-to-create-a-realistic-ies-lighting-effect-in-photoshop/" target="_blank">How to Create a Realistic IES Lighting Effect in Photoshop</a></h2>
<p>This tutorial will show you how to create a realistic IES (photometric) lighting effect. Yoy’ll be using Photoshop CS4 as well as some free plugins and software.</p>
<p><a target="_blank" href="http://psd.tutsplus.com/tutorials/tutorials-effects/how-to-create-a-realistic-ies-lighting-effect-in-photoshop/"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/lightning-tutorials/create-realistic-ies-abstract-lighting-effects-tutorials.jpg" border="0" alt="Create-realistic-ies-abstract-lighting-effects-tutorials" /></a></p>
<h2>27. <a target="_blank" href="http://abduzeedo.com/abduzeedo-2010-light-effects-photoshop" target="_blank">Abduzeedo 2010 Light Effects in Photoshop</a></h2>
<p>In this tutorial you will see how to create new Abduzeedo&#8217;s 2010 symbol. It&#8217;s a sort of monitor/halftone effect mixed with glows and other light effects. You will play with Blend Modes and Blurs. The whole process is quite simple and it won&#8217;t take more than 20 minutes to achieve the same result.</p>
<p><a target="_blank" href="http://abduzeedo.com/abduzeedo-2010-light-effects-photoshop"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/lightning-tutorials/abduzeedo-light-photoshop-2010-abstract-lighting-effects-tutorials.jpg" border="0" alt="Abduzeedo-light-photoshop-2010-abstract-lighting-effects-tutorials" /></a></p>
<h2>28. <a target="_blank" href="http://www.psdrockstar.com/photo-effects/tutorial-drawing-a-lightbulb/" target="_blank">Drawing an Abstract Lightbulb</a></h2>
<p>This tutorial covers a couple of simple techniques, which if used accordingly can help you attain great lighting effect.</p>
<p><a target="_blank" href="http://www.psdrockstar.com/photo-effects/tutorial-drawing-a-lightbulb/"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/lightning-tutorials/drawing-abstract-lightbulb-abstract-lighting-effects-tutorials.jpg" border="0" alt="Drawing-abstract-lightbulb-abstract-lighting-effects-tutorials" /></a></p>
<h2>29. <a target="_blank" href="http://www.psdvault.com/abstracts/create-simple-yet-elegant-abstract-spectrum-lines-in-photoshop/" target="_blank">Create Simple, Yet Elegant Abstract Spectrum Lines in Photoshop</a></h2>
<p>This tutorial will show you the method used to design a simple, yet elegant abstract spectrum lines in Photoshop. You will see how easy it is to achieve this nice effect and you can use it a wide range of occasions including perhaps site header backgrounds, logos, or add extra flavor to your photo manipulations.</p>
<p><a target="_blank" href="http://www.psdvault.com/abstracts/create-simple-yet-elegant-abstract-spectrum-lines-in-photoshop/"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/lightning-tutorials/simple-elegant-spectrum-lines-photoshop-abstract-lighting-effects-tutorials.jpg" border="0" alt="Simple-elegant-spectrum-lines-photoshop-abstract-lighting-effects-tutorials" /></a></p>
<h2>30. <a target="_blank" href="http://www.psdeluxe.com/tutorials/photo-effects-tutorials/create-an-abstract-composition-using-rendered-images-and-light-effects/" target="_blank">Create an Abstract Composition in Photoshop</a></h2>
<p>In this Photoshop tutorial you will learn how to create an abstract composition using rendered images and light effects. As you can see from the final result preview you will create a mystical and magical effect. In this tutorial you will have to use plenty of Photoshop tools, and also Cinema 4D, but if you don&#8217;t have Cinema 4D that&#8217;s ok, you will be able do all rest steps of this tutorial.</p>
<p><a target="_blank" href="http://www.psdeluxe.com/tutorials/photo-effects-tutorials/create-an-abstract-composition-using-rendered-images-and-light-effects/"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/lightning-tutorials/create-composition-abstract-lighting-effects-tutorials.jpg" border="0" alt="Create-composition-abstract-lighting-effects-tutorials" /></a></p>
<h2>31. <a target="_blank" href="http://psd.tutsplus.com/tutorials/tutorials-effects/the-making-of-constant-slip/" target="_blank">The Making of “Constant Slip”</a></h2>
<p>This tutorial takes you through the creative process of making intriguing light effects and applying them in your work. This is more a process description of making this illustration, than a detailed step by step how to. It will give you some good guidance on how to deal with an illustration like this and cover the overall workflow.</p>
<p><a target="_blank" href="http://psd.tutsplus.com/tutorials/tutorials-effects/the-making-of-constant-slip/"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/lightning-tutorials/making-constant-slip-abstract-lighting-effects-tutorials.jpg" border="0" alt="Making-constant-slip-abstract-lighting-effects-tutorials" /></a></p>
<h2>32. <a target="_blank" href="http://www.inspiks.com/create-an-explosive-abstract-in-cinema-4d-and-photoshop/" target="_blank">Create an Explosive Abstract in Cinema 4D and Photoshop</a></h2>
<p>In this tutorial, you will be creating an explosive abstract piece called “What is Man?“. You will have to use Cinema 4D to create the explosive effects. You will then take the 3D elements over to Photoshop for the final composite and lighting.</p>
<p><a target="_blank" href="http://www.inspiks.com/create-an-explosive-abstract-in-cinema-4d-and-photoshop/"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/lightning-tutorials/explosive-cinema-photoshop-abstract-lighting-effects-tutorials.jpg" border="0" alt="Explosive-cinema-photoshop-abstract-lighting-effects-tutorials" /></a></p>
<h2>33. <a target="_blank" href="http://design.creativefan.com/create-a-vibrant-abstract-space-artwork/" target="_blank">Create a Vibrant Abstract Space Artwork</a></h2>
<p>In this tutorial, Paul from <a target="_blank" href="http://forcg.com/" target="_blank">ForCG.com</a> will show you how to create a vibrant and colorful abstract space artwork using Photoshop, Illustrator, and stock images. You’ll learn techniques on blending modes, the use of the pen tool in Illustrator, and how to combine elements for a visually stunning effect.</p>
<p><a target="_blank" href="http://design.creativefan.com/create-a-vibrant-abstract-space-artwork/"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/lightning-tutorials/vibrant-space-artwork-abstract-lighting-effects-tutorials.jpg" border="0" alt="Vibrant-space-artwork-abstract-lighting-effects-tutorials" /></a></p>
<h2>34. <a target="_blank" href="http://www.psdvault.com/photo-effect/quick-and-effective-planet-star-and-meteor-impact-creation-in-photoshop/" target="_blank">Quick and Effective Planet, Star and Meteor Impact Creation in Photoshop</a></h2>
<p>In this tutorial, you will learn how to make planet, star and meteor impact in Photoshop in a quick and effective manner. This is intermediate level tutorial so some steps can be a little tricky, but the outcome is worth it.</p>
<p><a target="_blank" href="http://www.psdvault.com/photo-effect/quick-and-effective-planet-star-and-meteor-impact-creation-in-photoshop/"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/lightning-tutorials/quick-effective-planet-star-meteorit-impact-creation-abstract-lighting-effects-tutorials.jpg" border="0" alt="Quick-effective-planet-star-meteorit-impact-creation-abstract-lighting-effects-tutorials" /></a></p>
<h2>35. <a target="_blank" href="http://www.psdvault.com/photo-effect/how-to-create-great-abstract-artwork-via-custom-brushsets-and-particle-effect/" target="_blank">How to Create Great Abstract Artwork via Custom Brushsets and Particle Effect</a></h2>
<p>In this tutorial, you will be able to follow the steps needed to create this cool abstract artwork via custom brushes and particle effect in Photoshop. You will be demonstrated how to create your own brushes and use them to add particle effect to the image to spice it up.</p>
<p><a target="_blank" href="http://www.psdvault.com/photo-effect/how-to-create-great-abstract-artwork-via-custom-brushsets-and-particle-effect/"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/lightning-tutorials/create-great-artwork-custom-brushset-particle-abstract-lighting-effects-tutorials.jpg" border="0" alt="Create-great-artwork-custom-brushset-particle-abstract-lighting-effects-tutorials" /></a></p>
<h2>36. <a target="_blank" href="http://www.tutorial9.net/photoshop/create-a-fantastic-abstract-fan-poster/" target="_blank">Create a Fantastic Abstract Fan Poster</a></h2>
<p>In this tutorial, you are going to get creative with layering, lighting, and texture to build fantastic abstract piece. More specifically, you’re going to employ some unusual techniques to make a fan poster for the band <a target="_blank" href="http://www.omegacode.net/" target="_blank">Omega Code</a>, but you’ll quickly see many different applications for what is taught here.</p>
<p><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/lightning-tutorials/fantastic-fan-poster-abstract-lighting-effects-tutorials.jpg" border="0" alt="Fantastic-fan-poster-abstract-lighting-effects-tutorials" /></p>
<h2>37. <a target="_blank" href="http://pshero.com/photoshop-tutorials/photo-effects/calculations-and-colorization" target="_blank">Calculations and Colorization</a></h2>
<p>This Photoshop tutorial will show you how to create an Alpha Channel using the Calculations dialog and you&#8217;ll use it to get a really great abstract colorized photo effect.</p>
<p><a target="_blank" href="http://pshero.com/photoshop-tutorials/photo-effects/calculations-and-colorization"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/lightning-tutorials/calculations-colorization-abstract-lighting-effects-tutorials.jpg" border="0" alt="Calculations-colorization-abstract-lighting-effects-tutorials" /></a></p>
<h2>38. <a target="_blank" href="http://www.blog.spoongraphics.co.uk/tutorials/create-a-trendy-galactic-poster-design-in-photoshop" target="_blank">Create a Trendy Galactic Poster Design in Photoshop</a></h2>
<p>Galactic space scenes are a popular theme for digital art, they’re packed full of texture and vibrant colour, which are two ingredients of an awesome design. Using Photoshop’s blending modes along with a mix of textures and brushes, you’ll get lost in space and create an abstract cosmos poster design.</p>
<p><a target="_blank" href="http://www.blog.spoongraphics.co.uk/tutorials/create-a-trendy-galactic-poster-design-in-photoshop"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/lightning-tutorials/trendy-galactic-poster-design-abstract-lighting-effects-tutorials.jpg" border="0" alt="Trendy-galactic-poster-design-abstract-lighting-effects-tutorials" /></a></p>
<h2>39. <a target="_blank" href="http://www.tutorial9.net/photoshop/colorful-glowing-text-effect/" target="_blank">Colorful Glowing Text Effect in Photoshop</a></h2>
<p>This tutorial will teach you how to achieve great looking light text effect with some simple techniques.</p>
<p><a target="_blank" href="http://www.tutorial9.net/photoshop/colorful-glowing-text-effect/"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/lightning-tutorials/colorful-glowing-text-abstract-lighting-effects-tutorials.jpg" border="0" alt="Colorful-glowing-text-abstract-lighting-effects-tutorials" /></a></p>
<h2>40. <a target="_blank" href="http://www.tutorial9.net/photoshop/create-an-abstract-cloud-jumper-in-photoshop/" target="_blank">Create an Abstract Cloud Jumper in Photoshop</a></h2>
<p class="important">In this tutorial, you’ll manipulate a photo with abstract elements to make it more interesting and active.</p>
<p><a target="_blank" href="http://www.tutorial9.net/photoshop/create-an-abstract-cloud-jumper-in-photoshop/"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/lightning-tutorials/cloud-jumper-abstract-lighting-effects-tutorials.jpg" border="0" alt="Cloud-jumper-abstract-lighting-effects-tutorials" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.1stwebdesigner.com/tutorials/photoshop-abstract-lighting-effects-tutorials/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>50 Most Creative Character Illustration Tutorials</title>
		<link>http://www.1stwebdesigner.com/tutorials/character-illustration-tutorials/</link>
		<comments>http://www.1stwebdesigner.com/tutorials/character-illustration-tutorials/#comments</comments>
		<pubDate>Mon, 26 Jul 2010 21:00:31 +0000</pubDate>
		<dc:creator>Daniels Mekšs</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[character]]></category>
		<category><![CDATA[drawing]]></category>
		<category><![CDATA[illustration]]></category>
		<category><![CDATA[photoshop]]></category>

		<guid isPermaLink="false">http://www.1stwebdesigner.com/?p=20240</guid>
		<description><![CDATA[Drawn characters are usually cute and they can make us laugh. Nowadays, designers can turn their pencil sketches into beautiful digital art with lot of beautiful effects. You can use striking vector character as a mascot for your business or website.
This article contains 50 best Photoshop and Illustrator character designing tutorials. Most of these tutorials require [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.1stwebdesigner.com/tutorials/character-illustration-tutorials/" target="_self"><img class="alignleft" src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/character-tutorials/preview-character-illustration-tutorials.jpg" border="0" alt="Preview-character-illustration-tutorials" /></a>Drawn characters are usually cute and they can make us laugh. Nowadays, designers can turn their pencil sketches into beautiful digital art with lot of beautiful effects. You can use striking vector character as a mascot for your business or website.</p>
<p>This article contains 50 best Photoshop and Illustrator character designing tutorials. Most of these tutorials require a hand drawn sketch, so don’t forget about your pencil and paper.<span id="more-20240"></span></p>
<h2>1. <a target="_blank" href="http://colorburned.com/2010/02/22-fantastic-animal-character-tutorials-illustrator.html" target="_blank">Create a Cute Little Tiger in Illustrator</a></h2>
<p>In this tutorial, you will be drawing the tiger, but you will be doing it a little bit different. Instead of portraying the tiger as a savage and mean creature, author will teach you how to draw a cute little tiger that you will be able to use in your projects, as a desktop wallpaper, etc. You will also learn lots of Illustrator techniques as well. This is the perfect tutorial for year 2010, the year of the tiger.</p>
<p><a target="_blank" href="http://colorburned.com/2010/02/22-fantastic-animal-character-tutorials-illustrator.html"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/character-tutorials/create-cute-little-tiger-character-illustration-tutorials.jpg" border="0" alt="Create-cute-little-tiger-character-illustration-tutorials" /></a></p>
<h2>2. <a target="_blank" href="http://www.blog.spoongraphics.co.uk/articles/create-a-cute-baby-monster-character-in-illustrator" target="_blank">Create a Cute Baby Monster Character in Illustrator</a></h2>
<p>Vector monster tutorial for all you designers learning Illustrator to get stuck into! Use Illustrator’s basic shapes to form the outline and structure of a cute baby monster character, before adding colour, gradients and effects to bring the design to life.</p>
<p><a target="_blank" href="http://www.blog.spoongraphics.co.uk/articles/create-a-cute-baby-monster-character-in-illustrator"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/character-tutorials/create-cute-baby-monster-character-illustration-tutorials.jpg" border="0" alt="Create-cute-baby-monster-character-illustration-tutorials" /></a></p>
<h2>3. <a target="_blank" href="http://www.aimonkey.com/2009/11/draw-an-angry-little-samurai-in-illustrator/" target="_blank">Draw an Angry Little Samurai in Illustrator</a></h2>
<p>This tutorial will show you how to draw a samurai in Illustrator using shapes, free time and desire.</p>
<p><a target="_blank" href="http://www.aimonkey.com/2009/11/draw-an-angry-little-samurai-in-illustrator/"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/character-tutorials/draw-angry-little-samurai-character-illustration-tutorials.jpg" border="0" alt="Draw-angry-little-samurai-character-illustration-tutorials" /></a></p>
<h2>4. <a target="_blank" href="http://colorburned.com/2009/07/create-a-character-mascot-with-adobe-illustrator-cs4.html" target="_blank">Create a Character Mascot with Adobe Illustrator CS4</a></h2>
<p>In this intermediate Illustrator tutorial you will be shown how to create a vector character mascot from a sketch in Adobe Illustrator CS4. The techniques in this tutorial can easily be applied to other illustrations, icons, and design elements; as well as legacy versions of Illustrator.</p>
<p><a target="_blank" href="http://colorburned.com/2009/07/create-a-character-mascot-with-adobe-illustrator-cs4.html"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/character-tutorials/create-character-mascot-with-adobe-illustrator-cs4-character-illustration-tutorials.jpg" border="0" alt="Create-character-mascot-with-adobe-illustrator-cs4-character-illustration-tutorials" /></a></p>
<h2>5. <a target="_blank" href="http://vector.tutsplus.com/tutorials/illustration/how-to-create-a-curious-owl-in-illustrator-cs4/" target="_blank">How to Create a Curious Owl in Illustrator CS4</a></h2>
<p>Learn how to create non-spooky scene set at dusk, with a curious owl sitting on a branch and some scenery in the background.</p>
<p><a target="_blank" href="http://vector.tutsplus.com/tutorials/illustration/how-to-create-a-curious-owl-in-illustrator-cs4/"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/character-tutorials/how-to-create-curious-owl-illustrator-cs4-character-illustration-tutorials.jpg" border="0" alt="How-to-create-curious-owl-illustrator-cs4-character-illustration-tutorials" /></a></p>
<h2>6. <a target="_blank" href="http://vectips.com/tutorials/create-a-cute-panda-bear-face-icon/" target="_blank">Create a Cute Panda Bear Face Icon</a></h2>
<p>In the following easy tutorial, you will be shown how to create a cute panda bear face icon all from ellipses (well, actually there is one rectangle for the background). The great part about this tutorial, is that you can easily apply the techniques to other icons, illustrations, logos, or other projects.</p>
<p><a target="_blank" href="http://vectips.com/tutorials/create-a-cute-panda-bear-face-icon/"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/character-tutorials/create-cute-panda-bear-face-icon-character-illustration-tutorials.jpg" border="0" alt="Create-cute-panda-bear-face-icon-character-illustration-tutorials" /></a></p>
<h2>7. <a target="_blank" href="http://www.blog.spoongraphics.co.uk/tutorials/create-a-cute-furry-vector-monster-in-illustrator" target="_blank">Create a Cute Furry Vector Monster in Illustrator</a></h2>
<p>Follow these steps in Adobe Illustrator to create your very own super cute fuzzy monster character. You’ll be working with the basic shapes to start, then use a variety of gradients to add depth. You can then finish it off with some detailed fur effects to really lift the design from the screen.</p>
<p><a target="_blank" href="http://www.blog.spoongraphics.co.uk/tutorials/create-a-cute-furry-vector-monster-in-illustrator"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/character-tutorials/create-cute-furry-vector-monster-illustrator-character-illustration-tutorials.jpg" border="0" alt="Create-cute-furry-vector-monster-illustrator-character-illustration-tutorials" /></a></p>
<h2>8. <a target="_blank" href="http://vector.tutsplus.com/illustration/how-to-turn-a-sketch-into-a-fat-cat-vector-illustration/" target="_blank">How to Turn a Sketch into a Fat Cat Vector Illustration</a></h2>
<p>This tutorial aims to guide you from sketchbook to screen; a “Fat Cat” doodled with biro translated into a neat vector caricature. Intermediate knowledge of Adobe Illustrator is advised.</p>
<p><a target="_blank" href="http://vector.tutsplus.com/illustration/how-to-turn-a-sketch-into-a-fat-cat-vector-illustration/"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/character-tutorials/turn-skethc-into-fat-cat-vector-character-illustration-tutorials.jpg" border="0" alt="Turn-skethc-into-fat-cat-vector-character-illustration-tutorials" /></a></p>
<h2>9. <a target="_blank" href="http://vforvectors.com/create-the-face-of-a-greedy-monkey/" target="_blank">Create the Face of a Greedy Monkey</a></h2>
<p>This tutorial will help you create a simple illustration of a monkey face. It uses the Ellipse Tool, the Pen Tool, the Rectangle Tool, the Crystallize Tool or the Gradient Tool. For the shadow effects you’ll use some classic effects like the Inner Glow or the Gaussian Blur.</p>
<p><a target="_blank" href="http://vforvectors.com/create-the-face-of-a-greedy-monkey/"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/character-tutorials/create-face-greedy-monkey-character-illustration-tutorials.jpg" border="0" alt="Create-face-greedy-monkey-character-illustration-tutorials" /></a></p>
<h2>10. <a target="_blank" href="http://psd.tutsplus.com/tutorials/drawing/how-to-create-a-slick-anime-character-in-photoshop/" target="_blank">How to Create a Slick Anime Character in Photoshop</a></h2>
<p>In this tutorial, you’ll learn how to draw an Anime Style character. To start, you’ll rely on basic shapes and the Brush Tool. Also, you’ll learn one of author’s personal techniques he calls “The Front Mirror” which he uses for almost any of his animation projects. This technique will save you lots of time, and will help you to draw many characters for your projects in a very fast way.</p>
<p><a target="_blank" href="http://psd.tutsplus.com/tutorials/drawing/how-to-create-a-slick-anime-character-in-photoshop/"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/character-tutorials/create-slick-anime-photoshop-character-illustration-tutorials.jpg" border="0" alt="Create-slick-anime-photoshop-character-illustration-tutorials" /></a></p>
<h2>11. <a target="_blank" href="http://www.computerarts.co.uk/tutorials/2d__and__photoshop/creating_vector_characters_in_illustrator" target="_blank">Creating Vector Characters in Illustrator</a></h2>
<p>This character was created to be a mascot of sorts, and aimed at all ages. It is usable at a variety of sizes, and in both print and animation. See detailed PDF walk-through tutorial how to create it.</p>
<p><a target="_blank" href="http://www.computerarts.co.uk/tutorials/2d__and__photoshop/creating_vector_characters_in_illustrator"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/character-tutorials/creating-vector-in-illustrator-character-illustration-tutorials.jpg" border="0" alt="Creating-vector-in-illustrator-character-illustration-tutorials" /></a></p>
<h2>12. <a target="_blank" href="http://vectips.com/tutorials/create-a-happy-sun-character/" target="_blank">Create a Happy Sun Character</a></h2>
<p>This intermediate tutorial is great for logos, children illustrations, and other projects relating to climate change. Moreover, you can easily apply this tutorial to other illustrations, logos, and projects.</p>
<p><a target="_blank" href="http://vectips.com/tutorials/create-a-happy-sun-character/"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/character-tutorials/create-happy-sun-character-illustration-tutorials.jpg" border="0" alt="Create-happy-sun-character-illustration-tutorials" /></a></p>
<h2>13. <a target="_blank" href="http://www.readactor.com/tutorials/create-a-student-character-mascot-with-adobe-illustrator/" target="_blank">Create a Student Character Mascot with Adobe Illustrator</a></h2>
<p>This is an intermediate Illustrator tutorial level where you can learn how to create a vector student character mascot from a sketch in Adobe Illustrator. The techniques can easily be applied to other character design, illustrations or icons.</p>
<p><a target="_blank" href="http://www.readactor.com/tutorials/create-a-student-character-mascot-with-adobe-illustrator/"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/character-tutorials/create-student-character-mascot-with-adobe-illustrator-character-illustration-tutorials.jpg" border="0" alt="Create-student-character-mascot-with-adobe-illustrator-character-illustration-tutorials" /></a></p>
<h2>14. <a target="_blank" href="http://naldzgraphics.net/tutorials/create-a-character-illustration-wallpaper/" target="_blank">Create a Character Illustration Wallpaper</a></h2>
<p>Following this tutorial you will be able to create a character illustration wallpaper in Photoshop just like in image below.. In this tutorial you will be focusing more on the shapes, scaling and using group layers.</p>
<p><a target="_blank" href="http://naldzgraphics.net/tutorials/create-a-character-illustration-wallpaper/"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/character-tutorials/create-wallpaper-character-illustration-tutorials.jpg" border="0" alt="Create-wallpaper-character-illustration-tutorials" /></a></p>
<h2>15. <a target="_blank" href="http://www.smashingmagazine.com/2008/02/13/drunken-monkey-photoshop-tutorial/" target="_blank">Drunken Monkey Photoshop Tutorial</a></h2>
<p>This article will explain yo you step-by-step how author’s designed an attractive character in one of his recent projects, namely for the company “Drunken Monkey Collectibles”. He will review the entire design process, from the first sketches and drafts to the final touches with Adobe Photoshop.</p>
<p><a target="_blank" href="http://www.smashingmagazine.com/2008/02/13/drunken-monkey-photoshop-tutorial/"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/character-tutorials/drunken-monkey-photoshop-tutorial-character-illustration-tutorials.jpg" border="0" alt="Drunken-monkey-photoshop-tutorial-character-illustration-tutorials" /></a></p>
<h2>16. <a target="_blank" href="http://www.blog.spoongraphics.co.uk/uncategorized/create-a-vector-pirate-cartoon-character-from-a-hand-drawn-sketch" target="_blank">Create a Vector Pirate Cartoon Character from a Hand Drawn Sketch</a></h2>
<p>By firstly using the power of pen and paper a character design is created, which is then scanned into the computer to use as a base for tracing with Adobe Illustrator. The final outcome is a colourful cartoon character in vector format.</p>
<p><a target="_blank" href="http://www.blog.spoongraphics.co.uk/uncategorized/create-a-vector-pirate-cartoon-character-from-a-hand-drawn-sketch"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/character-tutorials/create-vector-pirate-cartoon-character-from-hand-drawn-sketch-character-illustration-tutorials.jpg" border="0" alt="Create-vector-pirate-cartoon-character-from-hand-drawn-sketch-character-illustration-tutorials" /></a></p>
<h2>17. <a target="_blank" href="http://naldzgraphics.net/tutorials/create-a-blue-vector-character-from-pencil-sketch-to-coloring/" target="_blank">Create a Blue Vector Character from Pencil Sketch to Coloring</a></h2>
<p>Quick tutorial in which you will going to make a blue character illustration thing. You will be using Photoshop on this tutorial, but don’t forget about pencil and a paper because you’re going to start this with sketching.</p>
<p><a target="_blank" href="http://naldzgraphics.net/tutorials/create-a-blue-vector-character-from-pencil-sketch-to-coloring/"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/character-tutorials/create-blue-vector-from-pencil-sketch-coloring-character-illustration-tutorials.jpg" border="0" alt="Create-blue-vector-from-pencil-sketch-coloring-character-illustration-tutorials" /></a></p>
<h2>18. <a target="_blank" href="http://vector.tutsplus.com/tutorials/character-design/how-to-create-a-stinking-zombie-flesh-eater-in-illustrator/" target="_blank">How to Create a Stinking Zombie Flesh-Eater in Illustrator</a></h2>
<p>In this tutorial, you will see how to create a cartoon zombie in Illustrator. Starting by creating a fresh corpse, you will then ‘yuck’ it up using a number of techniques.</p>
<p><a target="_blank" href="http://vector.tutsplus.com/tutorials/character-design/how-to-create-a-stinking-zombie-flesh-eater-in-illustrator/"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/character-tutorials/how-to-create-stinking-zombie-flesh-eater-illustrator-character-illustration-tutorials.jpg" border="0" alt="How-to-create-stinking-zombie-flesh-eater-illustrator-character-illustration-tutorials" /></a></p>
<h2>19. <a target="_blank" href="http://webdesignledger.com/tutorials/create-simple-cartoon-characters-in-photoshop" target="_blank">Create Simple Cartoon Characters in Photoshop</a></h2>
<p>You will be walked through the basics of colourful vector art to get you going on Photoshop CS and newer.</p>
<p><a target="_blank" href="http://webdesignledger.com/tutorials/create-simple-cartoon-characters-in-photoshop"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/character-tutorials/create-simple-cartoon-characters-photoshop-character-illustration-tutorials.jpg" border="0" alt="Create-simple-cartoon-characters-photoshop-character-illustration-tutorials" /></a></p>
<h2>20. <a target="_blank" href="http://naldzgraphics.net/tutorials/how-to-create-a-cute-and-adorable-twitter-icon-in-photoshop/" target="_blank">How to Create a Cute and Adorable Twitter Icon in Photoshop</a></h2>
<p>In this tutorial, you will learn how to create a cute and adorable Twitter icon. Throughout this tutorial, you will use some of the basic tools like Ellipse Tool, Pen Tool and Gradient Tool.</p>
<p><a target="_blank" href="http://naldzgraphics.net/tutorials/how-to-create-a-cute-and-adorable-twitter-icon-in-photoshop/"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/character-tutorials/create-adorable-cute-twitter-icon-photoshop-character-illustration-tutorials.jpg" border="0" alt="Create-adorable-cute-twitter-icon-photoshop-character-illustration-tutorials" /></a></p>
<h2>21. <a target="_blank" href="http://www.blog.spoongraphics.co.uk/tutorials/create-a-cool-vector-panda-character-in-illustrator" target="_blank">Create a Cool Vector Panda Character in Illustrator</a></h2>
<p>Here’s a step by step walk-through of the process used to create a cool Panda character, from the basic outlines through to the detailed final design.</p>
<p><a target="_blank" href="http://www.blog.spoongraphics.co.uk/tutorials/create-a-cool-vector-panda-character-in-illustrator"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/character-tutorials/create-cool-vector-panda-character-illustrator-character-illustration-tutorials.jpg" border="0" alt="Create-cool-vector-panda-character-illustrator-character-illustration-tutorials" /></a></p>
<h2>22. <a target="_blank" href="http://spyrestudios.com/monkey-character-tutorial/" target="_blank">How to Create a Cool Monkey Character in Illustrator</a></h2>
<p>In this tutorial, yo’re going to be creating a monkey character illustration using Adobe Illustrator. You’ll be using basic Shape Tools, the Pen Tool and various other Illustrator techniques to create the illustration.</p>
<p><a target="_blank" href="http://spyrestudios.com/monkey-character-tutorial/"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/character-tutorials/create-cool-monkey-character-illustrator-character-illustration-tutorials.jpg" border="0" alt="Create-cool-monkey-character-illustrator-character-illustration-tutorials" /></a></p>
<h2>23. <a target="_blank" href="http://www.tutoriallounge.com/2010/01/create-lady-birds-insect-tutorial-using-adobe-illustrator/" target="_blank">Create Lady Birds Insect Tutorial Using Adobe Illustrator</a></h2>
<p>You can find these cute little bugs being almost anywhere and they won’t ever cause anything but cheers. In this tutorial you will be shown how to create one cool lady bird using Adobe Illustrator.</p>
<p><a target="_blank" href="http://www.tutoriallounge.com/2010/01/create-lady-birds-insect-tutorial-using-adobe-illustrator/"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/character-tutorials/create-lady-bird-insect-using-adobe-character-illustration-tutorials.jpg" border="0" alt="Create-lady-bird-insect-using-adobe-character-illustration-tutorials" /></a></p>
<h2>24. <a target="_blank" href="http://vector.tutsplus.com/tutorials/illustration/how-to-create-a-cute-bunny-vector-character/" target="_blank">How to Create a Cute Bunny Vector Character </a></h2>
<p>In this Illustrator tutorial, you will see you how to create a cute bunny character. This tutorial uses simple shapes and gradients that are easy to apply to other character illustrations. The great thing about this tutorial is you don’t have to be an amazing artist to be able to do this.</p>
<p><a target="_blank" href="http://vector.tutsplus.com/tutorials/illustration/how-to-create-a-cute-bunny-vector-character/"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/character-tutorials/how-to-create-cute-bunny-vector-character-illustration-tutorials.jpg" border="0" alt="How-to-create-cute-bunny-vector-character-illustration-tutorials" /></a></p>
<h2>25. <a target="_blank" href="http://vectips.com/tutorials/create-a-cute-creature-character-from-a-sketch/" target="_blank">Create A Cute Creature Character From A Sketch</a></h2>
<p>In this tutorial you will see how to create a cute creature from a sketch. This tutorial uses custom brushes, the Paintbrush tool, Pen tool, and the Live Paint Bucket tool. Even if you&#8217;re not a huge fan of the cuteness, you can use these techniques for other illustrations, logos, and vector elements.</p>
<p><a target="_blank" href="http://vectips.com/tutorials/create-a-cute-creature-character-from-a-sketch/"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/character-tutorials/create-cute-from-sketch-character-illustration-tutorials.jpg" border="0" alt="Create-cute-from-sketch-character-illustration-tutorials" /></a></p>
<h2>26. <a target="_blank" href="http://escapefromillustrationisland.com/2010/03/23/character-development-tutorial-series/" target="_blank">Character Development Tutorial Series</a></h2>
<p>This 5 part video tutorial series using a combination of images, video, and commentary will walk you through the process of creating a character from scratch. This tutorial does a great job of showing you how to loosen up, explore ideas, and develop concepts into finished artwork.</p>
<p><a target="_blank" href="http://escapefromillustrationisland.com/2010/03/23/character-development-tutorial-series/"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/character-tutorials/development-series-character-illustration-tutorials.jpg" border="0" alt="Development-series-character-illustration-tutorials" /></a></p>
<h2>27. <a target="_blank" href="http://www.youtube.com/watch?v=XkpTLL9M1ks" target="_blank">Character Design from Life</a></h2>
<p>In a handful of over-the-shoulder video tutorials author, David Colman, shares some tips on using real-life inspiration to create unique characters. What makes this series really shine, however, is that is offers a glimpse at how you can take your drawings to the next level by implementing simple and effective design elements.</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="350" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="src" value="http://www.youtube.com/v/XkpTLL9M1ks" /><embed type="application/x-shockwave-flash" width="425" height="350" src="http://www.youtube.com/v/XkpTLL9M1ks"></embed></object></p>
<h2>28. <a target="_blank" href="http://vector.tutsplus.com/tutorials/text-effects/how-to-create-typeface-characters/?utm_source=feedburner&amp;utm_medium=feed&amp;utm_campaign=Feed%3A+vectortuts+%28VECTORTUTS%29&amp;utm_content=Google+Feedfetcher" target="_blank">How to Create Typeface Characters</a></h2>
<p>Learn how to take different sections of the characters of a specific font and put them together, giving birth to different kinds of creatures.</p>
<p><a target="_blank" href="http://vector.tutsplus.com/tutorials/text-effects/how-to-create-typeface-characters/?utm_source=feedburner&amp;utm_medium=feed&amp;utm_campaign=Feed%3A+vectortuts+%28VECTORTUTS%29&amp;utm_content=Google+Feedfetcher"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/character-tutorials/create-typeface-character-illustration-tutorials.jpg" border="0" alt="Create-typeface-character-illustration-tutorials" /></a></p>
<h2>29. <a target="_blank" href="http://www.republicofcode.com/tutorials/photoshop/homer/" target="_blank">Drawing Homer Simpson</a></h2>
<p>This tutorial will teach you how to draw the Simpson&#8217;s favorite character, Homer Simpson, from grounds up. Your drawing project will involve drawing the outline of the character, applying strokes to these outlines, and then using various selection tools to color Homer&#8217;s skin and clothing. You will then finish it off by adding shadows and highlights to make it look similar to the image below.</p>
<p><a target="_blank" href="http://www.republicofcode.com/tutorials/photoshop/homer/"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/character-tutorials/drawing-homer-simpson-character-illustration-tutorials.jpg" border="0" alt="Drawing-homer-simpson-character-illustration-tutorials" /></a></p>
<h2>30. <a target="_blank" href="http://wiiplaywii.deviantart.com/art/Ai-Tutorial-Character-Creation-154537330" target="_blank">Character Creation in Adobe Illustrator</a></h2>
<p>Simple tutorial where you can learn basic techniques of character creation.</p>
<p><a target="_blank" href="http://wiiplaywii.deviantart.com/art/Ai-Tutorial-Character-Creation-154537330"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/character-tutorials/creation-character-illustration-tutorials.jpg" border="0" alt="Creation-character-illustration-tutorials" /></a></p>
<h2>31. <a target="_blank" href="http://vector.tutsplus.com/tutorials/designing/how-to-create-a-vector-illustration-and-prepare-it-for-micro-stock-sale/" target="_blank">How to Create a Vector Illustration and Prepare it for Micro-Stock Sale</a></h2>
<p>There are numerous micro-stock websites that vector designers can design for and make consistent earnings through. This tutorial details a professional workflow for creating vector illustrations and prepping the artwork for these sites. There are also included a bunch of time-saving tools and tips as well.</p>
<p><a target="_blank" href="http://vector.tutsplus.com/tutorials/designing/how-to-create-a-vector-illustration-and-prepare-it-for-micro-stock-sale/"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/character-tutorials/create-vector-illustration-prepare-micro-stock-sale-character-illustration-tutorials.jpg" border="0" alt="Create-vector-illustration-prepare-micro-stock-sale-character-illustration-tutorials" /></a></p>
<h2>32. <a target="_blank" href="http://www.redbilby.com.au/how-to-create-a-vector-character-logo/" target="_blank">How to Create a Vector Character</a></h2>
<p>This tutorial walks you through the creation of a vector character logo using Adobe Illustrator and Photoshop CS4.</p>
<p><a target="_blank" href="http://www.redbilby.com.au/how-to-create-a-vector-character-logo/"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/character-tutorials/how-to-vector-character-illustration-tutorials.jpg" border="0" alt="How-to-vector-character-illustration-tutorials" /></a></p>
<h2>33. <a target="_blank" href="http://www.tutorialpark.com/drawing-vector-looking-cat-illustration-using-photoshop/" target="_blank">Drawing Vector-Looking Cat Illustration Using Photoshop</a></h2>
<p>If you are a beginner or an amateur, this tutorial in web-graphics would certainly be of a great use for you. The aim of this tutorial is to place in the clearest light the process of creating the chosen image. Step by step you will see the whole process and with the help of author’s notes you will clarify all these stages.</p>
<p><a target="_blank" href="http://www.tutorialpark.com/drawing-vector-looking-cat-illustration-using-photoshop/"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/character-tutorials/drawing-vectorlLooking-cat-illustration-using-photoshop-character-illustration-tutorials.jpg" border="0" alt="Drawing-vectorlLooking-cat-illustration-using-photoshop-character-illustration-tutorials" /></a></p>
<h2>34. <a target="_blank" href="http://www.aimonkey.com/2010/02/cartoon-week-dexter/" target="_blank">Cartoon Character – Dexter</a></h2>
<p>Dexter is probably one of those cartoon characters that don&#8217;t need an introduction, but anyway, for those who never heard about him, Dexter is boy genius that has a giant secret laboratory filled with his great inventions. In this simple tutorial I will show you how to draw this character inside Adobe Illustrator.</p>
<p><a target="_blank" href="http://www.aimonkey.com/2010/02/cartoon-week-dexter/"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/character-tutorials/cartoon-dexter-character-illustration-tutorials.jpg" border="0" alt="Cartoon-dexter-character-illustration-tutorials" /></a></p>
<h2>35. <a target="_blank" href="http://vector.tutsplus.com/tutorials/how-to-make-an-animated-paper-robot/" target="_blank">How to Make an Animated Paper Robot</a></h2>
<p>In this tutorial you’ll go through the steps of designing and making an animated paper robot character. Not just a picture, this is a moving character that will sit nicely on top of your computer monitor.</p>
<p><a target="_blank" href="http://vector.tutsplus.com/tutorials/how-to-make-an-animated-paper-robot/"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/character-tutorials/make-animated-robot-character-illustration-tutorials.jpg" border="0" alt="Make-animated-robot-character-illustration-tutorials" /></a></p>
<h2>36. <a target="_blank" href="http://chikechiejine.co.uk/2010/05/make-colorful-bean-characters-on-illustrator-cs4/" target="_blank">Make Colorful Bean Characters on Illustrator CS4</a></h2>
<p>Learn how to draw these awesome looking characters using Pen Tool and Gradients.</p>
<p><a target="_blank" href="http://chikechiejine.co.uk/2010/05/make-colorful-bean-characters-on-illustrator-cs4/"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/character-tutorials/make-colorful-bean-lllustrator-character-illustration-tutorials.jpg" border="0" alt="Make-colorful-bean-lllustrator-character-illustration-tutorials" /></a></p>
<h2>37. <a target="_blank" href="http://vforvectors.com/create-the-face-of-a-grumpy-bear/" target="_blank">Create the Face of a Grumpy Bear</a></h2>
<p>In this tutorial you can learn to create a grumpy bear face. For the basic shapes you’ll only need the Ellipse Tool and some Warp effects. Later, for some discrete details, you’ll need the Inner Glow, the Gaussian Blur or the Drop Shadow.</p>
<p><a target="_blank" href="http://vforvectors.com/create-the-face-of-a-grumpy-bear/"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/character-tutorials/create-grumpy-bear-character-illustration-tutorials.jpg" border="0" alt="Create-grumpy-bear-character-illustration-tutorials" /></a></p>
<h2>38. <a target="_blank" href="http://vector.tutsplus.com/tutorials/character-design/how-to-design-a-cheeky-koala-mascot-head/" target="_blank">How to Design a Cheeky Koala Mascot Head</a></h2>
<p>This tutorial will show you how to combine basic shapes with some clever coloring and blending to make a fantastic looking koala character. You’ll use some opacity masks, brushes, gradients and effects, in addition to an easy shading technique you’ll find yourself using in plenty of other projects.</p>
<p><a target="_blank" href="http://vector.tutsplus.com/tutorials/character-design/how-to-design-a-cheeky-koala-mascot-head/"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/character-tutorials/how-to-design-cheeky-koala-mascot-head-character-illustration-tutorials.jpg" border="0" alt="How-to-design-cheeky-koala-mascot-head-character-illustration-tutorials" /></a></p>
<h2>39. <a target="_blank" href="http://vforvectors.com/create-the-face-of-a-goofy-bunny/" target="_blank">Create the Face of a Goofy Bunny</a></h2>
<p>The following tutorial will help you create the face of a goofy bunny. You won’t need the Pen Tool. Only the Ellipse Tool and the Rectangle Tool plus some basic effects like the Inner Glow, the Drop Shadow or the Warp effect.</p>
<p><a target="_blank" href="http://vforvectors.com/create-the-face-of-a-goofy-bunny/"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/character-tutorials/create-face-goofy-bunny-character-illustration-tutorials.jpg" border="0" alt="Create-face-goofy-bunny-character-illustration-tutorials" /></a></p>
<h2>40. <a target="_blank" href="http://vector.tutsplus.com/tutorials/character-design/create-character-driven-book-cover-art-using-illustrator-and-photoshop-part-1/" target="_blank">Create Character Driven Book Cover Art Using Illustrator and Photoshop</a></h2>
<p>This two-part tutorial on creating the “Let’s Go To Monster School!” book cover, will show you a complete process from initial sketch to the final artwork, using an Illustrator to Photoshop integrated workflow. In Part 1 you will employ Illustrator to trace our hand drawn sketch, lay down the shapes and define the basic colors.</p>
<p><a target="_blank" href="http://vector.tutsplus.com/tutorials/character-design/create-character-driven-book-cover-art-using-illustrator-and-photoshop-part-1/"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/character-tutorials/create-character-driven-book-cover-art-using-illustrator-photoshop-character-illustration-tutorials.jpg" border="0" alt="Create-character-driven-book-cover-art-using-illustrator-photoshop-character-illustration-tutorials" /></a></p>
<h2>41. <a target="_blank" href="http://www.blog.spoongraphics.co.uk/tutorials/how-to-create-a-cute-vector-bear-t-shirt-design" target="_blank">How to Create a Cute Vector Bear T-Shirt Design</a></h2>
<p>Get busy with Adobe Illustrator and design a cute bear character and surrounding scenery in just two colours, ready for use as a cool t-shirt design.</p>
<p><a target="_blank" href="http://www.blog.spoongraphics.co.uk/tutorials/how-to-create-a-cute-vector-bear-t-shirt-design"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/character-tutorials/create-cute-vector-bear-t-shirt-design-character-illustration-tutorials.jpg" border="0" alt="Create-cute-vector-bear-t-shirt-design-character-illustration-tutorials" /></a></p>
<h2>42. <a target="_blank" href="http://www.blog.spoongraphics.co.uk/tutorials/how-to-draw-a-cute-vector-dog-character-in-illustrator" target="_blank">How To Draw a Cute Vector Dog Character in Illustrator</a></h2>
<p>Follow this step by step design process of the making of a vector character. You’ll start with a hand drawn sketch of Chris Spooner’s dog, Jake the labrador retriever, then add various lines, colour fills gradients and highlights to produce a cute cartoon representation.</p>
<p><a target="_blank" href="http://www.blog.spoongraphics.co.uk/tutorials/how-to-draw-a-cute-vector-dog-character-in-illustrator"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/character-tutorials/draw-cute-dog-vector-character-illustration-tutorials.jpg" border="0" alt="Draw-cute-dog-vector-character-illustration-tutorials" /></a></p>
<h2>43. <a target="_blank" href="http://www.aimonkey.com/2009/12/draw-a-nice-punk-kid-in-illustrator/" target="_blank">Draw a Nice Punk Kid in Illustrator</a></h2>
<p>This tutorial will take you through the process of drawing a nice punk kid in Illustrator. You’ll be working with the basic shapes to start, then use a variety of gradients to add depth and details to our illustration.</p>
<p><a target="_blank" href="http://www.aimonkey.com/2009/12/draw-a-nice-punk-kid-in-illustrator/"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/character-tutorials/draw-nice-punk-kid-character-illustration-tutorials.jpg" border="0" alt="Draw-nice-punk-kid-character-illustration-tutorials" /></a></p>
<h2>44. <a target="_blank" href="http://www.smashingshare.com/2010/07/12/how-to-draw-ferb-step-by-step/" target="_blank">How To Draw Ferb Step By Step</a></h2>
<p>Phineas and Ferb is an animated television comedy series. They are also known as “Disney’s Phineas and Ferb“. This tutorial is about only Ferb where you will be guided how to draw Ferb step by step in Illustrator. It’s a very basic tutorial where beginners can also practice this easily. You can also download the source file of Ferb at the end of this tutorial.</p>
<p><a target="_blank" href="http://www.smashingshare.com/2010/07/12/how-to-draw-ferb-step-by-step/"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/character-tutorials/draw-ferb-step-by-character-illustration-tutorials.jpg" border="0" alt="Draw-ferb-step-by-character-illustration-tutorials" /></a></p>
<h2>45. <a target="_blank" href="http://www.aimonkey.com/2009/11/create-a-cute-pig-postcard-from-sketch-2/" target="_blank">Create a Cute Pig Postcard from Sketch</a></h2>
<p>This tutorial aims to guide you from sketchbook to screen; a &#8220;Cute Pig&#8221; drawn with pencil in just a couple of minutes translated into a vector postcard.</p>
<p><a target="_blank" href="http://www.aimonkey.com/2009/11/create-a-cute-pig-postcard-from-sketch-2/"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/character-tutorials/creating-cute-pig-postcard-character-illustration-tutorials.jpg" border="0" alt="Creating-cute-pig-postcard-character-illustration-tutorials" /></a></p>
<h2>46. <a target="_blank" href="http://www.digitalartsonline.co.uk/tutorials/index.cfm?featureID=1691" target="_blank">Creating Convincing Characters</a></h2>
<p>In this tutorial, you’ll learn some basic skills for converting your character from a pencil doodle to a complete, fully coloured image – learning some crucial Illustrator skills along the way.</p>
<p><a target="_blank" href="http://www.digitalartsonline.co.uk/tutorials/index.cfm?featureID=1691"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/character-tutorials/creating-convincing-character-illustration-tutorials.jpg" border="0" alt="Creating-convincing-character-illustration-tutorials" /></a></p>
<h2>47. <a target="_blank" href="http://www.illustrationclass.com/2008/07/07/thug-bunny/" target="_blank">Symmetrical Illustration: Thug Bunny!</a></h2>
<p>This tutorial will go through the method of using symmetry in your artwork. Learn how to do half the work but still get the full benefit from your artwork.</p>
<p><a target="_blank" href="http://www.illustrationclass.com/2008/07/07/thug-bunny/"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/character-tutorials/symmetrical-thug-bunny-character-illustration-tutorials.jpg" border="0" alt="Symmetrical-thug-bunny-character-illustration-tutorials" /></a></p>
<h2>48. <a target="_blank" href="http://www.vectelligence.com/how-to-draw-a-funny-bee-illustration" target="_blank">How to Draw a Funny Bee Illustration</a></h2>
<p>Although they can be very dangerous, bees are loved around the world for honey they are producing. From this tutorial you will learn how to create a funny illustration of a bee inside Adobe Illustrator.</p>
<p><a target="_blank" href="http://www.vectelligence.com/how-to-draw-a-funny-bee-illustration"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/character-tutorials/draw-funny-bee-character-illustration-tutorials.jpg" border="0" alt="Draw-funny-bee-character-illustration-tutorials" /></a></p>
<h2>49. <a target="_blank" href="http://www.cutelittlefactory.com/tutorials/design-a-cute-hamster-avatar/" target="_blank">Design a Cute Hamster Avatar</a></h2>
<p>Learn how to design cute hamster in Illustrator from scratch. There’s also a soundtrack included in tutorial to help you work.</p>
<p><a target="_blank" href="http://www.cutelittlefactory.com/tutorials/design-a-cute-hamster-avatar/"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/character-tutorials/design-cute-hamster-avatar-character-illustration-tutorials.jpg" border="0" alt="Design-cute-hamster-avatar-character-illustration-tutorials" /></a></p>
<h2>50. <a target="_blank" href="http://www.aimonkey.com/2010/01/draw-a-beautiful-female-character/" target="_blank">Draw a Beautiful Female Character</a></h2>
<p>Office life would be very boring if there wouldn’t be those hot and strict secretaries. This simple tutorial shows you how to create a beautiful female character using Illustrator.</p>
<p><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/character-tutorials/draw-beautiful-female-dexter-character-illustration-tutorials.jpg" border="0" alt="Draw-beautiful-female-dexter-character-illustration-tutorials" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.1stwebdesigner.com/tutorials/character-illustration-tutorials/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>How To Create Recognizable And Really Unique Article Thumbnails</title>
		<link>http://www.1stwebdesigner.com/tutorials/create-thumbnails-showcase/</link>
		<comments>http://www.1stwebdesigner.com/tutorials/create-thumbnails-showcase/#comments</comments>
		<pubDate>Mon, 19 Jul 2010 10:00:47 +0000</pubDate>
		<dc:creator>Daniels Mekšs</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[guide]]></category>
		<category><![CDATA[showcase]]></category>
		<category><![CDATA[thumbnails]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[tricks]]></category>

		<guid isPermaLink="false">http://www.1stwebdesigner.com/?p=19452</guid>
		<description><![CDATA[Picture can save a thousand words. That’s true and it works everywhere, even in blogs. Next thing visitors spot after the title is thumbnail. Well done post thumbnails will attract more visitors and they will explore your website with interest.
In this article I’m going to share some tips and advices about beautiful post thumbnails. You will see lot [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.1stwebdesigner.com/tutorials/create-thumbnails-showcase/" target="_self"><img class="alignleft" src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/thumbnails-tutorials/preview-post-thumbnails.jpg" border="0" alt="Preview-post-thumbnails" /></a>Picture can save a thousand words. That’s true and it works everywhere, even in blogs. Next thing visitors spot after the title is thumbnail. Well done post thumbnails will attract more visitors and they will explore your website with interest.</p>
<p>In this article I’m going to share some tips and advices about beautiful post thumbnails. You will see lot examples of using thumbnails and hopefully learn something new.<span id="more-19452"></span></p>
<h2>Size and Location</h2>
<p>Correct size and placing is as important as the thumbnails themselves. Don’t overplay with the sizes. Too small size might not display all the information you need, but too large size will be distracting. Don’t choose too striking or too imperceptible position either. Cleary visible spot for your thumbnails is good, but the content is more important, right? Too imperceptible spot won’t attract so many visitors. Below you will find some of the most popular thumbnail placing and size.</p>
<h2>Large thumbnail below title or introduction</h2>
<p>Layouts where quite large thumbnail lies below heading or introduction has become quite popular. They’re handy, because you can insert a lot of information there. You don’t have to resize your preferred image to half. Great preview is available. Lot of blogs choose to put pictures or screenshots there, because creating so large thumbnail yourself is time-consuming. Usually the width is fixed, but the height varies from around 200 to 400 pixels. And that’s great, because if you are using a photo, you can crop it as you like. These large thumbnails if made properly can really attach lots of visitors. But be aware that not all designs will look good with these large thumbnails.</p>
<h2><a target="_blank" href="http://www.fubiz.net/" target="_blank">Fubiz</a></h2>
<p><a target="_blank" href="http://www.fubiz.net/"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/thumbnails-tutorials/fubiz-post-thumbnails.jpg" border="0" alt="Fubiz-post-thumbnails" /></a></p>
<h2><a target="_blank" href="http://www.denisdesigns.com/blog/" target="_blank">Denis Designs Blog</a></h2>
<p><a target="_blank" href="http://www.denisdesigns.com/blog/"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/thumbnails-tutorials/denis-designs-post-thumbnails.jpg" border="0" alt="Denis-designs-blog-post-thumbnails" /></a></p>
<h2><a target="_blank" href="http://www.littleboxofideas.com/blog/" target="_blank">Little Box Of Ideas</a></h2>
<p><a target="_blank" href="http://www.littleboxofideas.com/blog/"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/thumbnails-tutorials/little-box-of-ideas-post-thumbnails.jpg" border="0" alt="Little-box-of-ideas-post-thumbnails" /></a></p>
<h2><a target="_blank" href="http://www.swgraphic.com/v2/category/blog/" target="_blank">SW Graphic</a></h2>
<p><a target="_blank" href="http://www.swgraphic.com/v2/category/blog/" target="_blank"></a><a target="_blank" href="http://www.swgraphic.com/v2/category/blog/"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/thumbnails-tutorials/sw-graphic-blog-post-thumbnails.jpg" border="0" alt="Sw-graphic-blog-post-thumbnails" /></a></p>
<p><a target="_blank" href="http://devisefunction.com/"></a></p>
<h2><a target="_blank" href="http://blog.chilli.be/" target="_blank">Chilli Blog</a></h2>
<p>In Chilli the thumbnail is actually above title. The thumbnails aren’t too large, they fit perfectly and make superb contrast with this awesome dark design.</p>
<p><a target="_blank" href="http://blog.chilli.be/"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/thumbnails-tutorials/chilli-blog-post-thumbnails.jpg" border="0" alt="Chilli-blog-post-thumbnails" /></a></p>
<h2>Square thumbnail leftwards title</h2>
<p>This is definitely most used layout in design blogs. It’s very practical and the thumbnails doesn’t take up too much room. Users can quickly scroll trough posts. Sizes of these thumbnails usually varies from 100 to 250 pixels for each brink. If you have a good taste and accordant skills, these thumbnails can look really beautiful and make people willing to read your posts.</p>
<h2><a target="_blank" href="http://psdfan.com/" target="_blank">PSDFan</a></h2>
<p><a target="_blank" href="http://psdfan.com/"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/thumbnails-tutorials/psd-fan-post-thumbnails.jpg" border="0" alt="Psd-fan-post-thumbnails" /></a></p>
<h2><a target="_blank" href="http://mac.appstorm.net/" target="_blank">Appstorm</a></h2>
<p><a target="_blank" href="http://mac.appstorm.net/"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/thumbnails-tutorials/appstorm-post-thumbnails.jpg" border="0" alt="Appstorm-post-thumbnails" /></a></p>
<h2><a target="_blank" href="http://www.psdvault.com/" target="_blank">PSD Vault</a></h2>
<p><a target="_blank" href="http://www.psdvault.com/"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/thumbnails-tutorials/psd-vault-post-thumbnails.jpg" border="0" alt="Psd-vault-post-thumbnails" /></a></p>
<h2><a target="_blank" href="http://speckyboy.com/" target="_blank">SpeckyBoy</a></h2>
<p><a target="_blank" href="http://speckyboy.com/"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/thumbnails-tutorials/specky-boy-post-thumbnails.jpg" border="0" alt="Specky-boy-post-thumbnails" /></a></p>
<h2>Square thumbnail below title and leftwards content</h2>
<p>This solution is very similar to previous one, but not used as much. It allows users to focus more on the title, and only after the title they spot the thumbnail. I like this solution, because you can read the title and then get a small preview about article. However thumbnail is not as important as the content itself and in this location the thumbnail distracts attention from your post introduction a little. But there are many blogs, where this layout looks very good. The most popular again is square shaped thumbnail, but there are blogs using rectangular thumbnails too.</p>
<h2><a target="_blank" href="http://forcg.com/" target="_blank">Forcg</a></h2>
<p><a target="_blank" href="http://forcg.com/"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/thumbnails-tutorials/forcg-post-thumbnails.jpg" border="0" alt="Forcg-post-thumbnails" /></a></p>
<h2><a target="_blank" href="http://www.webdesignerdepot.com/" target="_blank">Web Designer Depot</a></h2>
<p><a target="_blank" href="http://www.webdesignerdepot.com/"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/thumbnails-tutorials/web-designer-depot-post-thumbnails.jpg" border="0" alt="Web-designer-depot-post-thumbnails" /></a></p>
<h2><a target="_blank" href="http://www.myinkblog.com/" target="_blank">My Ink Blog</a></h2>
<p><a target="_blank" href="http://www.myinkblog.com/"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/thumbnails-tutorials/my-ink-blog-post-thumbnails.jpg" border="0" alt="My-ink-blog-post-thumbnails" /></a></p>
<h2><a target="_blank" href="http://creativefan.com/" target="_blank">Creative Fan</a></h2>
<p><a target="_blank" href="http://creativefan.com/"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/thumbnails-tutorials/creative-fan-post-thumbnails.jpg" border="0" alt="Creative-fan-post-thumbnails" /></a></p>
<h2>Square thumbnail rightwards title</h2>
<p>Infrequent placing, but basically it’s pretty much the same as within the left side. Only people are not used to it, that’s why it looks a bit strange. Personally I prefer left side placing, because I don’t like switching my look from thumbnail to beginning of the title and backwards. But in some blogs those thumbnails actually make segregated column and look pretty solid.</p>
<h2><a target="_blank" href="http://www.uxbooth.com/blog/" target="_blank">UX Booth</a></h2>
<p><a target="_blank" href="http://www.uxbooth.com/blog/"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/thumbnails-tutorials/ux-booth-post-thumbnails.jpg" border="0" alt="Ux-booth-post-thumbnails" /></a></p>
<h2>Techniques</h2>
<h2>Photographs</h2>
<p>Photos matching the subject you are writing about can really highlight your post. Choose them with taste and keep the photos relevant. If you are writing about jQuery tutorials, don’t put a photo manipulation as thumbnail. I suggest checking out <a target="_blank" href="http://pelfusion.com/awesome-graphics/60-free-high-quality-stock-photography-sites/" target="_blank">60 Free High Quality Stock Photography Sites</a> if you want to find free stock photos. But I think you will agree that photos on those sites usually aren’t exactly as you imagined. If you want the quality, you have to pay for it. Here are some good sites to get finest quality images:</p>
<ul>
<li><a target="_blank" href="http://www.istockphoto.com/" target="_blank">iStockphoto</a></li>
<li><a target="_blank" href="http://www.dreamstime.com/" target="_blank">Dreamstime</a></li>
<li><a target="_blank" href="http://www.bigstockphoto.com/" target="_blank">Bigstockphoto</a></li>
<li><a target="_blank" href="http://www.shutterstock.com/" target="_blank">Shutterstock</a></li>
</ul>
<p>Of course, it’s pretty expensive to buy images there one by one, but subscription would be a good option. Then you could use some magnificent images to afforce your posts. If you have already found and included some photos in your post, you can assuredly put one of those photos as thumbnail.</p>
<h2>Screenshots</h2>
<p>If your post includes well designed webpage, tool or a software, then why don’t you put it as a thumbnail? It will completely measure up with the content and you will unite appropriate with enjoyable. People will get a preview about what’s in the article.</p>
<p><a target="_blank" href="http://psd.tutsplus.com/freebies/psd/freebie-vector-iphone-4-psd-file/"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/thumbnails-tutorials/screenshots-1-post-thumbnails.jpg" border="0" alt="Screenshots-1-post-thumbnails" /></a></p>
<p><a target="_blank" href="http://psd.tutsplus.com/" target="_blank">Psd.Tutsplus</a> has a freebie to offer, it’s pretty logic that they’re putting preview of it as a thumbnail.</p>
<p><a target="_blank" href="http://www.smashingmagazine.com/2010/06/15/spice-up-your-website-with-jquery-goodness/"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/thumbnails-tutorials/screenshots-2-post-thumbnails.jpg" border="0" alt="Screenshots-2-post-thumbnails" /></a></p>
<p>Here <a target="_blank" href="http://www.smashingmagazine.com/" target="_blank">Smashing Magazine</a> is writing about jQuery and some tools and they have included a screenshot of one of them as the thumbnail. It’s a good looking tool with nice contrast and at the same time it gives readers a visual preview about what can they expect from the article.</p>
<h2>Show off content</h2>
<p>This method is even more simple than using screenshots. If you are writing about art or design, you can just pick one image from your post and set it as thumbnail. Again, people will get a preview of post content and thumbnail will be attractive.</p>
<p><a target="_blank" href="http://abduzeedo.com/daily-inspiration-544"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/thumbnails-tutorials/show-off-content-1-post-thumbnails.jpg" border="0" alt="Show-off-content-1-post-thumbnails" /></a></p>
<p><a target="_blank" href="http://abduzeedo.com/" target="_blank">Abduzeedo</a> always chooses one gorgeous image from their daily inspiration series and sets it as a thumbnail. Readers spot the great artwork and want to see more.</p>
<p><a target="_blank" href="http://www.reencoded.com/2010/06/21/get-inspired-20-humorous-pieces-of-art/"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/thumbnails-tutorials/show-off-content-2-post-thumbnails.jpg" border="0" alt="Show-off-content-2-post-thumbnails" /></a></p>
<p><a target="_blank" href="http://www.reencoded.com/" target="_blank">Reencoded</a> is writing about humorous artworks and they’ve picked up colorful and catching image as their thumbnail.</p>
<h2>Text on thumbnail</h2>
<p>Adding some text to your thumbnails can help people focus to your posts. This text can also help to bring visitors if they search for images in sites like Google.</p>
<p><a target="_blank" href="http://wefunction.com/2010/05/wpbundle-ipad/"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/thumbnails-tutorials/text-1-post-thumbnails.jpg" border="0" alt="Text-1-post-thumbnails" /></a></p>
<p><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/thumbnails-tutorials/text-2-post-thumbnails.jpg" border="0" alt="Text-2-post-thumbnails" /></p>
<p><a target="_blank" href="http://trendland.net/" target="_blank">Trendland</a> has a unique and really great solution. Once you hover the thumbnail, a pop up with some introduction is revealed. That way you can save a lot of space and visitors can have both visual and written preview available.</p>
<h2>United style</h2>
<p>If you are writing lot about similar topics, a united thumbnail design is a neat solution. You can create thumbnails after premade template. That way you will save time and you will have stylish thumbnails. Many blogs have CSS solutions for thumbnail styling.</p>
<p><a target="_blank" href="http://www.webstuffshare.com/"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/thumbnails-tutorials/united-1-post-thumbnails.jpg" border="0" alt="United-1-post-thumbnails" /></a></p>
<p>See those shadows under thumbnails in <a target="_blank" href="http://www.webstuffshare.com/" target="_blank">Web Stuff Share</a>? They’re under every thumbnail making them look small arches. That gives your blog more unified look. Every thumbnail is different there, but you can see those shadows right away.</p>
<p><a target="_blank" href="http://www.hv-designs.co.uk/"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/thumbnails-tutorials/united-2-post-thumbnails.jpg" border="0" alt="United-2-post-thumbnails" /></a></p>
<p><a target="_blank" href="http://www.hv-designs.co.uk/" target="_blank">Hv-Designs</a> releases freebie pack every Friday. Instead of creating new thumbnail every week, Richard Carpenter has created a template and just changes the number once a week.</p>
<h2>Other uses</h2>
<p>Thumbnails are not used just in main page while users browse trough posts. Of course that’s the most important use of them, but there are still some other, worth to mention, uses.</p>
<h2>Related posts</h2>
<p>Related posts section after article is a nice feature itself. But monotonous links just themselves aren’t embolding users to read some other articles. You need to brighten them up. That’s where thumbnails come in again.</p>
<p><a target="_blank" href="http://webdesignledger.com/"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/thumbnails-tutorials/related-1-post-thumbnails.jpg" border="0" alt="Related-1-post-thumbnails" /></a></p>
<p><a target="_blank" href="http://webdesignledger.com/" target="_blank">Web Design Ledger</a> has nice 5 related posts after article each with pretty large fixed size thumbnail.</p>
<p><a target="_blank" href="http://smashinghub.com/"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/thumbnails-tutorials/related-2-post-thumbnails.jpg" border="0" alt="Related-2-post-thumbnails" /></a></p>
<p><a target="_blank" href="http://smashinghub.com/" target="_blank">Smashing Hub</a> also has 5 related posts, but they’re using small squared thumbnails. The cons are that there are large spacings between titles and those thumbnails are really small.</p>
<p><a target="_blank" href="http://graphicdesignblender.com/"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/thumbnails-tutorials/related-3-post-thumbnails.jpg" border="0" alt="Related-3-post-thumbnails" /></a></p>
<p>But <a target="_blank" href="http://graphicdesignblender.com/" target="_blank">Graphic Design Blender</a> has a solution for this problem. They have placed titles in fixed space below thumbnails. Though there are less posts, but the spacing is good and it’s very compact.</p>
<h2>Featured posts</h2>
<p>Featured post thumbnails are even more important, because they will be seen by much more people. Again, if your thumbnails are worked great, they will attract lots of visitors.</p>
<p><a target="_blank" href="http://blog.iso50.com/"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/thumbnails-tutorials/featured-1-post-thumbnails.jpg" border="0" alt="Featured-1-post-thumbnails" /></a></p>
<p><a target="_blank" href="http://blog.iso50.com/" target="_blank">Iso 50</a> doesn’t have a lot of space for featured posts, but those small dishy thumbnails are working great on the right side of posts.</p>
<p><a target="_blank" href="http://blog.epicerastudio.com/"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/thumbnails-tutorials/featured-2-post-thumbnails.jpg" border="0" alt="Featured-2-post-thumbnails" /></a></p>
<p><a target="_blank" href="http://blog.epicerastudio.com/" target="_blank">Epicera Studio</a> has got really large thumbnails and they’re using jQuery to rotate them. There is also category and title with direct links on thumbnails. If you have a lot of space in your design, this is one brilliant solution.</p>
<h2>Gallery view</h2>
<p>Blogs, who are posting a lot often use gallery style post view. Thumbnails are very important then. Since you won’t be able to add long post descriptions, only available information will be title and thumbnail. And, of course, in that miscellany people won’t focus so much to the titles. They will look for a pleasant picture to click on.</p>
<p><a target="_blank" href="http://www.designaside.com/"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/thumbnails-tutorials/gallery-1-post-thumbnails.jpg" border="0" alt="Gallery-1-post-thumbnails" /></a></p>
<p><a target="_blank" href="http://www.designaside.com/" target="_blank">Design Aside</a> is publishing a lot of posts, so they have chosen gallery post view. With those large thumbnails it’s very easy to quickly run over the content.</p>
<p><a target="_blank" href="http://www.chonchstyle.info/v3/"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/thumbnails-tutorials/gallery-2-post-thumbnails.jpg" border="0" alt="Gallery-2-post-thumbnails" /></a></p>
<p><a target="_blank" href="http://www.chonchstyle.info/v3/" target="_blank">Chonch Style</a> has customized thumbnails to match the designs. Pretty large rectangular thumbnails with title on them makes browsing agreeable.</p>
<h2>List thumbnails</h2>
<p>When you have a long list with articles or links again, as in related posts, people won’t be willing to read those titles anc click on them. Small thumbnail is a fine way out.</p>
<p><a target="_blank" href="http://webdesignledger.com/"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/thumbnails-tutorials/list-1-post-thumbnails.jpg" border="0" alt="List-1-post-thumbnails" /></a></p>
<p><a target="_blank" href="http://webdesignledger.com/" target="_blank">Web Design Ledger</a> has placed two lists with their premium files and recent articles on the left side. Each link has a small 25&#215;25 pixel thumbnail in front of it. You can’t get a good preview of them, but at least it’s something and it’s much better than just boring list of links.</p>
<p><a target="_blank" href="http://boompa.ca/"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/thumbnails-tutorials/list-2-post-thumbnails.jpg" border="0" alt="List-2-post-thumbnails" /></a></p>
<p><a target="_blank" href="http://boompa.ca/" target="_blank">Boompa</a> has added small squared thumbnails showing off their new music. There aren’t many of links, so they can afford the thumbnails to be larger.</p>
<h2>Quick tutorial</h2>
<p>I’m going to show you how I created 150&#215;150 pixel thumbnail for this article. I’m going to use screenshot above mentioned of <a target="_blank" href="http://psdfan.com/" target="_blank">PSD Fan</a>.</p>
<p>1. Create a new document like shown below.</p>
<p><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/thumbnails-tutorials/tutorial-1-post-thumbnails.jpg" border="0" alt="Tutorial-1-post-thumbnails" /></p>
<p>2. Take the screenshot and paste it into your document. Then press Ctrl + T and enter settings shown below.</p>
<p><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/thumbnails-tutorials/tutorial-2-post-thumbnails.jpg" border="0" alt="Tutorial-2-post-thumbnails" /></p>
<p>3. Move your photo up a bit using Move Tool. You should have something like this.</p>
<p><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/thumbnails-tutorials/tutorial-3-post-thumbnails.jpg" border="0" alt="Tutorial-3-post-thumbnails" /></p>
<p>4. Go to Filter – Blur – Gaussian Blur and apply 1.5 pixels. Then go to Filter – Blur – Motion Blur and apply 4 pixels with 10<strong>°</strong> angle. You should have something like this.</p>
<p><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/thumbnails-tutorials/tutorial-4-post-thumbnails.jpg" border="0" alt="Tutorial-4-post-thumbnails" /></p>
<p><strong>5. Grab Rectangle Tool</strong>, set it to Fill Pixels mode and fix it’s size to 150&#215;32 pixels. Create a new layer and draw it. Place it somewhere in bottom.</p>
<p><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/thumbnails-tutorials/tutorial-5-post-thumbnails.jpg" border="0" alt="Tutorial-5-post-thumbnails" /></p>
<p><strong>6. Lower the Fill Opacity</strong> to 35% and apply 1 pixel black stroke with 40% Opacity.</p>
<p><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/thumbnails-tutorials/tutorial-6-post-thumbnails.jpg" border="0" alt="Tutorial-6-post-thumbnails" /></p>
<p>7. Add your text. I used</p>
<ul>
<li>Myriad Pro</li>
<li>Regular, 18 pt, Sharp, White, 0 Tracking</li>
<li>Drop shadow, 30% Opacity, 0 px Distance, 0% Spread, 1 px Size</li>
</ul>
<p>Then I duplicated layer, rasterized it and painted it black. I placed it under original and moved 1 px down. That will give you little depth effect.</p>
<p><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/thumbnails-tutorials/tutorial-7-post-thumbnails.jpg" border="0" alt="Tutorial-7-post-thumbnails" /></p>
<p>8. Select soft brush (I used 50 px large) and brush around brinks. Then go to Filter – Blur – Box Blur and apply 20 pixels. In this case I lowered the Opacity to 45%.</p>
<p><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/thumbnails-tutorials/tutorial-8-post-thumbnails.jpg" border="0" alt="Tutorial-8-post-thumbnails" /></p>
<p>9. Create a new layer above your screenshot layer. Fill it with 50% grey and set it to Overlay. Use Burn and Dodge tool to darken corners and highlight middle part. After you’re done, apply some Gaussian blur (I used 8 pixels). Lower layers Opacity if you need.</p>
<p><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/thumbnails-tutorials/tutorial-9-post-thumbnails.jpg" border="0" alt="Tutorial-9-post-thumbnails" /></p>
<p>10. For final touches, I added some blurry vivid colors, warm photo filter and black and white Gradient map with low opacity.</p>
<p><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/thumbnails-tutorials/preview-post-thumbnails.jpg" border="0" alt="Preview-post-thumbnails" /></p>
<h2>Summary</h2>
<p>Well, what can I say to you? You’ve seen various layouts, techniques and uses of thumbnails. Now it’s time to improve yours.</p>
<p><strong>Learn Photoshop</strong>.</p>
<p>There aren’t specific tutorials for creating thumbnails much, but if you’re blogging about Photoshop, then sometimes it’s really worth checking out some of the tutorials. Learn new techniques and explore facilities. That will relief your work immensely.</p>
<p><strong>Ask advice</strong></p>
<p>If you aren’t sure about your design, ask for a feedback. You will get objective opinion and will be able to do some work on mistakes.</p>
<p><strong>Analyse</strong></p>
<p>You’re probably using Google Analytics or similar service to track your sites stats. So research more and find out how big influence on tour visitors your thumbnails have.</p>
<p><strong>Ways of use</strong></p>
<p>You saw some great ways to use thumbnails. Don’t be afraid to be creative. Think where you could use your thumbnails to benefit the best from them.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.1stwebdesigner.com/tutorials/create-thumbnails-showcase/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Ultimate Guide to HTML Emails &#8211; Basics, Tips, Tutorials and Resources</title>
		<link>http://www.1stwebdesigner.com/tutorials/ultimate-guide-html-emails/</link>
		<comments>http://www.1stwebdesigner.com/tutorials/ultimate-guide-html-emails/#comments</comments>
		<pubDate>Sat, 17 Jul 2010 11:00:03 +0000</pubDate>
		<dc:creator>Daniels Mekšs</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[emails]]></category>
		<category><![CDATA[guide]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[tricks]]></category>

		<guid isPermaLink="false">http://www.1stwebdesigner.com/?p=19449</guid>
		<description><![CDATA[HTML emails is a great marketing tool, and if built good, they work great. In 2009 HTML email ROI was $43.52 for every dollar spent on it. If you are a freelancer be aware that sooner or later your clients will start asking for you to build HTML emails.
You might think that it’s not a big [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.1stwebdesigner.com/tutorials/ultimate-guide-html-emails/" target="_self"><img class="alignleft" src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/html-email-tips/preview-html-email-tips.jpg" border="0" alt="Preview-html-email-tips" /></a>HTML emails is a great marketing tool, and if built good, they work great. In 2009 HTML email ROI was $43.52 for every dollar spent on it. If you are a freelancer be aware that sooner or later your clients will start asking for you to build HTML emails.</p>
<p>You might think that it’s not a big deal. Just a miniature HTML web page. But the difference from building HTML websites is that you aren’t building it to just a couple of browsers with very similar structure, but to 20+ email clients people are using. And believe me, they won’t swallow your code so easily. Each of them has it’s own particularities and that makes</p>
<p>HTML emails so hard to make. Below you will find 50+ tutorials, tips, resources, templates to get familiar with HTML email building.<span id="more-19449"></span></p>
<h2>Basics</h2>
<h2>1. <a target="_blank" href="http://www.addme.com/newsletters/issue293.htm" target="_blank">How to Create and Send HTML Email</a></h2>
<p>See pros and cons of using HTML email, and learn how to send HTML email in 7 easy steps.</p>
<p><span style="color: #0066cc;"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/html-email-tips/how-to-create-send-html-email-tips.jpg" border="0" alt="How-to-create-send-html-email-tips" /></span></p>
<h2>2. <a target="_blank" href="http://net.tutsplus.com/tutorials/html-css-techniques/20-email-design-best-practices-and-resources-for-beginners/" target="_blank">20 Email Design Best Practices and Resources for Beginners</a></h2>
<p>Even for experience designers, building email newsletters isn’t easy. You receive a lovely looking design, and you crack on with the development. Unfortunately, it just doesn’t work as it should in every email clients. This is where these twenty best practices come in handy.</p>
<p><span style="color: #0066cc;"> </span></p>
<p><span style="color: #0066cc;"><a target="_blank" href="http://net.tutsplus.com/tutorials/html-css-techniques/20-email-design-best-practices-and-resources-for-beginners/"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/html-email-tips/design-best-practices-resources-beginners-html-email-tips.jpg" border="0" alt="Design-best-practices-resources-beginners-html-email-tips" /></a></span><a target="_blank" href="http://net.tutsplus.com/tutorials/html-css-techniques/20-email-design-best-practices-and-resources-for-beginners/"></a></p>
<h2>3. <a target="_blank" href="http://www.mailchimp.com/articles" target="_blank">Getting Started in Email Marketing</a></h2>
<p>Mailchimp, one of the most powerful email marketing tools, shares lot of useful articles with you. From designing and coding HTML email to deliverability and spam filter avoiding. You can also download Mailchimp’s <a target="_blank" href="http://resources.mailchimp.com/email-marketing-field-guide" target="_blank">Email Marketing Field Guide</a>.</p>
<p><span style="color: #0066cc;"><a target="_blank" href="http://www.mailchimp.com/articles"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/html-email-tips/getting-started-marketing-html-email-tips.jpg" border="0" alt="Getting-started-marketing-html-email-tips" /></a></span><a target="_blank" href="http://www.mailchimp.com/articles"></a></p>
<h2>4. <a target="_blank" href="http://www.campaignmonitor.com/resources/" target="_blank">Campaign Monitor Articles &amp; Tips</a></h2>
<p>Campaign Monitor is an email marketing software for designers and their clients. You can find here great articles covering almost everything beginner can learn from, guides, email templates, plugins, and they even have their own email marketing book.</p>
<p><span style="color: #0066cc;"><a target="_blank" href="http://www.campaignmonitor.com/resources/"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/html-email-tips/campaign-monitor-html-email-tips.jpg" border="0" alt="Campaign-monitor-html-email-tips" /></a></span><a target="_blank" href="http://www.campaignmonitor.com/resources/"></a></p>
<h2>5. <a target="_blank" href="http://www.webdesignerdepot.com/2009/11/a-guide-to-creating-email-newsletters/" target="_blank">A Guide to Creating Email Newsletters</a></h2>
<p>In this article, you’ll be able to explore common design patterns of email newsletters and learn which approaches work well, so that you’ll be prepared to create one for yourself and your clients.</p>
<p><span style="color: #0066cc;"><a target="_blank" href="http://www.webdesignerdepot.com/2009/11/a-guide-to-creating-email-newsletters/"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/html-email-tips/guide-creating-newsletters-html-email-tips.jpg" border="0" alt="Guide-creating-newsletters-html-email-tips" /></a></span><a target="_blank" href="http://www.webdesignerdepot.com/2009/11/a-guide-to-creating-email-newsletters/"></a></p>
<h2>6. <a target="_blank" href="http://www.kamikazemusic.com/quick-tips/basics-html-email-newsletters/" target="_blank">The 10 Basics of HTML Email Newsletters</a></h2>
<p>Here you will find 10 basic tips for putting together your own HTML email newsletters.</p>
<p><span style="color: #0066cc;"><a target="_blank" href="http://www.kamikazemusic.com/quick-tips/basics-html-email-newsletters/"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/html-email-tips/basics-newsletters-html-email-tips.jpg" border="0" alt="Basics-newsletters-html-email-tips" /></a></span><a target="_blank" href="http://www.kamikazemusic.com/quick-tips/basics-html-email-newsletters/"></a></p>
<h2>7. <a target="_blank" href="http://www.smashingmagazine.com/2010/01/19/design-and-build-an-email-newsletter-without-losing-your-mind/" target="_blank">Design and Build Email Newsletters Without Losing Your Mind (and Soul)</a></h2>
<p>This article gives you the information you need to plan, design and build an HTML newsletter that renders well and is actually useful to recipients. It’s a quick and dirty guide to effective email newsletters.</p>
<p><span style="color: #0066cc;"><a target="_blank" href="http://www.smashingmagazine.com/2010/01/19/design-and-build-an-email-newsletter-without-losing-your-mind/"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/html-email-tips/design-build-without-losing-mind-soul-html-email-tips.jpg" border="0" alt="Design-build-without-losing-mind-soul-html-email-tips" /></a></span><a target="_blank" href="http://www.smashingmagazine.com/2010/01/19/design-and-build-an-email-newsletter-without-losing-your-mind/"></a></p>
<h2>Tips &amp; Advanced Tutorials</h2>
<h2>1. <a target="_blank" href="http://designshack.co.uk/articles/css/10-tips-for-designing-html-emails" target="_blank">10 Tips for Designing HTML Emails</a></h2>
<p>If you don’t know anything about HTML emails, they’re annoying to develop and break all the rules you’ve ever learned as a web designer, but being able to code them is a valuable skill to possess. This article will look at ten quick and easy tips to get beginners started on the road to creating beautiful and functional emails.</p>
<p><span style="color: #0066cc;"><a target="_blank" href="http://designshack.co.uk/articles/css/10-tips-for-designing-html-emails"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/html-email-tips/tips-for-designing-html-email-tips.jpg" border="0" alt="Tips-for-designing-html-email-tips" /></a></span><a target="_blank" href="http://designshack.co.uk/articles/css/10-tips-for-designing-html-emails"></a></p>
<h2>2. <a target="_blank" href="http://net.tutsplus.com/tutorials/html-css-techniques/6-easy-ways-to-improve-your-html-emails/" target="_blank">6 Easy Ways to Improve Your HTML Emails</a></h2>
<p>Designing email newsletters sends you back ten years. Deprecated tags, tables, inline styling, oh my! This article lists six methods that will immediately improve your email layouts.</p>
<p><span style="color: #0066cc;"><a target="_blank" href="http://net.tutsplus.com/tutorials/html-css-techniques/6-easy-ways-to-improve-your-html-emails/"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/html-email-tips/easy-ways-to-improve-your-html-email-tips.jpg" border="0" alt="Easy-ways-to-improve-your-html-email-tips" /></a></span><a target="_blank" href="http://net.tutsplus.com/tutorials/html-css-techniques/6-easy-ways-to-improve-your-html-emails/"></a></p>
<h2>3. <a target="_blank" href="http://mattmedia.net/2007/08/23/8-html-email-tips-i-wish-i-knew-sooner/" target="_blank">8 HTML Email Tips I Wish I’d Known Sooner</a></h2>
<p>The solution for designers who need to design HTML email is to create designs that work relatively consistently across platforms and email clients. This article shows you eight tips for making that happen.</p>
<p><span style="color: #0066cc;"><a target="_blank" href="http://mattmedia.net/2007/08/23/8-html-email-tips-i-wish-i-knew-sooner/"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/html-email-tips/i-would-wish-i-had-known-sooner-html-email-tips.jpg" border="0" alt="I-would-wish-i-had-known-sooner-html-email-tips" /></a></span><a target="_blank" href="http://mattmedia.net/2007/08/23/8-html-email-tips-i-wish-i-knew-sooner/"></a></p>
<h2>4. <a target="_blank" href="http://carsonified.com/blog/design/ensuring-your-html-emails-look-great-and-get-delivered/" target="_blank">Ensuring your HTML Emails Look Great and Get Delivered</a></h2>
<p>Getting your email to look good is only one piece of the puzzle, so here are some recommendations on how you can improve the chances of your emails actually getting delivered.</p>
<p><span style="color: #0066cc;"><a target="_blank" href="http://carsonified.com/blog/design/ensuring-your-html-emails-look-great-and-get-delivered/"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/html-email-tips/ensuring-look-great-get-delivered-html-email-tips.jpg" border="0" alt="Ensuring-look-great-get-delivered-html-email-tips" /></a></span><a target="_blank" href="http://carsonified.com/blog/design/ensuring-your-html-emails-look-great-and-get-delivered/"></a></p>
<h2>5. <a target="_blank" href="http://www.hoteltrafficbuilders.com/pdf/20-html-email-tips.pdf" target="_blank">20 HTML Email Tips</a></h2>
<p>This list of 20 best practises addresses critical issues in coding and design in three key areas: format, functionality and usability. PDF format.</p>
<p><span style="color: #0066cc;"><a target="_blank" href="http://www.hoteltrafficbuilders.com/pdf/20-html-email-tips.pdf"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/html-email-tips/tips-html-email-tips.jpg" border="0" alt="Tips-html-email-tips" /></a></span><a target="_blank" href="http://www.hoteltrafficbuilders.com/pdf/20-html-email-tips.pdf"></a></p>
<h2>6. <a target="_blank" href="http://24ways.org/2009/rock-solid-html-emails" target="_blank">Rock Solid HTML Emails</a></h2>
<p>Useful tips and guides from David Greiner, the co-founder, of Campaign Monitor.</p>
<p><span style="color: #0066cc;"><a target="_blank" href="http://24ways.org/2009/rock-solid-html-emails"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/html-email-tips/rock-solid-html-email-tips.jpg" border="0" alt="Rock-solid-html-email-tips" /></a></span><a target="_blank" href="http://24ways.org/2009/rock-solid-html-emails"></a></p>
<h2>7. <a target="_blank" href="http://sxates.com/design/tips-and-best-practices-for-html-emails-in-outlook-2007-2010/" target="_blank">Tips and Best Practices for HTML Emails in Outlook 2007, 2010</a></h2>
<p>For the Outlook 2007 and 2010 version Microsoft switched from the IE rendering engine to the Word engine, which is completely crippled compared to IE. Even if they switch to IE for 2012, we’ll have clients using 2007 and 2010 for years. So if you haven’t yet learned the ins and outs of designing emails for Outlook, now’s the time to learn!</p>
<p><span style="color: #0066cc;"><a target="_blank" href="http://sxates.com/design/tips-and-best-practices-for-html-emails-in-outlook-2007-2010/"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/html-email-tips/tipsbest-practises-outlook-html-email-tips.jpg" border="0" alt="Tipsbest-practises-outlook-html-email-tips" /></a></span><a target="_blank" href="http://sxates.com/design/tips-and-best-practices-for-html-emails-in-outlook-2007-2010/"></a></p>
<h2>8. <a target="_blank" href="http://www.campaignmonitor.com/blog/tips-resources/" target="_blank">Campaign Monitor Blog</a></h2>
<p>Here you will find tons and tons of useful tips and tutorials on HTML email building from experts in this area.</p>
<p><span style="color: #0066cc;"><a target="_blank" href="http://www.campaignmonitor.com/blog/tips-resources/"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/html-email-tips/tips-tricks-blog-html-email-tips.jpg" border="0" alt="Tips-tricks-blog-html-email-tips" /></a></span><a target="_blank" href="http://www.campaignmonitor.com/blog/tips-resources/"></a></p>
<h2>9. <a target="_blank" href="http://css-tricks.com/using-css-in-html-emails-the-real-story/" target="_blank">Using CSS in HTML Emails: The Real Story</a></h2>
<p>Some tips on HTML email writing and using CSS in them.</p>
<p><span style="color: #0066cc;"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/html-email-tips/using-css-real-story-html-email-tips.jpg" border="0" alt="Using-css-real-story-html-email-tips" /></span></p>
<h2>10. <a target="_blank" href="http://www.digital-web.com/articles/ten_tips_for_email_campaigns/" target="_blank">Tips For Your First Email Campaign</a></h2>
<p>Here are some tips you should give to new customers who are sending their first email campaigns. Share them with your clients before you begin your next email marketing projects, and you might prevent more than a few headaches!</p>
<p><span style="color: #0066cc;"><a target="_blank" href="http://www.digital-web.com/articles/ten_tips_for_email_campaigns/"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/html-email-tips/tips-first-campaign-html-email-tips.jpg" border="0" alt="Tips-first-campaign-html-email-tips" /></a></span><a target="_blank" href="http://www.digital-web.com/articles/ten_tips_for_email_campaigns/"></a></p>
<h2>11. <a target="_blank" href="http://lyrishq.lyris.com/index.php/Email-Marketing/Email-Subject-Lines-15-Rules-to-Write-Them-Right.html" target="_blank">Email Subject Lines: 15 Rules to Write Them Right</a></h2>
<p>Fifty characters could be all that stands between you and success in your next email campaign. Fifty characters is all the space you have in a typical email subject line to catch your reader&#8217;s eye and entice him to open your email and take the action you want.  Look at 15 rules to make it right.</p>
<p><span style="color: #0066cc;"><a target="_blank" href="http://lyrishq.lyris.com/index.php/Email-Marketing/Email-Subject-Lines-15-Rules-to-Write-Them-Right.html"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/html-email-tips/subject-lines-rules-write-right-html-email-tips.jpg" border="0" alt="Subject-lines-rules-write-right-html-email-tips" /></a></span><a target="_blank" href="http://lyrishq.lyris.com/index.php/Email-Marketing/Email-Subject-Lines-15-Rules-to-Write-Them-Right.html"></a></p>
<h2>12. <a target="_blank" href="http://www.shayhowe.com/resource/smart-email-marketing/" target="_blank">Smart Email Marketing</a></h2>
<p>20+ useful tips to strengthen your email marketing performance.</p>
<p><span style="color: #0066cc;"><a target="_blank" href="http://www.shayhowe.com/resource/smart-email-marketing/"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/html-email-tips/smart-marketing-html-email-tips.jpg" border="0" alt="Smart-marketing-html-email-tips" /></a></span><a target="_blank" href="http://www.shayhowe.com/resource/smart-email-marketing/"></a></p>
<h2>13. <a target="_blank" href="http://groundwire.org/support/articles/css-and-email-newsletters" target="_blank">Using CSS and HTML in Email Newsletters</a></h2>
<p>Gere are Groundwire&#8217;s guidelines for creating successful email newsletters that will look good even in the worst email clients.</p>
<p><span style="color: #0066cc;"><a target="_blank" href="http://groundwire.org/support/articles/css-and-email-newsletters"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/html-email-tips/using-css-in-newsletters-html-email-tips.jpg" border="0" alt="Using-css-in-newsletters-html-email-tips" /></a></span><a target="_blank" href="http://groundwire.org/support/articles/css-and-email-newsletters"></a></p>
<h2>14. <a target="_blank" href="http://www.wpbeginner.com/wp-tutorials/create-a-free-email-newsletter-service-using-wordpress/" target="_blank">Create a Free Email Newsletter Service using WordPress</a></h2>
<p>In this tutorial, you will be using WordPress and Feedburner with a few plugins to create a simple Email Newsletter Service for your WordPress blog. You can track the performance of your newsletter by checking how many subscribers you have, how many clicks each link gets and much more.</p>
<p><span style="color: #0066cc;"><a target="_blank" href="http://www.wpbeginner.com/wp-tutorials/create-a-free-email-newsletter-service-using-wordpress/"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/html-email-tips/create-free-newsletter-with-wordpress-using-feedburner-html-email-tips.jpg" border="0" alt="Create-free-newsletter-with-wordpress-using-feedburner-html-email-tips" /></a></span><a target="_blank" href="http://www.wpbeginner.com/wp-tutorials/create-a-free-email-newsletter-service-using-wordpress/"></a></p>
<h2>15. <a target="_blank" href="http://net.tutsplus.com/tutorials/wordpress/build-a-wordburner-email-newsletter-manager-using-wordpress-and-feedburner/" target="_blank">Build a ‘WordBurner’ Email Newsletter Manager using WordPress and FeedBurner</a></h2>
<p>Similar to previous one, this tutorial will show you how to use your regular WordPress website combined with Feedburner to make a simple email newsletter manager.</p>
<p><span style="color: #0066cc;"><a target="_blank" href="http://net.tutsplus.com/tutorials/wordpress/build-a-wordburner-email-newsletter-manager-using-wordpress-and-feedburner/"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/html-email-tips/build-wordburner-newsletter-manager-wordpress-feedburner-html-email-tips.jpg" border="0" alt="Build-wordburner-newsletter-manager-wordpress-feedburner-html-email-tips" /></a></span><a target="_blank" href="http://net.tutsplus.com/tutorials/wordpress/build-a-wordburner-email-newsletter-manager-using-wordpress-and-feedburner/"></a></p>
<h2>16. <a target="_blank" href="http://www.reachcustomersonline.com/2010/01/23/09.27.00/" target="_blank">How To Code HTML Email Newsletters</a></h2>
<p>This article brings you up to date on <a target="_blank" href="http://articles.sitepoint.com/article/code-html-email-newsletters" target="_blank">How best to Code HTML Email</a><a target="_blank" href="http://www.sitepoint.com/article/code-html-email-newsletters/" target="_blank"> </a>so that it will display well in most email software. It provides an exhaustive overview of how to code HTML email newsletters with links to free HTML email templates, CSS compatibility tables, services that test your HTML email, and much more.</p>
<p><span style="color: #0066cc;"><a target="_blank" href="http://www.reachcustomersonline.com/2010/01/23/09.27.00/"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/html-email-tips/how-to-code-newsletters-html-email-tips.jpg" border="0" alt="How-to-code-newsletters-html-email-tips" /></a></span><a target="_blank" href="http://www.reachcustomersonline.com/2010/01/23/09.27.00/"></a></p>
<h2>17. <a target="_blank" href="http://www.devwebpro.com/simple-email-newsletter-template-in-photoshop/" target="_blank">Create an Email Newsletter Template</a></h2>
<p>This is a two-part tutorial first showing you how to create the template in Photoshop and then how to turn it into working HTML page. Go to the second part <a target="_blank" href="http://www.devwebpro.com/create-an-email-newsletter-template-part-2/" target="_blank">here</a>.</p>
<p><span style="color: #0066cc;"><a target="_blank" href="http://www.devwebpro.com/simple-email-newsletter-template-in-photoshop/"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/html-email-tips/create-newsletter-template-html-email-tips.jpg" border="0" alt="Create-newsletter-template-html-email-tips" /></a></span><a target="_blank" href="http://www.devwebpro.com/simple-email-newsletter-template-in-photoshop/"></a></p>
<h2>18. <a target="_blank" href="http://eisabainyo.net/weblog/2010/05/31/how-to-code-an-html-email-newsletter/" target="_blank">How to code an HTML Email Newsletter</a></h2>
<p>This step-by-step tutorial, is going to show you exactly how to code an HTML email.</p>
<p><span style="color: #0066cc;"><a target="_blank" href="http://eisabainyo.net/weblog/2010/05/31/how-to-code-an-html-email-newsletter/"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/html-email-tips/how-to-code-newsletter-html-email-tips.jpg" border="0" alt="How-to-code-newsletter-html-email-tips" /></a></span><a target="_blank" href="http://eisabainyo.net/weblog/2010/05/31/how-to-code-an-html-email-newsletter/"></a></p>
<h2>19. <a target="_blank" href="http://www.masternewmedia.org/email-newsletter-distribution-and-mailing-services-guide-to-the-best-free-online-solutions/" target="_blank">Email Newsletter Distribution And Mailing Services: Guide To The Best Free Online Solutions</a></h2>
<p>In this guide you will find the best free email newsletter distribution and mailing services available out there, as well as complementary information to help you identify and select your ideal one.</p>
<p><span style="color: #0066cc;"><a target="_blank" href="http://www.masternewmedia.org/email-newsletter-distribution-and-mailing-services-guide-to-the-best-free-online-solutions/"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/html-email-tips/newsletter-distribution-mailing-services-best-free-online-solutions-html-email-tips.jpg" border="0" alt="Newsletter-distribution-mailing-services-best-free-online-solutions-html-email-tips" /></a></span><a target="_blank" href="http://www.masternewmedia.org/email-newsletter-distribution-and-mailing-services-guide-to-the-best-free-online-solutions/"></a></p>
<h2>20. <a target="_blank" href="http://www.smallbusinesscomputing.com/biztools/article.php/3879861/Top-10-Marketing-Tips-for-Great-Email-Newsletters.htm" target="_blank">Top 10 Marketing Tips for Great Email Newsletters</a></h2>
<p>If you follow these 10 small business marketing tips, you&#8217;ll be on your way to creating an effective email newsletter to help build your business.</p>
<p><span style="color: #0066cc;"><a target="_blank" href="http://www.smallbusinesscomputing.com/biztools/article.php/3879861/Top-10-Marketing-Tips-for-Great-Email-Newsletters.htm"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/html-email-tips/marketing-tips-for-great-newsletters-html-email-tips.jpg" border="0" alt="Marketing-tips-for-great-newsletters-html-email-tips" /></a></span><a target="_blank" href="http://www.smallbusinesscomputing.com/biztools/article.php/3879861/Top-10-Marketing-Tips-for-Great-Email-Newsletters.htm"></a></p>
<h2>21. <a target="_blank" href="http://www.catswhocode.com/blog/best-practices-for-coding-html-emails" target="_blank">Best Practices for Coding HTML Emails</a></h2>
<p>This article features the most important things of coding html emails.</p>
<p><span style="color: #0066cc;"><a target="_blank" href="http://www.catswhocode.com/blog/best-practices-for-coding-html-emails"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/html-email-tips/best-practises-coding-html-email-tips.jpg" border="0" alt="Best-practises-coding-html-email-tips" /></a></span><a target="_blank" href="http://www.catswhocode.com/blog/best-practices-for-coding-html-emails"></a></p>
<h2>22. <a target="_blank" href="http://articles.sitepoint.com/article/html-email-design" target="_blank">The Principles of HTML Email Design</a></h2>
<p>This article is an excerpt from <a target="_blank" href="http://www.sitepoint.com/books/htmlemail1/" target="_blank">Create Stunning HTML Email That Just Works</a>, focusing on the first principles of HTML email design. Read on to start learning how to design beautiful and effective HTML emails.</p>
<p><span style="color: #0066cc;"><a target="_blank" href="http://articles.sitepoint.com/article/html-email-design"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/html-email-tips/principles-html-email-tips.jpg" border="0" alt="Principles-html-email-tips" /></a></span><a target="_blank" href="http://articles.sitepoint.com/article/html-email-design"></a></p>
<h2>Templates &amp; Resources</h2>
<h2>1. <a target="_blank" href="http://www.mailchimp.com/resources/html_email_templates/" target="_blank">Starter HTML Email Templates for Your Email Marketing Campaigns</a></h2>
<p>Here are four basic, flexible templates from Mailchimp that you can use to get started. They&#8217;ve been tested to render properly in all the major email programs, like Outlook 2007, Lotus Notes, Gmail, and more. Just download all the templates in one .ZIP file and customize any way you want with your favorite text editor.</p>
<p><a target="_blank" href="http://www.mailchimp.com/resources/html_email_templates/"><span style="color: #000000;"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/html-email-tips/starter-templates-for-marketing-campaigns-html-email-tips.jpg" border="0" alt="Starter-templates-for-marketing-campaigns-html-email-tips" /></span></a></p>
<h2>2. <a target="_blank" href="http://www.cakemail.com/newsletter-templates" target="_blank">Cake Mail Newsletter Templates</a></h2>
<p>Choose from 6 basic and 15+ advanced templates for your HTML emails.</p>
<p><a target="_blank" href="http://www.cakemail.com/newsletter-templates"><span style="color: #000000;"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/html-email-tips/cake-newsletter-templates-html-email-tips.jpg" border="0" alt="Cake-newsletter-templates-html-email-tips" /></span></a></p>
<h2>3. <a target="_blank" href="http://www.campaignmonitor.com/templates/" target="_blank">30 Free HTML Email Templates</a></h2>
<p>Getting your email to look great in all the major email clients can be a challenge at times, so the hard work has been done for you with these 30 free email templates. They’re tested in all the major email clients, so add your own content.</p>
<p><a target="_blank" href="http://www.campaignmonitor.com/templates/"><span style="color: #000000;"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/html-email-tips/free-templates-html-email-tips.jpg" border="0" alt="Free-templates-html-email-tips" /></span></a></p>
<h2>4. <a target="_blank" href="http://www.hongkiat.com/blog/excellent-free-html-newsletter-templates-best-of/" target="_blank">Excellent HTML Newsletter Templates – Best Of</a></h2>
<p>Here is round-up of some of the best free HTML newsletter templates on the Internet you can download without paying a penny.</p>
<p><span style="color: #0066cc;"><a target="_blank" href="http://www.hongkiat.com/blog/excellent-free-html-newsletter-templates-best-of/"><span style="color: #000000;"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/html-email-tips/excellent-newsletter-templates-best-html-email-tips.jpg" border="0" alt="Excellent-newsletter-templates-best-html-email-tips" /></span><span style="color: #0066cc;"> </span></a></span></p>
<h2>5. <a target="_blank" href="http://www.dzinepress.com/2009/08/35-free-html-email-newsletter/" target="_blank">35+ Free HTML Email Newsletter</a></h2>
<p>This article is showing you a great deal about 35+ free newsletter email templates, where you will find some great design for our personal and business use if there is policy for use listed templates for commercial use, you must follow links website which providing us very much professional and beginner level newsletter templates.</p>
<p><a target="_blank" href="http://www.dzinepress.com/2009/08/35-free-html-email-newsletter/"><span style="color: #000000;"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/html-email-tips/free-newsletter-templates-html-email-tips.jpg" border="0" alt="Free-newsletter-templates-html-email-tips" /></span></a></p>
<h2>6. <a target="_blank" href="http://www.campaignmonitor.com/css/" target="_blank">Guide to CSS Support in Email Clients</a></h2>
<p>This guide has been put together to save you the time and frustration of figuring it out for yourself. With 23 different email clients tested, this guide covers all the popular applications across desktop, web and mobile email. For the complete report on all 24 email clients across the desktop, web and mobile email world, <a target="_blank" href="http://www.campaignmonitor.com/downloads/documents-tools/Campaign_Monitor_Guide_to_CSS_Support_in_Email_April_2010.pdf" target="_blank">download the complete guide</a> in PDF format.</p>
<p><span style="color: #0066cc;"><a target="_blank" href="http://www.campaignmonitor.com/css/"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/html-email-tips/guide-css-support-html-email-tips.jpg" border="0" alt="Guide-css-support-html-email-tips" /></a></span><a target="_blank" href="http://www.campaignmonitor.com/css/"></a></p>
<h2>7. <a target="_blank" href="http://www.email-standards.org/" target="_blank">Email Standards Project</a></h2>
<p>The Email Standards Project works with email client developers and the design community to improve web standards support and accessibility in email.</p>
<p><span style="color: #0066cc;"><a target="_blank" href="http://www.email-standards.org/"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/html-email-tips/standarts-project-html-email-tips.jpg" border="0" alt="Standarts-project-html-email-tips" /></a></span><a target="_blank" href="http://www.email-standards.org/"></a></p>
<h2>8. <a target="_blank" href="http://premailer.dialect.ca/" target="_blank">Premailer</a></h2>
<p>For the best HTML e-mail delivery results, CSS should be inline. This is a huge pain and a simple newsletter becomes unmanageable very quickly. This script is our solution.</p>
<p><span style="color: #0066cc;"><a target="_blank" href="http://premailer.dialect.ca/"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/html-email-tips/premailer-html-email-tips.jpg" border="0" alt="Premailer-html-email-tips" /></a></span><a target="_blank" href="http://premailer.dialect.ca/"></a><span style="color: #0066cc;"> </span></p>
<p><span style="color: #0066cc;"> </span></p>
<h2>9. <a target="_blank" href="http://www.emailonacid.com/" target="_blank">Email on Acid</a></h2>
<p>Preview your HTML email in the top 18, most popular email clients. Though only AOL, Gmail and Outlook 03 is free.</p>
<p><span style="color: #0066cc;"><a target="_blank" href="http://www.emailonacid.com/"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/html-email-tips/acid-html-email-tips.jpg" border="0" alt="Acid-html-email-tips" /></a></span><a target="_blank" href="http://www.emailonacid.com/"></a></p>
<h2>10. <a target="_blank" href="http://www.pelagodesign.com/sidecar/emogrifier/" target="_blank">Emogrifier</a></h2>
<p>This utility deals with the problems posed by certain email clients (namely Outlook 2007 and Google Gmail) when it comes to the way they handle styling contained in HTML emails. Emogrifier automagically transforms your HTML by parsing your CSS and inserting your CSS definitions into tags within your HTML based on your CSS selectors.</p>
<p><span style="color: #0066cc;"><a target="_blank" href="http://www.pelagodesign.com/sidecar/emogrifier/"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/html-email-tips/emogrifier-html-email-tips.jpg" border="0" alt="Emogrifier-html-email-tips" /></a></span><a target="_blank" href="http://www.pelagodesign.com/sidecar/emogrifier/"></a></p>
<h2>11. <a target="_blank" href="http://www.isnotspam.com/" target="_blank">Is Not Spam</a></h2>
<p>IsNotSpam online spam checker was created to help you test email and newsletter content, and alert if it is likely to trigger spam filters.</p>
<p><span style="color: #0066cc;"><a target="_blank" href="http://www.isnotspam.com/"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/html-email-tips/is-not-spam-html-email-tips.jpg" border="0" alt="Is-not-spam-html-email-tips" /></a></span><a target="_blank" href="http://www.isnotspam.com/"></a></p>
<h2>Inspiration</h2>
<h2>1. <a target="_blank" href="http://www.email-gallery.com/" target="_blank">Email Gallery</a></h2>
<p><span style="color: #0066cc;"><a target="_blank" href="http://www.email-gallery.com/"><span style="color: #000000;"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/html-email-tips/gallery-html-email-tips.jpg" border="0" alt="Gallery-html-email-tips" /></span><span style="color: #0066cc;"> </span></a></span></p>
<h2>2. <a target="_blank" href="http://www.campaignmonitor.com/gallery/" target="_blank">Campaign Monitor Gallery</a></h2>
<p><span style="color: #0066cc;"><a target="_blank" href="http://www.campaignmonitor.com/gallery/"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/html-email-tips/gallery-campaign-monitor-html-email-tips.jpg" border="0" alt="Gallery-campaign-monitor-html-email-tips" /></a></span><a target="_blank" href="http://www.campaignmonitor.com/gallery/"></a></p>
<h2>3. <a target="_blank" href="http://www.beautiful-email-newsletters.com/" target="_blank">Beautiful Email Newsletters</a></h2>
<p><span style="color: #0066cc;"><a target="_blank" href="http://www.beautiful-email-newsletters.com/"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/html-email-tips/beautiful-newsletters-html-email-tips.jpg" border="0" alt="Beautiful-newsletters-html-email-tips" /></a></span><a target="_blank" href="http://www.beautiful-email-newsletters.com/"></a></p>
<h2>4. <a target="_blank" href="http://htmlemailgallery.com/" target="_blank">HTML Email Gallery</a></h2>
<p><span style="color: #0066cc;"><a target="_blank" href="http://htmlemailgallery.com/"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/html-email-tips/gallery-2-html-email-tips.jpg" border="0" alt="Gallery-2-html-email-tips" /></a></span><a target="_blank" href="http://htmlemailgallery.com/"></a></p>
<h2>5. <a target="_blank" href="http://designtutorials4u.com/30-excellent-graphic-email-newsletter-designs-for-your-inspiration/" target="_blank">30 Excellent Graphic Email Newsletter Designs for Your Inspiration</a></h2>
<p><span style="color: #0066cc;"><a target="_blank" href="http://designtutorials4u.com/30-excellent-graphic-email-newsletter-designs-for-your-inspiration/"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/html-email-tips/excellent-graphic-newsletter-templates-designs-inspiration-html-email-tips.jpg" border="0" alt="Excellent-graphic-newsletter-templates-designs-inspiration-html-email-tips" /></a></span><a target="_blank" href="http://designtutorials4u.com/30-excellent-graphic-email-newsletter-designs-for-your-inspiration/"></a></p>
<h2>6. <a target="_blank" href="http://creativefan.com/60-inspiring-email-newsletter-designs/" target="_blank">60+ Inspiring Email Newsletter Designs</a></h2>
<p><span style="color: #0066cc;"><a target="_blank" href="http://creativefan.com/60-inspiring-email-newsletter-designs/"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/html-email-tips/inspiring-newsletter-designs-html-email-tips.jpg" border="0" alt="Inspiring-newsletter-designs-html-email-tips" /></a></span><a target="_blank" href="http://creativefan.com/60-inspiring-email-newsletter-designs/"></a></p>
<h2>Software</h2>
<h2>1. <a target="_blank" href="http://www.campaignmonitor.com/" target="_blank">Campaign Monitor</a></h2>
<p><span style="color: #0066cc;"><a target="_blank" href="http://www.campaignmonitor.com/"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/html-email-tips/campaign-monitor-2-html-email-tips.jpg" border="0" alt="Campaign-monitor-2-html-email-tips" /></a></span><a target="_blank" href="http://www.campaignmonitor.com/"></a></p>
<h2>2. <a target="_blank" href="http://litmusapp.com/" target="_blank">Litmus</a></h2>
<p><span style="color: #0066cc;"><a target="_blank" href="http://litmusapp.com/"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/html-email-tips/litmus-html-email-tips.jpg" border="0" alt="Litmus-html-email-tips" /></a></span><a target="_blank" href="http://litmusapp.com/"></a></p>
<h2>3. <a target="_blank" href="http://www.cakemail.com/" target="_blank">Cake Mail</a></h2>
<p><span style="color: #0066cc;"><a target="_blank" href="http://www.cakemail.com/"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/html-email-tips/cake-html-email-tips.jpg" border="0" alt="Cake-html-email-tips" /></a></span><a target="_blank" href="http://www.cakemail.com/"></a></p>
<h2>4. <a target="_blank" href="http://myemma.com/" target="_blank">Emma</a></h2>
<p><span style="color: #0066cc;"><a target="_blank" href="http://myemma.com/"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/html-email-tips/emma-html-email-tips.jpg" border="0" alt="Emma-html-email-tips" /></a></span><a target="_blank" href="http://myemma.com/"></a></p>
<h2>5. <a target="_blank" href="http://www.mailchimp.com/" target="_blank">Mail Chimp</a></h2>
<p><span style="color: #0066cc;"><a target="_blank" href="http://www.mailchimp.com/"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/07/html-email-tips/mail-chimp-html-email-tips.jpg" border="0" alt="Mail-chimp-html-email-tips" /></a></span><a target="_blank" href="http://www.mailchimp.com/"></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.1stwebdesigner.com/tutorials/ultimate-guide-html-emails/feed/</wfw:commentRss>
		<slash:comments>21</slash:comments>
		</item>
	</channel>
</rss>
