Welcome To Snipplr
Everyone's Recent Snippets
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
Well, there is many faulty C# timestamp handling codes.
Here is a proper one, use UtcNow instead Now if you need UTC timestamp...
1
1000
posted 14 years ago by acosonic
Here's a very VERY rough but working implementation of a multi-line ToggleButtonBar component in Flex
0
688
posted 14 years ago by ria-coder
Useful for event dates - looks at the computers clock and tells the user when something will be available (e.g. this friday, tomorrow, etc). In this example I'm just using the day of a month, but you can use any part/the full date if you desire....
0
729
posted 14 years ago by IsoJon
Always need one of these on hand. Feed it a minimum number and a maximum number and it returns a random within that range. Super useful.
1
895
posted 14 years ago by IsoJon
jQuery
js - jQuery - jQueryLoader - check if $ is undefined, then load jquery with pure javascript if needed
0
1062
posted 14 years ago by brandonjp
Permet d'appliquer un lissage à la video, lue dans un composant FLVPlayback.
Ne pas oublier d'importer la classe :
import fl.video.*;
0
610
posted 14 years ago by ions
Apache can be used to ban undesirable people and bots from your website. With this code, we’re telling Apache that everyone is allowed to visit our blog except the person with the IP addresses
1
793
posted 14 years ago by mariusscheel