<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.1.2" -->
<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/"
	>

<channel>
	<title>BloggerHolic</title>
	<link>http://bloggerholic.com</link>
	<description>Helping Bloggers Make Money Online and Learn the Skills of Blogging</description>
	<pubDate>Tue, 18 Nov 2008 08:49:36 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.1.2</generator>
	<language>en</language>
			<item>
		<title>How to add trailing slash to a category/tag/archive</title>
		<link>http://bloggerholic.com/wordpress/how-to-add-trailing-slash-to-a-category-144.htm</link>
		<comments>http://bloggerholic.com/wordpress/how-to-add-trailing-slash-to-a-category-144.htm#comments</comments>
		<pubDate>Mon, 17 Nov 2008 01:52:48 +0000</pubDate>
		<dc:creator>Farida</dc:creator>
		
		<category><![CDATA[Wordpress]]></category>
<category>category trailing slash</category><category>How to add trailing slash to a category</category><category>trailing slash</category><category>Wordpress</category>
	<!-- AutoMeta Start -->
	<category>category trailing slash</category>
	<category>how to add trailing slash to a category</category>
	<category>trailing slash</category>
	<category>wordpress</category>
	<!-- AutoMeta End -->
	
		<guid isPermaLink="false">http://bloggerholic.com/wordpress/how-to-add-trailing-slash-to-a-categorytagarchive-144.htm</guid>
		<description><![CDATA[I had a few people asking me how to add trailing slash (/) to a category. For example http://bloggerholic.com/category/ if you dont have trailing slashes it can cause duplicate content in search engines. Usually the problem occurs if you switch from an older version of wordpress to newer one that doesn&#8217;t have trailing slashes. However if you [...]]]></description>
			<content:encoded><![CDATA[<p>I had a few people asking me how to add trailing slash (/) to a category. For example <em>http://bloggerholic.com/category/</em> if you dont have trailing slashes it can cause duplicate content in search engines. Usually the problem occurs if you switch from an older version of wordpress to newer one that doesn&#8217;t have trailing slashes. However if you start a new site with the newer version it will be okay. From Worpress versions 2.2 onwards wordpress have removed the trailing slash that was added to the permalinks by default in older versions.</p>
<p>I found the solution to fix this and it’s easy! This is only for Wordpress 2.6+<br />
All you need to do is the following:</p>
<ol>
<li>Go to your wp-includes folder.</li>
<li>find the template file called “link-template.php” and open the file in any text editor.</li>
<li>In this file find the following function:<br />
<strong>function user_trailingslashit($string, $type_of_url = &#8221;) {</strong></li>
<li>Find the following line inside this function:<br />
<strong>if ( $wp_rewrite-&gt;use_trailing_slashes )</strong></li>
<li>replace it with the following<strong>:<br />
if ( $type_of_url !== &#8217;single&#8217; )</strong></li>
<li>Save the file and upload “link-template.php” in wp_includes folder.<br />
That’s it your done! :)</li>
</ol>
<p><a href="http://www.amazon.com/gp/product/0470149469?ie=UTF8&#038;tag=blogge-20&#038;linkCode=as2&#038;camp=1789&#038;creative=9325&#038;creativeASIN=0470149469"><img border="0" align="left" src="/images/wordpress_for_dummies.jpg" /></a>This book &#8220;Wordpress for Dummies&#8221; provides you with everything you need to get up and running with WordPress. The book covers blogging basics, choosing a hosting solution or setting up a host, developing blog content, syndicating blog posts with RSS, launching a specialized blog (including podcasting, photoblogging, mobile blogging, and videoblogging), and even earning revenue.<br />
It Includes help on every aspect of installing and using WordPress, illustrations from real-world WordPress blogs, step-by-step tutorials on key topics, and insights from bloggers who have used WordPress</p>
]]></content:encoded>
			<wfw:commentRss>http://bloggerholic.com/wordpress/how-to-add-trailing-slash-to-a-category-144.htm/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Video: How to use Google Analytics to improve your sites performance?</title>
		<link>http://bloggerholic.com/blogging-tools-and-services/how-to-use-google-analytics-to-improve-your-sites-performance-143.htm</link>
		<comments>http://bloggerholic.com/blogging-tools-and-services/how-to-use-google-analytics-to-improve-your-sites-performance-143.htm#comments</comments>
		<pubDate>Sun, 16 Nov 2008 02:49:13 +0000</pubDate>
		<dc:creator>Farida</dc:creator>
		
		<category><![CDATA[Blogging Tools and Services]]></category>
<category>Blog Traffic</category><category>blogging</category><category>Blogging Tools and Services</category><category>google analytics</category><category>improve your sites performance</category><category>Wordpress</category>
	<!-- AutoMeta Start -->
	<category>Google</category>
	<category>Analytics</category>
	<category>improve</category>
	<category>your</category>
	<category>sites</category>
	<category>performance</category>
	<category>blogging</category>
	<category>wordpress</category>
	<category>blog</category>
	<category>traffic</category>
	<!-- AutoMeta End -->
	
		<guid isPermaLink="false">http://bloggerholic.com/blogging-tools-and-services/how-to-use-google-analytics-to-improve-your-sites-performance-143.htm</guid>
		<description><![CDATA[This video provides a brief overview of how to use the Google Analytics. It is one of the best tools used by many people to monitor blog traffic and improve results online. Best part is it&#8217;s free of charge!
I use it on a daily basic to monitor how my sites are doing. You can get [...]]]></description>
			<content:encoded><![CDATA[<p>This video provides a brief overview of how to use the <strong>Google Analytics</strong>. It is one of the best tools used by many people to monitor blog traffic and improve results online. Best part is it&#8217;s free of charge!</p>
<p>I use it on a daily basic to monitor how my sites are doing. You can get so much information about your site&#8217;s traffic using Google Analytics such as finding out where your visitors are coming from, what content they are seeing and what is most popular, how long they stay on the site and how many pages are viewed. The information made available to me through Google Analytics enables me to write key articles that I know people want to read about by just looking at what keyword searches are being used in search engines like Google.</p>
<p>Here is a small summary of what&#8217;s available. More can be seen in the video at the end.</p>
<p><strong>Dashboard</strong><br />
The dashboard is the home page for your results. It shows how many visits you’ve had over a certain period. It also provides the site usage information which basically tells you the total number of visits, page views, average time spent on the site, bounce rate and how many new visits to your site.</p>
<p><strong>Visitor’s overview</strong><br />
This section tells you the total number of people that visited your site in a certain period. You can change this period using the calendar tool provided. It also shows you how many absolute unique visits you&#8217;ve had which basically means all those that don&#8217;t include your own. The time spent on the site is given which is also very important information. If none of your visitors spend more than 10 seconds on your site, then something is wrong. You can use this sum to try and improve the performance of your site. Think of ways you could increase the average time spent on your blog.<br />
 <br />
<strong>Traffic Sources</strong><br />
This piece of information is vital. It tells you where all your traffic comes from and what the top traffic sources are. Also the keywords that people use to find your site.</p>
<p><strong>Content</strong><br />
Again this is also great information to find out what the top content is on your site that gets read.</p>
<p>It&#8217;s very easy to set up Google Analytics, all you need to do is signup and insert the code Google Analytics generates for your blog into your file and upload.</p>
<p><object class="embed" width="425" height="350" type="application/x-shockwave-flash" data="http://www.youtube.com/v/3KK7i084W2w"><param name="movie" value="http://www.youtube.com/v/3KK7i084W2w" /><em>You need to a flashplayer enabled browser to view this YouTube video</em></object></p>
]]></content:encoded>
			<wfw:commentRss>http://bloggerholic.com/blogging-tools-and-services/how-to-use-google-analytics-to-improve-your-sites-performance-143.htm/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How to create a static front page</title>
		<link>http://bloggerholic.com/wordpress/how-to-create-a-static-front-page-142.htm</link>
		<comments>http://bloggerholic.com/wordpress/how-to-create-a-static-front-page-142.htm#comments</comments>
		<pubDate>Wed, 08 Oct 2008 11:07:31 +0000</pubDate>
		<dc:creator>Farida</dc:creator>
		
		<category><![CDATA[Wordpress]]></category>
<category>Wordpress</category>
	<!-- AutoMeta Start -->
	<category>wordpress</category>
	<category>static</category>
	<category>frontpage</category>
	<category>homepage</category>
	<!-- AutoMeta End -->
	
		<guid isPermaLink="false">http://bloggerholic.com/wordpress/how-to-create-a-static-front-page-142.htm</guid>
		<description><![CDATA[With the release of WordPress Version 2.1, the option to set your own front page can be achieved via your Administration &#62; Settings &#62; Reading panel. Simply follow the steps below:
1. Login to WordPress Admin
2. Go to the Write &#62; Write Page panel
3. Create the page content for your front page, and then publish the [...]]]></description>
			<content:encoded><![CDATA[<p>With the release of WordPress Version 2.1, the option to set your own front page can be achieved via your Administration &gt; Settings &gt; Reading panel. Simply follow the steps below:</p>
<p>1. Login to WordPress Admin</p>
<p>2. Go to the <strong>Write</strong> &gt; <strong>Write Page</strong> panel</p>
<p>3. Create the page content for your front page, and then publish the page.</p>
<p>4. Go to the <strong>Settings</strong> &gt; <strong>Reading</strong> panel</p>
<p>5. Click the option for &#8220;Front Page Displays a <strong>Static Page</strong>&#8220;.</p>
<p>6. Select the page you created in step 3 from the drop down list.</p>
<p>&#8212;&#8212;&#8211;<br />
<strong>Optional</strong>: If you want an additional page to display the &#8220;usual&#8221; list of blog posts.</p>
<p>Step 1 - Create the page that will have the blog posts. You can simply give the page a title and leave the rest blank.<br />
Step 2 - Select *that* page in the <strong>Settings</strong> &gt; <strong>Reading</strong> panel as the &#8220;posts page&#8221;</p>
<p>You can link to that from your home page or your navigation bar.</p>
]]></content:encoded>
			<wfw:commentRss>http://bloggerholic.com/wordpress/how-to-create-a-static-front-page-142.htm/feed/</wfw:commentRss>
		</item>
		<item>
		<title>free blog template</title>
		<link>http://bloggerholic.com/blogging-tools-and-services/free-blog-template-141.htm</link>
		<comments>http://bloggerholic.com/blogging-tools-and-services/free-blog-template-141.htm#comments</comments>
		<pubDate>Tue, 02 Oct 2007 10:25:10 +0000</pubDate>
		<dc:creator>Farida</dc:creator>
		
		<category><![CDATA[Blogging Tools and Services]]></category>
<category>b2evolution</category><category>blogger</category><category>Blogging Tools and Services</category><category>free blog template</category><category>free blog templates</category><category>Nucleus</category><category>pMachine Free</category><category>Wordpress</category>
	<!-- AutoMeta Start -->
	<category>blogging tools and services</category>
	<category>free</category>
	<category>blog</category>
	<category>template</category>
	<category>free</category>
	<category>blog</category>
	<category>templates</category>
	<category>wordpress</category>
	<category>blogger</category>
	<category>b2evolution</category>
	<category>Nucleus</category>
	<category>pMachine</category>
	<!-- AutoMeta End -->
	
		<guid isPermaLink="false">http://bloggerholic.com/blogging-tools-and-services/free-blog-template-141.htm</guid>
		<description><![CDATA[Here is a list of FREE Blog Templates
WordPress
Short description: WordPress is a Blog tool and Weblog platform. You canyou’re your own wordpress account in seconds or install it on your own domain. Wordpress is easy to use and custmoise and one which I definelt recommend. Thers are hundreds of themes to choose from and plugin [...]]]></description>
			<content:encoded><![CDATA[<p>Here is a list of FREE Blog Templates</p>
<h1>WordPress</h1>
<p><strong><em>Short description</em></strong>: WordPress is a Blog tool and Weblog platform. You canyou’re your own wordpress account in seconds or install it on your own domain. Wordpress is easy to use and custmoise and one which I definelt recommend. Thers are hundreds of themes to choose from and plugin that make creating a professional blog so easy. Some of the features include password protected posts, importing, typographical niceties, multiple authors, bookmarklets, permalinks.<br />
Homepage: <a href="http://wordpress.org/">http://wordpress.org/</a></p>
<h1>Blogger</h1>
<p><strong><em>Short description</em></strong>: Blogger is easy-to-use web site, where you can quickly post thoughts; interact with people, and more.<br />
Homepage: <a href="https://www.blogger.com/">https://www.blogger.com/</a></p>
<h1>b2evolution</h1>
<p><strong><em>Short description</em></strong>: A blog script featuring multiple blogs, categories/sub-categories, skins, search function, multiple languages, search engines friendly URLs.<br />
Homepage: <a href="http://b2evolution.net/">http://b2evolution.net/</a></p>
<h1>Nucleus</h1>
<p><em><strong>Short description</strong></em>: A powerful blog script featuring multiple blogs, multiple authors, drafts and future posts, bookmarklets.<br />
Homepage: <a href="http://nucleuscms.org/">http://nucleuscms.org/</a></p>
<h1>pMachine Free</h1>
<p><em><strong>Short description</strong></em>: This is a features limited version of pMachinePro.<br />
Homepage: <a href="http://www.pmachine.com/">http://www.pmachine.com/</a></p>
<p>If you use any other blogging platform and would like to see it listed here then please leave me a comment and I will add it to the list.</p>
]]></content:encoded>
			<wfw:commentRss>http://bloggerholic.com/blogging-tools-and-services/free-blog-template-141.htm/feed/</wfw:commentRss>
		</item>
		<item>
		<title>VoIP requirements list</title>
		<link>http://bloggerholic.com/voip/voip-requirements-list-140.htm</link>
		<comments>http://bloggerholic.com/voip/voip-requirements-list-140.htm#comments</comments>
		<pubDate>Tue, 02 Oct 2007 09:49:48 +0000</pubDate>
		<dc:creator>Farida</dc:creator>
		
		<category><![CDATA[VoIP]]></category>
<category>VoIP</category><category>VoIP requirements list</category>
	<!-- AutoMeta Start -->
	<category>VoIP</category>
	<category>requirements</category>
	<category>list</category>
	<category>VoIP</category>
	<!-- AutoMeta End -->
	
		<guid isPermaLink="false">http://bloggerholic.com/voip/voip-requirements-list-140.htm</guid>
		<description><![CDATA[What is VoIP - VoIP is the technology which allows you to make calls over your exciting internet connection read more 
In order to use VoIP and make calls all around the world from a computer to a phone, this is the VoIP requirements list:
VoIP requirements list for PC to Phone:

A computer
An account with a [...]]]></description>
			<content:encoded><![CDATA[<p>What is VoIP - VoIP is the technology which allows you to make calls over your exciting internet connection <a target="_blank" href="http://bloggerholic.com/voip/voip-61.htm" title="VoIP requirements list">read more </a></p>
<p>In order to use VoIP and make calls all around the world from a computer to a phone, this is the VoIP requirements list:</p>
<p><strong>VoIP requirements list for PC to Phone</strong>:</p>
<ul>
<li>A computer</li>
<li>An account with a VoIP provider click here for a list of <a target="_blank" href="http://bloggerholic.com/voip/top-5-voip-providers-67.htm" title="top 5 VoIP providers">top 5 VoIP providers</a></li>
<li>One of the following: headset microphone, speakers and a microphone, internet phone, a VoIP router or an ATA with a standard phone</li>
<li>A broadband connection</li>
<li>ADSL modem</li>
</ul>
<p> </p>
]]></content:encoded>
			<wfw:commentRss>http://bloggerholic.com/voip/voip-requirements-list-140.htm/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How to use FileZilla in 7 Easy Steps</title>
		<link>http://bloggerholic.com/wordpress/how-to-use-filezilla-in-7-easy-steps-139.htm</link>
		<comments>http://bloggerholic.com/wordpress/how-to-use-filezilla-in-7-easy-steps-139.htm#comments</comments>
		<pubDate>Fri, 28 Sep 2007 16:23:00 +0000</pubDate>
		<dc:creator>Farida</dc:creator>
		
		<category><![CDATA[Wordpress]]></category>

		<category><![CDATA[Blogging Tools and Services]]></category>
<category>Blogging Tools and Services</category><category>filezilla</category><category>filezilla tutorial</category><category>How To Download Install Configure FileZilla</category><category>How to upload Wordpress plugins and templates with Filezilla</category><category>How to use FileZilla in 7 Easy Steps</category><category>Wordpress</category>
	<!-- AutoMeta Start -->
	<category>filezilla</category>
	<category>How</category>
	<category>to</category>
	<category>use</category>
	<category>FileZilla</category>
	<category>in</category>
	<category>7</category>
	<category>Easy</category>
	<category>Steps</category>
	<category>filezilla</category>
	<category>tutorial</category>
	<category>how</category>
	<category>to</category>
	<category>upload</category>
	<category>Wordpress</category>
	<category>plugins</category>
	<category>and</category>
	<category>templates</category>
	<category>with</category>
	<category>Filezilla</category>
	<category>how</category>
	<category>to</category>
	<category>download</category>
	<category>install</category>
	<category>configure</category>
	<category>filezilla</category>
	<category>wordpress</category>
	<!-- AutoMeta End -->
	
		<guid isPermaLink="false">http://bloggerholic.com/wordpress/how-to-use-filezilla-in-7-easy-steps-139.htm</guid>
		<description><![CDATA[FileZilla is a fast and reliable FTP client which can be used to transfer your site files to your website.
Click here to download it now.

Double click on your FileZilla icon  from your desktop. Once you have done so, you should see the following:

Complete the following boxes (below the header at the top of the screen):Address [...]]]></description>
			<content:encoded><![CDATA[<p>FileZilla is a fast and reliable FTP client which can be used to transfer your site files to your website.</p>
<p>Click <a target="_blank" href="http://filezilla-project.org/" title="Filezilla">here</a> to download it now.</p>
<ol>
<li>Double click on your FileZilla icon <img align="absMiddle" src="/images/filezilla_icon.jpg" alt="filezilla icon" title="filezilla icon" /> from your desktop. Once you have done so, you should see the following:<br />
<img width="455" src="/images/filezilla_window.jpg" alt="filezilla window" height="300" style="width: 455px; height: 300px" title="filezilla window" /></li>
<li>Complete the following <a href="http://www.uline.com/cls_04/Boxes-Corrugated">boxes</a> (<em>below the header at the top of the screen</em>):<img width="455" src="/images/fillezilla_ftp.jpg" alt="fillezilla ftp" height="300" style="width: 455px; height: 300px" title="fillezilla ftp" /><strong><u>Address</u></strong> - The URL of your blog/website (<em>don&#8217;t include http:// at the beginning</em>)<br />
<strong><u>User</u></strong> - your ftp username<br />
<strong><u>Password</u></strong> - your ftp password<br />
<strong><u>Port</u></strong> - Leave Blank or enter 21 (<em>it should by default enter this automatically</em>)</li>
<li>Click Quickconnect! <img align="absMiddle" width="78" src="/images/filezilla_quickconnect.jpg" alt="filezilla quickconnect" height="19" style="width: 78px; height: 19px" title="filezilla quickconnect" />You are now connected to your ftp account.<strong><br />
</strong></li>
<li>Double click on the <strong>WWW</strong> directory folder located on the right hand side so that the directory is opened. If you have a registered domain on your account then the &#8220;index.html&#8221; file should be within your &#8220;www/yourdomain.com/&#8221; directory.  &#8220;index.html&#8221; will be the main page of your site.<br />
If you use <strong>Wordpress </strong>and have a registered domain on your account then the Wordpress files can be accessed using the following path <strong><em>/www/wp-content/themes/ and select your theme folder</em></strong>. You will find all the php, css and image files for your Wordpress site in there. For more help you can watch a demo &#8220;<a target="_blank" href="http://bloggerholic.com/wordpress/how-to-upload-wordpress-plugins-and-templates-with-filezilla-137.htm" title="how to upload Wordpress plugins and templates with Filezilla">how to upload Wordpress plugins and templates with Filezilla</a>&#8220;.<img width="455" src="/images/filezilla_www_folder.jpg" alt="filezilla www folder" height="300" style="width: 455px; height: 300px" title="filezilla www folder" /></li>
<li>From the left hand side of the FileZilla program, you will need to search for your files on your computer in which you would like to upload to your site under &#8220;<strong>Local Site</strong>&#8220;.</li>
<li>Highlight all of the files you wish to upload and then DRAG them over to an open area on the right hand side of the FileZilla program so that you will upload the files into an area inside your <strong>WWW</strong> directory.  <strong>PLEASE NOTE</strong>: If you are using <strong>Wordpress</strong> then you will need to upload these files into <strong><em>www/wp-content/themes/your theme folder</em></strong>.</li>
<li>Your files will upload instantly onto your site. A message will appear at the top above the local site to let you know if the upload was successful.</li>
<li>That&#8217;s all there is to it - EASY!If you have any questions about FileZilla or need further help, please leave a comment at the end of this post and I will respond.</li>
</ol>
<p><strong>Filezilla</strong>: Watch a <a target="_blank" href="http://bloggerholic.com/blogging-tools-and-services/how-to-download-install-and-configure-filezilla-demo-138.htm" title="download, install and configure Filezilla">demo</a> to help you download, install and configure Filezilla</p>
]]></content:encoded>
			<wfw:commentRss>http://bloggerholic.com/wordpress/how-to-use-filezilla-in-7-easy-steps-139.htm/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How To Download, Install and Configure FileZilla: Demo</title>
		<link>http://bloggerholic.com/blogging-tools-and-services/how-to-download-install-and-configure-filezilla-demo-138.htm</link>
		<comments>http://bloggerholic.com/blogging-tools-and-services/how-to-download-install-and-configure-filezilla-demo-138.htm#comments</comments>
		<pubDate>Fri, 28 Sep 2007 15:59:12 +0000</pubDate>
		<dc:creator>Farida</dc:creator>
		
		<category><![CDATA[Blogging Tools and Services]]></category>
<category>Blogging Tools and Services</category><category>filezilla</category><category>filezilla demo</category><category>How To Download Install Configure FileZilla</category><category>how to use filezilla</category>
	<!-- AutoMeta Start -->
	<category>Filezilla</category>
	<category>how</category>
	<category>to</category>
	<category>use</category>
	<category>filezilla</category>
	<category>How</category>
	<category>To</category>
	<category>Download</category>
	<category>Install</category>
	<category>Configure</category>
	<category>FileZilla</category>
	<category>filezilla</category>
	<category>demo</category>
	<!-- AutoMeta End -->
	
		<guid isPermaLink="false">http://bloggerholic.com/blogging-tools-and-services/how-to-download-install-and-configure-filezilla-demo-138.htm</guid>
		<description><![CDATA[Learn how to download, install and configure FileZilla, so you can create an FTP connection to your website, in this video demonstration
You need to a flashplayer enabled browser to view this YouTube video
 
]]></description>
			<content:encoded><![CDATA[<p>Learn how to download, install and configure FileZilla, so you can create an FTP connection to your website, in this video demonstration</p>
<p><object class="embed" width="425" height="350" type="application/x-shockwave-flash" data="http://www.youtube.com/v/VGToqr5_IsQ"><param name="movie" value="http://www.youtube.com/v/VGToqr5_IsQ" /><em>You need to a flashplayer enabled browser to view this YouTube video</em></object><br />
 </p>
]]></content:encoded>
			<wfw:commentRss>http://bloggerholic.com/blogging-tools-and-services/how-to-download-install-and-configure-filezilla-demo-138.htm/feed/</wfw:commentRss>
		</item>
		<item>
		<title>FileZilla Video: How to upload Wordpress plugins and templates with Filezilla</title>
		<link>http://bloggerholic.com/wordpress/how-to-upload-wordpress-plugins-and-templates-with-filezilla-137.htm</link>
		<comments>http://bloggerholic.com/wordpress/how-to-upload-wordpress-plugins-and-templates-with-filezilla-137.htm#comments</comments>
		<pubDate>Fri, 28 Sep 2007 15:48:59 +0000</pubDate>
		<dc:creator>Farida</dc:creator>
		
		<category><![CDATA[Wordpress]]></category>

		<category><![CDATA[Blogging Tools and Services]]></category>
<category>Blogging Tools and Services</category><category>filezilla</category><category>How to upload Wordpress plugins and templates with Filezilla</category><category>how to use filezilla</category><category>Wordpress</category>
	<!-- AutoMeta Start -->
	<category>Filezilla</category>
	<category>how</category>
	<category>to</category>
	<category>use</category>
	<category>filezilla</category>
	<category>How</category>
	<category>to</category>
	<category>upload</category>
	<category>Wordpress</category>
	<category>plugins</category>
	<category>and</category>
	<category>templates</category>
	<category>with</category>
	<category>Filezilla</category>
	<category>wordpress</category>
	<!-- AutoMeta End -->
	
		<guid isPermaLink="false">http://bloggerholic.com/wordpress/how-to-upload-wordpress-plugins-and-templates-with-filezilla-137.htm</guid>
		<description><![CDATA[This video will show you how you can use FileZilla as an FTP client to upload plugins and templates to a WordPress installation.
You need to a flashplayer enabled browser to view this YouTube video
For more help or information please leave comment.
]]></description>
			<content:encoded><![CDATA[<p>This video will show you how you can use FileZilla as an FTP client to upload plugins and templates to a WordPress installation.</p>
<p><object class="embed" width="425" height="350" type="application/x-shockwave-flash" data="http://www.youtube.com/v/tjAXmtkoe_s"><param name="movie" value="http://www.youtube.com/v/tjAXmtkoe_s" /><em>You need to a flashplayer enabled browser to view this YouTube video</em></object></p>
<p>For more help or information please leave comment.</p>
]]></content:encoded>
			<wfw:commentRss>http://bloggerholic.com/wordpress/how-to-upload-wordpress-plugins-and-templates-with-filezilla-137.htm/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How to insert Meta tags on your posts for better search engine visibility</title>
		<link>http://bloggerholic.com/wordpress/insert-meta-tags-136.htm</link>
		<comments>http://bloggerholic.com/wordpress/insert-meta-tags-136.htm#comments</comments>
		<pubDate>Thu, 27 Sep 2007 15:32:03 +0000</pubDate>
		<dc:creator>Farida</dc:creator>
		
		<category><![CDATA[Wordpress]]></category>

		<category><![CDATA[Search Engine Optimization]]></category>
<category>autometa</category><category>How to insert Meta tags on your posts</category><category>Meta Tags</category><category>Search Engine Optimization</category><category>SEO</category><category>Wordpress</category>
	<!-- AutoMeta Start -->
	<category>search engine optimization</category>
	<category>wordpress</category>
	<category>How</category>
	<category>to</category>
	<category>insert</category>
	<category>Meta</category>
	<category>tags</category>
	<category>on</category>
	<category>your</category>
	<category>posts</category>
	<category>seo meta</category>
	<category>tags</category>
	<category>autometa</category>
	<!-- AutoMeta End -->
	
		<guid isPermaLink="false">http://bloggerholic.com/wordpress/insert-meta-tags-136.htm</guid>
		<description><![CDATA[META tags describe the content and keywords that illustrate your blog or web content. It contains important information for search robots to use in adding your blog posts to their search indexes. Several search engines use the information within these tags as part of their algorithms.
You can download a Wordpress plugin that will automatically generate [...]]]></description>
			<content:encoded><![CDATA[<p>META tags describe the content and keywords that illustrate your blog or web content. It contains important information for search robots to use in adding your blog posts to their search indexes. Several search engines use the information within these tags as part of their algorithms.</p>
<p>You can download a Wordpress plugin that will automatically generate and publish Technorati Tags and HTML Meta Keywords based on the full content of your post.<br />
Once generated, tags can be manually edited to ensure the tags are relevant to the content. Manually editing your tags is recommended because if you have written a post about Ipods and have not mentioned a term, such as &#8220;Apple&#8221; then it will not appear as a tag, so there’s an audience group that you’re possibly missing.<br />
The plugin is called AutoMeta and it can be downloaded <a target="_blank" href="http://boakes.org/autometa/" title="AutoMeta">here </a></p>
]]></content:encoded>
			<wfw:commentRss>http://bloggerholic.com/wordpress/insert-meta-tags-136.htm/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Top 22 WIDGET READY wordpress themes</title>
		<link>http://bloggerholic.com/wordpress/top-22-widget-ready-wordpress-themes-135.htm</link>
		<comments>http://bloggerholic.com/wordpress/top-22-widget-ready-wordpress-themes-135.htm#comments</comments>
		<pubDate>Wed, 26 Sep 2007 16:31:30 +0000</pubDate>
		<dc:creator>Farida</dc:creator>
		
		<category><![CDATA[Wordpress]]></category>
<category>1024PX</category><category>Andreas04</category><category>big blue</category><category>Black Minimailsm</category><category>Cordobo Green Park</category><category>Cutline 3 Column Split</category><category>Dfire</category><category>Fallseason</category><category>freshy</category><category>Glued Ideas Subtle</category><category>light</category><category>Mandigo</category><category>Orange Crush</category><category>pop blue</category><category>Rounded V2 Blue Edition</category><category>Silver Lexus</category><category>talian</category><category>tiga</category><category>Top 22 widget ready wordpress themes</category><category>Vistererd Little</category><category>waterlily</category><category>Wordpress</category><category>wordpress themes</category><category>WP Andreas</category><category>Wucoco Three Column</category>
	<!-- AutoMeta Start -->
	<category>Top</category>
	<category>22</category>
	<category>widget</category>
	<category>ready</category>
	<category>wordpress</category>
	<category>themes</category>
	<category>wordpress</category>
	<category>themes</category>
	<category>Silver</category>
	<category>Lexus</category>
	<category>Vistererd</category>
	<category>Little</category>
	<category></category>
	<category>WP Andreas</category>
	<category>Cordobo</category>
	<category>Green</category>
	<category>Park</category>
	<category>Mandigo</category>
	<category>Cutline</category>
	<category>3 Column</category>
	<category>Split</category>
	<category>tiga</category>
	<category>Andreas04</category>
	<category>light</category>
	<category>Dfire</category>
	<category>Orange</category>
	<category>Crush</category>
	<category>Black</category>
	<category>Minimailsm</category>
	<category>Glued</category>
	<category>Ideas</category>
	<category>Subtle</category>
	<category>waterlily</category>
	<category>Wucoco</category>
	<category>Three</category>
	<category>Column</category>
	<category>Rounded</category>
	<category>V2</category>
	<category>Blue</category>
	<category>Edition</category>
	<category>1024PX</category>
	<category>Fallseason</category>
	<category>big</category>
	<category>blue</category>
	<category>talian</category>
	<category>pop</category>
	<category>blue</category>
	<category>freshy</category>
	<!-- AutoMeta End -->
	
		<guid isPermaLink="false">http://bloggerholic.com/wordpress/top-22-widget-ready-wordpress-themes-135.htm</guid>
		<description><![CDATA[Here is a list of the top 22 widget ready wordpress themes for you to choose and download. My favourite is the Silver Lexus downloaded 11,945 times. It&#8217;s Classy and Subtle, just like the car! 3 column widget ready liquid layout design. XHTML 1.0 Strict and optimised for Search Engines. Which is your favourie and why? [...]]]></description>
			<content:encoded><![CDATA[<p>Here is a list of the <strong>top 22 widget ready wordpress themes </strong>for you to choose and download. My favourite is the Silver Lexus downloaded 11,945 times. It&#8217;s Classy and Subtle, just like the car! 3 column widget ready liquid layout design. XHTML 1.0 Strict and optimised for Search Engines. Which is your favourie and why? You can let us know in the comments section at the end of this page.</p>
<p>You will see a link included to each theme’s home page as well as a download link.</p>
<p>The screen shots you see have been taken from the screen grabs of blogs running the specific theme.</p>
<p>Feel free to leave comments and recommendation of any of these themes or any that you use that you would like to see added to the list.</p>
<ol>
<li><a target="_blank" href="http://themes.wordpress.net/columns/3-columns/1252/silver-lexus-08/" title="Silver Lexus">Silver Lexus</a> | <a target="_blank" href="http://themes.wordpress.net/download.php?theme=1252">Download</a></li>
<p><img width="400" src="/images/silver_lexus.jpg" alt="silver lexus" height="300" style="width: 400px; height: 300px" title="silver lexus" /><br />
<center><br />
<script type="text/javascript"><!--
google_ad_client = "pub-0099661358567612";
google_ad_width = 336;
google_ad_height = 280;
google_ad_format = "336x280_as";
google_ad_type = "text_image";
//2007-10-11: Bloggerholic_post
google_ad_channel = "4609484913";
google_color_border = "FFFFFF";
google_color_bg = "FFFFFF";
google_color_link = "660000";
google_color_text = "000000";
google_color_url = "FFFFFF";
//-->
</script>
<script type="text/javascript"
  src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
<p></center></p>
<li><a target="_blank" href="http://themes.wordpress.net/columns/1-column/701/vistered-little-1/" title="Vistererd Little">Vistererd Little</a> | <a target="_blank" href="http://themes.wordpress.net/download.php?theme=701">Download</a></li>
<p><img src="http://bloggerholic.com/images/Vistered%20Little.jpg" alt="Vistered Little" title="Vistered Little" /></p>
<li><a target="_blank" href="http://themes.wordpress.net/columns/3-columns/704/wp-andreas01-12/" title="WP-Andreas">WP-Andreas</a> | <a target="_blank" href="http://themes.wordpress.net/download.php?theme=704">Download</a></li>
<p><img width="400" src="/images/WP-Andreas01.jpg" alt="WP-Andreas01" height="300" style="width: 400px; height: 300px" title="WP-Andreas01" /></p>
<li><a target="_blank" href="http://themes.wordpress.net/columns/3-columns/871/cordobo-green-park-09-beta-09/" title="Cordobo Green Park">Cordobo Green Park</a> | <a target="_blank" href="http://themes.wordpress.net/download.php?theme=871">Download</a></li>
<p><img width="400" src="/images/cordobo_green_park.jpg" alt="cordobo green park" height="300" style="width: 400px; height: 300px" title="cordobo green park" /></p>
<li><a target="_blank" href="http://themes.wordpress.net/columns/2-columns/1378/mandigo-14/" title="Mandigo">Mandigo</a> | <a target="_blank" href="http://themes.wordpress.net/download.php?theme=1378">Download</a></li>
<p><img width="400" src="/images/mandigo.jpg" alt="mandigo" height="300" style="width: 400px; height: 300px" title="mandigo" /></p>
<li><a target="_blank" href="http://themes.wordpress.net/columns/3-columns/4415/cutline-3-column-split-11/" title="Cutline 3-Column Split">Cutline 3-Column Split</a> | <a target="_blank" href="http://themes.wordpress.net/download.php?theme=4415">Download</a></li>
<p><img width="400" src="/images/cutline3_column_split.jpg" alt="cutline 3-column split" height="300" style="width: 400px; height: 300px" title="cutline 3-column split" /></p>
<li><a target="_blank" href="http://themes.wordpress.net/columns/3-columns/66/tiga-06/" title="Tiga">Tiga</a> | <a target="_blank" href="http://themes.wordpress.net/download.php?theme=66">Download</a></li>
<p><img src="/images/tiga.jpg" alt="tiga" title="tiga" /></p>
<li><a target="_blank" href="http://themes.wordpress.net/columns/3-columns/97/andreas04-10/" title="Andreas04">Andreas04</a> | <a target="_blank" href="http://themes.wordpress.net/download.php?theme=97">Download</a></li>
<p><img src="/images/andreas04.jpg" alt="Andreas04" title="Andreas04" /></p>
<li><a target="_blank" href="http://themes.wordpress.net/columns/2-columns/481/light-10/" title="Light">Light</a> | <a target="_blank" href="http://themes.wordpress.net/download.php?theme=481">Download</a></li>
<p><img src="/images/light.jpg" alt="light" title="light" /></p>
<li><a target="_blank" href="http://themes.wordpress.net/columns/2-columns/511/dfire-10/" title="Dfire">DFire</a> | <a target="_blank" href="http://themes.wordpress.net/download.php?theme=511">Download</a></li>
<p><img src="/images/dfire.jpg" alt="dfire" title="dfire" /></p>
<li><a target="_blank" href="http://themes.wordpress.net/columns/2-columns/567/orange-crush-5242006/" title="Orange Crush">Orange Crush</a> | <a target="_blank" href="http://themes.wordpress.net/download.php?theme=567">Download</a></li>
<p><img width="400" src="/images/orange_crush.jpg" alt="orange crush" height="300" style="width: 400px; height: 300px" title="orange crush" /></p>
<li><a target="_blank" href="http://themes.wordpress.net/columns/1-column/694/black-minimalism-10/" title="Black Minimailsm">Black Minimailsm</a> | <a target="_blank" href="http://themes.wordpress.net/download.php?theme=694">Download</a></li>
<p><img width="400" src="/images/black_minimalism.jpg" alt="black minimalism" height="300" style="width: 400px; height: 300px" title="black minimalism" /></p>
<li><a target="_blank" href="http://themes.wordpress.net/columns/3-columns/747/glued-ideas-subtle-01/" title="Glued Ideas Subtle">Glued Ideas Subtle</a> | <a target="_blank" href="http://themes.wordpress.net/download.php?theme=747">Download</a></li>
<p><img width="400" src="/images/glued_ideas_subtle.jpg" alt="glued ideas subtle" height="300" style="width: 400px; height: 300px" title="glued ideas subtle" /></p>
<li><a target="_blank" href="http://themes.wordpress.net/columns/2-columns/750/waterlily-20/" title="Waterlily">Waterlily</a> | <a target="_blank" href="http://themes.wordpress.net/download.php?theme=750">Download</a></li>
<p><img width="400" src="/images/waterlily.jpg" alt="waterlily" height="300" style="width: 400px; height: 300px" title="waterlily" /></p>
<li><a target="_blank" href="http://themes.wordpress.net/columns/3-columns/791/wucoco-three-column-0100/" title="Wucoco">Wucoco Three Column</a> | <a target="_blank" href="http://themes.wordpress.net/download.php?theme=791">Download</a></li>
<p><img src="/images/wucoco_three_column.jpg" alt="wucoco" title="wucoco" /></p>
<li><a target="_blank" href="http://themes.wordpress.net/columns/2-columns/828/rounded-v2-blue-edition-10/" title="Rounded V2 Blue Edition">Rounded V2 Blue Edition</a> | <a target="_blank" href="http://themes.wordpress.net/download.php?theme=828">Download</a></li>
<p><img width="400" src="/images/roundedv2_blue_edition.jpg" alt="roundedv2 blue edition" height="300" style="width: 400px; height: 300px" title="roundedv2 blue edition" /></p>
<li><a target="_blank" href="http://themes.wordpress.net/columns/2-columns/840/1024px-10/" title="1024PX">1024PX</a> | <a target="_blank" href="http://themes.wordpress.net/download.php?theme=840">Download</a></li>
<p><img width="400" src="/images/1024px.jpg" alt="1024PX" height="300" style="width: 400px; height: 300px" title="1024PX" /></p>
<li><a target="_blank" href="http://themes.wordpress.net/columns/2-columns/1165/fallseason-10/" title="Fallseason">FallSeason</a> | <a target="_blank" href="http://themes.wordpress.net/download.php?theme=1165">Download</a></li>
<p><img width="400" src="/images/fallseason.jpg" alt="fallseason" height="300" style="width: 400px; height: 300px" title="fallseason" /></p>
<li><a target="_blank" href="http://themes.wordpress.net/columns/3-columns/4326/big-blue-01/" title="Big Blue">Big Blue</a> | <a target="_blank" href="http://themes.wordpress.net/download.php?theme=4326">Download</a></li>
<p><img src="/images/big_blue.jpg" alt="big blue" title="big blue" /></p>
<li><a target="_blank" href="http://themes.wordpress.net/columns/3-columns/4367/talian-10/" title="Talian">Talian</a> | <a target="_blank" href="http://themes.wordpress.net/download.php?theme=4367">Download</a></li>
<p><img width="400" src="/images/talian.jpg" alt="talian" height="300" style="width: 400px; height: 300px" title="talian" /></p>
<li><a target="_blank" href="http://themes.wordpress.net/columns/2-columns/4387/pop-blue/" title="Pop Blue">Pop Blue</a> | <a target="_blank" href="http://themes.wordpress.net/download.php?theme=4387">Download</a></li>
<p><img src="/images/popblue.jpg" alt="pop blue" title="pop blue" /></p>
<li><a target="_blank" href="http://themes.wordpress.net/columns/2-columns/512/freshy-10/" title="Freshy">Freshy</a> | <a target="_blank" href="http://themes.wordpress.net/download.php?theme=512">Download</a></li>
<p><img width="400" src="/images/freshy.jpg" alt="freshy" height="300" style="width: 400px; height: 300px" title="freshy" /></ol>
]]></content:encoded>
			<wfw:commentRss>http://bloggerholic.com/wordpress/top-22-widget-ready-wordpress-themes-135.htm/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>

