Log In

Email:
Password:
Keep me logged in

Forgot Password

Email:

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


Tutorials from January 11, 2012

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.
Demo | Browse Category | 89 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.
Demo | Browse Category | 250 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.
Demo | Browse Category | 158 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.
Demo | Browse Category | 147 Views, 0 Comments

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

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

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

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

Font Increase/Decrease Button (CSS/Javascript/jQue...
Includes two buttons, both of which increase and decrease the font size of the main text.
Demo | Browse Category | 141 Views, 0 Comments

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

1 2 [Next][Last]