Tagged as “Tumblr

Tumblr Notifier for Google Chrome»

I started using Chrome. So I finally got around to porting Notifier over.

As always, the source is on Github.

Tagged as: tumblr extension chrome

Tumblr Notifier is resurrected.»

Notifier was broken for a bit after Tumblr changed they way they handle new post notifications. I’m happy to report it’s now back up and running. If you have Safari and love getting notified when new content appears in your Dashboard, grab it! You don’t even need to enter your credentials anymore.

Source code is available as always.

If I have time, I’ll look into making a Chrome version next.

Tagged as: tumblr safari extension

Listenr version 1.0 Submitted!

listenrapp:

Hao and I are thrilled to announce that Listenr has been submitted to the App Store. Hopefully it’ll be in your hands in a week’s time.

Follow this blog or our Twitter account to be notified of its availability.

This is what I’ve been working on over winter break with my buddy Hao Lian. It’s a music player for audio posts on Tumblr. For now, it’s restricted to songs in your Dashboard and Liked posts.

I fear I might be out of the country when it hits the App Store. I leave for Israel on the 3rd. Here’s to hoping for a quick, painless review process.

Tagged as: iPhone Listenr Tumblr

Tumblr Dashboard Notifier Safari Extension»

This is my first attempt at a Safari Extension. It uses the new Dashboard API to poll for unread posts in the background while you browse the web.

The source code is on github.

Tagged as: Tumblr API Safari Extension

Compatriot Theme v.4»

The latest version of Compatriot has been pushed to the Theme Garden. I’m finally eating my own dog food with this release. What you see on this blog is identical to what you’ll get upon installing the theme. I’ve got some font-embedding action going on this time around. The header is set in League Gothic and the body text is in Gentium.

Tell me if you’d like any functionality added. I still have a few ideas in the works, but I figured I’d at least make this update available in the mean time.

Apparently someone at Tumblr HQ thinks the theme is an aberration, which is fine by me. I’ll make a pretty one someday, I promise.

Ugly

Tagged as: Compatriot theme tumblr

Tumblr Staff: Dashboard API: Part 1»

Get it while it’s hot!

Dashboard posts are now accessible from the Tumblr API, and there’s a shit-ton more coming to the API over the next few weeks days.

While I’m sure you guys will concoct plenty of things we haven’t even begun to imagine, the things we’re super-excited to see are any

This calls for celebration.

Tagged as: tumblr API

Too Epic is Reborn»

Screenshot of the new Too Epic home page

The former iteration of my home page was underwhelming at best. It made abysmal use of Google App Engine’s offerings to the point that my GAE account had been reduced to a free, low-latency static file server (which is by no means a bad thing).

But alas, my bank account balance is running low: I figured I should have a nice place to refer potential freelance clients to. So I took a few days out of my winter break to come up with a new design and get to work creating it. Going into the project, I had a few explicit goals:

  1. It had to be purple.
  2. It would serve as a lightweight portfolio with screenshots of past work.
  3. The underlying content would come from tumblr (that link is not much of a sight to behold for the time being).

Initially, I tried just implementing the site as a tumblr template and loading the rest of the content (twitter, flickr, last.fm, AIM) through JavaScript with some simple $.getJSON calls. After a few days of private use, I decided this method was too unreliable:

  • Twitter’s JSON API failed to return the data I asked for about 30% of the time.
  • Users with JavaScript disabled would wind up not seeing half the site.
  • Tumblr occasionally goes down a few minutes for maintenance, and I’d rather have as much uptime as possible.

So, with these observations in mind, I returned to my former mistress, App Engine, who welcomed me with outstretched arms. I am by no means a proficient Python programmer, but I was able to hack together a passable backend that stores incoming data at regular intervals.

The end result is something that hopefully looks decent and renders reliably. I’m using a ton of experimental CSS, some of which is webkit exclusive for the time being: custom scrollbars and -webkit-transitions come to mind. The redesign should, however, hold together in most modern browsers. I have not even tried visiting in IE; I’m guessing it won’t be too colorful, seeing as most of the colors are in rgba.

I’m prone to borrow and experiment with ideas unapologetically, but I must give credit where credit is due:

  • All the pretty icons come from Glyphish.
  • Much inspiration and background-texture theft from Meagan Fisher’s post on 24 ways.
  • The heading typeface, League Gothic, comes from the League of Movable Type, purveyor of prime open source fonts.
  • @font-face embedding was vastly simplified by Font Squirrel.
  • jQuery will forever hold a special place in my heart.
  • Tumblr might be somewhat to blame for my obsession with faux picture frames.
  • The ever helpful Hao Lian ensured that I didn’t make any fatal Python blunders.

I’m sure I’ve overlooked a few, but so it goes. Now, if you’ll humor me, here’s something I’m proud of that I haven’t really seen elsewhere. Despite having a Python-powered backend rendering the initial page, I’ve got my script checking for new content every 30 seconds, so if I happen to be listening to a song or posting a tweet or getting onto AIM when you visit, the page will dynamically update in (almost) real time. Feel free to poke around and critique the source code.

I have a few novel ideas for making good use of the tumblr-powered content. Stick around long enough and I might even get around to realizing them. In the meantime, please send comments, questions, amorous solicitations, and potential freelance website work my way via email.

Tagged as: site tumblr design
Version 3 of the Compatriot theme is now available with infinite scrolling, keyboard navigation, and music posts with album artwork. Enjoy.

Version 3 of the Compatriot theme is now available with infinite scrolling, keyboard navigation, and music posts with album artwork. Enjoy.

Tagged as: compatriot tumblr theme
staff:

Tumblr iPhone 1.1 Sneak Peek!
It’s been submitted to the App Store and should be live this week!  Here’s a preview from its wonderful developer, Jeff Rock:

 Video posts. Choose from your camera roll or capture a new video right from the app (iPhone 3GS only).
 Native editing. Need to add tags or update a post on the go? Just tap the ‘edit’ button on a post in the Dashboard to load it up in a native post editor.
 Search. Supports searching across Tumblr, in your Dashboard or on just your posts.
 Built-in web browser. No more losing your place when you tap a link in Dashboard. Now a web browser will pop up and let you investigate the interwebs.
 Post upload status. Never wonder how long it’s going to take that Audio post to upload again.
 Post geotagging. Even I’m not sure what this is for, but I’m sure that it’s going to be awesome.
 Rewritten Dashboard tab (replaces the Sites tab). See all your posts from each of your blogs, including drafts and queues.
 Rewritten Advanced Post Options. New support for Save as draft, Add to Queue, Publish on, Custom post URL’s, Send to Twitter and Ask a question.
 Dashboard now only reloads on command. Not every time you tap the tab. Sorry about that one :P
 Better quality photo posts. Photos are now sent with less compression.
 New bookmarklet format for links. More info coming once 1.1 goes live.
Note: The rest has been removed for brevity’s sake.

Whoa.

I’m excited. And the first thing I did upon reading this was start playing with URLs. Turns out the tumblr website components of the 1.1 release are already up and running. See:
http://www.tumblr.com/iphone/drafts
http://www.tumblr.com/iphone/queue
I still can’t figure out, however, what the URL is for viewing just your posts.

staff:

Tumblr iPhone 1.1 Sneak Peek!

It’s been submitted to the App Store and should be live this week!  Here’s a preview from its wonderful developer, Jeff Rock:

  • Video posts. Choose from your camera roll or capture a new video right from the app (iPhone 3GS only).
  • Native editing. Need to add tags or update a post on the go? Just tap the ‘edit’ button on a post in the Dashboard to load it up in a native post editor.
  • Search. Supports searching across Tumblr, in your Dashboard or on just your posts.
  • Built-in web browser. No more losing your place when you tap a link in Dashboard. Now a web browser will pop up and let you investigate the interwebs.
  • Post upload status. Never wonder how long it’s going to take that Audio post to upload again.
  • Post geotagging. Even I’m not sure what this is for, but I’m sure that it’s going to be awesome.
  • Rewritten Dashboard tab (replaces the Sites tab). See all your posts from each of your blogs, including drafts and queues.
  • Rewritten Advanced Post Options. New support for Save as draft, Add to Queue, Publish on, Custom post URL’s, Send to Twitter and Ask a question.
  • Dashboard now only reloads on command. Not every time you tap the tab. Sorry about that one :P
  • Better quality photo posts. Photos are now sent with less compression.
  • New bookmarklet format for links. More info coming once 1.1 goes live.

Note: The rest has been removed for brevity’s sake.

Whoa.

I’m excited. And the first thing I did upon reading this was start playing with URLs. Turns out the tumblr website components of the 1.1 release are already up and running. See:

I still can’t figure out, however, what the URL is for viewing just your posts.

Tagged as: iPhone tumblr webapp
Woohoo. Compatriot is currently featured on Tumblr’s Theme Garden page.
I’ve been making a few tweaks to this blog recently, namely: infinite scrolling and keyboard navigation (try pressing j and k). Hopefully I’ll be able to get around to incorporating some of them into compatriot in the near future.
Edit: Turns out the featured section is apparently now just a random list of 8 themes. I do not regret making this post.

Woohoo. Compatriot is currently featured on Tumblr’s Theme Garden page.

I’ve been making a few tweaks to this blog recently, namely: infinite scrolling and keyboard navigation (try pressing j and k). Hopefully I’ll be able to get around to incorporating some of them into compatriot in the near future.

Edit: Turns out the featured section is apparently now just a random list of 8 themes. I do not regret making this post.

loading

Loading more posts...

Following: