Find Your First Twitter FollowerJanuary 9, 2010

This application aims to show you who your first follower was in twitter. It's done with PHP and jQuery and of course it uses the twitter API. Two of the available API methods are used : statuses/show and followers/ids. Note that the rate limit is 150 requests per hour (you can increase this) so

read more

TweetTheme: Color Theme Inspiration from Twitter ThemesDecember 2, 2009

My next Twitter API experiment: Get the theme's colors from any Twitter account! With this PHP and jQuery code you can call the Twitter API and request the RGB color and the background image from a given user. In the provided demonstration you just have to input the username and hit enter - t

read more

Twitter API and jQuery Showcase: Display your Followers or FriendsDecember 2, 2009

Today I was playing around with the Twitter API and created this little "widget" using jQuery and PHP. I know, there are already plenty of them, but I wanted to improve some details. Some of the features are: You can get your most recent 100 followers or friends Followers or friends

read more

jMaxInput: jQuery Twitter-Like TextareaNovember 8, 2009

jMaxInput allows you to limit the input size of a textarea like it is done in Twitter. The number of characters left to type are shown while typing. The user can write as many characters as he wants (negative value is shown) but the text can only be submitted if the size of the input is below th

read more