Welcome To Snipplr
Everyone's Recent Snippets
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
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
1798
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
1471
posted 15 years ago by Masis
"Whatever you do will be insignificant, but it is very important that you do it." --Mahatma Gandhi
1
2364
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
1996
posted 15 years ago by gerhardsletten
From: http://www.webdesignerwall.com/tutorials/cross-browser-css-gradient/
3
3024
posted 15 years ago by josephknight
Example code for a SlideDeck user to place their SlideDeck on the homepage of their WordPress site.
0
1728
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
2658
posted 15 years ago by ginoplusio