Log In

Email:
Password:
Keep me logged in

Forgot Password

Email:

Social Media
     
Tutorial CategoriesCSS (5)
jQuery (73)
PHP (30)
.htaccess (4)
Sponsored Links


Most Popular Tutorials

Like/Dislike Button (PHP/Ajax/Javascript/jQuery)
A 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 | 1,958 Views, 11 Comments

Load More Posts onScroll (PHP/Ajax/Javascript/jQue...
Loads one page of older content when at the window scrollbar is at the bottom of its track.
Thursday, December 1, 2011 | Demo | Browse Category | 579 Views, 0 Comments

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

Implode/Explode (jQuery/Javascript)
A jQuery/Javascript function which shows characters added between words of string (implode) and which also shows a string divided by a certain character (explode). Similar to the implode/explode function in PHP.
Sunday, September 18, 2011 | Demo | Browse Category | 538 Views, 1 Comment

Live Validation (PHP/Ajax/Javascript/jQuery)
Checks each input value for errors. If any, they will be displayed next to the input. Includes username, email, password, and password confirmation.
Friday, November 11, 2011 | Demo | Browse Category | 512 Views, 0 Comments

Show More/Less Button (PHP/Javascript/jQuery)
Gets the current timestamp every second using jQuery.
Monday, August 15, 2011 | Demo | Browse Category | 501 Views, 0 Comments

Substring Count (jQuery/Javascript)
Can't find a 'Substring Count' in Javascript like you can in PHP? This function has the substring looping through the full string finding any matches and then displays how many matches there are in another element.
Monday, August 15, 2011 | Demo | Browse Category | 485 Views, 2 Comments

Check/Uncheck All + Delete Messages (Javascript/jQ...
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 | 478 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 | 472 Views, 0 Comments

Highlight Directly After Post (PHP/Ajax/Javascript...
After a user submits a comment, the background color of the post will highlight and then fade in 2.5 seconds.
Wednesday, September 21, 2011 | Demo | Browse Category | 472 Views, 0 Comments