Log In

Email:
Password:
Keep me logged in

Forgot Password

Email:

Tutorial Categories
CSS (28)
jQuery (116)
PHP (52)
.htaccess (5)
iPod (1)
iPhone (16)
Sponsored Links


Most Popular Tutorials

Like/Dislike Button (PHP/Ajax/Javascript/jQuery)
A 'thumbs up, thumbs down' system in which users can rate content. Code: Uses PHP to store the rating, Ajax to rate without refreshing the page, and jQuery/Javascript for the Ajax callback function.
Thursday, December 1, 2011 | Demo |Browse Category | 20,229 Views, 137 Comments

Check/Uncheck All Button (HTML/PHP/Ajax/JS/jQuery)
Checks and/or unchecks all checkboxes in an array and deletes all selected records with a press of a button.
Friday, July 22, 2011 | Demo |Browse Category | 6,148 Views, 1 Comment

Load More Button (PHP/Ajax/Javascript/jQuery)
Instead of pagination, this code contains the 'Load More' button, which loads a page of content from the bottom.
Thursday, July 28, 2011 | Demo |Browse Category | 4,620 Views, 4 Comments

Comment System (PHP/Ajax/Javascript/jQuery/CSS)
Comment system that uses PHP & Ajax to post and delete comments, jQuery/Javascript to give its special effects, and CSS for the trash can icon.
Friday, February 10, 2012 | Demo |Browse Category | 4,428 Views, 87 Comments

Live Search (PHP/Ajax/Javascript/jQuery)
Have search results after each letter without pressing the search button. Contains simple Ajax and jQuery functionality as well as PHP/MySQL.
Wednesday, July 27, 2011 | Demo |Browse Category | 3,721 Views, 2 Comments

5-Star Rating/Voting System (CSS/PHP/JS/jQuery/Ajax)
A voting system in which users can rate content on a scale of 1-5. Uses CSS to have the stars next to each other, PHP to display the rating and the number of votes, jQuery/Javascript to select a rating, and Ajax to process the rating without refreshing the page.
Monday, May 7, 2012 | Demo |Browse Category | 3,420 Views, 4 Comments

Send Forgotten Password (PHP/Ajax/jQuery/Javascript/MySQL)
Sends the password of a user via email. Includes the MySQL instructions, the email form, and the PHP/Ajax file that sends the password.
Wednesday, June 6, 2012 | Demo |Browse Category | 3,364 Views, 10 Comments

Remember Me (HTML/Javascript/jQuery)
Uses Javascript/jQuery to see whether the checkbox is checked upon logging in. If so, the email/username and password will be saved as 'cookies' and will be pre-loaded on the log in page until the cookies expire.
Wednesday, June 6, 2012 | Demo |Browse Category | 3,174 Views, 3 Comments

Keep Me Logged In (PHP/Ajax/jQuery/Javascript)
By checking the box on the login page, the users won't lose their sessions after the browser has been closed and will retain them when the browser is reopened. Includes an HTML form, PHP/Ajax file for the login process and to make a 'cookie,' and jQuery/Javascript for the effect after the login process.
Wednesday, June 6, 2012 | Demo |Browse Category | 2,383 Views, 1 Comment

Auto-Logoff After Inactivity (PHP/Ajax/jQuery/Javascript/MySQL)
jQuery/Javascript function that automatically prompts the user to resubmit the password after a certain amount of time. Also includes a regular login form, the username/password check, and a logout page.
Thursday, July 5, 2012 | Demo |Browse Category | 2,289 Views, 0 Comments