<?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>Michael Janzen &#187; blogging</title>
	<atom:link href="http://www.michaeljanzen.com/category/blogging/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.michaeljanzen.com</link>
	<description>my two cents</description>
	<lastBuildDate>Fri, 03 Sep 2010 04:41:44 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>MediaTemple may have Inadvertently Opened the Door for JohnnyA</title>
		<link>http://www.michaeljanzen.com/2010/08/09/mediatemple-may-have-inadvertently-opened-the-door-for-johnnya/</link>
		<comments>http://www.michaeljanzen.com/2010/08/09/mediatemple-may-have-inadvertently-opened-the-door-for-johnnya/#comments</comments>
		<pubDate>Mon, 09 Aug 2010 14:39:36 +0000</pubDate>
		<dc:creator>Michael Janzen</dc:creator>
				<category><![CDATA[blogging]]></category>
		<category><![CDATA[hacker]]></category>
		<category><![CDATA[johnnyA]]></category>
		<category><![CDATA[MediaTemple]]></category>

		<guid isPermaLink="false">http://www.michaeljanzen.com/?p=1544</guid>
		<description><![CDATA[I found a potential backdoor that hacked JohnnyA may have exploited in the default MediaTemple GS account setup. I don&#8217;t know for sure if this is how he has been breaking into our accounts, but after noticing that most of us are MediaTemple customers I went looking for more answers. It seems that when MediaTemple [...]]]></description>
			<content:encoded><![CDATA[<p>I found a potential backdoor that hacked JohnnyA may have exploited in the default <a href="http://mediatemple.net/webhosting/gs/" target="_blank">MediaTemple GS</a> account setup. I don&#8217;t know for sure if this is how he has been breaking into our accounts, but after noticing that most of us are MediaTemple customers I went looking for more answers.</p>
<p>It seems that when MediaTemple sets up a GS account they create and alias in the domains folder with permissions set to 777 (world read/write/execute). I&#8217;ve changed these permissions on my account to something more locked down like 755.</p>
<p><a href="http://www.michaeljanzen.com/wp-content/uploads/2010/08/Screen-shot-2010-08-09-at-10.39.04-AM.png"><img class="alignnone size-large wp-image-1545" title="Screen shot 2010-08-09 at 10.39.04 AM" src="http://www.michaeljanzen.com/wp-content/uploads/2010/08/Screen-shot-2010-08-09-at-10.39.04-AM-600x529.png" alt="" width="600" height="529" /></a></p>
<p>I noticed this on my main account, opened over two years ago, and on a new GS account I opened a couple months back intending to move my biggest site in order to spread my GPU load. I checked my fresh untouched account and it too was setup with a 777 alias.</p>
<p>I also now wonder if JohnnyA was a MediaTemple GS customer at one time and had noticed this vulnerability and build a script to exploit it. If so it should be easier to track him down and get his butt tossed in the slammer. Maybe then someone more ruthless than he can discover a way to exploit his backdoor. <em>hahaha</em></p>
<p>I&#8217;ll let MediaTemple know what I found, but in the mean time you may want to lock this file down while your checking the permissions on all your folders and files.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.michaeljanzen.com/2010/08/09/mediatemple-may-have-inadvertently-opened-the-door-for-johnnya/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Dang it! &#8211; JohnnyA got me again</title>
		<link>http://www.michaeljanzen.com/2010/08/06/dang-it-johnnya-got-me-again/</link>
		<comments>http://www.michaeljanzen.com/2010/08/06/dang-it-johnnya-got-me-again/#comments</comments>
		<pubDate>Sat, 07 Aug 2010 05:55:53 +0000</pubDate>
		<dc:creator>Michael Janzen</dc:creator>
				<category><![CDATA[blogging]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[hacker]]></category>
		<category><![CDATA[johnnyA]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.michaeljanzen.com/?p=1534</guid>
		<description><![CDATA[This time he hit two of my minor blogs, that I didn&#8217;t harden as well as my big blogs. My bigger problem is that I don&#8217;t know how he got back in. I cracked his code and read through it carefully but still don&#8217;t know what it does entirely. There are some troubling lines of [...]]]></description>
			<content:encoded><![CDATA[<p>This time he hit two of my minor blogs, that I didn&#8217;t harden as well as my big blogs. My bigger problem is that I don&#8217;t know how he got back in. I cracked his code and read through it carefully but still don&#8217;t know what it does entirely.</p>
<p>There are some troubling lines of code though. For example these few lines change file permissions and edit for immediate or later code insertions. Although he&#8217;s using 0644 and not 777 which would make files wide open to public read/write/execute, which is even more curious.</p>
<blockquote>
<div id="_mcePaste">if (!is_writable($b6)) @chmod($b6, 0644);</div>
<div id="_mcePaste">$b8 = @filemtime($b6);</div>
<div id="_mcePaste">@copy($a6,$a6.&#8217;1.php&#8217;);</div>
<div id="_mcePaste">@touch($b6,$b8,$b8);</div>
<div id="_mcePaste">@touch($a6.&#8217;1.php&#8217;,$b8,$b8);</div>
</blockquote>
<div>&#8230;and these lines that randomly pick file to modify:</div>
<div>
<blockquote>
<div>$d0 = rand_checkstr();</div>
<div>$e1 = array(&#8220;((^index.*\.|^default.*\.|^main.*\.|^.*body.*\.|^login.*\.|^.*content.*\&#8230;.</div>
</blockquote>
<p>My guess is that his code infiltrates and copies itself or inserts more malware into existing files using normal hooks (like &lt;/body&gt;, &lt;/head&gt;,  and &lt;/html&gt;. This is normal stuff&#8230; but then it lies dormant until he runs another script that uses <a href="http://en.wikipedia.org/wiki/Cross-site_scripting" target="_blank">cross-site scripting</a>. I suspect this is a classic Trojan script written in PHP, although I&#8217;m not a hacker so how would I know.</p>
<p>So it&#8217;s incredibly important to run some scans through your database , use PHPMyAdmin, search for <strong><em>eval(</em></strong> and <strong>$0=</strong>. Just be careful not to delete your whole database. That&#8217;s really easy to do it you&#8217;re not familiar with using PHPMyAdmin.</p>
<p>It might also be good to replace all your plugins and WordPress core files with fresh copies. Also be on the lookout for new files his script might be created as future-use backdoors. I&#8217;ve not found any of these yet but he seems like a really tricky bastard and that would be an obvious feature to add to his script.</p>
<p>Also be sure to change your blog and FTP passwords. I don&#8217;t think it&#8217;s unthinkable that JohnnyA has found a way to crack the WP password hash. This would be very difficult to do but he&#8217;s gotten so deep into my blogs&#8217; core code that I think it&#8217;s good prevention to change your password.</p>
</div>
<p>Also check the file permission on your files via FTP and triple check your .htaccess file. I use WP-Super-Cache to rewrite the .htaccess file and help speed up performance.</p>
<p>There are some other plugins you can install like <a href="http://ocaoimh.ie/exploit-scanner/" target="_blank">Exploit Scanner</a> which seem to help you explore vulnerabilities. But I&#8217;ve not found any tool that words perfectly to block this JohnnyA.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.michaeljanzen.com/2010/08/06/dang-it-johnnya-got-me-again/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Be on the lookout for hacker johnnyA</title>
		<link>http://www.michaeljanzen.com/2010/07/18/be-on-the-lookout-fot-hacker-johnnya/</link>
		<comments>http://www.michaeljanzen.com/2010/07/18/be-on-the-lookout-fot-hacker-johnnya/#comments</comments>
		<pubDate>Sun, 18 Jul 2010 22:59:51 +0000</pubDate>
		<dc:creator>Michael Janzen</dc:creator>
				<category><![CDATA[blogging]]></category>
		<category><![CDATA[hacker]]></category>
		<category><![CDATA[johnnyA]]></category>
		<category><![CDATA[sarkonerr@gmail.com]]></category>

		<guid isPermaLink="false">http://www.michaeljanzen.com/?p=1528</guid>
		<description><![CDATA[A spyware hacker has found a way to access WordPress blogs. I&#8217;m using 3.0 right now on all my blogs but I think he added himself as an administrator before this version. Then at a later date adds the spyware. I&#8217;m still looking for his code. His email address is sarkonerr@gmail.com. I&#8217;ve alerted Google to [...]]]></description>
			<content:encoded><![CDATA[<p>A spyware hacker has found a way to access WordPress blogs. I&#8217;m using 3.0 right now on all my blogs but I think he added himself as an administrator before this version. Then at a later date adds the spyware. I&#8217;m still looking for his code. His email address is sarkonerr@gmail.com.</p>
<p>I&#8217;ve alerted Google to the problem but if you run a WordPress Blog you should immediately check for unwanted administrators like johnnyA and delete.</p>
<p>When I find his code I&#8217;ll post again explaining how to remove his code. I&#8217;ll also try to find the hole in WordPress security.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.michaeljanzen.com/2010/07/18/be-on-the-lookout-fot-hacker-johnnya/feed/</wfw:commentRss>
		<slash:comments>20</slash:comments>
		</item>
		<item>
		<title>50,613 Absolute Unique Visitors Today on Tiny House Design</title>
		<link>http://www.michaeljanzen.com/2010/07/18/50613-absolute-unique-visitors-today-on-tiny-house-design/</link>
		<comments>http://www.michaeljanzen.com/2010/07/18/50613-absolute-unique-visitors-today-on-tiny-house-design/#comments</comments>
		<pubDate>Sun, 18 Jul 2010 07:17:53 +0000</pubDate>
		<dc:creator>Michael Janzen</dc:creator>
				<category><![CDATA[blogging]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[problogger]]></category>
		<category><![CDATA[tiny house]]></category>
		<category><![CDATA[tiny house design]]></category>
		<category><![CDATA[Tumbleweed]]></category>
		<category><![CDATA[yahoo]]></category>

		<guid isPermaLink="false">http://www.michaeljanzen.com/?p=1526</guid>
		<description><![CDATA[What an amazing day on Tiny House Design today. Jay Shafer and his tiny house were featured on the Yahoo homepage and we got thousands of new visitors to our tiny house blogs. I had a record day eclipsing my previous record by a factor of five. I typically get about 50,000 unique visitors on Tiny [...]]]></description>
			<content:encoded><![CDATA[<p>What an amazing day on <a href="http://www.tinyhousedesign.com" target="_blank">Tiny House Design</a> today. Jay Shafer and his tiny house were featured on the Yahoo homepage and we got thousands of new visitors to our tiny house blogs. I had a record day eclipsing my previous record by a factor of five. I typically get about 50,000 unique visitors on Tiny House Design each month, so to get that much traffic in ONE DAY is really incredible.</p>
<p>My inbox is still crammed full of questions from new readers. The most common questions are:</p>
<ul>
<li>Where can a tiny house be parked?</li>
<li>How much do they cost?</li>
<li>How do I get started building one?</li>
</ul>
<p>I&#8217;ll do some writing on these topics in the coming week to see if I can help shed some light on these popular topics.</p>
<p>Big thanks to Yahoo. It&#8217;s really wonderful to see this very important alternative housing topic covered so prominently. I also want to sincerely thank my friends Jay Shafer, and Steve Weissman over at the <a href="http://www.tumbleweedhouses.com/" target="_blank">Tumbleweed Tiny House Company</a>!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.michaeljanzen.com/2010/07/18/50613-absolute-unique-visitors-today-on-tiny-house-design/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Trouble with Monetizing a Green Blog with Advertising in Pale Shades of Green</title>
		<link>http://www.michaeljanzen.com/2010/07/14/the-trouble-with-monetizing-a-green-blog-with-advertising-in-pale-shades-of-green/</link>
		<comments>http://www.michaeljanzen.com/2010/07/14/the-trouble-with-monetizing-a-green-blog-with-advertising-in-pale-shades-of-green/#comments</comments>
		<pubDate>Thu, 15 Jul 2010 05:43:17 +0000</pubDate>
		<dc:creator>Michael Janzen</dc:creator>
				<category><![CDATA[blogging]]></category>
		<category><![CDATA[ad networks]]></category>
		<category><![CDATA[adsense]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[monetize]]></category>

		<guid isPermaLink="false">http://www.michaeljanzen.com/?p=1522</guid>
		<description><![CDATA[One of the main methods green bloggers use to support themselves financially with their blogs is by working with advertising networks that sell ad space for them. Google AdSense is often the first choice by bloggers because their solution is so easy to implement. Virtually any blogger can sign-up and start earning money right away, [...]]]></description>
			<content:encoded><![CDATA[<p>One of the main methods green bloggers use to support themselves financially with their blogs is by working with advertising networks that sell ad space for them. Google AdSense is often the first choice by bloggers because their solution is so easy to implement. Virtually any blogger can sign-up and start earning money right away, including those with low traffic blogs. Google also does a reasonably good job of targeting relevant ads to the website content too. This is good for the advertiser, blogger, and reader because it keeps the paid content in context and improves the effectiveness of the advertising as well as the user experience.</p>
<p>Once a blog&#8217;s traffic increases to a certain level it becomes eligible for ad networks that pay per impression instead of per click like Google. Google limits you to three ad units per page. The benefit of adding another ad network is that you can theoretically double your ad revenue by doubling the number of ads on the page, as long as you don&#8217;t run into the downside of the law of diminishing returns by filling the page with ads.</p>
<p>I was running 7 ad spaces on <a href="http://www.tinyhousedesign.com/" target="_blank">TinyHouseDesign.com</a> until today, but finally became dissatisfied with the pale green ads my second ad network was delivering. I also became very dissatisfied with their management when my sell-through rate dropped dramatically without any satisfactory explanation. I&#8217;ll keep one ad unit running in a prominent spot for a few months to see if this is just a temporary issue.</p>
<p><strong>Catch-22 for Ad Networks</strong></p>
<p>You see I think the main problem is that most of the advertising dollars out there right now are coming from large corporations that typically to focus on green-washing campaigns more than truly green endeavors. So ad networks are probably caught in a catch-22 just like most small businesses in America. They can either cling to their ethics and face ruin or accept a wider variety of advertising deals and survive.</p>
<p><strong>Catch-22 for Bloggers</strong></p>
<p>Green bloggers who rely on advertising revenue as their main source of income are also stuck in a hard spot. They can either choose to struggle and cut out these pale green ads or buck it up and let them continue running.</p>
<p><strong>Thanks God for Day Jobs &amp; Multiple Income Streams</strong></p>
<p>Luckily for me I have a good day job. So instead of continuing to let these pale green ads run on <a href="http://www.tinyhousedesign.com/" target="_blank">TinyHouseDesign.com</a>, I&#8217;ll refocus my attention on monetizing my site in other ways, like drawing more tiny house plans.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.michaeljanzen.com/2010/07/14/the-trouble-with-monetizing-a-green-blog-with-advertising-in-pale-shades-of-green/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>$100 day blogging</title>
		<link>http://www.michaeljanzen.com/2010/04/12/100-day-blogging/</link>
		<comments>http://www.michaeljanzen.com/2010/04/12/100-day-blogging/#comments</comments>
		<pubDate>Mon, 12 Apr 2010 14:29:04 +0000</pubDate>
		<dc:creator>Michael Janzen</dc:creator>
				<category><![CDATA[blogging]]></category>
		<category><![CDATA[$100 day]]></category>
		<category><![CDATA[prologging]]></category>

		<guid isPermaLink="false">http://www.michaeljanzen.com/?p=1163</guid>
		<description><![CDATA[This was a pleasant surprise this morning. I looked at yesterday&#8217;s ad revenue across my blogs and noticed that just between the two ad networks I subscribe to I had a $100 day yesterday. That doesn&#8217;t include selling any house plans either. While it&#8217;s not the most I&#8217;ve ever made in a day blogging it is [...]]]></description>
			<content:encoded><![CDATA[<p>This was a pleasant surprise this morning. I looked at yesterday&#8217;s ad revenue across my blogs and noticed that just between the two ad networks I subscribe to I had a $100 day yesterday. That doesn&#8217;t include selling any <a href="http://www.tinyhousedesign.com/ebook/" target="_blank">house plans</a> either. While it&#8217;s not the most I&#8217;ve ever made in a day blogging it is definitely progress.</p>
<p>This also a good example of how pro-blogging really works, at least in my experience. It begins with a leap of faith and the writing must come from the heart. Actually that part should never stop. You&#8217;ll shout into the dark for quite some time and people may begin to listen. Then you&#8217;ll learn through comments and analytics what people are most interested in and focus on those topics. As more people subscribe and become regular readers traffic grows and slowly income streams develop. Progress often comes as spikes in traffic followed by higher bumpy plateaus, but grows steadily over time.</p>
<p>I never intend to leave my day job to blog full time because it&#8217;s a wonderful income stream all by itself. In other words my goal is to become completely debt free, not quit my day job. I think a lot of people make the mistake of making <em>self employment</em> a goal; I did once, but I think the goal should really be bigger than that.</p>
<p>I&#8217;ve made it about the lifestyle and life I want to live which is about becoming more self-sufficient and living more sustainably. Money and debt reduction are just tools I can use today for helping me achieve these goals.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.michaeljanzen.com/2010/04/12/100-day-blogging/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Basic Simplicity Theme version 1.4.1</title>
		<link>http://www.michaeljanzen.com/2010/01/29/basic-simplicity-theme-version-1-4-1/</link>
		<comments>http://www.michaeljanzen.com/2010/01/29/basic-simplicity-theme-version-1-4-1/#comments</comments>
		<pubDate>Sat, 30 Jan 2010 04:34:27 +0000</pubDate>
		<dc:creator>Michael Janzen</dc:creator>
				<category><![CDATA[blogging]]></category>
		<category><![CDATA[basic simplicity]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[problogging]]></category>
		<category><![CDATA[theme]]></category>

		<guid isPermaLink="false">http://www.michaeljanzen.com/?p=1098</guid>
		<description><![CDATA[This past week I finished an update to Basic Simplicity. I also launched a new blog dedicated to the theme to help focus on theme content. I&#8217;ll also be writing about my adventures in problogging with an emphasis on avoiding all the deep bullshit you&#8217;ll read about making money. Don&#8217;t get me wrong, you can [...]]]></description>
			<content:encoded><![CDATA[<p>This past week I finished an <strong><a href="http://wordpress.org/extend/themes/basic-simplicity" target="_blank">update to Basic Simplicity</a></strong>. I also launched a new blog dedicated to the theme to help focus on theme content. I&#8217;ll also be writing about my adventures in problogging with an emphasis on avoiding all the deep bullshit you&#8217;ll read about making money.</p>
<p>Don&#8217;t get me wrong, you can make money blogging, but it seems most of the probloggers are so focused on selling the idea of blogging to schemers that they often sound like schemers themselves with all their ebooks, mentorships, and classes. I have no plans to &#8216;make money&#8217; writing about blogging; I&#8217;ll stick to selling something of real value, <a href="http://www.tinyhousedesign.com/ebook/" target="_blank">tiny house plans</a>. So in other words&#8230; what I&#8217;ll have to say about blogging will be free.</p>
<p>So if you want a slightly different tone I hope you&#8217;ll follow me at <strong><a href="http://www.basicsimplicity.com" target="_blank">BasicSimplicity.com</a></strong>. I also setup a Twitter account specifically for Basic Simplicity theme and blogging tweets <a href="https://twitter.com/basicsimplicity" target="_blank">@basicsimplicity</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.michaeljanzen.com/2010/01/29/basic-simplicity-theme-version-1-4-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My Must Have WordPress Plugin Recommendations</title>
		<link>http://www.michaeljanzen.com/2009/11/11/my-must-have-wordpress-plugin-recommendations/</link>
		<comments>http://www.michaeljanzen.com/2009/11/11/my-must-have-wordpress-plugin-recommendations/#comments</comments>
		<pubDate>Wed, 11 Nov 2009 07:36:45 +0000</pubDate>
		<dc:creator>Michael Janzen</dc:creator>
				<category><![CDATA[blogging]]></category>
		<category><![CDATA[google analytics]]></category>
		<category><![CDATA[pro-blogger]]></category>
		<category><![CDATA[problogger]]></category>
		<category><![CDATA[shared hosting]]></category>
		<category><![CDATA[top plugins]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wordpress plugins]]></category>

		<guid isPermaLink="false">http://www.michaeljanzen.com/?p=992</guid>
		<description><![CDATA[I suspect everyone with some blogging experience has a list of their favorite plugins. Below is my list of must have plugins; but first I wanted to share an important reality that most pro-bloggers don&#8217;t tell you about. Every time you add a plugin you slow down your blog and eat up server processor time. [...]]]></description>
			<content:encoded><![CDATA[<p>I suspect everyone with some blogging experience has a list of their favorite plugins. Below is my list of must have plugins; but first I wanted to share an important reality that most pro-bloggers don&#8217;t tell you about.</p>
<p>Every time you add a plugin you slow down your blog and eat up server processor time. This is often not a problem for low traffic blogs but as you get more traffic you&#8217;ll grow out of your shared hosting much faster. So it is best to only run plugins you really need or that provide valuable features.</p>
<p>You might also notice there are no statistics plugins on my list. This is because any type of plugin that logs user activity makes heavy demands on a server. I find that it&#8217;s much better to use something like <a href="http://www.google.com/analytics/" target="_blank">Google Analytics</a> for logging user data than weighing your own database down with so much extra work. It can also save you a bunch of money by allowing you to stay on a shared hosting platform longer.</p>
<p><strong>My Must Have WordPress Plugin Recommendations</strong></p>
<ul>
<li><a href="http://wordpress.org/extend/plugins/akismet/" target="_blank"><strong>Akismet</strong></a> &#8211; Stops spammers cold.</li>
<li><a href="http://wordpress.org/extend/plugins/contact-form-7/" target="_blank"><strong>Contact Form 7</strong></a> &#8211; Simple contact form plugin.</li>
<li><a href="http://wordpress.org/extend/plugins/google-sitemap-generator/" target="_blank"><strong>Google XML Sitemaps</strong></a> &#8211; Automated Google sitemap generator to improve SEO (search engine optimization).</li>
<li><a href="http://wordpress.org/extend/plugins/mobilepress/" target="_blank"><strong>MobilePress</strong></a> &#8211; Automatically generates a mobile (and iPhone) version of your blog.</li>
<li><a href="http://wordpress.org/extend/plugins/php-enkoder/" target="_blank"><strong>PHPEnkoder</strong></a> &#8211; Automatically masks email addresses that are occasionally posted.</li>
<li><a href="http://wordpress.org/extend/plugins/search-everything/" target="_blank"><strong>Search Everything</strong></a> &#8211; Makes the built-in search work better.</li>
<li><a href="http://wordpress.org/extend/plugins/sexybookmarks/" target="_blank"><strong>SexyBookmarks</strong></a> &#8211; Elegant social media promotion plugin.</li>
<li><a href="http://ilfilosofo.com/blog/wp-db-backup/" target="_blank"><strong>WordPress Database Backup</strong></a> &#8211; Your content is your most valuable asset. Be sure to keep a backup of all your blogs.</li>
<li><a href="http://wordpress.org/extend/plugins/wp-super-cache/" target="_blank"><strong>WP Super Cache</strong></a> &#8211; Reduces the load on your server, specifically MySQL (the database) and speeds page loads.</li>
</ul>
<p>If you are using any plugins you&#8217;d like to suggest I&#8217;d love to hear about them. Please post a comment.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.michaeljanzen.com/2009/11/11/my-must-have-wordpress-plugin-recommendations/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to publish your blog on the Amazon Kindle</title>
		<link>http://www.michaeljanzen.com/2009/07/09/how-to-publish-your-blog-on-the-amazon-kindle/</link>
		<comments>http://www.michaeljanzen.com/2009/07/09/how-to-publish-your-blog-on-the-amazon-kindle/#comments</comments>
		<pubDate>Fri, 10 Jul 2009 02:22:22 +0000</pubDate>
		<dc:creator>Michael Janzen</dc:creator>
				<category><![CDATA[blogging]]></category>
		<category><![CDATA[affiliates]]></category>
		<category><![CDATA[amazon]]></category>
		<category><![CDATA[amazon. kindle]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[kindle]]></category>
		<category><![CDATA[monetize]]></category>

		<guid isPermaLink="false">http://www.michaeljanzen.com/?p=828</guid>
		<description><![CDATA[I just finished submitting two of my busiest blogs to be published on the Amazon Kindle. It was really easy to do but there is no guarantee they will approve it. I&#8217;ll post here again and report back later on whether my blogs were approved or rejected. But in the mean time let me explain [...]]]></description>
			<content:encoded><![CDATA[<p>I just finished submitting two of my busiest blogs to be published on the Amazon Kindle. It was really easy to do but there is no guarantee they will approve it. I&#8217;ll post here again and report back later on whether my blogs were approved or rejected. But in the mean time let me explain why and how to publish your blog(s) on Kindle.</p>
<p style="text-align: center;"><strong>Overview</strong></p>
<p><strong>What&#8217;s a Kindle?</strong> Amazon has developed a electronic tablet for reading electronic books.</p>
<p><strong>A blog on Kindle?</strong> Amazon has opened Kindle up for reading blogs just like you would read an electronic book. Subscribers pay a monthly subscription fee to Amazon.</p>
<p><strong>Why is there a subscription fee?</strong> There is no option to deliver the blog free on Kindle at this time. I guess Amazon is thinking that a small subscription fee is worth the convenience of reading blogs on Kindle.</p>
<p><strong>Do I get paid?</strong> Blog publishers get 30% of the monthly subscription fee. The subscription rate pricing is determined by Amazon.</p>
<p style="text-align: center;"><strong>How To</strong></p>
<p style="text-align: left;"><strong>Step </strong><strong>1. Create an Account:</strong> (<a href="https://kindlepublishing.amazon.com/" target="_blank">Create your Kindle Publishing Account</a>) You&#8217;ll need to provide your tax identification number (like Social Security Number), address, and answers to security questions like your mother&#8217;s maiden name, and other information just like you would for any affiliate account. This is not the same as your <a href="https://affiliate-program.amazon.com/" target="_blank">Amazon Associates</a> account.</p>
<p style="text-align: left;"><strong>Step </strong><strong>2. Add a Blog: </strong>You&#8217;ll need to prepare the following graphic images and information before you&#8217;ll be able to complete their submission form:</p>
<blockquote>
<p style="text-align: left;"><strong>Screenshot:</strong> This image must be 800&#215;600 pixels or smaller and less than 1.0 MB. You must use GIF, JPEG, TIFF, or BMP.</p>
<p style="text-align: left;"><strong>Masthead:</strong> This image must be 430&#215;50 pixels or smaller and less than 1.0 MB. You must use GIF, JPEG, TIFF, or BMP.</p>
<p style="text-align: left;"><strong>Blog Description:</strong> Write a concise description of your blog that surfaces the most popular features of your blog. I always refer to my Google Analytics account when trying to understand the most popular content on my blogs.</p>
<p style="text-align: left;"><strong>Keywords/Tags: </strong>They allow 128 characters worth of keywords/tags. Be sure to choose wisely because these are used when people search for Kindle content.</p>
<p style="text-align: left;"><strong>RSS Feed URL:</strong> I submitted my original WordPress generated RSS URL. I didn&#8217;t want my Kindle account to rely on my Feedburner RSS URL. If you don&#8217;t know what your RSS URL is just view source and look for a line of code that looks like this:</p>
<p>&lt;link rel=&#8221;alternate&#8221; type=&#8221;application/rss+xml&#8221; title=&#8221;Tiny House Design RSS Feed&#8221; href=&#8221;http://www.tinyhousedesign.com/feed/&#8221; /&gt;</p>
<p>The RSS URL in this example is: http://www.tinyhousedesign.com/feed/</p>
<p><strong>Submission Form:</strong> Here is a screenshot of their submission form. Just click the thumbnail to see the full size image.</p>
<p><a href="http://www.michaeljanzen.com/wp-content/uploads/2009/07/Kindle-Publishing_-Add-a-Bl.gif"><img class="alignnone size-thumbnail wp-image-829" title="Kindle-Publishing_-Add-a-Bl" src="http://www.michaeljanzen.com/wp-content/uploads/2009/07/Kindle-Publishing_-Add-a-Bl-150x150.gif" alt="Kindle-Publishing_-Add-a-Bl" width="150" height="150" /></a></p></blockquote>
<p><strong>Step 3. Wait for Approval:</strong> It takes up to 72 hours for Amazon to approve or reject your submission.</p>
<p style="text-align: center;"><strong>Conclusion</strong></p>
<p>This seems like a really interesting way to monetize and promote a blog. I think it&#8217;s still too early to know if Kindle will be a big hit like the iPhone but it does make sense to jump in early and get your blog on Kindle. It takes little time and costs no money and has great potential.</p>
<p>The newest Kindle seems like a really nifty device. I like it mostly because it would make it easy to downsize the bulk of a library and reduce the number of possessions we own. As a simple living advocate and anti-consumerist it&#8217;s a little ironic that I&#8217;d actually see value in any consumer product but this one would actually reduce the books your have to store.</p>
<p><strong><a href="https://kindlepublishing.amazon.com/" target="_blank">Create your Kindle Publishing Account</a></strong></p>
<p><em><strong>Update!</strong> Both blogs I submitted were approved and are now available on Amazon Kindle. Take a look:<br />
</em></p>
<ul>
<li><em><a href="http://www.amazon.com/gp/product/B002GU60AG" target="_blank">Tiny House Design</a></em></li>
<li><em><a href="http://www.amazon.com/gp/product/B002GU6204" target="_blank">Tiny House Living</a></em><strong><br />
</strong></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.michaeljanzen.com/2009/07/09/how-to-publish-your-blog-on-the-amazon-kindle/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>WP Super Cache Lowers My Hosting Cost</title>
		<link>http://www.michaeljanzen.com/2009/07/08/wp-super-cache-lower-my-hosting-cost/</link>
		<comments>http://www.michaeljanzen.com/2009/07/08/wp-super-cache-lower-my-hosting-cost/#comments</comments>
		<pubDate>Thu, 09 Jul 2009 01:02:59 +0000</pubDate>
		<dc:creator>Michael Janzen</dc:creator>
				<category><![CDATA[blogging]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[hosting cost]]></category>
		<category><![CDATA[web host]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wp super cache]]></category>

		<guid isPermaLink="false">http://www.michaeljanzen.com/?p=820</guid>
		<description><![CDATA[A couple of weeks ago I began re-testing a popular WordPress plugin called WP Super Cache. I had tried it before but had installed it incorrectly and crashed my biggest blog. This time I installed it right and it works great. It works by making flat HTML files of your blog&#8217;s web pages and moves [...]]]></description>
			<content:encoded><![CDATA[<p>A couple of weeks ago I began <a href="http://www.michaeljanzen.com/2009/06/18/im-giving-wp-super-cache-another-try-on-tiny-house-design/">re-testing a popular WordPress plugin</a> called <a href="http://wordpress.org/extend/plugins/wp-super-cache/" target="_blank">WP Super Cache</a>. I had tried it before but had installed it incorrectly and crashed my biggest blog. This time I installed it right and it works great. It works by making flat HTML files of your blog&#8217;s web pages and moves the traffic load to Apache (the web server software) and off MySQL (the database software).</p>
<p>The benefit of this is that Apache can take the load and MySQL burns up the servers processor, relatively speaking. My host, <a href="http://mediatemple.net/" target="_blank">Media Temple</a>, charges more money when you use more than your fair share of your shared server&#8217;s processor. This seems fair and I like Media Temple because their system can auto scale-up to take huge traffic days, and I&#8217;ve had several on <a href="http://www.tinyhousedesign.com" target="_blank">Tiny House Design</a>.</p>
<p>My testing has shown that <a href="http://wordpress.org/extend/plugins/wp-super-cache/" target="_blank">WP Super Cache</a> does reduce my cost because it lightens the load on MySQL. It also speeds up my page loads because Apache is incredibly efficient at serving up flat HTML pages and images.</p>
<p>So I highly recommend <a href="http://wordpress.org/extend/plugins/wp-super-cache/" target="_blank">WP Super Cache</a> but will also <strong>warn you</strong> to be sure to read all the installation documentation and learn how to back it out if you experience a crash.</p>
<p>Here are screenshots from my GPU usage (processor use) at Media Temple and Google Analytics during the same time period. As you can see traffic was flat and GPU usage remained low.</p>
<p><a href="http://www.michaeljanzen.com/wp-content/uploads/2009/07/GPU.png"><img class="alignleft size-large wp-image-821" title="GPU" src="http://www.michaeljanzen.com/wp-content/uploads/2009/07/GPU-600x531.png" alt="GPU" width="600" height="531" /></a></p>
<p>Above: Control panel on Media Temple that shows low GPU usage.<br />
Below: Report on Google Analytics.</p>
<p><a href="http://www.michaeljanzen.com/wp-content/uploads/2009/07/analytics.png"><img class="alignleft size-large wp-image-822" title="analytics" src="http://www.michaeljanzen.com/wp-content/uploads/2009/07/analytics-600x350.png" alt="analytics" width="600" height="350" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.michaeljanzen.com/2009/07/08/wp-super-cache-lower-my-hosting-cost/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
