Subscribe
-
-
Recent Posts
Recent Comments
- Michael on Voting System Youtube Style With jQuery & PHP
- programmer on Post Picture to Facebook User Wall with PHP
- Babak on Login with Google using PHP API library
- DjLexsas on Simple Ajax Pagination with jQuery & PHP
- thusitha on Voting System Youtube Style With jQuery & PHP
Popular Posts
- Ajax Image Upload with Progressbar with jQuery and PHP
- Post to Facebook Page Wall Using PHP + Graph
- 40+ CSS Buttons from codepen
- Ajax Add & Delete MySQL records using jQuery & PHP
- Ajax Image Upload and Resize with jQuery and PHP
- Simple Ajax Pagination with jQuery & PHP
- PayPal Express Checkout with PHP
- 30 Pure CSS3 Tutorials & Examples
- Post on Facebook wall using PHP
- Loading More Results From Database Using jQuery Ajax
- Login with Google using PHP API library
- Ajax Facebook Connect with jQuery & PHP
-
Select Box Change Dependent Options dynamically
We may have seen different examples showing how to change/load the content in child Select Box, depending on the parent Select Box options. Most examples uses database and Ajax to achieve the same, which I think is bit unnecessary. Here’s how we can easily create dynamic dependent select box just using jQuery.
Creating Shout-Box Facebook Style
Facebook has this nice little chat box that doesn’t take up much space, and people can instantly interact with their friends, it is a cool feature to have in any website. Let’s get inspired and create an Shout Box which will look similar to Facebook chat box.
Voting System Youtube Style With jQuery & PHP
Voting system can be important part of any website, especially if you want to keep track of user ratings. Let’s create a cookie based voting system, similar to YouTube like & dislike buttons (Thumbs up & Thumbs down), which can be applied to any content.
Username live check using Ajax PHP
Live username checking (whether username exist or not) has become really useful part of registration system. I guess, standard registration is a huge turn-off for everyone, because users not only have to reload the entire page again and again, but fields like password etc also need to be re-entered every-time. In this article, let’s find-out we can check username availability easily using Ajax and PHP.
Loading More Results From Database Using jQuery Ajax
You might have seen the implementation of Ajax based data loading technique at Facebook, Twitter or some other sites. Instead of showing pagination links, why not let users load data dynamically on a button click. In this article we’ll try to adopt the technique to make similar loading page for our projects using jQuery.
Simple Ajax Pagination with jQuery & PHP
Pagination can get complicated depending on the size of records in the database, especially when you want to group number of links, display next/previous links etc. In this article we’ll only focus on creating simple ajax based pagination using jQuery load() method. I am pretty sure its the most simplest example you can find on the net.

-

-

-

-

Saaraan On