Welcome To Snipplr
Everyone's Recent Snippets Tagged c
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
Properties that can be set are found here: http://www.microsoft.com/technet/prodtechnol/WindowsServer2003/Library/IIS/cde669f1-5714-4159-af95-f334251c8cbd.mspx?mfr=true
0
1699
posted 14 years ago by jsturtevant
Simple class to retrieve an ID using a URL of the Youtube
0
2748
posted 14 years ago by leandroperes
A fast and easy way to go through all vim-pathogen bundles and perform a git pull on all of them.
0
2409
posted 14 years ago by luizlopes
This snippet can be used to redirect the user to a different page (launch-page index.html) using only HTML
0
1779
posted 14 years ago by sommertim
Helps to manage console.log debug in js when broswing in IE. If alertFallback is enabled, you can see js alerts appears of vars tracked.
0
2919
posted 14 years ago by Simounet
By not being limited to provide certain arguments/parameters in right order when calling a function, makes the function more versatile and easier to extend without breaking old code (e.g. calls to the function).
One solution is to pass an associati...
0
2323
posted 14 years ago by coprolit
Calling generateHash() with a single argument (the plain text password) will cause a random string to be generated and used for the salt. The resulting string consists of the salt followed by the SHA-1 hash - this is to be stored away in your databas...
3
3190
posted 14 years ago by StevenW721
Shows you the full contents of any file at any time in history
0
2157
posted 14 years ago by therobot