Below are the top ranked snippets.

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

« Previous 1 2  ...  44 45 46 47 48 49 50 51 52  ...  55 56 Next »
5
Date Submitted Fri. Aug. 25th, 2006 4:23 AM
Revision 1
Helper Cyber-Drugs
Tags Private
Comments 0 comments
Below is the code you can use in Access Database Forms, to test a DSN connection. Handy if you want to link some of your Forms to another database via DSN.
6
Date Submitted Fri. Aug. 25th, 2006 4:38 AM
Revision 1
Helper Cyber-Drugs
Tags overflow-y
Comments 1 comments
Ever created a webpage, and it didn't need a scrollbar, yet IE still displays the verticale scrollbar (but as disabled)? Well the code below will remove that problem for you. Unfortunately it is not W3C compliant code, although it does work, it's not really meant to be used.
5
Date Submitted Thu. Aug. 31st, 2006 7:58 AM
Revision 1
Scripter ctiggerf
Tags Email | Perl | RegExp | Validate
Comments 3 comments
Simple function to check for a valid email address. Makes sure the @ and a . are in the right place. There is most likely a perl package on CPAN that would be more extensive, but this happens to work for my uses.
12
Date Submitted Thu. Aug. 31st, 2006 8:09 AM
Revision 1
Scripter ctiggerf
Tags Perl
Comments 1 comments
A little function that returns a greeting based on the local time.
6
Date Submitted Thu. Aug. 31st, 2006 8:44 AM
Revision 1
Scripter ctiggerf
Tags API | Database | mysql | Perl
Comments 3 comments
A database API written in Perl for a MySQL.

You will need to edit the settings for your server.

Enojy
5
Date Submitted Wed. Oct. 11th, 2006 7:58 AM
Revision 1
Scripter ctiggerf
Tags PHP | String
Comments 3 comments
Two very usefull functions to have around.

(note: dollarfy requires commify to work)
5
Date Submitted Fri. Jul. 20th, 2007 7:22 PM
Revision 1
Scripter ColdKeyboard
Tags 11 | Generator | Modulus | Number
Comments 0 comments
This module is used to generate the unique number and self check the numbers in social security, band accounts and etc.

Here you can find detailed explanation:
http://www.eclectica.ca/howto/modulus-11-self-check.php?start=1&count=5&generate=Generate#calculator

I have made this scirpt generate numbers in drop down list and write brojevi.txt file that you can download with numbers you have generated...
4
Date Submitted Fri. Jul. 20th, 2007 7:34 PM
Revision 1
Scripter ColdKeyboard
Tags Array | debug | Show
Comments 0 comments
Very useful function that you can use to debug/show your array and it's contents.

Sometimes when you have problems with arrays and print_r() isn't very nice way to show array values because it shows everything in one line and then it is very hard to debug... this way I think it's much much easier.
6
Date Submitted Fri. Jul. 20th, 2007 7:42 PM
Revision 1
Scripter ColdKeyboard
Tags Extract | ID | youtube
Comments 2 comments
Function that you can use to extract the ID from YouTube links that
look like this:

http://www.youtube.com/watch?v=Fv2aS8YtpmU
http://www.youtube.com/vi/Fv2aS8YtpmU
http://www.youtube.com/?v=Fv2aS8YtpmU

and you can extract this "Fv2aS8YtpmU" so you can use it to get thumbnails that look like : http://img.youtube.com/vi/[videoid]/default.jpg
5
Date Submitted Fri. Jul. 20th, 2007 8:07 PM
Revision 1
Scripter ColdKeyboard
Tags ajax | Form | Sumbit
Comments 1 comments
AJAX based submit form and use PHP to get results...

Very easy to use and understand, hope you will find it useful and easily edit it to fit your needs.
« Previous 1 2  ...  44 45 46 47 48 49 50 51 52  ...  55 56 Next »