Welcome To Snipplr
Everyone's Recent Snippets
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
For both gmail and gApps, use smtp.gmail.com on port 25 with SSL and NetworkCredentials.
Neither can send email to their own address, but they can send to other addresses.
[NLog](http://nlog-project.org/) has [an example](http://nlog-project.or...
1
2261
posted 16 years ago by pckujawa
The first argument is a variable name which value should be extracted from $array (second argument), or array of keys (multidim array is also supported).
The third argument is a default value which will be return on fail (false by default).
Usage...
0
2094
posted 16 years ago by and
jQuery
JS, JQUERY : mettre une fonction en queue et annuler l'exécution d'une fonction en queue avec queue(), dequeue(), clearQueue()
ici on souhaite qu'une info s'affiche aux survole d'un <li> mais seulement une fois qu'un délai de 650 millisecondes est passé. Cependant si l'user ne survole plus la zone avant la fin du délai, il faut interrompre l'affichage de l'info. Voilà un...
0
2067
posted 16 years ago by alexandrepayet
Here is a peace of code from one of my project to show you how you to show directions on the Google Map application.
1
2684
posted 16 years ago by espinallab
This Ruby script generates the [Gnome Terminals For Rails script](http://snipplr.com/view/32227/gnome-terminals-for-rails/ "Gnome Terminals For Rails").
0
1460
posted 16 years ago by draq
Para hacer un solo desplegable, dejar solo una lÃnea de <div></div>
0
1827
posted 16 years ago by chiesalo
Python
print a list of all the "read" nodes in a nuke script that has a "file" name containing 'mov'
print a list of all the "read" nodes in a nuke script that has a "file" name containing 'mov'
0
4549
posted 16 years ago by adamteale