<?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/"
	xmlns:series="http://unfoldingneurons.com/"
	>

<channel>
	<title>MamaBlogga &#187; google reader</title>
	<atom:link href="http://www.mamablogga.com/tag/google-reader/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mamablogga.com</link>
	<description>mom&#039;s search for meaning</description>
	<lastBuildDate>Sat, 11 Feb 2012 07:25:08 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Get images to display right in feed readers</title>
		<link>http://www.mamablogga.com/images-display-feed-readers/</link>
		<comments>http://www.mamablogga.com/images-display-feed-readers/#comments</comments>
		<pubDate>Wed, 09 Dec 2009 23:24:51 +0000</pubDate>
		<dc:creator>Jordan</dc:creator>
				<category><![CDATA[MetaBlogging]]></category>
		<category><![CDATA[google reader]]></category>
		<category><![CDATA[images]]></category>
		<category><![CDATA[readers]]></category>

		<guid isPermaLink="false">http://www.mamablogga.com/?p=2048</guid>
		<description><![CDATA[Today&#8217;s quick blogging tip is mostly for WordPress users, WordPress.com and self-hosted. Have you ever worked so hard on perfecting your latest post, putting in the most awesome images to go along with it, carefully centering them and aligning them left and right until it looks perfect? I know I have. And then the post [...]]]></description>
			<content:encoded><![CDATA[<p>Today&#8217;s quick blogging tip is mostly for WordPress users, WordPress.com and self-hosted. Have you ever worked so hard on perfecting your latest post, putting in the most awesome images to go along with it, carefully centering them and aligning them left and right until it looks perfect? I know I have. And then the post comes up in my feed reader and it looks like this:</p>
<p><img class="aligncenter size-full wp-image-2049" title="image align" src="http://www.mamablogga.com/wp-content/uploads/2009/12/image-align.png" alt="image align" width="500" height="249" /></p>
<p>What happened to all that careful work?</p>
<p>Well, to get technical, website incompatibilities. The latest version of WordPress adds a special code to align images using the design coded into WP sites with cascading style sheets (CSS). However, when that post with that special code goes out to other sites, like Bloglines and Google Reader, those sites don&#8217;t have the same CSS, so they can&#8217;t understand the code.</p>
<p>What to do?</p>
<p>Well, the answer is a little bit technical—but admit it, you&#8217;ve always wanted to learn a little HTML and CSS and feel cool, right?</p>
<h3>The fix</h3>
<p>As normal, upload your image and select your alignment.<br />
<img src="http://www.mamablogga.com/wp-content/uploads/2009/12/image-align2.png" alt="image align2" title="image align2" width="300" height="216" class="aligncenter size-full wp-image-2054" /></p>
<p>When you return to your post window, find the HTML tab at the top of the post box and click on it. This changes your view of the post to see the code behind it.<br />
<img src="http://www.mamablogga.com/wp-content/uploads/2009/12/image-align3.png" alt="image align3" title="image align3" width="520" height="92" class="aligncenter size-full wp-image-2053" /></p>
<p>Find the code for your image. It will look something like this:</p>
<blockquote><p>
&lt;img title=&quot;image align&quot; src=&quot;<strong>Your File Path on your site</strong>/2009/12/image-align.png&quot; alt=&quot;image align&quot; width=&quot;500&quot; height=&quot;249&quot; class=&quot;<span style="color:green;">aligncenter</span> size-full wp-image-1695&quot; /&gt;
</p></blockquote>
<p>The green part is the WordPress CSS code that puts the image where you want it (center/right/left).</p>
<p>To fix it, you will add a little snippet of code to this section, before the /&gt; :</p>
<blockquote><p>
align=&quot;left&quot; (or right or center)
</p></blockquote>
<p>Save your draft and it should show up right in feed readers now! (You can also switch back to the Visual tab now.)</p>
<p>Technical note 1: the align element is &#8220;deprecated,&#8221; meaning that it&#8217;s outdated and at some future date, it may not work anymore. However, this is just a quick fix; it doesn&#8217;t have to work forever because you have the other WordPress code in place. If you want the &#8220;real&#8221; code to make it work, the &#8220;permanent&#8221; solution (the currently acceptable HTML/CSS code for this) is <span style="color:blue;">style=&quot;float:left;&quot;</span> . If you can remember that, great. If not, don&#8217;t sweat it.</p>
<p>Technical note 2: this method also works to align your images if your template doesn&#8217;t have the special WordPress code in the CSS, but you can also add this to your style.css file (found under Appearance&gt;Editor):</p>
<blockquote><p>
.aligncenter {display: block;margin-left: auto;margin-right: auto;}<br />
.alignleft {float: left;}<br />
.alignright {float: right;}
</p></blockquote>
<p>However, feed readers will still need the help until they get with the program, I guess.</p>
<div id='reaction_buttons_post2048' class='reaction_buttons'>
<div class="reaction_buttons_tagline">How does this post make you feel?</div>
<p><a class='reaction_button reaction_button_Encouraged_count' href="javascript:reaction_buttons_increment_button_ajax('2048', 'Encouraged');">Encouraged&nbsp;<span class='count'>(<span class='count_number'>0</span>)</span></a> <a class='reaction_button reaction_button_Fulfilled_count' href="javascript:reaction_buttons_increment_button_ajax('2048', 'Fulfilled');">Fulfilled&nbsp;<span class='count'>(<span class='count_number'>0</span>)</span></a> <a class='reaction_button reaction_button_Informed_count' href="javascript:reaction_buttons_increment_button_ajax('2048', 'Informed');">Informed&nbsp;<span class='count'>(<span class='count_number'>0</span>)</span></a> <a class='reaction_button reaction_button_Smart_count' href="javascript:reaction_buttons_increment_button_ajax('2048', 'Smart');">Smart&nbsp;<span class='count'>(<span class='count_number'>0</span>)</span></a> <a class='reaction_button reaction_button_Entertained_count' href="javascript:reaction_buttons_increment_button_ajax('2048', 'Entertained');">Entertained&nbsp;<span class='count'>(<span class='count_number'>0</span>)</span></a> <a class='reaction_button reaction_button_Amused_count' href="javascript:reaction_buttons_increment_button_ajax('2048', 'Amused');">Amused&nbsp;<span class='count'>(<span class='count_number'>0</span>)</span></a> </div>
<img src="http://www.mamablogga.com/?ak_action=api_record_view&id=2048&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.mamablogga.com/images-display-feed-readers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>RSS Awareness Day!</title>
		<link>http://www.mamablogga.com/rss-awareness-day/</link>
		<comments>http://www.mamablogga.com/rss-awareness-day/#comments</comments>
		<pubDate>Thu, 01 May 2008 16:00:55 +0000</pubDate>
		<dc:creator>Jordan</dc:creator>
				<category><![CDATA[MetaBlogging]]></category>
		<category><![CDATA[blogging-tip]]></category>
		<category><![CDATA[bloglines]]></category>
		<category><![CDATA[google reader]]></category>
		<category><![CDATA[rss]]></category>

		<guid isPermaLink="false">http://www.mamablogga.com/rss-awareness-day/</guid>
		<description><![CDATA[We interrupt our previously scheduled Making Mother&#8217;s day merry post for a public service announcement. Today is RSS Awareness Day (and no, I didn&#8217;t make that up: see RSSDay.org). Tired of visiting all your favorite blogs only to discover that they don&#8217;t have any updates? Maybe it&#8217;s time to look at converting to RSS. RSS, [...]]]></description>
			<content:encoded><![CDATA[<p><em>We interrupt our previously scheduled Making Mother&#8217;s day merry post for a public service announcement.</em></p>
<p>Today is RSS Awareness Day (and no, I didn&#8217;t make that up: see <a href="http://rssday.org/">RSSDay.org</a>).  Tired of visiting all your favorite blogs only to discover that they don&#8217;t have any updates?  Maybe it&#8217;s time to look at converting to RSS.</p>
<p>RSS, which is usually said to stand for &#8220;Really Simple Syndication,&#8221; is an easy way to have updates from your favorite blogs sent to you&mdash;either to your email or to an RSS reader.</p>
<p>If this sounds appealing to you, check out my post on <a href="http://www.mamablogga.com/whats-rss/">What&#8217;s RSS?</a> to learn more.  Already using RSS in a reader and your blog?  The post also has tips for getting more out of your blog&#8217;s RSS feed!</p>
<p>If RSS still sounds rather mysterious, you might want to review the video in the <a href="http://www.mamablogga.com/whats-rss/">What&#8217;s RSS</a> post for an easy-to-understand explanation of how it all works!</p>
<p><script src="http://blip.tv/scripts/pokkariPlayer.js" type="text/javascript"></script><script src="http://blip.tv/syndication/write_player?skin=js&amp;posts_id=209879&amp;source=3&amp;autoplay=true&amp;file_type=flv&amp;player_width=&amp;player_height=" type="text/javascript"></script></p>
<p>My readers&#8217; most popular feed readers are <a href="http://www.google.com/reader/">Google Reader</a>, which is what I use (you can also use the iGoogle personalized homepage under this one) and <a href="http://bloglines.com">Bloglines</a>.  To receive updates from MamaBlogga in your RSS reader or email inbox, click on the image or text links to the right!</p>
<p><em>Back to your regularly scheduled blogging, already in progress.</em></p>
<div id='reaction_buttons_post895' class='reaction_buttons'>
<div class="reaction_buttons_tagline">How does this post make you feel?</div>
<p><a class='reaction_button reaction_button_Encouraged_count' href="javascript:reaction_buttons_increment_button_ajax('895', 'Encouraged');">Encouraged&nbsp;<span class='count'>(<span class='count_number'>0</span>)</span></a> <a class='reaction_button reaction_button_Fulfilled_count' href="javascript:reaction_buttons_increment_button_ajax('895', 'Fulfilled');">Fulfilled&nbsp;<span class='count'>(<span class='count_number'>0</span>)</span></a> <a class='reaction_button reaction_button_Informed_count' href="javascript:reaction_buttons_increment_button_ajax('895', 'Informed');">Informed&nbsp;<span class='count'>(<span class='count_number'>0</span>)</span></a> <a class='reaction_button reaction_button_Smart_count' href="javascript:reaction_buttons_increment_button_ajax('895', 'Smart');">Smart&nbsp;<span class='count'>(<span class='count_number'>0</span>)</span></a> <a class='reaction_button reaction_button_Entertained_count' href="javascript:reaction_buttons_increment_button_ajax('895', 'Entertained');">Entertained&nbsp;<span class='count'>(<span class='count_number'>0</span>)</span></a> <a class='reaction_button reaction_button_Amused_count' href="javascript:reaction_buttons_increment_button_ajax('895', 'Amused');">Amused&nbsp;<span class='count'>(<span class='count_number'>0</span>)</span></a> </div>
<img src="http://www.mamablogga.com/?ak_action=api_record_view&id=895&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.mamablogga.com/rss-awareness-day/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

