Welcome To Snipplr
Everyone's Recent Snippets
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
Just set the variable `$email` to the user's email address. Hey presto! A Gravatar image!
You can also change the size by adjusting the `s=32` variable. Size is in pixels.
1
715
posted 15 years ago by JackWH
This is a simple Linq query against a list of Star Wars characters.
1
842
posted 15 years ago by stewshack
This is a demo of a halftone effect for AS3. It requires a halftone filter file. You can download all the files required for this at http://www.adamcoulombe.info/lab/as3/halftone/
2
1212
posted 15 years ago by adamcoulombe
You can use this SP like that;
Exec CleanInjection 'INFECTED WORD','CLEAN WORD'
(in use : Exec CleanInjection '<script></script>','')
2
1030
posted 15 years ago by emregulcan
ПодÑкажите готовый Ñкрипт Ñкроллинга картинки:
еÑть Ð±Ð¾Ð»ÑŒÑˆÐ°Ñ ÐºÐ°Ñ€Ñ‚Ð¸Ð½ÐºÐ° по ширине.
Ðачинаем веÑти курÑор вправа - двигаетÑÑ Ð²Ð¿Ñ€Ð°Ð²Ð¾. Чем б...
0
812
posted 15 years ago by stancox
forms part of our Calibre Remote. an alternate gui for calibre ebooks content-server. this is the css file. orientation media-query is used for browsers that support it (a slightly cleaner view for portrait mode).
0
774
posted 15 years ago by minky
forms part of our Calibre Remote. an alternate gui for calibre ebooks content-server. this is the html files that contains the basic layout and brings it all together.
0
921
posted 15 years ago by minky
forms part of our Calibre Remote. an alternate gui for calibre ebooks content-server.
0
753
posted 15 years ago by minky
forms part of our Calibre Remote Web App. basically an alternate gui for calibre ebooks content-server.
0
946
posted 15 years ago by minky
If you're using a lot of rounded corners in your design, save your fingers some time with this border-radius snippet.
2
830
posted 15 years ago by 67ideas
I never, ever remember the @font-face declaration, so I made a snippet. This makes it easy to quickly include a webfont in your source.
2
877
posted 15 years ago by 67ideas
If you don’t use this order, IE8-as-IE7 doesn’t apply the opacity, although IE8 and a pure IE7 do.
5
1160
posted 15 years ago by vagrantradio
Need to "unsort" / randomize / scramble LINES in a text?
Copy source -> then TextMate Bundle Editor -> New Command -> select all in Command(s) -> paste source -> Input: Selected Text or Document -> Output: Replace Selected Text ...
0
993
posted 15 years ago by heinz1959
I frequently pass an array of elements from an HTML form to PHP, normally a list of checkboxes for removing database records. This will loop through an array of checkbox's with the same name & build a delimited string from the checked values. Afte...
0
932
posted 15 years ago by verostudios