<?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>Weblog Labs &#187; Blog Tools</title>
	<atom:link href="http://www.webloglabs.com/tag/blog-tools/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.webloglabs.com</link>
	<description>The Care and Feeding of Weblogs</description>
	<lastBuildDate>Fri, 20 Nov 2009 15:50:01 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>How Autoresponders Changed My Life</title>
		<link>http://www.webloglabs.com/blog-tips/how-autoresponders-changed-my-life/</link>
		<comments>http://www.webloglabs.com/blog-tips/how-autoresponders-changed-my-life/#comments</comments>
		<pubDate>Mon, 03 Dec 2007 10:33:30 +0000</pubDate>
		<dc:creator>LMBN</dc:creator>
				<category><![CDATA[Blog Tips]]></category>
		<category><![CDATA[Blog Tools & Software]]></category>
		<category><![CDATA[autoresponders]]></category>
		<category><![CDATA[AWeber]]></category>
		<category><![CDATA[Blog Tools]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[newsletters]]></category>

		<guid isPermaLink="false">http://www.webloglabs.com/blog-tips/how-autoresponders-changed-my-life/</guid>
		<description><![CDATA[&#8220;An autoresponder is a computer program that automatically answers e-mail sent to it. They can be very simple or quite complex.&#8221; &#8211; Wikipedia I used to think autoresponders were something I didn&#8217;t need. You know those automated, &#8220;I&#8217;ll be out of the office until Monday&#8230;&#8221; emails you get when someone goes on vacation? Since I [...]]]></description>
			<content:encoded><![CDATA[<blockquote><p>&#8220;An autoresponder is a computer program that automatically answers e-mail sent to it. They can be very simple or quite complex.&#8221; &#8211; <a href="http://en.wikipedia.org/wiki/Autoresponder">Wikipedia</a></p></blockquote>
<p>I used to think autoresponders were something I didn&#8217;t need. You know those automated, <em>&#8220;I&#8217;ll be out of the office until Monday&#8230;&#8221;</em> emails you get when someone goes on vacation? Since I hardly ever stop checking my email- even on vacation- I didn&#8217;t think I had much use for them.<span id="more-79"></span></p>
<p>Since I started blogging professionally, however, I&#8217;ve learned just how powerful autoresponders can be. Here&#8217;s an example:</p>
<p>A few days before Thanksgiving, we released our very first (free) Stylish Shopping Guide at our shopping blog <a href="http://www.somethingstylish.com">Something Stylish</a>. Featuring hot deals and tips for maximizing your dollar during the Black Friday / Cyber Monday craziness, we generated a lot of buzz among our visitors. The emails poured in, and each email signup required us to reply with details on how to download the guide for free. Now, because we had an autoresponder, we were able to do the following automatically:</p>
<ul>
<li>Send an immediate response to each person, thanking them by name, and providing details on where and how to download the guide.</li>
<li>Add them to our mailing list, so they immediately receive alerts when our future shopping guides become available, and</li>
<li>Be able to see who clicked on what on the emails we sent out.</li>
</ul>
<p>What struck me about all this was how <em>automatic</em> and <em>immediate</em> everything was- and all thanks to our autoresponder.</p>
<p>But how can a blogger make use of autoresponders? <a href="http://www.aweber.com/?287907">AWeber</a>, the autoresponder we use (and love!) features a tool to send out &#8220;blog broadcasts&#8221;:</p>
<p>You can send out the most recent- or the last 5 or 10, whatever- post on your blog, and prettify it with HTML, AND track who&#8217;s clicking through and when. AWeber will do this automatically from your RSS feed. And, of course, you&#8217;ll be building a mailing list of your own. Our <strong>Build a Better Blog</strong> newsletter (scroll down to subscribe!) is powered by AWeber, and we couldn&#8217;t be happier.</p>
<p>No, autoresponders aren&#8217;t the sexiest of blog tools- but they&#8217;ve made my life so much easier.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.webloglabs.com/blog-tips/how-autoresponders-changed-my-life/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress Stats Fix</title>
		<link>http://www.webloglabs.com/blog-tools-software/wordpress-stats-fix/</link>
		<comments>http://www.webloglabs.com/blog-tools-software/wordpress-stats-fix/#comments</comments>
		<pubDate>Fri, 30 Nov 2007 22:59:23 +0000</pubDate>
		<dc:creator>LMBN</dc:creator>
				<category><![CDATA[Blog Tools & Software]]></category>
		<category><![CDATA[Blog Tips]]></category>
		<category><![CDATA[Blog Tools]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Wordpress Plugins]]></category>
		<category><![CDATA[Wordpress Stats]]></category>
		<category><![CDATA[Wordpress Tips]]></category>

		<guid isPermaLink="false">http://www.webloglabs.com/blog-tools-software/wordpress-stats-fix/</guid>
		<description><![CDATA[If you&#8217;ve recently made changes to your WordPress theme or templates, you might notice that your WordPress Blog Stats have stopped working. If so, here&#8217;s a fix: Open up your footer.php file, and just before the closing &#60;/body&#62; at the bottom of the file, make sure you have: &#60;?php wp_footer(); ?&#62; This happened to me- [...]]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;ve recently made changes to your WordPress theme or templates, you might notice that your <a href="http://wordpress.org/extend/plugins/stats/">WordPress Blog Stats</a> have stopped working. If so, here&#8217;s a fix:<span id="more-75"></span></p>
<p>Open up your footer.php file, and just before the closing &lt;/body&gt; at the bottom of the file, make sure you have:</p>
<p><strong>&lt;?php wp_footer(); ?&gt;</strong></p>
<p>This happened to me- I must have deleted that bit of code because it looked redundant to me, but apparently it&#8217;s used by various plugins to insert PHP codes after everything else on your page.</p>
<p>And if you&#8217;re wondering whether you should install the <a href="http://wordpress.org/extend/plugins/stats/">WordPress Blog Stats</a> plug-in, <em>do.</em> Even though I use Google Analytics, I love being able to check my stats from within my WordPress control panel.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.webloglabs.com/blog-tools-software/wordpress-stats-fix/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>WordPress Still King of the Blog Platforms</title>
		<link>http://www.webloglabs.com/blog-tools-software/wordpress-still-king-of-the-blog-platforms/</link>
		<comments>http://www.webloglabs.com/blog-tools-software/wordpress-still-king-of-the-blog-platforms/#comments</comments>
		<pubDate>Sun, 25 Nov 2007 16:24:55 +0000</pubDate>
		<dc:creator>LMBN</dc:creator>
				<category><![CDATA[Blog Tools & Software]]></category>
		<category><![CDATA[Blog Software]]></category>
		<category><![CDATA[Blog Tools]]></category>
		<category><![CDATA[Blogger]]></category>
		<category><![CDATA[Darren Rowse]]></category>
		<category><![CDATA[Movable Type]]></category>
		<category><![CDATA[Problogger]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Wordpress.com]]></category>

		<guid isPermaLink="false">http://www.webloglabs.com/blogging/wordpress-still-king-of-the-blog-platforms/</guid>
		<description><![CDATA[&#8230; at least among professional bloggers, as evidenced by Darren Rowse&#8216;s latest Poll on Blog Platforms. You&#8217;ll see the results after voting- and, while I wasn&#8217;t too surprised to see WordPress (.org &#8211; referring to the script you self-host) leading the pack, I was a little surprised at how far behind all the others were. [...]]]></description>
			<content:encoded><![CDATA[<p>&#8230; at least among professional bloggers, as evidenced by <a href="http://www.problogger.net/">Darren Rowse</a>&#8216;s latest <a href="http://www.problogger.net/archives/2007/11/25/what-blog-platforms-do-you-use-poll/">Poll on Blog Platforms</a>.</p>
<p>You&#8217;ll see the results after voting- and, while I wasn&#8217;t too surprised to see WordPress (.org &#8211; referring to the script you self-host) leading the pack, I <em>was</em> a little surprised at how far behind all the others were. The poll is still ongoing, so there will no doubt be changes to the results, but as I write this:<span id="more-72"></span></p>
<p>WordPress.org is at 113.<br />
Movable Type is at 9.<br />
Blogger is at 40.<br />
Wordpress.com is at 45.<br />
TypePad is at 16.<br />
LiveJournal is at 3.</p>
<p>As someone who&#8217;s used all of the above platforms at one time or another, I honestly expected more from the non-Wordpress platforms. Movable Type, which I only recently stopped using, is excellent and imho much better than Blogger.</p>
<p>Then again, I <em>did</em> stop using Movable Type recently. Why? Because WordPress is easier to use. Installation is a breeze. Widgets have made adding and removing things from your sidebar ridiculously simple. And if I ever run into any problems, there&#8217;s a <em>very</em> good chance that someone has experienced <em>and solved</em> the same thing. At the end of the day, it&#8217;s about what gives me more productivity as a blogger.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.webloglabs.com/blog-tools-software/wordpress-still-king-of-the-blog-platforms/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Download Dexter (WordPress 2.3!)</title>
		<link>http://www.webloglabs.com/blogging-news/download-dexter-wordpress-23/</link>
		<comments>http://www.webloglabs.com/blogging-news/download-dexter-wordpress-23/#comments</comments>
		<pubDate>Wed, 26 Sep 2007 15:20:11 +0000</pubDate>
		<dc:creator>LMBN</dc:creator>
				<category><![CDATA[Blog Tools & Software]]></category>
		<category><![CDATA[Blogging News]]></category>
		<category><![CDATA[Blog Software]]></category>
		<category><![CDATA[Blog Tools]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.webloglabs.com/blogging/download-dexter-wordpress-23/</guid>
		<description><![CDATA[WordPress 2.3 has just been released, and I&#8217;m downloading it as we speak (well&#8230; as I type!) to upgrade Weblog Labs. This new version features, among other things, updates straight from the WordPress wishlist, which is just lovely of them. Download WordPress 2.3 now.]]></description>
			<content:encoded><![CDATA[<p>WordPress 2.3 has <a href="http://wordpress.org/development/2007/09/wordpress-23/">just been released</a>, and I&#8217;m downloading it as we speak (well&#8230; as I type!) to upgrade Weblog Labs. This new version features, among other things, updates straight from the <a href="http://wordpress.org/extend/ideas/?show=popular">WordPress wishlist</a>, which is just lovely of them.</p>
<p><a href="http://wordpress.org/download/">Download WordPress 2.3 now</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.webloglabs.com/blogging-news/download-dexter-wordpress-23/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Six Apart and Automattic</title>
		<link>http://www.webloglabs.com/blogging-news/six-apart-and-automattic/</link>
		<comments>http://www.webloglabs.com/blogging-news/six-apart-and-automattic/#comments</comments>
		<pubDate>Thu, 12 Jul 2007 15:08:41 +0000</pubDate>
		<dc:creator>LMBN</dc:creator>
				<category><![CDATA[Blog Tools & Software]]></category>
		<category><![CDATA[Blogging News]]></category>
		<category><![CDATA[Blog Software]]></category>
		<category><![CDATA[Blog Tools]]></category>
		<category><![CDATA[LiveJournal]]></category>
		<category><![CDATA[Movable Type]]></category>
		<category><![CDATA[Six Apart]]></category>
		<category><![CDATA[Vox]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.webloglabs.com/blogging/six-apart-and-automattic/</guid>
		<description><![CDATA[Read/Write Web has posted a very interesting look at two Blog Platform companies: Six Apart (Movable Type, LiveJournal, Vox) and Automattic (WordPress, WordPress.com). If you&#8217;re a beginning blogger trying to decide which platform choose- even if you&#8217;ve been blogging for some time- this is worth a look. Well-written and concise, the article is useful for [...]]]></description>
			<content:encoded><![CDATA[<p>Read/Write Web has posted <a href="http://www.readwriteweb.com/archives/blog_platforms_head_to_head_six_apart_automattic.php">a very interesting look</a> at two Blog Platform companies: <strong>Six Apart</strong> (Movable Type, LiveJournal, Vox) and <strong>Automattic</strong> (WordPress, WordPress.com).</p>
<p>If you&#8217;re a beginning blogger trying to decide which platform choose- even if you&#8217;ve been blogging for some time- this is worth a look. Well-written and concise, the article is useful for those asking &#8220;which is right for me?&#8221; rather than &#8220;which is better?&#8221;:</p>
<blockquote><p>The purpose is to contrast, rather than to predict a winner. But the firms are certainly competitors. For example, individuals looking for free hosted blogging may well consider both Vox and WordPress.com, as well as Blogger.</p></blockquote>
<p><a href="http://www.readwriteweb.com/archives/blog_platforms_head_to_head_six_apart_automattic.php">Read the entire post at Read/Write Web</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.webloglabs.com/blogging-news/six-apart-and-automattic/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

