Welcome To Snipplr
Everyone's Recent Snippets
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
I changed the code on the web site slightly to get it to work with the registry editor.
Once this new shell command is in place, right click on the directory of interest, and select "Delete SVN Folders" to strip all the .svn folders from the direc...
2
1553
posted 16 years ago by bswimley
I always forget how to implement a button with active mousecursor....
0
789
posted 16 years ago by pfeisinger
First of all, for all Stackoverflow.com members who have seen my question about this snippet on Stackoverflow, yes I am the same person as WebDevhobo. Last time I asked a question about something I posted here I got a bucketload of comments saying I...
1
1281
posted 16 years ago by Vordreller
An easy way to launch an external process (http://docs.codehaus.org/display/GroovyJSR/Run+Sub-Process+Safely).
1
1087
posted 16 years ago by narkisr
Mac OS X creates files beginning with *._* to Samba shares when files on a Unix/Linux machine are accessed with a Mac. I use [Coda](http://www.panic.com/coda/) to access a Samba share on my development server at work. This is really annoying when c...
1
1263
posted 16 years ago by shaunchapman
Standard list markup, adds button to expand a super dropdown next to the link.
1
1196
posted 16 years ago by davebowker
This snippet returns a link to twitter for the user to tweet the current page. URL is TinyURLed automatically (and tinyurls are cached indefinitely in assets/cache/tweetthis.txt).
Simply paste code into a new snippet called "TweetThis". Call it li...
3
951
posted 16 years ago by DaveChild
Since there are still many people using IE6, we have to cater for them :-(
Anyway, this CSS statement shows a declaration for a PNG Logo. Most browsers will understand the first 5 lines. Sadly, IE6 will not be able to use the transparent PNG from l...
1
969
posted 16 years ago by AshMan
I convert the google pr fetch code from php to actionscript.
2
994
posted 16 years ago by zhengrenchi
One must escape "special characters" in id names using two backslashes.
0
964
posted 16 years ago by penguin999
The Drupal website will be updated every 45 minutes after the hour.
2
872
posted 16 years ago by chrisaiv
A common Drupal problem: how to save e.g. your blocks configuration without dragging an X Gig database around.
A simple command that dumps a table in a way that it can be inserted into SVN.
Every row is dumped as a single line, and they are sor...
1
893
posted 16 years ago by berkes
Grab 5 latest Wordpress posts and display them on a non-Wordpress PHP page.
1
816
posted 16 years ago by kwilson