Welcome To Snipplr
Everyone's Recent Snippets
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
This code redirects all external traffic (all traffic not belonging to a particular ip) to a temp page. This is useful for performing site maintenance.
2
1308
posted 15 years ago by BFTrick
Declaramos tantas variables como campos vaya a devolver la select que nos estamos currando para el cursor, en este ejemplo con dos campos vamos contentos:
* declare @campo1 int
* declare @campo2 int
Ahora declaramos el cursor, al cual...
0
1327
posted 15 years ago by derebus
It determines background image for the element. If the background color is specified for the element at the same time it will be shown while the background image will have been downloaded fully. The same will happen if the image is inaccessible or th...
0
1148
posted 15 years ago by Masis
"Whatever you do will be insignificant, but it is very important that you do it." --Mahatma Gandhi
1
1944
posted 15 years ago by ksaver
I needed to add an button to the right of the default section header in an UITableView, and I wanted to keep the default style of the headers.
1
1503
posted 15 years ago by gerhardsletten
From: http://www.webdesignerwall.com/tutorials/cross-browser-css-gradient/
3
2524
posted 15 years ago by josephknight
Example code for a SlideDeck user to place their SlideDeck on the homepage of their WordPress site.
0
1310
posted 15 years ago by oriontimbers
Since the 31 of august 2010, twitter made its API more secure, stopping basic authentication calls.
So, if you used basic authentication you have to change your code and implement oAuth authentication model or you can follow this link and found a mi...
1
2129
posted 15 years ago by ginoplusio