| |
Description | Compatibility | Level/ Author | Views/ Date Submitted | User Rating |
|
|
 |
A Better Proper Case Function | ASP (Active Server Pages) | Intermediate / Doug Tyson (from psc cd) | 7017 since 1/6/2015 10:28:00 PM |
By 5 Users
|
|
Just copy/paste this function into your code, and it will allow you to convert a string to proper case. Now you've got UCase, LCase, AND PCase. (ScreenShot) |
|
|
|
 |
A boolean expression parser as in search engines. process complex expressions with "", nested ()... | ASP (Active Server Pages), HTML, VbScript (browser/client side)
| Advanced / Ashley Harris (from psc cd) | 3063 since 1/6/2015 9:56:00 AM |
By 9 Users
|
|
Process complex boolean expressions, just like the professionals do ie google or altavista. can do and, or, not, xor, brackets, nested, and "". VERY usefull. an example expression would be:
animals and ((cats or feline) or (dogs or canine)) and "is cuddly ...(description truncated) |
|
|
|
 |
addBr | ASP (Active Server Pages) | Beginner / Robert Somers (from psc cd) | 3434 since 1/5/2015 5:47:00 AM |
By 8 Users
|
|
This code takes input from a textarea and replaces carriage returns with the HTML line break BR... |
|
Please support the site by visiting our
sponsor:
|
|
|
 |
Advanced HTML Encoder | ASP (Active Server Pages) | Intermediate / Lewis E. Moten III (from psc cd) | 3773 since 1/5/2015 2:37:00 PM |
By 9 Users
|
|
This code demonstrates how you can convert a string to HTML text format. It goes beyond the power of the Server.HTMLEncode method in that it parses out all HTML tags, changes new-line characters to "BR" tags, and also formats double-spacing and tabs. (ScreenShot) |
|
|
|
 |
Allow users to post "Safe" HTML | ASP (Active Server Pages) | Advanced / Lewis E. Moten III (from psc cd) | 3456 since 1/5/2015 2:56:00 PM |
By 2 Users
|
|
This code pulls out all the nasty tags that a user sholdn't use when posting content. It also pulls out any javascript events assigned to any tags. A must have if you allow people to post HTML on your site. |
|
|
|
 |
ASP Format Money | ASP (Active Server Pages), VbScript (browser/client side)
| Intermediate / Brian Reeves (from psc cd) | 5438 since 1/6/2015 5:57:00 PM |
By 2 Users
|
|
This function properly formats a number to viewable currency ($x,xxx.xx) to be displayed on a webpage (or saved internally). Also performs rounding based on the constant. Will round up, down, and normal (5-9 = +1; else drop digits) |
|
|
|
 |
Count Words In a Texbox | ASP (Active Server Pages), HTML, VbScript (browser/client side)
| Beginner / Oliver French (from psc cd) | 3296 since 1/5/2015 3:02:00 PM |
By 4 Users
|
|
This code will count the number of words in a textbox. A friend asked how to do this so I thought I'd post my reply. |
|
|
|
 |
Counting number of words in a string | ASP (Active Server Pages) | Beginner / Hendry Cahyadi (from psc cd) | 8144 since 1/5/2015 6:06:00 PM |
By 4 Users
|
|
This is a simple and easy way for counting the number of words in a string. |
|
|
|
 |
CStrCat v. 1.1 | ASP (Active Server Pages) | Advanced / Neil McGuigan (from psc cd) | 3219 since 1/5/2015 4:26:00 PM |
By 2 Users
|
|
Faster version of StrCat posted by someone else. About 2x faster. About 6x faster than '& (ampersand)' operator for many concatenations. |
|
|
|
 |
Demo of XML parsing from external site | ASP (Active Server Pages), HTML | Intermediate / Simon Nielsen (from psc cd) | 2513 since 1/6/2015 10:27:00 PM |
By 3 Users
|
|
The code grabs data from an external site, in this case the weather page on cnn and exports it to a stand-alone html file. Includes error checking, and renewing data when more than 12 hours old. (ScreenShot) |
|