Welcome To Snipplr
Everyone's Recent Snippets
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
The docs for the Sekati SWC are here: http://docs.sekati.com/sekati/sekati/utils/ColorUtil.html
Another useful blog post: http://blog.soulwire.co.uk/code/actionscript-3/extract-average-colours-from-bitmapdata
0
1052
posted 13 years ago by adrianparr
Every time I start coding a new Tumblr theme I find myself writing the same Tumblr tags over and over again. That's why I decided to create a boilerplate, or a framework, that I can reuse for my next projects.
I tried to cover most of the features...
4
895
posted 13 years ago by apaunchev
_off を _on ã«ç½®æ›ã—ã¦ãƒãƒ¼ãƒ«ã‚ªãƒ¼ãƒãƒ¼
_on ç”»åƒã‚’プレãƒãƒ¼ãƒ‰
0
367
posted 13 years ago by tsucharoku
Gunzip can currently decompress files created by gzip, zip, compress, compress -H or pack programs.
0
716
posted 13 years ago by TheJasonParker
Ftp your *.sql file to the (remote) machine, login via SSH and then go to the directory where your sql file is and run this code.
0
689
posted 13 years ago by TheJasonParker
A LESS class which can be included to easily allow for a page-curl/shadow on element.
*NOTE: Still needs work to allow for consistency at various sizes...*
**Usage Instructions**
* To remove reliance on javascript, setup the LESS compiler:...
6
880
posted 13 years ago by bdiddymc
This is the code necessary to grab the title attribute from the link/images selected and then parse it for use in the title field of a FancyBox popup.
0
612
posted 13 years ago by davidcfox
$('li.current_sub').prevAll("li.par_cat:first");
Tested it with your markup:
$('li.current_sub').prevAll("li.par_cat:first").text("woohoo");
will fill up the closest previous li.par_cat with "woohoo".
1
883
posted 13 years ago by lamebollock