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 
        
        
            1497 
        
                    posted 14 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 
        
        
            2297 
        
                    posted 14 years ago by apaunchev
            _off を _on ã«ç½®æ›ã—ã¦ãƒãƒ¼ãƒ«ã‚ªãƒ¼ãƒãƒ¼
_on ç”»åƒã‚’プレãƒãƒ¼ãƒ‰
        
        
        
            0 
        
        
            548 
        
                    posted 14 years ago by tsucharoku
            Gunzip can currently decompress files created by gzip, zip, compress, compress -H or pack programs.
        
        
        
            0 
        
        
            1120 
        
                    posted 14 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 
        
        
            1095 
        
                    posted 14 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 
        
        
            1563 
        
                    posted 14 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 
        
        
            901 
        
                    posted 14 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 
        
        
            1342 
        
                    posted 14 years ago by lamebollock
            Instead of directly edit your TEMPLATE\_CONTEXT\_PROCESSORS, import it in your app's settings.py and just append what you need.
(credits: denysonique and all #django channel community)
        
        
        
            0 
        
        
            1315 
        
                    posted 14 years ago by caruso_g
            
