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
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
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
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
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