Welcome To Snipplr
Everyone's Recent Snippets
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
A tiny snippet on how to easily detect iPad/iPhone/iPod using javascript.
1
690
posted 13 years ago by parkarlsson
Extend Date object to have isLeapYear() boolean (true for Leap Years)
Taken from https://raw.github.com/vitch/jquery-methods/master/date.js
0
698
posted 13 years ago by tomasdev
Returns the same string, except with links wrapped in <a href=""> tags. Works on www.snipplr.com and on http://snipplr.com
A variation of the script on the attached URL.
0
841
posted 13 years ago by nebojsac
Takes the seconds, and returns minutes. Will wrap it in a function is anyone is interested. Example: 92s -> 1m 32s
0
1169
posted 13 years ago by nebojsac
This is a simple accordion plugin that i wrote. Hope it comes in handy.
0
692
posted 13 years ago by neilp123
A very simple HTTP Server written in Python out of boredom.
USAGE :
1 . Create a htdocs folder in the directory of this script
2 . create an index.html file and you are good to go.
This works with multiple pages however index.html is...
0
797
posted 13 years ago by Affix
you want to block other sites to hotlink your images or media files.
0
882
posted 13 years ago by silviud
Somewhere along the road the people behind canvas decided that all image scaling is anti-aliased by default. Firefox has 'mozImageSmoothingEnabled' while Chrome et company don't.
This is a proof of concept script to resize 'virtualCanvas' two time...
0
757
posted 13 years ago by volvis
Is there a command like cat in linux which can return a specified quantity of characters from a file?
0
742
posted 13 years ago by lamebollock
The function returns the "sanitized" version of user input. Use before putting variables into SQL code.
0
820
posted 13 years ago by nebojsac