Welcome To Snipplr
Everyone's Recent Snippets
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
This is a script for finding a string in files under a current folder in TextMate. It can be very convenient if you know what you are looking is in a particular folder by saving your time searching each file individually or going through a long list...
0
904
posted 15 years ago by phalkunz
I'm constantly checking to see if a certain program or process is running. This helps reduce the typing and the clutter.
0
738
posted 15 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
1329
posted 15 years ago by ptepper
Very easy to use and helps keep browsers from jumbling your email up.
0
934
posted 15 years ago by dmautz1
Generate random plain and md5 password. Depend on Password Class
1
800
posted 15 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
955
posted 15 years ago by thedavidmeister