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

jQuery Image Cropper with Uploader v1.1November 4, 2009

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

jQuery Image Cropper with UploaderOctober 17, 2009

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

21 Free CAPTCHA SourcesSeptember 22, 2009

Here is a collection of free CAPTCHA scripts and services than you can easily integrate into your website using PHP or JavaScript: 1. PHP CAPTCHA Library for reCAPTCHA http://recaptcha.net/plugins/php 2. Ajax Fancy Captcha - jQuery Plugin http://www.webdesignbeach.com/beachbar/ajax-f...

read more

PHP Login System Reloaded v1.1September 16, 2009

Here's an updated version of the PHP Login System. You can check the old version here. The following was added: 1. Registration fields: email confirmation password confirmation country recaptcha Email confirmation and password confirmation are configurable fields. By def...

read more

Dynamically Changing Style with jQuerySeptember 6, 2009

The jQuery Style Slider allows you to change the style of certain html elements in real time and save the style setting to a MySQL database table using PHP. This makes the script interesting for user personalization. The script is based on the jQuery UI Slider Widget and the Sexy Vertical Slidin...

read more

PHP Login System ReloadedSeptember 3, 2009

Update: There's a new version of this Login Script. Here's a PHP Login System, based on the one developed by jpmaster77: PHP Login System with Admin Features Focusing only on the core functionalities and aimed to improve certain parts of the code, I took out some functionalities and added some o...

read more