Welcome To Snipplr
Everyone's Recent Snippets
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
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
2056
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
1479
posted 15 years ago by vagrantradio
*language: beanshell*
be sure to adapt your YUICompressor path
0
1346
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
1740
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
1060
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
1855
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
1222
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
1604
posted 15 years ago by iroybot
Embed Drupal 6 block anywhere with proper block HTML IDs and classes.
0
1179
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
1001
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
1017
posted 15 years ago by creativelifeform
This parameter determines the image address which serves as a list marker. This attribute is inherited; therefore value none is used for separate elements of the list for marker restoration.
Syntax
list-style-image: none | url (a path to a file...
0
2429
posted 15 years ago by Masis