<?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>RickRouse.com&#187; Blogging Tips</title>
	<atom:link href="http://www.rickrouse.com/category/blogging-tips/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.rickrouse.com</link>
	<description>My thoughts on Life, Politics, Technology, Our Creator and more...</description>
	<lastBuildDate>Thu, 29 Dec 2011 22:57:53 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=d25df0</generator>
		<item>
		<title>How to place Google ads side by side</title>
		<link>http://www.rickrouse.com/2010/12/place-google-ads-side-by-side/</link>
		<comments>http://www.rickrouse.com/2010/12/place-google-ads-side-by-side/#comments</comments>
		<pubDate>Wed, 15 Dec 2010 16:01:38 +0000</pubDate>
		<dc:creator>Rick</dc:creator>
				<category><![CDATA[Blogging Tips]]></category>

		<guid isPermaLink="false">http://www.rickrouse.com/?p=1830</guid>
		<description><![CDATA[I recently decided that I wanted to place three sets of Google ads side-by-side on one of my WordPress blogs, but try as I might I couldn&#8217;t get them to line up correctly. I tried several configurations of DIVs and TABLES, but nothing seemed to work&#8230;until I tried the following simple snippet of code: &#60;div align=&#8221;center&#8221;&#62; [...]]]></description>
			<content:encoded><![CDATA[<p>I recently decided that I wanted to place three sets of Google ads side-by-side on one of my WordPress blogs, but try as I might I couldn&#8217;t get them to line up correctly. I tried several configurations of DIVs and TABLES, but nothing seemed to work&#8230;until I tried the following simple snippet of code:</p>
<p style="padding-left: 60px;">&lt;div align=&#8221;center&#8221;&gt;<br />
Code for first ad block<br />
&amp;nbsp;<br />
Code for second ad block<br />
&amp;nbsp;<br />
Code for third ad block<br />
&lt;/div&gt;</p>
<p>It worked lik a charm. If you wish to display just two ad blocks, simply remove the third line of ad code from the snippet.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.rickrouse.com/2010/12/place-google-ads-side-by-side/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Google XML Sitemaps plugin for WordPress</title>
		<link>http://www.rickrouse.com/2010/03/google-xml-sitemaps-plugin-for-wordpress/</link>
		<comments>http://www.rickrouse.com/2010/03/google-xml-sitemaps-plugin-for-wordpress/#comments</comments>
		<pubDate>Wed, 31 Mar 2010 02:04:51 +0000</pubDate>
		<dc:creator>Rick</dc:creator>
				<category><![CDATA[Blogging Tips]]></category>

		<guid isPermaLink="false">http://www.rickrouse.com/?p=1643</guid>
		<description><![CDATA[If you&#8217;re like most bloggers you want your blog to be visited by as many people as possible, and getting all of your posts indexed by the major search engines is the most effective way to drive traffic to your blog. To make that task easier, Google, Bing and Yahoo have agreed to use XML sitemaps to aid them in indexing [...]]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;re like most bloggers you want your blog to be visited by as many people as possible, and getting all of your posts indexed by the major search engines is the most effective way to drive traffic to your blog. To make that task easier, Google, Bing and Yahoo have agreed to use XML sitemaps to aid them in indexing as many pages of a website as possible.</p>
<p>Normally a webmaster would create an XML sitemap file for his/her website in accordance with the standards set forth, upload the completed file to the server, and then &#8220;tell&#8221; the search engines how to find it. The sitemap file itself can be assembled manually (not an easy thing to do if a site is large) or by using an XML sitemap creation script of some type. The problem is, every time a new page or blog post is added, the XML sitemap file must be recreated and uploaded all over again.</p>
<p>Thankfully, if you have a WordPress blog there is an outstanding plugin that automates the entire process for you after the initial setup is performed. The <strong>Google XML Sitemaps</strong>plugin takes care of all the drudge work for you. After you install and configure it, it takes over and makes sure every post and page you add to your blog gets added to the XML sitemap, which it then automatically uploads to the server. The plugin also pings the search engines to let them know that the sitemap has been updated. What a great plugin!</p>
<p>If you have never used an XML sitemap before or if you have been updating and uploading it manually, you&#8217;re going to LOVE this plugin. If you want to add it to <em>your </em>WordPress blog, you&#8217;ll find it <a href="http://wordpress.org/extend/plugins/google-sitemap-generator/" target="_blank">right here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.rickrouse.com/2010/03/google-xml-sitemaps-plugin-for-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Removing the default category in WordPress</title>
		<link>http://www.rickrouse.com/2010/03/remove-default-wordpress-category/</link>
		<comments>http://www.rickrouse.com/2010/03/remove-default-wordpress-category/#comments</comments>
		<pubDate>Mon, 01 Mar 2010 17:26:22 +0000</pubDate>
		<dc:creator>Rick</dc:creator>
				<category><![CDATA[Blogging Tips]]></category>

		<guid isPermaLink="false">http://www.rickrouse.com/?p=1568</guid>
		<description><![CDATA[Addinga new category in WordPress is easy, but changing the &#8220;default&#8221; category and removing the &#8221;Uncategorized&#8221; category can be a pain if you don&#8217;t know how to do it. Well, here is how you do it: 1 &#8211; Decide which category you wish to designate as the new &#8220;default&#8221; category. If the &#8220;Uncategorized&#8221; category is the only [...]]]></description>
			<content:encoded><![CDATA[<p><em>Adding</em>a new category in WordPress is easy, but changing the &#8220;default&#8221; category and removing the &#8221;Uncategorized&#8221; category can be a pain if you don&#8217;t know how to do it. Well, here is how you do it:</p>
<p style="padding-left: 30px;">1 &#8211; Decide which category you wish to designate as the new &#8220;default&#8221; category. If the &#8220;Uncategorized&#8221; category is the only category you have, you&#8217;ll have to add at least one new category before proceeding on to the next step.</p>
<p style="padding-left: 30px;">2 &#8211; Choose the &#8220;Writing&#8221; option on the &#8220;Settings&#8221; menu.</p>
<p style="padding-left: 30px;">3 &#8211; In the drop-down box labeled &#8220;Default Post Category&#8221;, select the category that you wish to use as the new default category.</p>
<p style="padding-left: 30px;">4 &#8211; Click &#8220;Save Changes&#8221; at the bottom of the page.</p>
<p>Now that you have selected a new &#8220;default&#8221; category, you can completely remove the &#8220;Uncategorized&#8221; category as follows:</p>
<p style="padding-left: 30px;">1 &#8211; Under the &#8220;Posts&#8221; menu, click &#8220;Categories&#8221;.</p>
<p style="padding-left: 30px;">2 &#8211; In the list of categories on the right-hand side of the screen, check the box beside &#8220;Uncategorized&#8221;.</p>
<p style="padding-left: 30px;">3 &#8211; In the &#8220;Bulk Actions&#8221; drop-down box, click &#8220;Delete&#8221;, then click &#8220;Apply&#8221;.</p>
<p>Note: When you delete the &#8220;Uncategorized&#8221; category, all posts currently filed under that category will be moved automatically into the new default category.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.rickrouse.com/2010/03/remove-default-wordpress-category/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ozh&#8217; Admin Drop Down Menu plugin for WordPress</title>
		<link>http://www.rickrouse.com/2010/01/ozh-admin-drop-down-menu/</link>
		<comments>http://www.rickrouse.com/2010/01/ozh-admin-drop-down-menu/#comments</comments>
		<pubDate>Sun, 10 Jan 2010 17:52:55 +0000</pubDate>
		<dc:creator>Rick</dc:creator>
				<category><![CDATA[Blogging Tips]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.rickrouse.com/?p=1415</guid>
		<description><![CDATA[If you run a self-hosted WordPress blog, you probably agree that WordPress&#8217; default Admin user interface isn&#8217;t exactly the easiest thing in the world to use. I used to absolutely dread firing up WordPress in order to write a post, install a plugin, or perform some type of maintenance function on my WordPress installation, but not anymore. Now I [...]]]></description>
			<content:encoded><![CDATA[<p>If you run a self-hosted WordPress blog, you probably agree that WordPress&#8217; default Admin user interface isn&#8217;t exactly the easiest thing in the world to use. I used to absolutely dread firing up WordPress in order to write a post, install a plugin, or perform some type of maintenance function on my WordPress installation, but not anymore. Now I use <strong><a href="http://planetozh.com/blog/my-projects/wordpress-admin-menu-drop-down-css/" target="_blank">Ozh&#8217; Admin Drop Down Menu</a></strong>, a great plugin that turns the WordPress admin area into an easy to understand and ridiculously easy-to-use tool.</p>
<p>I have used Ozh&#8217; Admin Drop Down Menu<strong> </strong>on all of my WordPress blogs for some time now, and I highly recommend it if you are looking for an easy way to streamline your blogging activities. The easiest way to find out more about the plugin and install it is to log in to your WordPress admin panel and click on <strong>Plugins </strong>and <strong>Add New</strong>. Then simply type &#8220;Ozh&#8217; Admin Drop Down Menu&#8221; into the search box.</p>
<p>Alternatively, you can <a href="http://planetozh.com/blog/my-projects/wordpress-admin-menu-drop-down-css/" target="_blank">click here</a> to visit the plugin author&#8217;s website where you&#8217;ll find all kinds of unseful information and tips on this great script.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.rickrouse.com/2010/01/ozh-admin-drop-down-menu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress For Dummies (2nd Edition) by Lisa Sabin-Wilson</title>
		<link>http://www.rickrouse.com/2009/12/wordpress-for-dummies-2nd-edition-by-lisa-sabin-wilson/</link>
		<comments>http://www.rickrouse.com/2009/12/wordpress-for-dummies-2nd-edition-by-lisa-sabin-wilson/#comments</comments>
		<pubDate>Mon, 21 Dec 2009 04:23:35 +0000</pubDate>
		<dc:creator>Rick</dc:creator>
				<category><![CDATA[Blogging Tips]]></category>
		<category><![CDATA[Book Reviews]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.rickrouse.com/?p=1316</guid>
		<description><![CDATA[Title: WordPress For Dummies (2nd Edition) Author: Lisa Sabin-Wilson Publisher: Wiley Publishing ISBN: 978-0-470-40296-2 Pages: 408 I have been building websites using the WordPress blog platform for some time now, and I have always been quite impressed with its amazing combination of power and simplicity. Since there are numerous resources for helping build and maintain [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.amazon.com/gp/product/0470402962?ie=UTF8&amp;tag=rlrousecom-20" target="_blank"><img src="http://www.rickrouse.com/images/wordpress-for-dummies.jpg" border="0" alt="" hspace="7" vspace="7" width="250" height="314" align="right" /></a>Title: <strong><a href="http://www.amazon.com/gp/product/0470402962?ie=UTF8&amp;tag=rlrousecom-20" target="_blank">WordPress For Dummies (2nd Edition)</a></strong><br />
Author: Lisa Sabin-Wilson<br />
Publisher: Wiley Publishing<br />
ISBN: 978-0-470-40296-2<br />
Pages: 408</p>
<p>I have been building websites using the WordPress blog platform for some time now, and I have always been quite impressed with its amazing combination of power and simplicity. Since there are numerous resources for helping build and maintain WordPress based blogs and websites available on the Internet for free, it never occurred to me that there would be a market for an actual printed book on the topic. Well, it turns out that I was wrong.</p>
<p>While browsing the aisles of my local bookstore, I happened to see a book entitled <a href="http://www.amazon.com/gp/product/0470402962?ie=UTF8&amp;tag=rlrousecom-20" target="_blank">WordPress For Dummies</a>, and since I have always found the &#8220;For Dummies&#8221; series of books to be easy to read and understand, I picked it up and read a couple of chapters right there in the store! Then I took it home with me and read the rest of it. I found it not only to be an interesting read, but also a comprehensive resource for every aspect of planning, building and maintaining a blog or website using the WordPress platform.</p>
<p>As expected, the book starts off with an explanation of blogging in general, then it quickly gets into the nuts and bolts of the WordPress software. Topics discussed include the differences between the hosted version of WordPress and the self-hosted WordPress scripts, installing the WordPress files on your server, setting up the database, personalizing your new blog with a theme, finding and using plugins, backing up and restoring your WordPress installation and many, many more. In a nutshell, WordPress For Dummies is a wonderful collection of much of the information you&#8217;ll find about installing and using WordPress scattered around the Internet all in one well-organized, easy to understand printed book.</p>
<p>Could you get by without ever seeing a copy of WordPress for Dummies? Sure you could. After all, everything found in the book can also be found for free on the web. But nowhere else will you find so much critical information in one place, neatly organized and indexed, ready to use exactly when you need it! If you use WordPress now, or have plans to use it in the future, this book deserves a prominent spot on your desk.</p>
<p><a href="http://www.amazon.com/gp/product/0470402962?ie=UTF8&amp;tag=rlrousecom-20" target="_blank">Click here</a> to read more about WordPress for Dummies on Amazon.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.rickrouse.com/2009/12/wordpress-for-dummies-2nd-edition-by-lisa-sabin-wilson/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>5 must-have WordPress plugins</title>
		<link>http://www.rickrouse.com/2009/11/wordpress-plugins/</link>
		<comments>http://www.rickrouse.com/2009/11/wordpress-plugins/#comments</comments>
		<pubDate>Mon, 16 Nov 2009 04:16:48 +0000</pubDate>
		<dc:creator>Rick</dc:creator>
				<category><![CDATA[Blogging Tips]]></category>

		<guid isPermaLink="false">http://www.rickrouse.com/?p=1164</guid>
		<description><![CDATA[WordPress is the most popular blogging platform out there, and for good reason. Besides being extremely easy to use, it is also quite flexible in what you can do with it. If all you want to do is run a personal blog on which you can share little tidbits about your life with your family and [...]]]></description>
			<content:encoded><![CDATA[<p>WordPress is the most popular blogging platform out there, and for good reason. Besides being extremely easy to use, it is also quite flexible in what you can do with it. If all you want to do is run a personal blog on which you can share little tidbits about your life with your family and friends, all you need to do is open a free account at <a href="http://wordpress.com/" target="_blank">WordPress.com</a> and get right to it. And if you plan on doing some serious blogging, you can open your own web hosting account and create your own stand-alone WordPress installation by downloading the core WordPress files from <a href="http://wordpress.org" target="_blank">WordPress.org</a>. Either way, you can personalize your blog and make it look pretty much the way you want it to.</p>
<p>One of the most powerful aspects of blogging with WordPress is the ability to use plugins to add functionality and spiff up the site. There is a plugin for just about every function there is related to blogging, and here is my list of must-have plugins for the serious blogger:</p>
<p>1 &#8211; <a href="http://wordpress.org/extend/plugins/login-lockdown/" target="_blank">Login Lockdown</a>- This simple plugin makes it a lot harder for a hacker to break into your blog&#8217;s admin account by using software to try numerous login / password combinations as a brute force method of taking over your blog. After a set number of failed login attempts (set by you), the login form is disabled for a given length of time (which is also set by you). This effectively renders automated scripts that try to guess your login info ineffective.</p>
<p>2 &#8211; <a href="http://valendesigns.com/wordpress/remove-my-version-wordpress-plugin/" target="_blank">Remove My Version</a>- By default the code for every page on your WordPress blog contains a line that tells the world which version of WordPress you&#8217;re running. Sounds like a good idea, right? Well, it isn&#8217;t. When a hacker finds a security vulnerability in a particular WordPress version, he simply uses Google to find a bunch of blogs running that version by searching for that line in the code. Then he attacks the blogs that show up in the search results. The &#8220;Remove My Version&#8221; plugin does just that, making it more difficult for hackers to identify your blog as one that can be easily attacked.</p>
<p>3 &#8211; <a href="http://wordpress.org/extend/plugins/wp-super-cache/" target="_blank">WP Super Cache</a>- When a WordPress blog receives a burst of traffic, all those hits on the WordPress files and MySQL database can reduce the speed of your blog to that of a lethargic turtle. WP Super Cache helps alleviate this problem by storing static HTML versions of your blog&#8217;s pages, then loading them into your visitors&#8217; browers instead of brand new dynamic pages that the server must create on the fly. The result is a faster site that can handle much larger amounts of traffic without crashing.</p>
<p>4 &#8211; <a href="http://www.dagondesign.com/articles/secure-form-mailer-plugin-for-wordpress/" target="_blank">Dagon Design Form Mailer</a>- Contact forms are handy for letting your visitors email you without having to publish your email address on your blog. They are also useful for gathering information from your visitors. There are a number of good form generator plugins available, but the one I use on all my blogs and recommend is this one from Dagon Design.</p>
<p>5 &#8211; <a href="http://planetozh.com/blog/my-projects/wordpress-admin-menu-drop-down-css/" target="_blank">Ohz&#8217; WordPress Admin Drop Down Menu</a>- The WordPress admin interface is pretty straightforward, but this nifty plugin makes it even easier to understand and use. Give it a try and you&#8217;ll probably never want to give it up.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.rickrouse.com/2009/11/wordpress-plugins/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

