Posts Tagged ‘Web Apps’

Introducing www.BadTwitterFriends.com

So I posted yesterday how to use the Twitter API but failed to mention my exact reason behind why I started messing with it in the first place. Quite simply it was because a friend I was following on Twitter wasn’t following me back. And I wondered who else wasn’t following me, the Twitter website was no real help as it only offers separate views of your friends and followers without any way to cross reference them. And after a little digging around I couldn’t find anything that did this, there was nothing in the Twitter clients I use, and the people I asked knew of nothing, and google was no help though granted the search terms I used are pretty ambiguous. So I decided to go about building my own.

Luckily the Twitter API is very easy to use and it didn’t take me long to have lists of both my friends and my followers, and once you have that the PHP array_diff() function takes care of the rest. In the space of a only few hours I had the whole thing up on my dev box and had hit up those wrongdoers who chose not to follow me demanding an explanation! People responded very well and explained that they’d run into this before and it was tough to keep track of your friends and followers on Twitter. Though it started as a joke it seemed I had ended up creating a way to visually display some Twitter information that until now had not been easily available.

In fact some of the feedback was so positive it was suggested that I make this available publicly, so I grabbed a domain name and setup a site for all to use. I cleaned up my code and made it production ready, and then proceeded to spend way more time than I had spent coding the whole thing to come up with a half decent design. I am no designer but luckily each users Twitter preferences are exposed by the API so I was able to use their background image and colors (this is a real bonus as it makes each results page visually unique).

As I talked about yesterday the API doesn’t allow for more than 100 queries an hour so I’ve had to add in some limitations, you can read more in the about section. But for the average Twitter user, as oppose to some celebrity super user with tens of thousands of followers, I think this is a simple enough tool that serves it’s specific purpose well. I guess just how useful it really is remains to be seen.

Anyways, without further ado I present to you www.BadTwitterFriends.com!

Oh and by the way, yes I am now being followed by the original offender!

Monday, March 16th, 2009

Make your own magazine – Issuu.com

Every now and again I run across a site/web app/web service that gets me really excited and restores my faith in the power of the web and the power of the people that make the web – the users and the developers. And today that site is Issuu.com. In a nutshell it is the YouTube of magazines. Any budding publisher can now make their work instantly available to the world, and the rest of us can spend our time enjoying the creative work offered. And just like YouTube the magazines you create are embeddable into your website (it does look like embedding a magazine is locked down to just the publisher as you can only assign one domain per account), here’s an example (click “Read Winds&Sails.pdf now” to launch embedded magazine).

I haven’t done more than explore a little so I can only report back that for a user the magazine interface is a pleasure to interact with and makes the magazines look really good. The site itself is very clean so I imagine that the admin interface for publishing is quite tidy and intuitive, for example publishing a magazine is as simple as uploading a pdf. A lot of the magazines look very professional, like as if they are actually primarily physically published and distributed, though I haven’t come across anything I recognize as mainstream. There are even comics too! One tiny issue I do have is that it seems there is not a good way to print a magazine out all at once, you have to do it on a page by page basis (maybe there’s a good reason, and there is a premium service that might addresses this), and I know that we have to save the trees and all that, and I am married to my computer and the web, but I am still that guy that likes to print stuff out and take it down to the cafeteria and kick back and read it old school style, get away from my laptop every now and again (I always recycle I promise).

So that’s that, Issuu.com, I think it’s great. Not the first attempt at an online magazine service I’m sure, but by far the best I’ve ever come across, on a par with YouTube or Hulu for its medium. Go take a look and have some fun, and if you come across anything really worth reading make sure you let me know!

Wednesday, March 11th, 2009