
Ajax
Get flash to fully experience Pearltrees
SuperAgent - Ajax with less suck
Ajax Voting System: Create Ajax Rating/Voting system in Dzone and Digg Style. Part 2
In my previous tutorial i explain how to create simple ajax rating using Ajax, PHP and CSS3. In this part i am going to create Digg.com and Dzone.com voting style. CREATE TABLE `digg_rating` ( `id` int(11) NOT NULL auto_increment, `rating` varchar(200) NOT NULL, PRIMARY KEY (`id`) ) CREATE TABLE `dzone_rated_ip` ( `id` int(11) NOT NULL auto_increment, `user_ip` varchar(200) NOT NULL, PRIMARY KEY (`id`) ) CREATE TABLE `dzone_rating` ( `id` int(11) NOT NULL auto_increment, `up_rated` varchar(200) NOT NULL, `down_rated` varchar(200) NOT NULL, PRIMARY KEY (`id`) ) This voting system is similar to previous rating system in back end scripting i mean same ajax style but different in behavior.zGrid: Best PHP/AJAX Grid System. Good for Newbie web developers
In this post I want to explain Facebook like Collapsed Comments, while clicking View all Comments link it displays all the existing comments. I made a demo with jquery, ajax and php. Take a look at this live demo Download Script
Display Collapsed Comments like Facebook with Jquery and Ajax
Facebook Style Wall Posting and Comments System using jQuery PHP and Ajax. Reloaded
Ajax Stylish Captcha and Contact Form using JQuery and PHP.
First of all, thanks to all of my readers who like my work and prove this by sending feedbacks over facebook style tutorials. I always try to create some useful tutorials for my users using Jquery . This tutorial is about ajax based contact form with jquery validation and ajax based captcha. Captcha is main part of any form and if it is ajax based then it looks awesome. Hope you will like this and send me your feed back.Super Ajax Polling/Voting System using JQuery, Ajax, PHP and MySQL
Polling system or Voting system is very common in web sites. Voting can be about your site or blog or some other thing just to get the user attention and get your idea about your product. I always tries to provide the users of 99Points.info some common but useful scripts which makes their effort succeeded. So after some voting system tutorials like Digg style Voting now I have come to simple ajax based polling system. This is another series of Jquery . Hope You like it and don’t forget to subscribe and give your feed back in comments.How To Create Ajax Heart Rating System with JQuery and PHP
New tutorial in Rating System series is here for you. It is a stylish and animated rating system I created many Ajax based Rating and Voting systems over 99Points.info. You can get Youtube Style Ratings and Ajax Rating In this rating system i used tag cloud technique, where top times rated star will be show bigger than others. So when you want to give a rate to any image or post, Click on your desired star number from 1-5 and then this star will go to bigger and bigger on each click.
New Ajax Star Rating System in Tag Cloud Style using JQuery and PHP
How to create Bit.ly short URLs using Jquery and Ajax. Many tutorials available on web about short URLs using server side script, this script works on client side. It is easy just 5 lines of code calling Bit.ly API. You have to modify the username and API key. Use it and make URLs shorts and neat.
Create Bit.ly Short URLs Using Jquery and Ajax.
This tutorial is one of my favorite because I like tutorials in which CSS work is much better. It is a simple ajax based tabs navigations and I hope you will like it. I used CSS3 to put some stylish look in it.
Fancy Ajax Tabs Navigation with Ajax CSS and PHP
Delete Records with Random Animation Effect using jQuery and Ajax.
Download Script Live Demo Database Table Code A simple database table two columns msg_id and message. CREATE TABLE updates ( msg_id INT PRIMARY KEY AUTO_INCREMENT , message TEXT); delete_random.php Contains PHP code displaying records from database. Take a look at class=" delete_button "My facebook style tutorials are very popular among you people and Almost 5000 downloads have been counted for facebook wall script application . Thank you all who like and appreciate my work. Last few days I was searching about checking domain names availablity using Ajax and PHP. I found some solution and I thought to create a post on my blog so that any one can get this simple script easily.
Ajax Domain Checker Application with Ajax and PHP
Are you like Twitter and Yammer API? This post about how to delete a record with animation fade-out effect using Ajax and jQuery. I like Twitter API very much, it's clean and faster.

