<?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>Perfect Blogger &#187; wordpress</title>
	<atom:link href="http://www.perfectblogger.com/category/blog/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.perfectblogger.com</link>
	<description>Make your blog a success!</description>
	<lastBuildDate>Fri, 17 Jun 2011 20:36:46 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<item>
		<title>How to upgrade WordPress and plugins without FTP</title>
		<link>http://www.perfectblogger.com/2011/06/how-to-upgrade-wordpress-and-plugins-without-ftp/</link>
		<comments>http://www.perfectblogger.com/2011/06/how-to-upgrade-wordpress-and-plugins-without-ftp/#comments</comments>
		<pubDate>Fri, 17 Jun 2011 20:36:46 +0000</pubDate>
		<dc:creator>Gleb Reys</dc:creator>
				<category><![CDATA[blog]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.perfectblogger.com/?p=263</guid>
		<description><![CDATA[I&#8217;ve read so many forum threads on this that I think it&#8217;s time to share these very simple instructions. Follow them for your website and you&#8217;ll finally have the fully automatic updates working as they should. Automaitic WordPress and plugin updates First of all, let&#8217;s just make sure we&#8217;re talking about the same thing.  Since [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve read so many forum threads on this that I think it&#8217;s time to share these very simple instructions. Follow them for your website and you&#8217;ll finally have the fully automatic updates working as they should.</p>
<h3>Automaitic WordPress and plugin updates</h3>
<p>First of all, let&#8217;s just make sure we&#8217;re talking about the same thing.  Since version 2.7, WordPress received one of the most useful features ever: automatic update. What this means is that every time a new version of WordPress is released, you now get a &#8220;click here to upgrade&#8221; option in your admin dashboard. When you click the link, it should ask for a confirmation and then proceed with automatic downloading and upgrading of your blog. But because of misconfigurations, this feature isn&#8217;t always working, and then you end up with a configuration dialog suggesting that you provide FTP credentials for accessing your server.</p>
<h3>Possible reasons for automatic WordPress upgrade not working</h3>
<p>There&#8217;s only a few reasons why <strong>WordPress </strong>or plugins upgrade feature will not work.</p>
<h4><strong>1. You&#8217;ve upgraded from older versions of WordPress</strong></h4>
<p>&#8230; and therefore don&#8217;t have the right configuration setting in your<strong> wp-config.php</strong>. Just add this to it:</p>
<blockquote><p>define(&#8216;FS_METHOD&#8217;,'direct&#8217;);2</p></blockquote>
<h4><strong>2. Your blog is stored in a directory which webserver can&#8217;t update. </strong></h4>
<p>Quite often this is a result of someone (host administrator) installing you a new blog, but mistakenly leaving all the files owned by their own user or root (superuser). Since webserver software is running as something else (webservd in Linux distributions, or sometimes even user nobody), the software can read blog files but can&#8217;t overwrite them. Obviously, overwriting files is kind of critical for any upgrade process, so this scenario will result in automatic upgrades failure.</p>
<p>How would you fix this issue? Easy! If you have command line access to your hosting server, become root and change ownership of your blog&#8217;s files.</p>
<p>Assuming that your webserver runs as <strong>webservd </strong>user, and that your blog is in the<strong> /var/www/myblog.com</strong> directory, here&#8217;s a command line that will do the trick:</p>
<blockquote><p># chown -R webservd:webservd /var/www/myblog.com</p></blockquote>
<h4><strong>3. Some files in your blog&#8217;s directory are read-only</strong></h4>
<p>This means that even if files belong to the user that your webserver is running as, there is still a chance that some files won&#8217;t be possible to overwrite because they have the read-only attribute (or read-only permission).</p>
<p>Fixing this from a command line isn&#8217;t hard at all. Assuming the same <strong>/var/www/myblog.com</strong> location, here&#8217;s what you should do:</p>
<blockquote><p># chmod -R ug+w /var/www/myblog.com</p></blockquote>
<p>That&#8217;s it, I hope you liked this tutorial. Do ask questions in comments so that I can expand this article and make it most useful to all the future visitors!</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.perfectblogger.com/2011/06/how-to-upgrade-wordpress-and-plugins-without-ftp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress Admin Bar tricks</title>
		<link>http://www.perfectblogger.com/2011/05/wordpress-admin-bar-tricks/</link>
		<comments>http://www.perfectblogger.com/2011/05/wordpress-admin-bar-tricks/#comments</comments>
		<pubDate>Sun, 08 May 2011 09:21:06 +0000</pubDate>
		<dc:creator>Gleb Reys</dc:creator>
				<category><![CDATA[wordpress]]></category>
		<category><![CDATA[admin bar]]></category>
		<category><![CDATA[howto]]></category>

		<guid isPermaLink="false">http://www.perfectblogger.com/?p=259</guid>
		<description><![CDATA[If you like the WordPress admin bar introduced recently, you&#8217;re going to love the way it can be expanded to do pretty much anything you want. DigWP.com blog has a great collection of links in a single post with some very good ideas: Admin Bar Tricks. My personal favorites are: move admin bar to the [...]]]></description>
			<content:encoded><![CDATA[<p>If you like the WordPress admin bar introduced recently, you&#8217;re going to love the way it can be expanded to do pretty much anything you want.</p>
<p><a href="http://digwp.com">DigWP.com</a> blog has a great collection of links in a single post with some very good ideas: <a title="Admin Bar Tricks" href="http://digwp.com/2011/04/admin-bar-tricks/">Admin Bar Tricks</a>.</p>
<p>My personal favorites are: move admin bar to the bottom of screen and disabling admin bar for non-admins.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.perfectblogger.com/2011/05/wordpress-admin-bar-tricks/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>WordPress 2.8.1 brings stability and security</title>
		<link>http://www.perfectblogger.com/2009/07/wordpress-2-8-1-brings-stability-and-security/</link>
		<comments>http://www.perfectblogger.com/2009/07/wordpress-2-8-1-brings-stability-and-security/#comments</comments>
		<pubDate>Fri, 10 Jul 2009 00:00:50 +0000</pubDate>
		<dc:creator>Gleb Reys</dc:creator>
				<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.perfectblogger.com/?p=222</guid>
		<description><![CDATA[I really like the way first releases of WordPress 2.8 come out! The most recent update, WordPress 2.8.1 posted a few hours ago, brings some great improvements which make your blogs more stable and much more secure. WordPress 2.8.1. highlights Here are some of the features I really like in 2.8.1, please be sure to [...]]]></description>
			<content:encoded><![CDATA[<p>I really like the way first releases of <strong>WordPress 2.8</strong> come out! The most recent update, <strong>WordPress 2.8.1</strong> posted a few hours ago, brings some great improvements which make your blogs more stable and much more secure.</p>
<h3>WordPress 2.8.1. highlights</h3>
<p>Here are some of the features I really like in 2.8.1, please be sure to read the <a href="http://wordpress.org/development/2009/07/wordpress-2-8-1/">official WordPress 2.8.1 announcement</a> to see more changes:</p>
<ul>
<li>Stability: reduced memory usage footprint for the dashboard &#8211; should help all the blogs running on modest servers and with strict php memory usage quotas</li>
<li>Stability: automatic upgrade no longer accidentally deletes files when cleaning up from a failed upgrade</li>
<li>Stability: disabled code highlighting due to browser incompatibilities</li>
<li>Security: extra security has been put in place to better protect you from plugins that do not do explicit permission checks</li>
<li>Security: stricter menu security</li>
</ul>
<p>Don&#8217;t know about you, but I&#8217;m going to be upgrading all my blogs in the next 30min.</p>
<p>See also:</p>
<ul>
<li><a rel=nofollow href="http://wordpress.org">WordPress &#8211; official website</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.perfectblogger.com/2009/07/wordpress-2-8-1-brings-stability-and-security/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>WordPress Logos and Buttons</title>
		<link>http://www.perfectblogger.com/2008/09/wordpress-logos-and-buttons/</link>
		<comments>http://www.perfectblogger.com/2008/09/wordpress-logos-and-buttons/#comments</comments>
		<pubDate>Mon, 15 Sep 2008 08:00:20 +0000</pubDate>
		<dc:creator>Gleb Reys</dc:creator>
				<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.perfectblogger.com/?p=216</guid>
		<description><![CDATA[WordPress Gone are the days of manually clipping the WordPress logo from the official website! Last week I&#8217;ve discovered a wonderful page with all the official WordPress logos and buttons offered in PDF (with vector graphics) and PNG versions of everything. There&#8217;s a set of WordPress wallpapers and a neat table with current colors used [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_215" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.perfectblogger.com/images/2008/09/wplogo-stacked-rgb.png"><img class="size-medium wp-image-215" title="WordPress" src="http://www.perfectblogger.com/images/2008/09/wplogo-stacked-rgb-300x186.png" alt="WordPress" width="300" height="186" /></a><p class="wp-caption-text">WordPress</p></div>
<p>Gone are the days of manually clipping the WordPress logo from the official website! Last week I&#8217;ve discovered a wonderful page with all the official <a title="WordPress logos" href="http://wordpress.org/about/logos/">WordPress logos and buttons</a> offered in PDF (with vector graphics) and PNG versions of everything.</p>
<p>There&#8217;s a set of WordPress wallpapers and a neat table with current colors used by WordPress engine.</p>
<h3>Like WordPress? Find out more:</h3>
<ul>
<li><a title="WordPress 2.6.2 upgrade" href="http://www.perfectblogger.com/2008/09/upgrade-to-wordpress-262/">Upgrade to WordPress 2.6.2</a></li>
<li><a title="WordPress 2.5 release" href="http://www.perfectblogger.com/2008/03/wordpress-25/">WordPress 2.5 release</a></li>
<li><a title="Wordpress downloads" href="http://wordpress.org/download/">Download WordPress</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.perfectblogger.com/2008/09/wordpress-logos-and-buttons/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Upgrade to WordPress 2.6.2!</title>
		<link>http://www.perfectblogger.com/2008/09/upgrade-to-wordpress-262/</link>
		<comments>http://www.perfectblogger.com/2008/09/upgrade-to-wordpress-262/#comments</comments>
		<pubDate>Mon, 08 Sep 2008 22:36:36 +0000</pubDate>
		<dc:creator>Gleb Reys</dc:creator>
				<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.perfectblogger.com/?p=212</guid>
		<description><![CDATA[Looks like WordPress 2.6.2 with a few fixes is out, so I&#8217;ve just upgraded all my blogs to this new milestone. For all the details, read the official WordPress 2.6.2 announcement or glance through the list of bugs fixed in 2.6.2 release. See also: WordPress download page]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><a href="http://www.perfectblogger.com/images/2007/03/wp-20-button.gif"><img class="size-full wp-image-101 aligncenter" title="WordPress" src="http://www.perfectblogger.com/images/2007/03/wp-20-button.gif" alt="" width="212" height="68" /></a></p>
<p>Looks like <strong>WordPress 2.6.2</strong> with a few fixes is out, so I&#8217;ve just upgraded all my blogs to this new milestone.</p>
<p>For all the details, read the <a title="WordPress 2.6.2 is out!" href="http://wordpress.org/development/2008/09/wordpress-262/">official WordPress 2.6.2 announcement</a> or glance through the <a href="http://trac.wordpress.org/query?status=closed&amp;milestone=2.6.2&amp;resolution=fixed&amp;order=priority">list of bugs fixed in 2.6.2</a> release.</p>
<h3>See also:</h3>
<ul>
<li><a title="Download WordPress" href="http://wordpress.org/download/">WordPress download page</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.perfectblogger.com/2008/09/upgrade-to-wordpress-262/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>WordPress 2.5 Release</title>
		<link>http://www.perfectblogger.com/2008/03/wordpress-25/</link>
		<comments>http://www.perfectblogger.com/2008/03/wordpress-25/#comments</comments>
		<pubDate>Sun, 30 Mar 2008 07:02:41 +0000</pubDate>
		<dc:creator>Gleb Reys</dc:creator>
				<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.perfectblogger.com/2008/03/wordpress-25/</guid>
		<description><![CDATA[The wait is over, and WordPress 2.5 is finally released! Compared to the previous 2.3 branch, this new release brings an amazing pack of improvements and additions, and it looks like 2.5 is going to be one of the most interesting WordPress releases of the past years. There is an excellent highlight of all the [...]]]></description>
			<content:encoded><![CDATA[<p>The wait is over, and WordPress 2.5 is finally released! Compared to the previous 2.3 branch, this new release brings an amazing pack of improvements and additions, and it looks like 2.5 is going to be one of the most interesting WordPress releases of the past years.</p>
<h3>
<p style="text-align: center"><img src="http://www.perfectblogger.com/images/2007/03/wp-20-button.gif" alt="WordPress" /></p>
</h3>
<p>There is an excellent highlight of all the main features on the WordPress blog: <a href="http://wordpress.org/development/2008/03/wordpress-25-brecker/">WordPress 2.5 Brecker</a>.</p>
<h3>New WordPress 2.5 features</h3>
<p>The things I&#8217;m really looking forward to try are the following:</p>
<p>- <strong>new dashboard</strong> &#8211; apart from cleaner look and improved usability, it also supports widgets for expanded functionality</p>
<p>- <strong>multi-file upload</strong> &#8211; apparently with a progress bar!</p>
<p>- <strong>fully integrated tag management</strong> &#8211; adding/renaming/removing any tags is a native functionality with this release, so no additional plugins are needed</p>
<p>- <strong>using newer version of TinyMCE</strong> (that&#8217;s the fancy editor with plenty of useful toolbars you see when creating a page or a post) promises fixes to many complex HTML issues (working with lists and paragraphs has traditionally been painful for me), and there&#8217;s a no-distractions mode I really look forward to &#8211; minimum of interface controls so that you can fully concentrate on the content</p>
<p>There are many more improvements like automatic plugin upgrades and built-in image gallery functionality, which many of you will find useful as well, but I&#8217;ve yet to look into them.</p>
<p>All in all, I think it&#8217;s the most exciting upgrade, <a href="http://www.wordpress.org">WordPress</a> team once again did a great job.</p>
<p>Wait no longer: <a href="http://wordpress.org/download/">download WordPress 2.5</a> and get busy with your upgrades!</p>
<h3>More links on WordPress 2.5</h3>
<ul>
<li><a href="http://wordpress.org/development/2008/03/wordpress-25-brecker/">Official announcement post for WP 2.5</a></li>
<li><a href="http://www.perfectblogger.com/2008/03/getting-ready-for-wordpress-25/">Getting ready for WordPress 2.5</a></li>
<li><a href="http://wordpress.org/development/2008/03/wordpress-25-rc2/">New interface in WordPress 2.5: a screencast</a></li>
<li><a href="http://codex.wordpress.org/Upgrading_WordPress">WordPress Upgrading Guide</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.perfectblogger.com/2008/03/wordpress-25/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress 2.3 is released!</title>
		<link>http://www.perfectblogger.com/2007/09/wordpress-23-released/</link>
		<comments>http://www.perfectblogger.com/2007/09/wordpress-23-released/#comments</comments>
		<pubDate>Tue, 25 Sep 2007 22:21:28 +0000</pubDate>
		<dc:creator>Gleb Reys</dc:creator>
				<category><![CDATA[blog]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[blog engine]]></category>
		<category><![CDATA[dexter]]></category>

		<guid isPermaLink="false">http://www.perfectblogger.com/2007/09/wordpress-23-released/</guid>
		<description><![CDATA[Finally, the new release of WordPress is here. WordPress 2.3, codenamed &#8220;Dexter&#8221;, brings many long-awaited features and fixes 350+ issues found in previous versions. Most interesting features in WordPress 2.3 Tags - now with native support. Strangely enough, you&#8217;ll need to download separate plugins to manage the tags. Canonical URLs &#8211; will allow you to [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center"><img src="http://www.perfectblogger.com/images/2007/03/wp-20-button.gif" alt="WordPress" border="0" /></p>
<p>Finally, the <a href="http://wordpress.org/development/2007/09/wordpress-23">new release of WordPress</a> is here. <a href="http://wordpress.org/download/">WordPress 2.3</a>, codenamed &#8220;Dexter&#8221;, brings many long-awaited features and fixes 350+ issues found in previous versions.</p>
<h3>Most interesting features in WordPress 2.3</h3>
<ul>
<li><strong>Tags </strong>- now with native support. Strangely enough, you&#8217;ll need to download separate plugins to manage the tags.</li>
<li><strong>Canonical URLs</strong> &#8211; will allow you to change slugs of any post and have WordPress automatically redirect old slug URL to the new URL of your post. Brilliant idea, great for <a href="http://www.perfectblogger.com/glossary/seo/">SEO</a>! Mark Jaquith has a great post explaining how it all works: <a href="http://markjaquith.wordpress.com/2007/09/25/wordpress-23-canonical-urls/">Canonical URLs in WordPress 2.3</a></li>
<li><strong>Advanced editing options in WYSIWYG editor</strong> for posts and pages are finally accessible via a special button. The trusty <a href="http://www.perfectblogger.com/2007/02/advanced-editor-options-in-wordpress-21/">Shift+Alt+V combination</a> for doing the same still works, of course.</li>
<li><strong>Update notification</strong> functionality will let you know when there&#8217;s a new version of the WordPress engine or any of the plugins you use. Must save us all tons of time we usually spend tracking the updates, downloading new versions and troubleshooting the upgrades of all the plugins.</li>
</ul>
<p>If you want to learn more, there&#8217;s a traditional <a href="http://technosailor.com/10-things-you-need-to-know-about-wordpress-23/">10 Things You Need To Know About WordPress 2.3</a> review posted at <a href="http://technosailor.com">Technosailor</a>. As always, a highly recommended post!</p>
<p>Before you rush it to <a href="http://wordpress.org/download/">download the latest WordPress</a> and get your upgrade started, please be sure to verify all your plugins are up to date and will be supported in the 2.3 release. I&#8217;ve done this for all the plugins on <a href="http://www.perfectblogger.com">Perfect Blogger</a>, and so my upgrade happened in a matter of seconds and without a single problem.</p>
<p>If you think you need help upgrading your WordPress &#8211; feel free to <a href="http://www.perfectblogger.com/contact/">contact me</a> and we&#8217;ll see what can be done.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.perfectblogger.com/2007/09/wordpress-23-released/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Make Akismet Automatically Discard Old Spam</title>
		<link>http://www.perfectblogger.com/2007/08/make-akismet-automatically-discard-old-spam/</link>
		<comments>http://www.perfectblogger.com/2007/08/make-akismet-automatically-discard-old-spam/#comments</comments>
		<pubDate>Tue, 28 Aug 2007 04:59:17 +0000</pubDate>
		<dc:creator>Gleb Reys</dc:creator>
				<category><![CDATA[blog]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.perfectblogger.com/2007/08/make-akismet-automatically-discard-old-spam/</guid>
		<description><![CDATA[I love the Akismet spam blocking plugin functionality. It makes my life so much easier! However, not many people remember that it has a very useful feature on top of its basic setup: an option to make Akismet automatically discard all the spam older than 2 weeks. Now, instead of carefully clicking through the list [...]]]></description>
			<content:encoded><![CDATA[<p>I love the Akismet spam blocking plugin functionality. It makes my life so much easier! However, not many people remember that it has a very useful feature on top of its basic setup: an option to make Akismet automatically discard all the spam older than 2 weeks.</p>
<p>Now, instead of carefully clicking through the list of spam, I simply glance through it to mark the non-spam messages off, and then forget about the rest. Akismet takes care of it and makes sure that my spam comments page is never too crowded.</p>
<p>To activate this option, first go to the <strong>Plugins</strong> section of your WordPress admin panel&#8230;</p>
<p><img src="http://www.perfectblogger.com/images/2007/08/wp-plugins.png" alt="WP Plugins" /></p>
<p>&#8230; and then click <strong>Akismet Configuration</strong>:</p>
<p><img src="http://www.perfectblogger.com/images/2007/08/wp-akismet-discard-spam.png" alt="WP Akismet Options" /></p>
<p>After ticking the option on and clicking the button, you&#8217;ll have this great feature enabled and your future peace of mind guaranteed. Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.perfectblogger.com/2007/08/make-akismet-automatically-discard-old-spam/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New WordPress Blog Install Checklist</title>
		<link>http://www.perfectblogger.com/2007/08/new-wordpress-blog-install-checklist/</link>
		<comments>http://www.perfectblogger.com/2007/08/new-wordpress-blog-install-checklist/#comments</comments>
		<pubDate>Mon, 06 Aug 2007 10:16:31 +0000</pubDate>
		<dc:creator>Gleb Reys</dc:creator>
				<category><![CDATA[blog]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[sitemaps]]></category>
		<category><![CDATA[traffic]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.perfectblogger.com/2007/08/new-wordpress-blog-install-checklist/</guid>
		<description><![CDATA[I&#8217;ve recently started new blog, and thought it would be useful for you to know my checklist for making sure the website is build with SEO basics in mind, ready to attract traffic and has its feed delegated to FeedBurner service for easier management. Update 15/03/2008: &#8211; I&#8217;ve just noticed how someone liked this post [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve recently started new blog, and thought it would be useful for you to know my checklist for making sure the website is build with SEO basics in mind, ready to attract traffic and has its feed delegated to FeedBurner service for easier management.</p>
<p><strong>Update 15/03/2008:</strong> &#8211; I&#8217;ve just noticed how someone liked this post enough to stumble it, so I have made a quick update to the post with some more steps of my new blog routine. Also, please check out the <a href="http://www.wpmagic.com" title="WordPress Plugins Magic">WordPress Plugins Magic</a> website for a ready-made collection of plugins for download.</p>
<p>Here is what I do, feel free to ask questions in comments:</p>
<h3>WordPress Setup</h3>
<ul>
<li>Enable Akismet plugin, you&#8217;ll need a WordPress API for this</li>
<li>Make all the files under wp-content/themes writable for your webserver &#8211; this will allow you to edit themes from WordPress control panel</li>
<li>Create a .htaccess file in the top level directory of your WordPress install, and make it writable for your webserver to allow permalinks config from WordPress control panel</li>
</ul>
<h3>Basic SEO</h3>
<ul>
<li>Enable permalinks, chose the permalink structure wisely &#8211; if you&#8217;re aiming for a timeless content, don&#8217;t use date tags.</li>
<li>Download and activate the <a href="http://www.netconcepts.com/seo-title-tag-plugin/">SEO Title Tag</a> plugin. Change the options to use category names and blog name in relevant titles if you like.</li>
<li>Download and activate the <a href="http://www.arnebrachhold.de/2005/06/05/google-sitemaps-generator-v2-final">Google Sitemap Generator plugin</a>. Submit your newly generated <a href="http://www.perfectblogger.com/glossary/sitemap/">sitemap</a> through the <a href="http://www.google.com/webmasters/sitemaps/">Google Webmaster Tools</a> page.</li>
</ul>
<h3>Improve experience for your visitors</h3>
<ul>
<li>Download and activate the <a href="http://justinblanton.com/projects/smartarchives/">Smart Archives plugin</a> , you will probably need to create a separate page for it and put the appropriate tag for it to show the archives.</li>
<li>Register a <a href="http://www.feedburner.com">FeedBurner</a> feed, install and point to it the <a href="http://www.feedburner.com/fb/a/help/wordpress_quickstart">FeedSmith plugin</a>. Enable the SmartFeed option in <a href="http://www.feedburner.com">FeedBurner</a>&#8216;s Optimize section for your new feed.</li>
</ul>
<h3>Open ways for interaction</h3>
<ul>
<li>Set up a comment form (<a href="http://www.deliciousdays.com/cforms-plugin">cForms</a> for me &#8211; the best forms plugin ever!) &#8211; again, you&#8217;ll probably want to create a separate page for this.</li>
<li>Download and activate the <a href="http://push.cx/sociable">Sociable plugin</a> (check out my tutorial on configuring it: <a href="http://www.perfectblogger.com/2007/04/must-have-plugins-sociable/">Must Have Plugins: Sociable</a>)</li>
</ul>
<p>Hope this helps. My list is never static, I practically reinvent it every time I start a new project, so I&#8217;ll be updating this post from time to time.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.perfectblogger.com/2007/08/new-wordpress-blog-install-checklist/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Upgrade to WordPress 2.2.1</title>
		<link>http://www.perfectblogger.com/2007/07/upgrade-to-wordpress-221/</link>
		<comments>http://www.perfectblogger.com/2007/07/upgrade-to-wordpress-221/#comments</comments>
		<pubDate>Tue, 03 Jul 2007 16:08:53 +0000</pubDate>
		<dc:creator>Gleb Reys</dc:creator>
				<category><![CDATA[blog]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.perfectblogger.com/2007/07/upgrade-to-wordpress-221/</guid>
		<description><![CDATA[Although I myself have upgraded all my blogs to WordPress 2.2.1 almost a week ago, I still can see it&#8217;s never too late to remind everyone to do the same. As you probably now, WordPress 2.2.1 incorporating multiple security fixes and is therefore highly recommended. You can download the full installation of WordPress from official [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center"><img src="http://www.perfectblogger.com/images/2007/03/wp-20-button.gif" alt="WordPress" /></p>
<p>Although I myself have upgraded all my blogs to WordPress 2.2.1 almost a week ago, I still can see it&#8217;s never too late to remind everyone to do the same.</p>
<p>As you probably now, WordPress 2.2.1 incorporating multiple security fixes and is therefore highly recommended.</p>
<p>You can <a href="http://wordpress.org/download/">download the full installation of WordPress</a> from official website or, if you&#8217;re upgrading from WordPress 2.2, go ahead and use <a href="http://markjaquith.wordpress.com/2007/06/26/wordpress-221-upgrade-changed-files-zip-changes-diff-changed-files-list/">WordPress 2.2.1 instructions and archives by Mark Aquith</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.perfectblogger.com/2007/07/upgrade-to-wordpress-221/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

