Browse a Listing
Top > JavaScript > Scripts and Programs > Development
Popular Tags
Free Script links
online tool for webmasters that obfuscates e-mail addresses that you enter, making them less vulnerable to spammers who use e-mail harvesting software, also called spam-bots.
E-mail Obfuscator generates HTML source code for a link which uses the obfuscated version of the e-mail address you entered. You can simply cut and paste this source code into your HTML editor. It is compatible with all major browsers
Category:
Write a Review
Add Favorite
Refer it to Friend
Report Broken Link
Date Added: Oct 12, 2006 Hits: 1 Rating: 0.00 Votes: 0
Member Reviews
Visitor Ratings
Google PR
In the eighth tutorial in the "Learning Javascript" series we look at how we can pass parameters to functions to allow the same function to accept different inputs each time it is called.
Category:
Write a Review
Add Favorite
Refer it to Friend
Report Broken Link
Date Added: Oct 12, 2006 Hits: 2 Rating: 0.00 Votes: 0
Member Reviews
Visitor Ratings
Google PR
Member Reviews
Visitor Ratings
Google PR
To make my life easer and to go faster I enriched this document with features from CSS2 and XHTML. This made it incompatible with archaic Netscape 4.7 browser. This DOESN'T mean that the components discussed here aren't compatible with it. See "How widely it's supported?" for details.
Category:
Write a Review
Add Favorite
Refer it to Friend
Report Broken Link
Date Added: Oct 12, 2006 Hits: 0 Rating: 0.00 Votes: 0
Member Reviews
Visitor Ratings
Google PR
Member Reviews
Visitor Ratings
Google PR
jActivating is a small and unobtrusive JavaScript file that allows website users to interact with embedded content (Flash movies, Quicktime movies, Java applets and more) without activating them manually. This procedure started to be required by the latest versions of Internet Explorer (6+) and Opera (9+) as a result of the Eolas Technologies patent ruling (other browsers don't require it... yet).
Category:
Write a Review
Add Favorite
Refer it to Friend
Report Broken Link
Date Added: May 7, 2007 Hits: 5 Rating: 0.00 Votes: 0
Member Reviews
Visitor Ratings
Google PR
These function return a string with whitespace stripped (trimmed) from the beginning or end or both of the string. Without the second parameter, they will trim these characters:
" " (ASCII 32 (0x20)), an ordinary space.
"\t" (ASCII 9 (0x09)), a tab.
"\n" (ASCII 10 (0x0A)), a new line (line feed).
"\r" (ASCII 13 (0x0D)), a carriage return.
"\0" (ASCII 0 (0x00)), the NUL-byte.
"\x0B" (ASCII 11 (0x0B)), a vertical tab.
Category:
Write a Review
Add Favorite
Refer it to Friend
Report Broken Link
Date Added: May 9, 2007 Hits: 3 Rating: 0.00 Votes: 0
Member Reviews
Visitor Ratings
Google PR
There are a lot of libraries out there and, invariably, they do a lot of things that you don't need or in a manner that you don't like. Thus, they feel bloated. One example would be Prototype. Recently, I discovered it has a Template class. At first, I thought it was a template engine similar to Smarty for PHP, but it turned out I was wrong. It's just a method of returning formatted strings wrapped in a fancy class. If you're familiar with C, C++, Objective C, Perl, Python, PHP, bash, awk, etc. you're probably aware of the printf function, used to output formatted strings. Because I wanted for a long time a similar function in JavaScript, I wrote it using PHP's sprintf spec.. It's prototype is simple:
Category:
Write a Review
Add Favorite
Refer it to Friend
Report Broken Link
Date Added: Nov 8, 2007 Hits: 0 Rating: 0.00 Votes: 0
Member Reviews
Visitor Ratings
Google PR