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
Here's an easy way to translate your web site using PHP. The idea is to have several files for each language you want to provide. Each one of these files have the name of the ISO code and the txt extension. For this demo I only use the german language as an alternative to the default language of
read more
I was wondering how to get images from a site the same way like Digg or Facebook do, where it is only necessary to provide a link, and images get automatically uploaded to your server and resized. So, I decided to create a script that does exactly that and share it here.
This PHP script uses
read more
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
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
Here's an updated version of the Image Cropper. The upload button was replaced by an overlay on the image. There are also some extra functionalities :
invert the picture colors
rotate the image
sepia
transforms an image into greyscale
see the DEMO
download the source code here
read more
Please check the updated version here!
Some time ago I posted the Dynamic jQuery Image Gallery with Uploader which uses the class.upload, uploadify and ad-gallery scripts. This time I want to show how to integrate the class.upload and uploadify with the Jcrop script.
The idea is that the use
read more