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
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