<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: alexking.info, Themed</title>
	<atom:link href="http://alexking.org/blog/2007/05/08/alexkinginfo-themed/feed" rel="self" type="application/rss+xml" />
	<link>http://alexking.org/blog/2007/05/08/alexkinginfo-themed</link>
	<description>Alex King, Denver Web Developer</description>
	<lastBuildDate>Thu, 24 May 2012 05:06:02 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: LiewCF</title>
		<link>http://alexking.org/blog/2007/05/08/alexkinginfo-themed#comment-56510</link>
		<dc:creator>LiewCF</dc:creator>
		<pubDate>Sun, 03 Jun 2007 21:02:01 +0000</pubDate>
		<guid isPermaLink="false">http://alexking.org/blog/2007/05/08/alexkinginfo-themed#comment-56510</guid>
		<description>very nice theme! would like to know any tips to create a custom tumblr theme
</description>
		<content:encoded><![CDATA[<p>very nice theme! would like to know any tips to create a custom tumblr theme</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: &#187; Tumblr - info.mattwalters.net / mattwalters.net</title>
		<link>http://alexking.org/blog/2007/05/08/alexkinginfo-themed#comment-56315</link>
		<dc:creator>&#187; Tumblr - info.mattwalters.net / mattwalters.net</dc:creator>
		<pubDate>Mon, 21 May 2007 23:08:57 +0000</pubDate>
		<guid isPermaLink="false">http://alexking.org/blog/2007/05/08/alexkinginfo-themed#comment-56315</guid>
		<description>[...] been slowly becoming more and more interested in Tumblr ever since Alex King mentioned it here and here (Alex is the best web aggregater I have found to date, I discover most things through him [...]</description>
		<content:encoded><![CDATA[<p>[...] been slowly becoming more and more interested in Tumblr ever since Alex King mentioned it here and here (Alex is the best web aggregater I have found to date, I discover most things through him [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tomek</title>
		<link>http://alexking.org/blog/2007/05/08/alexkinginfo-themed#comment-56118</link>
		<dc:creator>Tomek</dc:creator>
		<pubDate>Wed, 09 May 2007 15:26:54 +0000</pubDate>
		<guid isPermaLink="false">http://alexking.org/blog/2007/05/08/alexkinginfo-themed#comment-56118</guid>
		<description>Brilliant idea Alex i like the navigation menu,  Tumblr flexibility it&#039;s what I like the most. btw. I really enjoyed reading all of your posts. Itâ€™s interesting to read ideas, and observations from someone elseâ€™s point of viewâ€¦ makes you think more. Greetings</description>
		<content:encoded><![CDATA[<p>Brilliant idea Alex i like the navigation menu,  Tumblr flexibility it&#8217;s what I like the most. btw. I really enjoyed reading all of your posts. Itâ€™s interesting to read ideas, and observations from someone elseâ€™s point of viewâ€¦ makes you think more. Greetings</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marc LaFountain</title>
		<link>http://alexking.org/blog/2007/05/08/alexkinginfo-themed#comment-56106</link>
		<dc:creator>Marc LaFountain</dc:creator>
		<pubDate>Tue, 08 May 2007 21:41:56 +0000</pubDate>
		<guid isPermaLink="false">http://alexking.org/blog/2007/05/08/alexkinginfo-themed#comment-56106</guid>
		<description>Whoops, forgot that pasting the script would make the browser try to execute it. Fixed below (I think).

Tim Morgan at timmorgan.org was nice enough to help me get the Twitter favicon to show up at the end of all my Tweets on Tumblr.

Here is his code that turns Tweets into Tumblr Quotes:

http://snippets.dzone.com/posts/show/3665

And, here is a version of that code he helped me modify to add the Twitter favicon at the end:

&lt;script type=&quot;text/javascript&quot;&gt;
    onload = function() {
      var divs = document.getElementsByTagName(&#039;div&#039;);
      for(var i=0; i&lt;divs.length; i++) {
        if(divs[i].className == &#039;regular&#039; &amp;&amp; divs[i].innerHTML.match(/\(via.*Twitter\s\//)) {
          divs[i].className = &#039;quote&#039;;
          var q = divs[i].innerHTML;
          var t = q.replace(/^\s*.*?:/, &#039;&#039;).replace(/\(via [^\)]+\)/, &#039;&#039;);
          size = (t.length &gt; 75) ? &#039;medium&#039; : &#039;short&#039;;
          try {
            divs[i].innerHTML = &#039;&lt;div class=&quot;quote_text&quot;&gt;&lt;span class=&quot;&#039; + size + &#039;&quot;&gt;&#039; + t + &#039;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;source&quot;&gt;&#039; + q.match(/\((via [^\)]+)\)/)[1] + &#039;&lt;img src=&quot;http://twitter.com/favicon.ico&quot;/&gt;&lt;/div&gt;&#039;;
          } catch(e) {}
        }
      }
    }
&lt;/script&gt;

Marc  :-)</description>
		<content:encoded><![CDATA[<p>Whoops, forgot that pasting the script would make the browser try to execute it. Fixed below (I think).</p>
<p>Tim Morgan at timmorgan.org was nice enough to help me get the Twitter favicon to show up at the end of all my Tweets on Tumblr.</p>
<p>Here is his code that turns Tweets into Tumblr Quotes:</p>
<p><a href="http://snippets.dzone.com/posts/show/3665" rel="nofollow">http://snippets.dzon[...]ts/show/3665</a></p>
<p>And, here is a version of that code he helped me modify to add the Twitter favicon at the end:</p>
<p>&lt;script type=&#8221;text/javascript&#8221;&gt;<br />
    onload = function() {<br />
      var divs = document.getElementsByTagName(&#8216;div&#8217;);<br />
      for(var i=0; i&lt;divs.length; i++) {<br />
        if(divs[i].className == &#8216;regular&#8217; &amp;&amp; divs[i].innerHTML.match(/\(via.*Twitter\s\//)) {<br />
          divs[i].className = &#8216;quote&#8217;;<br />
          var q = divs[i].innerHTML;<br />
          var t = q.replace(/^\s*.*?:/, &#8221;).replace(/\(via [^\)]+\)/, &#8221;);<br />
          size = (t.length &gt; 75) ? &#8216;medium&#8217; : &#8216;short&#8217;;<br />
          try {<br />
            divs[i].innerHTML = &#8216;&lt;div class=&#8221;quote_text&#8221;&gt;&lt;span class=&#8221;&#8216; + size + &#8216;&#8221;&gt;&#8217; + t + &#8216;&lt;/span&gt;&lt;/div&gt;&lt;div class=&#8221;source&#8221;&gt;&#8217; + q.match(/\((via [^\)]+)\)/)[1] + &#8216;&lt;img src=&#8221;http://twitter.com/favicon.ico&#8221;/&gt;&lt;/div&gt;&#8217;;<br />
          } catch(e) {}<br />
        }<br />
      }<br />
    }<br />
&lt;/script&gt;</p>
<p>Marc  <img src='http://alexking.org/wp/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://alexking.org/blog/2007/05/08/alexkinginfo-themed#comment-56101</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Tue, 08 May 2007 18:24:33 +0000</pubDate>
		<guid isPermaLink="false">http://alexking.org/blog/2007/05/08/alexkinginfo-themed#comment-56101</guid>
		<description>Some folks I know use their blog as a tumblog. They pull in their del.icio.us links, their Flickr photos, etc. into their main blog. I don&#039;t particularly like that because it doesn&#039;t give visitors the choice to not receive these things.

For example, that is why I use Twitter Tools to display recent Twitter updates in the sidebar, but don&#039;t create posts from them.

Having a separate tumblog is a good compromise. And since I use Tumblr, it costs me virtually nothing to set it up.</description>
		<content:encoded><![CDATA[<p>Some folks I know use their blog as a tumblog. They pull in their del.icio.us links, their Flickr photos, etc. into their main blog. I don&#8217;t particularly like that because it doesn&#8217;t give visitors the choice to not receive these things.</p>
<p>For example, that is why I use Twitter Tools to display recent Twitter updates in the sidebar, but don&#8217;t create posts from them.</p>
<p>Having a separate tumblog is a good compromise. And since I use Tumblr, it costs me virtually nothing to set it up.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: danithew</title>
		<link>http://alexking.org/blog/2007/05/08/alexkinginfo-themed#comment-56100</link>
		<dc:creator>danithew</dc:creator>
		<pubDate>Tue, 08 May 2007 18:22:15 +0000</pubDate>
		<guid isPermaLink="false">http://alexking.org/blog/2007/05/08/alexkinginfo-themed#comment-56100</guid>
		<description>Alex, I have seen a few posts you&#039;ve written on this subject.  I&#039;m still trying to figure out why a person who has a blog already would use Tumblr.  Perhaps I&#039;m missing something.</description>
		<content:encoded><![CDATA[<p>Alex, I have seen a few posts you&#8217;ve written on this subject.  I&#8217;m still trying to figure out why a person who has a blog already would use Tumblr.  Perhaps I&#8217;m missing something.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

