Welcome To Snipplr
Everyone's Recent Snippets
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
Very easy to use and helps keep browsers from jumbling your email up.
0
1328
posted 16 years ago by dmautz1
Generate random plain and md5 password. Depend on Password Class
1
1191
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
1392
posted 16 years ago by thedavidmeister
magento meta keywords in list view output
template/catalog/category/view.phtml:
0
1346
posted 16 years ago by nico65
Copy every file with .dist in the end to a new file without .dist
0
1048
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
1722
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
1602
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
3511
posted 16 years ago by pacey