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

<channel>
	<title>WP Blog Host&#039;s Blog &#187; design</title>
	<atom:link href="http://wpbloghost.com/blog/tag/design/feed/" rel="self" type="application/rss+xml" />
	<link>http://wpbloghost.com/blog</link>
	<description></description>
	<lastBuildDate>Mon, 19 Jul 2010 18:02:46 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>2 Little Things to Consider When Starting a Website with a Blog</title>
		<link>http://wpbloghost.com/blog/all-wordpress-or-part-static/</link>
		<comments>http://wpbloghost.com/blog/all-wordpress-or-part-static/#comments</comments>
		<pubDate>Mon, 11 Jan 2010 04:00:27 +0000</pubDate>
		<dc:creator>John Hoff</dc:creator>
				<category><![CDATA[Blog Optimization/SEO]]></category>
		<category><![CDATA[Blog Development]]></category>
		<category><![CDATA[design]]></category>

		<guid isPermaLink="false">http://wpbloghost.com/blog/?p=2723</guid>
		<description><![CDATA[If you&#8217;re new to blogging or are contemplating changing the design of your site, this information might pertain to you&#8230; I was visiting the Problogger forum the other day and came across a new blogger who had a question about how they should set up their website. The scenario: Bill is starting a website which [...]


Related posts:<ol><li><a href='http://wpbloghost.com/blog/seo-qa-does-it-matter-where-my-websites-server-is-located/' rel='bookmark' title='Permanent Link: SEO Q&amp;A: Does It Matter Where My Website&#039;s Server Is Located?'>SEO Q&amp;A: Does It Matter Where My Website&#039;s Server Is Located?</a></li>
<li><a href='http://wpbloghost.com/blog/204-ways-people-scan-your-website/' rel='bookmark' title='Permanent Link: 20.4 Ways People Scan Your Website'>20.4 Ways People Scan Your Website</a></li>
<li><a href='http://wpbloghost.com/blog/is-your-website-web-20-or-corporate/' rel='bookmark' title='Permanent Link: Is Your Website Web 2.0 or Corporate?'>Is Your Website Web 2.0 or Corporate?</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;re new to blogging or are contemplating changing the design of your site, this information might pertain to you&#8230;</p>
<p>I was visiting the <a href="http://problogger.com/">Problogger forum</a> the other day and came across a new blogger who had a question about how they should set up their website. </p>
<p><strong>The scenario:</strong> Bill is starting a website which will consist of two parts:</p>
<ol>
<li>A main site area where he will advertise his products and services
<li>A blog&#8230; which he&#8217;ll use to generate traffic and brand awareness
</ol>
<p><strong>Bill&#8217;s dilemma:</strong> Should he create his site as part static (html only) for his products and services and part WordPress for his blog &#8211; or &#8211; simply create the entire site as a WordPress site and simply place his blog in the /blog path?</p>
<p>Bill&#8217;s question sparked a number of replies, some for an all WordPress site and some for splitting it up as part static and part WordPress. Here&#8217;s my take&#8230;</p>
<p>If html and a little css doesn&#8217;t scare you, you might want to consider splitting things up; however, if you have no idea how to code in html and at the very least, toy with css, a full WordPress site might be the better option.</p>
<p>Personally, I like splitting up the two. I can sum it all up in two words: <strong>Upgrades</strong> and <strong>Security</strong>.</p>
<p><strong>Consideration #1: Upgrades</strong></p>
<p>Ask anyone who is a WordPress blogger about &#8220;upgrades&#8221; and you&#8217;ll hear it&#8230; upgrades are a pain in the butt. It seems every month there is a new release of WordPress and you are advised to upgrade immediately. The problem here is that many times after we upgrade WordPress, weird things can happen:</p>
<ul>
<li>Database errors</li>
<li>Theme not displaying right</li>
<li>Some plugins might no longer be compatible with your new version of WordPress</li>
</ul>
<p>The list goes on and on and because of this, we are told to make sure and <a href="http://wpbloghost.com/blog/how-to-backup-wordpress/">fully backup our sites</a> <em>before</em> we attempt upgrades.</p>
<p>Now imaging for a moment if your entire site was made up by a WordPress installation and after you hit that &#8220;upgrade&#8221; button your ducks are no longer all lined up&#8230; that means &#8220;Database Error&#8221; to you and me. </p>
<p>Crap, now what? Your site is disabled and everyone who comes to your site to purchase your &#8220;super mommy night time slippers&#8221; get to see a big fat &#8220;Database Error&#8221; instead of your product. On the other hand, if your site was split up between a static site and WordPress blog, only your blog would be disabled and your visitors could still visit your site and make a purchase.</p>
<p><strong>Consideration #2: Security Issues</strong></p>
<p>WordPress sites are a little less secure because they require a database to run and also require PHP code to execute processes. Static sites, on the other hand, are a little more secure because there&#8217;s not much to exploit (i.e. crack into). </p>
<p>For the most part, to hack a static site a malicious hacker would need to obtain some information from you, such as your FTP login information. Another way might include them breaking into your web hosting server or possibly even breaking into someone else&#8217;s website which is hosted on the same server as yours.</p>
<p>However, for the most part WordPress is pretty well secure as long as you keep up with the upgrades. To that end, if you&#8217;re not comfortable with html and css, a full WordPress site might be the way to go because you can update your site very easily without the need to hire a professional.</p>
<p>The choice is yours and not one I can make for you. All I can do is give advice and help you to make an informed decision.</p>
<p>So what do you think? Do you have an all WordPress site but wish it were split up? What&#8217;s your opinion here?</p>


<p>Related posts:<ol><li><a href='http://wpbloghost.com/blog/seo-qa-does-it-matter-where-my-websites-server-is-located/' rel='bookmark' title='Permanent Link: SEO Q&amp;A: Does It Matter Where My Website&#039;s Server Is Located?'>SEO Q&amp;A: Does It Matter Where My Website&#039;s Server Is Located?</a></li>
<li><a href='http://wpbloghost.com/blog/204-ways-people-scan-your-website/' rel='bookmark' title='Permanent Link: 20.4 Ways People Scan Your Website'>20.4 Ways People Scan Your Website</a></li>
<li><a href='http://wpbloghost.com/blog/is-your-website-web-20-or-corporate/' rel='bookmark' title='Permanent Link: Is Your Website Web 2.0 or Corporate?'>Is Your Website Web 2.0 or Corporate?</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://wpbloghost.com/blog/all-wordpress-or-part-static/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
		<item>
		<title>Creating A Blog Supermodel: Professionalism &amp; Production Quality</title>
		<link>http://wpbloghost.com/blog/blog-supermodel-production/</link>
		<comments>http://wpbloghost.com/blog/blog-supermodel-production/#comments</comments>
		<pubDate>Mon, 03 Aug 2009 05:00:48 +0000</pubDate>
		<dc:creator>John Hoff</dc:creator>
				<category><![CDATA[Blog Optimization/SEO]]></category>
		<category><![CDATA[Blog Development]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[Landing Page Optimization]]></category>
		<category><![CDATA[optimization]]></category>

		<guid isPermaLink="false">http://wpbloghost.com/blog/?p=2160</guid>
		<description><![CDATA[If you&#8217;re like me, you want a blog design that looks nice, doesn&#8217;t confuse your visitors, and encourages them to hang around for awhile. Of course if you&#8217;re selling something, it&#8217;s always nice if they become customers. That is after all why many of us start a blog, isn&#8217;t it? To make money or drive [...]


Related posts:<ol><li><a href='http://wpbloghost.com/blog/blogoptimization-post-one/' rel='bookmark' title='Permanent Link: Intro To Creating A Supermodel Blog Design Series'>Intro To Creating A Supermodel Blog Design Series</a></li>
<li><a href='http://wpbloghost.com/blog/landing-page-optimization-jesse-james-is-a-dead-man/' rel='bookmark' title='Permanent Link: Landing Page Optimization: Lesson Learned by Watching Jesse James is a Dead Man'>Landing Page Optimization: Lesson Learned by Watching Jesse James is a Dead Man</a></li>
<li><a href='http://wpbloghost.com/blog/204-ways-people-scan-your-website/' rel='bookmark' title='Permanent Link: 20.4 Ways People Scan Your Website'>20.4 Ways People Scan Your Website</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;re like me, you want a blog design that looks nice, doesn&#8217;t confuse your visitors, and encourages them to hang around for awhile. Of course if you&#8217;re selling something, it&#8217;s always nice if they become customers.</p>
<p>That is after all why many of us start a blog, isn&#8217;t it? To make money or drive traffic to our business website?</p>
<p>Today I want to talk about <strong>professionalism</strong> and <strong>production quality</strong> when it comes to designing your blog. Its already been said online and by various gurus that your site visitors will ask themselves these questions immediately when they land on your site, especially if you&#8217;re trying to sell something:</p>
<ul>
<li>What&#8217;s Here?</li>
<li>Why Here?</li>
<li>Why You?</li>
<li>Why Now?</li>
<li>Why This?</li>
<li>So What?</li>
</ul>
<p>If you&#8217;re a blogger, I&#8217;m sure you&#8217;ve also heard that content is king. There are tons of blogs out there dedicated solely to this topic alone. They show you how to create creative and compelling content which ultimately gets your visitor to stick around or purchase something (i.e. convert).</p>
<p>But if you only have 5 seconds or so to convince a new visitor to stay on your site and have a look around, obviously your content won&#8217;t play a big role here. Instead, the visitor will scan your site in an instant and come to a conclusion: <em>&#8220;Should I stay or should I go?&#8221;</em></p>
<p>Hey . . . isn&#8217;t that a song?</p>
<p>Let&#8217;s take a look at some things you can do so that you can communicate in 5 seconds what you&#8217;re all about and hopefully convince your site visitor to stick around and take notice. Remember this: Attention is like trust, you have to earn it.</p>
<p><strong>Things you can do to capture attention and convey a message quickly</strong></p>
<p>The first thing a new site visitor will notice is, well, your site. How does it look? What colors are being used? Am I being yelled at (bright colors, lots of capital letters, etc.)? Does it look like &#8220;my kind of site?&#8221; What&#8217;s that tagline say?</p>
<p>You&#8217;ll notice one of the questions I highlighted above is, &#8220;Is this my kind of site?&#8221; What I&#8217;m referring to here is in reference to your target customers. For example, if your target customers are computer/Internet techs, your site might be better designed to look high tech and possibly a little corporate; however, if your target customer base are low key and non-techie, then a more relaxed and calming site design might be more suitable.</p>
<p><strong>Colors</strong></p>
<p>For corporate colors, go with colors like:</p>
<ul>
<li>dark blue</li>
<li> gray</li>
<li>black and white</li>
<li>dark red, etc.</li>
</ul>
<p>For a more relaxed setting, try shades of:</p>
<ul>
<li>green</li>
<li>soft yellows and oranges</li>
<li>earth tones (brown, cream, etc.)</li>
</ul>
<p><strong>Image Quality &#038; Message</strong></p>
<p>Visitors will also notice immediately the quality of your images. Is that tagline in your header blurry? Make sure if you have text in an image, it comes out clearly and in a font that&#8217;s not hard to read.</p>
<p>Also, if you&#8217;re running banner ads in your sidebar, it would be nice if they had something to do with your niche. Site visitors who are not bloggers might not <em>quickly</em> realize those are advertisements. Instead, those banners convey a quick message to them. If you sell tax auditing services and in your sidebar there are 3 banner ads showcasing images and sites not related to your niche, that subconsciously tells your visitor a message, and it&#8217;s probably not related to finding tax services on your site.</p>
<p>Don&#8217;t confuse your site visitor with mix matches of messages in your images, because as I always say, a confused mind always says, <em>no.</em></p>
<p><strong>Font style and link color</strong></p>
<p>For a while I was a big advocate for changing your link color to something that &#8220;pops&#8221;. I&#8217;m sure you have visited a ton of websites in the past, what color did 90% of those sites use for their link color? Blue, right. I experimented with different link colors and for a while favored red because it really popped out and was not what everyone did.</p>
<p>However, I must admit that time and experience has changed my mind on this. After reviewing my statistics, I found that the different link color really didn&#8217;t matter much. In fact, traditionally red has always been associated with danger or &#8220;Red Alert&#8221;. Therefore, my pick for link color is to simply stick with blue.</p>
<p>For font style, you can never go wrong with Arial, however other styles which seem to be easy on the eyes are Verdana and Tahoma.</p>
<p>As for font size, 12 is pretty standard. I&#8217;d say start there and see how it looks and if it makes sense to go a little bigger, try it. Whatever you do, don&#8217;t make your visitors have to squint to see your text. Black text over a white background is always preferable. If you experiment with anything other than that, be sure to get feedback from your regular site visitors, their input will help you iron out all the small details. Remember, not everyone uses the same screen size and monitor as you.</p>
<p><strong>Convey quick messages with bullet points</strong></p>
<p>Nothing works as quick and easy as bullet points. Knowing that 98% of new visitors to your site are going to first quickly scan your blog, you can use that information to your advantage. While scanning, they want the bullet points of what your site is all about, so give them bullet points.</p>
<p>Bullet points work really well in header images.</p>
<p>For example, our company which provides <a href="http://wpbloghost.com/pages/wordpress-blog-hosting.hmtl/" title="WP Blog Host Hosting for WordPress">Blog Hosting</a> could add 3 quick bullet points in our header image which quickly tells visitors what they need to know:</p>
<ul>
<li>Starting a blog made easy</li>
<li>Get tons of help</li>
<li>Learn the basics of blogging</li>
</ul>
<p>For my tagline, also included in the header, I could use something like: &#8220;You blog. We&#8217;re here to help. It&#8217;s THAT simple.&#8221; Speaking of taglines, they traditionally go below your logo.</p>
<p>So in my header image now, I&#8217;d have the name of my company, a quick tagline, and 3 bullet points highlighting what my blog or website is all about.</p>
<p>Oh wait! Did we just quickly answer the <strong>What&#8217;s Here?</strong>, <strong>Why You?</strong>, and <strong>Why This?</strong> questions I highlighted at the beginning of this article?</p>
<p>In our example header image, we quickly sent our site visitor a message which told them:</p>
<ul>
<li>You can start a blog here.</li>
<li>Starting a blog will be easy.</li>
<li>With our company you will get tons of help.</li>
</ul>
<p><strong>A final tip: Start at the end and work backwards</strong></p>
<p>Often times thinking in reverse works very well in most things relating to business. The same holds true for designing your blog. Start with then end in mind (i.e. what you want your visitors to do) and <em>then</em> build a site around THAT notion.</p>
<p>Everything else you add to your blog which doesn&#8217;t lead the visitor to do what it is you want them to do is just distraction and noise (and less money in your pocket).</p>
<h2>Summary (for those of you that skimmed)</h2>
<p>It&#8217;s ok, I do my fair share of skimming, too <img src='https://wpbloghost.com/blog/wp-files-greenblog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<ul>
<li>Look at your logo, tagline, font, colors, and quality of images. People look from the upper left down to lower right of your blog when scanning. Typically logo goes above the tagline. </li>
<li>Focus your tagline for your audience. If they are newbies, make it sound friendly.</li>
<li>Use quick bullet points to convey a message quickly. 3 to 4 are good, no more than 6. They would be well placed in your header image, if possible.</li>
<li>Be careful sending mixed messages with images on your site. Your banner ads could tell a person scanning your blog a message which has no relation to what you&#8217;re all about.</li>
<li>General site colors: Blue and gray (techie) are good for corporate looking websites, so is red and black and white and black. For a more laid back and non corporate look, try earth tones – browns, soft yellows, greens, soft oranges, etc.</li>
<li>For link color, blue probably works best. Red means danger, error message, etc. </li>
<li>When first designing your blog, think in reverse. What is the end result you want from a visitor? Design your site around that notion, everything else is just noise.</li>
</ul>
<p><strong>Food For Thought</strong></p>
<p>What is the purpose of your blog?</p>
<p>If you&#8217;ve been blogging for awhile, has your blog become cluttered with a bunch of items in your sidebar which you really don&#8217;t need and does nothing for the purpose of your blog?</p>
<p>I know mine has, and I&#8217;m doing something about it as we speak.</p>


<p>Related posts:<ol><li><a href='http://wpbloghost.com/blog/blogoptimization-post-one/' rel='bookmark' title='Permanent Link: Intro To Creating A Supermodel Blog Design Series'>Intro To Creating A Supermodel Blog Design Series</a></li>
<li><a href='http://wpbloghost.com/blog/landing-page-optimization-jesse-james-is-a-dead-man/' rel='bookmark' title='Permanent Link: Landing Page Optimization: Lesson Learned by Watching Jesse James is a Dead Man'>Landing Page Optimization: Lesson Learned by Watching Jesse James is a Dead Man</a></li>
<li><a href='http://wpbloghost.com/blog/204-ways-people-scan-your-website/' rel='bookmark' title='Permanent Link: 20.4 Ways People Scan Your Website'>20.4 Ways People Scan Your Website</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://wpbloghost.com/blog/blog-supermodel-production/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Intro To Creating A Supermodel Blog Design Series</title>
		<link>http://wpbloghost.com/blog/blogoptimization-post-one/</link>
		<comments>http://wpbloghost.com/blog/blogoptimization-post-one/#comments</comments>
		<pubDate>Sun, 19 Jul 2009 15:32:35 +0000</pubDate>
		<dc:creator>John Hoff</dc:creator>
				<category><![CDATA[Blog Optimization/SEO]]></category>
		<category><![CDATA[Blog Development]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[Landing Page Optimization]]></category>
		<category><![CDATA[optimization]]></category>

		<guid isPermaLink="false">http://wpbloghost.com/blog/?p=2053</guid>
		<description><![CDATA[Image Credit: *spoOky* Have you ever wondered why some people make more money from their blog than others do? You might even ask yourself, &#8220;What the heck? It&#8217;s impossible to put more hours into blogging than I do; I sit at my computer all day. What is it she&#8217;s doing that I&#8217;m not?&#8221; The first [...]


Related posts:<ol><li><a href='http://wpbloghost.com/blog/blog-supermodel-production/' rel='bookmark' title='Permanent Link: Creating A Blog Supermodel: Professionalism &amp; Production Quality'>Creating A Blog Supermodel: Professionalism &amp; Production Quality</a></li>
<li><a href='http://wpbloghost.com/blog/landing-page-optimization-jesse-james-is-a-dead-man/' rel='bookmark' title='Permanent Link: Landing Page Optimization: Lesson Learned by Watching Jesse James is a Dead Man'>Landing Page Optimization: Lesson Learned by Watching Jesse James is a Dead Man</a></li>
<li><a href='http://wpbloghost.com/blog/204-ways-people-scan-your-website/' rel='bookmark' title='Permanent Link: 20.4 Ways People Scan Your Website'>20.4 Ways People Scan Your Website</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<table align="right">
<tr>
<td><img src="http://wpbloghost.com/images/blog-supermodel1.jpg" alt="blog-supermodel1" title="blog-supermodel1" width="265" height="198" class="alignnone size-full wp-image-2056" /></td>
</tr>
<tr>
<td align="right">Image Credit: <a target="_blank" href="http://www.flickr.com/photos/spo0ky/154138594/">*spoOky*</a></td>
</tr>
</table>
<p>Have you ever wondered why some people make more money from their blog than others do?</p>
<p>You might even ask yourself, &#8220;What the heck? It&#8217;s <em>impossible</em> to put more hours into blogging than I do; I sit at my computer all day. What is it she&#8217;s doing that I&#8217;m not?&#8221;</p>
<p>The first thing you need to understand is the fact that <strong>blogs suck at making money. Blogs don&#8217;t make money, people and their creative minds do</strong>. In other words, it&#8217;s what you do with your blog that makes the money.</p>
<p>People will tell you content is king, and if that&#8217;s true, then blog design is the engineer that builds the glorious kingdom. Without a kingdom, what would come of a king?</p>
<p>So how do we create a blog design in a way that gets people to click where you want them to click and their eyes to look where you want their eyes to look? That&#8217;s question that cannot be answered in just one blog article. People have written entire books on the subject.</p>
<p>Over the next several weeks, we&#8217;ll discuss some major points I think are mission critical to building a better blog design which will answer the question above. For now, let&#8217;s take a quick look at how I compare building a better blog design with how designers build a supermodel.</p>
<h2>A Supermodel Analogy</h2>
<p>Let&#8217;s compare building a blog with building a supermodel (and yes, they build them). Please excuse my very poor excuse for a flowchart.</p>
<p><img src="http://wpbloghost.com/images/supermodel-compairison.jpg" alt="supermodel-compairison" title="supermodel-compairison" width="618" height="506" class="alignnone size-full wp-image-2068" /></p>
<p>As you can see, there is a certain process to building both a supermodel and building a better blog design. Let&#8217;s take a look at my top 6 better blog design bullet points you can use to build a supermodel blog.</p>
<p><strong>Topics will include (but are not limited to):</strong></p>
<ol>
<li>Professionalism and production quality</li>
<li>Page layout and the use of screen real estate</li>
<li>Navigational architecture</li>
<li>Trust and credibility</li>
<li>The main content area</li>
<li>Calls to action</li>
</ol>
<p>One thing you should come to understand, however, is the fact that we are all too close to our own work. Because we understand our products and offers so well, sometimes it is difficult for us to design our blogs and websites in such a way our target customers will react positively to. So the first thing we should try doing is taking a good look at ourselves and realize what we&#8217;re assuming about our site visitors is probably wrong.</p>
<p>Once you understand that fact, then you can go about designing an effective blog design which your site visitors will react in ways you want them to.</p>
<p>The questions then are: Have you taken a good look at your blog or website lately through the eyes of your target audience? Do you understand that what you&#8217;re assuming about them is probably wrong? What is it you want them to do? Have you made it easy for them to quickly find what they&#8217;re looking for?</p>
<p>For WP Blog Host, we&#8217;ve been testing design changes and you&#8217;ll probably be seeing a new design here soon. Our target customers for <a href="http://www.securepaynet.net/gdshop/hosting/shared.asp?isc=appemail40&#038;ci=1783&#038;prog_id=442543" title="Our shared web hosting plans">web hosting</a> are bloggers; so shouldn&#8217;t our site reflect blogging?</p>
<p>I think so, and I&#8217;ve convinced others.</p>


<p>Related posts:<ol><li><a href='http://wpbloghost.com/blog/blog-supermodel-production/' rel='bookmark' title='Permanent Link: Creating A Blog Supermodel: Professionalism &amp; Production Quality'>Creating A Blog Supermodel: Professionalism &amp; Production Quality</a></li>
<li><a href='http://wpbloghost.com/blog/landing-page-optimization-jesse-james-is-a-dead-man/' rel='bookmark' title='Permanent Link: Landing Page Optimization: Lesson Learned by Watching Jesse James is a Dead Man'>Landing Page Optimization: Lesson Learned by Watching Jesse James is a Dead Man</a></li>
<li><a href='http://wpbloghost.com/blog/204-ways-people-scan-your-website/' rel='bookmark' title='Permanent Link: 20.4 Ways People Scan Your Website'>20.4 Ways People Scan Your Website</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://wpbloghost.com/blog/blogoptimization-post-one/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Landing Page Optimization: Lesson Learned by Watching Jesse James is a Dead Man</title>
		<link>http://wpbloghost.com/blog/landing-page-optimization-jesse-james-is-a-dead-man/</link>
		<comments>http://wpbloghost.com/blog/landing-page-optimization-jesse-james-is-a-dead-man/#comments</comments>
		<pubDate>Fri, 17 Jul 2009 05:00:46 +0000</pubDate>
		<dc:creator>John Hoff</dc:creator>
				<category><![CDATA[Blog Optimization/SEO]]></category>
		<category><![CDATA[Blog Development]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[Landing Page Optimization]]></category>
		<category><![CDATA[optimization]]></category>

		<guid isPermaLink="false">http://wpbloghost.com/blog/?p=1966</guid>
		<description><![CDATA[Ok, I admit it. I like reality TV. A couple years ago when my blog was new, I watched an episode of Kitchen Nightmares (Chef Gordon Ramsay) which inspired me to write a post entitled, A Lesson Learned by Watching Kitchen Nightmares. While watching the show I observed how all though Chef Ramsay is a [...]


Related posts:<ol><li><a href='http://wpbloghost.com/blog/a-lesson-learned-by-watching-kitchen-nightmares/' rel='bookmark' title='Permanent Link: A Lesson Learned by Watching &quot;Kitchen Nightmares&quot;'>A Lesson Learned by Watching &quot;Kitchen Nightmares&quot;</a></li>
<li><a href='http://wpbloghost.com/blog/blog-supermodel-production/' rel='bookmark' title='Permanent Link: Creating A Blog Supermodel: Professionalism &amp; Production Quality'>Creating A Blog Supermodel: Professionalism &amp; Production Quality</a></li>
<li><a href='http://wpbloghost.com/blog/blogoptimization-post-one/' rel='bookmark' title='Permanent Link: Intro To Creating A Supermodel Blog Design Series'>Intro To Creating A Supermodel Blog Design Series</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Ok, I admit it. I like reality TV.</p>
<p>A couple years ago when my blog was new, I watched an episode of Kitchen Nightmares (Chef Gordon Ramsay) which inspired me to write a post entitled, <a href="http://wpbloghost.com/blog/a-lesson-learned-by-watching-kitchen-nightmares/">A Lesson Learned by Watching Kitchen Nightmares</a>. While watching the show I observed how all though Chef Ramsay is a Chef, he&#8217;s also an entrepreneur, and that particular episode inspired an entrepreneurial post out of me.</p>
<p>Two years later and I&#8217;ve done it again.</p>
<p>Landing page optimization has been on my mind a lot lately because I know parts of our site are in need of some tlc.</p>
<p>Back to the topic of this article, this time I was watching an episode of <a href="http://www.spike.com/full-episode/baja-500/32902" title="Spike TV">Jesse James is a Dead Man</a> and what he did to train for the Baja 500 (an off road race). I immediately made a connection in my head with his training exercise and <strong>what you don&#8217;t want your blog visitors to do</strong> when they come to your site.</p>
<p>To train for the Baja 500, Jesse drove a truck through minefield with a computer attached to his head which monitored and tracked his eye movements during the drive.</p>
<p>What? You haven&#8217;t done this before?</p>
<p>After his first run through, the computer showed that Jesse&#8217;s eye movements were somewhat erratic and his eyes jumped from one area of the minefield to another. This told Jesse that he wasn&#8217;t sure where exactly he wanted to go.</p>
<p>After reviewing the footage, Jesse tried the obstacle course again but this time he made sure to focus his eyes on where he wanted to go.</p>
<p>As a result of being more focused on his destination and where he wanted to go (i.e. less erratic eye movements), Jesse ran the obstacle course far better than his first attempt.</p>
<p>You can watch the full episode <a href="http://www.spike.com/full-episode/baja-500/32902" target="_blank">right here</a>. If you want to see the part I was talking about, skip ahead to about 8:30 in the video.</p>
<h2>How this relates to landing page optimization</h2>
<p>In case you haven&#8217;t made the connection already, the way this all fits in together with optimizing a blog&#8217;s landing or sales page is <strong>focus</strong> and <strong>direction</strong>.</p>
<p>What you don&#8217;t want is your site visitor&#8217;s eyes jumping all over the place. You want to guide them and tell them where to look.</p>
<p>By default, blogs suck at converting traffic into sales. There&#8217;s just <a href="http://wpbloghost.com/blog/204-ways-people-scan-your-website/" title="20.4 Ways People Scan Your Website">too much to look at</a> and their eyes will jump all over. Some of those eye-jumping areas include:</p>
<ul>
<li>Your header image</li>
<li>Blog&#8217;s title and tagline</li>
<li>Horizontal menu</li>
<li>Big or blinking graphics (no blinking, please)</li>
<li>Lots of links in your sidebar</li>
</ul>
<h2>The Takeaway</h2>
<p>If part of your goal in blogging is to sell products and/or services, you need to direct your visitors where to go. Remember, the first thing a visitor will do when they arrive on your site is ask themselves, &#8220;What does this person want me to do?&#8221;</p>
<p>If your visitor is a blogger, there&#8217;s going to be a lot of assuming going on in their heads. They&#8217;re going to assume what you want them to do is read your blog article and are probably going to skip everything on your site and go straight to your content.</p>
<p>If your visitor is not a blogger, they&#8217;re probably going to see something on your site that &#8220;pops&#8221;, like a nice big pretty image. Simply writing a blog article about your product and then linking to the article isn&#8217;t going to do it. You need to link to a product sales page with very little, if none, distractions.</p>
<p>You probably don&#8217;t even want a menu system. In this way, their eyes won&#8217;t jump all around with many things to see and wonder about. They&#8217;ll only have one place to look, where your product and description is.</p>
<p>In fact, make them have to click the back button to get off your page while you&#8217;re at it.</p>


<p>Related posts:<ol><li><a href='http://wpbloghost.com/blog/a-lesson-learned-by-watching-kitchen-nightmares/' rel='bookmark' title='Permanent Link: A Lesson Learned by Watching &quot;Kitchen Nightmares&quot;'>A Lesson Learned by Watching &quot;Kitchen Nightmares&quot;</a></li>
<li><a href='http://wpbloghost.com/blog/blog-supermodel-production/' rel='bookmark' title='Permanent Link: Creating A Blog Supermodel: Professionalism &amp; Production Quality'>Creating A Blog Supermodel: Professionalism &amp; Production Quality</a></li>
<li><a href='http://wpbloghost.com/blog/blogoptimization-post-one/' rel='bookmark' title='Permanent Link: Intro To Creating A Supermodel Blog Design Series'>Intro To Creating A Supermodel Blog Design Series</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://wpbloghost.com/blog/landing-page-optimization-jesse-james-is-a-dead-man/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Make Things Easy To Find On Your Site</title>
		<link>http://wpbloghost.com/blog/make-things-easy-to-find-on-your-site/</link>
		<comments>http://wpbloghost.com/blog/make-things-easy-to-find-on-your-site/#comments</comments>
		<pubDate>Wed, 08 Jul 2009 05:00:15 +0000</pubDate>
		<dc:creator>John Hoff</dc:creator>
				<category><![CDATA[Blog Optimization/SEO]]></category>
		<category><![CDATA[blog security]]></category>
		<category><![CDATA[business]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[Entrepreneurial]]></category>
		<category><![CDATA[Marketing]]></category>

		<guid isPermaLink="false">http://wpbloghost.com/blog/?p=1882</guid>
		<description><![CDATA[The other day I did a blog security upgrade for a WordPress blogger. In order to do some of the upgrades, I need access to your web hosting account, in this case, his. He sent me his username and password and noted that he was hosted with Host Gator. Ok, no problem. So I headed [...]


Related posts:<ol><li><a href='http://wpbloghost.com/blog/is-your-website-web-20-or-corporate/' rel='bookmark' title='Permanent Link: Is Your Website Web 2.0 or Corporate?'>Is Your Website Web 2.0 or Corporate?</a></li>
<li><a href='http://wpbloghost.com/blog/using-photos-on-your-website/' rel='bookmark' title='Permanent Link: Using Photos On Your Website'>Using Photos On Your Website</a></li>
<li><a href='http://wpbloghost.com/blog/marketing-in-a-crowded-market/' rel='bookmark' title='Permanent Link: Marketing In A Crowded Market'>Marketing In A Crowded Market</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>The other day I did a <a href="http://wpbloghost.com/pages/wordpress-security/index.html/">blog security upgrade</a> for a WordPress blogger. In order to do some of the upgrades, I need access to your web hosting account, in this case, his.</p>
<p>He sent me his username and password and noted that he was hosted with Host Gator.</p>
<p>Ok, no problem.</p>
<p>So I headed over to Host Gator&#8217;s site only to get frustrated as hell. They are suppose to be a web hosting company. I assume that means people will be logging in and out of their accounts often, not to mention needing access to their webmail accounts whenever they&#8217;re away from home and don&#8217;t have access to their normal email program.</p>
<p>But I couldn&#8217;t find a login / out link anywhere. Now when the person signs up for web hosting they will be sent a link to the login page in an email, but what if you want to login from your parent&#8217;s house? Or an Internet cafe? How are you suppose to get into your webmail? Do they have webmail?</p>
<p>Confused, I clicked on their Support link and typed in my question. The returned response made it sound like logging is was such a hassle I had to watch a movie on how to do it.</p>
<p>Ok, I&#8217;m not meaning to bash on a competitor&#8217;s website. Sorry Host Gator, I don&#8217;t have anything against you, I swear.</p>
<p>The point here I&#8217;m trying to make is this.</p>
<p>You need to make things easy for people online. If you own a membership based website, make it easy for them to get into their account. If you sell a product, make sure navigation to that product is laid out easily.</p>
<p>The worst thing you can do is create confusion on your blog, because I have a saying I&#8217;ve always stuck with and has served me well.</p>
<p>&#8220;A confused mind always says, <em>no</em>&#8220;.</p>


<p>Related posts:<ol><li><a href='http://wpbloghost.com/blog/is-your-website-web-20-or-corporate/' rel='bookmark' title='Permanent Link: Is Your Website Web 2.0 or Corporate?'>Is Your Website Web 2.0 or Corporate?</a></li>
<li><a href='http://wpbloghost.com/blog/using-photos-on-your-website/' rel='bookmark' title='Permanent Link: Using Photos On Your Website'>Using Photos On Your Website</a></li>
<li><a href='http://wpbloghost.com/blog/marketing-in-a-crowded-market/' rel='bookmark' title='Permanent Link: Marketing In A Crowded Market'>Marketing In A Crowded Market</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://wpbloghost.com/blog/make-things-easy-to-find-on-your-site/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How To Not Track Your Own Visits In Google Analytics &#8211; Setting Up A Filter</title>
		<link>http://wpbloghost.com/blog/how-to-not-track-your-own-visits-in-google-analytics-setting-up-a-filter/</link>
		<comments>http://wpbloghost.com/blog/how-to-not-track-your-own-visits-in-google-analytics-setting-up-a-filter/#comments</comments>
		<pubDate>Mon, 20 Apr 2009 05:50:38 +0000</pubDate>
		<dc:creator>John Hoff</dc:creator>
				<category><![CDATA[Blogging Video Articles]]></category>
		<category><![CDATA[analytics]]></category>
		<category><![CDATA[Blog Development]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[optimization]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[videos]]></category>
		<category><![CDATA[web tools]]></category>

		<guid isPermaLink="false">http://wpbloghost.com/blog/?p=1439</guid>
		<description><![CDATA[Anyone whose been blogging for longer than a couple weeks will of at least heard of Google Analytics. Problem is, it&#8217;s so damn difficult to try and figure out when you&#8217;re just starting out because there&#8217;s SO much you can do with it. One of my first frustrations with it was the fact that I [...]


Related posts:<ol><li><a href='http://wpbloghost.com/blog/how-to-install-google-analytics-on-a-wordpress-blog-without-using-a-plugin/' rel='bookmark' title='Permanent Link: How To Install Google Analytics On A WordPress Blog Without Using A Plugin'>How To Install Google Analytics On A WordPress Blog Without Using A Plugin</a></li>
<li><a href='http://wpbloghost.com/blog/google-keyword-toolbox/' rel='bookmark' title='Permanent Link: Google Keyword Tool  +  Top 50 Google Tools Bloggers Can Use'>Google Keyword Tool  +  Top 50 Google Tools Bloggers Can Use</a></li>
<li><a href='http://wpbloghost.com/blog/videos-to-help-craft-a-better-website-attract-attention/' rel='bookmark' title='Permanent Link: Videos To Help Craft A Better Website &amp; Attract Attention'>Videos To Help Craft A Better Website &amp; Attract Attention</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Anyone whose been blogging for longer than a couple weeks will of at least heard of <a href="http://www.google.com/analytics/" title="The most popular analytics program">Google Analytics</a>.</p>
<p>Problem is, it&#8217;s so damn difficult to try and figure out when you&#8217;re just starting out because there&#8217;s SO much you can do with it. One of my first frustrations with it was the fact that I couldn&#8217;t determine which clicks and visits were my own?</p>
<p>Obviously, you&#8217;re more interested in who is visiting your site, where they came from, and what they did to find you. You&#8217;re <em>not</em> interested in how you found your own website.</p>
<p>So here&#8217;s a little video I put together which hopefully you&#8217;ll find useful. It will show you how to set up a filter on Google Analytics so you don&#8217;t track your own movements and visits to your own website.</p>
<p>If you haven&#8217;t already set up Google Analytics to run on your blog, here&#8217;s how: <a href="http://wpbloghost.com/blog/how-to-install-google-analytics-on-a-wordpress-blog-without-using-a-plugin/" title="Video tutorial included.">How To Install Google Analytics On A WordPress Blog Without Using A Plugin</a></p>
<h2>How To Set Up A Google Analytics Filter</h2>
<p><center><object width="445" height="364"><param name="movie" value="http://www.youtube.com/v/8JAuTE8P0XI&#038;hl=en&#038;fs=1&#038;color1=0x3a3a3a&#038;color2=0x999999&#038;border=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/8JAuTE8P0XI&#038;hl=en&#038;fs=1&#038;color1=0x3a3a3a&#038;color2=0x999999&#038;border=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="445" height="364"></embed></object></center></p>


<p>Related posts:<ol><li><a href='http://wpbloghost.com/blog/how-to-install-google-analytics-on-a-wordpress-blog-without-using-a-plugin/' rel='bookmark' title='Permanent Link: How To Install Google Analytics On A WordPress Blog Without Using A Plugin'>How To Install Google Analytics On A WordPress Blog Without Using A Plugin</a></li>
<li><a href='http://wpbloghost.com/blog/google-keyword-toolbox/' rel='bookmark' title='Permanent Link: Google Keyword Tool  +  Top 50 Google Tools Bloggers Can Use'>Google Keyword Tool  +  Top 50 Google Tools Bloggers Can Use</a></li>
<li><a href='http://wpbloghost.com/blog/videos-to-help-craft-a-better-website-attract-attention/' rel='bookmark' title='Permanent Link: Videos To Help Craft A Better Website &amp; Attract Attention'>Videos To Help Craft A Better Website &amp; Attract Attention</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://wpbloghost.com/blog/how-to-not-track-your-own-visits-in-google-analytics-setting-up-a-filter/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Understanding The Psychology Of Your Website Visitors</title>
		<link>http://wpbloghost.com/blog/understanding-the-psychology-of-your-website-visitors/</link>
		<comments>http://wpbloghost.com/blog/understanding-the-psychology-of-your-website-visitors/#comments</comments>
		<pubDate>Mon, 01 Dec 2008 10:19:55 +0000</pubDate>
		<dc:creator>John Hoff</dc:creator>
				<category><![CDATA[Blog Optimization/SEO]]></category>
		<category><![CDATA[Blog Development]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[Marketing]]></category>
		<category><![CDATA[optimization]]></category>

		<guid isPermaLink="false">http://wpbloghost.com/blog/?p=298</guid>
		<description><![CDATA[If only we could read minds. Courtesy Paramount Pictures The other day my wife emailed me a link to a &#8220;What&#8217;s Your Personality Type?&#8221; quiz (PersonalityType.com). At first I wasn&#8217;t too interested but after hearing the results from her test I was intrigued and headed over to the site to take the quiz. It asked [...]


Related posts:<ol><li><a href='http://wpbloghost.com/blog/is-your-website-web-20-or-corporate/' rel='bookmark' title='Permanent Link: Is Your Website Web 2.0 or Corporate?'>Is Your Website Web 2.0 or Corporate?</a></li>
<li><a href='http://wpbloghost.com/blog/using-photos-on-your-website/' rel='bookmark' title='Permanent Link: Using Photos On Your Website'>Using Photos On Your Website</a></li>
<li><a href='http://wpbloghost.com/blog/videos-to-help-craft-a-better-website-attract-attention/' rel='bookmark' title='Permanent Link: Videos To Help Craft A Better Website &amp; Attract Attention'>Videos To Help Craft A Better Website &amp; Attract Attention</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<table border="0" align="right">
<tbody>
<tr>
<td style="text-align: center;"><img src="http://wpbloghost.com/images/blog_articles/images/mindmeld.jpg" alt="Spock's Mindmeld" /></td>
</tr>
<tr>
<td align="center"><em>If only we could read minds.</em><br />
Courtesy Paramount Pictures</td>
</tr>
</tbody>
</table>
<p>The other day my wife emailed me a link to a &#8220;What&#8217;s Your Personality Type?&#8221; quiz (<a title="Personality Quiz" href="http://www.personalitytype.com/prequiz.aspx" target="_blank">PersonalityType.com</a>).</p>
<p>At first I wasn&#8217;t too interested but after hearing the results from her test I was intrigued  and headed over to the site to take the quiz. It asked me a few questions about what type of person I am, such as do I often say whatever comes to my mind or do I hold things back? It also asked me questions about how organized I am and orderly I like my universe; I prefer orderly, however, with 2 young children running around all day . . . you get the picture <img src='https://wpbloghost.com/blog/wp-files-greenblog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>So you&#8217;re probably curious as to what personality type I am, aren&#8217;t you?</p>
<p>I was awarded with the <a title="What's This Mean?" href="#INTJ">INTJ</a> personality type. <em>&#8220;Yes thank you, I accept this award and I&#8217;d like to thank my mother, father, beautiful wife . . .&#8221;</em></p>
<p>Ok seriously though, here&#8217;s what that means and how it all ties into  understanding the psychology of your website visitors.</p>
<h2>Where This Test Came From</h2>
<p>After doing a little research, I found that the test PersonalityType.com puts you through is the  <a title="WikiPedia Definition" href="http://en.wikipedia.org/wiki/Myers-Briggs_Type_Indicator" target="_blank">Myers-Briggs Type Indicator (MBTI)</a>.</p>
<p>In short, it is a test to classify a person&#8217;s personality type which might aid in helping you figure out how you might act in a given situation as well as provide people of different types  as a means to understand one another.</p>
<p>The box below shows the comparisons you are asked and classified into. For example, are you an Extraversion or Introversion? Do you gather information via Sensory or Intuition? etc.</p>
<table style="text-align: center; width: 50%;" border="1" align="center">
<tbody>
<tr>
<td colspan="2"><strong>4 Pairs Of Preferences</strong></td>
</tr>
<tr>
<td><strong>E</strong>xtraversion</td>
<td><strong>I</strong>ntroversion</td>
</tr>
<tr>
<td><strong>S</strong>ensing</td>
<td>i<strong>N</strong>tuition</td>
</tr>
<tr>
<td><strong>T</strong>hinking</td>
<td><strong>F</strong>eeling</td>
</tr>
<tr>
<td><strong>J</strong>udging</td>
<td><strong>P</strong>erceiving</td>
</tr>
</tbody>
</table>
<p>I don&#8217;t think the test on PersonalityType.com gives you an answer key as to what  your combination classifies you as, however, here is what I&#8217;ve discovered:</p>
<table border="0" cellspacing="6" width="90%" align="center">
<tbody>
<tr>
<td><a name="INTJ">INTJ = Mastermind / Entailing</a></td>
<td>ENFJ = Teacher / Education</td>
</tr>
<tr>
<td>INFJ = Counselor / Guilding</td>
<td>ENFP = Champion / Motivating</td>
</tr>
<tr>
<td>INFP = Healer / Conciliating</td>
<td>ENTJ = Fieldmarshal / Mobilizing</td>
</tr>
<tr>
<td>ENTP = Inventor / Devising</td>
<td>INTP = Architect / Designing</td>
</tr>
<tr>
<td>ESTJ = Supervisor / Enforcing</td>
<td>ISTJ = Inspector / Certifying</td>
</tr>
<tr>
<td>ESFJ = Provider / Supplying</td>
<td>ISFJ = Protector / Securing</td>
</tr>
<tr>
<td>ESTP = Promoter / Persuading</td>
<td>ISTP = Crafter / Instrumenting</td>
</tr>
<tr>
<td>ESFP = Performer / Demonstrating</td>
<td>ISFP = Composer / Synthesizing</td>
</tr>
</tbody>
</table>
<h2>How This Ties Into Web Design</h2>
<p>After taking the test I made a connection between how I craft everything on my  website for my target audience and how this tool helps me to better understand  them<em>.</em></p>
<p>As a webmaster, web designer, copywriter, entrepreneur, marketer, etc., part of being successful is getting into the heads of your target customers and understanding how they will respond to certain pieces of text, ads, banners, and so on that you create.</p>
<p>Inevitably, it is somewhat of a lost cause as you can never really get into the heads of your  potential customers. However, with tests like the Myers-Briggs Type Indicator and  <a title="WikiPedia Definition" href="http://en.wikipedia.org/wiki/Keirsey_Temperament_Sorter" target="_blank">Keirsey Temperament Sorter</a>, we can work off something.</p>
<p>As an example, let&#8217;s say you&#8217;ve discovered that your primary website visitors are ENFJs. You could then find out behavioral patterns they  exhibit and tailor your offer to satisfy their needs &#8211; <em>oh what&#8217;s that I&#8217;m saying again . . . you need to solve problems to succeed in business</em> <img src='https://wpbloghost.com/blog/wp-files-greenblog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>So the question is, what type of people do you think your target audience is? In all honesty, unless you&#8217;ve put a lot of money into polling and personal interaction statistics, it&#8217;s probably not who you think they are.</p>


<p>Related posts:<ol><li><a href='http://wpbloghost.com/blog/is-your-website-web-20-or-corporate/' rel='bookmark' title='Permanent Link: Is Your Website Web 2.0 or Corporate?'>Is Your Website Web 2.0 or Corporate?</a></li>
<li><a href='http://wpbloghost.com/blog/using-photos-on-your-website/' rel='bookmark' title='Permanent Link: Using Photos On Your Website'>Using Photos On Your Website</a></li>
<li><a href='http://wpbloghost.com/blog/videos-to-help-craft-a-better-website-attract-attention/' rel='bookmark' title='Permanent Link: Videos To Help Craft A Better Website &amp; Attract Attention'>Videos To Help Craft A Better Website &amp; Attract Attention</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://wpbloghost.com/blog/understanding-the-psychology-of-your-website-visitors/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>Allowing Readers To Subscribe To Your WordPress Post Without Commenting</title>
		<link>http://wpbloghost.com/blog/allowing-readers-to-subscribe-to-your-wordpress-post-without-commenting/</link>
		<comments>http://wpbloghost.com/blog/allowing-readers-to-subscribe-to-your-wordpress-post-without-commenting/#comments</comments>
		<pubDate>Tue, 29 Jul 2008 04:00:03 +0000</pubDate>
		<dc:creator>John Hoff</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Blogging]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://wpbloghost.com/blog/?p=103</guid>
		<description><![CDATA[Ever go to a blog and read an article that you find interesting and would like to follow what other commentators are saying but you don&#8217;t really care to add a comment yourself? I do sometimes. Especially if it&#8217;s a list that I know others will add links to in a comment section. Like mine, [...]


Related posts:<ol><li><a href='http://wpbloghost.com/blog/3-sentences-post-3-web-development/' rel='bookmark' title='Permanent Link: 3 Sentences, Post 3: Web Development'>3 Sentences, Post 3: Web Development</a></li>
<li><a href='http://wpbloghost.com/blog/50-wordpress-plugins-hacks-candy-store/' rel='bookmark' title='Permanent Link: 50+ WordPress Plugins &amp; Hacks Candy Store'>50+ WordPress Plugins &amp; Hacks Candy Store</a></li>
<li><a href='http://wpbloghost.com/blog/which-philosophy-do-you-subscribe-to/' rel='bookmark' title='Permanent Link: Which Philosophy Do You Subscribe To?'>Which Philosophy Do You Subscribe To?</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Ever go to a blog and read an article that you find interesting and would like to follow what other commentators are saying but you don&#8217;t really care to add a comment yourself?</p>
<p>I do sometimes. Especially if it&#8217;s a list that I know others will add links to in a comment section.</p>
<p>Like mine, most WordPress blogs you go to have the <a title="subscribe to comments" href="http://txfx.net/code/wordpress/subscribe-to-comments/">Subscribe To Comments </a>plugin so those that comment can keep up on the conversation going on in the comment section.</p>
<p>There&#8217;s a little tweak I did to my Subscribe To Comments plugin many bloggers may not be aware of that you can do.</p>
<p>By simply adding the following line of code to your comments.php file, you can allow your blog readers to follow a topic without commenting.</p>
<p style="text-align: center;">&lt;?php show_manual_subscription_form(); ?&gt;</p>
<p style="text-align: left;">As mentioned above, add the code to your comments.php file and just <strong><em>below</em></strong> the &lt;/form&gt; tag near the bottom of the file&#8217;s code.</p>
<p style="text-align: left;">This will add a small box under the &#8220;Subscribe To Comments&#8221; checkbox where your commentators can enter their email address and stay connected. For an example, scroll down and see how mine is displayed below.</p>


<p>Related posts:<ol><li><a href='http://wpbloghost.com/blog/3-sentences-post-3-web-development/' rel='bookmark' title='Permanent Link: 3 Sentences, Post 3: Web Development'>3 Sentences, Post 3: Web Development</a></li>
<li><a href='http://wpbloghost.com/blog/50-wordpress-plugins-hacks-candy-store/' rel='bookmark' title='Permanent Link: 50+ WordPress Plugins &amp; Hacks Candy Store'>50+ WordPress Plugins &amp; Hacks Candy Store</a></li>
<li><a href='http://wpbloghost.com/blog/which-philosophy-do-you-subscribe-to/' rel='bookmark' title='Permanent Link: Which Philosophy Do You Subscribe To?'>Which Philosophy Do You Subscribe To?</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://wpbloghost.com/blog/allowing-readers-to-subscribe-to-your-wordpress-post-without-commenting/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Videos To Help Craft A Better Website &amp; Attract Attention</title>
		<link>http://wpbloghost.com/blog/videos-to-help-craft-a-better-website-attract-attention/</link>
		<comments>http://wpbloghost.com/blog/videos-to-help-craft-a-better-website-attract-attention/#comments</comments>
		<pubDate>Mon, 21 Jul 2008 09:00:49 +0000</pubDate>
		<dc:creator>John Hoff</dc:creator>
				<category><![CDATA[Blogging Video Articles]]></category>
		<category><![CDATA[Blog Development]]></category>
		<category><![CDATA[Blogging]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[optimization]]></category>
		<category><![CDATA[seo]]></category>
		<category><![CDATA[videos]]></category>

		<guid isPermaLink="false">http://wpbloghost.com/blog/?p=92</guid>
		<description><![CDATA[In today&#8217;s world, having a website is one of the most powerful marketing tools entrepreneurs can have for their businesses and it&#8217;s their responsibility to make sure people can find it and understand its message. Craft a bad, unorganized website and your potential customers will no longer be potential. My last post 20.4 Ways People [...]


Related posts:<ol><li><a href='http://wpbloghost.com/blog/using-photos-on-your-website/' rel='bookmark' title='Permanent Link: Using Photos On Your Website'>Using Photos On Your Website</a></li>
<li><a href='http://wpbloghost.com/blog/the-video-boss/' rel='bookmark' title='Permanent Link: Fatten Up Your Wallet by Using Online Videos'>Fatten Up Your Wallet by Using Online Videos</a></li>
<li><a href='http://wpbloghost.com/blog/204-ways-people-scan-your-website/' rel='bookmark' title='Permanent Link: 20.4 Ways People Scan Your Website'>20.4 Ways People Scan Your Website</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>In today&#8217;s world, having a website is one of the most powerful marketing tools entrepreneurs can have for their businesses and it&#8217;s their responsibility to make sure people can find it and understand its message.</p>
<p>Craft a bad, unorganized website and your potential customers will no longer be potential.</p>
<p>My last post <a href="http://wpbloghost.com/blog/204-ways-people-scan-your-website">20.4 Ways People Scan Your Website</a> showed us how people scan your website and where their eyes naturally are drawn to. Today I&#8217;d like to share some videos which can help us learn to design better websites and attract more clicks/sales.</p>
<p><!-- 1st Video --></p>
<h2>Attractive Headlines</h2>
<p>Excellent video on the importance of <a href="http://www.copyblogger.com/magnetic-headlines/" target="_blank">writing good headlines</a>. Think about how important good headlines are for magazines like Cosmopolitan, Maxim, Enquirer, etc. Headlines are important for your business in press releases and getting people to click through your blog.</p>
<p><span style="font-size: x-small;"><br />
Headlines, by Cory from <a href="http://www.boingboing.net/" target="_blank">Boing Boing</a><br />
Run Time: 6:03</span></p>
<p style="text-align: center;"><object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/w4S9wjuJPk8&#038;rel=0&#038;color1=0xd6d6d6&#038;color2=0xf0f0f0&#038;border=0"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/w4S9wjuJPk8&#038;rel=0&#038;color1=0xd6d6d6&#038;color2=0xf0f0f0&#038;border=0" type="application/x-shockwave-flash" wmode="transparent" width="425" height="355"></embed></object></p>
<p><!-- End 1st Video --></p>
<table style="height: 15px;" border="0">
<tbody>
<tr>
<td></td>
</tr>
</tbody>
</table>
<p><!-- 2nd Video --></p>
<h2>Getting Incoming Links</h2>
<p>This video shows a few ways how to obtain incoming links to your website. One such method is the link exchange method which as he points out can be a bit time consuming. However, it can be an effective tool to get your site ranked higher in search engines.</p>
<p>He also points out a useful tool that not many people know about. If you own a website and want to get an idea of what websites are out there linking to you, type <strong>link: <em>your_website.com</em></strong> in the search box of Google, Yahoo!, or MSN.</p>
<p><span style="font-size: x-small;"><br />
Author: <a href="http://www.michaelstrafficvideos.com/" target="_blank">Michael Cheney</a><br />
Run Time: 9:47</span></p>
<p style="text-align: center;"><object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/0RfzDSKAE5M&#038;rel=0&#038;color1=0xd6d6d6&#038;color2=0xf0f0f0&#038;border=0"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/0RfzDSKAE5M&#038;rel=0&#038;color1=0xd6d6d6&#038;color2=0xf0f0f0&#038;border=0" type="application/x-shockwave-flash" wmode="transparent" width="425" height="355"></embed></object></p>
<p><!-- End 2nd Video --></p>
<table style="height: 15px;" border="0">
<tbody>
<tr>
<td></td>
</tr>
</tbody>
</table>
<p><!-- Begin thrid video --></p>
<p><!-- End Third Video --></p>
<p><!-- 4th Video --></p>
<h2>Site Makeover</h2>
<p>This is a very important topic that some <em>Search Engine Marketers</em> aren&#8217;t well trained on. True you want your website to be optimized so Google or Yahoo! can rank it high in their indexes but you also don&#8217;t want to ignore the <a href="http://menwithpens.ca/index.php?s=design+for+humans">human element</a>.</p>
<p>Also, just like writing captivating headlines helps persuade site visitors to click on that particular topic, so too do you need to actually <em>tell</em> your visitors/customers what to do (something not mentioned in this video). For example, instead of creating a link or button that says &#8220;Sign Up,&#8221; create one that gives the call to action like, &#8220;Subscribe Now!&#8221; Or maybe instead of a &#8220;$50 off special&#8221; image, your image says &#8220;Save $50 by Purchasing Now!&#8221;</p>
<p>The following video illustrates how you should really examine your website and see if you might be confusing people and/or telling them exactly what it is you want them to do.</p>
<p><!-- Begin Edit --></p>
<p><span style="font-size: x-small;"><br />
Site Makeover &#8211; Generating Ecommerce Sales, by <a href="http://www.mindvalleylabs.com/" target="_blank">www.mindvalleylabs.com</a><br />
Run Time: 5:24</span></p>
<p style="text-align: center;"><object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/MyaSjav_ZOU&#038;rel=1"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/MyaSjav_ZOU&#038;rel=1" type="application/x-shockwave-flash" wmode="transparent" width="425" height="355"></embed></object></p>
<p><!-- End 4th Video --></p>
<table style="height: 15px;" border="0">
<tbody>
<tr>
<td></td>
</tr>
</tbody>
</table>
<p><!-- 5th Video --></p>
<h2>Site Makeover 2</h2>
<p>Very good idea on how you could look up typical keywords people use to get to your product and then add those words in a menu link on the side of your page, maybe a more information section<br />
or something.</p>
<p><!-- Begin Edit --></p>
<p><span style="font-size: x-small;"><br />
Boosting Sales for a Catalogue Site, by <a href="http://www.mindvalleylabs.com/" target="_blank">www.mindvalleylabs.com</a><br />
Run Time: 4:49</span></p>
<p style="text-align: center;"><object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/Huw2ZDj2TFw&#038;rel=1"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/Huw2ZDj2TFw&#038;rel=1" type="application/x-shockwave-flash" wmode="transparent" width="425" height="355"></embed></object></p>
<p><!-- End 5th Video --></p>
<table style="height: 15px;" border="0">
<tbody>
<tr>
<td></td>
</tr>
</tbody>
</table>
<p><!-- 6th Video --></p>
<h2>Site Makeover 3</h2>
<p>Some thoughts on designing your blog to help people stay connected with your blog.</p>
<p><!-- Begin Edit --></p>
<p><span style="font-size: x-small;"><br />
Site Makeover &#8211; Getting Repeat Traffic to Your Blog, by <a href="http://www.mindvalleylabs.com/" target="_blank">www.mindvalleylabs.com</a><br />
Run Time: 3:55</span></p>
<p style="text-align: center;"><object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/c5Qxgnc3q0Y&#038;rel=1"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/c5Qxgnc3q0Y&#038;rel=1" type="application/x-shockwave-flash" wmode="transparent" width="425" height="355"></embed></object></p>
<p><!-- End 6th Video --></p>
<table style="height: 15px;" border="0">
<tbody>
<tr>
<td></td>
</tr>
</tbody>
</table>
<p><!-- End 7th Video --></p>
<h2>Site Makeover 4</h2>
<p><span style="font-size: x-small;">Site Makeover &#8211; Getting Users to Click, by <a href="http://www.mindvalleylabs.com/" target="_blank">www.mindvalleylabs.com</a><br />
Run Time: 3:01</span></p>
<p style="text-align: center;"><object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/g_eJYUR4rl4&#038;rel=1"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/g_eJYUR4rl4&#038;rel=1" type="application/x-shockwave-flash" wmode="transparent" width="425" height="355"></embed></object></p>
<p><!-- End 7th Video --></p>
<table style="height: 15px;" border="0">
<tbody>
<tr>
<td></td>
</tr>
</tbody>
</table>
<p><!-- End 8th Video --></p>
<h2>Optimizing WordPress for Search Engines</h2>
<p><span style="font-size: x-small;">Make Your WordPress Blog Search Engine Friendly, by <a href="http://www.wolf-howl.com/" target="_blank">Michael Gray</a><br />
Run Time: 4:41</span></p>
<p style="text-align: center;"><object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/BiCn6y6JU8o&#038;rel=1"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/BiCn6y6JU8o&#038;rel=1" type="application/x-shockwave-flash" wmode="transparent" width="425" height="355"></embed></object></p>
<p><!-- End 8th Video --></p>


<p>Related posts:<ol><li><a href='http://wpbloghost.com/blog/using-photos-on-your-website/' rel='bookmark' title='Permanent Link: Using Photos On Your Website'>Using Photos On Your Website</a></li>
<li><a href='http://wpbloghost.com/blog/the-video-boss/' rel='bookmark' title='Permanent Link: Fatten Up Your Wallet by Using Online Videos'>Fatten Up Your Wallet by Using Online Videos</a></li>
<li><a href='http://wpbloghost.com/blog/204-ways-people-scan-your-website/' rel='bookmark' title='Permanent Link: 20.4 Ways People Scan Your Website'>20.4 Ways People Scan Your Website</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://wpbloghost.com/blog/videos-to-help-craft-a-better-website-attract-attention/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>20.4 Ways People Scan Your Website</title>
		<link>http://wpbloghost.com/blog/204-ways-people-scan-your-website/</link>
		<comments>http://wpbloghost.com/blog/204-ways-people-scan-your-website/#comments</comments>
		<pubDate>Wed, 16 Jul 2008 09:00:57 +0000</pubDate>
		<dc:creator>John Hoff</dc:creator>
				<category><![CDATA[Blog Optimization/SEO]]></category>
		<category><![CDATA[Blog Development]]></category>
		<category><![CDATA[Blogging]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[Landing Page Optimization]]></category>
		<category><![CDATA[seo]]></category>

		<guid isPermaLink="false">http://wpbloghost.com/blog/?p=91</guid>
		<description><![CDATA[We are trained where to look. So show us already. Image by lulacerdaji The laws of the Internet (marketing-wise) are different from any other medium. Probably the most important thing to note about the Internet when it comes to marketing is that it is user-interactive. In other mediums (newspaper, magazine, radio, TV, etc.) people have [...]


Related posts:<ol><li><a href='http://wpbloghost.com/blog/videos-to-help-craft-a-better-website-attract-attention/' rel='bookmark' title='Permanent Link: Videos To Help Craft A Better Website &amp; Attract Attention'>Videos To Help Craft A Better Website &amp; Attract Attention</a></li>
<li><a href='http://wpbloghost.com/blog/lateral-seo/' rel='bookmark' title='Permanent Link: Lateral SEO Thinking: 3 Things Most People Don&#039;t Consider'>Lateral SEO Thinking: 3 Things Most People Don&#039;t Consider</a></li>
<li><a href='http://wpbloghost.com/blog/using-photos-on-your-website/' rel='bookmark' title='Permanent Link: Using Photos On Your Website'>Using Photos On Your Website</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<table border="0" align="right">
<tbody>
<tr>
<td style="text-align: center;"><img src="http://wpbloghost.com/images/blog_articles/images/eye.jpg" alt="realtor building" />
</td>
</tr>
<tr>
<td><em>We are trained where to look. So show us already.</em><br />
<center>Image by <a href="http://www.flickr.com/photos/lulacerdarj/1978571580/" target="_blank" onclick="javascript:pageTracker._trackPageview ('/outbound/www.flickr.com');">lulacerdaji</a></center></td>
</tr>
</tbody>
</table>
<p>The laws of the Internet (marketing-wise) are different from any other medium. Probably the most important thing to note about the Internet when it comes to marketing is that it is user-interactive.</p>
<p>In other mediums (newspaper, magazine, radio, TV, etc.) people have to read, listen, and wait for all the necessary information they are looking for come to them. On the Internet, however, this information is widely available and can be found by simply scanning and clicking. A wise marketer would take this information and use it to their advantage and apply it to their website.</p>
<p>Some websites create more sales than others simply because its design is designed around the  						<a href="http://en.wikipedia.org/wiki/Psyche_%28psychology%29" target="_blank">human psyche</a>.  						Simply having a website and throwing a bunch of content  						or products on there is no where near as effective as a  						well formulated (i.e. intentionally placing this and  						that there) and planned out website.</p>
<p>Once you know certain human behaviors you can design your product (or website) around them.</p>
<p>Let&#8217;s take a look at some typical human behaviors on the Internet.</p>
<h2>Typical Human Behaviors Online &#8211; <em><span style="font-size: small;">western part of the world</span></em></h2>
<table style="height: 20px;" border="0">
<tbody>
<tr>
<td></td>
</tr>
</tbody>
</table>
<ol>
<li>Read left to right.</li>
<li>Bright &#8211; yelling at you colors are not good for backgrounds or in large areas.</li>
<li>Short attention spans (especially online).</li>
<li>Scan web pages and don&#8217;t read every word.</li>
<li>Want information instantly without working too hard to find it.</li>
<li>People&#8217;s eyes get tired if they read a computer screen too long.</li>
<li>Read bold print <em>(got me through college)</em> / headings (size matters).</li>
<li>Scan links, buttons, and menus.</li>
<li>Don&#8217;t like flashing images.</li>
<li>Don&#8217;t like to feel as if they are being hit hard with advertisements (which is why the <a href="http://www.securepaynet.net/Hosting/Legacy.aspx?ci=1782&#038;prog_id=442543">Web Hosting</a> page of WP Blog Host looks different than most other hosting companies).</li>
<li>Prefer a font size they can read and are use to on the Internet.</li>
<li>Prefer bulleted lists for quick information gathering.</li>
<li>Will typically read short blocks of text (i.e. short paragraphs) more than they will read a large block (empty space on a website is ok).</li>
<li>The upper and left portions of a website typically get viewed.</li>
<li>Strange fonts are ignored.</li>
<li>Websites with a lot of free information and content keeps visitors on your site longer and the longer they are on your site the more likely they will remember it and buy.</li>
<li>Calls to action (telling your visitor what to do) work better and get more clicks than telling them what they <em>can</em> do.</li>
<li>People buy from places they trust. Give them a reason to trust you. Give them free information or something else that might help them to trust you.</li>
<li>Many people read the links at the bottom of the page.</li>
<li>Roman numerals are good for numbered lists (I&#8217;m bad about that one).</li>
<li>Advertising banners typically are skipped and not seen.</li>
<li>Other than blogs, website visitors like navigation links near the top of the page (most) and also the left.</li>
<li>For blogs, content is the most important thing to readers, therefore, blog readers prefer content on the left and navigational menus work better horizontal and/or on the right.</li>
<li>People scan websites in a F pattern.</li>
</ol>
<p>I&#8217;m sure there&#8217;s more and I&#8217;m sure you can search the Web for an actual study taken. My knowledge comes from a) college, b) years of working with people and designing websites, c) reading case studies myself, and d) examining MY online behavior.</p>
<p>That last point I made, letter d), is something you should do yourself.</p>
<p>Over the next few days while you&#8217;re online, note to yourself where your eyes are drawn  to on websites and examine your click-through behavior. Chances are you&#8217;re not the only one like that. Then go back to your website and see how people must be viewing your website.</p>
<p>Do you give them what they need in the key areas they scan? Do you tell them what to do and not just ask?</p>
<p>If you think about it, website designs are typical, just like a car is typical (that is, people are use to the pedals put in the same place, the steering wheel positioned to one side, etc.).</p>
<p>Over the years, websites have been designed much the same and therefore people are trained to view websites in a particular way. So give them what they want.</p>


<p>Related posts:<ol><li><a href='http://wpbloghost.com/blog/videos-to-help-craft-a-better-website-attract-attention/' rel='bookmark' title='Permanent Link: Videos To Help Craft A Better Website &amp; Attract Attention'>Videos To Help Craft A Better Website &amp; Attract Attention</a></li>
<li><a href='http://wpbloghost.com/blog/lateral-seo/' rel='bookmark' title='Permanent Link: Lateral SEO Thinking: 3 Things Most People Don&#039;t Consider'>Lateral SEO Thinking: 3 Things Most People Don&#039;t Consider</a></li>
<li><a href='http://wpbloghost.com/blog/using-photos-on-your-website/' rel='bookmark' title='Permanent Link: Using Photos On Your Website'>Using Photos On Your Website</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://wpbloghost.com/blog/204-ways-people-scan-your-website/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>
