Log In

Email:
Password:
Keep me logged in

Forgot Password

Email:

Social Media
     
Sponsored Links



Roman Numeral to Arabic Generator/Converter
Converts a Roman Numeral to the standard Arabic form and vice versa.
Thursday, April 12, 2012 | Browse Category | 27 Views, 0 Comments


Standard Form Number to Written Form Generator
Converts and number in standard form e.g. (2012) to its written form.
Thursday, April 12, 2012 | Browse Category | 28 Views, 0 Comments

5-Star Rating System (CSS/PHP/Javascript/jQuery/Ajax)
A 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 | 33 Views, 0 Comments

Count Each Value of Array (Javascript/jQuery)
Counts each value of an array using jQuery/Javascript.
Monday, May 7, 2012 | Demo | Browse Category | 26 Views, 0 Comments

Fixed Header (CSS/jQuery/Javascript)
Keeps the header at the top of the web page at all times.
Monday, May 7, 2012 | Demo | Browse Category | 27 Views, 0 Comments

Tickering/Blinking/Flashing Title (jQuery/Javascript)
Continuously tickers different texts of an array in the 'title' tag in the 'head' tag of the html page. This modifiable function tickers one second at a time using jQuery/Javascript.
Monday, May 7, 2012 | Demo | Browse Category | 24 Views, 0 Comments

Vertical Menu (CSS/Javascript/jQuery)
Simple vertical menu that uses CSS and jQuery/Javascript.
Monday, May 7, 2012 | Demo | Browse Category | 26 Views, 0 Comments

Add/Strip Slashes (Javascript/jQuery)
jQuery/Javascript function equivalent to PHP's addslashes() and stripslashes().
Monday, May 7, 2012 | Demo | Browse Category | 22 Views, 0 Comments

Pagination Slider (PHP/CSS/Javascript/jQuery)
Displays the pages of content in separate elements under one big element. When a user clicks a page number, the entire element will smoothly shift.
Sunday, April 8, 2012 | Demo | Browse Category | 122 Views, 0 Comments

Zoom in on Image (CSS/Javascript/jQuery)
When the cursor on over the full image, an zoomed in version is shown below the main one.
Sunday, April 8, 2012 | Demo | Browse Category | 70 Views, 0 Comments

Custom Select, Option Tags (CSS/Javascript/jQuery)
Have more appealing select and options tags instead of the browser default. Includes the down arrow for the selected option.
Sunday, April 8, 2012 | Demo | Browse Category | 79 Views, 0 Comments

Custom Checkboxes (CSS/Javascript/jQuery)
Have more appealing checkboxes instead of the browser default. Includes an image of a custom-made checkbox.
Sunday, April 8, 2012 | Demo | Browse Category | 127 Views, 0 Comments

Difference of Timestamps for Posts (PHP/Ajax/jQuery/Javascript)
Ex: (diff=1800, 3 minutes ago). Gets the difference between current and posted timestamp and divided the difference to get the greatest unit of time.
Sunday, April 8, 2012 | Demo | Browse Category | 55 Views, 0 Comments

Compare Past/Future Dates (Javascript/jQuery)
Select any date from 1900-2100, and the function will count the number of years, months, and days to or from the current date.
Sunday, April 8, 2012 | Demo | Browse Category | 43 Views, 0 Comments

Upload File (Image) [PHP/Ajax/Javascript/jQuery/iFrame]
Upload image using the iframe tag, which will have an Ajax appearance.
Sunday, April 8, 2012 | Demo | Browse Category | 436 Views, 0 Comments

Countdown to Event (Javascript/jQuery)
onClick, the events starts to countdown from an assigned number of seconds down to 0, and then, in this case, the page redirects elsewhere.
Sunday, April 8, 2012 | Demo | Browse Category | 40 Views, 0 Comments

Random Background Image (Javascript/jQuery)
Javascript funtion that select a random photo the display that as the background image.
Sunday, April 8, 2012 | Demo | Browse Category | 65 Views, 0 Comments

str_split() [Javascript/jQuery]
Equivalent to PHP's 'str_split,' the split by however many characters specified, each split count as one element of an array. All of the elements are separated by a line break.
Sunday, April 8, 2012 | Demo | Browse Category | 38 Views, 0 Comments

Click Element, Check Box (Javascript/jQuery)
If the element is clicked, the checkbox inside that element will be checked or unchecked depending on what it was before.
Sunday, April 8, 2012 | Demo | Browse Category | 25 Views, 0 Comments

Select All in Input/Textarea (Javascript/jQuery)
Internal Javascript in which all the content of the input or textarea is selected as soon as the element has been clicked on.
Sunday, April 8, 2012 | Demo | Browse Category | 33 Views, 0 Comments

Fixed Sidebar (CSS/Javascript/jQuery)
After a set top window offset, the sidebar stays in a fixed position as users scroll the page. When around the top of the page the sidebar retains its original position.
Friday, March 9, 2012 | Demo | Browse Category | 193 Views, 0 Comments

Remove Duplicates from Array (Javascript/jQuery)
Eliminates duplicate items/elements in an array using jQuery/Javascript.
Friday, March 9, 2012 | Demo | Browse Category | 88 Views, 0 Comments

Year Month Date Filename (.htaccess/PHP)
Rewrites URL to have that clean yyyy/mm/dd/filename format seen in blogs and other content.
Friday, March 9, 2012 | Demo | Browse Category | 60 Views, 0 Comments

Error 404 to Home Page (.htaccess)
Redirects the broken link of a site to the site's home page.
Friday, March 9, 2012 | Demo | Browse Category | 66 Views, 0 Comments

Standard Form Number to Written Form (PHP/Javascript/jQuery)
Converts a digital number to its written from using PHP, Javascript/jQuery.
Friday, March 9, 2012 | Demo | Browse Category | 87 Views, 0 Comments

Number of Millions and Decimals (PHP/Javascript/jQuery)
Converts a number greater than 1,000 to a format like the following: 1000 1K, 23,000,000 23.M.
Friday, March 9, 2012 | Demo | Browse Category | 70 Views, 0 Comments

Redirect to (www.) or Without [.htaccess]
Rewrites any page of your website with the www. subdomain (if missing), and vice versa.
Friday, February 10, 2012 | Demo | Browse Category | 74 Views, 0 Comments

Analog Clock (Webkit) [CSS/jQuery/Javascript]
Uses CSS to position each hand on the clock, and jQuery/Javscript to "tick-tock" the clock every second.
Friday, February 10, 2012 | Demo | Browse Category | 103 Views, 0 Comments

Post/Delete 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 | 401 Views, 10 Comments

Censor Words (PHP/jQuery/Javascript)
Uses both PHP & Javascript to censor words that you want to be blocked, keeps the first letter and fills the rest with astericks.
Friday, February 10, 2012 | Demo | Browse Category | 108 Views, 3 Comments

Bold Search Term in Results (PHP/Ajax/Javascript/jQuery)
Bolds each keyword of the query in the search results using PHP/Ajax/jQuery/Javascript and Regular Expression.
Friday, February 10, 2012 | Demo | Browse Category | 123 Views, 1 Comment

Autocomplete (PHP/Ajax/Javascript/jQuery/CSS)
Loads the top 5 search results right under the <input> tag. Allows users to scroll through them with the "key up/down" arrow, using PHP, Ajax, and jQuery/Javascript.
Friday, February 10, 2012 | Demo | Browse Category | 136 Views, 0 Comments

Flash Text Colors (jQuery)
Flashes a different font color every second using jQuery/Javascript.
Friday, February 10, 2012 | Demo | Browse Category | 88 Views, 0 Comments

Ticker Letter Colors (jQuery)
Each character flashes a font color of its own from an array of colors every second using jQuery/Javascript.
Friday, February 10, 2012 | Demo | Browse Category | 82 Views, 0 Comments

Glowing Text (CSS/jQuery/Javascript)
Text glows by continuously increasing and decreasing its shadow, which is darker than the text to give it that glowing effect.
Friday, February 10, 2012 | Demo | Browse Category | 131 Views, 1 Comment

Add Textarea Row for Every Line Break (jQuery)
Adds a row for every line break in the field to the focused textarea, and deletes the row if characters of that row are all deleted.
Friday, February 10, 2012 | Demo | Browse Category | 91 Views, 0 Comments

Block Cut/Copy/Paste Commands (jQuery)
Blocks the cut/copy/paste commands in the <input> tag using jQuery/Javascript. For extra security, the right click menu is also blocked while <input> is focused.
Friday, February 10, 2012 | Demo | Browse Category | 81 Views, 0 Comments

Block Illegal Character in Input Tag (jQuery)
Blocks any prohibited characters to be typed in the <input> tag using jQuery/Javascript and Regular Expression.
Friday, February 10, 2012 | Demo | Browse Category | 75 Views, 0 Comments

Word Count (jQuery/Javascript)
jQuery/Javascript function which trims the surrounding spaces (if any) and then counts words in a string which are separated by only one space.
Wednesday, January 11, 2012 | Demo | Browse Category | 88 Views, 0 Comments

strstr() [jQuery/Javascript]
jQuery/Javascript equivalent to PHP's "strstr()" function. Displays part of the string starting from the first occurence of its needle, and/or displays the part of the string before the first needle.
Wednesday, January 11, 2012 | Demo | Browse Category | 249 Views, 1 Comment

String Padding (jQuery/Javascript)
jQuery/Javascript equivalent to PHP's "str_pad()" function in which a string pads another on the left, right, or on both sides.
Wednesday, January 11, 2012 | Demo | Browse Category | 157 Views, 0 Comments

Number Format (jQuery/Javascript)
Converts digits into a formatted number that contains a point after every digits and its opposite puncuation as the decimal point.
Wednesday, January 11, 2012 | Demo | Browse Category | 146 Views, 0 Comments

Random Number from Range (jQuery/Javascript)
Selects a random number (a-b) using jQuery/Javascript.
Wednesday, January 11, 2012 | Demo | Browse Category | 140 Views, 0 Comments

Sort Array Backwards (Javascript/jQuery)
Sorts arrays alphabetcally and numerically in reverse using jQuery/Javascript.
Wednesday, January 11, 2012 | Demo | Browse Category | 104 Views, 0 Comments

Alternate Text Colors (Javascript/jQuery)
jQuery/Javascript function that alternates between two font colors.
Wednesday, January 11, 2012 | Demo | Browse Category | 87 Views, 0 Comments

Textarea Line Breaks into HTML (Javascript/jQuery)
Breaks lines in HTML as text does in the <textarea> tag.
Wednesday, January 11, 2012 | Demo | Browse Category | 115 Views, 0 Comments

Font Increase/Decrease Button (CSS/Javascript/jQuery)
Includes two buttons, both of which increase and decrease the font size of the main text.
Wednesday, January 11, 2012 | Demo | Browse Category | 140 Views, 0 Comments

Strip Tags (jQuery/Javascript)
Strips HTML tags like PHP's "strip_tags()" function.
Wednesday, January 11, 2012 | Demo | Browse Category | 103 Views, 0 Comments

Password Strength Meter (CSS/Javascript/jQuery)
Measures the strength of the input password using jQuery/Javascript.
Wednesday, January 11, 2012 | Demo | Browse Category | 176 Views, 0 Comments

Shuffle String (jQuery/Javascript)
Shuffles the order of letters of a string using jQuery/Javascript.
Wednesday, January 11, 2012 | Demo | Browse Category | 142 Views, 0 Comments

Roman/Arabic Numeral Converter (PHP/Javascript/jQuery)
Converts a number to its Roman Numeral and vice versa, using both PHP & Javascript.
Thursday, December 1, 2011 | Demo | Browse Category | 427 Views, 1 Comment

Most Searched Terms (PHP)
Displays the most searched terms using PHP. Splits every word of the query and checks if any of them matche any keywords in the database; if so each term is counted as one.
Thursday, December 1, 2011 | Demo | Browse Category | 304 Views, 0 Comments

Count Online Users (PHP)
Count the number of logged in users using PHP/MySQL.
Thursday, December 1, 2011 | Demo | Browse Category | 328 Views, 2 Comments

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,955 Views, 11 Comments

Rewrite Username URL (.htaccess)
Rewrites URL from 'http://example.com/profile.php?user=wcet2011' to 'http://example.com/wcet2011' using the .htaccess file.
Thursday, December 1, 2011 | Demo | Browse Category | 293 Views, 0 Comments

Download File (PHP)
Downloads a file from the server to local hard drive using PHP.
Thursday, December 1, 2011 | Demo | Browse Category | 275 Views, 0 Comments

Load More Posts onScroll (PHP/Ajax/Javascript/jQuery)
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 | 577 Views, 0 Comments

Show Content w/ Input Radio (CSS/Javascript/jQuery)
Shows content that goes with its "input radio" element using CSS & jQuery. Ex: When input#i1 is selected, it shows div#d1, looks at the common denominator, '1,' for comparison.
Thursday, December 1, 2011 | Demo | Browse Category | 298 Views, 0 Comments

Print Window (Javascript)
Prints the current web page using Javascript.
Thursday, December 1, 2011 | Demo | Browse Category | 279 Views, 0 Comments

Live Timestamp (jQuery)
Gets the current timestamp every second using jQuery.
Thursday, December 1, 2011 | Demo | Browse Category | 354 Views, 1 Comment

Hover Element, Show Another (CSS/Javascript/jQuery)
Shows hidden content above its main content using CSS and the "onMouseOver" Javascript event.
Thursday, December 1, 2011 | Demo | Browse Category | 273 Views, 0 Comments

Detect URL in String (PHP/Javascript/jQuery)
'For loop' function that searches a string for link patterns. If any, they will be inserted into an 'a' tag.
Wednesday, November 30, 2011 | Demo | Browse Category | 341 Views, 0 Comments

Email Validator (PHP/Javascript/jQuery)
Checks if email is valid using both PHP and Javascript functions.
Friday, November 11, 2011 | Demo | Browse Category | 296 Views, 0 Comments

Password Alphanumeric Check (PHP/jQuery/Javascript)
Checks if password has at least one letter and at least one number using both PHP and Javascript functions.
Friday, November 11, 2011 | Demo | Browse Category | 429 Views, 0 Comments

User Agent (PHP/Javascript)
Displays the name of both the web browser and the operation system in PHP and Javascript.
Friday, November 11, 2011 | Demo | Browse Category | 306 Views, 0 Comments

Upload (Image) File [PHP]
Uses simple PHP and cURL to upload a local file to the specified web server via FTP.
Friday, November 11, 2011 | Demo | Browse Category | 312 Views, 0 Comments

Division with Remainder (PHP/jQuery/Javascript)
Puts the division and remainder operators together in both PHP and Javascript.
Friday, November 11, 2011 | Demo | Browse Category | 398 Views, 0 Comments

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

Last Login (PHP/Ajax/Javascript/jQuery)
Displays the user's previous login date during the current session. Writes the current date and time as a session upon login and when user logs off, that session is stored in the user's column in database as "last login," which will be displayed in the next session, and so forth.
Friday, November 11, 2011 | Demo | Browse Category | 430 Views, 1 Comment

Select Day of the Year (PHP/Javascript/jQuery)
Gets the current timestamp every second using jQuery.
Friday, November 11, 2011 | Demo | Browse Category | 345 Views, 0 Comments

Hover Table Rows, Show Options (PHP/Javascript/jQuery)
Shows hidden elements of a table row onMouseover and hides them again onMouseOut.
Friday, November 11, 2011 | Demo | Browse Category | 381 Views, 0 Comments

Letter FadeOut (jQuery)
Javascript function that makes an element for each character of a string, which all fade out. Fades out from the beginning of string or from the end.
Friday, November 11, 2011 | Demo | Browse Category | 289 Views, 0 Comments

News Ticker (jQuery)
Flashes multiple strings from an array like a news ticker.
Friday, November 11, 2011 | Demo | Browse Category | 358 Views, 0 Comments

Dynamic Pages (Javascript/jQuery)
Javacript function that hides all elements of a class, but when an ID of that class is in present in the address bar, the corresponding content is displayed.
Thursday, November 10, 2011 | Demo | Browse Category | 266 Views, 0 Comments

Count Views of a MySQL Row (PHP)
Counts each visit of dynamic page as a "view" by retrieving the current number of views from its MySQL database and incrementing it by one.
Tuesday, November 1, 2011 | Demo | Browse Category | 369 Views, 0 Comments

Reverse String (Javascript/jQuery)
A Javascript/jQuery function allowing a string to be shown in reverse.
Saturday, October 1, 2011 | Demo | Browse Category | 430 Views, 0 Comments

CAPTCHA (PHP)
CAPTCHA function which features a 'random string' image function in PHP, a 'refresher' button in Javascript/jQuery, and an Ajax that check if the text and image text match.
Saturday, October 1, 2011 | Demo | Browse Category | 334 Views, 0 Comments

Create an Image with Info (PHP)
Creates an image file with a string and an image URL using several PHP functions.
Saturday, October 1, 2011 | Demo | Browse Category | 402 Views, 0 Comments

Word Wrap (Javascript/jQuery)
A Javascript/jQuery equivalent to PHP's 'word_wrap' function which here allows a line to break for every 20 characters using in a 'for loop.'
Saturday, October 1, 2011 | Demo | Browse Category | 427 Views, 0 Comments

Repeat String (Javascript/jQuery)
A Javascript/jQuery equivalent of the PHP 'str_repeat' function operated by a 'for loop.'
Saturday, October 1, 2011 | Demo | Browse Category | 380 Views, 0 Comments

Login (PHP/Ajax/Javascript/jQuery)
Check for correct username and password on the spot by having users log in with Ajax/jQuery.
Saturday, October 1, 2011 | Demo | Browse Category | 411 Views, 0 Comments

Range (Javascript/jQuery)
A Javascript/jQuery equivalent to PHP's 'range' function. using a 'for loop.'
Saturday, October 1, 2011 | Demo | Browse Category | 323 Views, 0 Comments

Change Button Color (Hold "Enter") [Javascript/jQuery]
OnKeyDown the button changes color and onKeyUp it reverts back.
Saturday, October 1, 2011 | Demo | Browse Category | 342 Views, 0 Comments

Times Tables (PHP/Javascript/jQuery)
PHP function which display a 12*12 times table and a Javscript function which enables users to insert two numbers to display one.
Saturday, October 1, 2011 | Demo | Browse Category | 308 Views, 0 Comments

Simple Calculator (Javascript/jQuery)
A Javascript/jQuery function which allow live calculating using the OnKeyUp event.
Saturday, October 1, 2011 | Demo | Browse Category | 411 Views, 0 Comments

Watermark (PHP)
PHP function creating a watermarked image by superimposing a small image on top of a larger one on the bottom right hand corner.
Saturday, October 1, 2011 | Demo | Browse Category | 322 Views, 0 Comments

Alternate Table BG Colors (PHP/Javascript/jQuery)
PHP & jQuery/Javascript function which alternate two background colors for user comments by assigning even and odd numbers which corresponds with their assigned colors.
Wednesday, September 21, 2011 | Demo | Browse Category | 343 Views, 1 Comment

Highlight Directly After Post (PHP/Ajax/Javascript/jQuery)
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

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

Capitalize Words (jQuery/Javascript)
Capitalizes every word in a string with jQuery/Javascript, similar to PHP's 'ucwords()'.
Sunday, September 18, 2011 | Demo | Browse Category | 393 Views, 0 Comments

In Array (jQuery/Javascript)
Need to test if a value is in an array? Here's a Javascript alternative. No need for an extra jQuery plug-in, however jQuery is a shortcut for labeling the elements.
Tuesday, August 23, 2011 | Demo | Browse Category | 333 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

Random Image (PHP)
Displays a random image on every page load.
Monday, August 15, 2011 | Demo | Browse Category | 371 Views, 0 Comments

Random String (PHP/Javascript/jQuery)
The 'for loop' displays a random character for the length of the random string, in both PHP and Javascript.
Monday, August 15, 2011 | Demo | Browse Category | 464 Views, 0 Comments

Shuffle List (PHP)
Shuffle a list of any kind: number, letter, images, etc. with the PHP 'Shuffle' and 'for loop' functions.
Monday, August 15, 2011 | Demo | Browse Category | 388 Views, 0 Comments

Textarea Tricks
Includes removing the browser default focus outline for a custom box shadow. Also includes removing the resize feature, or just limiting it to either vertical or horizontal.
Monday, August 15, 2011 | Demo | Browse Category | 411 Views, 0 Comments

Set Cookies in jQuery
Set cookies in jQuery with an essential plug-in.
Monday, August 15, 2011 | Demo | Browse Category | 432 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 | 484 Views, 2 Comments

Bar of Statistics (PHP)
Scales statistics of each item by percentage which are proportional to the size of the bar.
Friday, August 19, 2011 | Demo | Browse Category | 450 Views, 0 Comments

Max Characters (Javascript/jQuery)
Set a limited number of characters that users can use for a post and displays the remaining number of character in a separate text.
Wednesday, August 3, 2011 | Demo | Browse Category | 365 Views, 0 Comments

Scroll to Top (or other element) [Javascript/jQuery]
When users click on an element, the page scrolls to the top of the page or any other element of page, up or down.
Wednesday, August 3, 2011 | Demo | Browse Category | 417 Views, 0 Comments

Auto-Focus Next Input (Javascript/jQuery)
After typing something like the area code of a phone number, the focus automatically goes to the next field for the next three digits.
Wednesday, August 3, 2011 | Demo | Browse Category | 429 Views, 0 Comments

Fill Input with "Search" (jQuery)
When the input field is empty or filled with spaces, on blur it displays a placeholder until it's no longer empty.
Wednesday, August 3, 2011 | Demo | Browse Category | 326 Views, 0 Comments

Webkit Custom Scrollbar
Create your own stylish scrollbar for any element or for the entire body.
Monday, August 1, 2011 | Demo | Browse Category | 432 Views, 0 Comments

Live Date & Time (Javascript/jQuery)
Display the current date and time by the second in a hidden input element for posting.
Monday, August 1, 2011 | Demo | Browse Category | 464 Views, 0 Comments

Tabbed Tables (CSS/Javascript/jQuery)
Have similar pieces content in separate tabs.
Monday, August 1, 2011 | Demo | Browse Category | 288 Views, 0 Comments

Ctrl+(Shift)+Enter [Javascript/jQuery]
Gets the current timestamp every second using jQuery.
Sunday, July 31, 2011 | Demo | Browse Category | 373 Views, 0 Comments

Horizontal Menu (CSS/Javascript/jQuery)
Simple jQuery and CSS can display a fully functional horizontal menu.
Sunday, July 31, 2011 | Demo | Browse Category | 382 Views, 0 Comments

Background PopUp (CSS/Javascript/jQuery)
With a press of a button, this will display a black (or whatever color), transparent background with content even include an "Escape" button which hides the background.
Sunday, July 31, 2011 | Demo | Browse Category | 430 Views, 0 Comments

Image Scale (PHP)
Executes image reduction, scaling it down within its maximum dimensions.
Sunday, July 31, 2011 | Demo | Browse Category | 454 Views, 0 Comments

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

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 | 558 Views, 0 Comments

Pagination (PHP/Ajax/Javascript/jQuery)
Have users browse pages of content within one page. Contains simple Ajax and jQuery functionality as well PHP/MySQL.
Saturday, July 23, 2011 | Demo | Browse Category | 385 Views, 1 Comment

Check/Uncheck All + Delete Messages (Javascript/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 | 477 Views, 1 Comment

31312