Welcome To Snipplr
Everyone's Recent Snippets
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
Script to clear all Drupal caches from a url (it's bookmarkable)
1
790
posted 16 years ago by terrencewood
find . | xargs grep 'string' -sl
The -s is for summary and won't display warning messages such as grep: ./directory-name: Is a directory
The -l is for list, so we get just the filename and not all instances of the match displayed in the results...
2
1217
posted 16 years ago by mattkenefick
This was not written by me, but Jeffrey Olchovy. I uploaded it here because his blog messes up the quotes.
10
1349
posted 16 years ago by oscargodson
zanox Web Services - Contextual Product Search Widget for blogger.com
0
876
posted 16 years ago by dne
margin-top è la meta dell'altezza / margin-left è la metà della larghezza
0
801
posted 16 years ago by BoNzO
ActionScript 3
bit.ly URL-shortening script for TextExpander that associates URLs with your bit.ly account
TextExpander is a great Mac tool that expands special abbreviations typed anywhere in the OS into useful snippets of text. One of the AppleScript snippets included shortens a URL in the clipboard using the bit.ly URL-shortening service. You copy the...
2
3391
posted 16 years ago by Todd
Replacement config settings for the Drupal FCKeditor module. Replace contents of .../modules/fckeditor/fckeditor.config.js
0
1021
posted 16 years ago by zachharkey
really simple random bg image. Save images starting at 1.jpg. Put in your jquery selector. Etc, etc.
8
1301
posted 16 years ago by ira
This code was use for openning a pdf file that was in a table cell. This link was the only link/button for each rows. Using this, you can click anywhere on each rows to open it's link page.
0
968
posted 16 years ago by HubertGaulin
This is the default Mail-Config file mail-service.xml by JBoss with the additional line for authentication.
0
966
posted 16 years ago by mahome
In MODx, insert below:
# The Friendly URLs part
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
2
956
posted 16 years ago by hotdiggity
This snippet uses the as3corelib which you can download on this page:
http://code.google.com/p/as3corelib/
3
938
posted 16 years ago by publicbroadcast
Skor PHP Template class can assign individual variable values or arrays with several variable values. A separate sub-class extends the base class to support delimited template section replacements.
0
806
posted 16 years ago by Agundur
Simple Mail Example.
Tags: SMTP, Mail, Java
[JavaMail (Sun)](http://java.sun.com/products/javamail/)
[JavaMail (Galileo)](http://openbook.galileocomputing.de/javainsel8/javainsel_18_012.htm#mj2a4110a634c82a3f676d8f87a50d6567)
1
1079
posted 16 years ago by mahome