Welcome To Snipplr
Everyone's Recent Snippets
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
I'm constantly checking to see if a certain program or process is running. This helps reduce the typing and the clutter.
0
917
posted 16 years ago by kitzelh
This is inspired by this http://www.cgi101.com/book/ch5/text.html so I'm using a similar example. In PHP you can combine a set of checkboxes into an array using square brackets like this:
<form>
<input> Red<br>
<input> Green<br>...
1
1896
posted 16 years ago by ptepper
Very easy to use and helps keep browsers from jumbling your email up.
0
1101
posted 16 years ago by dmautz1
Generate random plain and md5 password. Depend on Password Class
1
979
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
1144
posted 16 years ago by thedavidmeister
magento meta keywords in list view output
template/catalog/category/view.phtml:
0
1137
posted 16 years ago by nico65
Copy every file with .dist in the end to a new file without .dist
0
869
posted 16 years ago by bub3d