Welcome To Snipplr
Everyone's Recent Snippets
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
This is a bare-bones, centered Tumblr layout with no styling, and a right-aligned sidebar. It has blocks for every content type, so completing this with your custom styling should be quick and easy.
1
798
posted 14 years ago by 67ideas
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
1194
posted 14 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
1281
posted 14 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
866
posted 14 years ago by vagrantradio
*language: beanshell*
be sure to adapt your YUICompressor path
0
746
posted 14 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
1087
posted 14 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
624
posted 14 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
1215
posted 14 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
718
posted 14 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
888
posted 14 years ago by iroybot
Embed Drupal 6 block anywhere with proper block HTML IDs and classes.
0
719
posted 14 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
583
posted 14 years ago by creativelifeform
catches the first image of a post so you can display it however you like within the loop
0
596
posted 14 years ago by creativelifeform