<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0"><channel><title>Pro Blog Design</title> <link>http://www.problogdesign.com</link> <description>Advice for blog owners and designers on making a more attractive, usable and ultimately profitable blog.</description> <lastBuildDate>Mon, 15 Mar 2010 16:00:40 +0000</lastBuildDate> <generator>http://wordpress.org/?v=2.9.2</generator> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/ProBlogDesign" /><feedburner:info uri="problogdesign" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:emailServiceId>ProBlogDesign</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><feedburner:feedFlare href="http://add.my.yahoo.com/rss?url=http%3A%2F%2Ffeeds.feedburner.com%2FProBlogDesign" src="http://us.i1.yimg.com/us.yimg.com/i/us/my/addtomyyahoo4.gif">Subscribe with My Yahoo!</feedburner:feedFlare><feedburner:feedFlare href="http://www.newsgator.com/ngs/subscriber/subext.aspx?url=http%3A%2F%2Ffeeds.feedburner.com%2FProBlogDesign" src="http://www.newsgator.com/images/ngsub1.gif">Subscribe with NewsGator</feedburner:feedFlare><feedburner:feedFlare href="http://feeds.my.aol.com/add.jsp?url=http%3A%2F%2Ffeeds.feedburner.com%2FProBlogDesign" src="http://o.aolcdn.com/favorites.my.aol.com/webmaster/ffclient/webroot/locale/en-US/images/myAOLButtonSmall.gif">Subscribe with My AOL</feedburner:feedFlare><feedburner:feedFlare href="http://www.bloglines.com/sub/http://feeds.feedburner.com/ProBlogDesign" src="http://www.bloglines.com/images/sub_modern11.gif">Subscribe with Bloglines</feedburner:feedFlare><feedburner:feedFlare href="http://www.netvibes.com/subscribe.php?url=http%3A%2F%2Ffeeds.feedburner.com%2FProBlogDesign" src="http://www.netvibes.com/img/add2netvibes.gif">Subscribe with Netvibes</feedburner:feedFlare><feedburner:feedFlare href="http://fusion.google.com/add?feedurl=http%3A%2F%2Ffeeds.feedburner.com%2FProBlogDesign" src="http://buttons.googlesyndication.com/fusion/add.gif">Subscribe with Google</feedburner:feedFlare><feedburner:feedFlare href="http://www.pageflakes.com/subscribe.aspx?url=http%3A%2F%2Ffeeds.feedburner.com%2FProBlogDesign" src="http://www.pageflakes.com/ImageFile.ashx?instanceId=Static_4&amp;fileName=ATP_blu_91x17.gif">Subscribe with Pageflakes</feedburner:feedFlare><feedburner:browserFriendly>Thanks for looking here. It's free to subscribe to my feed and it means that each time I write a post, it will be sent straight to you. You'll be a WordPress and web design pro in no time! (Well, if you aren't already! ;) )</feedburner:browserFriendly><item><title>Get to Know the WordPress Hierarchy</title><link>http://feedproxy.google.com/~r/ProBlogDesign/~3/ykKe4-Og9To/</link> <comments>http://www.problogdesign.com/wordpress/wordpress-template-heirarchy-conditional-statements/#comments</comments> <pubDate>Mon, 15 Mar 2010 16:00:40 +0000</pubDate> <dc:creator>Angie Bowen</dc:creator> <category><![CDATA[WordPress]]></category> <category><![CDATA[Beginner]]></category> <category><![CDATA[Page Templates]]></category> <category><![CDATA[Resources]]></category> <category><![CDATA[Themes]]></category><guid isPermaLink="false">http://www.problogdesign.com/?p=4625</guid> <description><![CDATA[<img
src="http://www.problogdesign.com/wp-content/uploads/2010/02/header5.jpg" alt="" title="header" width="560" height="145" class="alignnone size-full wp-image-4631" /><p>WordPress&#8217;s popularity and usefulness as a multi-purpose content management system, continues to grow, and the more people flock to using this CMS the more an <strong>understanding of some of the basics</strong> of how it operates becomes necessary.In that vein, I have put together this post that examines the <strong>WordPress template hierarchy</strong> and the use of conditional statements. Technically you only need two files for a WordPress theme to work, index.php and style.css.</p>]]></description> <content:encoded><![CDATA[<p><img
src="http://www.problogdesign.com/wp-content/uploads/2010/02/header5.jpg"  alt=""  title="header"  width="560"  height="145"  class="alignnone size-full wp-image-4631" /></p><p>WordPress&#8217;s popularity and usefulness as a multi-purpose content management system, continues to grow, and the more people flock to using this CMS the more an <strong>understanding of some of the basics</strong> of how it operates becomes necessary.</p><p>In that vein, I have put together this post that examines the <strong>WordPress template hierarchy</strong> and the use of conditional statements. Technically you only need two files for a WordPress theme to work, index.php and style.css.</p><p>However, if you would like to make your theme a bit more unique and have some variance in the way <strong>different content is presented</strong>, you will want to use some other template pages. Now this is where the hierarchy comes into play, because WordPress runs off a Template Hierarchy.</p><p>What this means is that it will automatically look for a particular file when retrieving a page in the active theme directory. If, for whatever reason, it <strong>cannot find that file</strong>, WordPress will then look for the next filename in the hierarchy and so on until it finds a match.</p><p>Below I will go over different additions that can be made, that will not only add to the complexity of the overall site, but each one will also impact the site&#8217;s hierarchy. With each entry below, I will tell the <strong>benefits of having that particular template</strong> page as part of your site and how each will alter the hierarchical structure of your WordPress theme.</p><h3>Home</h3><p>Establishing a home.php file will give you a custom home page for your WordPress site that varies from your index. This could also be accomplished with conditional tags but I only recommend that for minor changes from the original index.php page to keep size and complexity to a minimum. So if you plan to have <strong>major changes in the home page</strong> for your site, then adding a home.php is the route to pursue.</p><h4>The Hierarchy</h4><ol><li>home.php</li><li>index.php</li></ol><h3>Single</h3><p>Given that a good number of WordPress installs are used for blogs, you will most likely have a single.php template for your individual posts. This will allow the <strong>posts on the blog</strong> to have a distinctively different set-up than the other pages on the site, as well as allowing a section for comments.</p><h4>The Hierarchy</h4><ol><li>single.php</li><li>index.php</li></ol><h3>Archive</h3><p>This addition to the template pages effects several other hierarchies for the site. Archive.php controls the presentation of your archived data, such as<strong> categories, tags, dates &#038; authors</strong>. The addition of an archive.php will be called upon in the absence of the next few template pages that are discussed. Adding this to your templates aids the users in finding the content that is generated for the website with ease.</p><h4>The Hierarchy</h4><ol><li>archive.php</li><li>index.php</li></ol><h3>Category</h3><p>This is a great template to add to your site for the benefit of your user&#8217;s and for more specific site and content navigation. You can also go even further and set up a <strong>specific look for each individual category</strong> that you have your site&#8217;s content divided into by creating a category-id.php. Also know that any -id.php template will take top hierarchical priority if it is included.</p><h4>The Hierarchy</h4><ol><li>category-id.php</li><li>category.php</li><li>archive.php</li><li>index.php</li></ol><h3>Tag</h3><p>Some users in the blog design community opt to focus more on tags rather than categories for separating and organizing the content for the site. If this is the case for the WordPress site you are designing, then you will want to include the tag.php template. And once again, you have an option to <strong>style each tag individually</strong> by adding the tag-id.php template.</p><h4>The Hierarchy</h4><ol><li>tag-id.php</li><li>tag.php</li><li>archive.php</li><li>index.php</li></ol><h3>Author</h3><p>If you are designing a blog that is going to have multiple authors contributing, then you can add an author.php template to allow site users to search the site by the authors. You also have the option of adding an author-id.php template if you would like to <strong>style each author&#8217;s page</strong> for that specific author for a more personal feel. Say altering the colors specifically for that author, or however you choose for their page to stand out from the others, you can do that with this template.</p><h4>The Hierarchy</h4><ol><li>author-id.php</li><li>author.php</li><li>archive.php</li><li>index.php</li></ol><h3>Date</h3><p>Another searchable content element that you can add to the site for the sake of your user&#8217;s navigation is allowing them to browse your content by the date that it was published on the blog. <strong>If this is needed</strong> for your WordPress site, simply add a date.php template to allow this functionality.</p><h4>The Hierarchy</h4><ol><li>date.php</li><li>archive.php</li><li>index.php</li></ol><h3>Search</h3><p>Whenever a user searches your site, you can set up a search.php template to control the way that the site <strong>delivers the search results</strong> to the content seeker. Style it differently than the other templates on the site for a unique delivery and presentation to make it stand out.</p><p>This isn&#8217;t required and a lot of sites leave it out, but it can always be a nice stylish touch for the site. The default search results from an index.php file look nothing like what a user would expect from a search page!</p><h4>The Hierarchy</h4><ol><li>search.php</li><li>index.php</li></ol><h3>404</h3><p>Style-matching, helpful 404 error pages are an extremely popular way to manage user navigation <strong>when errors occur</strong>. This helps to ensure that the user who has gotten lost in the site does not necessarily leave out of frustration.</p><p>Simply add the 404.php template to make this possible for the client. Here are some ideas to get you started with <a
href="http://www.problogdesign.com/inspiration/35-most-creative-404-pages-around/" >404 pages</a>.</p><h4>The Hierarchy</h4><ol><li>404.php</li><li>index.php</li></ol><h3>Page</h3><p>In order for your site to have multiple pages &#40;i.e. about, contact, etc.&#41; which most will, you need to add the page.php template. Again, this is an area where you can actually individually set up your pages with a page-id.php template addition.</p><p>Pages can also have <strong>custom templates</strong>, the most common use for custom templates is an archives.php page &#40;not to be confused with archive.php. You can read more on how to <a
href="http://www.problogdesign.com/how-to/creating-helpful-and-effective-wordpress-archives/" >create a great archives.php file here</a>.</p><p>To create a custom template simply <strong>place this at the top</strong> of the pagename.php file, where &#8216;pagename&#8217; is whatever name you have chosen.</p><pre>
<?php
/*
Template Name: pagename
*/
?>
</pre><h4>The Hierarchy</h4><ol><li>custom.php</li><li>page-id.php</li><li>page.php</li><li>index.php</li></ol><h3>Conditional Tags</h3><p>Conditional Tags are another tool at the coder&#8217;s disposal when assembling the WordPress framework you are putting together for your client. With conditional tags you can tell WP to <strong>only present content if a certain page is being displayed</strong>.</p><p>For example, is-home() is a conditional tag telling WordPress to only display the selected content on the home page. If this is in your index.php file, that content will <strong>only be shown on the home page</strong> and not any other pages that default to index.php.</p><p>The following is an example of a conditional statement.</p><pre>
if (is_home()) {
   echo 'Welcome to my blog, I hope you enjoy what you read here!';
}
</pre><p>Conditional tags are best used when you only want a <strong>minor variation</strong> for certain content types, e.g. if you just wanted to display the words &quot;Search Results&quot; at the top of your search pages, you could just add a conditional tag to the index.php file. That way if you update something in the index.php file, you don&#8217;t need to worry about updating the search.php file as well.</p><p>For larger changes though, <strong>conditional comments get messy</strong> and you&#8217;ll find template files make things easier to manage!</p><p>There are a variety of different conditional tags and tons of uses for each. For a complete list and description of each see the <a
href="http://codex.wordpress.org/Conditional_Tags" >WP Codex Conditional Tags Entry</a></p><h3>The Visual</h3><p><img
src="http://www.problogdesign.com/wp-content/uploads/2010/02/WP_Hierarchy.jpg"  alt=""  title="WP_Hierarchy"  width="560"  height="378"  class="alignnone size-full wp-image-4632" /><br/> <a
href="http://www.problogdesign.com/wp-content/uploads/2010/02/WP_Hierarchy.pdf" >Download the PDF</a></p><h3>Your Turn</h3><p>That concludes my look at WP hierarchies, but I would love to hear your thoughts and suggestions in the comment section below on any areas that you need further clarification or that you would do a little bit differently.</p> <img src="http://feeds.feedburner.com/~r/ProBlogDesign/~4/ykKe4-Og9To" height="1" width="1"/>]]></content:encoded> <wfw:commentRss>http://www.problogdesign.com/wordpress/wordpress-template-heirarchy-conditional-statements/feed/</wfw:commentRss> <slash:comments>0</slash:comments> <feedburner:origLink>http://www.problogdesign.com/wordpress/wordpress-template-heirarchy-conditional-statements/</feedburner:origLink></item> <item><title>Automatic Amazon s3 Backups on Ubuntu / Debian</title><link>http://feedproxy.google.com/~r/ProBlogDesign/~3/Y8_QMfLIAM0/</link> <comments>http://www.problogdesign.com/how-to/automatic-amazon-s3-backups-on-ubuntu-debian/#comments</comments> <pubDate>Thu, 11 Mar 2010 17:00:00 +0000</pubDate> <dc:creator>Michael Martin</dc:creator> <category><![CDATA[How Do I...?]]></category> <category><![CDATA[Amazon s3]]></category> <category><![CDATA[Backup]]></category> <category><![CDATA[Database]]></category> <category><![CDATA[Duplicity]]></category> <category><![CDATA[Server]]></category> <category><![CDATA[Ubuntu]]></category> <category><![CDATA[VPS]]></category><guid isPermaLink="false">http://www.problogdesign.com/how-to/automatic-amazon-s3-backups-on-ubuntu-debian/</guid> <description><![CDATA[<p><img
style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="Amazon s3 Backup on Ubuntu Server" border="0" alt="Amazon s3 Backup on Ubuntu Server" src="http://www.problogdesign.com/wp-content/uploads/2010/03/backups.jpg" width="560" height="145" /></p><p>VPS (Virtual Private Server) hosting is the next level up from shared hosting. You get a lot more server usage for each of your dollars, but the catch is that you <strong>lose all of the easiness of shared hosting</strong>.</p><p>One of the most important things you need to set up with your VPS is <strong>automatic backups</strong>. If your VPS crashes and your data is lost, your entire blogging history will be wiped out in an instant if you don’t have backups at the ready.</p>]]></description> <content:encoded><![CDATA[<p><img
border="0"  style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px"  title="Amazon s3 Backup on Ubuntu Server"  alt="Amazon s3 Backup on Ubuntu Server"  src="http://www.problogdesign.com/wp-content/uploads/2010/03/backups.jpg"  width="560"  height="145" /></p><p>VPS (Virtual Private Server) hosting is the next level up from shared hosting. You get a lot more server usage for each of your dollars, but the catch is that you <strong>lose all of the easiness of shared hosting</strong>.</p><p>One of the most important things you need to set up with your VPS is <strong>automatic backups</strong>. If your VPS crashes and your data is lost, your entire blogging history will be wiped out in an instant if you don’t have backups at the ready.</p><p>This article isn’t going to be for everyone, it assumes two things:</p><ul><li>You’ve <strong>already set up</strong> your VPS (If you’re on shared hosting, have a look at this <a
href="http://www.problogdesign.com/wordpress/the-perfect-hands-free-database-backup/"  target="_blank" >automatic database backup</a> post instead).</li><li>You’re comfortable with the <strong>command line</strong> (If you didn’t set up your VPS yourself, I highly recommend you don’t fiddle around with anything here unless you’re certain of what you’re doing!)</li></ul><p>The last thing to note is that I’ve done all of this on Ubuntu, though it should have no trouble with Debian either. The software I use is all <strong>compatible with other Linux distros</strong> though, but I haven’t used them so you may need to adapt certain steps.</p><p>If both of those are okay with you though, let’s carry on and set up our ideal backup system!</p><h2>An Overview of Our Setup</h2><p>Let’s start by taking a step back and getting a plan of how our backup system will work.</p><ul><li>Every day, at a time you set, the backup process begins.</li><li>First, a <strong>backup of your database</strong> will be taken and saved on the server.</li><li>Next, the database program will connect to your <strong>Amazon s3 account</strong>, and make a full backup of your site if needs be.</li><li>Alternatively, it will only backup the changes from yesterday’s backup (i.e. an <strong>incremental backup</strong>).</li><li>Before sending out the backups, all of your files will be <strong>encrypted</strong> so that no-one but you will be able to read them.</li></ul><p>In pictorial form:</p><p><img
border="0"  style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px"  title="Automatic Backup to s3"  alt="Automatic Backup to s3"  src="http://www.problogdesign.com/wp-content/uploads/2010/03/overview.jpg"  width="560"  height="290" /></p><p>One thing to note is that we will work through this as though we are backing up just one site. You can of course <strong>apply this to as many sites</strong>, databases, and directories on your server as you like.</p><h2>Step 1 – Set Up Encryption</h2><p>To set this up, we’ll actually be <strong>working backwards</strong> through the steps above (So you’ll be able to test each one before moving to the next).</p><p>The encryption tool we’ll use is called <a
href="http://www.gnupg.org/"  target="_blank" >GPG</a> (Gnu Privacy Guard). GPG works by creating two key files:</p><ul><li><strong>Public key</strong> – Used to encrypt your data. It doesn’t matter who sees this.</li><li><strong>Private key</strong> – Used to decrypt your data. This file must be kept safe and only seen by you.</li></ul><p>The two files it creates are essentially <strong>a pair</strong>. Files encrypted by a public key can only be decrypted by the corresponding secret key. If you lose your private key, you <strong>will not get your files back</strong>, ever.</p><p>So, let’s get to it!</p><ul><li>In your command line (e.g. Putty on Windows, or terminal on Linux/Mac), type the following:</li></ul><div
class="wp_syntax" ><div
class="code" ><pre class="bash"  style="font-family:monospace;" >gpg <span style="color: #660033;" >--gen-key</span></pre></div></div></p><p>You’ll be walked through a few options for your key, select the following:</p><ul><li><strong>Key type</strong> – DSA and Elgamal (Default)</li><li><strong>Key size</strong> – 2048 bits (Again, the default)</li><li><strong>Expiration </strong>– Do not expire (Not necessary for what we’re doing as you won’t be sharing the public key with anyone).</li><li><strong>Name, Comment and Email</strong> – You can enter whatever you like here, but do take a note of them somewhere. They’ll help you remember which key is which if you create multiple keys later.</li><li><strong>Password</strong> – Make sure you remember whatever you type, there’s no way to get it back if you forget!</li><li>When it talks about “<strong>generating entropy</strong>” to make the key, it means that the server needs to be in use in order for it to get some random numbers. Just go refresh a webpage on the server a few times, or run some commands in another terminal window.</li></ul><p>When your key is made, you’ll see a few lines about it. The important one looks like this:</p></p><div
class="wp_syntax" ><div
class="code" ><pre class="bash"  style="font-family:monospace;" >pub   2048D<span style="color: #000000; font-weight: bold;" >/</span>3514FEC1 <span style="color: #000000;" >2010</span>-03-05</pre></div></div></p><p>The 3514FEC1 is the part you need. That&#8217;s your <strong>key ID</strong>, and you&#8217;ll need it for later!</p><p>If you do end up forgetting your key ID though, it’s easy enough to <strong>get that back</strong>. Just type:</p></p><div
class="wp_syntax" ><div
class="code" ><pre class="bash"  style="font-family:monospace;" >gpg <span style="color: #660033;" >--list-keys</span></pre></div></div></p><p>That’s our encryption set up and ready to use! If you’d like to learn more about what all you can do with GPG key, have a look at this <a
href="http://www.madboa.com/geek/gpg-quickstart/"  target="_blank" >GPG quick start guide</a>.</p><h2>Step 2- Sign up for Amazon s3</h2><p>I should start by saying that while s3 is not a free service, it&#8217;s incredibly inexpensive! My bill <strong>for the last month was $2.60</strong>, and that was with backing up a lot more than just this site! It&#8217;s the cheapest peace-of-mind ever.</p><p>Start off by signing up at <a
href="http://aws.amazon.com/"  target="_blank" >Amazon Web Services</a> (Not linked to your regular Amazon account). They have a few different services, but the only one we want at the minute is s3&#160; (<strong>Simple Storage Service</strong>).</p><p>When you’ve registered, log in to your account and click the “<strong>Security Credentials</strong>” link.</p><p>On this page, you’ll need to <strong>create a new access key</strong> (You can see the link in the screenshot below). When you’ve made it, take a note of your Access Key and Secret Access Key (click the “Show” link to see the secret one).</p><p><img
border="0"  style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px"  title="Amazon s3 Accounts"  alt="Amazon s3 Accounts"  src="http://www.problogdesign.com/wp-content/uploads/2010/03/amazon.jpg"  width="560"  height="102" /></p><p>If you’re a FireFox user, you should also install the <a
href="https://addons.mozilla.org/en-US/firefox/addon/3247"  target="_blank" >s3Fox plugin</a>. It gives you an extremely easy way of <strong>seeing what’s in your s3 account</strong>, and even uploading/downloading files from it. It’s not essential, but definitely a handy tool!</p><h2>Step 3 – Install Duplicity</h2><p>The backup system is fairly easy to put in place, all thanks to the program we’ll be using; <a
href="http://www.nongnu.org/duplicity/"  target="_blank" >Duplicity</a>.</p><p>Let’s start by installing Duplicity.</p><div
class="wp_syntax" ><div
class="code" ><pre class="bash"  style="font-family:monospace;" ><span style="color: #c20cb9; font-weight: bold;" >sudo</span> <span style="color: #c20cb9; font-weight: bold;" >apt-get</span> <span style="color: #c20cb9; font-weight: bold;" >install</span> duplicity</pre></div></div><p>Now with it installed, we just have to <strong>create a script</strong> that tells it how to run. Duplicity can take a wide range of commands, and you can <a
title="The Duplicity manual."  href="http://www.nongnu.org/duplicity/duplicity.1.html"  target="_blank" >read more about them all here</a>.</p><h2>Step 4 – Our Duplicity Backup Script</h2><p>Here is how we want to set it up:</p><ul><li>Encrypt with our GPG key.</li><li>Backup to an Amazon s3 “bucket” (a bucket on s3 is like a folder).</li><li>Make an incremental backup every day.</li><li>Make a full backup if it’s been more than 2 weeks since our last full backup.</li><li>Remove backups older than one month.</li></ul><p>You can change any of the parameters you like, you’ll see where you can do it.</p><p>With your favorite text editor (I use Nano), create a new file and paste the following into it:</p></p><div
class="wp_syntax" ><div
class="code" ><pre class="bash"  style="font-family:monospace;" ><span style="color: #666666; font-style: italic;" >#!/bin/sh</span>
<span style="color: #7a0874; font-weight: bold;" >export</span> <span style="color: #007800;" >PASSPHRASE</span>=YOUR_GPG_PASSWORD
<span style="color: #7a0874; font-weight: bold;" >export</span> <span style="color: #007800;" >AWS_ACCESS_KEY_ID</span>=YOUR_AMAZON_KEY
<span style="color: #7a0874; font-weight: bold;" >export</span> <span style="color: #007800;" >AWS_SECRET_ACCESS_KEY</span>=YOUR_AMAZON_SECRET_KEY
&nbsp;
<span style="color: #666666; font-style: italic;" ># Delete any older than 1 month</span>
duplicity remove-older-than 1M <span style="color: #660033;" >--encrypt-key</span>=YOUR_GPG_KEY <span style="color: #660033;" >--sign-key</span>=YOUR_GPG_KEY s3+http:<span style="color: #000000; font-weight: bold;" >//</span>BUCKETNAME
&nbsp;
<span style="color: #666666; font-style: italic;" ># Make the regular backup</span>
<span style="color: #666666; font-style: italic;" ># Will be a full backup if past the older-than parameter</span>
duplicity <span style="color: #660033;" >--full-if-older-than</span> 14D <span style="color: #660033;" >--encrypt-key</span>=YOUR_GPG_KEY <span style="color: #660033;" >--sign-key</span>=YOUR_GPG_KEY <span style="color: #000000; font-weight: bold;" >/</span>DIRECTORY<span style="color: #000000; font-weight: bold;" >/</span>TO<span style="color: #000000; font-weight: bold;" >/</span>BACKUP<span style="color: #000000; font-weight: bold;" >/</span> s3+http:<span style="color: #000000; font-weight: bold;" >//</span>BUCKETNAME
&nbsp;
<span style="color: #7a0874; font-weight: bold;" >export</span> <span style="color: #007800;" >PASSPHRASE</span>=
<span style="color: #7a0874; font-weight: bold;" >export</span> <span style="color: #007800;" >AWS_ACCESS_KEY_ID</span>=
<span style="color: #7a0874; font-weight: bold;" >export</span> <span style="color: #007800;" >AWS_SECRET_ACCESS_KEY</span>=</pre></div></div></p><p>You’ll need to <strong>update some info in that script to your details</strong>. They should be self-explanatory. Replace the bit after the = in lines 2-4, the 4 instances of YOUR_GPG_KEY further down the page.</p><p>Also, replace the 2 instances of BUCKETNAME with the name of your <strong>bucket on s3</strong> (Don’t worry if it doesn’t exist yet, Duplicity will create it for you!), and last of all, the /DIRECTORY/TO/BACKUP/ with the folder to backup.</p><p>Now save the script (e.g. backup.sitename.sh), <strong>and run it</strong>. Now if you check your s3Fox plugin, you should see the files (Well, the encrypted version of them).</p><p><img
border="0"  style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px"  title="s3Fox FireFox plugin"  alt="s3Fox FireFox plugin"  src="http://www.problogdesign.com/wp-content/uploads/2010/03/s3fox.jpg"  width="560"  height="145" /></p><h2>Step 5 – A Restore Script</h2><p>It’s not much use backing up your files if you can’t <strong>get them back when you need them</strong>, so we still have to set up our restore script!</p><p>And a warning; do make sure you set this up and test it <strong>now</strong>. If it turns out that you can’t decrypt your backups or any error like that, then it’s too late to discover that come the time you actually need to make a restore!</p></p><div
class="wp_syntax" ><div
class="code" ><pre class="bash"  style="font-family:monospace;" ><span style="color: #666666; font-style: italic;" >#!/bin/sh</span>
<span style="color: #7a0874; font-weight: bold;" >export</span> <span style="color: #007800;" >PASSPHRASE</span>=YOUR_GPG_PASSWORD
<span style="color: #7a0874; font-weight: bold;" >export</span> <span style="color: #007800;" >AWS_ACCESS_KEY_ID</span>=YOUR_AMAZON_KEY
<span style="color: #7a0874; font-weight: bold;" >export</span> <span style="color: #007800;" >AWS_SECRET_ACCESS_KEY</span>=YOUR_AMAZON_SECRET_KEY
&nbsp;
<span style="color: #666666; font-style: italic;" >## Two options for restoring, uncomment and edit the one to use!</span>
<span style="color: #666666; font-style: italic;" >## (to restore everything, just take out the --file-to-restore command and filename)</span>
&nbsp;
<span style="color: #666666; font-style: italic;" ># Restore a single file</span>
<span style="color: #666666; font-style: italic;" ># NOTE - REMEMBER to name the file in both the --file-to-restore and in the location you will restore it to!</span>
<span style="color: #666666; font-style: italic;" ># Also file name (path) is relative to the root of the directory backed up (e.g. pliableweb.com/test is just test)</span>
<span style="color: #666666; font-style: italic;" >#duplicity --file-to-restore FILENAME s3+http://BUCKETNAME /FILE/TO/RESTORE/TO --encrypt-key=YOUR_GPG_KEY --sign-key=YOUR_GPG_KEY -vinfo</span>
&nbsp;
<span style="color: #666666; font-style: italic;" ># Restore a file from a specified day</span>
<span style="color: #666666; font-style: italic;" ># NOTE - Remember to name the file in both locations again!</span>
<span style="color: #666666; font-style: italic;" >#duplicity -t4D --file-to-restore FILENAME s3+http://BUCKETNAME /FILE/TO/RESTORE/TO --encrypt-key=YOUR_GPG_KEY --sign-key=YOUR_GPG_KEY</span>
&nbsp;
<span style="color: #7a0874; font-weight: bold;" >export</span> <span style="color: #007800;" >PASSPHRASE</span>=
<span style="color: #7a0874; font-weight: bold;" >export</span> <span style="color: #007800;" >AWS_ACCESS_KEY_ID</span>=
<span style="color: #7a0874; font-weight: bold;" >export</span> <span style="color: #007800;" >AWS_SECRET_ACCESS_KEY</span>=</pre></div></div></p><p>Once again, you’ll need to <strong>replace parts of that</strong> with your own details. For explanations of what each thing is to be replaced with, look back to the explanation for the backup script, they’re the same!</p><p>And last of all, you’ll see that <strong>I’ve commented out the commands</strong>. Delete the # infront of them to uncomment them when you want to use them. That’s just a precaution in case you run the script by accident!</p><h2>Step 6 – Backup Your Databases</h2><p>We’re getting there, promise!</p><p>There’s absolutely no point in backing up your files if you aren’t backing up your databases as well. Thankfully, it’s not difficult to do.</p><p>You have 2 options:</p><ul><li>Use a WordPress plugin and backup to an email address. You can read the full <a
href="http://www.problogdesign.com/wordpress/the-perfect-hands-free-database-backup/"  target="_blank" >automatic WordPress backup</a> guide here.</li><li>Make a backup of your database and include it with the files being backed up to s3.</li></ul><p>Naturally the one I’ll be talking about here is the s3 solution! To do it, all you need is another shell script.</p><p>The best script I’ve found to do this is <a
href="http://sourceforge.net/projects/automysqlbackup/"  target="_blank" >AutoMySQLBackup</a>. It will:</p><ul><li>Make <strong>daily, weekly, and monthly backups</strong> of your database, and delete old ones (You set how long to keep them for in the script).</li><li><strong>Email you a warning</strong> if anything goes wrong with the backup (Extremely useful). You get the peace of mind of being notified if there’s a problem, but no spam because if it all goes well, you won’t hear from it (in the settings at the top of the script, set MAILCONTENT=&quot;quiet&quot;).</li></ul><h2>Step 7 – Automate all of This</h2><p>The final step is to set this up to <strong>run automatically</strong> so that you can forget all about it! We’ve made this very easy to do by storing all of our commands in shell scripts. All we need to do is use cron to run them at set time.</p><p>If you aren’t familiar with Cron, <a
title="Learn to use cron."  href="https://help.ubuntu.com/community/CronHowto"  target="_blank" >Ubuntu Help</a> has a great explanation of them.</p><p>To <strong>access your crontab</strong>, enter:</p></p><div
class="wp_syntax" ><div
class="code" ><pre class="bash"  style="font-family:monospace;" >crontab –e</pre></div></div></p><p>Now, here’s an example of 2 cron jobs you could <strong>add</strong>:</p></p><div
class="wp_syntax" ><div
class="code" ><pre class="bash"  style="font-family:monospace;" ><span style="color: #000000;" >40</span> <span style="color: #000000;" >8</span> <span style="color: #000000; font-weight: bold;" >*</span> <span style="color: #000000; font-weight: bold;" >*</span> <span style="color: #000000; font-weight: bold;" >*</span> .<span style="color: #000000; font-weight: bold;" >/</span>backup-db-problogdesign.sh
<span style="color: #000000;" >0</span> <span style="color: #000000;" >9</span> <span style="color: #000000; font-weight: bold;" >*</span> <span style="color: #000000; font-weight: bold;" >*</span> <span style="color: #000000; font-weight: bold;" >*</span> .<span style="color: #000000; font-weight: bold;" >/</span>backup-problogdesign.sh <span style="color: #000000; font-weight: bold;" >&gt;</span> <span style="color: #000000; font-weight: bold;" >/</span>var<span style="color: #000000; font-weight: bold;" >/</span>log<span style="color: #000000; font-weight: bold;" >/</span>backup.problogdesign.log</pre></div></div></p><p>The first will back up the database. The second will then run the whole backup to s3 20 minutes later, and store the output in a log file for you (Make sure you’ve <strong>created the log file</strong> already though).</p><p>If you only wanted to run it every other day, you could use:</p></p><div
class="wp_syntax" ><div
class="code" ><pre class="bash"  style="font-family:monospace;" ><span style="color: #000000;" >40</span> <span style="color: #000000;" >8</span> <span style="color: #000000; font-weight: bold;" >*</span> <span style="color: #000000; font-weight: bold;" >*</span> <span style="color: #000000; font-weight: bold;" >*/</span><span style="color: #000000;" >2</span> .<span style="color: #000000; font-weight: bold;" >/</span>backup-db-problogdesign.sh
<span style="color: #000000;" >0</span> <span style="color: #000000;" >9</span> <span style="color: #000000; font-weight: bold;" >*</span> <span style="color: #000000; font-weight: bold;" >*</span> <span style="color: #000000; font-weight: bold;" >*/</span><span style="color: #000000;" >2</span> .<span style="color: #000000; font-weight: bold;" >/</span>backup-problogdesign.sh <span style="color: #000000; font-weight: bold;" >&gt;</span> <span style="color: #000000; font-weight: bold;" >/</span>var<span style="color: #000000; font-weight: bold;" >/</span>log<span style="color: #000000; font-weight: bold;" >/</span>backup.problogdesign.log</pre></div></div></p><p>&#160;</p><h2>Troubleshooting</h2><p>There are a few places you could go wrong in all this. If you do have trouble, here are a few things to try:</p><ul><li><strong>Test each step</strong>, one at a time. Is your encryption working? Are you able to connect to Amazon s3? Is Duplicity working? Last of all, does it all work from cron?</li><li>If the trouble is with your encryption, are the keys<strong> owned by the same user</strong> as the one who runs the commands?</li><li>s3 buckets names and GPG IDs and passwords need to be written down in a few places. Quadruple check for <strong>typos</strong>!</li></ul><h2>Conclusion</h2><p>You’ve now got a fairly robust backup system in place. All of your files will be copied <strong>safely to a third party server</strong>, every single day.</p><p>The major flaw here, which some of you may have spotted already, is that your <strong>GPG password is stored in plain view</strong> on your server, and that anyone with access to the Duplicity script can delete your backups. If someone gets into your server account, this isn’t going to help you, you’re only protected against hardware failures.</p><p>If anyone has any<strong> thoughts on getting around that issue</strong>, I’d love to hear them!</p><p>Update (14/03/2010): Check out a tip from <a
href="http://www.webmaster-source.com/" >Matt</a> in the comments, to <a
href="http://www.problogdesign.com/how-to/automatic-amazon-s3-backups-on-ubuntu-debian/#comment-15474" >backup your key</a> to your local computer.</p> <img src="http://feeds.feedburner.com/~r/ProBlogDesign/~4/Y8_QMfLIAM0" height="1" width="1"/>]]></content:encoded> <wfw:commentRss>http://www.problogdesign.com/how-to/automatic-amazon-s3-backups-on-ubuntu-debian/feed/</wfw:commentRss> <slash:comments>10</slash:comments> <feedburner:origLink>http://www.problogdesign.com/how-to/automatic-amazon-s3-backups-on-ubuntu-debian/</feedburner:origLink></item> <item><title>40 Extraordinary Photoshop Text Effects</title><link>http://feedproxy.google.com/~r/ProBlogDesign/~3/wY1MymrW7Fk/</link> <comments>http://www.problogdesign.com/resources/40-extraordinary-photoshop-text-effects/#comments</comments> <pubDate>Mon, 08 Mar 2010 16:00:12 +0000</pubDate> <dc:creator>Narendra.s.v</dc:creator> <category><![CDATA[Resources]]></category> <category><![CDATA[Design]]></category> <category><![CDATA[Photoshop]]></category> <category><![CDATA[text effects]]></category> <category><![CDATA[Tutorials]]></category> <category><![CDATA[Typography]]></category><guid isPermaLink="false">http://www.problogdesign.com/?p=4550</guid> <description><![CDATA[<img
src="http://www.problogdesign.com/wp-content/uploads/2010/02/text.jpg" alt="Photoshop Text Effects" title="Photoshop Text Effects" width="560" height="145" class="alignnone size-full wp-image-4621" />The trouble with <a
href="http://www.problogdesign.com/tag/photoshop/">Photoshop Tutorials</a> is that there are <strong>a lot of them</strong> out there, but you only want the very best, most creative ones.In this post, we've collected 40 of the very best and most extravagant tutorials for working with type. After working through a few of the most appealing looking ones to you, you should have more than a few ideas for creating your own, unique effects!]]></description> <content:encoded><![CDATA[<p><img
src="http://www.problogdesign.com/wp-content/uploads/2010/02/text.jpg"  alt="Photoshop Text Effects"  title="Photoshop Text Effects"  width="560"  height="145"  class="alignnone size-full wp-image-4621" /></p><p>The trouble with <a
href="http://www.problogdesign.com/tag/photoshop/" >Photoshop Tutorials</a> is that there are <strong>a lot of them</strong> out there, but you only want the very best, most creative ones.</p><p>In this post, we&#8217;ve collected 40 of the very best and most extravagant tutorials for working with type. After working through a few of the most appealing looking ones to you, you should have more than a few ideas for creating your own, unique effects!</p><p><H3>Tutorials:</H3><br/> <b><a
href="http://psd.tutsplus.com/tutorials/tutorials-effects/how-to-create-a-stereoscopic-image-for-crossed-eye-image-viewing/" >How to Create a Stereoscopic Image for Crossed Eye Image Viewing</a></b><br/> This tutorial will teach you how to create a stereoscopic image for cross eye viewing and you will be able to view the final image in 3D and full color without any other objects.<br/> <img
src="http://www.problogdesign.com/wp-content/uploads/2010/02/text-tuts-01.jpg"  alt="" /></p><p></p><p><b><a
href="http://abduzeedo.com/lost-space-typography-photoshop" >Lost in Space Typography in Photoshop</a></b><br/> Learn how to create an easy and super quick text effect in Photoshop. You will play with different Brushes, Blend Modes and basic filters like Blur and Liquify.<br/> <img
src="http://www.problogdesign.com/wp-content/uploads/2010/02/text-tuts-02.jpg"  alt="" /></p><p><b><a
href="http://www.webdtools.com/design/graphics/brushed_explosion/" >3D explosion using Photoshop Tools</a></b><br/> In this tutorial you will learn how to create a 3d explosion with the Brush Tool and Smudge Tool using Photoshop and its default settings. This tutorial also features a few steps guiding on how to create and implement your own 3d text.<br/> <img
src="http://www.problogdesign.com/wp-content/uploads/2010/02/text-tuts-03.jpg"  alt="" /></p><p><b><a
href="http://www.psdvault.com/text-effects/design-an-awesome-splashing-ocean-text-effect-with-lightning-background-in-photoshop/" >Design an Awesome Splashing Ocean Text Effect with Lightning Background in Photoshop</a></b><br/> A step by step tutorial on creating a really cool-looking, Splashing Ocean Text Effect with Lightning Background in Photoshop.<br/> <img
src="http://www.problogdesign.com/wp-content/uploads/2010/02/text-tuts-04.jpg"  alt="" /></p><p><b><a
href="http://photoshop.kingtutz.com/2010/01/17/maddening-text-effect-in-photoshop-unlimited-variations/" >Maddening Text Effect in Photoshop &#8211; Unlimited Variations</a></b><br/> Create a breathtaking maddening text effect and composition that can be used for advertising.<br/> <img
src="http://www.problogdesign.com/wp-content/uploads/2010/02/text-tuts-05.jpg"  alt="" /></p><p><b><a
href="http://www.questionbin.com/blogcomment/Photoshop-Tutorial-Metallic-Text.html" >Photoshop Tutorial: Metallic Text</a></b><br/> Learn how to create a simple metallic effect for a text.<br/> <img
src="http://www.problogdesign.com/wp-content/uploads/2010/02/text-tuts-06.jpg"  alt="" /></p><p><b><a
href="http://psd.tutsplus.com/tutorials/text-effects-tutorials/how-to-create-eroded-metal-text-with-photoshop/" >How to Create Eroded Metal Text with Photoshop</a></b><br/> This tutorial will teach you on how to create an eroded metal text effect. You will also get to learn various drawing techniques, channels, and patterns.<br/> <img
src="http://www.problogdesign.com/wp-content/uploads/2010/02/text-tuts-07.jpg"  alt="" /></p><p><b><a
href="http://wegraphics.net/tutorials/photoshop/how-to-create-a-simple-and-elegant-text-effect/" >How to Create an Elegant Text Effect</a></b><br/> Know how to create an elegant text effect in only 13 steps.<br/> <img
src="http://www.problogdesign.com/wp-content/uploads/2010/02/text-tuts-08.jpg"  alt="" /></p><p><b><a
href="http://www.denisdesigns.com/blog/2010/01/create-realistic-type-on-wood/" >Create realistic type on wood</a></b><br/> This tutorial will show you how to make a regular text look like it has been painted or printed on wood using different text effects. This is a great way to give your text that natural look. This can be applied to any solid shape, text, images, logos, etc.<br/> <img
src="http://www.problogdesign.com/wp-content/uploads/2010/02/text-tuts-09.jpg"  alt="" /></p><p><b><a
href="http://www.devwebpro.com/create-simple-candy-cane-text-in-photoshop/" >Create Simple Candy Cane Text in Photoshop</a></b><br/> In this quick tutorial will how you how to make some simple candy cane text.<br/> <img
src="http://www.problogdesign.com/wp-content/uploads/2010/02/text-tuts-10.jpg"  alt="" /></p><p><b><a
href="http://design.creativefan.com/create-a-beautiful-3d-text-composition/" >Create A Beautiful 3D Text Composition</a></b><br/> This tutorial is jam-packed with techniques, tips and tricks to improve your work flow and design skills. You will find a ton of useful information in this tutorial.<br/> <img
src="http://www.problogdesign.com/wp-content/uploads/2010/02/text-tuts-11.jpg"  alt="" /></p><p><b><a
href="http://www.psdvault.com/drawing/create-a-transparent-text-effect-with-fresh-grass-texture-and-custom-brushset/" >Create a Transparent Text Effect with Fresh Grass</a></b><br/> Create a cool looking Trasparent Text Effect, mixing with Fresh Grass Texture and Cloud Brush set. You can use the text effect in a wide range of occasions – such as website header background, part of a natural themed design, etc.<br/> <img
src="http://www.problogdesign.com/wp-content/uploads/2010/02/text-tuts-12.jpg"  alt="" /></p><p><b><a
href="http://photoshop.kingtutz.com/2010/02/09/jelly-fish-delight-photoshop-tutorial/" >Jelly Fish Delight – Photoshop Tutorial</a></b><br/> An inspiring tutorial created using different techniques to create a soft background with glowing jellyfish.<br/> <img
src="http://www.problogdesign.com/wp-content/uploads/2010/02/text-tuts-13.jpg"  alt="" /></p><p><b><a
href="http://photoshopcandy.com/2008/02/23/the-1-layer-bubbly-text-effect/" >The 1 Layer Bubbly Text Effect!</a></b><br/> A interesting tutorial on creating a Bubbly Text Effect with just One Layer.<br/> <img
src="http://www.problogdesign.com/wp-content/uploads/2010/02/text-tuts-14.jpg"  alt="" /></p><p><b><a
href="http://www.danish-originals.com/script/site/page.asp?Cat_ID=6&#038;artID=9" >Subtle Reflection Tutorial</a></b><br/> Know how to create a &#8220;Subtle Reflection&#8221; text effect. You can experiment with different settings than you will learn and might be a mandatory if you are working in a different sizes.<br/> <img
src="http://www.problogdesign.com/wp-content/uploads/2010/02/text-tuts-15.jpg"  alt="" /></p><p><b><a
href="http://photoshoptutorials.ws/photoshop-tutorials/text-effects/avian-studios-logo.html" >AVIAN Studios Logo</a></b><br/> Recreate a col AVIAN Studios Logo using Photoshop.<br/> <img
src="http://www.problogdesign.com/wp-content/uploads/2010/02/text-tuts-16.jpg"  alt="" /></p><p><b><a
href="http://www.gomediazine.com/tutorials/tutorial-killer-3d-poster-design-with-3ds-max-photoshop/" >Tutorial: Killer 3D Poster Design with 3DS Max &#038; Photoshop</a></b><br/> Learn how to create a killer 3D Poster Design with 3DS Max &#038; Photoshop.<br/> <img
src="http://www.problogdesign.com/wp-content/uploads/2010/02/text-tuts-17.jpg"  alt="" /></p><p><b><a
href="http://wegraphics.net/tutorials/photoshop/jungle-3d-text-in-photoshop/" >3D Jungle Text Effect</a></b><br/> This Photoshop tutorial will explain how to realize a 3D jungle text effect. You will create the text in Xara3d and use Photoshop to texturize the letters.<br/> <img
src="http://www.problogdesign.com/wp-content/uploads/2010/02/text-tuts-18.jpg"  alt="" /></p><p><b><a
href="http://abduzeedo.com/reader-tutorial-extinction-chanito" >Extinction Text Effect</a></b><br/> In this tutorial you will know how to create a good 3D type explosion with Adobe Illustrator, Cinema 4D and Adobe Photoshop using basic tools to make this artwork.<br/> <img
src="http://www.problogdesign.com/wp-content/uploads/2010/02/text-tuts-19.jpg"  alt="" /></p><p><b><a
href="http://www.psdrockstar.com/photo-effects/tutorial-striking-text-effect-using-glows-and-blends/" >Striking Text Effect Using Glows and Blends</a></b><br/> This tutorial will show you how to create striking text using a combination of glows and blends in 7 steps.<br/> <img
src="http://www.problogdesign.com/wp-content/uploads/2010/02/text-tuts-20.jpg"  alt="" /></p><p><b><a
href="http://www.tutorial9.net/photoshop/basic-candy-cane-text-effect-in-photoshop/" >Basic Candy Cane Text Effect in Photoshop</a></b><br/> In this tutorial you will learn how to create a candy cane like text effect with the help of some simple Photoshop techniques.<br/> <img
src="http://www.problogdesign.com/wp-content/uploads/2010/02/text-tuts-21.jpg"  alt="" /></p><p><b><a
href="http://www.illustrateddesigns.com/articles/3106/1/Create-a-gel-text-effect-photoshop---Gelatinous-Text/Page1.html" >Create a gel text effect photoshop &#8211; Gelatinous Text</a></b><br/> This tutorial will teach you how to make a Gel text in photoshop, you can make it within a few steps, using photoshop layer style and character menu, this is a very beautiful and easy tutorial.<br/> <img
src="http://www.problogdesign.com/wp-content/uploads/2010/02/text-tuts-22.jpg"  alt="" /></p><p><b><a
href="http://www.inspiks.com/create-a-cool-typography-effect-in-photoshop/" >Create a RENU Typography Effect</a></b><br/> Create some really cool-looking effects to decorate a Typography. You will be using a combination of layer styles, color blending, lens flare and images. The end effect is quite stunning and hopefully you’ll pick up some tips you didn’t know before.<br/> <img
src="http://www.problogdesign.com/wp-content/uploads/2010/02/text-tuts-23.jpg"  alt="" /></p><p><b><a
href="http://webdesignledger.com/tutorials/create-a-new-retro-text-effect-in-photoshop" >Create a New Retro Text Effect in Photoshop</a></b><br/> This effect is good for all sorts of projects, flyers, websites, posters. It works particularly well with music based projects. It will take you through the motions for type.<br/> <img
src="http://www.problogdesign.com/wp-content/uploads/2010/02/text-tuts-24.jpg"  alt="" /></p><p><b><a
href="http://csscreme.com/tutorials/photoshop-effects/create_pillowed_text_using_various_effects_photoshop_tutorial" >Create Pillowed Text Using Various Effects</a></b><br/> Learn how to create that pillowed effect on text.<br/> <img
src="http://www.problogdesign.com/wp-content/uploads/2010/02/text-tuts-25.jpg"  alt="" /></p><p><b><a
href="http://www.gomediazine.com/tutorials/3d-typography-photoshop/" >3D Typography in Photoshop</a></b><br/> In this tutorial you will go over various techniques you may haven&#8217;t seen before, as well as a bulk of techniques that may be new to you. After you have completed this intense walk though, you will be able to explore even more new ways of creating typefaces as well as other types of ideas.<br/> <img
src="http://www.problogdesign.com/wp-content/uploads/2010/02/text-tuts-26.jpg"  alt="" /></p><p><b><a
href="http://psdfan.com/tutorials/text-effects/create-a-unique-burning-text-effect/" >Create a Unique Burning Text Effect</a></b><br/> Learn how to create a superb, unique burning text effect, whereby areas of flaming text actually peel off to expose an under layer.<br/> <img
src="http://www.problogdesign.com/wp-content/uploads/2010/02/text-tuts-27.jpg"  alt="" /></p><p><b><a
href="http://www.webdesign.org/photoshop/text-effects/create-gloomy-text-effect-by-utilising-the-amazing-cloud-filter-in-photoshop.18040.html" >Create Gloomy Text Effect</a></b><br/> Know ow to create a stunning Gloomy Text Effect by Utilizing the Amazing Cloud Filter in Photoshop.<br/> <img
src="http://www.problogdesign.com/wp-content/uploads/2010/02/text-tuts-28.jpg"  alt="" /></p><p><b><a
href="http://photoshop.kingtutz.com/2010/01/25/glorious-starburst-photoshop-tutorial/" >Glorious Starburst Photoshop Tutorial</a></b><br/> This Photoshop tutorial will show you how to create a cool background swirl effect for websites, twitter pages, etc. Learn how to make text pop out of the background, add dust particles and more.<br/> <img
src="http://www.problogdesign.com/wp-content/uploads/2010/02/text-tuts-29.jpg"  alt="" /></p><p><b><a
href="http://loreleiwebdesign.com/2010/02/01/ultra-glossy-liquid-metal-text-effect/" >Ultra Glossy Liquid Metal Text Effect</a></b><br/> In this tutorial you will learn techniques mostly based on Layer style settings and a combination of a lot of Curves. When combined together, they give a rich, deep and glossy look to the text.<br/> <img
src="http://www.problogdesign.com/wp-content/uploads/2010/02/text-tuts-30.jpg"  alt="" /></p><p><b><a
href="http://royaltutorial.com/create-a-shiny-text-effect-in-photoshop/" >Create a Shiny Text &#038; Effect in Photoshop</a></b><br/> Learn how to create a shiny text effect in photoshop.<br/> <img
src="http://www.problogdesign.com/wp-content/uploads/2010/02/text-tuts-31.jpg"  alt="" /></p><p><b><a
href="http://richworks.in/2009/12/create-a-glass-text-effect-in-photoshop-and-shatter-it/" >Create a Glass Text effect in Photoshop and Shatter it</a></b><br/> This tutorial with respect to the Blending modes and Layer styles. Infact, to achieve the glass text effect, we will experiment with a lot of layer styles which are very much required to get the realistic effect.<br/> <img
src="http://www.problogdesign.com/wp-content/uploads/2010/02/text-tuts-32.jpg"  alt="" /></p><p><b><a
href="http://bogdan-pop.com/tutorial-create-a-spectacular-sf-looking-wallpaper" >Create a spectacular SF looking wallpaper</a></b><br/> In this tutorial we are going to create the mosaic background and a cool radioactive looking text, combine this two elements and you will get an amazing desktop wallpaper.<br/> <img
src="http://www.problogdesign.com/wp-content/uploads/2010/02/text-tuts-33.jpg"  alt="" /></p><p><b><a
href="http://www.acuitydesigns.net/aurora-borealis-typopgraphy-wallpaper-photoshop-tutorial/" >Aurora Borealis Typopgraphy Wallpaper</a></b></p><p>A great tutorial on creating Aurora Borealis typopgraphy wallpaper<br/> <img
src="http://www.problogdesign.com/wp-content/uploads/2010/02/text-tuts-34.jpg"  alt="" /></p><p><b><a
href="http://design.creativefan.com/design-a-brilliant-product-ad/" >Design a Brilliant Product Advertisement</a></b><br/> In this tutorial, you’ll learn the steps and techniques involved in creating a brilliant product advertisement.  You’ll start with a stock image of an Adidas shoe, extract it from the background, then combine it with various photo stocks to create a liquifying product advertisement.<br/> <img
src="http://www.problogdesign.com/wp-content/uploads/2010/02/text-tuts-35.jpg"  alt="" /></p><p><b><a
href="http://tutorials-place.com/content/articles/item/old-style-typography-tutorial/" >Old style typography tutorial</a></b><br/> Create a old style typography tutorial.<br/> <img
src="http://www.problogdesign.com/wp-content/uploads/2010/02/text-tuts-36.jpg"  alt="" /></p><p><b><a
href="http://www.adobetutorialz.com/articles/30970191/1/how-to-create-an-impressive-looking-text-effect" >How to create an impressive-looking text effect</a></b><br/> This tutorial will show you on how to create a strong and eye-catching text effect using gradient overlay, pattern overlay styles and combination of different techniques.<br/> <img
src="http://www.problogdesign.com/wp-content/uploads/2010/02/text-tuts-37.jpg"  alt="" /></p><p><b><a
href="http://canvasscribbles.com/?p=44" >Photoshop Grungy metal effect</a></b><br/> This tutorial you will be learning how to create a text effect using textures from stock images. The final image is a grungy picture with text being illuminated in the dark.<br/> <img
src="http://www.problogdesign.com/wp-content/uploads/2010/02/text-tuts-38.jpg"  alt="" /></p><p><b><a
href="http://www.webdesign.org/3d-graphics/tutorials/3d-valentine-s-day-typography-exclusive-tutorial.18044.html" >3D Valentine&#8217;s Day Typography (Exclusive Tutorial)</a></b><br/> In this tutorial you will walk through different steps in creating this illustration. This technique can be used in a variety of ways and also for different themes besides Valentine&#8217;s Day.<br/> <img
src="http://www.problogdesign.com/wp-content/uploads/2010/02/text-tuts-39.jpg"  alt="" /></p><p><a
href="http://www.pxleyes.com/tutorial/photoshop/1658/Create-a-Psd-Geek-Wallpaper-From-Scratch.html" >Create a Psd Geek Wallpaper From Scratch</a></b><br/> In this tutorial, you will learn how to make a high quality wallpaper for your desktop from scratch.<br/> <img
src="http://www.problogdesign.com/wp-content/uploads/2010/02/text-tuts-40.jpg"  alt="" /></p><h4>Some More Photoshop Resources</h4><ul><li><A
href="<br /" > http://www.problogdesign.com/inspiration/31-outstanding-logo-tutorial/" target="_blank">31 Outstanding Logo Tutorial</A></li><li><A
href="http://www.problogdesign.com/design/26-complete-wordpress-blog-design-tutorials/"  target="_blank" >26 Complete WordPress Blog Design Tutorials</A></li><li><A
href="http://www.problogdesign.com/resources/35-awesome-user-interface-design-tutorials/"  target="_blank" >35 Awesome User Interface Design Tutorials</A></li><li><A
href="http://www.problogdesign.com/quick-tweaks/25-ways-to-spice-up-your-blog-post-photos/"  target="_blank" >25 Ways to Spice Up Blog Post Photos</A></li></ul><p>If you know of any other awesome text tutorials, share the link in the comments!</p> <img src="http://feeds.feedburner.com/~r/ProBlogDesign/~4/wY1MymrW7Fk" height="1" width="1"/>]]></content:encoded> <wfw:commentRss>http://www.problogdesign.com/resources/40-extraordinary-photoshop-text-effects/feed/</wfw:commentRss> <slash:comments>13</slash:comments> <feedburner:origLink>http://www.problogdesign.com/resources/40-extraordinary-photoshop-text-effects/</feedburner:origLink></item> <item><title>Get More From Your Site’s Visual Acreage</title><link>http://feedproxy.google.com/~r/ProBlogDesign/~3/dskadwuvQ64/</link> <comments>http://www.problogdesign.com/blog-layout/get-more-from-your-sites-visual-acreage/#comments</comments> <pubDate>Mon, 01 Mar 2010 16:00:44 +0000</pubDate> <dc:creator>Joseph Alessio</dc:creator> <category><![CDATA[Blog Layout]]></category> <category><![CDATA[Layout]]></category> <category><![CDATA[Organization]]></category> <category><![CDATA[Prominence]]></category> <category><![CDATA[Usability]]></category> <category><![CDATA[Whitespace]]></category><guid isPermaLink="false">http://www.problogdesign.com/?p=4376</guid> <description><![CDATA[<img
class="alignnone size-full wp-image-4377" title="real-estate" src="http://www.problogdesign.com/wp-content/uploads/2010/02/real-estate.jpg" alt="Real Estate" width="560" height="145" />One of the most important, and sometimes most difficult, parts of web design is deciding what to do with <strong>the space that is given you</strong>.Usually, you have around 960 pixels in width and an indefinite height to work with, and it often feels like too much or too little. It's very valuable when used correctly, but when used incorrectly it can destroy a<strong> website's potential</strong>.There are similarities in real estate. Each piece of property has a different value, some high and some low. Using a beautiful piece of property in the wrong way can diminish its value. By <strong>comparing page area in a website to real estate</strong>, we can learn a few principles that help us utilize the "property" of a web page to the maximum advantage.]]></description> <content:encoded><![CDATA[<p><img
class="alignnone size-full wp-image-4377"  title="real-estate"  src="http://www.problogdesign.com/wp-content/uploads/2010/02/real-estate.jpg"  alt="Real Estate"  width="560"  height="145" /></p><p>One of the most important, and sometimes most difficult, parts of web design is deciding what to do with <strong>the space that is given you</strong>.</p><p>Usually, you have around 960 pixels in width and an indefinite height to work with, and it often feels like too much or too little. It&#8217;s very valuable when used correctly, but when used incorrectly it can destroy a<strong> website&#8217;s potential</strong>.</p><p>There are similarities in real estate. Each piece of property has a different value, some high and some low. Using a beautiful piece of property in the wrong way can diminish its value. By <strong>comparing page area in a website to real estate</strong>, we can learn a few principles that help us utilize the &#8220;property&#8221; of a web page to the maximum advantage.</p><h3>Location</h3><p>The location of a piece of property is probably the most important factor in determining its value. Prime locations are more visited and more public.</p><p>In web design, location is important too. There are several different page location factors that affect your content and how it is viewed.</p><h4>Above the Fold</h4><p>You&#8217;ve probably heard this term before, borrowed from newspapers and similar print media, and it simply means the area that is above the cutoff at the bottom of your viewer&#8217;s browser. Obviously, this is the part of your site that the viewer will see first.</p><p>This is the<strong> first impression</strong> that your viewer has of the page, and you need to take advantage of this area to show him/her that your site is worth taking time to look at. This is a good place to put attention-catching images and copy to keep the visitor reading (or looking).</p><div
id="attachment_4378"  class="wp-caption alignnone"  style="width: 510px" ><img
class="size-full wp-image-4378"  title="above-the-fold"  src="http://www.problogdesign.com/wp-content/uploads/2010/02/above-the-fold.jpg"  alt="Above The Fold - Examples"  width="500"  height="250" /><p
class="wp-caption-text" >HelpYourHabitat.org // OmidForIran.org</p></div><p>The yellow line in these image above is the &#8220;fold&#8221; line. You can see how the designers strategically put interest-creating information above the fold and have content cut off partially by the fold to induce the reader to scroll down and read more.</p><p>The old rule that visitors will not scroll unless you invite them to do so has <a
href="http://www.boxesandarrows.com/view/blasting-the-myth-of" >recently been contested</a>, and there is definitely <strong>no exact location</strong> you can judge the fold by, but the principle of putting the most important content higher up on the page still applies.</p><h3>Reading Direction</h3><p>Since most of your site visitors will read left-to-right and top-to-bottom, it is important to arrange your content in a way that will <strong>follow their attention pattern</strong>. Their eyes will probably scan your page like this:</p><div
id="attachment_4379"  class="wp-caption alignnone"  style="width: 510px" ><img
class="size-full wp-image-4379"  title="reading-direction"  src="http://www.problogdesign.com/wp-content/uploads/2010/02/reading-direction.jpg"  alt="Reading Direction"  width="500"  height="250" /><p
class="wp-caption-text" >DesignReviver.com</p></div><p>The person&#8217;s primary attention will go to the upper left, and then consecutively <strong>less attention with each area</strong> until they focus on the last area in the lower right.</p><p>The most important &#8220;properties&#8221; on your web page are the upper left quadrant and the lower right quadrant (i.e. <strong>where their eyes stop</strong>). Use this to your best advantage by placing content accordingly. Your most interesting content, particularly headlines and large header images, should go on the top right.</p><p>This principle is also known as <strong>the Gutenberg Rule</strong>. You can read more about it on blog posts such as <a
href="http://www.3point7designs.com/blog/2009/01/the-gutenburg-diagram-in-design/" >this post by 3point7 Designs.</a></p><h3>Zoning</h3><p><img
class="alignnone size-full wp-image-4380"  title="commercial"  src="http://www.problogdesign.com/wp-content/uploads/2010/02/commercial.jpg"  alt="Commercial Zoning"  width="500"  height="250" /></p><p>In real estate, the zoning of a property designates <strong>what the property can be used for</strong>. Thus, residential zoned property can only be used for residential development, commercial property can only be used for commercial development, et cetera.</p><p>Similarly, in web design, your page has certain pieces of &#8220;property&#8221; that are &#8220;zoned&#8221; for certain types of content.</p><h4>Readers Like What They&#8217;re Used To</h4><p>A lot of content has standard, or at least <strong>commonly used</strong>, placements. We can think of this as the &#8220;zoning regulation&#8221; for this type of information.</p><p>The web page&#8217;s branding and navigation is nearly always in the upper right, whether the navigation is horizontal or vertical. The upper right corner is usually home to a search bar and icons linking to the RSS feed or Twitter page. People become used to finding certain things in the <strong>footer of a website</strong>, e.g. Twitter and Facebook, contact information, often a few links that the site owner feels are important.</p><div
id="attachment_4381"  class="wp-caption alignnone"  style="width: 510px" ><a
href="http://www.problogdesign.com/wp-content/uploads/2010/02/zoning.jpg" ><img
class="size-full wp-image-4381"  src="http://www.problogdesign.com/wp-content/uploads/2010/02/zoning.jpg"  alt="Zoning"  width="500"  height="250" /></a><p
class="wp-caption-text" >WebDesignerDepot.com</p></div><p>For example, on <a
href="http://www.webdesignerdepot.com/" >Web Designer Depot</a>, each feature is in a place where you could reasonably have guessed it would be.</p><p>If a site visitor can&#8217;t find something where he/she thinks it should be, he <strong>won&#8217;t stay on your site</strong> for very long. The frustration of looking for something that may not even be there is familiar to us all, and the easy option is to go back to Google and start your search again.</p><p>One of the most important ways in which &#8220;zoning&#8221; applies is in ad space. Advertising &#8220;real estate&#8221; is for advertising! Nearly all blogs and similar sites relegate the right column of their site to advertising.</p><p>If you <strong>bury content in the middle of advertisements</strong>, it will most likely be missed by your site visitors. It is a good idea to stick with the standard &#8220;zoning.&#8221; Leave things where viewers expect to find them rather than placing the advertising elsewhere and putting content in the right 1/3 of your website. Since readers are used to seeing only ads in that area, they won&#8217;t get the most out of your site.</p><h3>Size</h3><p>Last but not least, the size of a property helps determine its value. Making a particular element or feature of your site very large will undoubtedly draw quite a bit of attention. Big images, such as blog headers, are like a wide-screen TV, and <strong>they grab attention</strong> whether the reader means to be interested in it or not.</p><div
id="attachment_4382"  class="wp-caption alignnone"  style="width: 510px" ><img
class="size-full wp-image-4382"  src="http://www.problogdesign.com/wp-content/uploads/2010/02/size.jpg"  alt="Size Effectiveness"  width="500"  height="250" /><p
class="wp-caption-text" >Fl-2 Blog</p></div><p>Recently, there has been a major <strong>trend towards huge type</strong>. With font replacement tools such as sIFR, <a
href="http://net.tutsplus.com/videos/screencasts/the-easiest-way-to-use-any-font-you-wish/" >Cufon</a>, and @font-face, you can use beautiful fonts that are worth using a lot of prime website real estate for.</p><p>More and more people who aren&#8217;t into typography are beginning to recognize the beauty of letterforms, so using <strong>quality, large typography</strong> is a great way to give importance to a headline, even with a wide target audience.</p><p>If you don&#8217;t want to make the actual element too large, you can leave a lot of white space around it. Thus, <strong>the element &#8220;owns&#8221; a large amount of &#8220;property,&#8221;</strong> and takes over your site visitor&#8217;s attention.</p><div
id="attachment_4383"  class="wp-caption alignnone"  style="width: 510px" ><img
class="size-full wp-image-4383"  src="http://www.problogdesign.com/wp-content/uploads/2010/02/whitespace.jpg"  alt="Property"  width="500"  height="250" /><p
class="wp-caption-text" >Desigui.com</p></div><p>In the site above, you can see that, although the text logo at the top is not very large in size, it &#8220;owns&#8221; quite a bit of &#8220;real estate&#8221; on the page. There is a significant amount of space surrounding it before any other content begins or elements appear. Thus, it still is the obvious header and focal point.</p><h3>Summary</h3><p>So, by comparing the principles in real estate to web design, we actually learn how to <strong>better manage our pages</strong>. Now we can use the canvas of the web page more effectively.</p><p>Here&#8217;s a quick run-down of what we&#8217;ve learned from the real estate market:</p><ul><li>Keep the most important information in the prime locations</li><li>Place the information where it belongs &#8211; &#8220;zoning&#8221;</li><li>More &#8220;real estate&#8221; means more important</li></ul><p>Hopefully these guidelines will be helpful to you in your next web design project! What do you think of them? <strong>Are there any other tips you&#8217;d like to share about getting the most out of a page?</strong></p> <img src="http://feeds.feedburner.com/~r/ProBlogDesign/~4/dskadwuvQ64" height="1" width="1"/>]]></content:encoded> <wfw:commentRss>http://www.problogdesign.com/blog-layout/get-more-from-your-sites-visual-acreage/feed/</wfw:commentRss> <slash:comments>12</slash:comments> <feedburner:origLink>http://www.problogdesign.com/blog-layout/get-more-from-your-sites-visual-acreage/</feedburner:origLink></item> <item><title>7 Essential Elements of Blog Design</title><link>http://feedproxy.google.com/~r/ProBlogDesign/~3/HN3yi3t5waA/</link> <comments>http://www.problogdesign.com/blog-layout/7-essential-elements-of-blog-design/#comments</comments> <pubDate>Thu, 25 Feb 2010 16:00:42 +0000</pubDate> <dc:creator>Angie Bowen</dc:creator> <category><![CDATA[Blog Layout]]></category> <category><![CDATA[Comments]]></category> <category><![CDATA[Customization]]></category> <category><![CDATA[Design]]></category> <category><![CDATA[Header]]></category> <category><![CDATA[Layout]]></category><guid isPermaLink="false">http://www.problogdesign.com/?p=4503</guid> <description><![CDATA[<img
src="http://www.problogdesign.com/wp-content/uploads/2010/02/header.jpg" alt="" title="header" width="560" height="145" class="alignnone size-full wp-image-4530" /><p>The blogosphere continues to expand almost on a daily basis, and as a web designer we often inform clients of the numerous <strong>benefits of attaching a blog to their site</strong>. It is always a great way to continuously update your readers as to what new developments are being made in your business and what to look for as they stick with you on this journey.This in turn, keeps your site well trafficked by the online masses as <strong>new content is added on a regular basis</strong>. And while there are a plethora of points and elements that are vital when designing a blog, some take precedence over the others.</p>]]></description> <content:encoded><![CDATA[<p><img
src="http://www.problogdesign.com/wp-content/uploads/2010/02/header.jpg"  alt=""  title="header"  width="560"  height="145"  class="alignnone size-full wp-image-4530" /></p><p>The blogosphere continues to expand almost on a daily basis, and as a web designer we often inform clients of the numerous <strong>benefits of attaching a blog to their site</strong>. It is always a great way to continuously update your readers as to what new developments are being made in your business and what to look for as they stick with you on this journey.</p><p>This in turn, keeps your site well trafficked by the online masses as <strong>new content is added on a regular basis</strong>. And while there are a plethora of points and elements that are vital when designing a blog, some take precedence over the others.</p><p>No matter what style you are aiming for as you put the site together, even on the most minimally designed blogs, the elements discussed below are the <strong>essential ones to include and give a heavy focus to in your design</strong>. Each of these elements can potentially have a large impact on the success and failure of the site, even though the design is not responsible for the content that will eventually fill the blog.</p><p>So the next time you are contracted to design a blog, what ever direction you head in, make sure that you <strong>take these elements with you</strong>.</p><h3>Header</h3><p>Naturally this is an important part of any site, because it lets people know just where they are on the web. For example, if your site is called <a
href="http://www.readwriteweb.com" >Read Write Web</a> and you want users to know they are not on, say <a
href="http://www.facebook.com/" >Facebook</a>, then you would want to have a large header that reads &#8216;Read Write Web&#8217; plainly so that visitors will know with a glance to the top of the page, where they have cyberly landed. This should help eliminate any confusion among your visitors, <a
href="http://www.readwriteweb.com/archives/facebook_wants_to_be_your_one_true_login.php" >though it is not a guarantee</a>.</p><p>The header will usually contain a logo, the name of the site or company behind it, and possibly some design flourish to accompany this text.</p><p><a
href="http://octwelve.com/" ><img
src="http://www.problogdesign.com/wp-content/uploads/2010/02/header4.jpg"  alt=""  title="header4"  width="560"  height="300"  class="alignnone size-full wp-image-4511" /></a></p><p>The header of the blog is one of the two main elements that should always <strong>steal the attention and focus</strong> of the user immediately. So it needs to stand out boldly, much like on a newspaper or magazine. And because you generally want this to be the first element of the site that the user looks to, most designers will <strong>position the blog header</strong> in the upper left corner of the site.</p><p>This is not always a necessity, but after years of subtle unintended conditioning, the online public has been trained to look there for the site name and logo. Also given that a large portion of written dialects and texts are setup to begin in the upper left hand corner, this is an almost expected <strong>flow for information</strong>.</p><h4>More Examples</h4><p><a
href="http://www.homedesignfind.com/" ><img
src="http://www.problogdesign.com/wp-content/uploads/2010/02/header3.jpg"  alt=""  title="header3"  width="560"  height="300"  class="alignnone size-full wp-image-4510" /></a></p><p><a
href="http://blog.wkstudio.com/" ><img
src="http://www.problogdesign.com/wp-content/uploads/2010/02/header1.jpg"  alt=""  title="header1"  width="560"  height="300"  class="alignnone size-full wp-image-4506" /></a></p><h3>Post Headlines</h3><p>If the header is one of the two main elements that should pull the readers attention its way, then the Post Headlines are the other. Once again to look at a print based template, newspapers and the like always take steps to have the headlines separated from the body text that follows it, <strong>using larger, bolder font choices</strong>.</p><p>These highlights grace the page throughout, guiding the readers eyes as they search for relevant or intriguing entries. The same goes for a blog. This visual playground is littered with material for the reader to sift through as they navigate through the blog, so you want to make sure that they have to <strong>exert little effort to locate the post headlines</strong>.</p><p><a
href="http://www.myinkblog.com/" ><img
src="http://www.problogdesign.com/wp-content/uploads/2010/02/title2.jpg"  alt=""  title="title2"  width="560"  height="300"  class="alignnone size-full wp-image-4521" /></a></p><p>Headlines can certainly be a tricky element to work out, because you want them to be <strong>large and looming</strong>, but not so much that they become cluttered and feel like they are squeezed in, as if they were an afterthought.</p><p>This can be tricky to do given that once the design is out of your hands the user is plugging in the headlines of unknown character lengths. Definitely something to take into consideration, because though you want it to draw the eye, you want it to do so for positive reasons, not because it breaks the flow of the design.</p><p>A good place to start your search is with this list of big, bold <a
href="http://designm.ag/resources/headline-fonts/" >headline fonts</a> from DesignM.ag.</p><p>For this reason, the font you select may need to have the <strong>spacing adjusted</strong> to stack well and tighten the appearance.</p><h4>More Examples</h4><p><a
href="http://fromme-toyou.tumblr.com/" ><img
src="http://www.problogdesign.com/wp-content/uploads/2010/02/title3.jpg"  alt=""  title="title3"  width="560"  height="300"  class="alignnone size-full wp-image-4524" /></a></p><p><a
href="http://www.ndesign-studio.com/" ><img
src="http://www.problogdesign.com/wp-content/uploads/2010/02/title1.jpg"  alt=""  title="title1"  width="560"  height="300"  class="alignnone size-full wp-image-4520" /></a></p><h3>Navigation</h3><p>Once again, as with any site, <strong>intuitive site navigation</strong> is an important element for the sake and sanity of the reader. Now as the designer you are not necessarily dictating what other pages will be included with the blog, but you do set how to get to and from them, and this <strong>important usability interface</strong> can be integral to the blog design.</p><p>In fact, what is the point of having other pages, if you are not going to showcase them to your readers in some form or fashion, and the navigation is an important part of that. Just creating the access is a big first step.</p><p><a
href="http://wordpress.njwebdesign.co.za/" ><img
src="http://www.problogdesign.com/wp-content/uploads/2010/02/nav2.jpg"  alt=""  title="nav2"  width="560"  height="300"  class="alignnone size-full wp-image-4512" /></a></p><p>Navigation, while an important element that needs to be <strong>accessible and clearly marked</strong>, does not have a lot of restrictions as to how you can achieve this effectively and creatively.</p><p>One tip for over-delivering on this element, and thereby demonstrating its importance, is through a <strong>multi-layered approach</strong>. Not only having the main site navigation that is styled to match and fit in with the blog design, but you can easily include a simple secondary text-based nav element just below the footer of the blog. This is a quick addition to the site that will aid both your client and their readers.</p><p>You can get as complex as you like with your navigation though, as this <a
href="http://www.noupe.com/design/creative-and-unusual-layouts-and-navigation-designs.html" >unusual navigation gallery</a> at Noupe will show you.</p><h4>More Examples</h4><p><a
href="http://www.showandtellsale.com/blog" ><img
src="http://www.problogdesign.com/wp-content/uploads/2010/02/nav3.jpg"  alt=""  title="nav3"  width="560"  height="300"  class="alignnone size-full wp-image-4513" /></a></p><p><a
href="http://10words.richpurple.com/" ><img
src="http://www.problogdesign.com/wp-content/uploads/2010/02/nav1.jpg"  alt=""  title="nav1"  width="560"  height="300"  class="alignnone size-full wp-image-4507" /></a></p><h3>Archives</h3><p>For a blog, the content is the driving force behind it, so you want to make sure that for the life of the site the <strong>content is easily accessible</strong> to the readers especially once it moves from the first page or two of current posts.</p><p>Remember that one of the main purposes of a blog is to engage the readers, and you cannot do that if once the material leaves the front page it becomes lost in the proverbial internet aether. Not everything that is published on a blog will have the timeless appeal and stability to withstand the test of time, but you could at least <strong>give the content some assistance</strong> through attention to the archives.</p><p><a
href="http://www.newconcept.hu" ><img
src="http://www.problogdesign.com/wp-content/uploads/2010/02/archives2.jpg"  alt=""  title="archives2"  width="560"  height="300"  class="alignnone size-full wp-image-4525" /></a></p><p>I have written here before about how to create an in-depth and comprehensive <a
href="http://www.problogdesign.com/how-to/creating-helpful-and-effective-wordpress-archives/" >archive section</a> for your blog.</p><p>Making sure that the archives have the scope necessary to encompass a fairly sizable contribution from the content provider beautifully handles the situation from your end, and actually sets the bar a bit for the blog user to make worthy use of this section once you have designed the area for the potential to be well used.</p><h4>More Examples</h4><p><a
href="http://www.noupe.com" ><img
src="http://www.problogdesign.com/wp-content/uploads/2010/02/archives3.jpg"  alt=""  title="archives3"  width="560"  height="300"  class="alignnone size-full wp-image-4529" /></a></p><p><a
href="http://blog.entropiads.com/" ><img
src="http://www.problogdesign.com/wp-content/uploads/2010/02/archives1.jpg"  alt=""  title="archives1"  width="560"  height="300"  class="alignnone size-full wp-image-4515" /></a></p><h3>Site Search</h3><p>Archives are not the only way to work a <strong>focus on the content</strong> into your design, and given that blogging seeks to be engaging and does so through its content, let your design highlight this through the inclusion of a <strong>site search element</strong> as well.</p><p>Site searches give some users more comfort and familiarity than trying to use the navigation or archives to find what it is they are looking for on your site. They may also have come to your site via another and may want to just <strong>browse for a particular keyword</strong> that is not apparent on whatever page of the blog they have landed. A site search can address easily these concerns.</p><p><a
href="http://www.ilovecolors.com.ar/" ><img
src="http://www.problogdesign.com/wp-content/uploads/2010/02/search2.jpg"  alt=""  title="search2"  width="560"  height="300"  class="alignnone size-full wp-image-4518" /></a></p><p>This can be done as subtly and unobtrusively as you wish, or you can go to more garish and bold places with it, but however you do it, just do it. Both the client and the readers will be appreciative of this thoughtful inclusion.</p><p>And as said, if you are into a much more minimal approach and the thought of yet another element to add makes you cringe, this is certainly not a cringe-worthy addition as much as it is a necessary one.</p><p>Besides the site search is <strong>easily worked into a minimal style</strong> as it can be tucked away nearly anywhere given that you determine its dimensions and the way it blends into the background. And as long as it does not detract from the blog design, why not make it that much easier for readers to surf the site?</p><h4>More Examples</h4><p><a
href="http://www.mulletized.com" ><img
src="http://www.problogdesign.com/wp-content/uploads/2010/02/search3.jpg"  alt=""  title="search3"  width="560"  height="300"  class="alignnone size-full wp-image-4522" /></a></p><p><a
href="http://www.tutorial9.net/" ><img
src="http://www.problogdesign.com/wp-content/uploads/2010/02/search1.jpg"  alt=""  title="search"  width="560"  height="300"  class="alignnone size-full wp-image-4517" /></a></p><h3>RSS Subscribe</h3><p>Speaking of the content that pushes the blog forward, as the designer you want to be sure that you give the readers a way to <strong>subscribe to the site</strong>&#8217;s RSS feed, even though it means that they may not be exposed to your brilliantly crafted design.</p><p>Honor your design by helping to ensure it sticks around, and allowing readers to <strong>receive the content how they want</strong> it. As the designer, you will not be in charge of the content, but its delivery and presentation does fall to you. Cover the basic bases that readers have come to expect so as to not hurt the blog you are designing for.</p><p><a
href="http://line25.com/" ><img
src="http://www.problogdesign.com/wp-content/uploads/2010/02/rss3.jpg"  alt=""  title="rss3"  width="560"  height="300"  class="alignnone size-full wp-image-4519" /></a></p><p>Even though, design wise, this tends to be a rather small element, it still deserves your attention. After all, size doesn&#8217;t matter in design. It still needs to <strong>match the rest of the design</strong> so as to not detract from the flow and feel of the design.</p><p>With so many amazing <a
href="http://www.problogdesign.com/resources/60-great-rss-icons-for-your-blog/" >RSS icons</a> available from the design community, not to mention your own design skills to draw from, adding this ever important blog element should be an item to tick off your checklist.</p><h4>More Examples</h4><p><a
href="http://www.readyphotosite.com/blog/" ><img
src="http://www.problogdesign.com/wp-content/uploads/2010/02/rss1.jpg"  alt=""  title="rss1"  width="560"  height="300"  class="alignnone size-full wp-image-4509" /></a></p><p><a
href="http://missy.missweblash.com/index.asp" ><img
src="http://www.problogdesign.com/wp-content/uploads/2010/02/rss2.jpg"  alt=""  title="rss2"  width="560"  height="300"  class="alignnone size-full wp-image-4516" /></a></p><h3>Post &#038; Comment Styling</h3><p>Blogs, by nature, are both <strong>engaging and interactive</strong>, and your design should highlight both of those aspects through one very important element; style.</p><p>In particular, the style of the posts and of the comments &#40;when applicable of course. Find out from your client if they intend to allow comments before you dedicate any time to it, naturally&#41;. The <strong>posts are the lifeblood</strong> that flows through the blog and keeps it alive, just as the comments are an area of the heart that helps pump the blood.</p><p><a
href="http://carsonified.com" ><img
src="http://www.problogdesign.com/wp-content/uploads/2010/02/post2.jpg"  alt=""  title="post2"  width="560"  height="300"  class="alignnone size-full wp-image-4527" /></a></p><p>So make sure that the design showcases the posts with substantial focus on the style. These areas are key, so be sure that their importance is reflected in the design with the grace and power that is owed to an element that carries this much weight for the overall site.</p><p>If comments are included, then you want them to stand out in the design to not only highlight this interactive element of the blog, but to also shine a light on the members of the community who are taking the time to share their thoughts. And you can do this through the design.</p><p>And by now everyone has heard of styling author comments different, but it&#8217;s possible to give every role in WordPress a <a
href="http://www.wprecipes.com/wordpress-how-to-style-comments-of-every-roles" >unique comment style</a>.</p><h4>More Examples</h4><p><a
href="http://owltastic.com" ><img
src="http://www.problogdesign.com/wp-content/uploads/2010/02/post3.jpg"  alt=""  title="post3"  width="560"  height="300"  class="alignnone size-full wp-image-4528" /></a></p><p><a
href="http://all-for-design.com" ><img
src="http://www.problogdesign.com/wp-content/uploads/2010/02/post1.jpg"  alt=""  title="post1"  width="560"  height="300"  class="alignnone size-full wp-image-4526" /></a></p><h3>That is a wrap</h3><p>Those are the must-have design elements to focus on when you are designing a blog. What areas would <strong>you think need major focus?</strong> Just leave a comment below to keep the discussion going.</p> <img src="http://feeds.feedburner.com/~r/ProBlogDesign/~4/HN3yi3t5waA" height="1" width="1"/>]]></content:encoded> <wfw:commentRss>http://www.problogdesign.com/blog-layout/7-essential-elements-of-blog-design/feed/</wfw:commentRss> <slash:comments>26</slash:comments> <feedburner:origLink>http://www.problogdesign.com/blog-layout/7-essential-elements-of-blog-design/</feedburner:origLink></item> <item><title>40 Creative Navigation Menus</title><link>http://feedproxy.google.com/~r/ProBlogDesign/~3/HE2_kFSxaeE/</link> <comments>http://www.problogdesign.com/inspiration/40-creative-navigation-menus/#comments</comments> <pubDate>Mon, 22 Feb 2010 16:00:24 +0000</pubDate> <dc:creator>Tehseen</dc:creator> <category><![CDATA[Inspiration]]></category> <category><![CDATA[Design]]></category> <category><![CDATA[Horizontal]]></category> <category><![CDATA[Layout]]></category> <category><![CDATA[menus]]></category> <category><![CDATA[Navigation]]></category> <category><![CDATA[vertical]]></category><guid isPermaLink="false">http://www.problogdesign.com/?p=4039</guid> <description><![CDATA[<img
class="aligncenter size-full wp-image-4210" title="menu1" src="http://www.problogdesign.com/wp-content/uploads/2010/01/menu1.gif" alt="" width="560" height="145" />One of the first things to do when planning out a new website is to work out all of the content that will be in the site. You then divide that up into sections and then into <strong>various levels of navigation</strong>.The result is a boring list of links.That list of links is one of the most <strong>important part of your website</strong> though, it goes without saying that every visitor to the site will be using them to get around.In this post we've pulled together some of the <strong>best designed navigation bars</strong> (both horizontal and vertical) to help give you ideas to enhance your own. ]]></description> <content:encoded><![CDATA[<p><img
class="aligncenter size-full wp-image-4210"  title="menu1"  src="http://www.problogdesign.com/wp-content/uploads/2010/01/menu1.gif"  alt=""  width="560"  height="145" /></p><p>One of the first things to do when planning out a new website is to work out all of the content that will be in the site. You then divide that up into sections and then into <strong>various levels of navigation</strong>.</p><p>The result is a boring list of links.</p><p>That list of links is one of the most <strong>important part of your website</strong> though, it goes without saying that every visitor to the site will be using them to get around.</p><p>In this post we&#8217;ve pulled together some of the <strong>best designed navigation bars</strong> (both horizontal and vertical) to help give you ideas to enhance your own.</p><h2>Horizontal Menus</h2><p><a
href="http://www.fabriclondon.com/"  target="_blank" >1. Fabric London</a></p><p>A beautiful minimalist menu with fast colors and a compact design.</p><p><img
title="FabricLondon"  src="http://www.problogdesign.com/wp-content/uploads/2009/12/FabricLondon.png"  alt="FabricLondon"  width="353"  height="108" /></p><p><a
href="http://www.nopokographics.com/"  target="_blank" >2. Nopoko Graphics</a></p><p>Sleek looking tabs with drop shadow and a beautiful background pattern.</p><p><img
title="NopokoGraphics"  src="http://www.problogdesign.com/wp-content/uploads/2009/12/NopokoGraphics.png"  alt="NopokoGraphics"  width="438"  height="112" /></p><p><a
href="http://culturedcode.com/"  target="_blank" >3. Culture Code</a></p><p>iPhone style menu for an Iphone app.</p><p><img
title="CultureCode"  src="http://www.problogdesign.com/wp-content/uploads/2009/12/CultureCode.png"  alt="CultureCode"  width="461"  height="71" /></p><p><a
href="http://boxwish.com/US/"  target="_blank" >4. Box Wish</a></p><p>Simple, compact and sleek.</p><p><img
title="Boxwish"  src="http://www.problogdesign.com/wp-content/uploads/2009/12/Boxwish.png"  alt="Boxwish"  width="400"  height="128" /></p><p><a
href="http://macrabbit.com/"  target="_blank" >5. Mac Rabbit</a></p><p>Light colors and creative symbols make this menu stand out from the crowd.</p><p><img
title="MacRabbit"  src="http://www.problogdesign.com/wp-content/uploads/2009/12/MacRabbit.png"  alt="MacRabbit"  width="426"  height="128" /></p><p><a
href="http://kyanmedia.com/"  target="_blank" >6. Kyan Media</a></p><p>Solid colors and simple MouseOver effects make this menu pretty.</p><p><img
title="KyanMedia"  src="http://www.problogdesign.com/wp-content/uploads/2009/12/KyanMedia.png"  alt="KyanMedia"  width="505"  height="127" /></p><p><a
href="http://www.loodo.com.br/"  target="_blank" >7. Loodo</a></p><p>A nice multi-colored menu. The tiny green car indicates the current page.</p><p><img
title="Loodo"  src="http://www.problogdesign.com/wp-content/uploads/2009/12/Loodo.png"  alt="Loodo"  width="502"  height="116" /></p><p><a
href="http://firestonelive.net/"  target="_blank" >8. Firestone Live</a></p><p>A beautiful black and white themed menu with block fonts.</p><p><img
title="FirestoneLive"  src="http://www.problogdesign.com/wp-content/uploads/2009/12/FirestoneLive.png"  alt="FirestoneLive"  width="518"  height="116" /></p><p><a
href="http://www.mattmaxwelldesign.com/http://www.mattmaxwelldesign.com/"  target="_blank" >9. Matt Maxwell Design</a></p><p>A simple menu with beautiful contrasting colors.</p><p><img
title="MattMaxwellDesign"  src="http://www.problogdesign.com/wp-content/uploads/2009/12/MattMaxwellDesign.png"  alt="MattMaxwellDesign"  width="483"  height="87" /></p><p><a
href="http://www.cognigencorp.com/"  target="_blank" >10. Cognigen</a></p><p>Another simple, light-colored design with unique tabs.</p><p><img
title="Cognigen"  src="http://www.problogdesign.com/wp-content/uploads/2009/12/Cognigen.png"  alt="Cognigen"  width="494"  height="96" /></p><p><a
href="http://www.blackbookmag.com/"  target="_blank" >11. Black Book Mag:</a></p><p>A black-and-white menu with a transparent effect.</p><p><img
title="BlackBookMag"  src="http://www.problogdesign.com/wp-content/uploads/2009/12/BlackBookMag.png"  alt="BlackBookMag"  width="421"  height="150" /></p><p><a
href="http://agachi.name/"  target="_blank" >12. Agachi</a></p><p>A simple multi-line menu with soft blue colors.</p><p><img
class="aligncenter size-full wp-image-4030"  title="Agachi"  src="http://www.problogdesign.com/wp-content/uploads/2009/12/Agachi.png"  alt="Agachi"  width="502"  height="116" /></p><p><a
href="http://mac.appstorm.net/"  target="_blank" >13. App Storm</a></p><p>A classy example of a minimalist multi-line menu.</p><p><img
class="aligncenter size-full wp-image-4032"  title="AppStorm"  src="http://www.problogdesign.com/wp-content/uploads/2009/12/AppStorm.png"  alt="AppStorm"  width="499"  height="100" /></p><p><a
href="http://www.builtbybuffalo.com/"  target="_blank" >14. Built By Buffalo</a></p><p>Wide tabs and simple fonts give this menu a pretty sophisticated look.</p><p><img
class="aligncenter size-full wp-image-4035"  title="BuiltByBuffalo"  src="http://www.problogdesign.com/wp-content/uploads/2009/12/BuiltByBuffalo.png"  alt="BuiltByBuffalo"  width="506"  height="136" /></p><p><a
href="http://clearleft.com/" >15. Clear Left</a></p><p>Another multi-line menu with a great color scheme.</p><p><img
class="aligncenter size-full wp-image-4037"  title="ClearLeft"  src="http://www.problogdesign.com/wp-content/uploads/2009/12/ClearLeft.png"  alt="ClearLeft"  width="501"  height="121" /></p><p><a
href="http://www.fashionphotographer.it/" >16. Fashion Photography</a></p><p>A truly dynamic menu. A thumbnail pops up every time you hover on a menu item.</p><p><img
class="aligncenter size-full wp-image-4044"  title="FasionPhotography"  src="http://www.problogdesign.com/wp-content/uploads/2009/12/FasionPhotography.png"  alt="FasionPhotography"  width="480"  height="190" /></p><p><a
href="http://www.miaandmaggie.com/"  target="_blank" >17. Mia and Maggie</a></p><p>A cool multi-line menu with the traditional underline effect.</p><p><img
class="aligncenter size-full wp-image-4056"  title="MiaAndMaggie"  src="http://www.problogdesign.com/wp-content/uploads/2009/12/MiaAndMaggie.png"  alt="MiaAndMaggie"  width="466"  height="130" /></p><p><a
href="http://michaelaustinproductions.com/"  target="_blank" >18. Michael Austin</a></p><p>Wide tabs and simple colors.</p><p><img
class="aligncenter size-full wp-image-4057"  title="MichaelAustinProductions"  src="http://www.problogdesign.com/wp-content/uploads/2009/12/MichaelAustinProductions.png"  alt="MichaelAustinProductions"  width="500"  height="155" /></p><p><a
href="http://www.mint.com/"  target="_blank" >19. Mint</a></p><p>Another wide-tabbed menu with a transparent effect.</p><p><img
class="aligncenter size-full wp-image-4058"  title="Mint"  src="http://www.problogdesign.com/wp-content/uploads/2009/12/Mint.png"  alt="Mint"  width="501"  height="158" /></p><p><a
href="http://rockatee.com/"  target="_blank" >20. Rockatee</a></p><p>Refreshing use of numbers with each menu item.</p><p><img
class="aligncenter size-full wp-image-4065"  title="Rockatee"  src="http://www.problogdesign.com/wp-content/uploads/2009/12/Rockatee.png"  alt="Rockatee"  width="498"  height="123" /></p><p><a
href="http://www.ronnypries.de/"  target="_blank" >21.Ronny Pries</a></p><p>Chalk-on-blackboard effect makes the menu casual yet creative.</p><p><img
class="aligncenter size-full wp-image-4066"  title="RonnyPries"  src="http://www.problogdesign.com/wp-content/uploads/2009/12/RonnyPries.png"  alt="RonnyPries"  width="413"  height="159" /></p><p><a
href="http://www.royalcaribbean.com/home.do"  target="_blank" >22. Royal Caribbean</a></p><p>Another great menu with elegant fonts and nice contrasting colors.</p><p><img
class="aligncenter size-full wp-image-4067"  title="RoyalCarribean"  src="http://www.problogdesign.com/wp-content/uploads/2009/12/RoyalCarribean.png"  alt="RoyalCarribean"  width="501"  height="66" /></p><p><a
href="http://www.smallstone.com/home.php"  target="_blank" >23. Small Stone</a></p><p>A really creative and unique menu for a DJ.</p><p><img
class="aligncenter size-full wp-image-4068"  title="SmallStone"  src="http://www.problogdesign.com/wp-content/uploads/2009/12/SmallStone.png"  alt="SmallStone"  width="505"  height="164" /></p><p><a
href="http://http://www.sohtanaka.com/"  target="_blank" >24. Sohtanaka</a></p><p>Pretty colors, elegant fonts and light effects.</p><p><img
class="aligncenter size-full wp-image-4069"  title="Sohtanaka"  src="http://www.problogdesign.com/wp-content/uploads/2009/12/Sohtanaka.png"  alt="Sohtanaka"  width="481"  height="187" /></p><p><a
href="http://theresumegirl.com/"  target="_blank" >25. The Resume Girl</a></p><p>Another creative menu with a nice casual look.</p><p><img
class="aligncenter size-full wp-image-4072"  title="TheResumeGirl"  src="http://www.problogdesign.com/wp-content/uploads/2009/12/TheResumeGirl.png"  alt="TheResumeGirl"  width="517"  height="136" /></p><p><a
href="http://www.weareskylarkin.com/" >26. Sky Larkin</a></p><p>Each item in the menu is of a different color when you mouse over it. Really creative and fun.</p><p><img
class="aligncenter size-full wp-image-4073"  title="WeareSkylarkin"  src="http://www.problogdesign.com/wp-content/uploads/2009/12/WeareSkylarkin.png"  alt="WeareSkylarkin"  width="498"  height="129" /></p><p><a
href="http://jobs.webdesignerwall.com/" >27. Web Designer Wall</a></p><p>Another casual sticky-note style menu.</p><p><img
class="aligncenter size-full wp-image-4074"  title="WebDesignerWll"  src="http://www.problogdesign.com/wp-content/uploads/2009/12/WebDesignerWll.png"  alt="WebDesignerWll"  width="490"  height="156" /></p><h2>Vertical Designs:</h2><p><a
href="http://surfstation.com/" >28. Surfstation</a></p><p>One of the most elegant menus. Nice use of bullets in a minimalist design.</p><p><img
title="SurfStation"  src="http://www.problogdesign.com/wp-content/uploads/2009/12/SurfStation.png"  alt="SurfStation"  width="278"  height="282" /></p><p><a
href="http://www.alexcohaniuc.com/" >29. Alex Cohaniuc</a></p><p>An expandable vertical menu with lots of colors.</p><p><img
title="AlexCohaniuc"  src="http://www.problogdesign.com/wp-content/uploads/2009/12/AlexCohaniuc.png"  alt="AlexCohaniuc"  width="249"  height="268" /></p><p><a
href="http://www.carbonica.org/" >30. Carbonica</a></p><p>A casual arrow and a circle indicates the current page. The casual font also adds to the beauty of this menu.</p><p><img
title="-Carbonia"  src="http://www.problogdesign.com/wp-content/uploads/2009/12/Carbonia.png"  alt="-Carbonia"  width="296"  height="310" /></p><p><a
href="http://www.districtsolutions.co.uk/candidates/" >31. District Solutions</a></p><p>Every item in this vertical menu turns a different color when you mouse over it.</p><p><img
title="DistrictSolutions"  src="http://www.problogdesign.com/wp-content/uploads/2009/12/DistrictSolutions.png"  alt="DistrictSolutions"  width="180"  height="258" /></p><p><a
href="http://iipvapi.com/" >32. IipVapi</a></p><p>A black-and-white vertical menu in the shape of a post card.</p><p><img
title="IipVapi"  src="http://www.problogdesign.com/wp-content/uploads/2009/12/IipVapi.png"  alt="IipVapi"  width="241"  height="259" /></p><p><a
href="http://intereactive.net/" >33. Intereactive</a></p><p>An elegant, multi-line vertical menu.</p><p><img
title="Interactive"  src="http://www.problogdesign.com/wp-content/uploads/2009/12/Interactive.png"  alt="Interactive"  width="213"  height="266" /></p><p><a
href="http://www.powertotheposter.org/" >34.  Power To The Poster</a></p><p>Sophisticated fonts and a transparent effect make this menu stand out.</p><p><img
title="-PowerToThePoster"  src="http://www.problogdesign.com/wp-content/uploads/2009/12/PowerToThePoster.png"  alt="-PowerToThePoster"  width="227"  height="286" /></p><p><a
href="http://www.jeffsarmiento.com/" >35. Jeff Sarmiento</a></p><p>A colorful menu with extra large fonts and symbols.</p><p><img
title="-JeffSarmiento"  src="http://www.problogdesign.com/wp-content/uploads/2009/12/JeffSarmiento.png"  alt="-JeffSarmiento"  width="249"  height="257" /></p><p><a
href="http://macallanridge.com/" >36. McAllan Ridge</a></p><p>Another multi-line menu with a nice textured background.</p><p><img
title="McAllanRidge"  src="http://www.problogdesign.com/wp-content/uploads/2009/12/McAllanRidge.png"  alt="McAllanRidge"  width="228"  height="287" /></p><p><a
href="http://www.nandodesigner.com/home.htm" >37. Nando Designer</a></p><p>A casual menu with a notebook effect.</p><p><img
title="NandoDesigner"  src="http://www.problogdesign.com/wp-content/uploads/2009/12/NandoDesigner.png"  alt="NandoDesigner"  width="222"  height="212" /></p><p><a
href="http://www.pixelmedia.com/index.aspx" >38. Pixel Media</a></p><p>Simple and elegant.</p><p><img
title="-PixelMedia"  src="http://www.problogdesign.com/wp-content/uploads/2009/12/PixelMedia.png"  alt="-PixelMedia"  width="245"  height="197" /></p><p><a
href="http://www.nickad.com/" >39. Nick Ad</a></p><p>A highly dynamic menu with great effects and contrasting colors.</p><p><img
title="NickAd"  src="http://www.problogdesign.com/wp-content/uploads/2009/12/NickAd.png"  alt="NickAd"  width="238"  height="134" /></p><p><a
href="http://www.nocturnalmiami.com/" >40. Nocturnal Miami</a></p><p>Another vertical menu with a transparent effect.</p><p><img
title="NocturnalMiami"  src="http://www.problogdesign.com/wp-content/uploads/2009/12/NocturnalMiami.png"  alt="NocturnalMiami"  width="145"  height="221" /></p><h2>Your Favorite Menus</h2><p>Every site on the internet has its own menu, which means it&#8217;s simply impossible for us to even come close to finding all of the amazing menu designs out there.</p><p>What sites have you visited with a menu so nicely done, that <strong>you actually paused to look at it?</strong></p> <img src="http://feeds.feedburner.com/~r/ProBlogDesign/~4/HE2_kFSxaeE" height="1" width="1"/>]]></content:encoded> <wfw:commentRss>http://www.problogdesign.com/inspiration/40-creative-navigation-menus/feed/</wfw:commentRss> <slash:comments>23</slash:comments> <feedburner:origLink>http://www.problogdesign.com/inspiration/40-creative-navigation-menus/</feedburner:origLink></item> <item><title>Fundamentals of A/B and Multivariate Testing</title><link>http://feedproxy.google.com/~r/ProBlogDesign/~3/EoBbZs88IBo/</link> <comments>http://www.problogdesign.com/analytics/fundamentals-of-ab-and-multivariate-testing/#comments</comments> <pubDate>Thu, 18 Feb 2010 16:00:25 +0000</pubDate> <dc:creator>Mark Thompson</dc:creator> <category><![CDATA[Analytics]]></category> <category><![CDATA[A/B Testing]]></category> <category><![CDATA[E-commerce]]></category> <category><![CDATA[Goal Conversion]]></category> <category><![CDATA[Multivariate Testing]]></category><guid isPermaLink="false">http://www.problogdesign.com/?p=4326</guid> <description><![CDATA[<img
src="http://www.problogdesign.com/wp-content/uploads/2010/02/ab1.jpg" alt="A/B And Multivariate Testing" title="A/B And Multivariate Testing" width="560" height="145" class="alignnone size-full wp-image-4605" />Many companies worry so much about how much traffic they can drive to their website.  The real focus should be <strong>how can you convert more website visitors?</strong> Effective website testing can help increase site performance, usability and conversions.By using <strong>A/B and multivariate testing</strong> techniques, you can experiment with different design elements to find a winning combination.Lets take a look at the fundamentals of both A/B and multivariate testing.]]></description> <content:encoded><![CDATA[<p><img
src="http://www.problogdesign.com/wp-content/uploads/2010/02/ab1.jpg"  alt="A/B And Multivariate Testing"  title="A/B And Multivariate Testing"  width="560"  height="145"  class="alignnone size-full wp-image-4605" /></p><p>Many companies worry so much about how much traffic they can drive to their website.  The real focus should be <strong>how can you convert more website visitors?</strong> Effective website testing can help increase site performance, usability and conversions.</p><p>By using <strong>A/B and multivariate testing</strong> techniques, you can experiment with different design elements to find a winning combination.</p><p>Lets take a look at the fundamentals of both A/B and multivariate testing.</p><h2>A/B Testing</h2><p>By definition A/B testing or split testing is testing the <strong>effectiveness of one landing page over another</strong>. Normally the current landing page will be used as the control, and a second page with some changes to the original will be used as the experiment.</p><p>There are a number of <strong>different elements that can be tested</strong> including colors, fonts, layouts, graphics, icons, headlines, offers, etc.</p><p>For this example, I will be using the <a
href="http://www.google.com/websiteoptimizer" >Google Website Optimizer</a>, a free testing tool that allows you to perform and track A/B and multivariate tests.</p><h4>1.  Identify the Page to Test</h4><p>Decide on a page you would like to test.  It&#8217;s recommended that you choose a page with <strong>high traffic</strong> so you can gather data faster and make a conclusion.</p><p>Once you have chosen a page, decide on one element that you would like to use as your testing element. <strong>Be bold when it comes to your testing element</strong>. If you simply change one word in a headline or change a color from black to grey, your chances of seeing noticeable differences are minimal.</p><p><a
href="http://www.problogdesign.com/wp-content/uploads/2010/02/ab-testing-version-a1.jpg" ><img
class="alignnone size-full wp-image-4370"  title="ab-testing-version-a"  src="http://www.problogdesign.com/wp-content/uploads/2010/02/ab-testing-version-a1.jpg"  alt=""  width="562"  height="217" /></a></p><p><a
href="http://www.problogdesign.com/wp-content/uploads/2010/02/ab-testing-version-b1.jpg" ><img
class="alignnone size-full wp-image-4371"  title="ab-testing-version-b"  src="http://www.problogdesign.com/wp-content/uploads/2010/02/ab-testing-version-b1.jpg"  alt=""  width="562"  height="221" /></a></p><h4>2.  Choose the Conversion Page</h4><p>Decide on a <strong>desired goal</strong> that you want to track. That can be a contact form submission, a download, a purchase, a sign-up, a time-on-site goal, etc.</p><p>If you are tracking a form submission, purchase or a sign-up&#8230;you will want to have a unique &#8220;thank you&#8221; url that you can use as your completion page.  This is the url you will add in the goals.</p><p><em>URL Goal in Google Analytics:  Analytics Settings &gt;&gt; Edit &gt;&gt; Add Goal &gt;&gt;</em></p><p>Name the Goal, Choose &#8220;URL Destination&#8221;, then insert the unique URL under &#8220;Goal URL&#8221;</p><p>If you are looking to track an engagement on your site like Time On Site or # of Pages Visited:</p><p><em>URL Goal in Google Analytics:  Analytics Settings &gt;&gt; Edit  &gt;&gt; Add Goal &gt;&gt;</em></p><p>Name the Goal, Choose &#8220;Time on Site&#8221; or &#8220;Pages/Visit&#8221;, then enter the length of engagement.</p><p><a
href="http://www.problogdesign.com/wp-content/uploads/2010/02/conversion-page2.jpg" ><img
class="alignnone size-full wp-image-4372"  title="conversion-page"  src="http://www.problogdesign.com/wp-content/uploads/2010/02/conversion-page2.jpg"  alt=""  width="562"  height="139" /></a></p><p>If you are looking to track engagement goals, every site is different, so there will not be a benchmark to go off of&#8230;.except your own.  Monitor your current time on site and pages visited, then watch your progress over time to see your metrics have improved or declined.</p><h4>3.  Set up Tracking Scripts</h4><p>In order to track your experiment properly you will need to add tracking scripts <strong>to your control, test, and goal pages</strong>.  Depending on which testing software you use, it may very slightly, however they are very similar when setting up the tracking.  Usually it will be a small snippet of java-script code.  For Website Optimizer you can see the <a
href="http://www.google.com/support/websiteoptimizer/bin/answer.py?answer=71362" >full installation guide here</a>.</p><blockquote><p>There are two types of script that needs to installed on your pages.  Although it looks complicated, each set of script serves a purpose:</p></blockquote><ul><blockquote><li>First, there&#8217;s the control script. Among other things, the  control script makes sure that the experiment variations are switched  randomly and that all variations are displayed an equal number of times.  For this experiment (and in most cases), place the control script  immediately after the &lt;head&gt; tag. You&#8217;ll need to install the  control script just on your original test page. For this experiment (and in most cases), place the tracking script  immediately before the closing &lt;/body&gt; tag in each page.</li><li>The second set of script is the tracking script. It ensures  that visits to both the test page and the conversion page are tracked by  Website Optimizer for the experiment. For this experiment (and in most  cases), place the tracking script immediately before the closing  &lt;/body&gt; tag in each page. You&#8217;ll need to add the tracking script  to your original test page, each of the alternate variation pages you&#8217;ve  created, and your conversion page.</li></blockquote></ul><h4>4.  Decide on A/B Distribution, then Start!</h4><p>Depending on the number of tests you are running, you will have to decide on what<strong> percentage of your traffic</strong> will be displayed the control page and version A, version B, etc. If you&#8217;re testing 2 pages, splitting the traffic up with 50% for each page is the simplest way to do it.</p><p>I would recommend <strong>starting with only one variable</strong> (i.e. your normal page, plus a page with one thing changed), unless you have a large amount of traffic to send to multiple test pages.</p><h4>5.  Analyze Results</h4><p>Your testing efforts mean nothing if you don&#8217;t analyze the results and <strong>implement changes based on them</strong>. Google Website Optimizer has great reporting features that allow you to see which variation was more successful.</p><p>In this screen shot you can see the different variations that were tested, the estimated conversion rate, chances to beat the original page, and the actual improvements.  The green percentages are improvements, while the red are variations that perform worse than the original.  To the far right you can see the number of conversions and impressions that each variation received.  Again, its important to state that unless you have a high number of conversions, you may want to start with one variation.</p><p><a
href="http://www.problogdesign.com/wp-content/uploads/2010/02/website-optimizer-results.jpg" ><img
class="alignnone size-full wp-image-4328"  title="website-optimizer-results"  src="http://www.problogdesign.com/wp-content/uploads/2010/02/website-optimizer-results.jpg"  alt=""  width="560"  height="215" /></a></p><h2>Multivariate Testing</h2><p>A more complex test, the <a
href="http://www.sitespect.com/testingsuccess/" >multivariate test</a> allows you to test multiple page variables at one time.  Unlike A/B testing, multivariate testing can essentially test <strong>endless variable combinations</strong>.</p><p>The only limitations are the <strong>amount of time it will take to gain sufficient data</strong> to come to a reasonable conclusion.  The more components you add to a test, the longer and more data you will need to complete a test.</p><p>The process of designing a multivariate experiment is very <strong>similar to setting up an A/B testing</strong> experiment, however, what to test is slightly more involved.  This graphic is a great representation of how each user is shown different elements on a page.</p><p><a
href="http://www.problogdesign.com/wp-content/uploads/2010/02/multivariate-testing-image.jpg" ><img
class="alignnone size-full wp-image-4350"  title="multivariate-testing-image"  src="http://www.problogdesign.com/wp-content/uploads/2010/02/multivariate-testing-image.jpg"  alt=""  width="560"  height="280" /></a></p><p><strong>Website Testing Tools and Resources</strong></p><p>Testing Tools<strong>:<br/> </strong></p><ul><li><a
href="http://www.google.com/websiteoptimizer" >Google Website Optimizer</a></li><li><a
href="http://www.omniture.com/en/products/conversion/testandtarget" >Omniture Test &amp; Target</a></li><li><a
href="http://www.visistat.com/" >Visistat</a></li></ul><p>Further Resources &amp; Readings:</p><ul><li><a
href="http://services.google.com/training/websiteoptimizeruserguide/" >Website  Optimizer User Guide (Video Tutorial)</a></li><li><a
href="http://websiteoptimizer.blogspot.com/2009/04/advanced-website-optimizer-tricks.html" >Advanced Website Optimizer Tricks</a></li><li><a
href="http://www.uxbooth.com/blog/how-to-increase-site-performance-through-ab-split-testing/" >How to Increase Site Performance Through A/B Split Testing</a></li><li><a
href="http://www.clickz.com/3500811" >How to Improve A/B Testing</a></li></ul><p>Recommended Books:</p><ul><li><a
href="http://www.amazon.com/Always-Be-Testing-Complete-Optimizer/dp/0470290633/ref=sr_1_1?ie=UTF8&amp;s=books&amp;qid=1265569338&amp;sr=8-1" >Always Be Testing: The Complete Guide to Google Website Optimizer</a></li><li><a
href="http://www.amazon.com/dp/0470253126/" >Advance Web Metrics with Google Analytics</a></li><li><a
href="http://www.amazon.com/dp/0470174625/" >Landing Page Optimization: The Definite Guide to Testing and Tuning for Conversions</a></li><li><a
href="http://www.amazon.com/dp/0321489829/" >Web Design for ROI: Turning Browsers into Buyers &amp; Prospects into Leads</a></li></ul><p>It should be said that you can perform these testing techniques on not only web pages, but <strong>email marketing campaigns</strong>, banner ads, and paid  placement campaigns.</p><p>It should also be noted that you should <strong>always be testing</strong>. Just because variation A beat out your original page, doesn&#8217;t mean you should stick with that page. Try testing variation A with variation B to see if you can continue to improve.</p><p>Website testing is becoming a main component in more and more company marketing strategies. Marketers are beginning to realize that improving the conversion rate for existing traffic can be much <strong>more effective than trying to drive more traffic</strong> and convert less.</p><p>Have you experimented with A/B or Multivariate testing before? <strong>I&#8217;d love to hear your experiences and what parts of your site you tested!</strong></p> <img src="http://feeds.feedburner.com/~r/ProBlogDesign/~4/EoBbZs88IBo" height="1" width="1"/>]]></content:encoded> <wfw:commentRss>http://www.problogdesign.com/analytics/fundamentals-of-ab-and-multivariate-testing/feed/</wfw:commentRss> <slash:comments>15</slash:comments> <feedburner:origLink>http://www.problogdesign.com/analytics/fundamentals-of-ab-and-multivariate-testing/</feedburner:origLink></item> <item><title>50 jQuery Tools for Awesome Websites</title><link>http://feedproxy.google.com/~r/ProBlogDesign/~3/hH_MqAE1S4Y/</link> <comments>http://www.problogdesign.com/resources/50-jquery-tools-for-awesome-websites/#comments</comments> <pubDate>Mon, 15 Feb 2010 16:00:18 +0000</pubDate> <dc:creator>denbagus</dc:creator> <category><![CDATA[Resources]]></category> <category><![CDATA[Forms]]></category> <category><![CDATA[Functionality]]></category> <category><![CDATA[Galleries]]></category> <category><![CDATA[JavaScript]]></category> <category><![CDATA[JQuery]]></category> <category><![CDATA[Tables]]></category> <category><![CDATA[WYSIWYG]]></category><guid isPermaLink="false">http://www.problogdesign.com/?p=3859</guid> <description><![CDATA[<img
class="aligncenter size-full wp-image-3860" title="compleate-jquery" src="http://www.problogdesign.com/wp-content/uploads/2009/12/head.jpg" alt="compleate-jquery" width="560" height="145" />By now, everyone has heard of jQuery. It's a framework that <strong>makes JavaScript development much easier</strong>, and has become massively popular for adding JavaScript functionality to websites.In this post, we've picked out 50 of the best scripts we know of and talked about why they rock. They can help in just about <strong>any aspect of a website</strong>, so enjoy!]]></description> <content:encoded><![CDATA[<p><img
class="aligncenter size-full wp-image-3860"  title="compleate-jquery"  src="http://www.problogdesign.com/wp-content/uploads/2009/12/head.jpg"  alt="compleate-jquery"  width="560"  height="145" /></p><p>By now, everyone has heard of jQuery. It&#8217;s a framework that <strong>makes JavaScript development much easier</strong>, and has become massively popular for adding JavaScript functionality to websites.</p><p>In this post, we&#8217;ve picked out 50 of the best scripts we know of and talked about why they rock. They can help in just about <strong>any aspect of a website</strong>, so enjoy!</p><h3>Editors</h3><p>These first tools don&#8217;t use jQuery themselves, instead, they&#8217;re editors to help you write and edit your own jQuery scripts.</p><p><strong>1. Aptana Studio</strong></p><p><strong><img
class="aligncenter size-full wp-image-3865"  title="aptana"  src="http://www.problogdesign.com/wp-content/uploads/2009/12/aptana.jpg"  alt="aptana"  width="560"  height="86" /><br/> </strong></p><p><a
title="completion and debugging Javascript"  href="http://www.aptana.org/"  target="_blank" >Aptana Studio</a> is a tool built for making great websites and webapps. It supports a wide range of JavaScript frameworks, including jQuery.</p><p><strong>2. Komodo Edit</strong></p><p><strong><img
class="aligncenter size-full wp-image-3867"  title="komodo-edit"  src="http://www.problogdesign.com/wp-content/uploads/2009/12/komodo.jpg"  alt="komodo-edit"  width="560"  height="86" /></strong></p><p><a
title="editor for javascript"  href="http://www.activestate.com/komodo_edit/"  target="_self" >Komodo Edit</a> is an open source editor that provides features such as auto complete, call tips (CSS, HTML, JavaScript, Perl, PHP, Python, Ruby, Tcl, XML and XSLT), multi-language file support, syntax coloring, syntax checking, Vi emulation, Emacs key bindings and more. One of the most useful features is the ability to extend Komodo Edit. You can find lots of useful add-ons for JavaScript developers like <a
href="http://community.activestate.com/forum-topic/using-dom-inspector-komodo" >DOM Inspector</a> ,<a
href="http://community.activestate.com/node/1824" > Komodo Extension Developer</a> ,<a
href="http://community.activestate.com/node/2775" >Venkman JavaScript Debugger</a> and  <a
href="http://community.activestate.com/node/2844" >Hack It</a></p><p><strong>3. Spket IDE</strong></p><p><strong><img
class="aligncenter size-full wp-image-3876"  title="spket"  src="http://www.problogdesign.com/wp-content/uploads/2009/12/spket.jpg"  alt="spket"  width="560"  height="85" /></strong></p><p><a
title="toolkit for javascript"  href="http://www.spket.com/"  target="_blank" >Spket IDE</a> provides features like code completion, syntax highlighting etc. to help developers create efficient JavaScript code productively. Spket IDE is free for non-commercial use.</p><h3>Navigation</h3><p><strong>4. Coda-Slider 2.0</strong></p><p><strong><img
class="aligncenter size-full wp-image-3950"  title="coda"  src="http://www.problogdesign.com/wp-content/uploads/2009/12/coda.jpg"  alt="coda"  width="559"  height="255" /></strong></p><p><a
title="code-slider"  href="http://www.ndoherty.com/demos/coda-slider/1.1.1"  target="_blank" >Coda-slider</a> JQuery plugin, which was published first in September 2007. Their goal was to mimic the regulatory impact on the promo page for Panic Software Coda. Coda-Slider 2.0 was built from scratch and should be much more flexible and lighter than its predecessor.</p><p><strong>5. jQuery Treeview Plugin</strong></p><p><strong><img
class="aligncenter size-full wp-image-3957"  title="treeview1"  src="http://www.problogdesign.com/wp-content/uploads/2009/12/treeview1.jpg"  alt="treeview1"  width="560"  height="145" /></strong></p><p><a
title="treeview"  href="http://bassistance.de/jquery-plugins/jquery-plugin-treeview/"  target="_blank" >jQuery Treeview Plugin</a> is Lightweight and flexible transformation of an unordered list into an expandable and collapsible tree, ideal for unobtrusive navigation enhancements. It can even set a cookie to remember how a user last left the menu.</p><p><strong>6. Accordion Menu</strong></p><p><strong><img
class="aligncenter size-full wp-image-3955"  title="accordion"  src="http://www.problogdesign.com/wp-content/uploads/2009/12/accordion.jpg"  alt="accordion"  width="560"  height="247" /></strong>This plugin creates an <a
title="accordion"  href="http://bassistance.de/jquery-plugins/jquery-plugin-accordion/"  target="_self" >accordion menu</a>. It works with nested lists, definition lists, or even just nested divs. It has options to specify the structure in which the active element (to adjust to the first display) and animations.</p><p><strong>7. jquery mb.menu</strong></p><p><strong><img
class="aligncenter size-full wp-image-3889"  title="mb.menu"  src="http://www.problogdesign.com/wp-content/uploads/2009/12/mb.jpg"  alt="mb.menu"  width="560"  height="191" /></strong></p><p><a
href="http://pupunzi.open-lab.com/mb-jquery-components/mb-_menu/" >jquery mb.menu</a> is another very powerful component for easy creation of jQuery multilevel tree menu or context menu (right mouse button).</p><h3>Forms</h3><p><strong>8. jQuery Nice Form</strong></p><p><strong><img
class="aligncenter size-full wp-image-3974"  title="jnicee"  src="http://www.problogdesign.com/wp-content/uploads/2009/12/jnicee.jpg"  alt="jnicee"  width="560"  height="294" /><br/> </strong></p><p><strong> </strong></p><p><a
title="jnice"  href="http://www.whitespace-creative.com/jquery/jNice/"  target="_blank" >jQuery Nice Form</a> is simple way to create a form, but can also make more complicated forms if you desire.</p><p><strong>9. jQuery form validation </strong></p><p><img
class="aligncenter size-full wp-image-3975"  title="valiidation"  src="http://www.problogdesign.com/wp-content/uploads/2009/12/valiidation.jpg"  alt="valiidation"  width="510"  height="258" /></p><p><a
title="jquery-plugin-validation"  href="http://bassistance.de/jquery-plugins/jquery-plugin-validation/"  target="_blank" >jQuery Validation</a> is a jQuery plugin that checks a user&#8217;s input as they fill out a form.</p><p><strong>10 . Ajax Fancy Captcha</strong></p><p><strong><img
class="aligncenter size-full wp-image-3980"  title="fancycaptcha"  src="http://www.problogdesign.com/wp-content/uploads/2009/12/fancycaptcha.jpg"  alt="fancycaptcha"  width="560"  height="300" /><br/> </strong></p><p><a
title="ajax-fancy-captcha"  href="http://www.webdesignbeach.com/beachbar/ajax-fancy-captcha-jquery-plugin"  target="_blank" >Ajax Fancy Captcha</a> is a jQuery plugin will helps you protect your web pages from bots and spammers.</p><p><strong>11. Masked Input Plugin</strong></p><p><strong><img
class="aligncenter size-full wp-image-3971"  title="masked"  src="http://www.problogdesign.com/wp-content/uploads/2009/12/masked.jpg"  alt="masked"  width="560"  height="252" /></strong></p><p><a
title="Masked Input Plugin"  href="http://digitalbush.com/projects/masked-input-plugin/"  target="_blank" >Masked Input Plugin</a> lets you easily set a format that a form input must be in, e.g. a phone number field could onto contain numbers, dashes and dots.</p><h3>Tables</h3><p><strong>12. DataTables</strong></p><p><strong><img
class="aligncenter size-full wp-image-3986"  title="datatables"  src="http://www.problogdesign.com/wp-content/uploads/2009/12/datatables.jpg"  alt="datatables"  width="559"  height="224" /></strong></p><p><a
title="datatables"  href="http://www.datatables.net/"  target="_blank" >DataTables </a>is plugin for Jquery.  This is a very flexible tool, that adds advanced interactive controls to any HTML table</p><p><strong>13. TableSorter</strong></p><p><strong><img
class="aligncenter size-full wp-image-3987"  title="tablesorter"  src="http://www.problogdesign.com/wp-content/uploads/2009/12/tablesorter.jpg"  alt="tablesorter"  width="560"  height="141" /></strong></p><p><a
title="tablesorter"  href="http://tablesorter.com/"  target="_blank" >Tablesorter </a>is a JQuery plugin for turning a standard HTML table with THEAD and TBODY tags into a sorted table without reloading the page. Tablesorter successfully analyzes and classifies the different types of data in the cells.</p><p><strong>14. FlexiGrid</strong></p><p><img
class="aligncenter size-full wp-image-3988"  title="flexigrid"  src="http://www.problogdesign.com/wp-content/uploads/2009/12/flexigrid.jpg"  alt="flexigrid"  width="559"  height="249" /></p><p><a
title="flexigrid"  href="http://flexigrid.info/"  target="_blank" >Flexigrid</a> adds a lot of formatting options to tables, including pagination, column sizing and navigation/search controls.</p><p><strong>15. Colorize</strong></p><p><strong><strong><strong><img
class="aligncenter size-full wp-image-3989"  title="colorize"  src="http://www.problogdesign.com/wp-content/uploads/2009/12/colorize.jpg"  alt="colorize"  width="560"  height="222" /></strong></strong></strong></p><p><a
title="colorize"  href="http://franca.exofire.net/js/stripes_plugin.html"  target="_blank" >Colorize</a> highlights the columns/rows that a user has currently moused over or selected. You can set the exact color changes you&#8217;d like in the options.</p><p><strong>16. uiTableFilter</strong></p><p><strong><img
class="aligncenter size-full wp-image-3990"  title="filter"  src="http://www.problogdesign.com/wp-content/uploads/2009/12/filter.jpg"  alt="filter"  width="560"  height="249" /></strong></p><p><a
title="uitablefilter"  href="http://gregweber.info/projects/uitablefilter"  target="_blank" >uiTableFilter </a>allows you to instantly search a table and only display rows with your results in them, e.g. check out the <a
href="http://gregweber.info/projects/demo/flavorzoom.html" >demo page</a>.</p><h3>Upload Files</h3><p><strong>17. Uploadify</strong></p><p><img
class="aligncenter size-full wp-image-3992"  title="uploadify"  src="http://www.problogdesign.com/wp-content/uploads/2009/12/uploadify.jpg"  alt="uploadify"  width="559"  height="221" /></p><p><a
title="uploadify"  href="http://www.uploadify.com/"  target="_blank" >Uploadify </a>is a JQuery plugin that allows easy integration of multiple (or single) file upload boxes on your website. This plugin requires Flash as well.</p><p><strong>18.<strong> Multiple File Upload Plugin</strong></strong></p><p><strong><strong><img
class="aligncenter size-full wp-image-3993"  title="multiple"  src="http://www.problogdesign.com/wp-content/uploads/2009/12/multiple.jpg"  alt="multiple"  width="560"  height="128" /></strong></strong><a
title="multiple-file-upload"  href="http://www.fyneworks.com/jquery/multiple-file-upload/#tab-Overview"  target="_blank" >Multiple File Upload Plugin</a> (jQuery.MultiFile) is another plugin for allowing multiple file uploads, but this time without Flash being needed.</p><h3>Image SlideShows and Galleries</h3><p><strong>19. Ad Gallery – Custom Photo jQuery Plugin</strong></p><p><img
class="aligncenter size-full wp-image-3999"  title="ad"  src="http://www.problogdesign.com/wp-content/uploads/2009/12/ad.jpg"  alt="ad"  width="560"  height="471" /></p><p><a
title="ad-gallery"  href="http://coffeescripter.com/code/ad-gallery/"  target="_blank" >Ad Gallery</a> takes a simple unordered list of images and then converts them into a, much more presentable, gallery.</p><p><strong>20. slideViewerPro</strong></p><p><strong><img
class="aligncenter size-full wp-image-4000"  title="slideviewer"  src="http://www.problogdesign.com/wp-content/uploads/2009/12/slideviewer.jpg"  alt="slideviewer"  width="560"  height="260" /></strong></p><p><a
title="slideviewerpro"  href="http://www.gcmingati.net/wordpress/wp-content/lab/jquery/svwt/index.html" >SlideViewerPro </a>is another highly recommended script for easily making interactive galleries from your photos.</p><p><strong>21. Pikachoose</strong></p><p><img
class="aligncenter size-full wp-image-4001"  title="pika"  src="http://www.problogdesign.com/wp-content/uploads/2009/12/pika.jpg"  alt="pika"  width="560"  height="438" /></p><p><a
title="pikachoose"  href="http://pikachoose.com/"  target="_blank" >Pikachoose</a> offers a number of options for displaying your pictures, including slideshows.</p><p><strong>22. Galleriffic</strong></p><p><strong><img
class="aligncenter size-full wp-image-4003"  title="gallerffic"  src="http://www.problogdesign.com/wp-content/uploads/2009/12/gallerffic.jpg"  alt="gallerffic"  width="559"  height="392" /></strong></p><p><a
title="galleriffic"  href="http://www.twospy.com/galleriffic/"  target="_blank" >Galleriffic</a> has a slightly different layout for its gallery by default, but it looks great!</p><p><strong>23. Galleria</strong></p><p><strong><img
class="aligncenter size-full wp-image-4004"  title="galleria"  src="http://www.problogdesign.com/wp-content/uploads/2009/12/galleria.jpg"  alt="galleria"  width="559"  height="470" /></strong></p><p><a
title="galleria"  href="http://devkick.com/lab/galleria/"  target="_blank" >Galleria</a> is great because it loads progressively, i.e. as each image is loaded, its thumbnail will appear. It won&#8217;t make you wait for the entire gallery to come down.</p><p><strong>24. Simple Controls Gallery</strong></p><p><img
class="aligncenter size-full wp-image-4008"  title="SimpleControls Gallery"  src="http://www.problogdesign.com/wp-content/uploads/2009/12/SimpleControls-Gallery.jpg"  alt="SimpleControls Gallery"  width="560"  height="388" /></p><p><a
title="simplegallery"  href="http://www.dynamicdrive.com/dynamicindex4/simplegallery.htm"  target="_blank" >Simple Controls Gallery</a> is an easy way of making an automatic slideshow of photos for your users, and offers controls for them to pause/skip forward.</p><p><strong>25. JQuery (MB)gallery</strong></p><p><strong><img
class="aligncenter size-full wp-image-4009"  title="mbgallery"  src="http://www.problogdesign.com/wp-content/uploads/2009/12/mbgallery.jpg"  alt="mbgallery"  width="560"  height="360" /></strong><br/> <a
title="mbgallery"  href="http://pupunzi.open-lab.com/mb-jquery-components/mb-gallery/"  target="_blank" >jQuery (mb)Gallery</a> is a little more complex than some of the other options here, but it supports showing different albums in one gallery so it may be worth the extra effort.</p><p><strong>26. Galleryview</strong></p><p><strong><img
class="aligncenter size-full wp-image-4011"  title="galleryview"  src="http://www.problogdesign.com/wp-content/uploads/2009/12/galleryview.jpg"  alt="galleryview"  width="557"  height="303" /></strong></p><p><a
title="galleryview"  href="http://spaceforaname.com/galleryview"  target="_blank" >GalleryView</a> is extremely well documented/demonstrated on its page so if you&#8217;re unsure about how to set up some of the other plugins, give this one a go!</p><p><strong>27. Supersized</strong></p><p><strong><img
class="aligncenter size-full wp-image-4012"  title="supersized"  src="http://www.problogdesign.com/wp-content/uploads/2009/12/supersized.jpg"  alt="supersized"  width="559"  height="190" /></strong></p><p><a
title="supersized"  href="http://www.buildinternet.com/project/supersized/"  target="_blank" >SUPERSIZED</a>, as you might expect, supports displaying images the full size of the browser window. The cool thing about this is that it will resize the image, keeping their ratios, to fill the screen for you without any part of the picture being cut off.</p><p><strong>28. Easyslider1.5</strong></p><p><strong><img
class="aligncenter size-full wp-image-4014"  title="easyslider"  src="http://www.problogdesign.com/wp-content/uploads/2009/12/easyslider.jpg"  alt="easyslider"  width="560"  height="231" /></strong></p><p><a
title="easyslider"  href="http://cssglobe.com/lab/easyslider1.5/05.html"  target="_blank" > Easy Slider 1.5</a> is jQuery plugin that offers many features such as auto slide, continuous sliding, &#8220;go to first” and “go to last” button, hiding controls, vertical sliding, multiple sliders on one page, and many more.</p><h3>Content Editor</h3><p><strong>29.</strong><strong>jWYSIWYG</strong></p><p><img
class="aligncenter size-full wp-image-4016"  title="jwysiwyg"  src="http://www.problogdesign.com/wp-content/uploads/2009/12/jwysiwyg.jpg"  alt="jwysiwyg"  width="559"  height="219" /></p><p><a
title="jwysiwyg"  href="http://code.google.com/p/jwysiwyg/"  target="_blank" >jWYSIWYG</a> is a lean script that converts text fields into visual content editors.</p><p><strong>30. MarkitUp!</strong></p><p><img
class="aligncenter size-full wp-image-4017"  title="markitup"  src="http://www.problogdesign.com/wp-content/uploads/2009/12/markitup.jpg"  alt="markitup"  width="559"  height="117" /></p><p><a
title="markItUp"  href="http://markitup.jaysalvat.com/home/"  target="_blank" >MarkItUp!</a> is a JavaScript plugin built on the jQuery library. MarkItUp allows you to turn any textarea into a markup editor. HTML, Wiki Syntax, BBCode are all supported, but even better, you can define your own markup language!</p><p><strong>31. HTMLBox </strong></p><p><img
class="aligncenter size-full wp-image-4018"  title="htmlbox"  src="http://www.problogdesign.com/wp-content/uploads/2009/12/htmlbox.jpg"  alt="htmlbox"  width="561"  height="121" /></p><p><a
title="htmlbox"  href="http://remiya.com/cms/projects/jquery-plugins/htmlbox/"  target="_blank" >HTMLBox</a> can convert any textarea into a visual editor. It is very feature complete and packs in just about any formatting option you could ever need!</p><p><strong>32. Lightweight RTE</strong></p><p><img
class="aligncenter size-full wp-image-4021"  title="RTE"  src="http://www.problogdesign.com/wp-content/uploads/2009/12/RTE.jpg"  alt="RTE"  width="558"  height="165" /></p><p>As the name implies, <a
title="rich-text-editor"  href="http://batiste.dosimple.ch/blog/posts/2007-09-11-1/rich-text-editor-jquery.html"  target="_blank" >Lightweight RTE</a> focuses entirely on creating a text editor while adding as little weight as possible to the page. At only 7kb when compressed, I&#8217;d say they succeeded!</p><p><strong>33. WYMEditor</strong></p><p><img
class="aligncenter size-full wp-image-4022"  title="wy"  src="http://www.problogdesign.com/wp-content/uploads/2009/12/wy.jpg"  alt="wy"  width="559"  height="133" /></p><p><a
title="wymeditor"  href="http://www.wymeditor.org/"  target="_blank" >WYMeditor</a> is a WYSIWYM (What You See Is What You Mean) XHTML editor. It focuses on editing the structure of the content to what the user would like, but leaves the presentation controls to you.</p><h3>Twitter</h3><p><strong>34. Realtime Related Tweets</strong></p><p><img
class="aligncenter size-full wp-image-4025"  title="realtime"  src="http://www.problogdesign.com/wp-content/uploads/2009/12/realtime.jpg"  alt="realtime"  width="560"  height="95" /></p><p><a
title="related-tweets"  href="http://www.moretechtips.net/2009/09/realtime-related-tweets-bar-another.html"  target="_blank" >Realtime Related Tweets</a> displays a set of Tweets in real-time that are related to your post.</p><h3>Calendars and Datepickers</h3><p><strong>35. Transcendent</strong></p><p><strong><img
class="aligncenter size-full wp-image-4080"  title="cut"  src="http://www.problogdesign.com/wp-content/uploads/2009/12/cut.jpg"  alt="cut"  width="562"  height="280" /></strong></p><p><a
title="transcendent"  href="http://chrisstormer.com/2008/10/18/transcendent-jquery-date-range-selector-short-cuts/"  target="_blank" >Transcendent</a> makes it easy to set dates via calendars, and even select whole date ranges between two days.</p><p><strong>36. Clockpick</strong></p><p><strong><img
class="aligncenter size-full wp-image-4081"  title="jnathanson"  src="http://www.problogdesign.com/wp-content/uploads/2009/12/jnathanson.jpg"  alt="jnathanson"  width="559"  height="442" /></strong></p><p><a
title="ClockPick"  href="http://www.jnathanson.com/index.cfm?page=jquery/clockpick/ClockPick"  target="_blank" >ClockPick</a> is intended to make setting a time easier. Check out the demo page (click one of the white input fields) to see what you think.</p><p><strong>37. Weekly Calendar</strong></p><p><img
class="aligncenter size-full wp-image-4082"  title="week"  src="http://www.problogdesign.com/wp-content/uploads/2009/12/week.jpg"  alt="week"  width="560"  height="358" /></p><p><a
title="weekly-calendar"  href="http://www.redredred.com.au/new-jquery-weekly-calendar-plugin/"  target="_blank" >Weekly Calendar</a> sets up a great looking calendar very similar in functionality to Google Calendar.</p><p><strong>38. UI Datepicker</strong></p><p><strong><img
class="aligncenter size-full wp-image-4083"  title="data"  src="http://www.problogdesign.com/wp-content/uploads/2009/12/data.jpg"  alt="data"  width="560"  height="313" /></strong></p><p><a
title="datepicker"  href="http://jqueryui.com/demos/datepicker/"  target="_blank" >UI Datepicker</a> makes date entry on forms so much easier for your users.</p><h3>Charts</h3><p><strong>39. Visualize</strong></p><p><img
class="aligncenter size-full wp-image-4085"  title="visualize"  src="http://www.problogdesign.com/wp-content/uploads/2009/12/visualize.jpg"  alt="visualize"  width="560"  height="257" /><a
title="visualize"  href="http://www.filamentgroup.com/lab/jquery_visualize_plugin_accessible_charts_graphs_from_tables_html5_canvas/"  target="_blank" >Visualize </a>is jQuery plugin that turns regular HTML tables of data into charts.</p><p><strong>40. JS Charts</strong></p><p><strong><img
class="aligncenter size-full wp-image-4086"  title="jscharts"  src="http://www.problogdesign.com/wp-content/uploads/2009/12/jscharts.jpg"  alt="jscharts"  width="559"  height="117" /></strong></p><p><a
title="jscharts"  href="http://www.jscharts.com/home"  target="_blank" >JS Charts</a> allows you easily to create a variety of charts, including pie charts, line, and bar graphs.</p><p><strong>41. Google Charts GUI</strong></p><p><strong><img
class="aligncenter size-full wp-image-4087"  title="Google Charts GUI"  src="http://www.problogdesign.com/wp-content/uploads/2009/12/Google-Charts-GUI.jpg"  alt="Google Charts GUI"  width="560"  height="214" /></strong></p><p><a
title="google_chart_gui"  href="http://blog.shinylittlething.com/workshop/google_chart_gui/"  target="_blank" >Google Charts GUI</a> uses the Google Charts API to create its charts, so as you can imagine, they look great.</p><p><strong>42. JqPlot</strong><br/> <img
class="aligncenter size-full wp-image-4090"  title="jqplot"  src="http://www.problogdesign.com/wp-content/uploads/2009/12/jqplot.jpg"  alt="jqplot"  width="561"  height="164" /></p><p><a
title="jqplot"  href="http://www.jqplot.com/"  target="_blank" >jqPlot&#8217;s</a> specialty is for line graphs, as you can see from the screenshot.</p><h3>Tooltips</h3><p><strong>43. jQuery Tooltip – Tooltips done right</strong></p><p><img
class="aligncenter size-full wp-image-4096"  title="tooltip"  src="http://www.problogdesign.com/wp-content/uploads/2009/12/tooltip.jpg"  alt=""  width="560"  height="229" /></p><p><a
title="Tooltips done right"  href="http://flowplayer.org/tools/tooltip.html"  target="_blank" >Tooltips Done Right</a> can set up tooltips with any HTML you like, including images and tables.</p><p><strong>44. Jtip</strong></p><p><img
class="aligncenter size-full wp-image-4097"  title="jtip"  src="http://www.problogdesign.com/wp-content/uploads/2009/12/jtip.jpg"  alt=""  width="559"  height="144" /></p><p><a
title="jtip"  href="http://www.codylindley.com/blogstuff/js/jtip/"  target="_blank" >Jtip </a>is another tooltip script that gives you a lot of control over the output.</p><p>45. jQuery (mb)Tooltip 1.6</p><p><img
class="aligncenter size-full wp-image-4099"  title="mb"  src="http://www.problogdesign.com/wp-content/uploads/2009/12/mb1.jpg"  alt=""  width="561"  height="276" /></p><p><a
title="mbtooltip"  href="http://pupunzi.open-lab.com/2009/02/07/mbtooltip/"  target="_blank" >(mb)Tooltip 1.6</a> will take your regular link &#8220;title&#8221;s and design a nicer looking tooltip from them.</p><h3>Tabs</h3><p><strong>46. TabContainer</strong></p><p><img
class="aligncenter size-full wp-image-4102"  title="tabskin"  src="http://www.problogdesign.com/wp-content/uploads/2009/12/tabskin.jpg"  alt=""  width="560"  height="239" /></p><p><a
title="tabcontainer"  href="http://mattberseth.com/blog/2007/11/jquery_tabcontainer_theme_with.html"  target="_blank" >TabContainer</a> lets you easily set up tabbed sections, and fade between them.</p><p><strong>47. jQuery UI Tabs</strong></p><p><img
class="aligncenter size-full wp-image-4103"  title="jQuery UI Tabs"  src="http://www.problogdesign.com/wp-content/uploads/2009/12/jQuery-UI-Tabs.jpg"  alt=""  width="557"  height="172" /></p><p><a
title="jQuery UI Tabs"  href="http://stilbuero.de/jquery/tabs_3/"  target="_blank" >jQuery UI Tabs</a> is a simple tool for setting up tabbed content areas on your blog.</p><h3>Rounded Corners</h3><p><strong>48. Curvy Corners</strong></p><p><strong><img
class="aligncenter size-full wp-image-4105"  title="corner"  src="http://www.problogdesign.com/wp-content/uploads/2009/12/corner.jpg"  alt=""  width="560"  height="143" /></strong></p><p><a
title="curvycorners"  href="http://blue-anvil.com/jquerycurvycorners/test.html"  target="_blank" >Curvy Corners</a> helps add rounded corners to your divs, at least until CSS3 support for border-radius is more common amongst your users.</p><h3>LightBox</h3><p><strong>49. Thickbox</strong></p><p><strong><img
class="aligncenter size-full wp-image-4107"  title="thickbox"  src="http://www.problogdesign.com/wp-content/uploads/2009/12/thickbox.jpg"  alt=""  width="560"  height="396" /></strong></p><p><a
title="thickbox"  href="http://jquery.com/demo/thickbox/"  target="_blank" >Thickbox</a> is ideal for displaying images. It loads on top of the rest of your page (Not a traditional pop-up though!) and gives the user controls to browse to the next image, space for content and easy exit controls.</p><p><strong>50. SimpleModal</strong></p><p><img
class="aligncenter size-full wp-image-4108"  title="simplemodal"  src="http://www.problogdesign.com/wp-content/uploads/2009/12/simplemodal.jpg"  alt=""  width="559"  height="316" /></p><p><a
title="simplemodal"  href="http://www.ericmmartin.com/projects/simplemodal/"  target="_blank" >SimpleModal</a> creates a similar effect to Thickbox, but its specialty is in displaying any sort of content you like. No need for it to be an image.</p><h2>That&#8217;s Them All!</h2><p>Those are 50 of our favorite jQuery tools. We&#8217;ve covered a wide range of functionality in this list alone, but there is much more out there!</p><p><strong>What jQuery scripts have you used on your sites? </strong>Anything we should know about?</p> <img src="http://feeds.feedburner.com/~r/ProBlogDesign/~4/hH_MqAE1S4Y" height="1" width="1"/>]]></content:encoded> <wfw:commentRss>http://www.problogdesign.com/resources/50-jquery-tools-for-awesome-websites/feed/</wfw:commentRss> <slash:comments>35</slash:comments> <feedburner:origLink>http://www.problogdesign.com/resources/50-jquery-tools-for-awesome-websites/</feedburner:origLink></item> <item><title>Educating Web Designers on Google Analytics</title><link>http://feedproxy.google.com/~r/ProBlogDesign/~3/zDTwZcOSuJE/</link> <comments>http://www.problogdesign.com/tools/educating-web-designers-on-google-analytics/#comments</comments> <pubDate>Thu, 11 Feb 2010 16:00:56 +0000</pubDate> <dc:creator>Mark Thompson</dc:creator> <category><![CDATA[Tools]]></category> <category><![CDATA[Analytics]]></category> <category><![CDATA[E-commerce]]></category> <category><![CDATA[Google]]></category> <category><![CDATA[Site Goals]]></category> <category><![CDATA[Web Designer]]></category><guid isPermaLink="false">http://www.problogdesign.com/?p=4287</guid> <description><![CDATA[<img
src="http://www.problogdesign.com/wp-content/uploads/2010/02/gan2.jpg" alt="Google Analytics for Web Designers" title="Google Analytics for Web Designers" width="560" height="145" class="alignnone size-full wp-image-4362" />Most web designers have heard of <a
href="http://www.google.com/analytics">Google Analytics</a>, but many of them have not taken the time to understand just how valuable the data can be.  There is a wealth of knowledge you can gain about your web traffic that can help improve your site design and marketing efforts.For web designers it is important to understand how visitors are interacting with your site. <em>What pages are visitors landing on? What pages are visitors exiting on?  How long are visitors staying on site?  Where are visitors leaving in the conversion funnel? </em>All of these questions are crucial for turning a pretty website, into a pretty website that converts!]]></description> <content:encoded><![CDATA[<p><img
src="http://www.problogdesign.com/wp-content/uploads/2010/02/gan2.jpg"  alt="Google Analytics for Web Designers"  title="Google Analytics for Web Designers"  width="560"  height="145"  class="alignnone size-full wp-image-4362" /></p><p>Most web designers have heard of <a
href="http://www.google.com/analytics" >Google Analytics</a>, but many of them have not taken the time to understand just how valuable the data can be.  There is a wealth of knowledge you can gain about your web traffic that can help improve your site design and marketing efforts.</p><p>For web designers it is important to understand how visitors are interacting with your site. <em>What pages are visitors landing on? What pages are visitors exiting on?  How long are visitors staying on site?  Where are visitors leaving in the conversion funnel? </em>All of these questions are crucial for turning a pretty website, into a pretty website that converts!</p><p>Let&#8217;s break down the important visitor data specific to web designers that will contribute to <strong>improving usability, engagement, and conversion rates</strong>.</p><h3>Entrance Pages</h3><p><strong><a
href="http://www.problogdesign.com/wp-content/uploads/2010/02/top-entrance-pages.jpg" ><img
class="alignnone size-full wp-image-4291"  title="top-entrance-pages"  src="http://www.problogdesign.com/wp-content/uploads/2010/02/top-entrance-pages.jpg"  alt=""  width="560"  height="145" /></a></strong></p><p>In Google Analytics:  <em>Content &gt;&gt; Top Landing Pages</em></p><p>It is important to understand what pages users are entering on when they get to your website.  For new visitors, this will be the first time they browse your site, so you will want to make sure the page they land on is engaging and compelling.  <em>Are they landing on the homepage?  a service page?  a viral blog post?</em></p><p>For a typical company website, it is normal for the majority of users to enter on the homepage or a service page.<em> </em>For a blog or news focused site, it is not unheard of for popular posts to be the top entrance page.  Look at the <strong>top landing pages and the bounce rate side-by-side</strong>.  <em>Do you notice a page that has a noticeably higher bounce rate than the other pages?</em> There could be a number of reasons why this is.</p><ol><li>The page was not relevant to their search query</li><li>The content was not engaging enough to keep the user on the page</li><li>They were reading that days blog post, then left (usually enters via direct traffic)</li></ol><p>For designers, look at the page and see if there are things that can be improved from a design standpoint.</p><ol><li>Try a different content layout</li><li>Try a new call to action/offer</li><li>Test a different headline</li><li>Test different graphics/icons/fonts/colors</li></ol><p>Which ever are the top landing pages, these are the pages that get the most attention.  Whatever the clients objectives/goals, try to work in ways you can incorporate those goals onto the page.  Add a <a
href="http://www.stayonsearch.com/optimizing-your-contact-form-to-be-a-lead-generating-machine" >quick contact form</a>, make the phone number prominent to entice users to call, create a download graphic, etc&#8230;</p><h3>Exit Pages</h3><p><strong><a
href="http://www.problogdesign.com/wp-content/uploads/2010/02/top-exit-pages.jpg" ><img
class="alignnone size-full wp-image-4295"  title="top-exit-pages"  src="http://www.problogdesign.com/wp-content/uploads/2010/02/top-exit-pages.jpg"  alt=""  width="560"  height="145" /></a></strong></p><p>In Google Analytics:  <em>Content &gt;&gt; Top Exit Pages</em><strong> </strong></p><p>If visitors are consistently exiting on a certain page(s), look at the page and ask yourself why?  Similar to landing pages that visitors are entering on, look to see if there are ways to improve the page.  Typically individual <strong>blog posts will have high bounce rates</strong> because the user reads the post then leaves.  In order to keep the user engaged in the content, try adding relevant links<strong> </strong>to other content throughout post.  For e-commerce sites, try adding similar or complimentary products that the buyer may enjoy.<strong><br/> </strong></p><h3>Bounce Rate</h3><p><strong><a
href="http://www.problogdesign.com/wp-content/uploads/2010/02/bounce-rates.jpg" ><img
class="alignnone size-full wp-image-4307"  title="bounce-rates"  src="http://www.problogdesign.com/wp-content/uploads/2010/02/bounce-rates.jpg"  alt=""  width="560"  height="145" /></a></strong></p><p>In Google Analytics:  <em>Visitors &gt;&gt; Visitor Trending &gt;&gt; Bounce Rate</em></p><p>Just to define <strong>Bounce Rate</strong> quickly, it is when a visitor enters a page, then leaves without visiting another page or is idle for over 30 minutes.  As we discussed, bounce rate is a more useful statistic for e-commerce site, rather than blogs or news sites because there are more variables to take into consideration.<em> U</em>sers who visit blogs frequently bookmark web pages to view later, which can skew results.</p><p>Nevertheless, web designers can use this information to help gain insight on what pages need attention.  Try using a testing software like <a
href="http://www.google.com/websiteoptimizer" >Google Website Optimizer</a> to run <strong>A/B</strong> and <strong>Multi-Variate</strong> tests to improve page engagement.<em></em></p><p>Also check out <a
href="http://www.stayonsearch.com/lowering-your-bounce-rate-what-to-analyze" >Lowering Your Bounce Rate: What to Analyze</a></p><h3>Time On Site</h3><p><strong><a
href="http://www.problogdesign.com/wp-content/uploads/2010/02/average-time-on-site.jpg" ><img
class="alignnone size-full wp-image-4306"  title="average-time-on-site"  src="http://www.problogdesign.com/wp-content/uploads/2010/02/average-time-on-site.jpg"  alt=""  width="560"  height="145" /></a></strong></p><p>In Google Analytics:  <em>Visitors &gt;&gt; Visitor Trending &gt;&gt; Time On Site</em><strong></strong></p><p>Usually the longer you can keep someone on a site, the more likely they are to convert into a lead/customer.<strong> </strong>Many times you will notice a correlation between bounce rate and time on site.  If the visitors time on site is very low, typically the bounce rate will be very high.  <em>So what can you do to keep people on your website longer?</em><strong></strong></p><ol><li>Add a video that explains the service/product</li><li>Add graphics that help explain the content</li><li>Make sure there is a consistent layout across all pages</li><li>Fix any broken images or links</li><li>Add a poll or survey</li><li>Incorporate social media features (Google Friend Connect, Tweetmeme button, etc&#8230;)</li></ol><h3>Goals/Conversion Funnel</h3><p><strong><a
href="http://www.problogdesign.com/wp-content/uploads/2010/02/goal-conversion-funnel.jpg" ><img
class="alignnone size-full wp-image-4298"  title="goal-conversion-funnel"  src="http://www.problogdesign.com/wp-content/uploads/2010/02/goal-conversion-funnel.jpg"  alt=""  width="560"  height="222" /></a></strong></p><p>In Google Analytics:  <em>Goals  &gt;&gt; Funnel Visualization</em><strong></strong></p><p>Probably the most important data to look at is the <strong>goal visualization funnel</strong>.<strong> </strong>This graph will show you where visitors enter the <a
href="http://www.clickz.com/3588626" >conversion process</a> and at what step users exit or complete the funnel.<strong> </strong>This graph can identify flaws in your sales process.  It could possibly be that an error is occurring during the process and users are unable to move on to the next step.  It may also be that your checkout process involves too many steps or that you ask for too much information so nobody is filling out the form.  Especially for e-commerce sites, it is important to <strong>optimize the checkout process</strong> by minimizing the number of steps it takes to purchase and offering multiple payment and shipping methods.</p><p>Here are some quick tips to help with the checkout/goal funnel.</p><ol><li>Add fields that are MANDATORY only</li><li>Remove &#8220;Optional&#8221; fields</li><li>Explain that you do not spam</li><li>Add secure payment logos</li><li>Give multiple payment/shipping options</li><li>Show a cart summary during the process</li><li>Remove unnecessary steps or combined</li></ol><h3>Browser Type</h3><p><strong><a
href="http://www.problogdesign.com/wp-content/uploads/2010/02/browser-type.jpg" ><img
class="alignnone size-full wp-image-4299"  title="browser-type"  src="http://www.problogdesign.com/wp-content/uploads/2010/02/browser-type.jpg"  alt=""  width="560"  height="145" /></a></strong></p><p>In Google Analytics:  <em>Visitors &gt;&gt; Browser Capabilities &gt;&gt; Browsers</em><strong></strong></p><p>When looking at browser types it is important to see which browsers and browser versions people are still using.  Just because a website looks fine in Firefox 3.5 or IE 8 doesn&#8217;t mean that someone using IE 6 will not have issues rendering the page.</p><p>Seeing browser stats will make you aware of which versions you still need to make sure the website renders properly in.  If you notice that less then 1% of the visitors are using IE6, it probably is not worth your time to figure out why something is not working properly.</p><p>To find out how to test your site in all browsers (Including mobile ones), have a look at our post on <a
href="http://www.problogdesign.com/accessibility/how-does-your-blog-really-look/" >how to test a blog</a>.</p><h3>Screen Resolution</h3><p><strong><a
href="http://www.problogdesign.com/wp-content/uploads/2010/02/screen-resolutions.jpg" ><img
class="alignnone size-full wp-image-4301"  title="screen-resolutions"  src="http://www.problogdesign.com/wp-content/uploads/2010/02/screen-resolutions.jpg"  alt=""  width="560"  height="145" /></a></strong></p><p>In Google Analytics:  <em>Visitors &gt;&gt; Browser Capabilities &gt;&gt; Screen Resolutions</em><strong></strong></p><p>5 years ago web designers used to design a website for 800 x 600, now with flat screen monitors becoming the norm, the <strong>minimum screen resolution</strong> is usually around 1024 x 768. Screen resolution data can have a big impact on how you design your site.  Analyzing resolution data over a period of time can allow you to see trends in user monitors.</p><h3>Mobile Devices</h3><p><strong><a
href="http://www.problogdesign.com/wp-content/uploads/2010/02/mobile-devices.jpg" ><img
class="alignnone size-full wp-image-4302"  title="mobile-devices"  src="http://www.problogdesign.com/wp-content/uploads/2010/02/mobile-devices.jpg"  alt=""  width="560"  height="145" /></a></strong></p><p>In Google Analytics:  <em>Visitors &gt;&gt; Mobile &gt;&gt; Mobile Devices</em><strong></strong></p><p>With the innovation of smart phones and other mobile devices, there has been an increase in mobile web usage.  This has made web designers rethink how they design web sites.  Using Google Analytics, you can start to see an increase in the amount of mobile device traffic.  Now that people are browsing websites on their<strong> iPhone&#8217;s and Blackberry&#8217;s</strong>, designing a mobile version of your site (or for blogs; ensuring your normal website displays well) is imperative to cater to these visitors.</p><p>If you haven&#8217;t installed an analytics solution on your website, go sign up for a <a
href="http://www.google.com/analytics" >free Google Analytics account</a> and start tracking your visitor data.  If you just take 20 minutes a week to analyze the data and see what users are doing on your site, it can help assure you that your designs are doing what they were meant to do.</p><p>I would love to get some feedback from web designers.</p><p><strong>How do you utilize web analytics data to benefit the overall designs of your sites?</strong> What other analytics solutions do you use to help understand your web visitors?</p> <img src="http://feeds.feedburner.com/~r/ProBlogDesign/~4/zDTwZcOSuJE" height="1" width="1"/>]]></content:encoded> <wfw:commentRss>http://www.problogdesign.com/tools/educating-web-designers-on-google-analytics/feed/</wfw:commentRss> <slash:comments>27</slash:comments> <feedburner:origLink>http://www.problogdesign.com/tools/educating-web-designers-on-google-analytics/</feedburner:origLink></item> <item><title>How to Install Wordpress on your PC</title><link>http://feedproxy.google.com/~r/ProBlogDesign/~3/QyioVGyxABU/</link> <comments>http://www.problogdesign.com/wordpress/how-to-install-wordpress-on-your-pc/#comments</comments> <pubDate>Mon, 08 Feb 2010 16:00:10 +0000</pubDate> <dc:creator>sogeking</dc:creator> <category><![CDATA[WordPress]]></category> <category><![CDATA[Development]]></category> <category><![CDATA[Install]]></category> <category><![CDATA[localhost]]></category> <category><![CDATA[Server]]></category> <category><![CDATA[xampp]]></category><guid isPermaLink="false">http://www.problogdesign.com/?p=2612</guid> <description><![CDATA[<p
style="text-align: center;"><img
class="size-full wp-image-2718 aligncenter" title="banner" src="http://www.problogdesign.com/wp-content/uploads/2009/08/banner.jpg" alt="banner" width="560" height="145" /></p><strong>Wordpress</strong> is arguably the most popular and the best blogging platform out there. You might have installed Wordpress on your site, but you might be<strong> scared to experiment with Wordpress </strong>worrying that you could break your site and Wordpress.<strong>Experimenting</strong> is one of the best way to learn new things and if you break your site, you probably might not want your visitors to see the fault as it might leave a bad impression. So, it is necessary to have the ability to learn WordPress and <strong>try new themes, plugins</strong> and other items <strong>without putting it online</strong> where people can see.So, the best solution is to <strong>install WordPress locally on your computer</strong>.  It will save you quite a <strong>bit of time</strong> since you can just put your files inside your WordPress folder without having to upload it to FTP.  You can do anything you want with WordPress without a worry which  surrounds you when you put it online. <strong>The</strong> <strong>possibilities are endless</strong>. Here is a <strong>step-by-step instruction</strong> on how to install WordPress in localhost using <strong>XAMPP</strong>. I hope it will become a great use to you.]]></description> <content:encoded><![CDATA[<p
style="text-align: center;" ><img
class="size-full wp-image-2718 aligncenter"  title="banner"  src="http://www.problogdesign.com/wp-content/uploads/2009/08/banner.jpg"  alt="banner"  width="560"  height="145" /></p><p><strong>Wordpress</strong> is arguably the most popular and the best blogging platform out there. You might have installed Wordpress on your site, but you might be<strong> scared to experiment with Wordpress </strong>worrying that you could break your site and Wordpress.</p><p><strong>Experimenting</strong> is one of the best way to learn new things and if you break your site, you probably might not want your visitors to see the fault as it might leave a bad impression. So, it is necessary to have the ability to learn WordPress and <strong>try new themes, plugins</strong> and other items <strong>without putting it online</strong> where people can see.</p><p>So, the best solution is to <strong>install WordPress locally on your computer</strong>.  It will save you quite a <strong>bit of time</strong> since you can just put your files inside your WordPress folder without having to upload it to FTP.  You can do anything you want with WordPress without a worry which  surrounds you when you put it online. <strong>The</strong> <strong>possibilities are endless</strong>. Here is a <strong>step-by-step instruction</strong> on how to install WordPress in localhost using <strong>XAMPP</strong>. I hope it will become a great use to you.</p><p>1. Go to the official <a
href="http://www.apachefriends.org/en/xampp.html."  target="_blank" >XAMPP website</a>. We are going to use XAMPP as it is one of the best Apache distribution containing MySQL, PHP and Perl. It is very easy to install and use.</p><p><img
class="aligncenter size-full wp-image-2631"  title="1 (Custom)"  src="http://www.problogdesign.com/wp-content/uploads/2009/08/1-Custom.jpg"  alt="1 (Custom)"  width="500"  height="455" /></p><p>2. Select your operating system and  which format you want to download. You can either choose a zip or a exe format. I would recommend the .exe file. There are also portable version such as XAMPP lite, but using XAMPP is just fine for what we need. There are also add-ons available such as Tomcat, but it  but they&#8217;re not necessary for our use, may be something you want to experiment with at a later date though!</p><p><img
class="aligncenter size-full wp-image-2632"  title="2 (Custom)"  src="http://www.problogdesign.com/wp-content/uploads/2009/08/2-Custom.jpg"  alt="2 (Custom)"  width="500"  height="441" /></p><p>3. Open the installation file and you will be presented with a window. In, the destination folder, choose your destination. &#8220;C:\&#8221; is recommended. Click install to start the installation (Won&#8217;t take more than a minute or two!)</p><p><img
class="aligncenter size-full wp-image-2633"  title="3 (Custom)"  src="http://www.problogdesign.com/wp-content/uploads/2009/08/3-Custom.jpg"  alt="3 (Custom)"  width="500"  height="380" /></p><p>4. When the installation is almost done, an MS-DOS window opens, You might think you have to type a bunch of codes, but that&#8217;s not the case. This window just helps you set your preferences. The answers are just yes and no.</p><p>First question it will ask you is whether you should add a desktop shortcut. Type &#8220;y&#8221; for yes and &#8220;n&#8221; for no.</p><p><a
href="http://www.problogdesign.com/wp-content/uploads/2009/11/4-Custom.jpg" ><img
class="aligncenter size-full wp-image-3800"  title="4 (Custom)"  src="http://www.problogdesign.com/wp-content/uploads/2009/11/4-Custom.jpg"  alt="4 (Custom)"  width="500"  height="252" /></a></p><p>5.  The second question it will ask you is whether you want to locate the XAMPP paths correctly. Type &#8220;y&#8221; for yes. I would recommend saying yes because XAMPP usually locates the paths correctly for you, much easier!</p><p><a
href="http://www.problogdesign.com/wp-content/uploads/2009/11/4_2-Custom.jpg" ><img
class="aligncenter size-full wp-image-3801"  title="4_2 (Custom)"  src="http://www.problogdesign.com/wp-content/uploads/2009/11/4_2-Custom.jpg"  alt="4_2 (Custom)"  width="500"  height="251" /></a></p><p>6. The third and last question it will ask you is whether you want to make XAMPP portable or not. You can choose which ever one you want, but i would recommend saying no if you aren&#8217;t going to be making use of the portable functionality (We won&#8217;t be in this tutorial) because it makes it easy for us to see the path such as C:\ and easier in the browser.</p><p><img
class="aligncenter size-full wp-image-2634"  title="4 (Custom)"  src="http://www.problogdesign.com/wp-content/uploads/2009/08/4-Custom.jpg"  alt="4 (Custom)"  width="500"  height="248" /></p><p>7. After this is done, XAMPP starts configuring and you will see this appear in the window. Press Enter and XAMPP will have been correctly installed in your computer.</p><p><a
href="http://www.problogdesign.com/wp-content/uploads/2009/11/4_3-Custom.jpg" ><img
class="aligncenter size-full wp-image-3799"  title="4_3 (Custom)"  src="http://www.problogdesign.com/wp-content/uploads/2009/11/4_3-Custom.jpg"  alt="4_3 (Custom)"  width="500"  height="169" /></a></p><p>8. Go the the destination folder you gave (such as C:\) and look for &#8220;xampp-control&#8221;  and open it. Now that XAMPP installation is complete, it is time for us to start using it.</p><p><img
class="aligncenter size-full wp-image-2635"  title="5 (Custom)"  src="http://www.problogdesign.com/wp-content/uploads/2009/08/5-Custom.jpg"  alt="5 (Custom)"  width="500"  height="293" /></p><p>9. You should see this open up. This helps us specify which services we want to start.</p><p><img
class="aligncenter size-full wp-image-2636"  title="6 (Custom)"  src="http://www.problogdesign.com/wp-content/uploads/2009/08/6-Custom.jpg"  alt="6 (Custom)"  width="500"  height="426" /></p><p>10. Click start on &#8220;Apache&#8221; and MySQL.  They are services required for running WordPress. XAMPP uses port 80 as a default port, so if you have any issues, try making sure no other programs are using the port (Skype occasionally tries it). It will say &#8220;Running&#8221; next to the modules if they are started. The others don&#8217;t need to be started.</p><p><img
class="aligncenter size-full wp-image-2637"  title="7 (Custom)"  src="http://www.problogdesign.com/wp-content/uploads/2009/08/7-Custom.jpg"  alt="7 (Custom)"  width="500"  height="427" /></p><p>11. To check if XAMPP is working, open your browser and type &#8220;<a
href="http://localhost/"  target="_blank" >http://localhost/</a>&#8221; and you should see this. Yes! we are good so far. Choose your language for the list.</p><p><img
class="aligncenter size-full wp-image-2638"  title="8 (Custom)"  src="http://www.problogdesign.com/wp-content/uploads/2009/08/8-Custom.jpg"  alt="8 (Custom)"  width="500"  height="307" /></p><p>12. After that, you should see a page saying that you have successfully installed XAMPP on your system. Hoora!</p><p><img
class="aligncenter size-full wp-image-2639"  title="9 (Custom)"  src="http://www.problogdesign.com/wp-content/uploads/2009/08/9-Custom.jpg"  alt="9 (Custom)"  width="500"  height="272" /></p><p>13. Now that we have successfully installed XAMPP, it is time to get WordPress. Go to <a
href="http://www.wordpress.org"  target="_blank" >wordpress.org </a>and download WordPress. Extract the folder.</p><p><img
class="aligncenter size-full wp-image-2640"  title="10 (Custom)"  src="http://www.problogdesign.com/wp-content/uploads/2009/08/10-Custom.jpg"  alt="10 (Custom)"  width="500"  height="409" /></p><p>14. Now, the steps get critical. Make sure that you do these steps carefully or the installation of WordPress probably won&#8217;t work. Go back to XAMPP folder (C:\xampp) and go inside a folder called &#8220;htdocs&#8221;.</p><p><img
class="aligncenter size-full wp-image-2641"  title="11 (Custom)"  src="http://www.problogdesign.com/wp-content/uploads/2009/08/11-Custom.jpg"  alt="11 (Custom)"  width="500"  height="222" /></p><p>15. This is where we are going to put the WordPress folder. Copy the wordpress folder that you extracted and put it inside the &#8220;htdocs&#8221; folder. Note: Make sure that when you copy the WordPress folder, not the folder above it such as &#8220;wordpress-2.9.1&#8243;</p><p><img
class="aligncenter size-full wp-image-2642"  title="12 (Custom)"  src="http://www.problogdesign.com/wp-content/uploads/2009/08/12-Custom.jpg"  alt="12 (Custom)"  width="500"  height="124" /></p><p>16. We need a database for WordPress so that we can install it in our computer. Go to your browser and go to <a
href="http://localhost/"  target="_blank" >localhost</a> (http://localhost/) and click on phpMyAdmin and you should see a page like this.</p><p><img
class="aligncenter size-full wp-image-2643"  title="13 (Custom)"  src="http://www.problogdesign.com/wp-content/uploads/2009/08/13.-Custom.jpg"  alt="13 (Custom)"  width="500"  height="243" /></p><p>17. We need to create a new database for WordPress.  Look for the &#8220;MySQL localhost&#8221; section and you should see some boxes, and on top it says &#8220;Create new database&#8221;. That is what we need.</p><p><img
class="aligncenter size-full wp-image-2644"  title="14 (Custom)"  src="http://www.problogdesign.com/wp-content/uploads/2009/08/14-Custom.jpg"  alt="14 (Custom)"  width="500"  height="124" /></p><p>18. On the box on the left, your will enter a database name. You can name it whatever you want. I will call it &#8220;wordpress_test&#8221;. Then, on the next box, your will see a list of options. Scroll to the end and select  &#8220;utf8_unicode_ci&#8221;. We are going to use this option because it supports expansions and ligatures. Click Create.</p><p><img
class="aligncenter size-full wp-image-2645"  title="15 (Custom)"  src="http://www.problogdesign.com/wp-content/uploads/2009/08/15-Custom.jpg"  alt="15 (Custom)"  width="500"  height="118" /></p><p>19. You will be notified that the database  &#8220;wordpress_test&#8221; has been created.</p><p><img
class="aligncenter size-full wp-image-2646"  title="16 (Custom)"  src="http://www.problogdesign.com/wp-content/uploads/2009/08/16-Custom.jpg"  alt="16 (Custom)"  width="500"  height="93" /></p><p>20. Now, go inside xampp/htdocs/wordpress (for example C:\xampp\htdocs\wordpress) . Then, we need to setup up wp-config. This is to configure wordpress to fit our database, username etc. Many people are familiar with this step.</p><p><img
class="aligncenter size-full wp-image-2647"  title="17 (Custom)"  src="http://www.problogdesign.com/wp-content/uploads/2009/08/17-Custom.jpg"  alt="17 (Custom)"  width="500"  height="348" /></p><p>22. Rename the &#8220;wp-config-sample.php&#8221; to &#8220;wp-config.php&#8221; so WordPress will recognize your config file (Depending on how you&#8217;ve set up Windows, the .php may or may not be displayed. If wp-config-sample doesn&#8217;t show it visibly, don&#8217;t add it on to the wp-config when you rename it). Open the file you have just renamed (wp-config) with your favorite text editor (e.g. Notepad, not Microsoft Word!).</p><p><img
class="aligncenter size-full wp-image-2648"  title="18 (Custom)"  src="http://www.problogdesign.com/wp-content/uploads/2009/08/18-Custom.jpg"  alt="18 (Custom)"  width="500"  height="86" /></p><p>23. Now you will need to change these parts of the wp-config.</p><p><img
class="aligncenter size-full wp-image-2649"  title="19 (Custom)"  src="http://www.problogdesign.com/wp-content/uploads/2009/08/19-Custom.jpg"  alt="19 (Custom)"  width="500"  height="203" /></p><p>24. So, inside the DB_NAME to the right you will see &#8216;putyourdbnamehere&#8217;. That is where we will put our database name. Delete the putyournamehere (without deleting the apostrophe) and  put &#8220;wordpress_test&#8221; (remember that is what we called our database in phpMyAdmin).</p><p>In the same way, put &#8220;root&#8221; in the DB_USER part. Then on the next part (database password), leave it blank, since we haven&#8217;t set a root password for our MySQL.</p><p>We will also not change any part of the DB_HOST because localhost is what we want and it is already localhost. This is just a test site, so no other configuration is needed here. Now, we are done with the configuring. It will be easier to understand what I am saying by the illustration below.</p><p><img
class="aligncenter size-full wp-image-2650"  title="20 (Custom)"  src="http://www.problogdesign.com/wp-content/uploads/2009/08/20-Custom.jpg"  alt="20 (Custom)"  width="500"  height="210" /></p><p>25. Save and close the file (wp-config.php). Next, open your browser and go to &#8220;http://localhost/wordpress/&#8221;. Hooray! It worked. You will see this screen and once again, many people are pretty familiar with this process. Put your blog title and email and click &#8220;Install WordPress&#8221;</p><p><img
class="aligncenter size-full wp-image-2651"  title="21 (Custom)"  src="http://www.problogdesign.com/wp-content/uploads/2009/08/21-Custom.jpg"  alt="21 (Custom)"  width="500"  height="371" /></p><p>26. Success! You will be notified that WordPress has been installed. You will get your username and random password. Copy the password and click &#8220;Log in&#8221;.</p><p><img
class="aligncenter size-full wp-image-2652"  title="22 (Custom)"  src="http://www.problogdesign.com/wp-content/uploads/2009/08/22-Custom.jpg"  alt="22 (Custom)"  width="500"  height="245" /></p><p>27. You are now in the login page. The username is admin and paste the password. Don&#8217;t worry about memorizing the password as we will change it.</p><p><img
class="aligncenter size-full wp-image-2653"  title="23 (Custom)"  src="http://www.problogdesign.com/wp-content/uploads/2009/08/23-Custom.jpg"  alt="23 (Custom)"  width="500"  height="437" /></p><p>28. Success again! We are in the wordpress dashboard. The very first thing you might want to do is change the password. On the red bar, click on the &#8220;Yes, Take me to my profile page&#8221;.</p><p><img
class="aligncenter size-full wp-image-2654"  title="24 (Custom)"  src="http://www.problogdesign.com/wp-content/uploads/2009/08/24-Custom.jpg"  alt="24 (Custom)"  width="500"  height="60" /></p><p>29.  Scroll down and change your password, then update profile.</p><p><img
class="aligncenter size-full wp-image-2655"  title="25 (Custom)"  src="http://www.problogdesign.com/wp-content/uploads/2009/08/25-Custom.jpg"  alt="25 (Custom)"  width="500"  height="135" /></p><p>30. Yes, now you are all set. When you go to http://localhost/wordpress. You should see your blog with the default theme Kubrik.</p><p><img
class="aligncenter size-full wp-image-2656"  title="26 (Custom)"  src="http://www.problogdesign.com/wp-content/uploads/2009/08/26-Custom.jpg"  alt="26 (Custom)"  width="500"  height="417" /></p><p>31. You are done. There are a few other things I would like to remind you. In the XAMPP Control Panel , Apache and MySQL have to be running. You don&#8217;t need FTP to change stuff in wordpress. Just go inside xampp\htdocs\wordpress and change everything there. For example, if you want to add themes, just go inside wordpress\wp-content\themes and put your themes there.</p><p><img
class="aligncenter size-full wp-image-2657"  title="27 (Custom)"  src="http://www.problogdesign.com/wp-content/uploads/2009/08/27-Custom.jpg"  alt="27 (Custom)"  width="500"  height="115" /></p><p>32. There you go. That wasn&#8217;t too hard. You can now master WordPress without worrying about breaking your website and you will also save some valuable time. Go celebrate!</p><p>Then, come back and you are free to experiment with WordPress any way you like. Try out new posts, themes, plugins and explore the wonderful world of WordPress.</p><p><img
class="aligncenter size-full wp-image-2630"  title="28 (Custom)"  src="http://www.problogdesign.com/wp-content/uploads/2009/08/28-Custom.jpg"  alt="28 (Custom)"  width="500"  height="388" /></p><p>If you have any problems or want to ask a question, feel free to comment below. I will try my best to answer your questions.</p><p>I would also appreciate it if you commented what you are going to use WordPress in localhost for. I hope you enjoyed this post!</p> <img src="http://feeds.feedburner.com/~r/ProBlogDesign/~4/QyioVGyxABU" height="1" width="1"/>]]></content:encoded> <wfw:commentRss>http://www.problogdesign.com/wordpress/how-to-install-wordpress-on-your-pc/feed/</wfw:commentRss> <slash:comments>41</slash:comments> <feedburner:origLink>http://www.problogdesign.com/wordpress/how-to-install-wordpress-on-your-pc/</feedburner:origLink></item> </channel> </rss><!-- This site's performance optimized by W3 Total Cache. Dramatically improve the speed and reliability of your blog!

Learn more about our WordPress Plugins: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk
Database Caching 10/26 queries in 0.006 seconds using disk

Served from: pliableweb.com @ 2010-03-15 18:16:46 -->
