Welcome To Snipplr
Everyone's Recent Snippets Tagged c
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
Generate random plain and md5 password. Depend on Password Class
1
1606
posted 16 years ago by FazzyX
I needed a way to replace the default myspace headings with pictures.
It was easy enough to just superimpose jpg's over most of these with a {position:relative;} tag but the gigschedule proved a little harder as the distance between the top of th...
0
1698
posted 16 years ago by thedavidmeister
magento meta keywords in list view output
template/catalog/category/view.phtml:
0
1717
posted 16 years ago by nico65
Copy every file with .dist in the end to a new file without .dist
0
1375
posted 16 years ago by bub3d
I needed a way to show "US States" element whenever the user selected "United States" as their country. Here's a live demo: http://demo.chrisaiv.com/dropdown
0
2079
posted 16 years ago by chrisaiv
For those of us still using Flex Builder 3, every time we create a new project, we usually need to right-click the Project and add a parameter called -default-background-color=0xffffff into the compiler settings. An easier solution is to create an X...
1
1960
posted 16 years ago by chrisaiv
There are multiple ways of checking email adresses about their validity. This script is based on RFC 2822.
Please note that based on RFC 2822 [email protected] is considered valid.
The second snippet is the one I prefer, which only accepts T...
2
4021
posted 16 years ago by pacey