<?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>TuTsRUS - All Adobe Tutorials - Photoshop &#124; Illustrator &#124; Encore &#124; Premeire &#124; After Effects &#187; Online</title>
	<atom:link href="http://www.tutsrus.com/tag/online/feed" rel="self" type="application/rss+xml" />
	<link>http://www.tutsrus.com</link>
	<description>How do you do this with Adobe products?  Good question we found the answer!</description>
	<lastBuildDate>Mon, 06 Feb 2012 19:23:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>How To Use Custom Post Types To Organize Online Marketing Campaigns</title>
		<link>http://www.tutsrus.com/how-to-use-custom-post-types-to-organize-online-marketing-campaigns.html</link>
		<comments>http://www.tutsrus.com/how-to-use-custom-post-types-to-organize-online-marketing-campaigns.html#comments</comments>
		<pubDate>Sat, 04 Feb 2012 16:23:39 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Adobe Illustrator Tutorials]]></category>
		<category><![CDATA[Campaigns]]></category>
		<category><![CDATA[Custom]]></category>
		<category><![CDATA[Marketing]]></category>
		<category><![CDATA[Online]]></category>
		<category><![CDATA[Organize]]></category>
		<category><![CDATA[Post]]></category>
		<category><![CDATA[Types]]></category>

		<guid isPermaLink="false">http://www.tutsrus.com/how-to-use-custom-post-types-to-organize-online-marketing-campaigns.html</guid>
		<description><![CDATA[&#160;&#160; Custom post types add a level of flexibility to WordPress that makes this open-source Web development platform more useful on many levels. Whenever I have been faced with a Web-based task, especially one that involves organizing information, the first thing I do is examine WordPress to determine if it can handle the job. It [...]]]></description>
			<content:encoded><![CDATA[<table width="650">
<tr>
<td width="650">
<div style="width:650px;">
      <img src="http://statisches.auslieferung.commindo-media-ressourcen.de/advertisement.gif" alt="" border="0" /><br />
      <a rel="nofollow" href="http://www.tutsrus.com/goto/link/763/1" target="_blank"><img src="http://auslieferung.commindo-media-ressourcen.de/random.php?mode=image&#038;collection=smashing-rss&#038;position=1" border="0" alt="" /></a>&nbsp;<a rel="nofollow" href="http://www.tutsrus.com/goto/link/763/2" target="_blank"><img src="http://auslieferung.commindo-media-ressourcen.de/random.php?mode=image&#038;collection=smashing-rss&#038;position=2" border="0" alt="" /></a>&nbsp;<a rel="nofollow" href="http://www.tutsrus.com/goto/link/763/3" target="_blank"><img src="http://auslieferung.commindo-media-ressourcen.de/random.php?mode=image&#038;collection=smashing-rss&#038;position=3" border="0" alt="" /></a>
    </div>
</td>
</tr>
</table>
<p>Custom post types add a level of flexibility to WordPress that makes this open-source Web development platform more useful on many levels. Whenever I have been faced with a Web-based task, especially one that involves organizing information, the first thing I do is examine WordPress to determine if it can handle the job. It usually can.</p>
<p><img src="http://media.smashingmagazine.com/wp-content/uploads/2012/01/making-dollars-500.jpg" alt="Making Dollars" title="making-dollars" width="500" /><br /><em><a rel="nofollow" href="http://www.tutsrus.com/goto/Image_Source/763/4">Image Source</a></em></p>
<p>As an Internet marketer and analyst, I need to be able to organize online marketing campaigns in a way that is trackable in Google Analytics. This is the perfect task for WordPress custom post types.</p>
<p>In this article, we’ll explain how to create a WordPress plugin that enables you to organize Internet marketing campaigns using trackable URLs, shortened versions of those URLs, and trackable QR codes that you can also use for offline marketing activities.</p>
<p>We’ll show you how to create this plugin in a way that maximizes ease of use and functionality. If you have other methods that you have found useful, please share them in the comments. Also, let’s remember that we are standing on the shoulders of WordPress developers who have laid the foundation for easier coding.</p>
<p>Here are the criteria for our custom post type plugin:</p>
<ul>
<li>It must provide a form in which users can specify a landing page to be tracked, the anchor text or content, the term (if this link is a PPC ad), and any additional information about this link.</li>
<li>It must provide three custom taxonomy types, so that users can select the URL variables for source, medium and campaign name. This is a taxonomy type because they will be reusable across campaigns and posts.</li>
<li>It must be organizable in the admin area and be displayed in the user interface.</li>
<li>The output must include a Google Analytics campaign-trackable URL, the information about the URL in human-readable format, a shortened version of the URL using a URL shortener, and a QR code of the shortened URL.</li>
</ul>
<h3>The File Structure</h3>
<p>This plugin will use three files. To set up the structure, create a plugin folder named <code>campaign-tracker</code>. Inside the <code>campaign-tracker</code> folder, create the following three PHP files:</p>
<ul>
<li><code>campaign-tracker.php</code></li>
<li><code>ga-functions.php</code></li>
<li><code>campaign-template.php</code></li>
</ul>
<p>After you have created the files, we are ready to start adding the code.</p>
<h3>The Plugin File</h3>
<p>The main plugin file will be <code>campaign-tracker.php</code>. The content of this file will begin the standard way, by providing WordPress with the information that it needs to recognize it is as plugin. We then dive into setting up the <code>CampaignTracker10</code> class and functions. We will set up our campaign custom post type and register the taxonomies that we will need. We will also initiate our admin interface.</p>
<pre class="brush: php">
   &lt;?php
   /*
   Plugin Name: Campaign Tracking 1.0
   Plugin URI: http://www.convergeconsulting.org
   Description: Google Analytics Campaign Tracking system for WordPress 3.0 and above.
   Author: Joshua Dodson
   Version: 1.0
   Author URI: http://www.convergeconsulting.org
   */

   // Include the ga-functions.php helper functions
   include_once('ga-functions.php');

   if(!class_exists('CampaignTracker10'))
   {

      class CampaignTracker10 {

         var $meta_fields = array("gaca10-gaurl","gaca10-gaterm","gaca10-gacontent","gaca10-gadescription");

         // This function will create the custom post type. Thanks to Konstantin Kovshenin's example for additional examples of how to construct custom post types (http://kovshenin.com/2010/03/custom-post-types-in-wordpress-3-0-2089/), which inspired much of this.
         function __construct(){
            // Register custom post types
            register_post_type('campaign', array(
            'label' =&gt; _x('Campaigns','campaigns label'), // We're labeling the custom posts as Campaigns and also accounting for <a rel="nofollow" href="http://www.tutsrus.com/goto/gettext/763/5" title="Disambiguation by context">gettext</a> appropriately
            'singular_label' =&gt; _x('Campaign','campaign singular label'), // Each post will be called a Campaign
            'public' =&gt; true, // These will be public
            'show_ui' =&gt; true, // Show the UI in admin panel
            '_builtin' =&gt; false, // This is a custom post type, not a built in post type
            '_edit_link' =&gt; 'post.php?post=%d',
            'capability_type' =&gt; 'post',
            'hierarchical' =&gt; false,
            'rewrite' =&gt; array("slug" =&gt; "campaign"), // This is for the permalinks
            'query_var' =&gt; "campaign", // This goes to the WP_Query schema
            'supports' =&gt; array('title'/* We only need the default title field, but we could use others such as 'author', 'excerpt', 'editor' ,'custom-fields'*/)
            ));

            add_filter("manage_edit-campaign_columns", array(&amp;$this, "edit_columns"));
            add_action("manage_posts_custom_column", array(&amp;$this, "custom_columns"));

            // Register custom taxonomies gasource (for the Campaign Source), gamedium (for the Campaign Medium), and ganame (for Campaign Name)
            // Campaign Source
            register_taxonomy("gasource", array("campaign"), array("hierarchical" =&gt; true, "label" =&gt; _x( 'Campaign Sources', 'campaign sources taxonomy label' ), "singular_label" =&gt; "Campaign Source", "rewrite" =&gt; true));
            // Campaign Medium
            register_taxonomy("gamedium", array("campaign"), array("hierarchical" =&gt; true, "label" =&gt; _x( 'Campaign Mediums', 'campaign mediums taxonomy label' ), "singular_label" =&gt; "Campaign Medium", "rewrite" =&gt; true));
            // Campaign Name
            register_taxonomy("ganame", array("campaign"), array("hierarchical" =&gt; true, "label" =&gt; _x( 'Campaign Names', 'campaign names taxonomy label' ), "singular_label" =&gt; "Campaign Name", "rewrite" =&gt; true));

            add_action("admin_init", array(&amp;$this, "admin_init"));
            add_action("template_redirect", array(&amp;$this, 'template_redirect'));

            add_action("wp_insert_post", array(&amp;$this, "wp_insert_post"), 10, 2);

         }
</pre>
<p>Let’s give the columns on the admin screen some headings:</p>
<pre class="brush: php">
   function edit_columns($columns)
   {
      $columns = array(
      'cb' =&gt; '&lt;input type="checkbox" /&gt;',
      'title' =&gt; _x('Campaign Title','campaign title label for edit columns'),
      'gaca10_ganame' =&gt; _x('Campaign Name','campaign name label for edit columns'),
      'gaca10_gasources' =&gt; _x('Campaign Source','campaign source label for edit columns'),
      'gaca10_gasmedium' =&gt; _x('Campaign Medium','campaign medium label for edit columns'),
      );
      return $columns;
   }
</pre>
<p>Let’s specify which columns we would like to show up on the admin screen for this custom post type. We’ll have columns for campaign source, medium and name, in addition to the post’s title.</p>
<pre class="brush: php">
   function custom_columns($column)
   {
      global $post;
      switch ($column)
      {
         // The campaign source
         case "gaca10_gasources":
         $gasources = get_the_terms(0, "gasource");
         if ( $gasources &amp;&amp; ! is_wp_error( $gasources ) ) :
         $gasources_html = array();
         foreach ($gasources as $gasource)
         array_push($gasources_html, '&lt;a href="' . get_term_link($gasource-&gt;slug, "gasource") . '"&gt;' . $gasource-&gt;name . '&lt;/a&gt;');

         echo implode($gasources_html, ", ");
         endif;
         break;

         // The campaign medium
         case "gaca10_gasmedium":
         $gamediums = get_the_terms(0, "gamedium");
         if ( $gamediums &amp;&amp; ! is_wp_error( $gamediums ) ) :
         $gamediums_html = array();
         foreach ($gamediums as $gamedium)
         array_push($gamediums_html, '&lt;a href="' . get_term_link($gamedium-&gt;slug, "gamedium") . '"&gt;' . $gamedium-&gt;name . '&lt;/a&gt;');

         echo implode($gamediums_html, ", ");
         endif;
         break;

         // The campaign name
         case "gaca10_ganame":
         $ganames = get_the_terms(0, "ganame");
         if ( $ganames &amp;&amp; ! is_wp_error( $ganames ) ) :
         $ganames_html = array();
         foreach ($ganames as $ganame)
         array_push($ganames_html, '&lt;a href="' . get_term_link($ganame-&gt;slug, "ganame") . '"&gt;' . $ganame-&gt;name . '&lt;/a&gt;');

         echo implode($ganames_html, ", ");
         endif;
         break;
      }
   }
</pre>
<p>Once our columns are set up appropriately, we should see the following columns (note that this example is with one campaign already added):</p>
<p><a rel="nofollow" href="http://www.tutsrus.com/goto/link/763/6"><img src="http://media.smashingmagazine.com/wp-content/uploads/2012/01/campaigns-in-columns-500.jpg" alt="Campaigns in columns" width="500" height="213" /></a></p>
<p>The next section enables us to specify which template we would like to use to display this custom post type. We will be using the <code>campaign-template.php</code> template:</p>
<pre class="brush: php">
   function template_redirect()
   {
      global $wp;

      // If the post type is set and is campaign…
      if (isset($wp-&gt;query_vars["post_type"])) {
         if ($wp-&gt;query_vars["post_type"] == "campaign")
         {
            // Then use the campaign-template.php file from this plugin directory
            include WP_PLUGIN_DIR.'/campaign-tracker/campaign-template.php';
            die();
         }
      }
   }
</pre>
<p>If a post is inserted or updated, then loop through the array and update or add the post’s meta data.</p>
<pre class="brush: php">
   function wp_insert_post($post_id, $post = null)
   {
      if ($post-&gt;post_type == "campaign")
      {
         foreach ($this-&gt;meta_fields as $key)
         {
            $value = $_POST[$key];
            if (empty($value))
            {
               delete_post_meta($post_id, $key);
               continue;
            }

            if (!is_array($value))
            {
               if (!update_post_meta($post_id, $key, $value))
               {
                  add_post_meta($post_id, $key, $value);
               }
            }
            else
            {
               delete_post_meta($post_id, $key);

               foreach ($value as $entry){
                  add_post_meta($post_id, $key, $entry);
               }
            }
         }
      }
   }
</pre>
<p>With the following function, we can add custom meta boxes for the admin screen where we edit the campaign:</p>
<pre class="brush: php">
   function admin_init()
   {
      // Add custom meta boxes for the edit campaign screen
      add_meta_box("gaca10-meta", "Campaign Information", array(&amp;$this, "meta_options"), "campaign", "normal", "core");
   }
</pre>
<p>The following function is for the admin post meta contents. This lets us create the form in which we specify some of the variables for our trackable URL (except for the taxonomies). It also provides a read-only field that shows the shortened URL after the URL variables have been saved.</p>
<pre class="brush: php">
   function meta_options()
   {
      global $post;
      $custom = get_post_custom($post-&gt;ID);
      if($custom["gaca10-gaurl"][0]){
         $gaurl = $custom["gaca10-gaurl"][0];
      }
      else{ $gaurl = ''; }
      if($custom["gaca10-gaterm"][0]) {
         $gaterm = $custom["gaca10-gaterm"][0];
      }
      else { $gaterm = ''; }
      if ($custom["gaca10-gacontent"][0]) {
         $gacontent = $custom["gaca10-gacontent"][0];
      }
      else { $gacontent = ''; }
      if ($custom["gaca10-gadescription"][0]) {
         $gadescription = $custom["gaca10-gadescription"][0];
      }
      else { $gadescription = ''; }

      $url = trackable_url();
      if ($custom["campaign_tinyurl"][0]) {
         if($gaurl == '') { $shortenedurl = ''; }
         else{ $shortenedurl = create_tiny_url($url); }
      }

      ?&gt;
      &lt;label&gt;&lt;?php _ex('Website URL:','website url label'); ?&gt;&lt;/label&gt;&lt;input name="gaca10-gaurl" value="&lt;?php echo $gaurl; ?&gt;" /&gt;&lt;br /&gt;
      &lt;em&gt;&lt;?php _ex('(e.g., http://www.google.com)','website url example'); ?&gt;&lt;/em&gt;&lt;br /&gt;&lt;br /&gt;

      &lt;label&gt;&lt;?php _ex('Campaign Term:','campaign term label'); ?&gt;&lt;/label&gt;&lt;input name="gaca10-gaterm" value="&lt;?php echo $gaterm; ?&gt;" /&gt;&lt;br /&gt;
      &lt;em&gt;&lt;?php _ex('(identify the paid keywords)','campaign term information'); ?&gt;&lt;/em&gt;&lt;br /&gt;&lt;br /&gt;
      &lt;label&gt;&lt;?php _ex('Campaign Content:','campaign content label'); ?&gt;&lt;/label&gt;&lt;input name="gaca10-gacontent" value="&lt;?php echo $gacontent; ?&gt;" /&gt;&lt;br /&gt;
      &lt;em&gt;&lt;?php _ex('(use to differentiate ads)','campaign content information'); ?&gt;&lt;/em&gt;&lt;br /&gt;&lt;br /&gt;

      &lt;label&gt;&lt;?php _ex('Campaign Description:','campaign description label'); ?&gt;&lt;/label&gt;&lt;input name="gaca10-gadescription" value="&lt;?php echo $gadescription; ?&gt;" /&gt;&lt;br /&gt;
      &lt;em&gt;&lt;?php _ex('(use to remind yourself about this specific link)','campaign description information'); ?&gt;&lt;/em&gt;&lt;br /&gt;&lt;br /&gt;

      &lt;label&gt;&lt;?php _ex('Shortened URL:','shortened URL label'); ?&gt;&lt;/label&gt;&lt;input name="gaca10-gashortened-url" value="&lt;?php echo $shortenedurl; ?&gt;" readonly="readonly" /&gt;&lt;br /&gt;

      &lt;?php
   }
}

}
</pre>
<p>Here is how the “Add/Edit Campaign” screen will appear:</p>
<p><a rel="nofollow" href="http://www.tutsrus.com/goto/link/763/7"><img src="http://media.smashingmagazine.com/wp-content/uploads/2012/01/add-new-post-500.jpg" alt="Add new post" width="500" height="263" /></a></p>
<p>If <code>CampaignTracker10</code> exists, then we initiate the plugin:</p>
<pre class="brush: php">
   if(class_exists('CampaignTracker10')){

      // Initiate the plugin
      add_action("init", "CampaignTracker10Init");

      function CampaignTracker10Init() {
         global $gaca10;
         $gaca10 = new CampaignTracker10();

      }
   }
</pre>
<p>Combine these functions into the <code>campaign-tracker.php</code> file.</p>
<p>The following taxonomy examples should also be on the “Add/Edit Campaign” screen after everything has been added. Here is the “Campaign Names” taxonomy:</p>
<p><img src="http://media.smashingmagazine.com/wp-content/uploads/2012/01/campaign-names.png" alt="Campaign Names" width="291" /></p>
<p>Here is the “Campaign Mediums” taxonomy:</p>
<p><img src="http://media.smashingmagazine.com/wp-content/uploads/2012/01/campaign-mediums.png" alt="Campaign Mediums" width="287" /></p>
<p>Here is the “Campaign Sources” taxonomy:</p>
<p><img src="http://media.smashingmagazine.com/wp-content/uploads/2012/01/campaign-sources.png" alt="Campaign Sources" width="288" /></p>
<p>Similar to how traditional post categories are set up, you can create new categories or select previous categories.</p>
<p><strong>A note on usage:</strong> When you begin to use the system, try to select only one category each from name, source and medium. One category per taxonomy type will prove to be most useful in your actual analysis in Google Analytics. So, as a general rule: one name, one source and one medium per URL.</p>
<h3>The Helpful Display Functions</h3>
<p>Each of the functions in this section is part of the <code>ga-functions.php</code> file. The functions have been separated from the other functions in order to keep the display functions together.</p>
<p>Our file will begin with the <code>formatted_utm_taxonomy_terms</code> function, which will display a URL-friendly version of the taxonomy terms:</p>
<pre class="brush: php">
   &lt;?php
   /* Some Helpful Display Functions */

   function formatted_utm_taxonomy_terms($the_term) {
      global $post;
      $post_terms = get_the_terms( $post-&gt;ID, $the_term );
      if ( $post_terms &amp;&amp; ! is_wp_error( $post_terms ) ) :
      $encoded_terms = array();
      foreach ($post_terms as $term ) {
         if(!$encoded_terms[] = $term-&gt;slug){
            $encoded_terms[] = urlencode($term-&gt;name);
         }
      }
      $return_terms = implode('+',$encoded_terms);
      return $return_terms;
      endif;
   }
</pre>
<p>The <code>trackable_url</code> function generates the trackable URL from the fields on the admin screen as well as the taxonomies. This appends the appropriate tracking criteria to the URL so that Google Analytics can use the variables and provide information based on these specific variables. To do this, we will use the <a rel="nofollow" href="http://www.tutsrus.com/goto/add_query_arg/763/8" title="add_query_arg"><code>add_query_arg</code></a> WordPress function.</p>
<pre class="brush: php">
   function trackable_url() {
      global $post;
      $custom = get_post_custom($post-&gt;ID);

      // the url
      if ($custom["gaca10-gaurl"][0]) {
         $gaurl = $custom["gaca10-gaurl"][0];
      }
      else { $gaurl = ''; }

      // the term(s)
      if ($gaterm = $custom["gaca10-gaterm"][0]) {
         $gaterm = $custom["gaca10-gaterm"][0];
         $gaterm = urlencode($gaterm);
      }
      else { $gaterm = ''; }

      // the content(s)
      if ($custom["gaca10-gacontent"][0]) {
         $gacontent = $custom["gaca10-gacontent"][0];
         $gacontent = urlencode($gacontent);
      }
      else { $gacontent = ''; }
      $arr_params = array ( 'utm_campaign' =&gt; formatted_utm_taxonomy_terms('ganame'), 'utm_source' =&gt; formatted_utm_taxonomy_terms('gasource'), 'utm_medium' =&gt; formatted_utm_taxonomy_terms('gamedium'), 'utm_term' =&gt; $gaterm, 'utm_content' =&gt; $gacontent);
      return add_query_arg( $arr_params, $gaurl );

   }
</pre>
<p>The following functions take the campaign-trackable URL and <a rel="nofollow" href="http://www.tutsrus.com/goto/shortens_it_with_TinyURL/763/9">shortens it with TinyURL</a>. This method uses <a rel="nofollow" href="http://www.tutsrus.com/goto/wp_remote_get/763/10" title="wp_remote_get"><code>wp_remote_get</code></a> to generate the shortened URL. It then saves the shortened URL to the post’s meta data when a post is saved. The <code>trackable_url_tiny</code> function enables us to retrieve the shortened URL in the template.</p>
<pre class="brush: php">
   // Save the shortened trackable URL to the post meta
   function save_shortened_meta($post_ID) {
      $url = trackable_url();
      $shortened_url = create_tiny_url($url);
      update_post_meta($post_ID, "campaign_tinyurl", $shortened_url);
      return $post_ID;
   }

   // Add an action to save it when the post is saved.
   add_action('save_post', 'save_shortened_meta');

   // Retrieve the shortened URL from post meta
   function trackable_url_tiny($url = null, $post_ID) {
      global $post;
      $custom_fields = get_post_custom($post-&gt;ID);
      $campaign_tinyurl = $custom_fields['campaign_tinyurl'][0];
      return $campaign_tinyurl;

      return $post_ID;
   }

   // Create shortened trackable URL through the wp_remote_get function
   function create_tiny_url($strURL) {
      $tinyurl = wp_remote_get( 'http://tinyurl.com/api-create.php?url='.$strURL );
      if( is_wp_error( $response ) ) {
         return 'Something went wrong!';
      } else {
         return $tinyurl['body'];

      }
   }
</pre>
<p>The <code>trackable_url_report</code> function is what provides the human-readable version of the variables. These are broken out by each section. The landing page, campaign name, source, medium, terms and content are all separated and displayed individually if they exist.</p>
<pre class="brush: php">
   function trackable_url_report() {
      global $post;
      $custom = get_post_custom($post-&gt;ID);

      // get the url
      if ($custom["gaca10-gaurl"][0]) {
         $gaurl = $custom["gaca10-gaurl"][0];
      }
      else { $gaurl = ''; }
      // get the term(s)
      if ($gaterm = $custom["gaca10-gaterm"][0]) {
         $gaterm = $custom["gaca10-gaterm"][0];
      }
      else { $gaterm = ''; }

      // get the content(s)
      if ($custom["gaca10-gacontent"][0]) {
         $gacontent = $custom["gaca10-gacontent"][0];
      }
      else { $gacontent = ''; }

      // The Landing page
      $url_info ='';
      $url_info.= "&lt;strong&gt;". _x( 'Landing Page:','landing page label') . "&lt;/strong&gt; ";
      $url_info.= $gaurl;
      $url_info.= "&lt;br /&gt;";

      // The campaign name
      $url_info.= "&lt;strong&gt;". _x( 'Campaign:','campaign label') . "&lt;/strong&gt; ";
      $url_info.= formatted_utm_taxonomy_terms('ganame');
      $url_info.= "&lt;br /&gt;";

      // The Source
      $url_info.= "&lt;strong&gt;". _x( 'Source:','source label') . "&lt;/strong&gt; ";
      $url_info.= formatted_utm_taxonomy_terms('gasource');
      $url_info.= "&lt;br /&gt;";

      // The medium
      $url_info.= "&lt;strong&gt;". _x( 'Medium:','medium label') . "&lt;/strong&gt; ";
      $url_info.= formatted_utm_taxonomy_terms('gamedium');
      $url_info.= "&lt;br /&gt;";

      // The term
      $url_info.= "&lt;strong&gt;". _x( 'Term:','term label') . "&lt;/strong&gt; ";
      $url_info.= $gaterm;
      $url_info.= "&lt;br /&gt;";

      // The content
      $url_info.= "&lt;strong&gt;". _x( 'Content:','content label') . "&lt;/strong&gt; ";
      $url_info.= $gacontent;
      $url_info.= "&lt;br /&gt;";

      return $url_info;
   }
</pre>
<p>The <code>display_description</code> function displays the description of the URL. We’ve broken this part out here in order to keep all of the pieces that are specific to the URL together. This is also the last function in the <code>ga-functions.php</code> file.</p>
<pre class="brush: php">
   function display_description(){
      global $post;
      $custom = get_post_custom($post-&gt;ID);
      $description = $custom["gaca10-gadescription"][0];
      return $description;
   }

   ?&gt;
</pre>
<p>Combine these functions into the <code>ga-functions.php</code> file, and then we can move onto creating the template file.</p>
<h3>The Template File</h3>
<p>The final file that we will use to generate the view of the trackable URL is <code>campaign-template.php</code>. You will remember from the <code>campaign-tracker.php</code> file that we have a call in the <code>template_redirect()</code> function to redirect users to this template when viewing the custom post type of campaigns.</p>
<p>For display purposes, we will use the <code>single.php</code> file from the current default WordPress theme, TwentyEleven. You can, of course, use another theme and different styles.</p>
<p>First, we include the <code>ga-functions.php</code> file so that we can use some of our display functions. The campaign template also uses the Google Charts API to <a rel="nofollow" href="http://www.tutsrus.com/goto/generate_the_QR_code/763/11">generate the QR code</a>.</p>
<p>The following code will do all of the heavy lifting to display our campaign-trackable URL, the information about the URL, the shortened URL and the QR code. It will also allow us to edit the post if we need to change a variable. Simply drop this code into <a rel="nofollow" href="http://www.tutsrus.com/goto/the_loop/763/12">the loop</a>.</p>
<pre class="brush: php">
   &lt;h1 class="entry-title"&gt;&lt;?php the_title() ?&gt;&lt;/h1&gt;&lt;br /&gt;

   &lt;?php
   echo "&lt;strong&gt;". _x( 'Description:','description label') . "&lt;/strong&gt; ";
   echo display_description();
   echo "&lt;br /&gt;";
   echo trackable_url_report();
   echo "&lt;br /&gt;";
   echo "&lt;strong&gt;". _x('Trackable URL:','trackable URL label') . "&lt;/strong&gt; ";
   echo "&lt;a href=".trackable_url()." target='_blank'&gt;".trackable_url()."&lt;/a&gt;&lt;br /&gt;";

   echo "&lt;strong&gt;" . _x('Shortened Trackable URL:','shortened trackable URL label') . "&lt;/strong&gt; ";
   echo "&lt;a href=".trackable_url_tiny()." target='_blank'&gt;".trackable_url_tiny()."&lt;/a&gt;&lt;br /&gt;";
   ?&gt;

   &lt;br /&gt;
   &lt;img src="https://chart.googleapis.com/chart?chs=150x150&amp;amp;cht=qr&amp;amp;chl=&lt;?php trackable_url_tiny(); ?&gt;" /&gt;&lt;br /&gt;
   &lt;?php edit_post_link( __( 'Edit', 'twentyeleven' ), '&lt;span class="edit-link"&gt;', '&lt;/span&gt;' ); ?&gt;
</pre>
<p>When we combine the code, the campaign template will be as follows:</p>
<pre class="brush: php">
   &lt;?php
   /**
   * The Template for displaying all single posts.
   *
   * @package WordPress
   * @subpackage Twenty_Eleven
   * @since Twenty Eleven 1.0
   */

   // Include the ga-functions.php file so that we can easily display the results
   include_once('ga-functions.php');

   get_header(); ?&gt;

   &lt;div id="primary"&gt;
   &lt;div id="content" role="main"&gt;

   &lt;?php while ( have_posts() ) : the_post(); ?&gt;

   &lt;nav id="nav-single"&gt;
   &lt;h3 class="assistive-text"&gt;&lt;?php _e( 'Post navigation', 'twentyeleven' ); ?&gt;&lt;/h3&gt;
   &lt;span class="nav-previous"&gt;&lt;?php previous_post_link( '%link', __( '&lt;span class="meta-nav"&gt;&amp;larr;&lt;/span&gt; Previous', 'twentyeleven' ) ); ?&gt;&lt;/span&gt;
   &lt;span class="nav-next"&gt;&lt;?php next_post_link( '%link', __( 'Next &lt;span class="meta-nav"&gt;&amp;rarr;&lt;/span&gt;', 'twentyeleven' ) ); ?&gt;&lt;/span&gt;
   &lt;/nav&gt;&lt;!-- #nav-single --&gt;

   &lt;h1 class="entry-title"&gt;&lt;?php the_title() ?&gt;&lt;/h1&gt;&lt;br /&gt;

   &lt;?php
   echo "&lt;strong&gt;". _x( 'Description:','description label') . "&lt;/strong&gt; ";
   echo display_description();
   echo "&lt;br /&gt;";
   echo trackable_url_report();
   echo "&lt;br /&gt;";
   echo "&lt;strong&gt;". _x('Trackable URL:','trackable URL label') . "&lt;/strong&gt; ";
   echo "&lt;a href=".trackable_url()." target='_blank'&gt;".trackable_url()."&lt;/a&gt;&lt;br /&gt;";

   echo "&lt;strong&gt;" . _x('Shortened Trackable URL:','shortened trackable URL label') . "&lt;/strong&gt; ";
   echo "&lt;a href=".trackable_url_tiny()." target='_blank'&gt;".trackable_url_tiny()."&lt;/a&gt;&lt;br /&gt;";
   ?&gt;

   &lt;br /&gt;
   &lt;img src="https://chart.googleapis.com/chart?chs=150x150&amp;amp;cht=qr&amp;amp;chl=&lt;?php trackable_url_tiny(); ?&gt;" /&gt;&lt;br /&gt;
   &lt;?php edit_post_link( __( 'Edit', 'twentyeleven' ), '&lt;span class="edit-link"&gt;', '&lt;/span&gt;' ); ?&gt;

   &lt;?php comments_template( '', true ); ?&gt;

   &lt;?php endwhile; // end of the loop. ?&gt;

   &lt;/div&gt;&lt;!-- #content --&gt;
   &lt;/div&gt;&lt;!-- #primary --&gt;

   &lt;?php get_footer(); ?&gt;
</pre>
<p>When the template is set up and a campaign has been added, then it should display the following page:</p>
<p><a rel="nofollow" href="http://www.tutsrus.com/goto/link/763/13"><img src="http://media.smashingmagazine.com/wp-content/uploads/2012/01/display-information-500.jpg" alt="Display information" width="500" /></a></p>
<h3>In Conclusion</h3>
<p>By using WordPress custom post types in the method described, it is possible to organize marketing campaigns with the relevant Google Analytics campaign-tracking URL, shortened URL and QR code. This makes organizing marketing campaigns much simpler and more effective.</p>
<p>Custom post types make it very easy to set up a system by which to organize content. And we can get creative in how we use custom post types. They can be very useful when organizing content outside of the normal structure of WordPress and other content management systems (i.e. posts, pages, etc.).</p>
<p>Other possible uses of custom post types include the following:</p>
<ul>
<li>Manage client contacts,</li>
<li>Create an employee directory,</li>
<li>Keep an inventory of items,</li>
<li>Organize other data.</li>
</ul>
<h4>Resources</h4>
<p>You may be interested in the following resources and articles:</p>
<ul>
<li>“<a rel="nofollow" href="http://www.tutsrus.com/goto/Custom_Post_Types_in_WordPress_3_0/763/14">Custom Post Types in WordPress 3.0</a>,” Konstantin Kovshenin</li>
<li>“<a rel="nofollow" href="http://www.tutsrus.com/goto/Custom_Post_Types_in_WordPress/763/15">Custom Post Types in WordPress</a>,” Justin Tadlock</li>
<li>“<a rel="nofollow" href="http://www.tutsrus.com/goto/Creating_a_TinyURL_With_TinyURL_s_API/763/16">Creating a TinyURL With TinyURL’s API</a>,” Richard Castera</li>
<li>“<a rel="nofollow" href="http://www.tutsrus.com/goto/Getting_Started_With_Infographics/763/17">Getting Started With Infographics</a>” (QR Codes with the Google Charts API), Google Code</li>
<li>“<a rel="nofollow" href="http://www.tutsrus.com/goto/Post_Types/763/18">Post Types</a>,” WordPress Codex</li>
<li><a rel="nofollow" href="http://www.tutsrus.com/goto/URL_Builder_tool/763/19">URL Builder tool</a> Google Analytics</li>
<li>“<a rel="nofollow" href="http://www.tutsrus.com/goto/IQ_Lessons/763/20">IQ Lessons</a>,” Google Analytics</li>
</ul>
<p><em>(al)</em></p>
<hr />
<p><small>© Joshua Dodson for <a rel="nofollow" href="http://www.tutsrus.com/goto/Smashing_Magazine/763/21">Smashing Magazine</a>, 2012.</small></p>
<p><a rel="nofollow" rel="nofollow" href="http://www.tutsrus.com/goto/Smashing_Magazine_Feed/763/22">Smashing Magazine Feed</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.tutsrus.com/how-to-use-custom-post-types-to-organize-online-marketing-campaigns.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Improving The Online Shopping Experience, Part 2: Guiding Customers Through The Buying Process</title>
		<link>http://www.tutsrus.com/improving-the-online-shopping-experience-part-2-guiding-customers-through-the-buying-process.html</link>
		<comments>http://www.tutsrus.com/improving-the-online-shopping-experience-part-2-guiding-customers-through-the-buying-process.html#comments</comments>
		<pubDate>Sun, 25 Sep 2011 22:25:13 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Adobe Illustrator Tutorials]]></category>
		<category><![CDATA[Buying]]></category>
		<category><![CDATA[Customers]]></category>
		<category><![CDATA[Experience]]></category>
		<category><![CDATA[Guiding]]></category>
		<category><![CDATA[Improving]]></category>
		<category><![CDATA[Online]]></category>
		<category><![CDATA[Part]]></category>
		<category><![CDATA[Process]]></category>
		<category><![CDATA[Shopping]]></category>
		<category><![CDATA[Through]]></category>

		<guid isPermaLink="false">http://www.tutsrus.com/improving-the-online-shopping-experience-part-2-guiding-customers-through-the-buying-process.html</guid>
		<description><![CDATA[&#160; &#160; Part 1 of “Improving the Online Shopping Experience” focused on the upper part of the purchase funnel and on ways to get customers to your website and to find your products. Today, we move down the funnel, looking at ways to enable customers to make the decision to buy and to guide them [...]]]></description>
			<content:encoded><![CDATA[<table width="650">
<tr>
<td width="650">
<div style="width:650px;">
        <img src="http://statisches.auslieferung.commindo-media-ressourcen.de/advertisement.gif" alt="" border="0" /><br />
        <a rel="nofollow" href="http://www.tutsrus.com/goto/_/608/1" target="_blank"><br />
          <img src="http://auslieferung.commindo-media-ressourcen.de/random.php?mode=image&#038;collection=smashing-rss&#038;position=1" border="0" alt="" /><br />
        </a><br />
        &nbsp;<br />
        <a rel="nofollow" href="http://www.tutsrus.com/goto/_/608/2" target="_blank"><br />
          <img src="http://auslieferung.commindo-media-ressourcen.de/random.php?mode=image&#038;collection=smashing-rss&#038;position=2" border="0" alt="" /><br />
        </a><br />
        &nbsp;<br />
        <a rel="nofollow" href="http://www.tutsrus.com/goto/_/608/3" target="_blank"><br />
          <img src="http://auslieferung.commindo-media-ressourcen.de/random.php?mode=image&#038;collection=smashing-rss&#038;position=3" border="0" alt="" /><br />
        </a>
      </div>
</td>
</tr>
</table>
<p><a rel="nofollow" href="http://www.tutsrus.com/goto/Part_1_of_Improving_the_Online_Shopping_Experience_/608/4">Part 1 of “Improving the Online Shopping Experience”</a> focused on the upper part of the purchase funnel and on ways to get customers to your website and to find your products. Today, we move down the funnel, looking at ways to enable customers to make the decision to buy and to guide them through the check-out process.</p>
<p><a rel="nofollow" href="http://www.tutsrus.com/goto/link/608/5"><img class="alignnone size-full wp-image-110895" title="purchase-funnel-and-ways-to-improve-online-experience" src=""http://media.smashingmagazine.com/wp-content/uploads/2011/09/ux-guiding-frontpage.jpg" alt="The purchase funnel and ways to improve the online experience" width="500" height="284" /></a><br />
<em>Ways to improve the online shopping experience and to reduce the drop in the purchase funnel. Part 1 covered points 1 to 3.</em></p>
<h3>Enable The Customer To Decide</h3>
<p>Inform and reinforce the customer’s buying decisions by offering in-depth product information. The content on product pages should be relevant and should give the customer a virtual feel for the product. Ensure that your website addresses the key elements of a product page, listed below.</p>
<ul>
<li><strong>Product name</strong><br />
Product names should contain relevant keywords to help customers find and identify the right product. For a product such as a book, information about the author and edition is required.</li>
<li><strong>Images</strong><br />
Use clear product images, with alternate views. Where appropriate, allow customers to zoom in, see different color swatches, or spin the product around with a 360&#176; view. The product page for a book could get away with an image or two, but apparel should offer most of these options.</li>
<li><strong>Video</strong><br />
Static images are not always sufficient to present a product. Video is a good way to showcase complex products that need detailed explanation or a “how to” demonstration.</li>
<li><strong>Pricing and availability</strong><br />
Clearly list the price and availability. When products have variations (for example, different capacities for a hard drive, or different colors for shoes), make it easy for users to identify size and color combinations that are in stock (see the screenshot for Kohl’s below). And provide sizing charts to avoid surprises and returns later. If your business also has brick-and-mortar stores, allow users to check in-store availability online. </li>
<li><strong>Description</strong><br />
Give customers a clear understanding of your products by providing detailed descriptions, with text and multimedia. Descriptions should be simple, clear and jargon-free. Consider tablet and mobile users by providing alternatives to Flash and Java content, and don’t require mouse hovering to access essential information.</li>
<li><strong>Customer ratings and reviews</strong><br />
Unbiased and unedited ratings and reviews by customers will help visitors make up their minds about products that they may not be familiar with (for example, customer reviews suggesting to buy half a shoe size larger for a better fit will help others not make the same mistake). Many users look up ratings and reviews when they are in stores, not only at their desk, so make ratings and reviews easily accessible from mobile devices.</li>
<li><strong>Suggestions of related products</strong><br />
These could be complementary products (for example, a USB power adapter when the customer is buying an iPod Touch), alternative products (different styles, models or versions) or recommendations based on other people’s purchases (“Customers who bought this also bought…”). Whatever their nature, they should be relevant and valuable to the user, not just an attempt to sell more.</li>
<li><strong>Tools</strong><br />
Give users ways to save and share pages on the website. Businesses commonly do this through wish lists, “Email this page” features, and social sharing and bookmarking. Speaking of social, companies such as Buy.com (see screenshot below) and Wet Seal are experimenting with social shopping, allowing users to shop with their Facebook friends.</li>
<li><strong>Contact information</strong><br />
Make it easy for customers to reach you when they need help.</li>
<li><strong>“Add to cart”</strong><br />
Last but not least, make the call to action <a rel="nofollow" href="http://www.tutsrus.com/goto/clear_and_prominent/608/6">clear and prominent</a>, to ensure that customers know how to check out.</li>
</ul>
<p><a rel="nofollow" href="http://www.tutsrus.com/goto/link/608/7"><img class="alignnone size-full wp-image-109933" title="zappos-product-page-500" src="http://media.smashingmagazine.com/wp-content/uploads/2011/07/zappos-product-page-500.png" alt="Key product page elements highlighted on Zappos" width="497" height="605" /></a><br />
<em>The key elements of product pages on Zappos.com are highlighted.</em></p>
<p><a rel="nofollow" href="http://www.tutsrus.com/goto/link/608/8"><img class="alignnone size-full wp-image-109934" title="kohls-styles-colors-visual-availability" src="http://media.smashingmagazine.com/wp-content/uploads/2011/07/kohls-styles-colors-visual-availability.jpg" alt="Kohl’s offers a visual way to identify color and size combinations that are in stock" width="500" height="360" /></a><br />
<em>Kohl’s offers a visual way to identify color and size combinations that are in stock.</em></p>
<p><a rel="nofollow" href="http://www.tutsrus.com/goto/link/608/9"><img class="alignnone size-full wp-image-109935" title="buy-product-page-500" src="http://media.smashingmagazine.com/wp-content/uploads/2011/07/buy-product-page-500.png" alt="Social shopping on Buy.com" width="498" height="326" /></a><br />
<em>Social shopping on Buy.com includes: (1) friends who are currently shopping together, (2) a chat window.</em></p>
<h3>Reduce Shopping-Cart Abandonment</h3>
<p>Customers abandon their shopping carts for <a rel="nofollow" href="http://www.tutsrus.com/goto/numerous_reasons/608/10">numerous reasons</a>, many of which can be prevented by improving the experience.</p>
<ul>
<li>Make the shopping cart always <strong>visible and accessible</strong>, and display a summary of items in the cart, keeping check-out a click away. As basic as this sounds, some websites still don’t enable customers to get to their shopping cart without adding something else to their order.<br />
<a rel="nofollow" href="http://www.tutsrus.com/goto/link/608/11"><img src="http://media.smashingmagazine.com/wp-content/uploads/2011/08/noshoppingcart-500.png" alt="" title="noshoppingcart-500" width="500" height="484" class="alignnone size-full wp-image-110898" /></a><br />
<em>Deal Genius offers no visible way to get to one’s shopping cart.</em></li>
<li>A persistent shopping cart is important. Users who leave the website without completing their purchase should see their items in the cart when they return. If the user is logged in, the cart should also persist across devices, allowing them to seamlessly continue shopping anywhere and anytime.</li>
<li>Using the customer’s address or ZIP code, show taxes, shipping options and costs, delivery estimates, and the total cost, thus avoiding last-minute “cart shock.”</li>
<li>Give users the ability to update their shopping cart without having to go back to the product page.</li>
<li>If you offer promotional discounts or coupons, give users the <strong>option to redeem</strong> them without making others feel like they are missing out on savings. Let users know how they can get these discounts (“Sign up for our weekly newsletter to get a discount on your next purchase!”).</li>
<li>Offer contextual support to answer questions that shoppers may have regarding when their items will arrive, your return policy, and how to contact live help through a phone number, call-back or chat. Display this information in a sidebar, on the shopping-cart page or in a small pop-up window, so that users do not lose the context of where they are.<br />
<a rel="nofollow" href="http://www.tutsrus.com/goto/link/608/12"><img class="alignnone size-full wp-image-109936" title="OD-shopping-cart-500" src="http://media.smashingmagazine.com/wp-content/uploads/2011/07/OD-shopping-cart-500.jpg" alt="OfficeDepot shopping cart" width="500" height="339" /></a><br />
<em>Office Depot’s shopping cart features: (1) a persistent shopping cart, which shows the total cost and expands on hover to show its items; (2) the estimated total; (3) options to update the cart; (4) discounts, if applicable; (5) help options.</em></li>
</ul>
<h3>Keep Registration Short And Optional</h3>
<p>Make the registration process <strong>optional and short</strong>; forcing registration is one of the main reasons why users don’t complete purchases. If you still need convincing, “<a rel="nofollow" href="http://www.tutsrus.com/goto/The_0_Million_Button/608/13">The 0 Million Button</a>” should drive the point home.</p>
<ul>
<li>When the check-out process starts, allow registered customers to log in, and provide easy ways for them to recover forgotten account information.</li>
<li>Allow new customers to check out without registering. At the end of the check-out process, give them the option to register and save their information for future use. By this time, they will be motivated to simply create a password in order to avoid typing all of that information the next time.<br />
<a rel="nofollow" href="http://www.tutsrus.com/goto/link/608/14"><img src="http://media.smashingmagazine.com/wp-content/uploads/2011/07/sears-checkout.png" alt="Simple checkout options at Sears.com, new users have the option of registering after checkout" width="500" height="214" /></a><br />
<em>Sears has simple check-out options, allowing new users to register after checking out.</em></li>
<li>Simplify and minimize the information required during the check-out and registration processes, by logically grouping the most important information first, and putting optional information towards the end. Some retailers, like Adorama, have got their check-out process down to one page.</li>
</ul>
<h3>Streamline Check-Out</h3>
<p>Streamline the check-out process with relevant recommendations, a progress indicator, an order summary and confirmation.</p>
<ul>
<li><strong>Relevant recommendations</strong> can be a valuable reminder to customers as they check out. Like product suggestions, recommendations at check-out should be relevant and useful to the customer, instead of a way to try to sell anything and everything. Buying the same noise-cancelling headphones from Buy.com and Amazon resulted in very different recommendations, as shown below.<br />
<a rel="nofollow" href="http://www.tutsrus.com/goto/link/608/15"><img src="http://media.smashingmagazine.com/wp-content/uploads/2011/08/buy-vs-amazon-recommendations.jpg" alt="Very different recommendations from buy.com (above) and amazon.com (lower)" title="buy-vs-amazon-recommendations" width="500" height="633" class="alignnone size-full wp-image-110899" /></a><br />
<em>Very different recommendations from Buy.com (above) and Amazon (below).</em></li>
<li><a rel="nofollow" href="http://www.tutsrus.com/goto/_Enclose_the_check_out_process/608/16">“Enclose” the check-out process</a> by removing the header, navigation and footer. This will minimize distractions and guide the customer through the last few steps to complete their purchase.</li>
<li>Use a <strong>progress indicator</strong> to show customers where they are in the process. “Three steps completed. Just one more to go!”</li>
<li>Give users a choice of payment methods. If users prefer not to give their credit-card information, allow them to pay by PayPal, Google Checkout or another trusted local payment option. Make sure the third party displays the total amount to be charged before asking for any payment information.</li>
<li>Link to your policies in context: link to the privacy policy when asking for an email address, and a link to the security policy near the credit-card fields. This relieves users from having to hunt for these policies and also instills confidence.</li>
<li>When displaying the summary page of their order, allow customers to verify (and change, if necessary) the details before confirming the order. This is also a good place to restate the estimated delivery dates so that they can change the shipping method if desired.</li>
<li>The final call to action that directs users to complete their purchase (“Place order”) should be prominent. Don’t lose customers at this stage by presenting other options to them.<br />
<a rel="nofollow" href="http://www.tutsrus.com/goto/link/608/17"><img src="http://media.smashingmagazine.com/wp-content/uploads/2011/07/adorama-1-page-checkout-500.png" alt="Streamlined single page checkout at Adorama" width="497" height="1247" /></a><br />
<em>The check-out process on Adorama has been streamlined to a single page: (1) progress indicator; (2) multiple payment options; (3) contextual policies; (4) option to make changes; (5) prominent final call to action.</em></li>
<li>Once the order has been placed, display a confirmation page, with the order number, saving and printing functionality, and a summary of the customer’s next steps or options. The order confirmation page for Shutterfly, a photo publishing website, not only tells users what their next steps are, but also displays timelines for the fulfillment of their order and contextual links to the next steps.<br />
<a rel="nofollow" href="http://www.tutsrus.com/goto/link/608/18"><img src="http://media.smashingmagazine.com/wp-content/uploads/2011/08/shutterfly-order-confirmation-500.png" alt="Shutterfly’s order confirmation informs users what to expect next, with contextual links" title="shutterfly-order-confirmation-500" width="500" height="390" class="alignnone size-full wp-image-110902" /></a><br />
<em>Shutterfly’s order confirmation page informs users what to expect next, using contextual links.</em></li>
<li>If your website allows new customers to check out without registering (as suggested above), then that would be a good time to ask them whether they would like to select a password to create an account and save their information for next time. Highlight some of the benefits of creating an account, so that registering at this stage becomes a no-brainer.</li>
</ul>
<h3>Take Action</h3>
<p>Congratulations on making it through the <strong>50 techniques</strong> in this two-part series. But this is just the beginning. If you kept your users in mind as you read through this article, you may have already identified areas in your online shopping experience that could be improved. Some of these, like presenting contextual links, are quick fixes, while others, like improving findability, will take weeks or months to implement.</p>
<p>When making changes, <a rel="nofollow" href="http://www.tutsrus.com/goto/measure_the_impact_of_the_changes/608/19">measure the impact of the changes</a> using analytics, multivariate or A/B testing, and usability testing (see the further reading below). Improving the online shopping experience not only will make it easier for users and satisfy them more, but will increase your bottom line!</p>
<h4>Further Reading</h4>
<ul>
<li><em><a rel="nofollow" href="http://www.tutsrus.com/goto/Web_Form_Design_Filling_in_the_Blanks/608/20">Web Form Design: Filling in the Blanks</a></em>, Luke Wroblewski</li>
<li>“<a rel="nofollow" href="http://www.tutsrus.com/goto/Stopping_Shopping_Cart_Abandonment/608/21">Stopping Shopping-Cart Abandonment</a>,” Erin Jo Richey, UX Booth</li>
<li>“<a rel="nofollow" href="http://www.tutsrus.com/goto/Multivariate_Testing_101_A_Scientific_Method_of_Optimizing_Design/608/22">Multivariate Testing 101: A Scientific Method of Optimizing Design</a>,” Paras Chopra, Smashing Magazine</li>
<li>“<a rel="nofollow" href="http://www.tutsrus.com/goto/The_Ultimate_Guide_to_A_B_Testing/608/23">The Ultimate Guide to A/B Testing</a>,” Paras Chopra, Smashing Magazine</li>
</ul>
<p><em>(al)</em></p>
<hr />
<p><small>© Lyndon Cerejo for <a rel="nofollow" href="http://www.tutsrus.com/goto/Smashing_Magazine/608/24">Smashing Magazine</a>, 2011.</small></p>
<p><a rel="nofollow" rel="nofollow" href="http://www.tutsrus.com/goto/Smashing_Magazine_Feed/608/25">Smashing Magazine Feed</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.tutsrus.com/improving-the-online-shopping-experience-part-2-guiding-customers-through-the-buying-process.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Showcase of Online Artist and Design Portfolios</title>
		<link>http://www.tutsrus.com/showcase-of-online-artist-and-design-portfolios.html</link>
		<comments>http://www.tutsrus.com/showcase-of-online-artist-and-design-portfolios.html#comments</comments>
		<pubDate>Wed, 15 Jun 2011 21:45:43 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Illustrator Tutorials]]></category>
		<category><![CDATA[Artist]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Online]]></category>
		<category><![CDATA[Portfolios]]></category>
		<category><![CDATA[Showcase]]></category>

		<guid isPermaLink="false">http://www.tutsrus.com/showcase-of-online-artist-and-design-portfolios.html</guid>
		<description><![CDATA[&#160;&#160; Throughout the creative fields, like with art and design, getting your work out there for an audience to find and connect with is essential. Taking your work online is a major outlet that many designers and artists opt for, especially given the versatility that the web offers. With so many options for displaying their [...]]]></description>
			<content:encoded><![CDATA[<table width="650">
<tr>
<td width="650">
<div style="width:650px;">
      <img src="http://statisches.auslieferung.commindo-media-ressourcen.de/advertisement.gif" alt="Advertisement in Showcase of Online Artist and Design Portfolios" border="0" /><br />
      <a rel="nofollow" href="http://www.tutsrus.com/goto/link/486/1" target="_blank"><img src="http://auslieferung.commindo-media-ressourcen.de/www/delivery/avw.php?zoneid=8" border="0" alt=" in Showcase of Online Artist and Design Portfolios"  /></a>&nbsp;<a rel="nofollow" href="http://www.tutsrus.com/goto/link/486/2" target="_blank"><img src="http://auslieferung.commindo-media-ressourcen.de/www/delivery/avw.php?zoneid=9" border="0" alt=" in Showcase of Online Artist and Design Portfolios"  /></a>&nbsp;<a rel="nofollow" href="http://www.tutsrus.com/goto/link/486/3" target="_blank"><img src="http://auslieferung.commindo-media-ressourcen.de/www/delivery/avw.php?zoneid=10" border="0" alt=" in Showcase of Online Artist and Design Portfolios"  /></a>
    </div>
</td>
</tr>
</table>
<p>Throughout the creative fields, like with art and design, getting your work out there for an audience to find and connect with is essential. Taking your work online is a major outlet that many designers and artists opt for, especially given the versatility that the web offers. With so many options for displaying their work, the internet has a bevvy of brilliantly designed and developed portfolios that we can sort through for inspiration.</p>
<p><span id="more-50658"></span></p>
<p>But what is more, is that we can also <strong>look through them to gain some hints</strong> on what works and what doesn&#8217;t for those times when we have to put together a portfolio for ourselves or our clients. There are not many tricks to remember that go beyond the usual ones we apply when designing. One that does stick out is <strong>to not allow the design to steal focus from the work it is meant to be highlighting</strong>. </p>
<p>Below we have gathered a mere handful of the online portfolios that are available fodder for this type of showcase, and presented them here with a slight breakdown of the designs. Take a look down through them and see the highlights that we have offered before you check out the portfolios for yourselves to see just what exactly we are talking about here.</p>
<h3>Daarken</h3>
<p>The portfolio of fantasy artist, <a rel="nofollow" href="http://www.tutsrus.com/goto/Daarken/486/4">Daarken</a> is filled breathtaking works, and are arranged and highlighted wonderfully by the site&#8217;s design. With large previews of the work, and a java based side scrolling setup, the site is very simple and throws all the focus on the work. However, the scrolling could cover more ground with each click. As it stands, the scrolling only moves through a couple of images at a time which gives it somewhat of a jumpy sort of feel.</p>
<p><a rel="nofollow" href="http://www.tutsrus.com/goto/link/486/5"><img src="http://www.noupe.com/wp-content/uploads/2011/06/daarken.jpg" alt="Daarken in Showcase of Online Artist and Design Portfolios" width="500" height="389" class="alignnone size-full wp-image-51325" /></a></p>
<h3>Lesly Garreau</h3>
<p><a rel="nofollow" href="http://www.tutsrus.com/goto/Lesly_Garreau/486/6">Lesly Garreau</a>&#8217;s web design portfolio site is graphically great, and nicely compact. The small previews of Lesly&#8217;s designs being taped up to the page work well to compliment the site and the whimsical nature of his work. The site itself further acts as an extension of the portfolio, which is one of the rare occasions when the site can steal focus from the work and not have it become a portfolio no-no.</p>
<p><a rel="nofollow" href="http://www.tutsrus.com/goto/link/486/7"><img src="http://www.smashingmagazine.com/wp-content/uploads/2011/03/leslyg.jpg" alt="Leslyg in Showcase of Online Artist and Design Portfolios" width="500" height="312" class="alignnone size-full wp-image-93912" /></a></p>
<h3>Micah Lidberg</h3>
<p><a rel="nofollow" href="http://www.tutsrus.com/goto/Micah_Lidberg/486/8">Micah Lidberg</a>&#8217;s illustrations and other works are the main highlight of this very minimalistic site, just as they should be. The navigation is very understated which works for the most part, but as it follows you down the page, it easily becomes lost in the works scrolling behind it. When you click on the previews and go into the deeper pages, there is a largely exaggerated and unnecessary gap at the bottom of the page. This makes it feel like there should be more on the pages than there is.</p>
<p><a rel="nofollow" href="http://www.tutsrus.com/goto/link/486/9"><img src="http://www.smashingmagazine.com/wp-content/uploads/2011/03/micahlidberg.jpg" alt="Micahlidberg in Showcase of Online Artist and Design Portfolios" width="500" height="388" class="alignnone size-full wp-image-93913" /></a></p>
<h3>Dropr</h3>
<p><a rel="nofollow" href="http://www.tutsrus.com/goto/Dropr/486/10">Dropr</a> is a relatively new service for creatives that is still in beta, but still worth checking out. Very much in the style of Behance, this network is easy to use, and promises to be more powerful than most. The design is both stylish and imaginative, and on the main page, does stand in the spotlight which should be falling on the work. In fact the works being showcased are somewhat buried at the bottom of the page below the bells and whistles of the main site header. Unlike other portfolio communities which always seem to be highlighting the work, Dropr takes the center stage when you first arrive. The inner pages which display the work are much simpler and do not take the attention off of the work like the main page.</p>
<p><a rel="nofollow" href="http://www.tutsrus.com/goto/link/486/11"><img src="http://www.smashingmagazine.com/wp-content/uploads/2011/03/dropr.jpg" alt="Dropr in Showcase of Online Artist and Design Portfolios" width="500" height="308" class="alignnone size-full wp-image-93914" /></a></p>
<h3>Zuttoworld</h3>
<p>Russian illustrator <a rel="nofollow" href="http://www.tutsrus.com/goto/Zutto/486/12">Zutto</a>&#8217;s portfolio is another fantastically minimal site design which lets the artists work do most of the heavy lifting. The large bold font on the plain, expansive background make the site feel open and comfortable for the viewer. The pieces drop down  below the titles when you click on them, and the images remain open until you click on another title. The one flaw here is that you cannot click on the same title to close the image once it is opened. Clicking on the title of the open piece causes a jumpy effect as the piece effectively re-opens over the top of itself, rather than just closing the preview.</p>
<p><a rel="nofollow" href="http://www.tutsrus.com/goto/link/486/13"><img src="http://www.smashingmagazine.com/wp-content/uploads/2011/03/zuttoworld.jpg" alt="Zuttoworld in Showcase of Online Artist and Design Portfolios" width="500" height="220" class="alignnone size-full wp-image-93915" /></a></p>
<h3>Made By Water</h3>
<p><a rel="nofollow" href="http://www.tutsrus.com/goto/Made_By_Water/486/14">Made By Water</a> is the online portfolio of designer and digital artist Jordan Vitanov. With big, bold typography filling the screen in the header, the site gives the impression of a large scope portfolio, which it is. Sort of. With a few pages of design previews to cycle through, the work feels somewhat slighted by keeping it in such a small display window. Clicking on the pictures, simply brings up the next preview image for the project, but never do you get a larger presentation of each piece. This kind of breaks from the inferences that can be drawn from the over sizing of the other site elements.</p>
<p><a rel="nofollow" href="http://www.tutsrus.com/goto/link/486/15"><img src="http://www.smashingmagazine.com/wp-content/uploads/2011/03/madebywater.jpg" alt="Madebywater in Showcase of Online Artist and Design Portfolios" width="500" height="275" class="alignnone size-full wp-image-93916" /></a></p>
<h3>Beaver Lab</h3>
<p><a rel="nofollow" href="http://www.tutsrus.com/goto/Beaver_Lab/486/16">Beaver Lab</a> is a colorfully illustrated site that takes great advantage of the whitespace going for an extremely simple approach. The javascript navigation is smooth and overall, the site stands as a fine example of their web design work for the portfolio. Which is good, because the websites in their portfolio actually take you offsite and to their clients page. And as long as the client keeps the design Beaver Lab made them, the links are not that bad. But given that the rest of their work comes up in a nice shadow box on their site, it seems that they could have done the same for the websites with a images of the page rather than sending them elsewhere. The links for the work in their portfolio are also a bit too small and could stand to a size or two larger for the benefit of the user.</p>
<p><a rel="nofollow" href="http://www.tutsrus.com/goto/link/486/17"><img src="http://www.smashingmagazine.com/wp-content/uploads/2011/03/beaverlab.jpg" alt="Beaverlab in Showcase of Online Artist and Design Portfolios" width="500" height="279" class="alignnone size-full wp-image-93917" /></a></p>
<h3>Checkland Kindleysides</h3>
<p><a rel="nofollow" href="http://www.tutsrus.com/goto/Checkland_Kindleysides/486/18">Checkland Kindleysides</a> is an extremely elegant and imaginative portfolio. The site is wonderfully built, very sharp and clean which compliments the teams style and image. This is another example where the entire page stands as a much more shining example of their work, with its imaginative carved paper cutout elements, than the pieces that sit somewhat lifelessly in their gallery.</p>
<p><a rel="nofollow" href="http://www.tutsrus.com/goto/link/486/19"><img src="http://www.smashingmagazine.com/wp-content/uploads/2011/03/checklandkindleysides.jpg" alt="Checklandkindleysides in Showcase of Online Artist and Design Portfolios" width="500" height="276" class="alignnone size-full wp-image-93918" /></a></p>
<h3>Beastman</h3>
<p>Australian artist <a rel="nofollow" href="http://www.tutsrus.com/goto/Beastman/486/20">Beastman</a> has such an intricate and detailed style, and the site is very plain as to offset this characteristic of his work. The images are setup in large enough previews that the detail in the pieces comes out, without having to enlarge the images in any way. Overall the site perfectly contrasts the artists voice, and allows it to speak out through the gallery.</p>
<p><a rel="nofollow" href="http://www.tutsrus.com/goto/link/486/21"><img src="http://www.smashingmagazine.com/wp-content/uploads/2011/03/beastman.jpg" alt="Beastman in Showcase of Online Artist and Design Portfolios" width="500" height="422" class="alignnone size-full wp-image-93919" /></a></p>
<h3>Online Portfolio of Sander Schuurman</h3>
<p>The online portfolio of <a rel="nofollow" href="http://www.tutsrus.com/goto/Sander_Schuurman/486/22">Sander Schuurman</a> looks to be a very simple design, when in reality, it is anything but. This minimally styled portfolio has an interesting javascript presentation that allows the user to virtually flip through the various preview images contained under each project heading. The only somewhat cumbersome element of the site is the flash intro which the site could easily do without and still remain as impressive.</p>
<p><a rel="nofollow" href="http://www.tutsrus.com/goto/link/486/23"><img src="http://www.smashingmagazine.com/wp-content/uploads/2011/03/sentoplene.jpg" alt="Sentoplene in Showcase of Online Artist and Design Portfolios" width="500" height="253" class="alignnone size-full wp-image-93920" /></a></p>
<h3>Square Circle</h3>
<p>The design team over at <a rel="nofollow" href="http://www.tutsrus.com/goto/Square_Circle/486/24">Square Circle</a> certainly let their skills take center stage when they crafted their site. This is an impressive and very original design for sure, and serves as an outstanding portfolio for the most part. However, part of what makes it great, is also part of its biggest flaw. As imaginative as it is, it is also very resource heavy. Not to mention that it takes over sound immediately upon entering which tends to turn a lot of users off.</p>
<p><a rel="nofollow" href="http://www.tutsrus.com/goto/link/486/25"><img src="http://www.smashingmagazine.com/wp-content/uploads/2011/03/squarecircle.jpg" alt="Squarecircle in Showcase of Online Artist and Design Portfolios" width="500" height="297" class="alignnone size-full wp-image-93921" /></a></p>
<h3>Grzegorz Kozak</h3>
<p><a rel="nofollow" href="http://www.tutsrus.com/goto/Grzegorz_Kozak/486/26">Grzegorz Kozak</a>&#8217;s portfolio is another site where the fun, and whimsical nature of the page actually stand out more so than the works in the gallery. Which can have its downsides. However this is slightly offset by the large lightbox that opens up to display the work once you click on the previews. This does bring the focus and attention back to the work quite well.</p>
<p><a rel="nofollow" href="http://www.tutsrus.com/goto/link/486/27"><img src="http://www.smashingmagazine.com/wp-content/uploads/2011/03/gkozak.jpg" alt="Gkozak in Showcase of Online Artist and Design Portfolios" width="500" height="255" class="alignnone size-full wp-image-93923" /></a></p>
<h3>Paul Noble</h3>
<p>When it comes to portfolios that place the focus specifically on the work, the site of interactive designer <a rel="nofollow" href="http://www.tutsrus.com/goto/Paul_Noble/486/28">Paul Noble</a> shines. This is a near flawless design, both in form and in function. Putting the work at the forefront. With an interesting navigational system built around displaying the portfolio pieces, the site has a very sleek and professional feel to it. Though the small navigation bar that shows the arrangement of the gallery, and even displays a thumbnail of each piece when you click on its corresponding bar, does not automatically shift the gallery over to that project. This feels like an oversight or worse a malfunction.</p>
<p><a rel="nofollow" href="http://www.tutsrus.com/goto/link/486/29"><img src="http://www.smashingmagazine.com/wp-content/uploads/2011/03/paulnoble.jpg" alt="Paulnoble in Showcase of Online Artist and Design Portfolios" width="500" height="276" class="alignnone size-full wp-image-93924" /></a></p>
<h3>Carl Warner</h3>
<p>The portfolio of photographer and artist <a rel="nofollow" href="http://www.tutsrus.com/goto/Carl_Warner/486/30">Carl Warner</a> looks amazing on the surface. But the beauty does not go much deeper than that. Do not get us wrong, the flash based site is actually very unique and sleek. However, there is a huge problem with the functionality of the site, which spells trouble for his portfolio. Once you click on a preview image in one of the galleries and it takes you into the full image, there is no way back out. The back button in the browser is not applicable as you have not left the page, just gone deeper into the flash. There are no navigational elements present or any other ways to exit out. Also, this site does resize your browser, which gets under some users skin.</p>
<p><a rel="nofollow" href="http://www.tutsrus.com/goto/link/486/31"><img src="http://www.smashingmagazine.com/wp-content/uploads/2011/03/carlwarner.jpg" alt="Carlwarner in Showcase of Online Artist and Design Portfolios" width="500" height="319" class="alignnone size-full wp-image-93925" /></a></p>
<h3>Anna Anjos</h3>
<p>The portfolio of <a rel="nofollow" href="http://www.tutsrus.com/goto/Anna_Anjos/486/32">Anna Anjos</a> is another fine example of the design freeing up the space to let the work speak for itself. Anna&#8217;s irreverent style and artistic voice is so unique that the design just steps aside brilliantly, with its complete minimal approach, and lets the work shine through. The navigation sits unobtrusively at the side, leaving the wide expanse of space to display the work. However, the nav elements are very light and overall subtle. Perhaps a bit too much so. Maybe a larger font or even just a bolder one would make it stand out a little more.</p>
<p><a rel="nofollow" href="http://www.tutsrus.com/goto/link/486/33"><img src="http://www.smashingmagazine.com/wp-content/uploads/2011/03/annaanjos.jpg" alt="Annaanjos in Showcase of Online Artist and Design Portfolios" width="500" height="324" class="alignnone size-full wp-image-93926" /></a></p>
<h3>Fernando Volken Togni</h3>
<p>Illustrator <a rel="nofollow" href="http://www.tutsrus.com/goto/Fernando_Volken_Togni/486/34">Fernando Volken Togni</a> is another fantastic artist with a minimal portfolio design to allow for the work to take the proverbial center stage. Just like the last site, the simple site navigation stays off to the side, keeping the user&#8217;s eyes where they should be, on the preview images. Clicking on a preview not only opens a large version of the project, but it also provides you with a fullscreen viewing option which few portfolios have offered. The neatest part of the large view opening, is that though it seems like a new page has opened, the rest of the portfolio previews have simply moved below the large project image so that there is no need for the user to have to retrace their steps by going back.</p>
<p><a rel="nofollow" href="http://www.tutsrus.com/goto/link/486/35"><img src="http://www.smashingmagazine.com/wp-content/uploads/2011/03/fernando.jpg" alt="Fernando in Showcase of Online Artist and Design Portfolios" width="500" height="340" class="alignnone size-full wp-image-93927" /></a></p>
<h3>Jeremy Geddes</h3>
<p><a rel="nofollow" href="http://www.tutsrus.com/goto/Jeremy_Geddes/486/36">Jeremy Geddes</a> is a magnificent painter, whose portfolio site wonderfully captures the tone and feel of his work. With a simple compact page design, Jeremy&#8217;s work remains always remains the center of attention, having at least one large close up acting as a sort of header image as you browse the gallery of works. However, at first glance, and probably to some user&#8217;s confusion, the header like preview image is not clickable at all. Instead the user has to click on the small thumbnail preview, which then, instead of taking the header position, opens the image in full size in a new browser window.</p>
<p><a rel="nofollow" href="http://www.tutsrus.com/goto/link/486/37"><img src="http://www.smashingmagazine.com/wp-content/uploads/2011/03/jeremygeddes.jpg" alt="Jeremygeddes in Showcase of Online Artist and Design Portfolios" width="500" height="318" class="alignnone size-full wp-image-93928" /></a></p>
<h3>Piipe</h3>
<p><a rel="nofollow" href="http://www.tutsrus.com/goto/Piipe/486/38">Piipe</a> serves as the portfolio of graphic designer and illustrator Felipe Barriga. This is a very colorful and compact site which stands out more so than most of the work that sits in the portfolio. Giving the visitor a sense of Felipe&#8217;s humor and style right off the bat, but again, in a much stronger dose than is found in the works being displayed. The window that opens up allows the user to scroll through the portfolio while still keeping the overall site compact, and from pouring down below the fold.</p>
<p><a rel="nofollow" href="http://www.tutsrus.com/goto/link/486/39"><img src="http://www.smashingmagazine.com/wp-content/uploads/2011/03/piipe.jpg" alt="Piipe in Showcase of Online Artist and Design Portfolios" width="500" height="304" class="alignnone size-full wp-image-93929" /></a></p>
<h3>Roya Hamburger</h3>
<p><a rel="nofollow" href="http://www.tutsrus.com/goto/Roya_Hamburger/486/40">Roya Hamburger</a> is a freelance illustrator and designer whose colorful, abstract works are wonderfully complimented by yet another very minimal design that overly embraces the whitespace at its disposal. Though again, this is another site where their attempt to make the navigation unobtrusive borders on too good. The small text and subtle coloring makes the navigation at times a little difficult to read.</p>
<p><a rel="nofollow" href="http://www.tutsrus.com/goto/link/486/41"><img src="http://www.smashingmagazine.com/wp-content/uploads/2011/03/royahamburger.jpg" alt="Royahamburger in Showcase of Online Artist and Design Portfolios" width="500" height="253" class="alignnone size-full wp-image-93930" /></a></p>
<h3>Aleksandra Wolska</h3>
<p><a rel="nofollow" href="http://www.tutsrus.com/goto/Aleksandra_Wolska/486/42">Aleksandra Wolska</a> is a photographer and web and graphic designer with an extremely sleek and professional portfolio design that places the right amount of focus just where it is needed. On the work. Offering the viewer various options to allow them to wade through the massive gallery sorted to their preference. Each of the previews opens up into a large, widescreen lightbox to display Aleksandra&#8217;s work in all its glory.</p>
<p><a rel="nofollow" href="http://www.tutsrus.com/goto/link/486/43"><img src="http://www.smashingmagazine.com/wp-content/uploads/2011/03/aleksandrawolska.jpg" alt="Aleksandrawolska in Showcase of Online Artist and Design Portfolios" width="500" height="273" class="alignnone size-full wp-image-93931" /></a></p>
<h3>Identity Withheld</h3>
<p><a rel="nofollow" href="http://www.tutsrus.com/goto/Identity_Withheld/486/44">Identity Withheld</a> is the portfolio of designer Temi Adeniyi, whose style and work fit together with the design of the site in a very complimentary fashion. The oversized header makes the site a little bulkier than most of the others we have featured, but with her style it really does work well. It sets the tone for the work to come. The deeper pages that display and explain the various portfolio projects keep the header, which put the majority of the work below the fold. This might feel like more of a slight to the work than it does feel like complimenting it to some.</p>
<p><a rel="nofollow" href="http://www.tutsrus.com/goto/link/486/45"><img src="http://www.smashingmagazine.com/wp-content/uploads/2011/03/identitywithheld.jpg" alt="Identitywithheld in Showcase of Online Artist and Design Portfolios" width="500" height="269" class="alignnone size-full wp-image-93932" /></a></p>
<h3>Dan Witz</h3>
<p>Artist <a rel="nofollow" href="http://www.tutsrus.com/goto/Dan_Witz/486/46">Dan Witz</a> has a subtle, yet sleek portfolio that more plays into his traditional oil preferences than his often times semi punk-rock nature. The galleries are arranged by categories and presentation, with the deeper pages and previews arranged in thumbnail galleries. The full window lightbox that the larger previews open up in, is equally sleek and professional.</p>
<p><a rel="nofollow" href="http://www.tutsrus.com/goto/link/486/47"><img src="http://www.smashingmagazine.com/wp-content/uploads/2011/03/danwitz.jpg" alt="Danwitz in Showcase of Online Artist and Design Portfolios" width="500" height="229" class="alignnone size-full wp-image-93933" /></a></p>
<h3>Bright Bulb Design Studio</h3>
<p><a rel="nofollow" href="http://www.tutsrus.com/goto/Bright_Bulb_Design_Studio/486/48">Bright Bulb Design Studio</a> is an extremely fun site the overflows with whimsy, and even the design boldness to use Comic Sans. Though given the old school comic book style and nature of the site, believe it or not, the Comic Sans font works, which a lot of designers would consider an impossible sin. Though the site does stand out so much more than most of the work as we have seen with a few others we have featured. This is also a case where the site style and nature does not really mesh well with the work it is displaying. This is handled nicely by a completely unobtrusive lightbox effect with the tiniest of this style bleeding over with the inclusion of the close button.</p>
<p><a rel="nofollow" href="http://www.tutsrus.com/goto/link/486/49"><img src="http://www.smashingmagazine.com/wp-content/uploads/2011/03/brightbulbstudio.jpg" alt="Brightbulbstudio in Showcase of Online Artist and Design Portfolios" width="500" height="272" class="alignnone size-full wp-image-93934" /></a></p>
<h3>Molecube</h3>
<p><a rel="nofollow" href="http://www.tutsrus.com/goto/Molecube/486/50">Molecube</a> is the portfolio of a mobile game development team that fits perfectly with the playful nature that you would expect from their work. However, as far as portfolios go, there is very little featuring of their work. Given that they only have one title completed and released and one on the way, there is not much to expect, but some screenshots would be nice. Something other than the explanation and a small sample image like you would expect to be on the cover of any packaging. So though the site gives you a hint as to the nature of their work, they give you little else to showcase it.</p>
<p><a rel="nofollow" href="http://www.tutsrus.com/goto/link/486/51"><img src="http://www.smashingmagazine.com/wp-content/uploads/2011/03/molecube.jpg" alt="Molecube in Showcase of Online Artist and Design Portfolios" width="500" height="288" class="alignnone size-full wp-image-93935" /></a></p>
<h3>Artsybury</h3>
<p><a rel="nofollow" href="http://www.tutsrus.com/goto/Artsybury/486/52">Artsybury</a> is the portfolio of a designer and artist from London, whose style and sense of whimsy come through in his uniquely presented work. The shelves and photographs that hold Bradbury&#8217;s work compliment the artist and his voice, while also giving the viewer a different sort of experience than most portfolio sites offer. While the site does stand out quite noticeably, the work it displays does still rise to that same level, so the site does not overshadow the work as we have seen in others.</p>
<p><a rel="nofollow" href="http://www.tutsrus.com/goto/link/486/53"><img src="http://www.smashingmagazine.com/wp-content/uploads/2011/03/artsyburys.jpg" alt="Artsyburys in Showcase of Online Artist and Design Portfolios" width="500" height="318" class="alignnone size-full wp-image-93936" /></a></p>
<h3>That is All, Folks</h3>
<p>That wraps up this showcase. Hopefully you found some inspiring approaches that you can apply to your own work in this arena. Also, given the breakdowns, we further hope that this post can be beneficial in taking your portfolio designs to the proverbial next level. Feel free to leave your thoughts on the showcase, or on what makes or breaks them in the comment section below.</p>
<h4>Consider Some of Our Previous Posts</h4>
<ul>
<li><a rel="nofollow" href="http://www.tutsrus.com/goto/10_Steps_To_The_Perfect_Portfolio_Website/486/54">10 Steps To The Perfect Portfolio Website</a> is a post from the Smashing archives that goes over the ways to putting together a successful online portfolio.</li>
<li><a rel="nofollow" href="http://www.tutsrus.com/goto/SimpleFolio_A_Free_Clean_Portfolio_WordPress_Theme/486/55">SimpleFolio: A Free Clean Portfolio WordPress Theme</a> is another post from the ghost of Smashing past where you can score a minimalistic portfolio theme for your WordPress needs.</li>
</ul>
<p><em>(rb)</em></p>
<p><a rel="nofollow" rel="nofollow" href="http://www.tutsrus.com/goto/Noupe_Design_Blog/486/56">Noupe Design Blog</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.tutsrus.com/showcase-of-online-artist-and-design-portfolios.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>40 Free Online Tools and Software to Improve Your Workflow</title>
		<link>http://www.tutsrus.com/40-free-online-tools-and-software-to-improve-your-workflow.html</link>
		<comments>http://www.tutsrus.com/40-free-online-tools-and-software-to-improve-your-workflow.html#comments</comments>
		<pubDate>Wed, 08 Jun 2011 21:40:23 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Illustrator Tutorials]]></category>
		<category><![CDATA[Free]]></category>
		<category><![CDATA[Improve]]></category>
		<category><![CDATA[Online]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Workflow]]></category>

		<guid isPermaLink="false">http://www.tutsrus.com/40-free-online-tools-and-software-to-improve-your-workflow.html</guid>
		<description><![CDATA[&#160;&#160; Charts and graphs are the most effective ways to show the relationship between two different and interlinked entities. On a web page, a comprehensively designed flowchart, diagram or graph can be worth a thousand words. Creating such charts that inform your visitors about all the necessary details is a daunting task, and many designers [...]]]></description>
			<content:encoded><![CDATA[<table width="650">
<tr>
<td width="650">
<div style="width:650px;">
      <img src="http://statisches.auslieferung.commindo-media-ressourcen.de/advertisement.gif" alt="Advertisement in 40 Free Online Tools and Software to Improve Your Workflow" border="0" /><br />
      <a rel="nofollow" href="http://www.tutsrus.com/goto/link/478/1" target="_blank"><img src="http://auslieferung.commindo-media-ressourcen.de/www/delivery/avw.php?zoneid=8" border="0" alt=" in 40 Free Online Tools and Software to Improve Your Workflow"  /></a>&nbsp;<a rel="nofollow" href="http://www.tutsrus.com/goto/link/478/2" target="_blank"><img src="http://auslieferung.commindo-media-ressourcen.de/www/delivery/avw.php?zoneid=9" border="0" alt=" in 40 Free Online Tools and Software to Improve Your Workflow"  /></a>&nbsp;<a rel="nofollow" href="http://www.tutsrus.com/goto/link/478/3" target="_blank"><img src="http://auslieferung.commindo-media-ressourcen.de/www/delivery/avw.php?zoneid=10" border="0" alt=" in 40 Free Online Tools and Software to Improve Your Workflow"  /></a>
    </div>
</td>
</tr>
</table>
<p>Charts and graphs are the most effective ways to show the relationship between two different and interlinked entities. On a web page, <strong>a comprehensively designed flowchart, diagram or graph can be worth a thousand words</strong>. Creating such charts that inform your visitors about all the necessary details is a daunting task, and many designers find creating charts, diagram and graphs a difficult job to accomplish.</p>
<p><span id="more-50284"></span></p>
<p>Here, you will discover some of the best available free web services that let you create copious amounts of charts, diagrams and graphs. A majority of these services are easy to use; and will produce results that will be comparable to what you saw on the screen. Enjoy!</p>
<h3>The Showcase</h3>
<p><a rel="nofollow" href="http://www.tutsrus.com/goto/ChartDemo/478/4">ChartDemo</a><br />If you need to create a stacked area chart along with complete labels and legends, then ChartDemo is for you.</p>
<p class="showcase"><a rel="nofollow" href="http://www.tutsrus.com/goto/link/478/5"><img src="http://www.noupe.com/wp-content/uploads/2011/06/chartstools4new.jpg" alt="Chartstools4new in 40 Free Online Tools and Software to Improve Your Workflow" width="520" height="313" /></a></p>
<p><a rel="nofollow" href="http://www.tutsrus.com/goto/Flowchart/478/6">Flowchart</a><br />This tool not only lets you create charts and diagrams but also provides you a platform to collaborate with your colleagues. This does not require you to download any software rather it works in your internet browser.</p>
<p class="showcase"><a rel="nofollow" href="http://www.tutsrus.com/goto/link/478/7"><img src="http://www.noupe.com/wp-content/uploads/2011/06/chartstools8new.jpg" alt="Chartstools8new in 40 Free Online Tools and Software to Improve Your Workflow" width="520" height="310" /></a></p>
<p><a rel="nofollow" href="http://www.tutsrus.com/goto/Track_n_graph/478/8">Track-n-graph</a><br />An easy to use web based tool for friends, family and colleagues to track and graph information</p>
<p class="showcase"><a rel="nofollow" href="http://www.tutsrus.com/goto/link/478/9"><img src="http://www.noupe.com/wp-content/uploads/2011/06/chartstools19new.jpg" alt="Chartstools19new in 40 Free Online Tools and Software to Improve Your Workflow" width="520" height="384" /></a></p>
<p><a rel="nofollow" href="http://www.tutsrus.com/goto/Barchart/478/10">Barchart</a><br />This online tool allows you to create bar charts without the need of an applet bar graph creator. An absolute must have tool for those who want to create bar graphs.</p>
<p class="showcase"><a rel="nofollow" href="http://www.tutsrus.com/goto/link/478/11"><img src="http://www.noupe.com/wp-content/uploads/2011/06/chartstools2new.jpg" alt="Chartstools2new in 40 Free Online Tools and Software to Improve Your Workflow" width="520" height="269" /></a></p>
<p><a rel="nofollow" href="http://www.tutsrus.com/goto/Bubbl/478/12">Bubbl</a><br />Create multicolored mind maps online, share and work on them with friends. With this tool, you can embed your mind map in your blog or website, can email it or have it in printed form.</p>
<p class="showcase"><a rel="nofollow" href="http://www.tutsrus.com/goto/link/478/13"><img src="http://www.noupe.com/wp-content/uploads/2011/06/chartstools3new.jpg" alt="Chartstools3new in 40 Free Online Tools and Software to Improve Your Workflow" width="520" height="302" /></a></p>
<p><a rel="nofollow" href="http://www.tutsrus.com/goto/ChartGizmo/478/14">ChartGizmo</a><br />A free web based application that lets you create charts for your websites, blogs and even for social network profiles.</p>
<p class="showcase"><a rel="nofollow" href="http://www.tutsrus.com/goto/link/478/15"><img src="http://www.noupe.com/wp-content/uploads/2011/06/chartstools5new.jpg" alt="Chartstools5new in 40 Free Online Tools and Software to Improve Your Workflow" width="520" height="321" /></a></p>
<p><a rel="nofollow" href="http://www.tutsrus.com/goto/CreateAGraph/478/16">CreateAGraph</a><br />CreateAGraph gives you five different types of graphs and charts that you can consider for your use. With this tool, you can work online right from your browser.</p>
<p class="showcase"><a rel="nofollow" href="http://www.tutsrus.com/goto/link/478/17"><img src="http://www.noupe.com/wp-content/uploads/2011/06/chartstools6new.jpg" alt="Chartstools6new in 40 Free Online Tools and Software to Improve Your Workflow" width="520" height="265" /></a></p>
<p><a rel="nofollow" href="http://www.tutsrus.com/goto/DrawAnywhere/478/18">DrawAnywhere</a><br />As the name suggests, draw anywhere you like. You can create flowcharts, diagrams, organizational charts and on top of that you can export your charts and diagrams as an image file (jpg, png, pdf, etc).</p>
<p class="showcase"><a rel="nofollow" href="http://www.tutsrus.com/goto/link/478/19"><img src="http://www.noupe.com/wp-content/uploads/2011/06/chartstools7new.jpg" alt="Chartstools7new in 40 Free Online Tools and Software to Improve Your Workflow" width="520" height="288" /></a></p>
<p><a rel="nofollow" href="http://www.tutsrus.com/goto/Fooplot/478/20">Fooplot</a><br />Fooplot is an online tool that lets you create charts &#038; diagrams.</p>
<p class="showcase"><a rel="nofollow" href="http://www.tutsrus.com/goto/link/478/21"><img src="http://www.noupe.com/wp-content/uploads/2011/06/chartstools9new.jpg" alt="Chartstools9new in 40 Free Online Tools and Software to Improve Your Workflow" width="520" height="285" /></a></p>
<p><a rel="nofollow" href="http://www.tutsrus.com/goto/FusionCharts_Google_Gadget/478/22">FusionCharts Google Gadget</a><br />Another useful web based tool to draw charts and diagrams with ease and comfort.</p>
<p class="showcase"><a rel="nofollow" href="http://www.tutsrus.com/goto/link/478/23"><img src="http://www.noupe.com/wp-content/uploads/2011/06/chartstools10new.jpg" alt="Chartstools10new in 40 Free Online Tools and Software to Improve Your Workflow" width="520" height="328" /></a></p>
<p><a rel="nofollow" href="http://www.tutsrus.com/goto/Gliffy/478/24">Gliffy</a><br />It is online diagramming software that allows you to create professional looking flowcharts, diagrams, floor plans, technical drawings, and more!</p>
<p class="showcase"><a rel="nofollow" href="http://www.tutsrus.com/goto/link/478/25"><img src="http://www.noupe.com/wp-content/uploads/2011/06/chartstools11new.jpg" alt="Chartstools11new in 40 Free Online Tools and Software to Improve Your Workflow" width="520" height="328" /></a></p>
<p><a rel="nofollow" href="http://www.tutsrus.com/goto/Mindomo/478/26">Mindomo</a><br />A versatile Web-based mind mapping tool for creating, editing and sharing mind maps. It offers the capabilities of desktop mind mapping software in an internet browser with no installation and maintenance required.</p>
<p class="showcase"><a rel="nofollow" href="http://www.tutsrus.com/goto/link/478/27"><img src="http://www.noupe.com/wp-content/uploads/2011/06/chartstools12new.jpg" alt="Chartstools12new in 40 Free Online Tools and Software to Improve Your Workflow" width="520" height="328" /></a></p>
<p><a rel="nofollow" href="http://www.tutsrus.com/goto/Mindmeister/478/28">Mindmeister</a><br />This tool comes with all the customary features of a typical mind mapping tool with as many concurrent users as you like.</p>
<p class="showcase"><a rel="nofollow" href="http://www.tutsrus.com/goto/link/478/29"><img src="http://www.noupe.com/wp-content/uploads/2011/06/chartstools13new.jpg" alt="Chartstools13new in 40 Free Online Tools and Software to Improve Your Workflow" width="520" height="289" /></a></p>
<p><a rel="nofollow" href="http://www.tutsrus.com/goto/MGraph/478/30">MGraph</a><br />MGraph is an online tool with which you can plot simple graphs.</p>
<p class="showcase"><a rel="nofollow" href="http://www.tutsrus.com/goto/link/478/31"><img src="http://www.noupe.com/wp-content/uploads/2011/06/chartstools14new.jpg" alt="Chartstools14new in 40 Free Online Tools and Software to Improve Your Workflow" width="520" height="281" /></a></p>
<p><a rel="nofollow" href="http://www.tutsrus.com/goto/Plotr/478/32">Plotr</a><br />Draw simple charts with this lightweight charting framework which is based on Plot Kit. No use of Flash and no other interactive elements as you don&#8217;t always need them.</p>
<p class="showcase"><a rel="nofollow" href="http://www.tutsrus.com/goto/link/478/33"><img src="http://www.noupe.com/wp-content/uploads/2011/06/chartstools15new.jpg" alt="Chartstools15new in 40 Free Online Tools and Software to Improve Your Workflow" width="520" height="289" /></a></p>
<p><a rel="nofollow" href="http://www.tutsrus.com/goto/PlotKit/478/34">PlotKit</a><br />A comprehensive chart and graph plotting library for Javascript that comes with HTML Canvas, native browser and SVG support via SVG viewer.</p>
<p class="showcase"><a rel="nofollow" href="http://www.tutsrus.com/goto/link/478/35"><img src="http://www.noupe.com/wp-content/uploads/2011/06/chartstools16new.jpg" alt="Chartstools16new in 40 Free Online Tools and Software to Improve Your Workflow" width="520" height="306" /></a></p>
<p><a rel="nofollow" href="http://www.tutsrus.com/goto/Rich_Chart_Live/478/36">Rich Chart Live</a><br />Use your web browser to create enjoyable and enchanting flash charts. High-impact charts can also be created with this absolutely free online tool.</p>
<p class="showcase"><a rel="nofollow" href="http://www.tutsrus.com/goto/link/478/37"><img src="http://www.noupe.com/wp-content/uploads/2011/06/chartstools17new.jpg" alt="Chartstools17new in 40 Free Online Tools and Software to Improve Your Workflow" width="520" height="315" /></a></p>
<p><a rel="nofollow" href="http://www.tutsrus.com/goto/SimpleSeating/478/38">SimpleSeating</a><br />This is an invaluable tool for those who are responsible for planning an analyst event which can be a major time sink and massive pain without it.</p>
<p class="showcase"><a rel="nofollow" href="http://www.tutsrus.com/goto/link/478/39"><img src="http://www.noupe.com/wp-content/uploads/2011/06/chartstools18new.jpg" alt="Chartstools18new in 40 Free Online Tools and Software to Improve Your Workflow" width="520" height="308" /></a></p>
<p><a rel="nofollow" href="http://www.tutsrus.com/goto/Online_Chart_Generator/478/40">Online Chart Generator</a><br />With this online tool, you can create amazing 3D graphs instantaneously.</p>
<p class="showcase"><a rel="nofollow" href="http://www.tutsrus.com/goto/link/478/41"><img src="http://www.noupe.com/wp-content/uploads/2011/06/chartstools20new.jpg" alt="Chartstools20new in 40 Free Online Tools and Software to Improve Your Workflow" width="520" height="241" /></a></p>
<p><a rel="nofollow" href="http://www.tutsrus.com/goto/DIY_Chart/478/42">DIY Chart</a><br />DIY (Do it yourself) Chart is an easy to use, simple yet powerful online tool that can be used to create interactive graphs and charts using static or dynamic data.</p>
<p class="showcase"><a rel="nofollow" href="http://www.tutsrus.com/goto/link/478/43"><img src="http://www.noupe.com/wp-content/uploads/2011/06/chartstools21new.jpg" alt="Chartstools21new in 40 Free Online Tools and Software to Improve Your Workflow" width="520" height="308" /></a></p>
<p><a rel="nofollow" href="http://www.tutsrus.com/goto/Chartle_net/478/44">Chartle.net</a><br />This tool offers simplicity, ubiquity and interactivity to online visualizations, and tears down the complexity so that novices can also use it.</p>
<p class="showcase"><a rel="nofollow" href="http://www.tutsrus.com/goto/link/478/45"><img src="http://www.noupe.com/wp-content/uploads/2011/06/chartstools22new.jpg" alt="Chartstools22new in 40 Free Online Tools and Software to Improve Your Workflow" width="520" height="301" /></a></p>
<p><a rel="nofollow" href="http://www.tutsrus.com/goto/ChartGo/478/46">ChartGo</a><br />ChartGo permits users to generate charts online rapidly. Simply paste your data in the chart data area and hit the create chart button. It&#8217;s that easy.</p>
<p class="showcase"><a rel="nofollow" href="http://www.tutsrus.com/goto/link/478/47"><img src="http://www.noupe.com/wp-content/uploads/2011/06/chartstools23new.jpg" alt="Chartstools23new in 40 Free Online Tools and Software to Improve Your Workflow" width="520" height="310" /></a></p>
<p><a rel="nofollow" href="http://www.tutsrus.com/goto/JS_Charts/478/48">JS Charts</a><br />A JavaScript chart generator that lets you create charts in different templates. It is an easy to use tool that requires little or no coding.</p>
<p class="showcase"><a rel="nofollow" href="http://www.tutsrus.com/goto/link/478/49"><img src="http://www.noupe.com/wp-content/uploads/2011/06/chartstools24new.jpg" alt="Chartstools24new in 40 Free Online Tools and Software to Improve Your Workflow" width="520" height="287" /></a></p>
<p><a rel="nofollow" href="http://www.tutsrus.com/goto/Pie_Chart_Tool/478/50">Pie Chart Tool</a><br />A simple and easy Pie Chart creator that creates pie charts based on the data that you provide. Simply type in your data and the name of the categories.</p>
<p class="showcase"><a rel="nofollow" href="http://www.tutsrus.com/goto/link/478/51"><img src="http://www.noupe.com/wp-content/uploads/2011/06/chartstools25new.jpg" alt="Chartstools25new in 40 Free Online Tools and Software to Improve Your Workflow" width="520" height="287" /></a></p>
<p><a rel="nofollow" href="http://www.tutsrus.com/goto/Piecolor/478/52">Piecolor</a><br />Piecolor is an online tool to create colorful pie chart with ease.</p>
<p class="showcase"><a rel="nofollow" href="http://www.tutsrus.com/goto/link/478/53"><img src="http://www.noupe.com/wp-content/uploads/2011/06/chartstools26new.jpg" alt="Chartstools26new in 40 Free Online Tools and Software to Improve Your Workflow" width="520" height="287" /></a></p>
<p><a rel="nofollow" href="http://www.tutsrus.com/goto/Hohli_Charts/478/54">Hohli Charts</a><br />Hohli Charts lets you animatedly create charts.</p>
<p class="showcase"><a rel="nofollow" href="http://www.tutsrus.com/goto/link/478/55"><img src="http://www.noupe.com/wp-content/uploads/2011/06/chartstools27new.jpg" alt="Chartstools27new in 40 Free Online Tools and Software to Improve Your Workflow" width="520" height="279" /></a></p>
<p><a rel="nofollow" href="http://www.tutsrus.com/goto/CSS_Chart_Generator/478/56">CSS Chart Generator</a><br />Generate your charts on the fly with CSS Chart Generator.</p>
<p class="showcase"><a rel="nofollow" href="http://www.tutsrus.com/goto/link/478/57"><img src="http://www.noupe.com/wp-content/uploads/2011/06/chartstools28new.jpg" alt="Chartstools28new in 40 Free Online Tools and Software to Improve Your Workflow" width="520" height="286" /></a></p>
<p><a rel="nofollow" href="http://www.tutsrus.com/goto/CHARTPART/478/58">CHARTPART</a><br />This is a simple and straightforward online tool for creating charts.</p>
<p class="showcase"><a rel="nofollow" href="http://www.tutsrus.com/goto/link/478/59"><img src="http://www.noupe.com/wp-content/uploads/2011/06/chartstools29new.jpg" alt="Chartstools29new in 40 Free Online Tools and Software to Improve Your Workflow" width="520" height="286" /></a></p>
<p><a rel="nofollow" href="http://www.tutsrus.com/goto/Google_Chart_Tools/478/60">Google Chart Tools</a><br />The Google Chart Tools facilitate adding live charts to any web page.</p>
<p class="showcase"><a rel="nofollow" href="http://www.tutsrus.com/goto/link/478/61"><img src="http://www.noupe.com/wp-content/uploads/2011/06/chartstools31new.jpg" alt="Chartstools31new in 40 Free Online Tools and Software to Improve Your Workflow" width="520" height="202" /></a></p>
<p><a rel="nofollow" href="http://www.tutsrus.com/goto/amCharts_Visual_Editor/478/62">amCharts Visual Editor</a><br />You can use amChats as a web service through this editor. Configuring the chart and pasting the generated HTML code to your HTML page is all you need.</p>
<p class="showcase"><a rel="nofollow" href="http://www.tutsrus.com/goto/link/478/63"><img src="http://www.noupe.com/wp-content/uploads/2011/06/chartstools32new.jpg" alt="Chartstools32new in 40 Free Online Tools and Software to Improve Your Workflow" width="520" height="337" /></a></p>
<p><a rel="nofollow" href="http://www.tutsrus.com/goto/Pie_Chart_Maker/478/64">Pie Chart Maker</a><br />The Pie Chart Maker lets you generate your own customizable pie charts. You can save your pie charts as an image on your computer as well.</p>
<p class="showcase"><a rel="nofollow" href="http://www.tutsrus.com/goto/link/478/65"><img src="http://www.noupe.com/wp-content/uploads/2011/06/chartstools33new.jpg" alt="Chartstools33new in 40 Free Online Tools and Software to Improve Your Workflow" width="520" height="227" /></a></p>
<p><a rel="nofollow" href="http://www.tutsrus.com/goto/Online_Chart_Tool/478/66">Online Chart Tool</a><br />This online tool allows you to design and share your own graphs absolutely for free.</p>
<p class="showcase"><a rel="nofollow" href="http://www.tutsrus.com/goto/link/478/67"><img src="http://www.noupe.com/wp-content/uploads/2011/06/chartstools34new.jpg" alt="Chartstools34new in 40 Free Online Tools and Software to Improve Your Workflow" width="520" height="310" /></a></p>
<p><a rel="nofollow" href="http://www.tutsrus.com/goto/OWTChart_Generator/478/68">OWTChart Generator</a><br />The OWTChart Generator is yet another useful online tool that can produce charts. It displays a GIF image of the chart on the screen</p>
<p class="showcase"><a rel="nofollow" href="http://www.tutsrus.com/goto/link/478/69"><img src="http://www.noupe.com/wp-content/uploads/2011/06/chartstools35new.jpg" alt="Chartstools35new in 40 Free Online Tools and Software to Improve Your Workflow" width="520" height="346" /></a></p>
<p><a rel="nofollow" href="http://www.tutsrus.com/goto/Chart_Maker/478/70">Chart Maker</a><br />Chart Maker allows users to easily create charts according to their individual needs.</p>
<p class="showcase"><a rel="nofollow" href="http://www.tutsrus.com/goto/link/478/71"><img src="http://www.noupe.com/wp-content/uploads/2011/06/chartstools30new.jpg" alt="Chartstools30new in 40 Free Online Tools and Software to Improve Your Workflow" width="520" height="346" /></a></p>
<p><a rel="nofollow" href="http://www.tutsrus.com/goto/Highcharts/478/72">Highcharts</a><br />It is a JavaScript library for creating different types of charts including line, spline, area, areaspline, column, bar, pie and scatter charts. It offers an easy way to add interactive charts to your websites and even web applications.</p>
<p class="showcase"><a rel="nofollow" href="http://www.tutsrus.com/goto/link/478/73"><img src="http://www.noupe.com/wp-content/uploads/2011/06/chartstools36new.jpg" alt="Chartstools36new in 40 Free Online Tools and Software to Improve Your Workflow" width="520" height="274" /></a></p>
<p><a rel="nofollow" href="http://www.tutsrus.com/goto/Google_Chart_Generator/478/74">Google Chart Generator</a><br />This tool creates a Google chart in seconds!</p>
<p class="showcase"><a rel="nofollow" href="http://www.tutsrus.com/goto/link/478/75"><img src="http://www.noupe.com/wp-content/uploads/2011/06/chartstools37new.jpg" alt="Chartstools37new in 40 Free Online Tools and Software to Improve Your Workflow" width="520" height="271" /></a></p>
<p><a rel="nofollow" href="http://www.tutsrus.com/goto/JGraphpad/478/76">JGraphpad</a><br />It is a feature-rich, online, standards-compliant and open source graph component available for Java that includes Process diagrams, workflow and BPM visualization, flowcharts, even traffic or water flow etc.</p>
<p class="showcase"><a rel="nofollow" href="http://www.tutsrus.com/goto/link/478/77"><img src="http://www.noupe.com/wp-content/uploads/2011/06/chartstools39new.jpg" alt="Chartstools39new in 40 Free Online Tools and Software to Improve Your Workflow" width="520" height="334" /></a></p>
<p><a rel="nofollow" href="http://www.tutsrus.com/goto/yEd_Graph_Editor/478/78">yEd Graph Editor</a><br />Another Java based graph editor that lets you generate drawings quickly and effectively. With this tool, you can implement automatic layouts to a wide range of different diagrams and networks.</p>
<p class="showcase"><a rel="nofollow" href="http://www.tutsrus.com/goto/link/478/79"><img src="http://www.noupe.com/wp-content/uploads/2011/06/chartstools40new.jpg" alt="Chartstools40new in 40 Free Online Tools and Software to Improve Your Workflow" width="520" height="292" /></a></p>
<p><a rel="nofollow" href="http://www.tutsrus.com/goto/Graphviz/478/80">Graphviz</a><br />Graphviz is an open source graph visualization software that presents structural information as diagrams of abstract graphs and networks. You can employ this tool in networking, bioinformatics, software engineering, database and web design, machine learning, and in visual interfaces for other technical domains.</p>
<p class="showcase"><a rel="nofollow" href="http://www.tutsrus.com/goto/link/478/81"><img src="http://www.noupe.com/wp-content/uploads/2011/06/chartstools41new.jpg" alt="Chartstools41new in 40 Free Online Tools and Software to Improve Your Workflow" width="520" height="319" /></a></p>
<p><a rel="nofollow" href="http://www.tutsrus.com/goto/XML_SWF_Charts/478/82">XML/SWF Charts</a><br />A simple yet powerful online tool that allows you to create beautiful web charts and graphs from dynamic XML data. You can either manually prepare the XML source or can generate it via any scripting language such as PHP, ASP, CFML, Perl, etc.</p>
<p class="showcase"><a rel="nofollow" href="http://www.tutsrus.com/goto/link/478/83"><img src="http://www.noupe.com/wp-content/uploads/2011/06/chartstools42new.jpg" alt="Chartstools42new in 40 Free Online Tools and Software to Improve Your Workflow" width="520" height="299" /></a></p>
<p><em>(rb)</em></p>
<p><a rel="nofollow" rel="nofollow" href="http://www.tutsrus.com/goto/Noupe_Design_Blog/478/84">Noupe Design Blog</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.tutsrus.com/40-free-online-tools-and-software-to-improve-your-workflow.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Useful Tools for Making Your Life Online Easier</title>
		<link>http://www.tutsrus.com/useful-tools-for-making-your-life-online-easier.html</link>
		<comments>http://www.tutsrus.com/useful-tools-for-making-your-life-online-easier.html#comments</comments>
		<pubDate>Thu, 28 Apr 2011 21:37:00 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Illustrator Tutorials]]></category>
		<category><![CDATA[Easier]]></category>
		<category><![CDATA[Life]]></category>
		<category><![CDATA[Making]]></category>
		<category><![CDATA[Online]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Useful]]></category>

		<guid isPermaLink="false">http://www.tutsrus.com/useful-tools-for-making-your-life-online-easier.html</guid>
		<description><![CDATA[&#160;&#160; We are on a constant hunt to find some cool and useful tools for our readers all the time. In this endeavor today we have collected some interesting apps as well as websites and services which will suit all your needs as a web developer, designer, project leader, or even the end customer. And [...]]]></description>
			<content:encoded><![CDATA[<table width="650">
<tr>
<td width="650">
<div style="width:650px;">
      <img src="http://statisches.auslieferung.commindo-media-ressourcen.de/advertisement.gif" alt="Advertisement in Useful Tools for Making Your Life Online Easier" border="0" /><br />
      <a rel="nofollow" href="http://www.tutsrus.com/goto/link/434/1" target="_blank"><img src="http://auslieferung.commindo-media-ressourcen.de/www/delivery/avw.php?zoneid=8" border="0" alt=" in Useful Tools for Making Your Life Online Easier"  /></a>&nbsp;<a rel="nofollow" href="http://www.tutsrus.com/goto/link/434/2" target="_blank"><img src="http://auslieferung.commindo-media-ressourcen.de/www/delivery/avw.php?zoneid=9" border="0" alt=" in Useful Tools for Making Your Life Online Easier"  /></a>&nbsp;<a rel="nofollow" href="http://www.tutsrus.com/goto/link/434/3" target="_blank"><img src="http://auslieferung.commindo-media-ressourcen.de/www/delivery/avw.php?zoneid=10" border="0" alt=" in Useful Tools for Making Your Life Online Easier"  /></a>
    </div>
</td>
</tr>
</table>
<p>We are on a constant hunt to find some <strong>cool and useful tools</strong> for our readers all the time. In this endeavor today we have collected some interesting apps as well as websites and services which will suit all your needs as a web developer, designer, project leader, or even the end customer. And the plus side of this collection is that all of the resources we have found are all free for personal use.<br />
<iframe class="facebooklike" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.noupe.com%2Ftools%2Fuseful-tools-for-making-your-life-online-easier.html&amp;layout=standard&amp;show_faces=false&amp;width=450&amp;action=like&amp;colorscheme=light&amp;height=35" scrolling="no" frameborder="0"></iframe><br />
<span id="more-47550"></span>So you can now actively keep your employees productive, trace your lost laptop, protect your privacy and get rid of unwanted mails and much more. With how much of our daily professional lives revolve around the internet, we felt that anything we could do to help make that time a little bit easier and more productive would be a worthwhile pursuit. Some of these tools you may already be familiar with, and some you may not. However, we hope that you will find some value in the collection below, and that a few of these apps will be the game changer that you have been looking for to <strong>make your life a little bit easier and at times a bit more fun</strong>. Take a gander and grab a few tools before you go.</p>
<h3>The Game Changers</h3>
<p><a rel="nofollow" href="http://www.tutsrus.com/goto/World_Broadband_Ratings_on_Google_Maps_/434/4">World Broadband Ratings on Google Maps<br />
</a>This is a wonderful site based on Google Maps to track the websites, mashups and tools being influenced by Google Maps. Although its not affiliated with Google, you can fetch data regarding most things here as well.</p>
<p><a rel="nofollow" href="http://www.tutsrus.com/goto/link/434/5"><img src="http://media.smashingmagazine.com/cdn_noupe/wp-content/uploads/2011/03/interesting-website-1.jpg" alt="Interesting-website-1 in Useful Tools for Making Your Life Online Easier" width="500" height="300" /></a></p>
<p><a rel="nofollow" href="http://www.tutsrus.com/goto/IconFinder_/434/6">IconFinder<br />
</a>Designers and developers are among some of the most avid icon hunters online. And that hunt has just gotten simpler with IconFinder, the icon search engine with a huge selection for all of your needs.</p>
<p><a rel="nofollow" href="http://www.tutsrus.com/goto/link/434/7"><img src="http://media.smashingmagazine.com/cdn_noupe/wp-content/uploads/2011/04/app7.jpg" alt="App7 in Useful Tools for Making Your Life Online Easier" width="500" height="300" /></a></p>
<p><a rel="nofollow" href="http://www.tutsrus.com/goto/Woopra_/434/8">Woopra<br />
</a>For anyone who needs real time web analytics for their site, Woopra is the perfect compliment to your current analytics tracker. You can easily check on what is happening right now on your site, and what your users are doing.</p>
<p><a rel="nofollow" href="http://www.tutsrus.com/goto/link/434/9"><img src="http://media.smashingmagazine.com/cdn_noupe/wp-content/uploads/2011/04/app15.jpg" alt="App15 in Useful Tools for Making Your Life Online Easier" width="500" height="300" /></a></p>
<p><a rel="nofollow" href="http://www.tutsrus.com/goto/Monkey_On_Your_Back_/434/10">Monkey On Your Back<br />
</a>Have trouble keeping your team or employees on track and productive? Then let the Monkey help. With Monkey On Your Back, you can create a todo list and send the various tasks to whomever you want to complete them.</p>
<p><a rel="nofollow" href="http://www.tutsrus.com/goto/link/434/11"><img class="alignnone size-full wp-image-48634" src="http://media.smashingmagazine.com/cdn_noupe/wp-content/uploads/2011/04/app3.jpg" alt="App3 in Useful Tools for Making Your Life Online Easier" width="500" height="300" /></a></p>
<p><a rel="nofollow" href="http://www.tutsrus.com/goto/CSS3_Playground_/434/12">CSS3 Playground<br />
</a>Starting off from a playful place, the CSS3 Playground is an excellent online source where you can experiment with all kinds of CSS tricks and then simply grab the code for the end product.</p>
<p><a rel="nofollow" href="http://www.tutsrus.com/goto/link/434/13"><img class="alignnone size-full wp-image-48633" src="http://media.smashingmagazine.com/cdn_noupe/wp-content/uploads/2011/04/app19.jpg" alt="App19 in Useful Tools for Making Your Life Online Easier" width="500" height="300" /></a></p>
<p><a rel="nofollow" href="http://www.tutsrus.com/goto/Readability_/434/14">Readability<br />
</a>Given the amount of time we spend online, Readability may be just the tool for you to make your experience as comfortable for you as visually possible, by simply stripping down the site&#8217;s style for a softer visual presentation.</p>
<p><a rel="nofollow" href="http://www.tutsrus.com/goto/link/434/15"><img class="alignnone size-full wp-image-48635" src="http://media.smashingmagazine.com/cdn_noupe/wp-content/uploads/2011/04/app12.jpg" alt="App12 in Useful Tools for Making Your Life Online Easier" width="500" height="300" /></a></p>
<p><a rel="nofollow" href="http://www.tutsrus.com/goto/SunlitGreen_Photo_Manager_/434/16">SunlitGreen Photo Manager<br />
</a>Now organize, tag and browse your photos, make and create photo groups and search through them fast as you can type. Essential for anyone who has lots of images to keep managed and maintained.</p>
<p><a rel="nofollow" href="http://www.tutsrus.com/goto/link/434/17"><img src="http://media.smashingmagazine.com/cdn_noupe/wp-content/uploads/2011/03/interesting-website-2.jpg" alt="Interesting-website-2 in Useful Tools for Making Your Life Online Easier" width="500" height="300" /></a></p>
<p><a rel="nofollow" href="http://www.tutsrus.com/goto/Trendsmap_com_/434/18">Trendsmap.com<br />
</a>Now you can mapp Twitter trends across the globe in real time. You can track them via name, area or country.</p>
<p><a rel="nofollow" href="http://www.tutsrus.com/goto/link/434/19"><img src="http://media.smashingmagazine.com/cdn_noupe/wp-content/uploads/2011/03/interesting-website-5.jpg" alt="Interesting-website-5 in Useful Tools for Making Your Life Online Easier" width="500" height="300" /></a></p>
<p><a rel="nofollow" href="http://www.tutsrus.com/goto/Domain_Name_Speed_Benchmark_/434/20">Domain Name Speed Benchmark<br />
</a>As the website says, you can&#8217;t optimize your DNS until you can evaluate it. Domain Name Speed Benchmark ascertains the exact performance of local and remote DNS nameservers.</p>
<p><a rel="nofollow" href="http://www.tutsrus.com/goto/link/434/21"><img src="http://media.smashingmagazine.com/cdn_noupe/wp-content/uploads/2011/03/interesting-website-9.jpg" alt="Interesting-website-9 in Useful Tools for Making Your Life Online Easier" width="500" height="300" /></a></p>
<p><a rel="nofollow" href="http://www.tutsrus.com/goto/Mozilla_Firefox_Portable_Edition_/434/22">Mozilla Firefox, Portable Edition<br />
</a>So many of us in the online community love Firefox being that it is such a powerful browser, but the problem arrises when you have to work from some other system. However, with this Portable Edition you can now take all your bookmarks, passwords and extentions with you.</p>
<p><a rel="nofollow" href="http://www.tutsrus.com/goto/link/434/23"><img src="http://media.smashingmagazine.com/cdn_noupe/wp-content/uploads/2011/03/interesting-website-19.jpg" alt="Interesting-website-19 in Useful Tools for Making Your Life Online Easier" width="500" height="300" /></a></p>
<p><a rel="nofollow" href="http://www.tutsrus.com/goto/Snipplr_/434/24">Snipplr<br />
</a>Snipplr is a fantastic resource for developers where they can store and search for code snippets online.</p>
<p><a rel="nofollow" href="http://www.tutsrus.com/goto/link/434/25"><img class="alignnone size-full wp-image-48636" src="http://media.smashingmagazine.com/cdn_noupe/wp-content/uploads/2011/04/app5.jpg" alt="App5 in Useful Tools for Making Your Life Online Easier" width="500" height="300" /></a></p>
<p><a rel="nofollow" href="http://www.tutsrus.com/goto/Convert_PDF_to_Word_/434/26">Convert PDF to Word<br />
</a>One of the things we come across a lot when working with clients is the request to send them files as a Word document. With this site you can take your PDF&#8217;s and easily convert them into Word docs. Their sister sites can also prove useful!</p>
<p><a rel="nofollow" href="http://www.tutsrus.com/goto/link/434/27"><img class="alignnone size-full wp-image-48637" src="http://media.smashingmagazine.com/cdn_noupe/wp-content/uploads/2011/04/app6.jpg" alt="App6 in Useful Tools for Making Your Life Online Easier" width="500" height="300" /></a></p>
<p><a rel="nofollow" href="http://www.tutsrus.com/goto/HootSuite_Social_Media_Dashboard_/434/28">HootSuite Social Media Dashboard<br />
</a>HootSuite can bring all of your social media networks into one place so that you can easily keep track of all your feeds in one convenient dashboard.</p>
<p><a rel="nofollow" href="http://www.tutsrus.com/goto/link/434/29"><img class="alignnone size-full wp-image-48638" src="http://media.smashingmagazine.com/cdn_noupe/wp-content/uploads/2011/04/app14.jpg" alt="App14 in Useful Tools for Making Your Life Online Easier" width="500" height="300" /></a></p>
<p><a rel="nofollow" href="http://www.tutsrus.com/goto/10_Minute_Mail_/434/30">10 Minute Mail<br />
</a>A disposable mail service to help you get only the necessary emails by getting alternate and temporary email ids for Ten minutes. You can always extend the time if required.</p>
<p><a rel="nofollow" href="http://www.tutsrus.com/goto/link/434/31"><img src="http://media.smashingmagazine.com/cdn_noupe/wp-content/uploads/2011/03/interesting-website-20.jpg" alt="Interesting-website-20 in Useful Tools for Making Your Life Online Easier" width="500" height="300" /></a></p>
<p><a rel="nofollow" href="http://www.tutsrus.com/goto/UNDELET_360_/434/32">UNDELET 360<br />
</a>Suppose you were in a hurry and you permanently deleted a file before its time. Now you can restore files accidentally deleted from your computer, digi-cam, or pen drive.</p>
<p><a rel="nofollow" href="http://www.tutsrus.com/goto/link/434/33"><img src="http://media.smashingmagazine.com/cdn_noupe/wp-content/uploads/2011/03/interesting-website-12.jpg" alt="Interesting-website-12 in Useful Tools for Making Your Life Online Easier" width="500" height="300" /></a></p>
<p><a rel="nofollow" href="http://www.tutsrus.com/goto/SnoopFree_Software_/434/34">SnoopFree Software<br />
</a>If you don&#8217;t want to be prey to some spy software which might be giving all of your important information to some unsolicited person, than you might want to think about installing SnoopFree on your system to prevent it.</p>
<p><a rel="nofollow" href="http://www.tutsrus.com/goto/link/434/35"><img src="http://media.smashingmagazine.com/cdn_noupe/wp-content/uploads/2011/03/interesting-website-15.jpg" alt="Interesting-website-15 in Useful Tools for Making Your Life Online Easier" width="500" height="300" /></a></p>
<p><a rel="nofollow" href="http://www.tutsrus.com/goto/The_Email_Game_/434/36">The Email Game<br />
</a>Getting overwhelmed by your inbox? Need a little assistance in getting motivated to tackle your mounting emails, then the Email Game app can help. Email is fun again.</p>
<p><a rel="nofollow" href="http://www.tutsrus.com/goto/link/434/37"><img class="alignnone size-full wp-image-48639" src="http://media.smashingmagazine.com/cdn_noupe/wp-content/uploads/2011/04/app11.jpg" alt="App11 in Useful Tools for Making Your Life Online Easier" width="500" height="300" /></a></p>
<p><a rel="nofollow" href="http://www.tutsrus.com/goto/SlimTimer_/434/38">SlimTimer<br />
</a>Time tracking without the timesheet is how SlimTimer bills itself. A comprehensive time management tool is how we would describe this useful tracker.</p>
<p><a rel="nofollow" href="http://www.tutsrus.com/goto/link/434/39"><img class="alignnone size-full wp-image-48640" src="http://media.smashingmagazine.com/cdn_noupe/wp-content/uploads/2011/04/app1.jpg" alt="App1 in Useful Tools for Making Your Life Online Easier" width="500" height="300" /></a></p>
<p><a rel="nofollow" href="http://www.tutsrus.com/goto/wridea_/434/40">wridea<br />
</a>For anyone working in a creative arena especially, wridea is something of a must, but it can work for any number of online professionals. This is an idea management service complete with a collection of brainstorming tools right at your disposal.</p>
<p><a rel="nofollow" href="http://www.tutsrus.com/goto/link/434/41"><img class="alignnone size-full wp-image-48641" src="http://media.smashingmagazine.com/cdn_noupe/wp-content/uploads/2011/04/app2.jpg" alt="App2 in Useful Tools for Making Your Life Online Easier" width="500" height="300" /></a></p>
<p><a rel="nofollow" href="http://www.tutsrus.com/goto/Adeona_/434/42">Adeona<br />
</a>None of us could imagine parting with our laptops. But are you prepared to track your laptop if its misplaced, stolen or lost. If not, try Adeona.</p>
<p><a rel="nofollow" href="http://www.tutsrus.com/goto/link/434/43"><img src="http://media.smashingmagazine.com/cdn_noupe/wp-content/uploads/2011/03/interesting-website-22.jpg" alt="Interesting-website-22 in Useful Tools for Making Your Life Online Easier" width="500" height="300" /></a></p>
<p><a rel="nofollow" href="http://www.tutsrus.com/goto/Comodo_SecureEmail_/434/44">Comodo SecureEmail<br />
</a>Comodo SecureEmail is a smart and simple way to send encrypted emails so that no one is able to intercept and alter your private secure messages. By making this one time cumbersome process a breeze to use, your email could be more secure in a matter of minutes.</p>
<p><a rel="nofollow" href="http://www.tutsrus.com/goto/link/434/45"><img src="http://media.smashingmagazine.com/cdn_noupe/wp-content/uploads/2011/03/interesting-website-17.jpg" alt="Interesting-website-17 in Useful Tools for Making Your Life Online Easier" width="500" height="300" /></a></p>
<p><a rel="nofollow" href="http://www.tutsrus.com/goto/Whats_My_IP_Address_/434/46">Whats My IP Address<br />
</a>There are many reasons that we might need to or want to change our IP address as we surf and browse the web, but how do we make sure that our IP masking is working? There are also times we just need to know what our IP address is. Now just go to this website and it will show you what your current IP address is reading as.</p>
<p><a rel="nofollow" href="http://www.tutsrus.com/goto/link/434/47"><img src="http://media.smashingmagazine.com/cdn_noupe/wp-content/uploads/2011/03/interesting-website-7.jpg" alt="Interesting-website-7 in Useful Tools for Making Your Life Online Easier" width="500" height="300" /></a></p>
<p><a rel="nofollow" href="http://www.tutsrus.com/goto/BugMeNot_/434/48">BugMeNot<br />
</a>Do you hate registering in to websites just to read and check some sort of information? Well you can always use a shared, predefined set of login information collected for various sites that force users to register, by heading over to BugMeNot.</p>
<p><a rel="nofollow" href="http://www.tutsrus.com/goto/link/434/49"><img src="http://media.smashingmagazine.com/cdn_noupe/wp-content/uploads/2011/03/interesting-website-4.jpg" alt="Interesting-website-4 in Useful Tools for Making Your Life Online Easier" width="500" height="300" /></a></p>
<p><a rel="nofollow" href="http://www.tutsrus.com/goto/Left_Logic_8211_Specialist_Web_Development_/434/50">Left Logic &#8211; Specialist Web Development<br />
</a>Coders will more than likely be flipping over Left Logic, and they may not be alone in their celebrations. This is an HTML entity character lookup that is both quick and easy to use.</p>
<p><a rel="nofollow" href="http://www.tutsrus.com/goto/link/434/51"><img class="alignnone size-full wp-image-48642" src="http://media.smashingmagazine.com/cdn_noupe/wp-content/uploads/2011/04/app4.jpg" alt="App4 in Useful Tools for Making Your Life Online Easier" width="500" height="300" /></a></p>
<p><a rel="nofollow" href="http://www.tutsrus.com/goto/Todo_ly_/434/52">Todo.ly<br />
</a>When it comes to keeping yourself productive while online, Todo.ly, the simple online todo list can help.</p>
<p><a rel="nofollow" href="http://www.tutsrus.com/goto/link/434/53"><img class="alignnone size-full wp-image-48644" src="http://media.smashingmagazine.com/cdn_noupe/wp-content/uploads/2011/04/app9.jpg" alt="App9 in Useful Tools for Making Your Life Online Easier" width="500" height="300" /></a></p>
<p><a rel="nofollow" href="http://www.tutsrus.com/goto/CushyCMS_/434/54">CushyCMS<br />
</a>Whether you are a designer or an content editor, CushyCMS is for you where you as a designer define the editable content area and as a content editor, make required changes in editable sections without having to first master your programming skills.</p>
<p><a rel="nofollow" href="http://www.tutsrus.com/goto/link/434/55"><img src="http://media.smashingmagazine.com/cdn_noupe/wp-content/uploads/2011/03/interesting-website-6.jpg" alt="Interesting-website-6 in Useful Tools for Making Your Life Online Easier" width="500" height="300" /></a></p>
<p><a rel="nofollow" href="http://www.tutsrus.com/goto/Tor_/434/56">Tor<br />
</a>Free software that is helpful in maintaining your online privacy, confidentiality and traffic analysis through its built in privacy features. If you are looking for a way to stay anonymous as you surf, then Tor can help you out.</p>
<p><a rel="nofollow" href="http://www.tutsrus.com/goto/link/434/57"><img src="http://media.smashingmagazine.com/cdn_noupe/wp-content/uploads/2011/03/interesting-website-23.jpg" alt="Interesting-website-23 in Useful Tools for Making Your Life Online Easier" width="500" height="300" /></a></p>
<p><a rel="nofollow" href="http://www.tutsrus.com/goto/Tweepi_/434/58">Tweepi<br />
</a>Tweepi is a useful tool for any professional whose online existence relies heavily on their Twitter interactions. With both free and paid elements to the service, this tool can improve your Twitter experience.</p>
<p><a rel="nofollow" href="http://www.tutsrus.com/goto/link/434/59"><img class="alignnone size-full wp-image-48645" src="http://media.smashingmagazine.com/cdn_noupe/wp-content/uploads/2011/04/app8.jpg" alt="App8 in Useful Tools for Making Your Life Online Easier" width="500" height="300" /></a></p>
<p><a rel="nofollow" href="http://www.tutsrus.com/goto/Launchlist_Lite_/434/60">Launchlist Lite<br />
</a>Launchlist Lite is prefect for web developers and designers who are looking for a virtual checklist that provides a comprehensive list helping you to ensure that your site is ready for launch.</p>
<p><a rel="nofollow" href="http://www.tutsrus.com/goto/link/434/61"><img class="alignnone size-full wp-image-48646" src="http://media.smashingmagazine.com/cdn_noupe/wp-content/uploads/2011/04/app13.jpg" alt="App13 in Useful Tools for Making Your Life Online Easier" width="500" height="300" /></a></p>
<p><a rel="nofollow" href="http://www.tutsrus.com/goto/x_Paranoia_mod_0_6_7_/434/62">x Paranoia mod 0.6.7<br />
</a>Once you have finished checking out all of that useful stuff, and you don&#8217;t want to share with your colleagues or anyone else sharing the system, this Firefox extension comes in handy. It clears all of your history, cookies, passwords and any other saved information with a few simple clicks.</p>
<p><a rel="nofollow" href="http://www.tutsrus.com/goto/link/434/63"><img src="http://media.smashingmagazine.com/cdn_noupe/wp-content/uploads/2011/03/interesting-website-24.jpg" alt="Interesting-website-24 in Useful Tools for Making Your Life Online Easier" width="500" height="300" /></a></p>
<p><em>(rb)</em><br />
<iframe class="facebooklike" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.noupe.com%2Ftools%2Fuseful-tools-for-making-your-life-online-easier.html&amp;layout=standard&amp;show_faces=false&amp;width=450&amp;action=like&amp;colorscheme=light&amp;height=35" scrolling="no" frameborder="0"></iframe></p>
<div class="feedflare">
<a rel="nofollow" href="http://www.tutsrus.com/goto/link/434/64"><img src="http://feeds.feedburner.com/~ff/Noupe?i=RTdoXTcE_Ok:FBJwXrURFZQ:V_sGLiPBpWU" border="0"></img></a> <a rel="nofollow" href="http://www.tutsrus.com/goto/link/434/65"><img src="http://feeds.feedburner.com/~ff/Noupe?i=RTdoXTcE_Ok:FBJwXrURFZQ:F7zBnMyn0Lo" border="0"></img></a> <a rel="nofollow" href="http://www.tutsrus.com/goto/link/434/66"><img src="http://feeds.feedburner.com/~ff/Noupe?i=RTdoXTcE_Ok:FBJwXrURFZQ:gIN9vFwOqvQ" border="0"></img></a> <a rel="nofollow" href="http://www.tutsrus.com/goto/link/434/67"><img src="http://feeds.feedburner.com/~ff/Noupe?d=7Q72WNTAKBA" border="0"></img></a>
</div>
<p><a rel="nofollow" rel="nofollow" href="http://www.tutsrus.com/goto/Noupe_Design_Blog/434/68">Noupe Design Blog</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.tutsrus.com/useful-tools-for-making-your-life-online-easier.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Does anyone know of any good online Adobe Photoshop Tutorials?</title>
		<link>http://www.tutsrus.com/does-anyone-know-of-any-good-online-adobe-photoshop-tutorials.html</link>
		<comments>http://www.tutsrus.com/does-anyone-know-of-any-good-online-adobe-photoshop-tutorials.html#comments</comments>
		<pubDate>Sat, 28 Aug 2010 07:09:26 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Adobe Photoshop Tutorials]]></category>
		<category><![CDATA[Adobe]]></category>
		<category><![CDATA[anyone]]></category>
		<category><![CDATA[good]]></category>
		<category><![CDATA[Know]]></category>
		<category><![CDATA[Online]]></category>
		<category><![CDATA[Photoshop]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Question by Julie Bernabe: Does anyone know of any good online Adobe Photoshop Tutorials? Hi, I&#8217;m pretty new to Photoshop. I have the Adobe Photoshop CS3 version and was wondering if anyone might know of any good tutorials for beginners? Any help would be much appreciated. Thanks in advance! Best answer: Answer by cool77889try youtube..google [...]]]></description>
			<content:encoded><![CDATA[<p><strong><i>Question by Julie Bernabe</i>: Does anyone know of any good online Adobe Photoshop Tutorials?</strong><br />
Hi,</p>
<p>I&#8217;m pretty new to Photoshop. I have the Adobe Photoshop CS3 version and was wondering if anyone might know of any good tutorials for beginners?</p>
<p>Any help would be much appreciated.</p>
<p>Thanks in advance!</p>
<p><strong>Best answer:</strong></p>
<p><i>Answer by cool77889</i><br/>try youtube..google videos&#8230;stuff like that&#8230;usually there r tutorials on them</p>
<p><strong>Add your own answer in the comments!</strong><!-- pingbacker_start --><br />
<h4>Related Blogs</h4>
<ul class='pc_pingback'>
<li><a rel="nofollow" href='http://www.tutsrus.com/goto/Bank_of_America_online_banking_down_for_4_hours_The_Associated_/158/1'>Bank of America <b>online</b> banking down for 4 hours – The Associated <b>&#8230;</b></a></li>
<li><a rel="nofollow" href='http://www.tutsrus.com/goto/45_Incredible_Vector_Tutorials_for_Graphic_Designers_Multy_Shades/158/2'>45+ Incredible Vector <b>Tutorials</b> for Graphic Designers | Multy Shades</a></li>
<li><a rel="nofollow" href='http://www.tutsrus.com/goto/Mozilla_Releases_Firefox_4_version_of_Fennec_ConceivablyTech/158/3'>Mozilla Releases Firefox 4 <b>version</b> of Fennec | ConceivablyTech</a></li>
<li><a rel="nofollow" href='http://www.tutsrus.com/goto/Blogging_Innovation_The_Big_Small_Question/158/4'>Blogging Innovation » The Big Small <b>Question</b></a></li>
<li><a rel="nofollow" href='http://www.tutsrus.com/goto/Truth_On_Call_Doctors_Answer_Questions_via_Text_ScienceRoll/158/5'>Truth On Call: Doctors <b>Answer</b> Questions via Text « ScienceRoll</a></li>
<li><a rel="nofollow" href='http://www.tutsrus.com/goto/Asked_Online_oboeinsight/158/6'>Asked <b>Online</b> « oboeinsight</a></li>
<li><a rel="nofollow" href='http://www.tutsrus.com/goto/QUESTION_Do_you_think_Michael_Bloomberg_has_now_completely_/158/7'><b>QUESTION</b>: Do you think Michael Bloomberg has now completely <b>&#8230;</b></a></li>
<li><a rel="nofollow" href='http://www.tutsrus.com/goto/Does_Anyone_Really_Know_The_Size_Of_The_Greek_2009_Deficit_afoe_/158/8'>Does <b>Anyone</b> Really Know The Size Of The Greek 2009 Deficit? | afoe <b>&#8230;</b></a></li>
<li><a rel="nofollow" href='http://www.tutsrus.com/goto/The_Handy_History_Answer_Book_Second_Edition/158/9'>The Handy History <b>Answer</b> Book, Second Edition</a></li>
<li><a rel="nofollow" href='http://www.tutsrus.com/goto/6_Amazing_DVDs_for_Learning_Adobe_Photoshop_from_Essential_to_/158/10'>6 Amazing DVDs for Learning Adobe <b>Photoshop</b> from Essential to <b>&#8230;</b></a></li>
<li><a rel="nofollow" href='http://www.tutsrus.com/goto/Blog_of_Dale_Anne_Potter_Blog_Archive_Friday_Tutorials_/158/11'>Blog of Dale Anne Potter » Blog Archive » Friday <b>Tutorials</b>….</a></li>
<li><a rel="nofollow" href='http://www.tutsrus.com/goto/Bowling_Green_anyone_WVU_Sports_with_Mike_Casazza/158/12'>Bowling (Green), <b>anyone</b>? « WVU Sports with Mike Casazza</a></li>
<li><a rel="nofollow" href='http://www.tutsrus.com/goto/40_New_JavaScript_Tutorials_with_Helping_Techniques_Tutorial_Lounge/158/13'>40 New JavaScript <b>Tutorials</b> with Helping Techniques | <b>Tutorial</b> Lounge</a></li>
<li><a rel="nofollow" href='http://www.tutsrus.com/goto/The_Strategy_Guaranteed_to_Transform_Online_Green_Marketing_/158/14'>The Strategy Guaranteed to Transform <b>Online</b> Green Marketing <b>&#8230;</b></a></li>
<li><a rel="nofollow" href='http://www.tutsrus.com/goto/200bhp_With_62_mpg_Anyone_The_Truth_About_Cars/158/15'>200bhp With 62 mpg <b>Anyone</b>? | The Truth About Cars</a></li>
<li><a rel="nofollow" href='http://www.tutsrus.com/goto/Bank_of_America_Mortgage_Help_What_is_a_best_mortgage_/158/16'>Bank of America Mortgage <b>Help</b> | What is a best mortgage.</a></li>
<li><a rel="nofollow" href='http://www.tutsrus.com/goto/Wall_St_cares_but_does_anyone_else_The_Big_Picture/158/17'>Wall St cares but does <b>anyone</b> else? | The Big Picture</a></li>
<li><a rel="nofollow" href='http://www.tutsrus.com/goto/Lisa_Murkowski_Please_Answer_this_Really_Simple_Question_RedState/158/18'>Lisa Murkowski, Please <b>Answer</b> this Really Simple Question | RedState</a></li>
<li><a rel="nofollow" href='http://www.tutsrus.com/goto/The_Friday_Question_Pratt_Street_Ale_House/158/19'>The Friday <b>Question</b> « Pratt Street Ale House</a></li>
<li><a rel="nofollow" href='http://www.tutsrus.com/goto/Sprint_EVO_4G_Froyo_version_rooted/158/20'>Sprint EVO 4G (Froyo <b>version</b>) rooted</a></li>
</ul>
<p><!-- pingbacker_end --></p>
]]></content:encoded>
			<wfw:commentRss>http://www.tutsrus.com/does-anyone-know-of-any-good-online-adobe-photoshop-tutorials.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Books from Oz &#8211; Children&#8217;s Illustrated Interactive Online Stories</title>
		<link>http://www.tutsrus.com/books-from-oz-childrens-illustrated-interactive-online-stories.html</link>
		<comments>http://www.tutsrus.com/books-from-oz-childrens-illustrated-interactive-online-stories.html#comments</comments>
		<pubDate>Wed, 11 Aug 2010 19:13:53 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Adobe Illustrator Tutorials]]></category>
		<category><![CDATA[Books]]></category>
		<category><![CDATA[Children's]]></category>
		<category><![CDATA[from]]></category>
		<category><![CDATA[Illustrated]]></category>
		<category><![CDATA[Interactive]]></category>
		<category><![CDATA[Online]]></category>
		<category><![CDATA[Stories]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Books from Oz &#8211; Children&#8217;s Illustrated Interactive Online Stories These illustrated books have been developed to encourage and foster a love of reading in children. When children can read, an entire world of discovery is open to them. The books have been created by Susan Syddall, an experienced early childhood educator. Books from Oz &#8211; [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Books from Oz &#8211; Children&#8217;s Illustrated Interactive Online Stories</strong><br />
These illustrated books have been developed to encourage and foster a love of reading in children. When children can read, an entire world of discovery is open to them. The books have been created by Susan Syddall, an experienced early childhood educator.<br />
<a rel="nofollow" rel="nofollow" href="http://www.tutsrus.com/goto/Books_from_Oz_Children_s_Illustrated_Interactive_Online_Stories/138/1">Books from Oz &#8211; Children&#8217;s Illustrated Interactive Online Stories</a></p>
<p><strong>PC Corrections Illustrated Guide</strong><br />
The PC Corrections Illustrated Guide not only tells you how to speed up your slow computer, but shows you how with illustrations. There is no guessing about what to do, because you are shown how with illustrations of actual screen shots.<br />
<a rel="nofollow" rel="nofollow" href="http://www.tutsrus.com/goto/PC_Corrections_Illustrated_Guide/138/2">PC Corrections Illustrated Guide</a></p>
<p><!-- pingbacker_start --><br />
<h4>Related Blogs</h4>
<ul class='pc_pingback'>
<li><a rel="nofollow" href='http://www.tutsrus.com/goto/NYSE_technology_sector_corrections_VG_UMC_ALU_LSI_S_Penny_/138/3'>NYSE technology sector <b>corrections</b>: (VG, UMC, ALU, LSI, S) | Penny <b>&#8230;</b></a></li>
<li><a rel="nofollow" href='http://www.tutsrus.com/goto/Greece_Tourist_Information_Guide_Christian_Little/138/4'>Greece : Tourist Information <b>Guide</b> | Christian Little</a></li>
<li><a rel="nofollow" href='http://www.tutsrus.com/goto/Karoshi_Ethos_Smarty_base_href_Modifier/138/5'>Karoshi Ethos » Smarty base <b>href</b> Modifier</a></li>
<li><a rel="nofollow" href='http://www.tutsrus.com/goto/Diabolical_Masquerade_Nightwork_1998_Re_release_2007_/138/6'>Diabolical Masquerade – Nightwork (1998) Re-release 2007 <b>&#8230;</b></a></li>
<li><a rel="nofollow" href='http://www.tutsrus.com/goto/Watch_Denmark_Vs_Germany_Online_FootyBlog_net/138/7'>Watch Denmark Vs Germany <b>Online</b> | FootyBlog.net</a></li>
<li><a rel="nofollow" href='http://www.tutsrus.com/goto/Soccer_World_Cup_2010_Travel_Guide_eBook_to_South_Africa_Fifa_/138/8'>Soccer World Cup 2010 Travel <b>Guide</b> eBook to South Africa | Fifa <b>&#8230;</b></a></li>
<li><a rel="nofollow" href='http://www.tutsrus.com/goto/Government_Fears_Bungled_Crisis_Might_Traumatize_Children_The_/138/9'>Government Fears Bungled Crisis Might Traumatize <b>Children</b> | The <b>&#8230;</b></a></li>
<li><a rel="nofollow" href='http://www.tutsrus.com/goto/President_hmuah_dan_tur_rel_ZawlaiDi/138/10'>President hmuah dan tur <b>rel</b> « ZawlaiDi</a></li>
<li><a rel="nofollow" href='http://www.tutsrus.com/goto/The_Watoto_Children_39_s_Choir_visited_Yahoo_Singapore_and_sang_us_a_/138/11'>The Watoto <b>Children&#39;s</b> Choir visited Yahoo! Singapore and sang us a <b>&#8230;</b></a></li>
<li><a rel="nofollow" href='http://www.tutsrus.com/goto/Heartea_Interactive_Beverage_Mug_by_Sangmin_Bae_ID_IM_Design_Lab_/138/12'>Heartea <b>Interactive</b> Beverage Mug by Sangmin Bae, ID+IM Design Lab <b>&#8230;</b></a></li>
<li><a rel="nofollow" href='http://www.tutsrus.com/goto/All_My_Children_WEDNESDAY_AUG_11_Video_US_Post_Today_/138/13'>All My <b>Children</b> WEDNESDAY AUG 11 Video | US Post Today.</a></li>
<li><a rel="nofollow" href='http://www.tutsrus.com/goto/US_ex_rel_Lemmon_v_Envirocare_of_Utah_Inc_No_09_4079/138/14'>US ex <b>rel</b>. Lemmon v. Envirocare of Utah, Inc., No. 09-4079</a></li>
<li><a rel="nofollow" href='http://www.tutsrus.com/goto/NoFollow_Importance_The_IT_Chronicle/138/15'><b>NoFollow</b> Importance | The IT Chronicle</a></li>
<li><a rel="nofollow" href='http://www.tutsrus.com/goto/How_To_Find_Coupon_Codes_Online/138/16'>How To Find Coupon Codes <b>Online</b></a></li>
<li><a rel="nofollow" href='http://www.tutsrus.com/goto/_lt_a_href_quot_http_www_thebaseballopinion_com_quot_gt_lt_img_src_quot_http_www_/138/17'>&lt;a <b>href</b>=&quot;http://www.thebaseballopinion.com/&quot;&gt;&lt;img src=&quot;http://www <b>&#8230;</b></a></li>
<li><a rel="nofollow" href='http://www.tutsrus.com/goto/_lt_a_href_quot_http_www_thebaseballopinion_com_quot_gt_lt_img_src_quot_http_www_/138/18'>&lt;a <b>href</b>=&quot;http://www.thebaseballopinion.com/&quot;&gt;&lt;img src=&quot;http://www <b>&#8230;</b></a></li>
<li><a rel="nofollow" href='http://www.tutsrus.com/goto/_lt_a_href_quot_http_www_thebaseballopinion_com_quot_gt_lt_img_src_quot_http_www_/138/19'>&lt;a <b>href</b>=&quot;http://www.thebaseballopinion.com/&quot;&gt;&lt;img src=&quot;http://www <b>&#8230;</b></a></li>
<li><a rel="nofollow" href='http://www.tutsrus.com/goto/_lt_a_href_quot_http_www_thebaseballopinion_com_quot_gt_lt_img_src_quot_http_www_/138/20'>&lt;a <b>href</b>=&quot;http://www.thebaseballopinion.com/&quot;&gt;&lt;img src=&quot;http://www <b>&#8230;</b></a></li>
<li><a rel="nofollow" href='http://www.tutsrus.com/goto/In_Defense_of_Having_Children_The_Awl/138/21'>In Defense of Having <b>Children</b> &#8211; The Awl</a></li>
<li><a rel="nofollow" href='http://www.tutsrus.com/goto/Sports_Illustrated_Rugby_Argentina_Prep_For_The_Rugby_World_Cup/138/22'>Sports <b>Illustrated</b> | Rugby | Argentina Prep For The Rugby World Cup</a></li>
</ul>
<p><!-- pingbacker_end --></p>
]]></content:encoded>
			<wfw:commentRss>http://www.tutsrus.com/books-from-oz-childrens-illustrated-interactive-online-stories.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Free Online Resources For Photoshop Tutorials</title>
		<link>http://www.tutsrus.com/free-online-resources-for-photoshop-tutorials.html</link>
		<comments>http://www.tutsrus.com/free-online-resources-for-photoshop-tutorials.html#comments</comments>
		<pubDate>Sat, 12 Jun 2010 02:40:11 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Vector Tutorials]]></category>
		<category><![CDATA[Free]]></category>
		<category><![CDATA[Online]]></category>
		<category><![CDATA[Photoshop]]></category>
		<category><![CDATA[Resources]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[by jellywatson Free Online Resources For Photoshop Tutorials Photoshopping is more than just a neologism. It has become an industry all on its own. From doctored pictures to special effects to stunning works of art, Photoshop has let itself be known and while there have been many imitators, Photoshop remains the premier image editing software [...]]]></description>
			<content:encoded><![CDATA[<div style="float:left;margin:5px;font-size:80%;"><img alt="vector tutorials" src="http://farm3.static.flickr.com/2184/2246368218_ca0980e630_m.jpg" width="160"/><br/> by <a rel="nofollow" href="http://www.tutsrus.com/goto/jellywatson/7/1">jellywatson</a></div>
<p><strong>Free Online Resources For Photoshop Tutorials</strong></p>
<p>Photoshopping is more than just a neologism.  It has become an industry all on its own.  From doctored pictures to special effects to stunning works of art, Photoshop has let itself be known and while there have been many imitators, Photoshop remains the premier image editing software trusted by millions.  If you want to get into the action, learn Photoshop using free tutorials online.  Here&#8217;s how:</p>
<p>&#13;Free online tutorials<br />&#13;Go to the main men themselves at <a rel="nofollow" rel="nofollow" onclick="javascript:pageTracker._trackPageview('/outgoing/article_exit_link');" href="http://www.tutsrus.com/goto/http_Adobe_com/7/2" title="http://Adobe.com" target="_blank">http://Adobe.com</a>.  Photoshop is one of Adobe&#8217;s most recognizable and popular products other than Adobe Acrobat.  This is also the site you should go to if you want to learn more about the features and functions offered with every Photoshop version.  Every time a new version comes out, <a rel="nofollow" rel="nofollow" onclick="javascript:pageTracker._trackPageview('/outgoing/article_exit_link');" href="http://www.tutsrus.com/goto/http_Adobe_com/7/3" title="http://Adobe.com" target="_blank">http://Adobe.com</a> not only publishes valuable information about it, they also update their tutorials page.</p>
<p>&#13;Simply go to this page and find the tutorials appropriate for your particular Photoshop version.  This is a veritable fiesta of free Photoshop tutorials, offered buffet-style.  Simply pick which ones interest you and start learning.  However, if you&#8217;ve never used Photoshop before, take advantage of the free tutorials and spend some time with the basics.  You&#8217;ll be glad you did, especially later when you&#8217;ll be taking up the more advanced lessons.</p>
<p>&#13;Adobe.com has enough free Photoshop tutorials to keep you busy, but there are other sites you can check out for other tricks.  Check out <a rel="nofollow" rel="nofollow" onclick="javascript:pageTracker._trackPageview('/outgoing/article_exit_link');" href="http://www.tutsrus.com/goto/http_Tutorialized_com/7/4" title="http://Tutorialized.com" target="_blank">http://Tutorialized.com</a>.  This is a site that provides free tutorials for every sort of lesson you&#8217;ve been dreaming about.  They have nearly 6,000 free Photoshop tutorials that will let you in on the secrets to creating spectacular digital art and amazing special effects.  </p>
<p>&#13;You can click on any of the 19 categories to choose what you want to learn or check out the newest offerings recommended on the site.  You can also get in touch with other Photoshop users through the site by joining the discussion forum.  If there is a Photoshop problem you can&#8217;t seem to solve, you can ask any of the users online or post a message to get an answer to your inquiry.</p>
<p>&#13;Another site worth checking is <a rel="nofollow" rel="nofollow" onclick="javascript:pageTracker._trackPageview('/outgoing/article_exit_link');" href="http://www.tutsrus.com/goto/http_IntelligentEdu_com/7/5" title="http://IntelligentEdu.com" target="_blank">http://IntelligentEdu.com</a>.  If you have a specific Photoshop tutorial in mind, try using this site, a free training blog for various software such as Photoshop, Dreamweaver, FrontPage, Flash and other Adobe Macromedia applications.  It&#8217;s also a great resource page for books on various computer subjects.</p>
<p>&#13;Go to <a rel="nofollow" rel="nofollow" onclick="javascript:pageTracker._trackPageview('/outgoing/article_exit_link');" href="http://www.tutsrus.com/goto/http_SketchPad_net/7/6" title="http://SketchPad.net" target="_blank">http://SketchPad.net</a>.  The free tutorials are outlined on the page, allowing you to choose from the most basic features to the most advanced.  Learn about paths, custom textures, layers and effects in simple and clear instructions.  You can also jump forward to the free photo-retouching tutorials or learn the vector principle through their tutorials on the special Photoshop project.</p>
<p>&#13;Another site that offers great Photoshop tutorials for free is <a rel="nofollow" rel="nofollow" onclick="javascript:pageTracker._trackPageview('/outgoing/article_exit_link');" href="http://www.tutsrus.com/goto/http_PhotoshopTutorials_com/7/7" title="http://PhotoshopTutorials.com" target="_blank">http://PhotoshopTutorials.com</a>.  This is actually a directory that offers a listing of quality Photoshop lessons, although there are some really great sample tutorials you can try from the site, courtesy of other sites such as <a rel="nofollow" rel="nofollow" onclick="javascript:pageTracker._trackPageview('/outgoing/article_exit_link');" href="http://www.tutsrus.com/goto/http_NewTutorials_com/7/8" title="http://NewTutorials.com" target="_blank">http://NewTutorials.com</a>, <a rel="nofollow" rel="nofollow" onclick="javascript:pageTracker._trackPageview('/outgoing/article_exit_link');" href="http://www.tutsrus.com/goto/http_Depiction_Net/7/9" title="http://Depiction.Net" target="_blank">http://Depiction.Net</a> and <a rel="nofollow" rel="nofollow" onclick="javascript:pageTracker._trackPageview('/outgoing/article_exit_link');" href="http://www.tutsrus.com/goto/http_PhotoshopLab_com/7/10" title="http://PhotoshopLab.com" target="_blank">http://PhotoshopLab.com</a>.  Simply click on the link to Adobe Photoshop Tutorials to access the page or start with the featured tutorials immediately.  You might want to explore a little bit, though because the site has a lot to offer.</p>
<p>&#13;Looking for free Photoshop tutorials are not that difficult because there are literally tens of thousands you can use online, not to mention the dozens of tutorials offered through CDs and DVDs.  If you want to learn Photoshop, start now and check out the sites.  The earlier you learn, the faster you&#8217;ll be able to use Photoshop with confidence.</p>
<div>
<p>Mario Churchill is a freelance author and has written over 200 articles on various subjects.  For a <a rel="nofollow" rel="nofollow" onclick="javascript:pageTracker._trackPageview('/outgoing/article_exit_link');" href="http://www.tutsrus.com/goto/free_photo_shop_tutorial/7/11">free photo shop tutorial</a> and or to purchase a video <a rel="nofollow" rel="nofollow" onclick="javascript:pageTracker._trackPageview('/outgoing/article_exit_link');" href="http://www.tutsrus.com/goto/photo_shop_tutorial/7/12">photo shop tutorial</a> checkout his website.</p>
</div>
<p><!-- pingbacker_start --><br />
<h4>Related Blogs</h4>
<ul class="pc_pingback">
<li><a rel="nofollow" href="http://www.tutsrus.com/goto/This_Week_in_Review_A_mobile_aggregation_dustup_journalists_and_/7/13">This Week in Review: A mobile aggregation dustup, journalists and <b>&#8230;</b></a></li>
<li><a rel="nofollow" href="http://www.tutsrus.com/goto/NoFollow_Link_Checker_Free_Download_Soft/7/14">NoFollow <b>Link</b> Checker « Free Download Soft</a></li>
<li><a rel="nofollow" href="http://www.tutsrus.com/goto/Rel_Power_agrees_to_acquire_three_coal_mines_of_Sugico_Group_/7/15"><b>Rel</b> Power agrees to acquire three coal mines of Sugico Group <b>&#8230;</b></a></li>
<li><a rel="nofollow" href="http://www.tutsrus.com/goto/Highlights_Safari_JavaScript_Alza_5_Show_Browser_Default/7/16">Highlights: Safari <b>JavaScript</b> Alza 5 Show | Browser Default</a></li>
<li><a rel="nofollow" href="http://www.tutsrus.com/goto/Black_Jewelry_A_Fashion_39_Do_39_/7/17">Black Jewelry: A Fashion &#39;Do&#39;</a></li>
<li><a rel="nofollow" href="http://www.tutsrus.com/goto/Nofollow_Outbound_Hyperlinks_To_Gain_Greater_Page_Rank_Publisher_/7/18"><b>Nofollow</b> Outbound Hyperlinks To Gain Greater Page Rank | Publisher <b>&#8230;</b></a></li>
<li><a rel="nofollow" href="http://www.tutsrus.com/goto/Life_Styles_The_Power_Of_The_nofollow_Tag/7/19">Life Styles » The Power Of The <b>nofollow</b> Tag</a></li>
<li><a rel="nofollow" href="http://www.tutsrus.com/goto/Dr_ATM_Your_ATM_Treatment_Options_invisalign_braces_IT_Jobs_/7/20">Dr. ATM – Your ATM Treatment Options – invisalign braces | IT Jobs <b>&#8230;</b></a></li>
<li><a rel="nofollow" href="http://www.tutsrus.com/goto/Betting_Hockey_Coaching_Club_Florida_Panthers_Blackhawks_/7/21">Betting Hockey Coaching Club » Florida Panthers: Blackhawks <b>&#8230;</b></a></li>
<li><a rel="nofollow" href="http://www.tutsrus.com/goto/Betting_Hockey_Coaching_Club_http_bit_ly_a5cXsz_new_york_rangers/7/22">Betting Hockey Coaching Club » http://bit.ly/a5cXsz new york rangers</a></li>
<li><a rel="nofollow" href="http://www.tutsrus.com/goto/Betting_Hockey_Coaching_Club_Awesome_for_Chicago_Someday_we_/7/23">Betting Hockey Coaching Club » Awesome for Chicago! Someday, we <b>&#8230;</b></a></li>
<li><a rel="nofollow" href="http://www.tutsrus.com/goto/Tampa_Bay_Lightning_add_Pat_Verbeek_to_Pro_Scouting_Staff_http_/7/24">Tampa Bay Lightning add Pat Verbeek to Pro Scouting Staff http <b>&#8230;</b></a></li>
<li><a rel="nofollow" href="http://www.tutsrus.com/goto/SB_Nation_Detroit_is_a_go_http_ffd_me_a9EQFC_redwings/7/25">SB Nation Detroit is a go! http://ffd.me/a9EQFC #redwings</a></li>
<li><a rel="nofollow" href="http://www.tutsrus.com/goto/Betting_Hockey_Coaching_Club_Senators_Spezza_trade_talk_could_/7/26">Betting Hockey Coaching Club » #Senators Spezza trade talk could <b>&#8230;</b></a></li>
<li><a rel="nofollow" href="http://www.tutsrus.com/goto/NHL_jerseys_Minnesota_Wild_10_GABORIK_white_http_surl_name_2ph7_/7/27">NHL jerseys Minnesota Wild 10# GABORIK white http://surl.name/2ph7 <b>&#8230;</b></a></li>
<li><a rel="nofollow" href="http://www.tutsrus.com/goto/SeeIT_Consult_Blog_Archive_PHP_The_include_include_once_/7/28">SeeIT Consult » Blog Archive » PHP: The include() include_once <b>&#8230;</b></a></li>
<li><a rel="nofollow" href="http://www.tutsrus.com/goto/Can_Technology_Forge_a_New_Rel_arkarthick_39_s_TwitLog/7/29">Can Technology Forge a New <b>Rel</b>… » @arkarthick&#39;s TwitLog</a></li>
<li><a rel="nofollow" href="http://www.tutsrus.com/goto/REL_Stapleton_REL100020_Foldable_Topside_Creeper_Retail_392_57_/7/30"><b>REL</b> Stapleton REL100020 Foldable Topside Creeper-Retail $392.57 <b>&#8230;</b></a></li>
<li><a rel="nofollow" href="http://www.tutsrus.com/goto/JavaScript_Ticking_Clock_Xhanch_Studio/7/31"><b>JavaScript</b> – Ticking Clock | Xhanch Studio</a></li>
<li><a rel="nofollow" href="http://www.tutsrus.com/goto/Photoshop_Beginners_Video_Tutorials_Webmaster_9/7/32"><b>Photoshop</b> Beginners Video Tutorials | Webmaster 9</a></li>
</ul>
<p><!-- pingbacker_end --></p>
]]></content:encoded>
			<wfw:commentRss>http://www.tutsrus.com/free-online-resources-for-photoshop-tutorials.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

