Welcome To Snipplr
Everyone's Recent Snippets
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
jQuery
Automatically create drop-down menu with links to the list items at the beginning of long lists
The name of the link should be in strong (or you may change this in the script)
0
2642
posted 15 years ago by certainlyakey
this was just an exercise to learn about updating a UIImageView to the desired orientation;the accelerometer was used to detect the movements through the overridden method shouldAutorotateToInterfaceOrientation. wurd.
0
1937
posted 15 years ago by rvachere
Any table with an attribute of align="left" also applies float:left in older versions of IE, this fixes it.
0
1373
posted 15 years ago by vagrantradio
*language: beanshell*
be sure to adapt your YUICompressor path
0
1235
posted 15 years ago by birdspider
Dear php coders,
Here's a code block that you can use in your projects to get shorter long urls.
Also recommend these articles about [ozon tedavisi](http://www.denizliozon.com) here.
Have a nice coding.
0
1624
posted 15 years ago by jackoder
[font-style] [font-variant] [font-weight] font-size[/line-height] [font-family]
font-style: italic;
font-variant: normal;
font-weight: bold;
font-size: 11px;
line-height: 22px;
font-family: Arial, Helvetica, sans-serif;
0
961
posted 15 years ago by gabbo
This requires the [RGB](http://snipplr.com/view/34818/as3--rgb-class-for-rgb-to-hex/) class I posted as well
0
1734
posted 15 years ago by rivaledsouls
ROW_NUMBER() -
Partition (group by) the expression values and assigns integer values to the rows depending on their order.
thx to Shouvik Basu < http://www.orafaq.com/node/55 >
0
1126
posted 15 years ago by mprabhuram
the LIBXML parameter is what this snippet is about. Also this is one way to retrieve XML without having a XML-declaration prepended <?xml>
1
1497
posted 15 years ago by iroybot
Embed Drupal 6 block anywhere with proper block HTML IDs and classes.
0
1094
posted 15 years ago by phpdiva
This will let you define individual templates for posts within specific categories. Simply name your post file like: single-SLUG.php
0
918
posted 15 years ago by creativelifeform
catches the first image of a post so you can display it however you like within the loop
0
938
posted 15 years ago by creativelifeform