Welcome To Snipplr
Everyone's Recent Snippets Tagged c
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
Put the script in the app "Spark" (download from http://www.shadowlab.org/Software/spark.php) and give it a shortcut
0
2034
posted 16 years ago by Macgeeky
In the example .description is a label and so needs to be made a block level element. For <p> elements (etc) this is not needed.
The key to all this is overflow:hidden.
0
1835
posted 16 years ago by Meander365
The `localStorage.key` method is a great way to loop over localStorage items.
0
1565
posted 16 years ago by andrew8088
HTML
Magento - How do I change transaction email details? - 'How do I' Questions - eCommerce Software for Growth
0
1754
posted 16 years ago by dmistriotis
find files using "find" and piping the output to rm using xargs; 1st argument to find is the search directory (command substituted in this example by `pwd`)
0
1727
posted 16 years ago by kentoy
<ol><li>save as filename.sh</li><li>chmod u+x filename.sh</li><li>usage : ./filename.sh\"url\"</li></ol>
1
2715
posted 16 years ago by kentoy