Welcome To Snipplr
Everyone's Recent Snippets
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
Here's a very VERY rough but working implementation of a multi-line ToggleButtonBar component in Flex
0
1087
posted 15 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
1104
posted 15 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
1504
posted 15 years ago by IsoJon
jQuery
js - jQuery - jQueryLoader - check if $ is undefined, then load jquery with pure javascript if needed
0
1603
posted 15 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
992
posted 15 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
1271
posted 15 years ago by mariusscheel