September 2008
5 posts
WatchWatch
Add an email widget to make it easy for people to email you and hide your email address from bad guys collecting emails. Before closing head tag (</head>): <script src="http://castr.appspot.com/js/helpers/form_mail_helper.js" type="text/javascript"></script> Html and CSS code that created the email widget: <div> <script type="text/javascript" charset="utf-8"> ...
Sep 22nd
14 notes
WatchWatch
Add a search history widget to your tumblr theme. Before closing head tag (</head>): <script src="http://castr.appspot.com/js/lib/core/prototype.js" type="text/javascript"></script> <script src="http://castr.appspot.com/js/lib/core/scriptaculous.js" type="text/javascript"></script> <script src="http://castr.appspot.com/js/lib/livepipe/livepipe.js"...
Sep 12th
16 notes
WatchWatch
Add search to your tumblelog with all the fancy search tags in the tumblr templating language. All the code that I used can be found on the Tumblr Staff’s tumblelog.
Sep 9th
2 notes
WatchWatch
Custom background color palette Before closing head tag (</head>): <script src="http://tomonrails.com/docs/lib/livepipe/lib/prototype.js" type="text/javascript"></script> <script src="http://tomonrails.com/docs/lib/livepipe/lib/scriptaculous.js" type="text/javascript"></script> <script src="http://tomonrails.com/docs/lib/livepipe/src/livepipe.js"...
Sep 7th
5 notes
WatchWatch
Use Outbrain’s free service to add a 5 star rating and recommendation system to your tumblelog.
Sep 3rd
9 notes
August 2008
3 posts
Tumblr Themes →
a collection of tumblr themes
Aug 21st
1 note
WatchWatch
Verbose pagination will help search engines index your site better.  Find out how to implement verbose pagination on your tumblelog.
Aug 21st
3 notes
function foo() { return "Hello World"; }
Aug 16th
2 notes