Below are the top ranked snippets.

ranking Sort Sort   |   date Sort Sort   |   member Sort Sort
Syndication

« Previous 1 2  ...  49 50 51 52 53 54 55 56 57 Next »
3
Date Submitted Tue. Sep. 25th, 2007 10:50 AM
Revision 1
Helper chaos
Tags "form input" | "input focus" | autofocus | JavaScript
Comments 0 comments
This script performs reliable, cross-browser input autofocus that often can be used simply by dropping it in, with no modifications to the form or HTML body. It refuses to switch focus if it detects that the user has interacted with the form (avoiding a major source of annoyance with autofocus scripts) and correctly handles Firefox tabs opened "in the background", which most autofocus scripts fail on. Official home is on the Lost Souls MUD Grimoire.
3
Date Submitted Sun. Oct. 7th, 2007 3:47 AM
Revision 1
Helper chaos
Tags "diminishing returns" | formula | JavaScript | math
Comments 0 comments
A simple, flexible formula for generating diminishing returns out of input numbers. Full explanation and home, with sample calculators and versions of the code in other languages, on the Lost Souls MUD Grimoire.
3
Date Submitted Sat. Nov. 3rd, 2007 5:54 AM
Revision 1
Beginner omarabid
Tags Email | Send | VB
Comments 1 comments
Send an email with VB.net 2.0 with your SMTP Serve
3
Date Submitted Wed. Nov. 7th, 2007 2:45 PM
Revision 1
Helper Idlemind
Tags PHP
Comments 1 comments
If it's a .php page, you can simply include this file where you want a hit counter to appear.

One file - text output. Very simple, very easy. Based off the filename of the page (creates a pagename.counter file to hold the count).
(No use for it myself - made it for a friend).
3
Date Submitted Tue. Nov. 13th, 2007 12:37 PM
Revision 1
Beginner cyberhitesh
Tags Online | PHP | PHP5 | Storage | Unlimited
Comments 0 comments
Software Requirements:

Crypt_HMAC:
http://pear.php.net/package/Crypt_HMAC
HTTP_REQUEST:
http://pear.php.net/package/HTTP_Request
PEAR:
http://pear.php.net/
3
Date Submitted Thu. Nov. 15th, 2007 2:37 PM
Revision 1
Helper BerndSchiffer
Tags groovy
Comments 1 comments
Answer to a groovier solution to Hamlet D'Arcy's Rot13 algorithm. This is the refactored version with less redundance.
3
Date Submitted Mon. Nov. 26th, 2007 1:01 PM
Revision 1
Helper DrivingManiac
Tags assembler | microblaze | putChar | UART
Comments 0 comments
Microblaze ISA assembler for putChar to UART
3
Date Submitted Mon. Nov. 26th, 2007 12:58 PM
Revision 1
Helper DrivingManiac
Tags getChar | microblaze | UART
Comments 0 comments
Assembler getChar for Microblaze
3
Date Submitted Mon. Nov. 26th, 2007 1:09 PM
Revision 1
Helper DrivingManiac
Tags UART
Comments 0 comments
Assemble
3
Date Submitted Wed. Nov. 28th, 2007 1:08 PM
Revision 1
Helper HRCerqueira
Tags CSS | DOM | HTML | JavaScript
Comments 1 comments
These are some prototype methods to handle class names in html elements. As you all should know, a html element can have more than one class name.

This is part of my dom handling toolkit. Check it out and use it at will.

Cheers
« Previous 1 2  ...  49 50 51 52 53 54 55 56 57 Next »