<?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>Just the FAQs Blog &#187; RSS Feeds</title>
	<atom:link href="http://justthefaqs.net/blog/category/rss-feeds/feed/" rel="self" type="application/rss+xml" />
	<link>http://justthefaqs.net/blog</link>
	<description>Online Marketing Resources for Non-Geeks</description>
	<lastBuildDate>Thu, 20 May 2010 21:31:34 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Properly Align Images in your WordPress RSS Feed</title>
		<link>http://justthefaqs.net/blog/2010/01/20/properly-align-images-in-your-wordpress-rss-feed/</link>
		<comments>http://justthefaqs.net/blog/2010/01/20/properly-align-images-in-your-wordpress-rss-feed/#comments</comments>
		<pubDate>Wed, 20 Jan 2010 21:11:13 +0000</pubDate>
		<dc:creator>Just the FAQs</dc:creator>
				<category><![CDATA[RSS Feeds]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://justthefaqs.net/blog/?p=229</guid>
		<description><![CDATA[Properly align images in your WordPress RSS Feed]]></description>
			<content:encoded><![CDATA[<p><a rel="attachment wp-att-119" href="http://justthefaqs.net/blog/2009/12/06/the-3-parts-of-rss-feeds/rsstexttinybutton/"><img style=' float: left; padding: 4px; margin: 0 7px 2px 0;'  class="alignleft size-full wp-image-119" title="RSStexttinybutton" src="http://justthefaqs.net/blog/wp-content/uploads/2009/11/RSStexttinybutton.jpg" alt="" width="80" height="30" /></a>When was the last time you read your own blog’s RSS feed in a reader? Do you even subscribe to your feed? You might want to check what the folks who follow you are seeing.</p>
<p>In the most recent versions of WordPress, the code that aligns images with text in your blog posts has changed. While your posts look fine on your blog, they probably loose their formatting when being sent out on your RSS feed. It’s very likely that the image sits in its own paragraph, isolated from the associated text, which usually appears below the image instead of beside it.</p>
<p>There is a workaround for this problem. It’s not exactly a kosher fix, but it does resolve the problem for most feeds. A WordPress plugin has been designed by Janis Elsts called <a href="http://w-shadow.com/blog/2008/12/31/aligning-images-in-rss-feeds/ " target="_blank">Align RSS Images</a>.</p>
<p>It scans your RSS feed and ensures that every image has the correct alignment and margin settings. Basically, it appends the WordPress generated code with HTML elements that most all readers can use without error.</p>
<p>So, get the plugin and make your feed look as good as your post. Your followers will be delighted.</p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fjustthefaqs.net%2Fblog%2F2010%2F01%2F20%2Fproperly-align-images-in-your-wordpress-rss-feed%2F&amp;linkname=Properly%20Align%20Images%20in%20your%20WordPress%20RSS%20Feed"><img src="http://justthefaqs.net/blog/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://justthefaqs.net/blog/2010/01/20/properly-align-images-in-your-wordpress-rss-feed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The 3 Parts of RSS Feeds</title>
		<link>http://justthefaqs.net/blog/2009/12/06/the-3-parts-of-rss-feeds/</link>
		<comments>http://justthefaqs.net/blog/2009/12/06/the-3-parts-of-rss-feeds/#comments</comments>
		<pubDate>Sun, 06 Dec 2009 14:00:27 +0000</pubDate>
		<dc:creator>Just the FAQs</dc:creator>
				<category><![CDATA[RSS Feeds]]></category>

		<guid isPermaLink="false">http://justthefaqs.net/blog/?p=164</guid>
		<description><![CDATA[The 3 Parts of RSS Feeds]]></description>
			<content:encoded><![CDATA[<p><img style=' float: left; padding: 4px; margin: 0 7px 2px 0;'  class="alignleft size-full wp-image-70" title="OrangeRSSIcon" src="http://justthefaqs.net/blog/wp-content/uploads/2009/11/OrangeRSSIcon.jpg" alt="OrangeRSSIcon" width="50" height="49" />When most folks think of RSS feeds, the image of a little orange square comes to mind. That square is the well-known icon that indicates a feed subscription link is available.</p>
<p>There are actually three parts to a feed. They are:</p>
<ul>
<li>The subscription link.</li>
<li>The feed delivery service.</li>
<li>The feed reader (not to be confused with the person who is viewing the feed, which we’ll call the viewer).</li>
</ul>
<p>The feed subscription link is usually a logo or text link placed in the sidebar or header of a blog. When viewers subscribe to the feed, new blog posts will be delivered to them instantly and automatically without them having to go to the blog to view it.</p>
<p><img style=' float: left; padding: 4px; margin: 0 7px 2px 0;'  class="alignleft size-full wp-image-118" title="feedburner" src="http://justthefaqs.net/blog/wp-content/uploads/2009/11/feedburner.jpg" alt="feedburner" width="125" height="22" />The posts are delivered from the blog to the viewer through a feed service. The top service is FeedBurner. Burning a feed means that the blog post is auto-formatted to be compatible with any application the viewer uses to read it. FeedBurner also offers multiple ways to customize and optimize your feeds as well as giving you valuable stats on your subscribers.</p>
<p>One of the applications a viewer can use is known as a reader. There are three basic reader formats. The first is email. A viewer can choose to have your blog posts delivered directly to their inbox.</p>
<p><img style=' float: left; padding: 4px; margin: 0 7px 2px 0;'  class="alignleft size-full wp-image-165" title="googlereader" src="http://justthefaqs.net/blog/wp-content/uploads/2009/11/googlereader.jpg" alt="googlereader" width="90" height="90" />The second is an aggregator. This is the application that is generally referred to as a “feed reader.” It allows the viewer to build a virtual newspaper from multiple feeds all in one location. In other words, the viewer can go to their feed reader and view all posts from multiple blogs without having to visit each individual blog. They never miss a blog post. But, unless they remember to view it every day, they may not get the most time-sensitive information quickly.</p>
<p>The third application delivers posts to Internet-compatible phones. Blog posts must be formatted correctly to be read on small screens. They must also be optimized properly for quick upload to these devices.</p>
<p><img style=' float: left; padding: 4px; margin: 0 7px 2px 0;'  class="alignleft size-full wp-image-119" title="RSStexttinybutton" src="http://justthefaqs.net/blog/wp-content/uploads/2009/11/RSStexttinybutton.jpg" alt="RSStexttinybutton" width="80" height="30" />RSS actually stands for “Really Simple Syndication” meaning that your feed is also made available for posting in other sites. There are many sites on the internet that are hungry for good material. If they like your posts, they can subscribe to your feed and repost it on their site, giving you a much broader audience.</p>
<p>Click here for more info on <a href="http://bit.ly/O7uCH" target="_blank">why you need RSS feeds</a>.</p>
<p>Like this post? Share it on Twitter and Facebook by clicking the button below.</p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fjustthefaqs.net%2Fblog%2F2009%2F12%2F06%2Fthe-3-parts-of-rss-feeds%2F&amp;linkname=The%203%20Parts%20of%20RSS%20Feeds"><img src="http://justthefaqs.net/blog/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://justthefaqs.net/blog/2009/12/06/the-3-parts-of-rss-feeds/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why You Need a Blog with RSS Feeds</title>
		<link>http://justthefaqs.net/blog/2009/11/12/why-you-need-a-blog-with-rss-feeds/</link>
		<comments>http://justthefaqs.net/blog/2009/11/12/why-you-need-a-blog-with-rss-feeds/#comments</comments>
		<pubDate>Thu, 12 Nov 2009 05:00:55 +0000</pubDate>
		<dc:creator>Just the FAQs</dc:creator>
				<category><![CDATA[RSS Feeds]]></category>

		<guid isPermaLink="false">http://justthefaqs.net/blog/?p=56</guid>
		<description><![CDATA[Why you need a blog with RSS feeds.]]></description>
			<content:encoded><![CDATA[<p><img style=' float: left; padding: 4px; margin: 0 7px 2px 0;'  class="alignleft size-full wp-image-70" title="OrangeRSSIcon" src="http://justthefaqs.net/blog/wp-content/uploads/2009/11/OrangeRSSIcon.jpg" alt="OrangeRSSIcon" width="50" height="49" />One of the most important reasons for having a blog is that it gets you noticed. Even if you have a Web site, you still need a blog. Generally speaking, a blog gets ranked in the search engines much faster than a static Web site. Your blog posts will be registered and ranked quickly too.</p>
<p>Another good reason to have a blog is that it allows you to interact with your viewers, making the dissemination of news a more personalized experience.  It also allows the viewers to interact with one another, to a certain degree, by replying to each other’s comments. This creates a community environment and encourages viewers to become invested in your site, which means they will return again and again.</p>
<p>Because of the availability of comments, blogs can give you much-needed feedback for your ideas. It also allows you to address any questions a viewer might have about your post. By having the questions and answers available on your blog, where other viewers can see the concern addressed, you may not have to answer countless emails with the same question.</p>
<p>Blogs are great tools for simplifying the delivery of your information to multiple sites. By using RSS feeds, you can use the postings on your blog to automate the process of getting your information syndicated and your viewers immediately notified that there is a new post. You can even auto-populate other sites with just one post to your blog.</p>
<p>Like this post? Share it on Twitter and Facebook by clicking the button below.</p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fjustthefaqs.net%2Fblog%2F2009%2F11%2F12%2Fwhy-you-need-a-blog-with-rss-feeds%2F&amp;linkname=Why%20You%20Need%20a%20Blog%20with%20RSS%20Feeds"><img src="http://justthefaqs.net/blog/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://justthefaqs.net/blog/2009/11/12/why-you-need-a-blog-with-rss-feeds/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
