<?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>Idea Anarchy</title>
	<atom:link href="http://ideaanarchy.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://ideaanarchy.com</link>
	<description>Web Design &#38; Development Services</description>
	<lastBuildDate>Sat, 28 Jan 2012 03:41:41 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>Switching hosts? Here&#8217;s a trick for a quicker transition.</title>
		<link>http://ideaanarchy.com/switching-hosts-heres-a-trick-for-a-quicker-transition/</link>
		<comments>http://ideaanarchy.com/switching-hosts-heres-a-trick-for-a-quicker-transition/#comments</comments>
		<pubDate>Thu, 29 Dec 2011 06:06:18 +0000</pubDate>
		<dc:creator>jdbentley</dc:creator>
				<category><![CDATA[Design Tech]]></category>

		<guid isPermaLink="false">http://blogdesignguy.com/?p=568</guid>
		<description><![CDATA[<p class="lead">Last night I moved Blog Design Guy from WebFaction over to Bluehost. In the process, I ran into a problem I've come across every time I've dealt with new domain names and/or switching hosts: <strong>the old site wouldn't go away!</strong></p>
<p>In order to switch your host, you have to change your domain's name servers. Simply put, these name servers tell browsers where they can find your website. When you're working on a deadline as I was last night, you need things to switch quickly so you can make sure the new site is ready to go as soon as possible. The problem is, the changes you make aren't necessarily instant. It can take up to 24 hours for your site to redirect and the results aren't the same for everyone. Someone in Utah might see the new site while someone in New York is still getting served the old one.</p>
<p>Last night, as I was in a hurry to restore the database and get Blog Design Guy up to speed before anyone noticed, I got served the old site.</p>
<p>In the past, I've waited up to 4 hours for the right site to show up. I couldn't wait that long last night, so here's what I did to get the new site loading almost instantly.</p>
]]></description>
				<content:encoded><![CDATA[<p class="lead">Last night I moved Blog Design Guy from WebFaction over to Bluehost. In the process, I ran into a problem I&#8217;ve come across every time I&#8217;ve dealt with new domain names and/or switching hosts: <strong>the old site wouldn&#8217;t go away!</strong></p>
<p>In order to switch your host, you have to change your domain&#8217;s name servers. Simply put, these name servers tell browsers where they can find your website. When you&#8217;re working on a deadline as I was last night, you need things to switch quickly so you can make sure the new site is ready to go as soon as possible. The problem is, the changes you make aren&#8217;t necessarily instant. It can take up to 24 hours for your site to redirect and the results aren&#8217;t the same for everyone. Someone in Utah might see the new site while someone in New York is still getting served the old one.</p>
<p>Last night, as I was in a hurry to restore the database and get Blog Design Guy up to speed before anyone noticed, I got served the old site.</p>
<p>In the past, I&#8217;ve waited up to 4 hours for the right site to show up. I couldn&#8217;t wait that long last night, so here&#8217;s what I did to get the new site loading almost instantly.</p>
<h2>Google Public DNS</h2>
<p>When you sign up with an Internet Service Provider, they usually assign the domain name servers you use automatically. That means when you type http://blogdesignguy.com into your browser, your browser asks those servers to look it up. If those servers don&#8217;t know the site&#8217;s new location, tough luck. You&#8217;re stuck getting the old one.</p>
<p>What I learned last night, though, is that you can actually assign your own domain name servers. And if there&#8217;s any domain name server that should be up-to-date, it&#8217;s Google&#8217;s.</p>
<p>I set my domain name servers to Google&#8217;s Public DNS. As soon as I did, I began receiving the new site instantly which made it a lot easier for me to get Blog Design Guy back in working order.</p>
<p>Here&#8217;s how you do it:</p>
<h2>Setting it up on a Mac</h2>
<p>I use a Mac so these are the instructions I followed, as lifted from <a href="http://code.google.com/speed/public-dns/docs/using.html">Google&#8217;s support page</a>:</p>
<ol>
<li>From the <strong>Apple</strong> menu, click <strong>System Preferences</strong>, then click <strong>Network</strong>.</li>
<li>If the lock icon in the lower left-hand corner of the window is locked, click the icon to make changes, and when prompted to authenticate, enter your password.</li>
<li>Select the connection for which you want to configure Google Public DNS. For example:
<ul>
<li>To change the settings for an Ethernet connection, select <strong>Built-In Ethernet</strong>, and click <strong>Advanced</strong>.</li>
<li>To change the settings for a wireless connection, select <strong>Airport</strong>, and click <strong>Advanced</strong>.</li>
</ul>
</li>
<li>Select the <strong>DNS</strong> tab.</li>
<li>Click + to replace any listed addresses with, or add, the Google IP addresses at the top of the list:
<ul>
<li>For IPv4: 8.8.8.8 and/or 8.8.4.4.</li>
<li>For IPv6: 2001:4860:4860::8888 and/or 2001:4860:4860::8844</li>
</ul>
</li>
<li>Click <strong>Apply</strong> and <strong>OK</strong>.</li>
</ol>
<h2>Setting it up on Windows</h2>
<ol>
<li>Go the <strong>Control Panel</strong>.</li>
<li>Click <strong>Network and Internet</strong>, then <strong>Network and Sharing Center</strong>, and click <strong>Change adapter settings</strong>.</li>
<li>Select the connection for which you want to configure Google Public DNS. For example:
<ul>
<li>To change the settings for an Ethernet connection, right-click <strong>Local Area Connection</strong>, and click <strong>Properties</strong>.</li>
<li>To change the settings for a wireless connection, right-click<strong> Wireless Network Connection</strong>, and click <strong>Properties</strong>.</li>
</ul>
<p>If you are prompted for an administrator password or confirmation, type the password or provide confirmation.</li>
<li>Select the <strong>Networking</strong> tab. Under <strong>This connection uses the following items</strong>, select <strong>Internet Protocol Version 4 (TCP/IPv4)</strong> or <strong>Internet Protocol Version 6 (TCP/IPv6)</strong> and then click <strong>Properties</strong>.</li>
<li>Click <strong>Advanced</strong> and select the <strong>DNS</strong> tab. If there are any DNS server IP addresses listed there, write them down for future reference, and remove them from this window.</li>
<li>Click <strong>OK</strong>.</li>
<li>Select <strong>Use the following DNS server addresses</strong>. If there are any IP addresses listed in the <strong>Preferred DNS server</strong> or <strong>Alternate DNS server</strong>, write them down for future reference.</li>
<li>Replace those addresses with the IP addresses of the Google DNS servers:
<ul>
<li>For IPv4: 8.8.8.8 and/or 8.8.4.4.</li>
<li>For IPv6: 2001:4860:4860::8888 and/or 2001:4860:4860::8844</li>
</ul>
</li>
<li>Restart the connection you selected in step 3.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://ideaanarchy.com/switching-hosts-heres-a-trick-for-a-quicker-transition/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Should you abandon TypePad for WordPress?</title>
		<link>http://ideaanarchy.com/should-you-abandon-typepad-for-wordpress/</link>
		<comments>http://ideaanarchy.com/should-you-abandon-typepad-for-wordpress/#comments</comments>
		<pubDate>Mon, 24 Oct 2011 18:04:00 +0000</pubDate>
		<dc:creator>jdbentley</dc:creator>
				<category><![CDATA[Ask Blog Design Guy]]></category>
		<category><![CDATA[Design Tech]]></category>

		<guid isPermaLink="false">http://blogdesignguy.com/?p=562</guid>
		<description><![CDATA[<blockquote><p>My blog is hosted on TypePad, but it seems like everyone is using WordPress these days. Should I switch to Wordpress? If so, how do I go about doing that without losing the design and content of my site?</p>
<p>- <a href="http://positivelypresent.com">Positively Present</a></p>
</blockquote>
<p class="lead">It's being reported that WordPress is now used by 14% of <strong>all </strong>websites on the internet. It is by far the most popular content management system on the web. There are thousands of plugins and premium themes available for it and millions of users to help you out if you hit a road block.</p>
<p>But is it right for you?</p>
]]></description>
				<content:encoded><![CDATA[<blockquote><p>My blog is hosted on TypePad, but it seems like everyone is using WordPress these days. Should I switch to WordPress? If so, how do I go about doing that without losing the design and content of my site?</p>
<p style="text-align: right;">- <a href="http://positivelypresent.com">Positively Present</a></p>
</blockquote>
<p class="lead">It&#8217;s being reported that WordPress is now used by 14% of <strong>all </strong>websites on the internet. It is by far the most popular content management system on the web. There are thousands of plugins and premium themes available for it and millions of users to help you out if you hit a road block.</p>
<p>But is it right for you?</p>
<p>I absolutely love WordPress. It&#8217;s a wonderful product, but my advice to you is this: <strong>Don&#8217;t try to fix what isn&#8217;t broken.</strong> Have you already made TypePad a part of your workflow? If so, think about how much time and effort it will take to relearn how to use your own website. And then, even after learning how to use the new system, it will take many weeks to many months to return to the same level of productivity you had with the former system.</p>
<p>The only reason you should switch from TypePad to WordPress is if you are outgrowing TypePad. Are there features it sorely lacks? Is the system in general hindering the work you do? Are there limitations to how you can use it? If so, switch to WordPress (or any other better-suited CMS).</p>
<p>If you do choose to switch, it&#8217;s a pretty simple process content-wise. You can easily export your TypePad content and then import it into a self-hosted WordPress installation. Check out <a href="http://help.typepad.com/typepad_to_wordpress.html">TypePad&#8217;s official documentation</a> if you need help.</p>
<p>The design will probably be a bit more difficult, only because you&#8217;ll probably have to rebuild it. But with WordPress it&#8217;s simple. You can hire a pro to do it (<a title="Custom Blog Design" href="http://blogdesignguy.com/services/custom-blog-design/">like me, wink wink</a>) or you can buy a kick ass theme like <a href="http://blogdesignguy.com/headway">Headway</a>. <a href="http://blogdesignguy.com/headway">Headway</a> will let you drag and drop your design. You don&#8217;t have to know HTML/CSS/PHP or any other exotic technical languages. You just use a mouse, drop down menus, color selectors, etc.</p>
<p>Either way, you&#8217;ll be up and running in no time.</p>
<p>As always, if you have a question or need <strong>free</strong> help with any aspect of your blog, <a title="Free Help" href="http://blogdesignguy.com/blog-design-help/">contact me via this form</a>!</p>
]]></content:encoded>
			<wfw:commentRss>http://ideaanarchy.com/should-you-abandon-typepad-for-wordpress/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Giving Life and Color to Your Blog</title>
		<link>http://ideaanarchy.com/giving-life-and-color-to-your-blog/</link>
		<comments>http://ideaanarchy.com/giving-life-and-color-to-your-blog/#comments</comments>
		<pubDate>Wed, 05 Oct 2011 11:00:01 +0000</pubDate>
		<dc:creator>jdbentley</dc:creator>
				<category><![CDATA[Ask Blog Design Guy]]></category>

		<guid isPermaLink="false">http://blogdesignguy.com/?p=552</guid>
		<description><![CDATA[<blockquote><p>I want to give some life and colour to my blog and make it a well designed blog. I do not know how to proceed. Please help me.</p>
<p>- Surendranath Menon, <a href="http://thejus.blogspot.com">thejus.blogspot.com</a></p>
</blockquote>
<p class="lead">The first thing I have to say is that, in my experience as a designer, the simplest and quickest way to give life and color to your blog is to<a title="4 Reasons WordPress Means a Better Blog Design" href="http://blogdesignguy.com/4-reasons-wordpress-means-a-better-blog-design/">use WordPress</a>. Why? Simply because WordPress is a bigger platform than Blogger or any other competitor. There are more designers actively creating awesome themes for WordPress than for any other blogging system.</p>
]]></description>
				<content:encoded><![CDATA[<blockquote><p>I want to give some life and colour to my blog and make it a well designed blog. I do not know how to proceed. Please help me.</p>
<p style="text-align: right;"><span style="color: #000000;">- Surendranath Menon, <a href="http://thejus.blogspot.com"><span style="color: #000000;">thejus.blogspot.com</span></a></span></p>
</blockquote>
<p class="lead">The first thing I have to say is that, in my experience as a designer, the simplest and quickest way to give life and color to your blog is to <a title="4 Reasons WordPress Means a Better Blog Design" href="http://blogdesignguy.com/4-reasons-wordpress-means-a-better-blog-design/">use WordPress</a>. Why? Simply because WordPress is a bigger platform than Blogger or any other competitor. There are more designers actively creating awesome themes for WordPress than for any other blogging system.</p>
<p>For non-designers, this means a massive collection of high quality free and paid themes to choose from with new ones being released every day. For those who want to choose a theme and forget about it, WordPress includes a huge directory of free themes built into its administration panel.</p>
<p>For those <a title="The Secret Weapon for Running a Wildly Popular and Hugely Profitable Blog" href="http://blogdesignguy.com/diy-blog-design/">do-it-yourself blog design</a> types, there&#8217;s an awesome premium theme called <a href="http://blogdesignguy.com/headway">Headway</a> that lets you design your site as easily as you might lay out a word document. It comes with a Visual Editor that lets you drag, drop, pick and choose your design and the possibilities are endless. Headway simplifies my development process and allows me to focus on the details of the design rather than &#8220;making it work.&#8221; That&#8217;s why I use Headway on Blog Design Guy and every other site I own.</p>
<p>If you&#8217;re not able or interested in learning how to use a theme framework like Headway, but you want a great looking custom design, you should consider hiring a professional designer to create a custom theme for you. I offer <a title="Custom Blog Design" href="http://blogdesignguy.com/services/custom-blog-design/">custom blog design services</a> to anyone in this category.</p>
<p>If you&#8217;re dead set on using Blogger, then the Template Designer is the way to go. To learn more about how to use the Template Designer, <a href="http://www.google.com/support/blogger/bin/answer.py?hl=en&amp;answer=176245">check out this Google help page</a>. It should tell you everything you need to know.</p>
<p>If you need <strong>free</strong> professional help with any aspect of your blog, from the design to content creation to monetization, contact Blog Design Guy using the <a title="Free Help" href="http://blogdesignguy.com/blog-design-help/">Free Help</a> page.</p>
]]></content:encoded>
			<wfw:commentRss>http://ideaanarchy.com/giving-life-and-color-to-your-blog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What&#8217;s the quickest way to set up a self-hosted WordPress installation?</title>
		<link>http://ideaanarchy.com/whats-the-quickest-way-to-set-up-a-self-hosted-wordpress-installation/</link>
		<comments>http://ideaanarchy.com/whats-the-quickest-way-to-set-up-a-self-hosted-wordpress-installation/#comments</comments>
		<pubDate>Mon, 03 Oct 2011 11:40:17 +0000</pubDate>
		<dc:creator>jdbentley</dc:creator>
				<category><![CDATA[Ask Blog Design Guy]]></category>

		<guid isPermaLink="false">http://blogdesignguy.com/?p=547</guid>
		<description><![CDATA[<blockquote><p>I am trying to set up a WordPress self-hosted blog, and I'm having a little trouble.  I think I need a geek's advice to help unjumble all the tech jargon.  I'm using Blogger right now, and it is slowly driving me insane, so I was wondering what is the quickest way to set up a self-host?</p>
<p>Stacey Hume</p>
</blockquote>
<p>Congratulations on taking the initiative to switch away from Blogger! I've never found Blogger to be nearly as useful as WordPress and I think you'll agree with me once you make the switch.</p>
]]></description>
				<content:encoded><![CDATA[<blockquote><p>I am trying to set up a WordPress self-hosted blog, and I&#8217;m having a little trouble.  I think I need a geek&#8217;s advice to help unjumble all the tech jargon.  I&#8217;m using Blogger right now, and it is slowly driving me insane, so I was wondering what is the quickest way to set up a self-host?</p>
<p style="text-align: right;"><span style="color: #000000;">Stacey Hume</span></p>
</blockquote>
<p style="text-align: left;">Congratulations on taking the initiative to switch away from Blogger! I&#8217;ve never found Blogger to be nearly as useful as WordPress and I think you&#8217;ll agree with me once you make the switch.</p>
<p style="text-align: left;">Switching to a self-hosted WordPress installation is actually way easier than you think. I can go into all the technical details, but you don&#8217;t need to bother with that. The quickest, easiest way to get yourself on a self-hosted WordPress installation is to simply sign up for a hosting account.</p>
<p style="text-align: left;">Most major web hosts offer one-click installations of WordPress (and other open source apps). So if you sign up for GoDaddy, Dreamhost, BlueHost, WebFaction or plenty of other services, you&#8217;ll be able to install WordPress without ever having to look behind the scenes. It will just work.</p>
<p style="text-align: left;">The process for doing this on each host differs slightly, so it&#8217;s best to just choose a host and then to look up their particular documentation for WordPress.</p>
<p style="text-align: left;">If you need *free* professional help with any aspect of your blog, get in touch with Blog Design Guy through the <a title="Free Help" href="http://blogdesignguy.com/blog-design-help/">Free Help</a> form.</p>
]]></content:encoded>
			<wfw:commentRss>http://ideaanarchy.com/whats-the-quickest-way-to-set-up-a-self-hosted-wordpress-installation/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Showcasing Your Archive Using the Twenty Eleven Theme</title>
		<link>http://ideaanarchy.com/showcasing-archive-twenty-eleven-theme/</link>
		<comments>http://ideaanarchy.com/showcasing-archive-twenty-eleven-theme/#comments</comments>
		<pubDate>Tue, 13 Sep 2011 19:52:10 +0000</pubDate>
		<dc:creator>jdbentley</dc:creator>
				<category><![CDATA[Design Tech]]></category>

		<guid isPermaLink="false">http://blogdesignguy.com/?p=538</guid>
		<description><![CDATA[My blog is super basic&#8230; that I like. I just don&#8217;t think there is an easy way to find archived files. I know zero about blog design. - Shaena Crespo, SheLaughsBlog Thanks for your question, Shaena! For those who don&#8217;t know much about blog design (or design in general), a basic theme is a really great [...]]]></description>
				<content:encoded><![CDATA[<blockquote>
<p style="text-align: left;">My blog is super basic&#8230; that I like. I just don&#8217;t think there is an easy way to find archived files. I know zero about blog design.</p>
<p style="text-align: right;"><span style="color: #000000;">- Shaena Crespo, </span><a href="http://shelaughsblog.com/">SheLaughsBlog</a></p>
</blockquote>
<p style="text-align: left;">Thanks for your question, Shaena!</p>
<p style="text-align: left;">For those who don&#8217;t know much about blog design (or design in general), a basic theme is a really great way to start. It&#8217;s hard to screw up basic. In your case, Shaena, I see you&#8217;re using WordPress.com as your host and Twenty Eleven as your theme. (<a href="http://shelaughsblog.com/">Click here to check out Shaena&#8217;s blog</a>)</p>
<p style="text-align: left;">You&#8217;re right, browsing through your archive looks like it would be tedious. I would either have to click on the category dropdown menu in the sidebar, or click on a tag or category listed after a post:</p>
<p style="text-align: left;"><img class="aligncenter size-full wp-image-540" title="Blog Archives" src="http://ideaanarchy.com/wp-content/uploads/2011/09/pastblogs.jpg" alt="" width="520" height="121" /></p>
<p style="text-align: left;">Even if a reader would bother to check out your archive, there&#8217;s not much of a chance they&#8217;ll stick around. All they will get is a reverse chronological list of your posts. When people visit your blog, they want to see the best of the best. They don&#8217;t want to have to find it.</p>
<p style="text-align: left;">Normally I might suggest that you <a title="Spice Up Your Archives with a Timeline" href="http://blogdesignguy.com/spice-up-your-archives-with-a-timeline/">create a custom archive page</a>, use <a href="http://blogdesignguy.com/headway">Headway</a> to create custom sneeze pages or install some plugin. However, using WordPress.com makes that pretty much impossible. Plugins and themes like Headway aren&#8217;t available to WordPress.com bloggers, only WordPress.org bloggers. I don&#8217;t know if you can do custom coding on WordPress.com, but if you can it probably costs extra.</p>
<p style="text-align: left;">In the future, you might want to look into moving away from WordPress.com onto a self-hosted WordPress.org so that you aren&#8217;t limited in the ways you can use your blog.</p>
<p style="text-align: left;">But, right now you have a problem. How can you help your readers browse your archive using the Twenty Eleven theme on WordPress.com?</p>
<p style="text-align: left;">If you head to <strong>Appearance &gt; Widgets</strong> in your WordPress dashboard, you&#8217;ll actually find some really helpful options. You&#8217;ll see Archive at the top (which you&#8217;re currently using as a dropdown menu in your sidebar.) The easiest and quickest way to improve your archive for your readers is to drag the &#8220;Top Posts &amp; Pages&#8221; widget to the main sidebar.</p>
<p style="text-align: left;"><img class="aligncenter size-full wp-image-543" title="Top Posts and Pages" src="http://ideaanarchy.com/wp-content/uploads/2011/09/topposts.jpg" alt="" width="520" height="121" /></p>
<p style="text-align: left;">Now when people visit your blog, they&#8217;ll have easy access to the most popular content, the best of the best. You also might want to play around with the Top Rated, Calendar, Category Cloud and Tag Cloud widgets. While I don&#8217;t think any of these are the ideal solution for your blog, they are easy to implement and they work well on WordPress.com.</p>
<p style="text-align: left;">Do you have a question about your blog that you need answered? <a title="Free Help" href="http://blogdesignguy.com/blog-design-help/">Get free help by clicking here.</a></p>
<p style="text-align: left;">
]]></content:encoded>
			<wfw:commentRss>http://ideaanarchy.com/showcasing-archive-twenty-eleven-theme/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Need expert help with your blog? Free Help is back!</title>
		<link>http://ideaanarchy.com/need-expert-help-with-your-blog-free-help-is-back/</link>
		<comments>http://ideaanarchy.com/need-expert-help-with-your-blog-free-help-is-back/#comments</comments>
		<pubDate>Mon, 12 Sep 2011 11:00:33 +0000</pubDate>
		<dc:creator>jdbentley</dc:creator>
				<category><![CDATA[Miscellany]]></category>

		<guid isPermaLink="false">http://blogdesignguy.com/?p=533</guid>
		<description><![CDATA[A couple months ago I took down the Free Help form. I was overwhelmed with questions at the time and thought it might be better if I used Facebook as my Q&#38;A platform. It wasn&#8217;t. Facebook definitely isn&#8217;t made to take questions and it also excludes those of you who would rather not use Facebook. [...]]]></description>
				<content:encoded><![CDATA[<p class="lead">A couple months ago I took down the Free Help form. I was overwhelmed with questions at the time and thought it might be better if I used Facebook as my Q&amp;A platform.</p>
<p>It wasn&#8217;t.</p>
<p>Facebook definitely isn&#8217;t made to take questions and it also excludes those of you who would rather not use Facebook. So, today I&#8217;m bringing back the Free Help form. If you need any help with your blog design, strategy, your host, or anything else related to your blog, ask away!</p>
<p>Use the form below to ask your question today or visit the Free Help page at any time. I&#8217;ll answer your question in an upcoming post, in as much detail as I can possibly muster.</p>
<p>I&#8217;m looking forward to helping you out!</p>
<p>- JD</p>
<p>Oops! We could not locate your form.</p>
]]></content:encoded>
			<wfw:commentRss>http://ideaanarchy.com/need-expert-help-with-your-blog-free-help-is-back/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hello world!</title>
		<link>http://ideaanarchy.com/hello-world/</link>
		<comments>http://ideaanarchy.com/hello-world/#comments</comments>
		<pubDate>Mon, 01 Aug 2011 16:36:16 +0000</pubDate>
		<dc:creator>jdbentley</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.ideaanarchy.com/?p=1</guid>
		<description><![CDATA[Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!]]></description>
				<content:encoded><![CDATA[<p>Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!</p>
]]></content:encoded>
			<wfw:commentRss>http://ideaanarchy.com/hello-world/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Do-It-Yourself Blogging: The Ultimate Toolkit</title>
		<link>http://ideaanarchy.com/diy-blogging/</link>
		<comments>http://ideaanarchy.com/diy-blogging/#comments</comments>
		<pubDate>Mon, 01 Aug 2011 05:51:23 +0000</pubDate>
		<dc:creator>jdbentley</dc:creator>
				<category><![CDATA[Design Tech]]></category>

		<guid isPermaLink="false">http://blogdesignguy.com/?p=506</guid>
		<description><![CDATA[<p>It's no secret that success begets further success. Once you've reached a certain level of popularity, every step you take gets easier. How much better would your blog be if you could start out on top?</p>
<p>You can't, though. No one can. We, as bloggers, must stand at the foot of the mountain of blogging greatness and stare longingly upward until we're finally compelled to take that first step up.</p>]]></description>
				<content:encoded><![CDATA[<p class="lead">It&#8217;s no secret that success begets further success. Once you&#8217;ve reached a certain level of popularity, every step you take gets easier. How much better would your blog be if you could start out on top?</p>
<p>You can&#8217;t, though. No one can. We, as bloggers, must stand at the foot of the mountain of blogging greatness and stare longingly upward until we&#8217;re finally compelled to take that first step up.</p>
<p>It can be entirely overwhelming. Not only do you have to work hard to piece together all the (contradictory) advice from already-successful bloggers into a strategy that works for you, you also have to figure out how to do it within the constraints of a pathetic budget.</p>
<p>Apart from strategy, you still have the whole matter of buying a domain, getting a host, making sure the domain redirects to that host, then getting WordPress set up, choosing the right theme, customizing that theme to perfection, installing plugins and on and on and on.</p>
<p>How will you ever learn it all? If you&#8217;re like me, you&#8217;ll fall forward for years and years and waste literally thousands of dollars until it all finally comes together.</p>
<p>That&#8217;s the hard way, though. I <em>know </em>there&#8217;s a better way&#8211;it just doesn&#8217;t exist yet.</p>
<h2>Everything You Need</h2>
<p>A couple weeks ago, I launched <a href="http://blogdesignguy.com/free-blogging-course">Planning the Perfect Blog in 7 Days</a>. It&#8217;s a <strong>free</strong> online course that helps you figure out the direction you want to take with your blog to ensure it makes money from the beginning. It&#8217;s essentially a series of lessons on what to do <strong>before you even get started</strong>. It&#8217;s just a fraction of what you need to know to become a successful blogger.</p>
<p>This isn&#8217;t acceptable. <strong>I want to give you absolutely everything you need, not just half of what you need</strong>. Why? Because when you don&#8217;t have the money to do anything, you need to be able to do what needs to be done.</p>
<p>I want to take you step-by-step through:</p>
<ul>
<li>Buying a domain</li>
<li>Connecting it to a host</li>
<li>Installing WordPress</li>
<li>Securing WordPress</li>
<li>Choosing a theme</li>
<li>Customizing a theme</li>
<li>Blocking spam</li>
<li>Setting up an editorial calendar</li>
<li>Installing a forum</li>
<li>Turning your blog into a membership site</li>
<li>and anything else you&#8217;ll need to do as a blog owner.</li>
</ul>
<p>I&#8217;ve found that pretty much anyone is capable of controlling their blogs (and increasing their reach and profitability) if they just get some guidance from someone who knows how to do it.</p>
<p>I certainly know how to do it.</p>
<h2>The Problem</h2>
<p>While I definitely want to provide people with all the tools, resources and knowledge they need to succeed with their blogs, I also don&#8217;t want to waste my time and energy.</p>
<p>It took me two weeks of work to complete Planning the Perfect Blog in 7 Days and that was a relatively simple project. What I&#8217;m wanting to do now is much more complicated and time-consuming.</p>
<p>I want to provide you with detailed video instructions on how to do everything you need to know how to do to be a completely do-it-yourself blogger, to have complete control over your site and its profitability. The working title I&#8217;m using is <strong>Do-It-Yourself Blogging: The Ultimate Toolkit</strong>.</p>
<p>To make it worth all the time and trouble, two things must be true:</p>
<ol>
<li><strong>People Have To Want It<br />
</strong>I suspect there are thousands of people out there who could benefit from knowing how to have full control over their blogs and their online success, but having some suspicions isn&#8217;t good enough. I want to <em>know</em> that you, the Blog Design Guy readers and subscribers, really want this knowledge.</li>
<li><strong>It Can&#8217;t Be Free<br />
</strong>Now that I&#8217;ve seen how much work it takes, I know I can&#8217;t just give this away. It will be the first digital product on Blog Design Guy. The knowledge I want to provide can help you save thousands of dollars, earn thousands more and avoid many headaches along the way. I&#8217;m planning on selling it for $197.</li>
</ol>
<div>So, I want to get your thoughts on it. <strong>Is this something I need to do? Let me know your ideas in the comments below.</strong></div>
]]></content:encoded>
			<wfw:commentRss>http://ideaanarchy.com/diy-blogging/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>How to Increase Your Daily Traffic by 4029% (and Why You Don&#039;t Want To)</title>
		<link>http://ideaanarchy.com/increase-your-daily-traffic/</link>
		<comments>http://ideaanarchy.com/increase-your-daily-traffic/#comments</comments>
		<pubDate>Mon, 18 Jul 2011 04:04:34 +0000</pubDate>
		<dc:creator>jdbentley</dc:creator>
				<category><![CDATA[Blog Strategy]]></category>

		<guid isPermaLink="false">http://blogdesignguy.com/?p=487</guid>
		<description><![CDATA[<p><a href="http://blogdesignguy.com/wp-content/uploads/2011/07/stats.png"><img class="aligncenter" title="stats" src="http://blogdesignguy.com/wp-content/uploads/2011/07/stats.png" alt="" width="520" height="127" /></a></p>
<p>One month ago, I made a very calculated effort to take Blog Design Guy viral. By the time my experiment concluded, traffic to the site had increased by 4029%, from about 100 visitors per day to 5079 on the day of the experiment.</p>
<p>It's actually much easier to do than you might think. I'll show you.</p>]]></description>
				<content:encoded><![CDATA[<p><a href="http://ideaanarchy.com/wp-content/uploads/2011/07/stats.png"><img class="aligncenter size-full wp-image-491" title="stats" src="http://ideaanarchy.com/wp-content/uploads/2011/07/stats.png" alt="" width="520" height="127" /></a></p>
<p class="lead">One month ago, I made a very calculated effort to take Blog Design Guy viral. By the time my experiment concluded, traffic to the site had increased by 4029%, from about 100 visitors per day to 5079 on the day of the experiment.</p>
<p>It&#8217;s actually much easier to do than you might think. I&#8217;ll show you.</p>
<h2>How to Write Viral Content</h2>
<p>While it might be time consuming to figure out all the specifics, there are really only three steps to creating a viral post:</p>
<ol>
<li><strong>Choose A Distribution Channel<br />
</strong>How will your post travel across the web? Some channels are more suited to viral content than others. Viral posts need to reach as many people as possible in the shortest amount of time while also enabling those people to spread the post further. Sites like Reddit, Digg, Twitter, Facebook and StumbleUpon are perfect for this. Since Blog Design Guy is about the geeky subject of blogging, I decided to try Hacker News.</li>
<li><strong>Study What&#8217;s Already Popular<br />
</strong>Since I read Hacker News every day, I already had some idea of which posts would be voted up and which wouldn&#8217;t. Hacker News isn&#8217;t a site about blogging or WordPress tutorials, so I knew I needed to create a post that would appeal to the community at large. It just so happened that on the same day, I witnessed a website gaming Digg by paying for votes and comments. Few things enrage a geek like people abusing technology to the detriment of the community. Rage also happens to be virally contagious, so I decided to write a post calling out the owner of the site. I framed it as a &#8220;what-not-to-do&#8221; article for bloggers.</li>
<li><strong>Give Your Post An Attractive Headline<br />
</strong>Make people want to click on it. The title is the most important step in making a post go viral. For mine, I went with the sensational, &#8220;<a title="How to Avoid Irreparably Destroying Your Reputation Before You Even Have One" href="http://blogdesignguy.com/how-to-avoid-irreparably-destroying-your-reputation-before-you-even-have-one/">How to Avoid Irreparably Destroying Your Reputation Before You Even Have One</a>.&#8221; This can be kind of hit and miss, though. You can make some good guesses, but it takes experience to really know what to expect. This headline earned me over 5000 clicks, so it&#8217;s safe to say it worked out pretty well.</li>
</ol>
<p>That&#8217;s really all it takes. For me, this worked the first time. Maybe it will take you a few tries, but whatever the case I guarantee you&#8217;ll get a post to go viral sooner or later.</p>
<p>Do you really want to, though?</p>
<h2>Why Going Viral Sucks</h2>
<p>With over 5000 people coming to the blog, I must have seen some pretty great results, right?</p>
<p>Nope.</p>
<p>Truth is, if you want to <a href="http://blogdesignguy.com">earn a living from your blog</a>, you probably don&#8217;t want to attract viral audiences. You don&#8217;t want to go out of your way to avoid them, but there&#8217;s definitely not much benefit in working hard to attract them. To understand why, just think about the reasons a post would go viral.</p>
<p>Viral posts provide some kind of immediate gratification without requiring any work. It&#8217;s content that appeals to &#8220;lazy&#8221; people, people who are on a lunch break or just killing time for a while. It&#8217;s for people who have a few seconds to spare and want to be entertained. They probably won&#8217;t care about your newsletter or that ebook you&#8217;re offering or that webinar that&#8217;s coming up. They only care about having something to do for the short amount of time they have.</p>
<p>That being the case, viral audiences don&#8217;t do a lot. <a title="How to Stimulate Blog Growth When You Start to Stagnate" href="http://blogdesignguy.com/blog-growth/">As I mentioned before</a>, I have a particular hierarchy of action that I want readers to take. At the top of that list is joining my <a href="http://blogdesignguy.com/subscribe">free blogging course/mailing list</a>. At the bottom, RSS and social media shares. With 5079 visitors coming to my site, I managed to get 20 new RSS subscribers and a higher number of Tweets and Facebook Likes than usual, but only 4 email subscribers.</p>
<p>Of course, there are many things I could do to increase the conversion rate, but in general, viral audiences aren&#8217;t passionate about you or what you&#8217;re doing. They don&#8217;t care at all, they&#8217;re just killing some time.</p>
<h2>So, What Should You Be Writing?</h2>
<p>If viral content doesn&#8217;t really benefit your blog, what is there to write then? To borrow terminology from <a href="http://thinktraffic.net">Corbett Barr over at ThinkTraffic</a>, you want to be writing some <a href="http://thinktraffic.net/write-epic-shit">epic shit</a>. I like to think of epic content as &#8220;microviral&#8221; content because it should be especially awesome, especially attractive and especially shared by a smaller group of readers in your particular niche.</p>
<p>Epic content reaches <em>your</em> people, not all people. It&#8217;s the kind of content that gets consumed by readers who actually give a damn about what you&#8217;re doing and what problems you can help them solve.</p>
<p>How to write that epic content, though&#8230; well, that&#8217;s a topic for another day!</p>
]]></content:encoded>
			<wfw:commentRss>http://ideaanarchy.com/increase-your-daily-traffic/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>5 Actions to Improve Your Blog Design This Weekend</title>
		<link>http://ideaanarchy.com/5-actions-to-improve-your-blog-design-this-weekend/</link>
		<comments>http://ideaanarchy.com/5-actions-to-improve-your-blog-design-this-weekend/#comments</comments>
		<pubDate>Fri, 08 Jul 2011 04:13:14 +0000</pubDate>
		<dc:creator>jdbentley</dc:creator>
				<category><![CDATA[Design Tech]]></category>

		<guid isPermaLink="false">http://blogdesignguy.com/?p=475</guid>
		<description><![CDATA[<p>Designing your blog doesn't have to be a chore. In fact, I would say the best method for honing the perfect design is to take a series of small actions over a long period of time, really paying attention to what works and what doesn't.</p>
<p>Just one weekend a month of these small steps can put you on a path to blogging greatness without wearing you out or discouraging you. This weekend is as good as any, right? So, let me show you what you can do to make sure your blog is in excellent shape come Monday morning!</p>]]></description>
				<content:encoded><![CDATA[<p class="lead">Designing your blog doesn&#8217;t have to be a chore. In fact, I would say the best method for honing the perfect design is to take a series of small actions over a long period of time, really paying attention to what works and what doesn&#8217;t.</p>
<p>Just one weekend a month of these small steps can put you on a path to blogging greatness without wearing you out or discouraging you. This weekend is as good as any, right? So, let me show you what you can do to make sure your blog is in excellent shape come Monday morning!</p>
<h2>1. Install the Perfect Theme</h2>
<p>I can tell you all the coolest design tricks in the book, but if you can&#8217;t implement them, who cares. You&#8217;re a <a title="The Secret Weapon for Running a Wildly Popular and Hugely Profitable Blog" href="http://blogdesignguy.com/diy-blog-design/">do-it-yourself blog designer</a>, right? You&#8217;re probably doing it more out of necessity than passion. Make things easy on yourself and choose a theme that facilitates your goals. You want to design without programming, so choose a theme that lets you do that.</p>
<p>I personally use and recommend <a href="http://blogdesignguy.com/headway">Headway</a>. It lets you drag, drop, pick and choose to your heart&#8217;s content without ever touching any HTML, PHP, Javascript or CSS. You&#8217;ll be able to create the design you actually want instead of one you just have to accept. Before you take any other action, <a href="http://blogdesignguy.com/headway">get Headway</a>. You&#8217;ll thank me for it later.</p>
<h2>2. Don&#8217;t Be Schizophrenic</h2>
<p>Figure out what your identity is and <em>stick with it</em>. Implement it across all pages of your blog. Figure out how you want your readers to feel about your site and then decide what colors, layout, terminology and logo best evoke those feelings. If you need help, check out my guide on the <a title="The Art of Blog Branding" href="http://blogdesignguy.com/the-art-of-blog-branding/">Art of Blog Branding</a>.</p>
<h2>3. Know What You Want Your Readers to Do</h2>
<p>This is one of the biggest lessons in my free course, <a href="http://blogdesignguy.com/free-blogging-course">Planning the Perfect Blog in 7 Days</a>. If you don&#8217;t know what you want your readers to do, then how can your blog design be efficient? It can&#8217;t be. The purpose of the blog design is to facilitate your goals. If you don&#8217;t know what those goals are, you&#8217;re just decorating a web page for no particular reason. What should your readers see? Where should they go? What should they do when they get there? If you need to figure out what you want you readers to do, <a href="http://blogdesignguy.com/free-blogging-course">sign up for Planning the Perfect Blog in 7 Days</a>. It&#8217;s free and you&#8217;ll learn everything you need to know to craft that perfect design.</p>
<h2>4. Create a Custom Homepage</h2>
<p>You might have noticed that a lot of blogs are starting to look less and less like blogs, they are looking like full-blown websites. This is due in part to the creation of custom homepages. If there&#8217;s a specific action you want your visitors to take, make a special effort to emphasize that on your homepage. It will encourage your readers to take a particular action and it also has the added benefit of making your site look larger, which is very helpful if you&#8217;re just getting started.</p>
<p>For example, here at Blog Design Guy, my top goal is to get readers to join my free online course, <a href="http://blogdesignguy.com/free-blogging-course">Planning the Perfect Blog in 7 Days</a>. If you <a href="http://blogdesignguy.com">head over to the homepage</a>, you&#8217;ll see that it doesn&#8217;t look like the rest of the blog. It&#8217;s laid out specifically to facilitate that goal. A custom homepage might be exactly what you need to bring your design to life and engage your readers!</p>
<h2>5. Make Things Interesting with Video</h2>
<p>Since its inception, the Internet has been built on the written word. In this age of YouTube and shorter attention spans, video really stands out and engages readers. Who knows, it might even be your thing! I love writing, but there&#8217;s nothing like opening up a recording program and just letting everything come out naturally and unfiltered. You&#8217;ll likely be able to connect with your readers more easily this way. It&#8217;s much easier to trust a smiling face or a friendly voice than a series of cold characters on a blank page.</p>
<p>If you&#8217;d like to try video, I can highly recommend a couple tools. I use these personally for all the videos you find here. For the videos you see of my desktop, I use <a href="http://blogdesignguy.com/screenflow">ScreenFlow</a>. It records your entire screen so that you can show people how to do things on their computers or on the web. It can also record from your webcam while it records the screen so people can see you talking.</p>
<p>For the general editing of videos (intros, outros, etc.) I use <a href="http://www.amazon.com/gp/product/B003XKRZES/ref=as_li_ss_tl?ie=UTF8&amp;tag=jdb04-20&amp;linkCode=as2&amp;camp=217145&amp;creative=399369&amp;creativeASIN=B003XKRZES">iMovie</a> which is part of iLife. It provides lots of cool transitions, jingles, sound effects and more. It&#8217;s complex enough to make videos look unique and professional, but simple enough that a non-video geek can still get the hang of it.</p>
<p>Also, if you <a href="http://blogdesignguy.com">check out the video on the homepage</a>, you&#8217;ll see that I also do presentation style videos. These are made with ScreenFlow and <a href="http://store.apple.com/us/product/MB942Z/A/iWork-09?fnode=MTY1NDA0OA&amp;mco=MTM4MzUyMjc">Keynote</a>. Also highly recommended! If you&#8217;d like to do a blackboard-style video, you could also use ScreenFlow with <a href="http://www.amazon.com/gp/product/B003B32B2I/ref=as_li_ss_tl?ie=UTF8&amp;tag=jdb04-20&amp;linkCode=as2&amp;camp=217145&amp;creative=399369&amp;creativeASIN=B003B32B2I">Photoshop</a> or another image editor.</p>
<h2>So, Will You Do It?</h2>
<p>If you don&#8217;t do it this weekend, when will you do it? Often, the most important step is the first one. I&#8217;ve told you what you can do, so go get started! Your blog will have new life on Monday!</p>
<p>Be sure to show off what you&#8217;ve done in the comments below. I&#8217;d love to see your weekend work!</p>
]]></content:encoded>
			<wfw:commentRss>http://ideaanarchy.com/5-actions-to-improve-your-blog-design-this-weekend/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
	</channel>
</rss>
