<?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>rowast[DOT]com &#187; google</title>
	<atom:link href="http://rowast.com/tag/google/feed/" rel="self" type="application/rss+xml" />
	<link>http://rowast.com</link>
	<description>personally impersonable</description>
	<lastBuildDate>Thu, 24 May 2012 07:23:14 +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>google reader css</title>
		<link>http://rowast.com/2008/08/17/google-reader-css/</link>
		<comments>http://rowast.com/2008/08/17/google-reader-css/#comments</comments>
		<pubDate>Sun, 17 Aug 2008 07:30:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[reader]]></category>
		<category><![CDATA[xhtml]]></category>

		<guid isPermaLink="false">http://rowast.com/?p=149</guid>
		<description><![CDATA[Like many people I use Google Reader, and like many people I share stories that I find particularly interesting with my friends on reader. However when redesigning my blog I wanted a way to incorporate reader into it. I looked &#8230; <a href="http://rowast.com/2008/08/17/google-reader-css/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Like many people I use <a href="http://reader.google.com">Google Reader</a>, and like many people I share stories that I find particularly interesting with my friends on reader.  However when redesigning my blog I wanted a way to incorporate reader into it.  I looked at various wordpress plug-ins that could get the job done, but none seemed to fit my needs precisely right.</p>
<p>I finally found what I was looking for at Google Reader itself, via their add a clip feature (you can find this link by clicking on in the left side navigation area).  When you use google reader they give you everything you could ask for, title, color scheme, number of shared items to post and whether or not to post item sources.  You can find google reader stylized for my site, in my sidebar (as of this writing).</p>
<p>All of this is wonderful except for one minor thing, google provides no assistance at all when it comes to the option of no color scheme.  That means no xhtml source to examine or css source.  You could get around that with firefox&#8217;s view selection source feature, however if you don&#8217;t have firefox this provides no help at all.</p>
<p>It is with that in mind that I am writing this post, below is sample xhtml source code, that I will explain after the code is posted.</p>
<p><code><br />
&lt;div id="readerpublishermodule0" class="reader-publisher-module"&gt;<br />
&lt;h3&gt;robert’s shared items&lt;/h3&gt;<br />
&lt;ul&gt;<br />
&lt;li&gt;<br />
&lt;a class="i" title="Happy Birthday, iMac" href="#"&gt;Happy Birthday, iMac&lt;/a&gt;<br />
&lt;div class="s"&gt;<br />
from &lt;a href="#"&gt;The Unofficial Apple Weblog (TUAW)&lt;/a&gt;<br />
&lt;/div&gt;<br />
&lt;/li&gt;<br />
&lt;li&gt;<br />
&lt;a class="i" title="Happy Birthday, iMac" href="#"&gt;Happy Birthday, iMac&lt;/a&gt;<br />
&lt;div class="s"&gt;<br />
from &lt;a href="#"&gt;The Unofficial Apple Weblog (TUAW)&lt;/a&gt;<br />
&lt;/div&gt;<br />
&lt;/li&gt;<br />
&lt;li&gt;<br />
&lt;a class="i" title="Happy Birthday, iMac" href="#"&gt;Happy Birthday, iMac&lt;/a&gt;<br />
&lt;div class="s"&gt;<br />
from &lt;a href="#"&gt;The Unofficial Apple Weblog (TUAW)&lt;/a&gt;<br />
&lt;/div&gt;<br />
&lt;/li&gt;<br />
&lt;li&gt;<br />
&lt;a class="i" title="Happy Birthday, iMac" href="#"&gt;Happy Birthday, iMac&lt;/a&gt;<br />
&lt;div class="s"&gt;<br />
from &lt;a href="#"&gt;The Unofficial Apple Weblog (TUAW)&lt;/a&gt;<br />
&lt;/div&gt;<br />
&lt;/li&gt;<br />
&lt;li&gt;<br />
&lt;a class="i" title="Happy Birthday, iMac" href="#"&gt;Happy Birthday, iMac&lt;/a&gt;<br />
&lt;div class="s"&gt;<br />
from &lt;a href="#"&gt;The Unofficial Apple Weblog (TUAW)&lt;/a&gt;<br />
&lt;/div&gt;<br />
&lt;/li&gt;<br />
&lt;/ul&gt;<br />
&lt;div class="f"&gt;<br />
&lt;a href="#"&gt;Read more…&lt;/a&gt;<br />
&lt;/div&gt;<br />
&lt;/div&gt;<br />
</code></p>
<p>The primary container for the shared items is a selector named &#8220;reader-publisher-module&#8221;, it contains everything provided by google reader.  The header provided by google is contained in a h3 element inside of the main container.  Each headline link and source link is contained inside of a list element inside of the main container as well.  The headline link is held inside this list item in a selector with the name &#8220;i&#8221;.  The source is held inside this list element in a container named &#8220;s&#8221;.  The read more link is contained inside of a selector named &#8220;f&#8221; inside of the main container.</p>
<p>Listed below is the css used in my current theme to make google reader appear appropriately, hopefully it can help you if you need it.</p>
<p><code><br />
/* google reader from section */<br />
.reader-publisher-module .s {<br />
	text-indent: 5px;<br />
}<br />
<br/><br />
/* from link */<br />
.reader-publisher-module .s a {<br />
	color: #660505;<br />
	text-decoration: none;<br />
}<br />
<br/><br />
/* headline link */<br />
.reader-publisher-module .i {<br />
	font-size: 10pt;<br />
	font-weight: bold;<br />
	line-height: 10pt;<br />
	text-decoration: none;<br />
	display: block;<br />
}<br />
<br/><br />
/* google reader read more section */<br />
.reader-publisher-module .f {<br />
	display: none;<br />
}<br />
<br/><br />
.reader-publisher-module .f  a {<br />
}<br />
</code></p>
<p>This information was hard for me to find, so hopefully listing it here will help someone, if you need any further assistance post a comment, and I will see what I do do.</p>
]]></content:encoded>
			<wfw:commentRss>http://rowast.com/2008/08/17/google-reader-css/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google hates my city</title>
		<link>http://rowast.com/2008/04/24/google-hates-my-city/</link>
		<comments>http://rowast.com/2008/04/24/google-hates-my-city/#comments</comments>
		<pubDate>Fri, 25 Apr 2008 00:39:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[googlemaps]]></category>
		<category><![CDATA[lakewoodca]]></category>
		<category><![CDATA[local]]></category>
		<category><![CDATA[photos]]></category>

		<guid isPermaLink="false">http://rowast.com/?p=1489</guid>
		<description><![CDATA[I noticed at work that my area which had been devoid of any street viewer images on Google Maps, now was blanketed with coverage. Well make that parts of my area are blanketed by Google Street View. As the pic &#8230; <a href="http://rowast.com/2008/04/24/google-hates-my-city/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I noticed at work that my area which had been devoid of any street viewer images on Google Maps, now was blanketed with coverage.  Well make that parts of my area are blanketed by Google Street View.</p>
<p>As the pic below will attest, Google hates my city, or at least overlooks it.</p>
<p><a href="http://www.flickr.com/photos/newfoundnoise82/2439206907/" title="lakewood, ca - Google Maps by rowast, on Flickr"><img src="http://farm3.static.flickr.com/2165/2439206907_952450f0d5_o.jpg" width="430" height="325" alt="lakewood, ca - Google Maps" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://rowast.com/2008/04/24/google-hates-my-city/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>the night after leopard</title>
		<link>http://rowast.com/2007/10/27/the-night-after-leopard/</link>
		<comments>http://rowast.com/2007/10/27/the-night-after-leopard/#comments</comments>
		<pubDate>Sat, 27 Oct 2007 08:57:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[gmail]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[photos]]></category>
		<category><![CDATA[tech]]></category>

		<guid isPermaLink="false">http://www.newfoundnoise82.com/?p=238</guid>
		<description><![CDATA[It&#8217;s the night after the leopard launch and google actually gave me a present, just before bed I noticed that finally at long last (a week) my gmail has been IMAP-ified, now for the moment this means no change for &#8230; <a href="http://rowast.com/2007/10/27/the-night-after-leopard/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.flickr.com/photos/newfoundnoise82/1772236144/" title="Photo Sharing"><img src="http://farm3.static.flickr.com/2079/1772236144_4e45d474a3_o.png" width="400" height="160" alt="gmailimap" /></a></p>
<p>It&#8217;s the night after the leopard launch and google actually gave me a present, just before bed I noticed that finally at long last (a week) my gmail has been IMAP-ified, now for the moment this means no change for me.  Also, for most people this will mean nothing, and considering I needed to be in bed a while ago I won&#8217;t go into details, but I will say this, this is a vast improvement over pop.</p>
<p>So thank you google, and for you leopard people, I am jealous as all hell.</p>
]]></content:encoded>
			<wfw:commentRss>http://rowast.com/2007/10/27/the-night-after-leopard/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

