<?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>How To Blog &#187; Author</title>
	<atom:link href="http://bradtheblogboy.com/tag/author/feed/" rel="self" type="application/rss+xml" />
	<link>http://bradtheblogboy.com</link>
	<description>blogging 102</description>
	<lastBuildDate>Fri, 14 May 2010 06:03:26 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>RSS Mania &#8211; Part Two &#8211; Outline of How to Create an RSS Feed</title>
		<link>http://bradtheblogboy.com/readership/rss-mania-part-two-outline-of-how-to-create-an-rss-feed/?source=rss</link>
		<comments>http://bradtheblogboy.com/readership/rss-mania-part-two-outline-of-how-to-create-an-rss-feed/#comments</comments>
		<pubDate>Sat, 09 Jan 2010 19:53:17 +0000</pubDate>
		<dc:creator>Ted Gross</dc:creator>
				<category><![CDATA[Readership]]></category>
		<category><![CDATA[Author]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[XML]]></category>

		<guid isPermaLink="false">http://bradtheblogboy.com/readership/rss-mania-part-two-outline-of-how-to-create-an-rss-feed/</guid>
		<description><![CDATA[This is Part Two of a series of articles about RSS and how to create an RSS feeds. This article outlines the steps in the process that you will need to go through to create an RSS feed for the Internet.]]></description>
			<content:encoded><![CDATA[<p>Reading time: 4 &#8211; 6 minutes</p>
<p>Well so now you kind of like, are in love, or are obsessed with RSS. Those little orange buttons are all over and you want to put one up in your web site or Blog or on your wall. That is cool, and it will demand a bit of technical knowledge, some writing, some research and some frustration. So here are the major steps to publishing your RSS feed and giving all that information to the world at large, which I will discuss in depth with examples in this series of articles. Right now we will outline these steps.</p>
<p>1. <B>Sit back, STOP! &#038; Think.</B> (How is that for step one?)  <br /><UL><br />
 <LI>a. Do you have information that should or would go into an RSS file? Remember that the unwritten rules of RSS is that you must update the file with &#8220;new&#8221; and more &#8220;current&#8221; information if not hourly or daily, but at least on a fairly common basis. No one is going to want to keep your RSS in their reader if the information they see every day for the next month is exactly the same as the day before it.</LI><br />
 <LI>b.	Additionally, though some people do this, it really is NOT good practice to put long essays into an RSS feed. What you want is the first line or description of an object, idea or news. Hook the person so he clicks on the topic in his reader, reads the summary, clicks again and finds himself on your web page.</LI><br />
 <LI>c.	Do you have the time to do it? There are millions of Blogs out there that were started with the best of intentions. One entry, two entries, three entries. And then they die. Why? Because the author/owners simply had no clue about the dedication demanded and time needed to update their Blogs on a regular basis. They also had no idea just how difficult he competition was to get people to read those Blogs. The same is true with RSS. You start a feed to get readers, or to pass on information to the web. You need to understand this is going to take time and patience and work. This is not a one-time one-shot one-pie-in-the-sky deal.</LI><br />
</UL></p>
<p>2. <B>Your depth of Technical knowledge</B></p>
<p>You will need to become familiar with the following terms and understand them and perhaps learn some very simple things in how to program them. <br /><OL><br />
  <LI>RSS</LI><br />
  <LI>XML</LI><br />
  <LI>HTML</LI><br />
  <LI>CSS</LI><br />
  <LI>Atom</LI><br />
  <LI>RSS Readers</LI><br />
  <LI>RSS Parsers</LI><br />
  <LI>RSS Validation</LI><br />
</OL></p>
<p>3. <B>Now begins the Actual WORK!</B> <br /><UL><br />
<LI>a. Preparing the file &#8211; You will need a template RSS file (for the sake of these articles it will be called rss.xml though it can have any name you choose as long as it is in xml format.) Unless you are good enough to write one yourself this is critical.</LI><br />
<LI>b. Understanding the Template and what information goes where</LI><br />
<LI>c. Putting the information into the template &#8211; Each piece of information you have will go into specific [headers] and you must understand the RSS structure in the XML file to get that right.</LI><br />
<LI>d. Validating the Template &#8211; A crucial aspect. Unlike HTML, RSS is very, very, let me say this again, very unforgiving. It does not like deviations from the norm or from the basic format laid down. Getting it right can be the most trying and frustrating part of the process.</LI><br />
</UL></p>
<p>4. Okay now you wrote the RSS file, your XML file is ready and validated. <B>Now what?</B> Guess you think you are done. Think again. <br /><UL><br />
<LI>a. You will have to place the rss.xml file on your web site or somewhere on the web where people can get to it. </LI><br />
<LI>b. Now you can steal, get, copy, make &#8211; whatever you choose &#8211; your own little XML/RSS or RSS &#8211; Valid  button.</LI><br />
<LI>c. Hyperlink your file to the RSS</LI><br />
<LI>d. Submit your file under the correct category to RSS directories.</LI><br />
</UL></p>
<p>5. <B>How many people will pick up your RSS?</B> I will discuss this as well in a later article, but surprisingly, the answer here is still very vague. There are some ways of tracing the numbers, but none are foolproof, and most are very convoluted.</p>
<p>6. <B>Go and get a good night&#8217;s sleep cause tomorrow you are going to have to start the process of adding information to your RSS (or changing it) all over again!</B></p>
<p>(This is a continuation from my first article on RSS &#8211; &#8220;RSS Mania Addiction &#8211; An Introduction to RSS and the Terminology&#8221;)</p>
<p>Author: <a href="http://EzineArticles.com/?expert=Ted_Gross">Ted Gross</a><br />Article Source: <a href="http://ezinearticles.com/?RSS-Mania---Part-Two---Outline-of-How-to-Create-an-RSS-Feed&#038;id=109461">EzineArticles.com</a><br/>Provided by: <a href="http://beadingnecklace.com/">Beading Necklace</a></p>
]]></content:encoded>
			<wfw:commentRss>http://bradtheblogboy.com/readership/rss-mania-part-two-outline-of-how-to-create-an-rss-feed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A Peep into the RSS Terminology</title>
		<link>http://bradtheblogboy.com/readership/a-peep-into-the-rss-terminology/?source=rss</link>
		<comments>http://bradtheblogboy.com/readership/a-peep-into-the-rss-terminology/#comments</comments>
		<pubDate>Wed, 06 Jan 2010 13:06:21 +0000</pubDate>
		<dc:creator>Dirk Wagner</dc:creator>
				<category><![CDATA[Readership]]></category>
		<category><![CDATA[aggregation Web services]]></category>
		<category><![CDATA[aggregator web]]></category>
		<category><![CDATA[Author]]></category>
		<category><![CDATA[blog software]]></category>
		<category><![CDATA[CNN]]></category>
		<category><![CDATA[desktop applications]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[New York Times]]></category>
		<category><![CDATA[online retailers]]></category>
		<category><![CDATA[RDF]]></category>
		<category><![CDATA[Web browsers]]></category>
		<category><![CDATA[XML]]></category>

		<guid isPermaLink="false">http://bradtheblogboy.com/readership/a-peep-into-the-rss-terminology/</guid>
		<description><![CDATA[RSS stands for either Really Simple Syndication or Rich Site Summary. RSS files (which are also called RSS feeds or channels) simply contain a list of items. Usually, each item contains a title, summary, and a link to a URL. RSS files look a lot like HTML code. It is up to the user to use this information in any way that he wants.]]></description>
			<content:encoded><![CDATA[<p>Reading time: 4 &#8211; 6 minutes</p>
<p>RSS content is delivered through RSS feeds. These are simple files structured in a specific way. [A type of xml]</p>
<p>RSS stands for either Really Simple Syndication or Rich Site Summary. RSS files (which are also called RSS feeds or channels) simply contain a list of items. Usually, each item contains a title, summary, and a link to a URL. RSS files look a lot like HTML code. It is up to the user to use this information in any way that he wants.</p>
<p>You should provide an RSS feed if you want to distribute your information to a vast and fast-growing community of users, who are more interested in knowing about your topic. In general, people who write articles or publish newsletters benefit the most. Most blog software allows you to offer RSS feed of the blog posts. You can also offer your press releases through an RSS feed.</p>
<p>In general, anything that you publish frequently can be offered as an RSS feed. For example in the share market, the prices of the shares are always fluctuating. People holding shares or those who are interested in that business would like to stay updated about the price of their shares. When RSS feeds are created for such fields it will be of very great use undoubtedly.</p>
<p>Soon, you will find online retailers and other catalog companies also offering RSS feeds of their product range.</p>
<p>There are 2 main components of a RSS feed.</p>
<p>* Channel: A channel is the total collection of items you wish to highlight in your site. There is exactly one channel per RSS file.</p>
<p>* Item: Item is a single thing you wish to highlight from your site. There is at least one, but no more than 15 items per channel. But it is better to limit to 6 items per channel.</p>
<p>* RDF: RDF is the mother specification of RSS.</p>
<p>Example &#8211; You may create a RSS feed about all articles on your web site. That is, articles covering different topics in one RSS feed.</p>
<p>Then the channel will contain information about the feed (&#8220;Read articles on various subjects&#8221;), the location (web site address or URL) and a short description of the content you have written about.</p>
<p>There will be multiple items in the RSS Feed. Each item will have information about one article (the title, author, category, short description and the URL where the article may be found).</p>
<p>The user may see the index in a suitable viewer called RSS aggregator or reader, display the contents on a web page, or use it in any other way he thinks fit.</p>
<p>An aggregator, as the name suggests, is a piece of software that collects content from many websites that publish new content regularly (CNN, New York Times, Wired, etc.) provide a list of headlines of the latest content. In addition to displaying these headlines on their own websites, it is very common for publishers to make them available for syndication, so that other websites or applications can also include their headlines. When a website has an RSS feed, it is said to be &#8220;syndicated&#8221;.</p>
<p>The RSS aggregators come in many different forms and flavors. The most popular are desktop applications and RSS aggregation Web services.</p>
<p>* In the case of desktop RSS aggregators, end-users have to download them to their computers and install them there. </p>
<p>* In RSS aggregation Web services, on the other hand, the users can create their own accounts and then use those websites to view RSS content directly from their Web browsers.</p>
<p>After installing an RSS aggregator or registering at a web-based RSS aggregator web Service, the user needs to proactively add the link to your RSS feed in to the Aggregator to view your content.</p>
<p>When any new content item is modified or updated in the RSS feed, the user is notified of that through his RSS aggregator. The content is also immediately available to him, without having to face any SPAM filters and other obstacles on the way.</p>
<p>RSS being essentially a pull-content delivery channel, that is, in order to receive content via RSS the end-users need to subscribe to the RSS feeds they desire. Content cannot be delivered to people who have not granted permission to be contacted by you. At the same time, the other side of the coin is also true! The user who had given permission once can revoke it instantly, taking away your capability of communicating to them.</p>
<p>This fact makes the marketers and publishers more alert and force them to send only relevant information to their subscribers. Therefore, the chance of the user stopping the subscription suddenly is very remote. He is assured of receiving only information that is of use and interest to him. This is why exactly RSS is very powerful.</p>
<p>Author: <a href="http://EzineArticles.com/?expert=Dirk_Wagner">Dirk Wagner</a><br />Article Source: <a href="http://ezinearticles.com/?A-Peep-into-the-RSS-Terminology&amp;id=106355">EzineArticles.com</a><br />Provided by: <a href="http://betterdollar.com/duty-tax/duty/">Canada duty rates</a></p>
]]></content:encoded>
			<wfw:commentRss>http://bradtheblogboy.com/readership/a-peep-into-the-rss-terminology/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Top 6 Strategies to Put Your RSS Feed Promotion On Steroids</title>
		<link>http://bradtheblogboy.com/readership/top-6-strategies-to-put-your-rss-feed-promotion-on-steroids/?source=rss</link>
		<comments>http://bradtheblogboy.com/readership/top-6-strategies-to-put-your-rss-feed-promotion-on-steroids/#comments</comments>
		<pubDate>Tue, 05 Jan 2010 12:12:51 +0000</pubDate>
		<dc:creator>Mustafa K</dc:creator>
				<category><![CDATA[Readership]]></category>
		<category><![CDATA[Author]]></category>
		<category><![CDATA[online article directories]]></category>
		<category><![CDATA[online directories]]></category>
		<category><![CDATA[online revolution]]></category>
		<category><![CDATA[online users]]></category>
		<category><![CDATA[search engines]]></category>
		<category><![CDATA[yahoo]]></category>

		<guid isPermaLink="false">http://bradtheblogboy.com/readership/top-6-strategies-to-put-your-rss-feed-promotion-on-steroids/</guid>
		<description><![CDATA[As I wrote in one of my previous articles, the orange revolution has begun. RSS is here and it has taken the internet by storm. The number of webmasters becoming a part of this online revolution is growing on a fast pace. The reason is, RSS feeds have proved to increase traffic in a big way. And creating your own RSS feed would surely be a step towards tapping in a new source of traffic. However, just publishing your own RSS feed and waiting for miracles to happen won't work. In order to get those most wanted subscribers, RSS feeds need to be promoted and marketed in the right way. With a good dose of quality traffic directed towards your feed, long term subscriptions will definitely start pouring in.]]></description>
			<content:encoded><![CDATA[<p>Reading time: 6 &#8211; 10 minutes</p>
<p>As I wrote in one of my previous articles, the orange revolution has begun. RSS is here and it has taken the internet by storm. The number of webmasters becoming a part of this online revolution is growing on a fast pace. The reason is, RSS feeds have proved to increase traffic in a big way. And creating your own RSS feed would surely be a step towards tapping in a new source of traffic.</p>
<p>However, just publishing your own RSS feed and waiting for miracles to happen won&#8217;t work. In order to get those most wanted subscribers, RSS feeds need to be promoted and marketed in the right way. With a good dose of quality traffic directed towards your feed, long term subscriptions will definitely start pouring in.</p>
<p>The following 6 ways will not only help you get the word out about your RSS feed but also help you retain a fresh flow of targeted visitors to your website.</p>
<p><b>Strategy #1: Create an individual webpage for your RSS feed</b></p>
<p>The most important part of your promotion should be creating a webpage dedicated to your RSS feed. Since RSS is still new to most of the online users, you can give your readers an introduction and explain how beneficial it is to subscribe to your RSS feed.</p>
<p>You can also have a small FAQ section about RSS here answering any questions and doubts your readers might have. Most of the time, the key here is to give your potential subscribers more than one option to add your feed. Different subscription options like &#8220;My Yahoo!&#8221; &#8220;My MSN&#8221; and &#8220;Newsgator&#8221; allow your visitors to add and subscribe to your feed with their own convenience.</p>
<p>However, if you are not a techie and wouldn&#8217;t prefer to create a webpage, then you can use a service like <a href="http://www.rapidfeeds.com"target="_new" rel="nofollow" >http://www.rapidfeeds.com</a> . Here you get a designed page for your feed with different subscription options. There&#8217;s also a link to a short tutorial for those who are new to RSS. Once you publish a feed with them, you can directly promote your feed&#8217;s URL. But it would be much better if you can create a webpage specifically for your RSS feed.</p>
<p><b>Strategy #2:  Add the Auto-Discover code to your RSS feed webpage</b></p>
<p>Browsers like Mozzila Firefox have added a lot of new features in the past few years and made browsing a different experience. One of the good features offered by Firefox is subscribing to RSS feeds.</p>
<p>That&#8217;s right, it acts as an aggregator and lets readers add feeds directly into their browser. The browser automatically detects RSS feeds on the site and asks the user, while he&#8217;s surfing the site, if he or she wishes to subscribe to the feeds. In other words, it makes it very easy for users to centralize information of their choice.</p>
<p>However, for Firefox to detect your feed on the webpage, you need to have the &#8220;Auto &#8211; Discover&#8221; code on it. So that the browser can automatically detect the feed, alerting the user.</p>
<p>Simply include the following code in the  section of your web pages:</p>
</p>
<p>This should set you up for some automatic subscriptions to your feed!</p>
<p><b>Strategy #3: Write and distribute articles</b></p>
<p>Writing and distributing articles is a well known and a very respected method of driving traffic to your website. It has been effectively used by thousands of webmasters over the years to bring in some quality visitors.</p>
<p>Therefore, it&#8217;s an excellent idea to promote your RSS feed through articles written by you. There are many benefits that you&#8217;ll experience once your start writing your own informative articles. First of all, you&#8217;ll be recognized as an expert in your field. Secondly, you will gain the trust of your readers even before they subscribe.</p>
<p>Your article doesn&#8217;t have to be very long in length. It can be anywhere between 500 -1000 words. A &#8220;resource box&#8221; in the end should follow your completed article. The resource box usually is a short bio of the author. Here is where you can promote your RSS feed and give a link to it, explaining about it in brief.</p>
<p>Once you are done with the article, you can go ahead and submit it to online article directories like EzineArticles and goarticles. You can also go ahead and contact individual ezine publishers for publishing your article, as they are always on a look out for fresh content.</p>
<p>It&#8217;s really not a big deal to write an article on the web. If you know your expertise, then I&#8217;m sure you can come up with an article worth reading.</p>
<p><b>Strategy #4:  Submit your RSS feed to directories and search engines</b></p>
<p>Submitting your RSS feed to online directories will certainly draw in visitors who are actually interested in what you offer. In the past few months a lot new directories have come up. For example, Syndic8 and 2RSS are thriving with thousands of RSS feeds on different topics with many more being added daily. Your feed can very well find its place in these ever growing directories.</p>
<p>There are even feed specific search engines like Feedster, which index only RSS feeds. These search engines get visitors who are searching for RSS feeds on a specific. So getting listed in them could convert to more targeted traffic and give your feed a good subscription rate.</p>
<p>These niche directories and search engines always tend to bring out the best out of your promotions. They don&#8217;t cost you anything, so are definitely worth a try!</p>
<p><b>Strategy #5:  Promotion through email</b></p>
<p>Promoting your RSS feed via email is one of the most under &#8211; used methods. However, email promotion for your RSS feed usually yields in a higher subscription ratio.</p>
<p>If you are already running a newsletter, then you should consider including a section introducing your readers to your RSS feed. Since, RSS is growing rapidly, you can expect a large number of your email subscribers turning to your RSS feed.</p>
<p>You can also strike joint venture deals with other ezine publishers and swap ads promoting each other&#8217;s RSS feeds. This can mutually work wonders for both the publishers. You can even try promoting your ezine on the &#8220;thank you&#8221; page of your email subscription or your joint venture partner&#8217;s page.</p>
<p>Lastly, don&#8217;t forget to promote your feed in your email signatures. As your day-to-day correspondence can get you new subscribers for your feed.</p>
<p>There are many creative ways you can use email to promote your feed. You just need to come up with your own, which compliment your business in a positive way.</p>
<p><b>Strategy #6:  Update your content regularly</b></p>
<p>Keeping your RSS feeds fresh and updated is very important if you want repeat visitors and new subscribers. Just like content oriented websites are updated regularly, content-wise, your RSS feeds are no different.  RSS is meant to deliver new and up to date information, as it directly goes to the aggregators.</p>
<p>Your readers really don&#8217;t have any reason to be subscribed to your feed, if it doesn&#8217;t deliver new updated content. RSS feeds aren&#8217;t just meant for new visitors but also your old subscribers. You have to keep it updated for people to keep coming back to your feed.</p>
<p>On a finishing note, RSS feeds are an absolute way of turning the cards in your favor when it comes to building traffic and a loyal subscriber base. You need to keep on experimenting with new promotional methods and test new marketing techniques.  <br />That&#8217;s all it would take to put your promotion on steroids!</p>
<p>Author: <a href="http://EzineArticles.com/?expert=Mustafa_K">Mustafa K</a><br />Article Source: <a href="http://ezinearticles.com/?Top-6-Strategies-to-Put-Your-RSS-Feed-Promotion-On-Steroids&amp;id=99443">EzineArticles.com</a><br />Provided by: <a href="http://instantpot.com/">Electric Pressure Cooker</a></p>
]]></content:encoded>
			<wfw:commentRss>http://bradtheblogboy.com/readership/top-6-strategies-to-put-your-rss-feed-promotion-on-steroids/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What Is The Best Way To Learn SEO?</title>
		<link>http://bradtheblogboy.com/seo/what-is-the-best-way-to-learn-seo/?source=rss</link>
		<comments>http://bradtheblogboy.com/seo/what-is-the-best-way-to-learn-seo/#comments</comments>
		<pubDate>Mon, 04 Jan 2010 12:05:48 +0000</pubDate>
		<dc:creator>Eric Dwayne Brown</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[Author]]></category>
		<category><![CDATA[instructor]]></category>
		<category><![CDATA[online classes]]></category>
		<category><![CDATA[Rome]]></category>
		<category><![CDATA[Search Engine]]></category>
		<category><![CDATA[Search engine Optimization]]></category>
		<category><![CDATA[search engine optimization material]]></category>

		<guid isPermaLink="false">http://bradtheblogboy.com/seo/what-is-the-best-way-to-learn-seo/</guid>
		<description><![CDATA[One of the most commonly asked questions regarding search engine optimization is: "What is the best way to learn SEO"? The answer I always give to this question is simple yet complex. My answer to this question is always: "It Depends".]]></description>
			<content:encoded><![CDATA[<p>Reading time: 5 &#8211; 8 minutes</p>
<p>One of the most commonly asked questions regarding search engine optimization is: &#8220;What is the best way to learn SEO&#8221;? The answer I always give to this question is simple yet complex. My answer to this question is always: &#8220;It Depends&#8221;.</p>
<p>Now before you say that my answer is not a definitive response to the question &#8211; let me explain my answer to you.</p>
<p>Search engine optimization by its very nature is not a black and white concept. There is a lot of gray area in the field of search engine optimization SEO.</p>
<p>Thus, it is only natural for people who are trying to learn SEO to be totally confused about how and what to do in relation to learning SEO because there are so many options and opportunities available for people to learn search engine optimization.</p>
<p>Well, let&#8217;s look closer at my answer to the question what is the best way to learn SEO: &#8220;It Depends&#8221;.</p>
<p>My answer to the question is based purely on my viewpoint of education in general and learning new subject matter.</p>
<p>The fact that someone is trying to learn SEO is only the current situation for the individual. The real question that is being asked is what is the best way for the individual to learn and this depends on the individual.</p>
<p>For example, some people learn best using visual aids while others learn more through audio aids while still others learn better from reading books.</p>
<p>In the end, the best way to learn almost anything is to use a combination of these methods.</p>
<p>However, in our society today people have very little patience, so the visual method tends to be what many people prefer because frankly it is easier to apply and use; but in my experience, the &#8220;visual&#8221; method in the long run is the least effective method for individuals to utilize for retaining and applying new information.</p>
<p>With this being said, the best method for learning in my opinion is reading a well-written book related to the subject matter.</p>
<p>The book should include visual aspects in the material to enhance the learning experience and access to an instructor for reinforcement of the material that is read or it should be written in a manner that presents the material as if the author is actually sitting with the reader and explaining the information.</p>
<p>Therefore, my answer &#8220;it depends&#8221; regarding the question of what is the best way to learn SEO can be summarized this way.</p>
<p>&#8220;The best way to learn SEO is by reading an SEO book that is well written and covers the entire realm of SEO at the level of the actual reader so that a clear understanding can be conveyed. Hence, for beginners to the intermediate level, the material should be written for readers at that level in a manner that is best for them to learn SEO, which would be different than a book written for an advance SEO reader.&#8221;</p>
<p>The main problem with reading SEO related books is that most of the books and ebooks sadly are not well written and the information is usually written in a manner that is not designed for the reader to learn but only for the reader to apply what was read. You or no one else can learn this way. It is easy to write a book; but is very hard to write a well-written book that helps an individual learn new material.</p>
<p>If you want to learn SEO, you need to read a good SEO book and/or ebook that actually provides the search engine optimization material in a comprehensive manner and also provides the material in an easy to read, easy to understand, effective and easy to apply manner for real world situations.</p>
<p>Don&#8217;t fall victim to the hype. If you want to learn SEO, it will take time. A two-day SEO workshop, SEO videos and/or SEO online classes will not help you learn SEO. You can learn to apply specific information using these methods; but you will not learn SEO.</p>
<p>Search engine optimization is much more than a few techniques or tips. SEO is a field of expertise, which requires a strong understanding of all aspects related to SEO before you can truly learn SEO. Thus, it will take time. Remember, Rome was not built in a day.</p>
<p>If you want to learn SEO, you will need to do it the old fashion way by reading and applying the material from a good SEO book and/or ebook.</p>
<p>Remember when you were in grade school, middle school, high school and/or college were you ever just given a CD, video, two-day workshop or other similar methods to learn a subject? No, I will guess that you learned primarily from books or material derived from a book presented by an instructor.</p>
<p>On this note, a well-written SEO book, by an author, that presents the material as if he or she is talking to you can be the substitute for an instructor; but you will still need to read the book and apply what you learn. This has been a time-tested method of learning for hundreds of years around the world. The method will not fail you; however, you can fail the method.</p>
<p>Learn SEO by reading a very good SEO book today.</p>
<p>You can determine the SEO book to purchase and read by carefully reviewing the promotional material for the SEO book, reading objective book reviews regarding the SEO book, comparing the prices of the various SEO books, making sure that you purchase a book that is written to actually teach SEO and finally purchase an SEO book that provides a money back guarantee in case the book does not meet your expectations.</p>
<p>However, remember that you should never take advantage of a money back guarantee. The author worked hard to write the book. If you actually benefited from reading the book or ebook, don&#8217;t ask for a refund just because you do not want to pay for the book. Always remember that what comes around goes around. Treat people fair and be honest in your dealings with others.</p>
<p>Read a well-written and comprehensive SEO book or ebook.</p>
<p>Author: <a href="http://EzineArticles.com/?expert=Eric_Dwayne_Brown">Eric Dwayne Brown</a><br />Article Source: <a href="http://ezinearticles.com/?What-Is-The-Best-Way-To-Learn-SEO?&amp;id=1415857">EzineArticles.com</a><br />Provided by: <a href="http://neohdtv.com/">Digital TV, HDTV, Satellite TV</a></p>
]]></content:encoded>
			<wfw:commentRss>http://bradtheblogboy.com/seo/what-is-the-best-way-to-learn-seo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wordpress Custom Fields</title>
		<link>http://bradtheblogboy.com/how-to/what-else-you-should-be-reading/wordpress-custom-fields/?source=rss</link>
		<comments>http://bradtheblogboy.com/how-to/what-else-you-should-be-reading/wordpress-custom-fields/#comments</comments>
		<pubDate>Mon, 13 Oct 2008 21:45:36 +0000</pubDate>
		<dc:creator>Blogboy</dc:creator>
				<category><![CDATA[What Else You Should Be Reading]]></category>
		<category><![CDATA[Author]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[blogger]]></category>
		<category><![CDATA[Bloggers]]></category>
		<category><![CDATA[Blogs]]></category>
		<category><![CDATA[functionality]]></category>
		<category><![CDATA[Meta]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[possible applications]]></category>
		<category><![CDATA[ScribeFire]]></category>
		<category><![CDATA[web design]]></category>
		<category><![CDATA[web design blog]]></category>
		<category><![CDATA[website]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://bradtheblogboy.com/what-else-you-should-be-reading/wordpress-custom-fields/</guid>
		<description><![CDATA[Reading time: 3 &#8211; 5 minutes
The least utilized option in Wordpress, the custom field, is also quite possibly the most powerful function of the entire platform.  I have been writing up my own tutorials on this option for several days now and thought I would share with you a few of the other great [...]]]></description>
			<content:encoded><![CDATA[<p>Reading time: 3 &#8211; 5 minutes</p>
<p>The least utilized option in Wordpress, the custom field, is also quite possibly the most powerful function of the entire platform.  I have been writing up my own tutorials on this option for several days now and thought I would share with you a few of the other great posts on the subject.</p>
<p><a href="http://www.oakinnovations.co.uk/blog/2007/11/26/the-top-5-uses-for-wordpress-custom-fields/"> The Top 5 Uses for Wordpress Custom Fields  by  Oak Innovations Blog</a></p>
<blockquote><p>For the vast majority of bloggers, this incredibly usefull, and versatile piece of functionality goes unused. At the moment you may be thinking that the reason you don’t use it, is that you have no use for it. This may very well be true but, its also likely that no one has really explained what’s possible.</p></blockquote>
<p><a href="http://www.kriesi.at/archives/how-to-use-wordpress-custom-fields">Learn how to use Wordpress Custom Fields | Kriesi.at &#8211; new media design</a></p>
<blockquote><p>WordPress gives an author the ability to add extra data to each written post and page. This data is called meta-data and is stored in custom fields.</p></blockquote>
<p><a href="http://www.quickonlinetips.com/archives/2007/02/wordpress-custom-fields-contest/">WordPress Custom Fields Contest</a></p>
<blockquote><p>If you are a wordpress blogger, how many times have you used the often overlooked feature called Custom Fields. It is sitting below this post page as I type and though I look at it everyday, I never got around to using it. Technosailor is organizing the WordPress Custom Fields Contest to bring forth the usefulness of this feature and its possible applications.</p></blockquote>
<p><a href="http://performancing.com/wordpress-tips/jazz-your-site-28-ways-use-wordpress-custom-fields">Jazz Up Your Site: 28 Ways To Use WordPress Custom Fields | Performancing.com</a></p>
<blockquote><p>Reasons To Use Custom Fields</p>
<p>You create a custom field, then choose on a post by post basis what information you will add. That information can be manipulated by custom WP/PHP code to present additional textual or visual content when a visitor views a post page. To summarize:</p>
<p>1. Add metadata for reporting or other purposes.<br />
2. Add visually cohesive elements to your site.<br />
3. Manipulate information and control its display programmatically.<br />
4. Make global changes across all your posts with a single code change, instead of manually updating each post.</p>
<p>The lists below show some ways that WP custom fields can be used to provide more textual and visual info to your site visitors. If you decide to change something, say a border or background or even placement on the post page, without custom fields you would have to make changes manually to each and every post. If you have hundreds of posts, you&#8217;d have a daunting task. With custom fields, you have structure and homogeneity through custom handler code.</p></blockquote>
<p><a href="http://www.redswish.co.uk/the-power-of-wordpress-custom-fields/">redswish &#8211; a web design blog » The power of Wordpress Custom Fields</a></p>
<blockquote><p>I can’t believe I’ve been playing with Wordpress for so long and never explored the Custom Fields feature. A website I’ve been working recently has required me to push the boundaries of Wordpress, or more appropriately my understanding and knowledge of it. In doing so I’ve bravely slipped deeper into the Advanced Options and lived to tell the tale &#8211; the tale of the Custom Fields…</p></blockquote>
<p><a href="http://5thirtyone.com/archives/875">WordPress Custom Fields; laying text over your lead graphic</a></p>
<blockquote><p>WordPress Custom Fields; laying text over your lead graphic</p>
<p>For WordPress users, there are certain scenarios when the typical reverse chronological presentation of content is just not enough. I have experimented with different methods of presenting content on <a href="http://5thirtyone.com/">5thirtyone.com</a> each time a redesign is uploaded &#8211; from the text-centric to the image heavy version in use right now. With hundreds of WordPress driven blogs being published on a daily basis, it’s difficult to stand out; even more so if you stick to the standard two-column blog layout.</p></blockquote>
<p><a href="http://theundersigned.net/2006/09/wordpress-how-to-custom-fields/">The undersigned » Blog Archive » WordPress how-to: Custom Fields</a></p>
<blockquote><p>WordPress how-to: Custom Fields</p>
<p>Most WordPress users have seen the custom fields section when they write a new post or create a page &#8211; but what is it exactly?</p></blockquote>
<p>Post 12 of 100 of <a href="%E2%80%9Dhttp://www.bradstinyworld.com%E2%80%9D">Brad’s Tiny World</a> Scribefire Challenge.</p>
]]></content:encoded>
			<wfw:commentRss>http://bradtheblogboy.com/how-to/what-else-you-should-be-reading/wordpress-custom-fields/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>The Hidden Wealth in Wordpress Page Templates</title>
		<link>http://bradtheblogboy.com/wordpress-2/theme/the-hidden-welath-in-wordpress-page-templates/?source=rss</link>
		<comments>http://bradtheblogboy.com/wordpress-2/theme/the-hidden-welath-in-wordpress-page-templates/#comments</comments>
		<pubDate>Fri, 03 Oct 2008 23:40:12 +0000</pubDate>
		<dc:creator>Blogboy</dc:creator>
				<category><![CDATA[Theme]]></category>
		<category><![CDATA[Author]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[blogger]]></category>
		<category><![CDATA[Blogs]]></category>
		<category><![CDATA[Categories]]></category>
		<category><![CDATA[contact]]></category>
		<category><![CDATA[Darren Rowse]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[Internet Radio Widgets]]></category>
		<category><![CDATA[link]]></category>
		<category><![CDATA[Mike Cherim]]></category>
		<category><![CDATA[Mike Jolley]]></category>
		<category><![CDATA[MIL]]></category>
		<category><![CDATA[Online Music Articles site]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[Radio Widgets]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[Sitemap]]></category>
		<category><![CDATA[widget]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[XML]]></category>

		<guid isPermaLink="false">http://bradtheblogboy.com/?p=93</guid>
		<description><![CDATA[Reading time: 2 &#8211; 4 minutes
One of the least used and most powerful features of wordpress is the page template. The page template to make a long story short integrates non standard coding into your blog seemlessly. It is probably used most often as an archive page in free themes, but most of those free [...]]]></description>
			<content:encoded><![CDATA[<p>Reading time: 2 &#8211; 4 minutes</p>
<p>One of the least used and most powerful features of wordpress is the page template. The page template to make a long story short integrates non standard coding into your blog seemlessly. It is probably used most often as an archive page in free themes, but most of those free templates forget to tell their users how to use the template and therefore it goes unused. They can be used for so many other things than just an archive page though.</p>
<p>Darren Rowse of ProBlogger makes extensive use of page templates. If you look at the beautifully designed landing page you will find a lot of information all packed neatly into one space. If this were a standard freebie theme you wouldn&#8217;t be able to see much more than this. It is my esitmation that his home page is home.php rather than the standard index.php. (for more information see the the wordpress codex on) By making use of the home.php as a landing page in your theme you can then make a blog template that will display all of the posts in a nice chronological order. This is especially nice on multiple author blogs like ProBlogger. I know some of you are thinking isn&#8217;t this just an archive page? The answer is no. A good archive page should give you little more than a quick excerpt of the post. My preference for an archive page is nothing more a link to the posts.<br />
<span id="more-93"></span><br />
Here are a few more places where I make use of page templates since I am having a hard time actually finding other good uses of them at the moment. This page makes use of the Pandora Internet Radio Widgets on a single page rather than a sidebar present throughout my blog. The contact form on the Free Online Music Articles site makes use of the Secure and Accessible PHP Contact Form by Mike Cherim &amp; Mike Jolley. Most of the other pages on this blog utilize my standard article directory information with the automatic pulls from the blog&#8217;s information. It saves needing to write these over and over again for different sites utilizing that or similar template. Plop the info into a template and it puts in all of the correct information. Another popular or should be popular page template is the sitemap. If you look at it there is a sextion for my pages, not all of which are listed on the landing page header. You get a list of my categories with how many posts are in each category. Then there is a listing of the ten latest posts in each category. If there were mutlpile authors to this blog you would find a listing of the ten latest posts from each author as well. Notice, this page template has absoluetely nothing to do with your google xml sitemap.</p>
<p>In the end if you are capable of doing simple theme editing you can create a wealth of useful pages not possible in your standard blog layout. If you aren&#8217;t so handy with the coding, try looking for themes that provide you with more template oportunities. Not only wiil they create a better reading experience many of the them will improve your SEO.</p>
]]></content:encoded>
			<wfw:commentRss>http://bradtheblogboy.com/wordpress-2/theme/the-hidden-welath-in-wordpress-page-templates/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Online marketing for small business: Organic search engine optimisation versus Pay per click advertising</title>
		<link>http://bradtheblogboy.com/traffic-building/online-marketing-for-small-business-organic-search-engine-optimisation-versus-pay-per-click-advertising/?source=rss</link>
		<comments>http://bradtheblogboy.com/traffic-building/online-marketing-for-small-business-organic-search-engine-optimisation-versus-pay-per-click-advertising/#comments</comments>
		<pubDate>Fri, 13 Jun 2008 21:41:21 +0000</pubDate>
		<dc:creator>Blogboy</dc:creator>
				<category><![CDATA[Traffic Building]]></category>
		<category><![CDATA[Author]]></category>
		<category><![CDATA[click advertising]]></category>
		<category><![CDATA[development and web design consultant]]></category>
		<category><![CDATA[e - commerce]]></category>
		<category><![CDATA[GBP]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[K.Singh]]></category>
		<category><![CDATA[London]]></category>
		<category><![CDATA[main online marketing methods]]></category>
		<category><![CDATA[online marketing]]></category>
		<category><![CDATA[organic search engine campaign]]></category>
		<category><![CDATA[organic search engine optimisation]]></category>
		<category><![CDATA[organic search engine optimisation campaign]]></category>
		<category><![CDATA[organic search engine results]]></category>
		<category><![CDATA[organic search results]]></category>
		<category><![CDATA[paid advertising]]></category>
		<category><![CDATA[pr click advertising]]></category>
		<category><![CDATA[Search Engine]]></category>
		<category><![CDATA[search engine marketing]]></category>
		<category><![CDATA[search engine marketing studies]]></category>
		<category><![CDATA[search engine optimisation]]></category>
		<category><![CDATA[search engine results]]></category>
		<category><![CDATA[search results]]></category>
		<category><![CDATA[social media marketing]]></category>
		<category><![CDATA[web design]]></category>
		<category><![CDATA[web development]]></category>
		<category><![CDATA[year organic search engine optimisation campaign]]></category>

		<guid isPermaLink="false">http://bradtheblogboy.com/?p=73</guid>
		<description><![CDATA[Reading time: 2 &#8211; 3 minutes
June 5th, 2008 by kronikmedia


When you are first deciding on online marketing in order to promote your business online, the main online marketing methods that you will encounter are Organic search engine optimisation and Pay per click advertising such as Google Adwords.
Organic search engine optimisation and Pay pr click advertising [...]]]></description>
			<content:encoded><![CDATA[<p>Reading time: 2 &#8211; 3 minutes</p>
<div id="post-2891" class="post">June 5th, 2008 by kronikmedia</p>
<div class="descr"><strong></strong></div>
</div>
<p>When you are first deciding on online marketing in order to promote your business online, the main online marketing methods that you will encounter are Organic search engine optimisation and Pay per click advertising such as Google Adwords.</p>
<p>Organic search engine optimisation and Pay pr click advertising are the two main methods of online marketing.  Both these forms of online marketing are aimed at getting highly targeted visitors to your website by making your website rank on search engine results for the keywords that you are targeting.</p>
<p>Ideally a business needs to utilise both, organic Search engine optimisation as well as Pay per click advertising on order to get the maximum exposure for their business online. However cost and budget considerations often result in a business having to make a choice between using organic search engine optimisation or Pay per click advertising for their business.<span id="more-73"></span></p>
<p>Before discussing which form of online marketing is better for your business, it is important to understand the difference between organic search engine optimisation and pay per click advertising. Organic search engine optimisation refers to the search results that appear in the main centre section of the search results. Ranking within organic search engine results cannot be bought and ranking is a result of organic non-biased steps taken over a period of time.  It is dependent on the overall popularity of your website on the internet in general among other on site factors. Organic listings are the results that appear in the main section of a search engine such as Google when we search for something. Pay per click advertising on the other hand refers to the paid listing or sponsored results that appear on the right of the search results page and not in main middle section of the page.</p>
<p>Pay per click result is paid for and results are almost immediate to achieve. However there are many drawbacks to pay per click advertising as compared with Organic search engine optimisation. The recent years have seen an exponential rise in competition and a steep rise in pay per click costs. Click fraud is another rising concern in pay per click advertising where an advertiser may be charged for clicks that are not by genuine customers.</p>
<p><!--[if !supportLists]-->1)      <!--[endif]-->Many surveys and search engine marketing studies have pointed than users are more likely to click on organic search results that appear on the main section of the page rather than the paid listings that appear as ads on the right.</p>
]]></content:encoded>
			<wfw:commentRss>http://bradtheblogboy.com/traffic-building/online-marketing-for-small-business-organic-search-engine-optimisation-versus-pay-per-click-advertising/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>8 Blogging Tips to Grip Your Readers</title>
		<link>http://bradtheblogboy.com/readership/8-blogging-tips-to-grip-your-readers/?source=rss</link>
		<comments>http://bradtheblogboy.com/readership/8-blogging-tips-to-grip-your-readers/#comments</comments>
		<pubDate>Wed, 11 Jun 2008 22:18:50 +0000</pubDate>
		<dc:creator>Blogboy</dc:creator>
				<category><![CDATA[Readership]]></category>
		<category><![CDATA[Alfonso Muñoz]]></category>
		<category><![CDATA[Alfonso Muñoz Every]]></category>
		<category><![CDATA[Author]]></category>
		<category><![CDATA[Cheeky Chubby]]></category>
		<category><![CDATA[Grip Your Readers Author]]></category>

		<guid isPermaLink="false">http://bradtheblogboy.com/?p=72</guid>
		<description><![CDATA[Reading time: 3 &#8211; 4 minutes
8 Blogging Tips to Grip Your Readers
Author: Alfonso Muñoz
Every blogger knows that we are nothing without our readers so it is very important to get new readers everyday but it is equal or more important to grip the ones who come to our blog once in a while. What can [...]]]></description>
			<content:encoded><![CDATA[<p>Reading time: 3 &#8211; 4 minutes</p>
<p>8 Blogging Tips to Grip Your Readers</p>
<p><strong>Author: <a href="http://www.articlesbase.com/authors/alfonso-muñoz/63382.htm"title="Alfonso Muñoz" >Alfonso Muñoz</a></strong></p>
<p>Every blogger knows that we are nothing without our readers so it is very important to get new readers everyday but it is equal or more important to grip the ones who come to our blog once in a while. What can we do? Here are some tips that will help you to achieve it:</p>
<p>1. Shorter = better. This is almost a rule and I break it sometimes in spite of knowing that it is quite important to write short and concise posts. It happens to me that when I find and interesting but excessively long post usually I get bored of reading and I give up without reading the whole text. I talked about it with my friend Cheeky Chubby (you must have a blog, you missed a link <img src='http://bradtheblogboy.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  ) he reminded me that sometimes I write too long posts and I know it my friend, but sometimes I write and write and write&#8230;<br />
2. You must use lists, like I&#8217;m doing now. Readers like list, they love to have the information organized and easy to read.<span id="more-72"></span><br />
3. Try to write on one idea per post. Don&#8217;t mix two or three different topics in the same post. If you have several things in your mind it is better to write a different post for each one and programme them to different hours instead of publish in a row.<br />
4. Explain things as clear and simple as possible. You must realize that most of your readers aren&#8217;t experts with computers or high skilled in the use of Internet.<br />
5. Use the Time Stamp feature. Yeah, this is one of the best tools that WordPress has. If you write 3 or 4 posts in a row you can publish them all along the day, every couple of hours for example. This way your readers will return to your blog more than once per day to see if something new is there.<br />
6. Speak to your readers with closeness. You don&#8217;t know who are most of them but remember that they know who you are and they like to hear about you and your blog. So try to be close to them in your writing style, avoid to be distant. This is something like &#8220;be yourself&#8221;.<br />
7. Try to write without grammar and spelling mistakes&#8230; well, perhaps I&#8217;m not the best one to talk about this <img src='http://bradtheblogboy.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  . Yes, this is important. A text full of this kind of mistakes seems to be written by a little boy and it affects to your credibility as a serious blogger.<br />
8. Be optimist. People like to read good and successful stories. It encourages them to follow your steps and follow you closer. Don&#8217;t tell them how bad your day is because all of us have enough with our own troubles. Give them an optimistic point of view, brighten them up <img src='http://bradtheblogboy.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p>Put in practice this advices, I assure you that you&#8217;ll get positive results.</p>
<p>Article Source: <a href="http://www.articlesbase.com/blogging-articles/8-blogging-tips-to-grip-your-readers-444686.html"title="8 Blogging Tips to Grip Your Readers" >http://www.articlesbase.com/blogging-articles/8-blogging-tips-to-grip-your-readers-444686.html</a></p>
<p><strong>About the Author:</strong></p>
<p>Alfonso Muñoz is a blogger keen on SEO, Marketing and Blogging, who learns, experiments and shares all the knowledge gathered during his trip around Internet. You can find him in <a href="http://www.binaryant.com"></a>Binary Ant</p>
]]></content:encoded>
			<wfw:commentRss>http://bradtheblogboy.com/readership/8-blogging-tips-to-grip-your-readers/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Must Have WordPress 2.5 Plugins</title>
		<link>http://bradtheblogboy.com/wordpress-2/plugins/must-have-wordpress-25-plugins/?source=rss</link>
		<comments>http://bradtheblogboy.com/wordpress-2/plugins/must-have-wordpress-25-plugins/#comments</comments>
		<pubDate>Sun, 11 May 2008 13:08:28 +0000</pubDate>
		<dc:creator>Blogboy</dc:creator>
				<category><![CDATA[Plugins]]></category>
		<category><![CDATA[Akismet]]></category>
		<category><![CDATA[Andy Beard]]></category>
		<category><![CDATA[Author]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[blog software]]></category>
		<category><![CDATA[blogger]]></category>
		<category><![CDATA[Bloggers]]></category>
		<category><![CDATA[Blogs]]></category>
		<category><![CDATA[bot]]></category>
		<category><![CDATA[coffee]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[del.icio.us]]></category>
		<category><![CDATA[Delaware]]></category>
		<category><![CDATA[Digg]]></category>
		<category><![CDATA[dofo]]></category>
		<category><![CDATA[dofollow]]></category>
		<category><![CDATA[Duplicate Content]]></category>
		<category><![CDATA[Editor]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[Excerpts]]></category>
		<category><![CDATA[functionality]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[HeadSpace]]></category>
		<category><![CDATA[How To Blog]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Indexing]]></category>
		<category><![CDATA[keyword]]></category>
		<category><![CDATA[link]]></category>
		<category><![CDATA[Links]]></category>
		<category><![CDATA[LiveJournal]]></category>
		<category><![CDATA[MySpace]]></category>
		<category><![CDATA[nofollow]]></category>
		<category><![CDATA[Plugin]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[Sitemap]]></category>
		<category><![CDATA[social tools]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[spam]]></category>
		<category><![CDATA[Tags]]></category>
		<category><![CDATA[technorati]]></category>
		<category><![CDATA[the LJ post]]></category>
		<category><![CDATA[Theme]]></category>
		<category><![CDATA[thingy]]></category>
		<category><![CDATA[tracking]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[twitter tools]]></category>
		<category><![CDATA[widget]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[writer]]></category>
		<category><![CDATA[XML]]></category>

		<guid isPermaLink="false">http://bradtheblogboy.com/?p=83</guid>
		<description><![CDATA[Reading time: 7 &#8211; 12 minutes
There were several old combinations that worked well together but since WordPress 2.3 came out many of them stopped working properly or stopped working altogether. Fear not there are replacements out there. Unlike many of the regurgitated idiot lists currently out there, everything I list will work in WordPress 2.5 [...]]]></description>
			<content:encoded><![CDATA[<p>Reading time: 7 &#8211; 12 minutes</p>
<p class="MsoNormal">There were several old combinations that worked well together but since WordPress 2.3 came out many of them stopped working properly or stopped working altogether.<span> </span>Fear not there are replacements out there.<span> </span>Unlike many of the regurgitated idiot lists currently out there, everything I list will work in WordPress 2.5 the only version of the blog software you should be running.</p>
<p class="MsoNormal">Ultimate Tag Warrior hasn’t been supported by the author since WordPress 2.3 came out. Many of its features and those of Bunny’s Technorati Tags, Jerome’s Keywords, and other tagging programs are easily replaced in better plugins. <span> </span>The All in One SEO Pack can even be replaced now.</p>
<p class="MsoNormal">The new power plugin combination consists of Headspace2 and Simple Tags. Between these two plugins you can hand every task that you used to require half a dozen plugins and tweaks.<span id="more-62"></span><span> </span></p>
<p class="MsoNormal">Simple Tags takes over most of what was done by most of the old tagging plugins did.<span> </span>While it alone doesn’t do everything UTW did that can be handled by Headspace2.<span> </span>There are two more tagging plugins you may wish to consider as options.<span> </span><a href="http://gormful.com/projects/wp23-technorati-tags/">Gormful’s Technorati Tags</a> will give you another formatting option.<span> </span>Tag This will allow users to add/suggest tags at will or with the parameters you set.</p>
<p class="MsoNormal"><a href="http://urbangiraffe.com/plugins/headspace2/">Headspace2</a> while a more complicated option than the much love All In One SEO Pack, is simply a <a href="http://knowledgeconstructs.com/tag/headspace2/">more powerful tool</a> and one you would do well to learn.<span> </span>Mani at the Daily SEO Blog has a very good <a href="http://www.dailyseoblog.com/2008/03/seo-green-version-101-updated-and-some-headspace-tutorials/">tutorial on Headspace2</a>.<span> </span>He also confirms my suspicion if you are using Google XML Sitemaps you can’t use both Headspace2 and AIOSP without causing plugin clash. <span> </span>This video will give you a nice look at Headspace2.</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="355" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="wmode" value="transparent" /><param name="src" value="http://www.youtube.com/v/T8um7a0fUfc&amp;hl=en" /><embed type="application/x-shockwave-flash" width="425" height="355" src="http://www.youtube.com/v/T8um7a0fUfc&amp;hl=en" wmode="transparent"></embed></object></p>
<p class="MsoNormal">The two standard plugins most people list and I will confirm is the default Akismet for spam control and Google XML Sitemap plugin for indexing.<span> </span>Both of these are pretty standard among power WordPress Bloggers because they work.<span> </span>There are other options like GT Site Crawler that may be better for indexing your site if it contains more than just a blog.</p>
<p class="MsoNormal">The next problem one faces with their blog is linking.<span> </span>In my opinion if you are using a good spam plugin like Akismet and practice good comment policy like requiring name and email and a previously approved comment then turning off the nofollow will gain you more than you lose in time.<span> </span>I have used the <a href="http://kimmo.suominen.com/archives/2005/02/dofollow/">DoFollow</a> plugin for some time but have just recently started looking at the more customizable <a href="http://www.michelem.org/wordpress-plugin-nofollow-free/">NoFollow Free</a>.<span> </span>Either way you go the plugin works well in WP 2.5, but don’t use them both.</p>
<p class="MsoNormal" style="text-indent: 0in;">Once you decide which nofollow plugin to use.<span> </span>You need to think about how the nofollow and duplicate content affects your SEO.<span> </span>To clue you into this plugin I give you the words of Andy Beard the plugins creator.</p>
<p class="MsoNormal" style="text-indent: 0in;">“This plugin is intended to be used in advanced linking structures such as those described in <a href="http://andybeard.eu/2007/06/wordpress-seo-masterclass-for-competitive-niches.html">Wordpress SEO Masterclass For Competitive Niches</a></p>
<p class="MsoNormal" style="text-indent: 0in;">Rather than blocking duplicate content pages, they can be used to your advantage…. (NFTD) has a method of channeling &#8220;Google Juice&#8221; away from pages that are receiving the majority of links, to pages that you wish to rank well, and also to your homepage to enhance monetization.”</p>
<p class="MsoNormal" style="text-indent: 0in;">For the record I recommend <a href="http://andybeard.eu/2007/06/wordpress-seo-masterclass-for-competitive-niches.html">Wordpress SEO Masterclass For Competitive Niches</a> wholeheartedly.</p>
<p class="MsoNormal" style="text-indent: 0in;"><span> </span>WordPress comes with the Tiny MCE editor, but the <a href="http://wordpress.org/extend/plugins/tinymce-advanced/">Tiny MCE Advanced</a> plugin will greatly expand the functionality to almost the point of being as good as MS Word for features.<span> </span>The good thing is depending on the kind of blog you run most of these features are useful and easily added or removed.</p>
<p class="MsoNormal">The next three are really optional plugins, but I have included them because of how useful they are.<span> </span>First as a writer and avid reader I like two spaces between sentences. This is what you get with the <a href="http://coffee2code.com/wp-plugins/extra-sentence-space/">Extra Sentence Space</a> plugin from Coffee to Code.<span> </span>The <a href="http://urbangiraffe.com/plugins/disable-wpautop/">Disable wpautop</a>, removes WordPress’s automatic paragraph formatting.<span> </span>This is useful for those who wish to have more control of elements from their style sheet.<span> </span>Excerpt Editor does a great job auto-generating your excerpt and can easily be customized.<span> </span>This is important for your front page SEO and channeling Google Juice to the right places.</p>
<p class="MsoNormal">Along with post style controlled<span> </span>from your style sheet I believe that most of your image and video styling should not be plugin control, but rather be a function of either WordPress’s native image/video functions or controlled from your CSS.<span> </span>There are a few image video plugins that I do find handy though.<span> </span>The only Image related plugins I use at the moment is <a href="http://blog.japonophile.com/flexible-upload/"title="Visit plugin homepage" >Flexible upload</a> and <a href="http://wordpress.org/extend/plugins/seo-image/"title="Visit plugin homepage" >SEO Friendly Images</a>.<span> </span>Flexible upload handles some of issues that were present in 2.5’s first release.<span> </span><a href="http://www.prelovac.com/vladimir/wordpress-plugins/seo-image"title="Visit plugin homepage" >SEO Friendly Images</a> takes care of some of the extra bits like image description and alt info automatically.</p>
<p class="MsoNormal">Last but not least important are your social plugins.<span> </span>The first one to mention is the LiveJournal Cross Poster (LJXP) I am hosting the hacked version of this that is friendly to both 2.3 and 2.5 installs.<span> </span>If you still have friends there or want to simply post excerpts with links back into some of the promo communities this plugin will be your best friend. You can also download the excerpts from LJ and post them to any number of other blogs easily enough.<span> </span>I aggregate all 4 of my blogs LJXPs on WordPress.com.<span> </span>You can also snatch the HTML code from the LJ post and post it to a fair number of other blogging communities like Blogger and MySpace.</p>
<p class="MsoNormal">(There is a MySpace crossposter but I have never made it work and no one I have ever met has been able to either.<span> </span>If anyone gets it to work please let me know)<span> </span></p>
<p class="MsoNormal" style="text-indent: 0in;"><span> </span><span> </span>The next group of social tools includes <a href="Twitter%20Tools">Twitter Tools</a> which is very good about posting your blog post updates to twitter, but it sucks for posting your tweets on your blog.<span> </span>For tweet posting I prefer <a href="MyTwitter">MyTwitter</a> which will allow you to hard code your tweeting and place it anywhere you want on your blog.<span> </span>You can also use the hard coding methods described on your Twitter account.<span> </span>The one thing you do need to know about twitter tools and the 2.5 widget layout.<span> </span>You have to uninstall the plugin or change themes to remove the widget.</p>
<p class="MsoNormal" style="text-indent: 0in;"><span> </span>The plugin I feel you almost certainly need to have if you are a serious blogger is a social bookmarking plugin.<span> </span>I prefer <a href="http://sharethis.com/index">Share This</a> for two reasons.<span> </span>One it has a small footprint and can be hard coded for exact placement.<span> </span>Secondly it has tracking available for your blog.<span> </span>If you want a bigger selection of Social Sites on hand, especially if you are using non US English sites I suggest using <a href="http://push.cx/sociable">Sociable</a>.<span> </span>You will have a bigger footprint and its gaudy but it gets the job done.</p>
<p class="MsoNormal" style="text-indent: 0in;"><span> </span>The last plugin in the category I want to mention is <a href="http://wp.uberdose.com/2007/11/09/auto-social-wordpress-plugin/">Auto Social</a>.<span> </span>This handy little plugin will automatically submit your posts to Del.icio.us for you using all your own tagging information.<span> </span>It makes a powerful end of day digest post when you combine it with the Del.icio.us Thingy.</p>
<p class="MsoNormal" style="text-indent: 0in;"><span> </span>There are some site specific plugin for Digg, Sphinn, Reddit, and Technorati.<span> </span>I however think it is far better to hand code these links for better layout control.</p>
<p class="MsoNormal" style="text-indent: 0in;">
<p class="MsoNormal" style="text-indent: 0in;">In the end there are other tools and new ones will come along, but with this list you can quickly turn an ordinary blog into a power blog</p>
<p class="MsoNormal">
]]></content:encoded>
			<wfw:commentRss>http://bradtheblogboy.com/wordpress-2/plugins/must-have-wordpress-25-plugins/feed/</wfw:commentRss>
		<slash:comments>45</slash:comments>
		</item>
		<item>
		<title>High Value Links</title>
		<link>http://bradtheblogboy.com/traffic-building/links/high-value-links/?source=rss</link>
		<comments>http://bradtheblogboy.com/traffic-building/links/high-value-links/#comments</comments>
		<pubDate>Fri, 25 Apr 2008 14:38:28 +0000</pubDate>
		<dc:creator>Blogboy</dc:creator>
				<category><![CDATA[Links]]></category>
		<category><![CDATA[Author]]></category>
		<category><![CDATA[Authority]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[Blogs]]></category>
		<category><![CDATA[bot]]></category>
		<category><![CDATA[community level services]]></category>
		<category><![CDATA[contact]]></category>
		<category><![CDATA[Deepak Dutta]]></category>
		<category><![CDATA[domain]]></category>
		<category><![CDATA[domain registrar]]></category>
		<category><![CDATA[excellent candidate]]></category>
		<category><![CDATA[faculty member]]></category>
		<category><![CDATA[Forum]]></category>
		<category><![CDATA[Forums]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[government site]]></category>
		<category><![CDATA[High Value Links]]></category>
		<category><![CDATA[home comparison site]]></category>
		<category><![CDATA[link]]></category>
		<category><![CDATA[Link Exchange]]></category>
		<category><![CDATA[marketing]]></category>
		<category><![CDATA[online marketing tools]]></category>
		<category><![CDATA[ping]]></category>
		<category><![CDATA[resource]]></category>
		<category><![CDATA[Search]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[Social Media]]></category>
		<category><![CDATA[spam]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Traffic]]></category>
		<category><![CDATA[United States]]></category>
		<category><![CDATA[university server]]></category>
		<category><![CDATA[US government]]></category>
		<category><![CDATA[usa.gov site]]></category>
		<category><![CDATA[web host]]></category>
		<category><![CDATA[web tools]]></category>
		<category><![CDATA[web traffic]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://bradtheblogboy.com/?p=70</guid>
		<description><![CDATA[Reading time: 4 &#8211; 7 minutes
I was researching this topic for you when I ran across this excellent article and decided just to give you the whole thing.  it has some stuyff that I am going to go put in practice on my other blogs right now so have a good day.
How to Get Inbound [...]]]></description>
			<content:encoded><![CDATA[<p>Reading time: 4 &#8211; 7 minutes</p>
<p>I was researching this topic for you when I ran across this excellent article and decided just to give you the whole thing.  it has some stuyff that I am going to go put in practice on my other blogs right now so have a good day.</p>
<p class="MsoNormal" style="text-indent: 0in; line-height: normal;">How to Get Inbound Links from Government and University Sites   by Dr. Deepak Dutta</p>
<p class="MsoNormal" style="margin-bottom: 0.0001pt; text-indent: 0in; line-height: normal;">
<p class="MsoNormal" style="margin-bottom: 0.0001pt; text-indent: 0in; line-height: normal;">
<p class="MsoNormal" style="margin-bottom: 0.0001pt; text-indent: 0in; line-height: normal;">The inbound link is the holy grail of web traffic. Getting inbound links from government and university sites is a testament to the quality of your site.</p>
<p class="MsoNormal" style="text-indent: 0in; line-height: normal;">You accumulate inbound links not only to increase traffic, but also to establish your site for providing high value to visitors. However, getting inbound links by link exchange or buying text links is not going to get you anywhere. You need to abandon those archaic ideas and jump forward with an inbound link strategy that provides high value authoritative links.</p>
<p class="MsoNormal" style="text-indent: 0in; line-height: normal;">To obtain high value authoritative links, your site must provide high values to its visitors. Original authoritative articles and tools to solve everyday problems are a few ways to provide a lasting value to web surfers. Before you embark on your link-building mission, create something valuable.</p>
<p class="MsoNormal" style="text-indent: 0in; line-height: normal;">Links from the government sites have very high value. If your site enables citizenry to interact directly with the government, it is an excellent candidate for a link back from the government site.</p>
<p class="MsoNormal" style="text-indent: 0in; line-height: normal;">Sites that provide community level services, for example location of Social Security Offices in the USA with interactive maps, will also have high potential for outbound links from government sites.</p>
<p class="MsoNormal" style="text-indent: 0in; line-height: normal;">Other types of sites that do well are sites that provide information about service performance, for example, a nursing home comparison site; sites that cross inter-governmental boundaries; and sites that allow transactions with the government, for example, filing taxes.<span id="more-56"></span></p>
<p class="MsoNormal" style="text-indent: 0in; line-height: normal;">If your site is a good fit for outbound links from government sites, start with usa.gov site. It is a central information hub for everything government. On the bottom of the page, you will see About Us and Contact Us links. Read their linking policy by clicking on the About Us before you contact them.</p>
<p class="MsoNormal" style="text-indent: 0in; line-height: normal;">You don’t have to confine yourself to the US government sites only. Explore the possibilities of getting links from foreign government sites also. But keep in mind that your site should provide some values to citizenry of those countries and people wanting to do with them.</p>
<p class="MsoNormal" style="text-indent: 0in; line-height: normal;">For example, most government embassy sites don’t display their embassy addresses in interactive maps. If your site pulls their addresses displayed in simple texts in a web page and place those addresses on Google maps for interactivity, you can contact them to put a link back to your site. Explain to them that your site adds additional value to their visitors by providing richer user experience.</p>
<p class="MsoNormal" style="text-indent: 0in; line-height: normal;">College and university sites provide a good opportunity to develop some authoritative inbound links. The key here is to provide services geared towards students. You may also be able to get links if a faculty member is interested in your contents.</p>
<p class="MsoNormal" style="text-indent: 0in; line-height: normal;">Don’t start spamming university forums, guest books, etc. People may attack your site and bring it down, report to your web host company or domain registrar. You will lose your credibility and reputation. Try to establish relationship by helping others. Let them know that you know your topics and are willing to share with them.</p>
<p class="MsoNormal" style="text-indent: 0in; line-height: normal;">If your site provides some valuable services to students, approach the appropriate university authority for linking. For example, if you have a tool that compares student loans from different sources and suggests the good ones depending on a student’s financial situation, university loan office will be willing to link to your site as a resource.</p>
<p class="MsoNormal" style="text-indent: 0in; line-height: normal;">If you have a blog with original and regularly updated contents that talk about impact of the technology on the society, you may approach a faculty in sociology to link to your site from his or her home page located in the university server.</p>
<p class="MsoNormal" style="text-indent: 0in; line-height: normal;">Government and university sites provide good opportunities for developing inbound links if your website has a match with their requirements. The key to that is quality contents and useful web tools. Once you meet their requirements, it is worth pursuing these entities for spreading your website links to them.</p>
<p class="MsoNormal" style="margin-bottom: 0.0001pt; text-indent: 0in; line-height: normal;">
<p class="MsoNormal" style="text-indent: 0in; line-height: normal;">
<p class="MsoNormal" style="text-indent: 0in; line-height: normal;"><strong>About the Author</strong></p>
<p class="MsoNormal" style="text-indent: 0in; line-height: normal;">Deepak has provided free online marketing tools like <a href="http://www.classifiedsforfree.com/">free classifieds</a> and <a href="http://www.freeadposting.com/">free ads</a> sites for more than a decade, followed by <a href="http://www.semanticbay.com/">article marketing</a> and social media <a href="http://www.digmypage.com/">link building</a> tools.</p>
]]></content:encoded>
			<wfw:commentRss>http://bradtheblogboy.com/traffic-building/links/high-value-links/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

