<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><atom:link rel="hub" href="http://tumblr.superfeedr.com/" xmlns:atom="http://www.w3.org/2005/Atom"/><description>
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));

var pageTracker = _gat._getTracker("UA-5368359-1");
pageTracker._trackPageview();
</description><title>tumblr-castr</title><generator>Tumblr (3.0; @castr)</generator><link>http://castr.tumblr.com/</link><item><title>Add an email widget to make it easy for people to email you and...</title><description>&lt;object type="application/x-shockwave-flash" width="400" height="300" data="http://vimeo.com/moogaloop.swf?clip_id=1785316&amp;server=vimeo.com&amp;fullscreen=1&amp;show_title=1&amp;show_byline=0&amp;show_portrait=0&amp;color=00ADEF"&gt;&lt;param name="quality" value="best" /&gt;&lt;param name="allowscriptaccess" value="always" /&gt;&lt;param name="allowfullscreen" value="true" /&gt;&lt;param name="scale" value="showAll" /&gt;&lt;param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=1785316&amp;server=vimeo.com&amp;fullscreen=1&amp;show_title=1&amp;show_byline=0&amp;show_portrait=0&amp;color=00ADEF" /&gt;&lt;embed src="http://www.vimeo.com/moogaloop.swf?clip_id=1785316&amp;server=www.vimeo.com&amp;show_title=1&amp;show_byline=0&amp;show_portrait=0&amp;color=00ADEF&amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="400" height="300"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;br/&gt;&lt;br/&gt;&lt;h2&gt;Add an email widget to make it easy for people to email you and hide your email address from bad guys collecting emails.&lt;/h2&gt;
&lt;p&gt;&lt;b&gt;Before closing head tag (&lt;/head&gt;):&lt;/b&gt;&lt;/p&gt;
&lt;pre&gt;&lt;code class="html"&gt;&lt;script src="http://castr.appspot.com/js/helpers/form_mail_helper.js" type="text/javascript"&gt;&lt;/script&gt;&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;&lt;b&gt;Html and CSS code that created the email widget:&lt;/b&gt;&lt;/p&gt;
&lt;pre&gt;&lt;code class="html"&gt;&lt;div&gt;&lt;br/&gt;  &lt;script type="text/javascript" charset="utf-8"&gt;&lt;br/&gt;    var greeting = 'Send me a message';&lt;br/&gt;    var pretty_name = 'castr';&lt;br/&gt;    var to = 'valde.maximus';&lt;br/&gt;    var domain = 'gmail.com'&lt;br/&gt;    var text_box_columns = '17';&lt;br/&gt;    var window_width = '200px';&lt;br/&gt;    var window_height = '250px';&lt;br/&gt;    var custom_style = "body{margin:0px;padding:0px;} #form_mail_widget{color:white;} p{margin-bottom:0px;padding-bottom:0px;} textarea,input{border:1px black solid;}";&lt;br/&gt;    draw_form_mail_widget(greeting, pretty_name, to, domain, text_box_columns, window_width, window_height, custom_style);&lt;br/&gt;  &lt;/script&gt;&lt;br/&gt;&lt;/div&gt;&lt;/code&gt;&lt;/pre&gt;</description><link>http://castr.tumblr.com/post/51236941</link><guid>http://castr.tumblr.com/post/51236941</guid><pubDate>Mon, 22 Sep 2008 07:58:20 -0600</pubDate></item><item><title>Add a search history widget to your tumblr theme.
Before closing...</title><description>&lt;object type="application/x-shockwave-flash" width="400" height="300" data="http://vimeo.com/moogaloop.swf?clip_id=1715473&amp;server=vimeo.com&amp;fullscreen=1&amp;show_title=1&amp;show_byline=0&amp;show_portrait=0&amp;color=00ADEF"&gt;&lt;param name="quality" value="best" /&gt;&lt;param name="allowscriptaccess" value="always" /&gt;&lt;param name="allowfullscreen" value="true" /&gt;&lt;param name="scale" value="showAll" /&gt;&lt;param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=1715473&amp;server=vimeo.com&amp;fullscreen=1&amp;show_title=1&amp;show_byline=0&amp;show_portrait=0&amp;color=00ADEF" /&gt;&lt;embed src="http://www.vimeo.com/moogaloop.swf?clip_id=1715473&amp;server=www.vimeo.com&amp;show_title=1&amp;show_byline=0&amp;show_portrait=0&amp;color=00ADEF&amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="400" height="300"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;br/&gt;&lt;br/&gt;&lt;h2&gt;Add a search history widget to your tumblr theme.&lt;/h2&gt;
&lt;p&gt;&lt;b&gt;Before closing head tag (&lt;/head&gt;):&lt;/b&gt;&lt;/p&gt;
&lt;pre&gt;&lt;code class="html"&gt;&lt;script src="http://castr.appspot.com/js/lib/core/prototype.js" type="text/javascript"&gt;&lt;/script&gt;&lt;br/&gt;&lt;script src="http://castr.appspot.com/js/lib/core/scriptaculous.js" type="text/javascript"&gt;&lt;/script&gt;&lt;br/&gt;&lt;script src="http://castr.appspot.com/js/lib/livepipe/livepipe.js" type="text/javascript"&gt;&lt;/script&gt;&lt;br/&gt;&lt;script src="http://castr.appspot.com/js/lib/livepipe/cookie.js" type="text/javascript"&gt;&lt;/script&gt;&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;&lt;b&gt;Html and CSS code that created the search history widget:&lt;/b&gt;&lt;/p&gt;
&lt;pre&gt;&lt;code class="html"&gt;&lt;style type="text/css" media="screen"&gt;&lt;br/&gt;  #search,&lt;br/&gt;  #search-history {margin-bottom:1em;}&lt;br/&gt;  #search-item {padding-left:6px;}&lt;br/&gt;  .search-item-odd {background-color:#ffa23c;}&lt;br/&gt;  .search-item-even {background-color:#ff922c;}&lt;br/&gt;&lt;/style&gt;&lt;br/&gt;&lt;br/&gt;&lt;div id="search"&gt;&lt;br/&gt;  &lt;form action="/search" method="get"&gt;&lt;br/&gt;      &lt;input type="text" id="q" name="q" value="{SearchQuery}"/&gt;&lt;br/&gt;      &lt;input type="submit" value="Search"/&gt;&lt;br/&gt;  &lt;/form&gt;&lt;br/&gt;&lt;/div&gt;&lt;br/&gt;&lt;br/&gt;&lt;div id="search-history"&gt;&lt;br/&gt;  &lt;h4&gt;Search History&lt;/h4&gt;&lt;br/&gt;  &lt;script type="text/javascript" src="http://castr.appspot.com/js/helpers/search_history_helper.js"&gt;&lt;/script&gt;&lt;br/&gt;  &lt;script type="text/javascript" charset="utf-8"&gt;&lt;br/&gt;    historysize = 3;&lt;br/&gt;    saveSearch('{SearchQuery}', '{URLSafesearchQuery}', historysize);&lt;br/&gt;    drawHistory("search-history");&lt;br/&gt;  &lt;/script&gt;&lt;br/&gt;&lt;/div&gt;&lt;/code&gt;&lt;/pre&gt;</description><link>http://castr.tumblr.com/post/49863723</link><guid>http://castr.tumblr.com/post/49863723</guid><pubDate>Fri, 12 Sep 2008 08:11:00 -0600</pubDate></item><item><title>Add search to your tumblelog with all the fancy search tags in...</title><description>&lt;object type="application/x-shockwave-flash" width="400" height="300" data="http://vimeo.com/moogaloop.swf?clip_id=1695941&amp;server=vimeo.com&amp;fullscreen=1&amp;show_title=1&amp;show_byline=0&amp;show_portrait=0&amp;color=00ADEF"&gt;&lt;param name="quality" value="best" /&gt;&lt;param name="allowscriptaccess" value="always" /&gt;&lt;param name="allowfullscreen" value="true" /&gt;&lt;param name="scale" value="showAll" /&gt;&lt;param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=1695941&amp;server=vimeo.com&amp;fullscreen=1&amp;show_title=1&amp;show_byline=0&amp;show_portrait=0&amp;color=00ADEF" /&gt;&lt;embed src="http://www.vimeo.com/moogaloop.swf?clip_id=1695941&amp;server=www.vimeo.com&amp;show_title=1&amp;show_byline=0&amp;show_portrait=0&amp;color=00ADEF&amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="400" height="300"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;Add search to your tumblelog with all the fancy search tags in the tumblr templating language.&lt;/p&gt;
&lt;p&gt;All the code that I used can be found on the &lt;a href="http://staff.tumblr.com/post/46078210/tumblelog-search"&gt;Tumblr Staff’s tumblelog&lt;/a&gt;.&lt;/p&gt;</description><link>http://castr.tumblr.com/post/49410052</link><guid>http://castr.tumblr.com/post/49410052</guid><pubDate>Tue, 09 Sep 2008 08:11:00 -0600</pubDate></item><item><title>Custom background color palette
Before closing head tag...</title><description>&lt;object type="application/x-shockwave-flash" width="400" height="300" data="http://vimeo.com/moogaloop.swf?clip_id=1681622&amp;server=vimeo.com&amp;fullscreen=1&amp;show_title=1&amp;show_byline=0&amp;show_portrait=0&amp;color=00ADEF"&gt;&lt;param name="quality" value="best" /&gt;&lt;param name="allowscriptaccess" value="always" /&gt;&lt;param name="allowfullscreen" value="true" /&gt;&lt;param name="scale" value="showAll" /&gt;&lt;param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=1681622&amp;server=vimeo.com&amp;fullscreen=1&amp;show_title=1&amp;show_byline=0&amp;show_portrait=0&amp;color=00ADEF" /&gt;&lt;embed src="http://www.vimeo.com/moogaloop.swf?clip_id=1681622&amp;server=www.vimeo.com&amp;show_title=1&amp;show_byline=0&amp;show_portrait=0&amp;color=00ADEF&amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="400" height="300"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;Custom background color palette&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Before closing head tag (&lt;/head&gt;):&lt;/b&gt;&lt;/p&gt;
&lt;pre&gt;&lt;code class="html"&gt;
  &lt;script src="http://tomonrails.com/docs/lib/livepipe/lib/prototype.js" type="text/javascript"&gt;&lt;/script&gt;&lt;br/&gt;  &lt;script src="http://tomonrails.com/docs/lib/livepipe/lib/scriptaculous.js" type="text/javascript"&gt;&lt;/script&gt;&lt;br/&gt;  &lt;script src="http://tomonrails.com/docs/lib/livepipe/src/livepipe.js" type="text/javascript"&gt;&lt;/script&gt;&lt;br/&gt;  &lt;script src="http://tomonrails.com/docs/lib/livepipe/src/cookie.js" type="text/javascript"&gt;&lt;/script&gt;&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;&lt;b&gt;After opening body tag (&lt;body id=”body”&gt;):&lt;/b&gt;&lt;/p&gt;
&lt;pre&gt;&lt;code class="html"&gt;
  &lt;script src="http://tomonrails.com/docs/castr-js/palette.js" type="text/javascript"&gt;&lt;/script&gt;&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;&lt;b&gt;Html and CSS code that created the demo swatch palette:&lt;/b&gt;&lt;/p&gt;
&lt;pre&gt;&lt;code class="html"&gt;
 &lt;style type="text/css" media="screen"&gt;&lt;br/&gt;  .swatch {&lt;br/&gt;    border:0.3em lightgray solid;&lt;br/&gt;    float:right;&lt;br/&gt;    cursor:pointer&lt;br/&gt;  }&lt;br/&gt;&lt;/style&gt;&lt;br/&gt;&lt;br/&gt;&lt;div id="palette"&gt;&lt;br/&gt;  &lt;script type="text/javascript" charset="utf-8"&gt;&lt;br/&gt;    drawSwatch('#FF0000', "1em", "1em", 'red');&lt;br/&gt;    drawSwatch('#00FF00', "1em", "1em", 'green');&lt;br/&gt;    drawSwatch('#0000FF', "1em", "1em", 'blue');&lt;br/&gt;    drawSwatch('#ffffff', "1em", "1em", 'white');&lt;br/&gt;  &lt;/script&gt;&lt;br/&gt;&lt;/div&gt;&lt;/code&gt;&lt;/pre&gt;</description><link>http://castr.tumblr.com/post/49078119</link><guid>http://castr.tumblr.com/post/49078119</guid><pubDate>Sat, 06 Sep 2008 22:55:00 -0600</pubDate></item><item><title>Use Outbrain’s free service to add a 5 star rating and...</title><description>&lt;object type="application/x-shockwave-flash" width="400" height="300" data="http://vimeo.com/moogaloop.swf?clip_id=1656782&amp;server=vimeo.com&amp;fullscreen=1&amp;show_title=1&amp;show_byline=0&amp;show_portrait=0&amp;color=00ADEF"&gt;&lt;param name="quality" value="best" /&gt;&lt;param name="allowscriptaccess" value="always" /&gt;&lt;param name="allowfullscreen" value="true" /&gt;&lt;param name="scale" value="showAll" /&gt;&lt;param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=1656782&amp;server=vimeo.com&amp;fullscreen=1&amp;show_title=1&amp;show_byline=0&amp;show_portrait=0&amp;color=00ADEF" /&gt;&lt;embed src="http://www.vimeo.com/moogaloop.swf?clip_id=1656782&amp;server=www.vimeo.com&amp;show_title=1&amp;show_byline=0&amp;show_portrait=0&amp;color=00ADEF&amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="400" height="300"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;Use Outbrain’s free service to add a 5 star rating and recommendation system to your tumblelog.&lt;/p&gt;</description><link>http://castr.tumblr.com/post/48565441</link><guid>http://castr.tumblr.com/post/48565441</guid><pubDate>Wed, 03 Sep 2008 08:21:00 -0600</pubDate></item><item><title>Tumblr Themes</title><description>&lt;a href="http://customthemes.tumblr.com"&gt;Tumblr Themes&lt;/a&gt;: &lt;p&gt;a collection of tumblr themes&lt;/p&gt;</description><link>http://castr.tumblr.com/post/46748733</link><guid>http://castr.tumblr.com/post/46748733</guid><pubDate>Wed, 20 Aug 2008 16:22:33 -0600</pubDate></item><item><title>Verbose pagination will help search engines index your site...</title><description>&lt;object type="application/x-shockwave-flash" width="400" height="300" data="http://vimeo.com/moogaloop.swf?clip_id=1656668&amp;server=vimeo.com&amp;fullscreen=1&amp;show_title=1&amp;show_byline=0&amp;show_portrait=0&amp;color=00ADEF"&gt;&lt;param name="quality" value="best" /&gt;&lt;param name="allowscriptaccess" value="always" /&gt;&lt;param name="allowfullscreen" value="true" /&gt;&lt;param name="scale" value="showAll" /&gt;&lt;param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=1656668&amp;server=vimeo.com&amp;fullscreen=1&amp;show_title=1&amp;show_byline=0&amp;show_portrait=0&amp;color=00ADEF" /&gt;&lt;embed src="http://www.vimeo.com/moogaloop.swf?clip_id=1656668&amp;server=www.vimeo.com&amp;show_title=1&amp;show_byline=0&amp;show_portrait=0&amp;color=00ADEF&amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="400" height="300"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;Verbose pagination will help search engines index your site better.  Find out how to implement verbose pagination on your tumblelog.&lt;/p&gt;</description><link>http://castr.tumblr.com/post/48366051</link><guid>http://castr.tumblr.com/post/48366051</guid><pubDate>Wed, 20 Aug 2008 16:20:00 -0600</pubDate></item><item><title>function foo() {
  return "Hello World";
}</title><description>&lt;p&gt;&lt;pre&gt;&lt;code class="javascript"&gt;function foo() {
  return "Hello World";
}&lt;/code&gt;&lt;/pre&gt;&lt;/p&gt;</description><link>http://castr.tumblr.com/post/46748449</link><guid>http://castr.tumblr.com/post/46748449</guid><pubDate>Fri, 15 Aug 2008 16:19:00 -0600</pubDate></item></channel></rss>
