Collective: Ajax Rating System: Create Simple Ajax Rating System using jQuery AJAX and PHPMay 24, 2010

Simply programmed, CSS based stylish Ajax rating system which you can use any where to put a stylish jquery effect based rating system. based Source http://www.99points.info/2010/05/ajax-rating-system-create-simple-ajax-rating-system-using-jquery-ajax-and-php/ Demo http://demos.99poin...

read more direct link

Fresh Sliding Thumbnails Gallery with jQuery and PHPMay 23, 2010

In this tutorial we are going to create another full page image gallery with a nice thumbnail area that scrolls automatically when moving the mouse. The idea is to allow the user to slightly zoom into the picture by clicking on it. The thumbnails bar slides down and t...

read more

Collective: Build Calendar with PHPMay 5, 2010

For my last project I required to use calendar in PHP. So, instead of searching, I decided to create code for calendar myself in PHP. Working on logic I used for creating calendar, I didn’t find it hard to build it. On the other hand, it was way too easy to create it than it actually looks...

read more direct link

Interactive Image Vamp up with jQuery, CSS3 and PHPMarch 22, 2010

Today we will show you how to create an online application for giving some funny touches to an image. We will be using jQuery and jQuery UI for dragging and resizing little bling elements like mustaches and glasses. With PHP the image and the bling elements will get m...

read more

PHP/MySQL Contact Form with jQueryMarch 12, 2010

Here's an implementation of a contact form with PHP and jQuery. Usually, one would only want the message posted by the user to be sent to an email address. This script does that and also saves all these messages in the database for the admin to keep track of them. ...

read more

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

Easy PHP Site TranslationDecember 30, 2009

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

URL Image Getter/Uploader/ResizerDecember 6, 2009

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