Welcome To Snipplr
Everyone's Recent Snippets
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
This is a function that will show a progress bar of the given percentage. Useful when performing time consuming tasks.
1
1240
posted 15 years ago by gdvickery
Consider the following piece of code which compares two arrays to find which elements exist in outerArray that do not exist in innerArray:
0
1034
posted 15 years ago by quan
This is excellent for testing (mocking a SOAP server for example), we use an in memory http server in order to answer client requests.
0
1290
posted 15 years ago by narkisr
There is no debian startup script for the lighttpd webserver, if you install the server from sources. You could rewrite the redhat init script for your self, but i've already done this for you :-)
0
762
posted 15 years ago by crypt
The first function make short urls.
The second function decode a short url with CURL. It gets the http header of the short url page. If the header contains a "Location:" header, then it's a redirect, and the decoded url is the url in the "Location"...
1
1943
posted 15 years ago by ginoplusio
Stick this inside the <?php> and you get the month group title shown only once for that date range. Sexy.
0
918
posted 15 years ago by daipratt
Use this userstyle with Fluid for a sweet desktop Google Voice application.
0
889
posted 15 years ago by schlaeps
Pretty straight forward. Replace 'PLUGIN_NAME' with the name of your plugin, add your code in the appropriate places, test and deploy.
Should be pretty easy to use, I commented it heavily.
1
913
posted 15 years ago by mdrisser
Replace the default WordPress “W†logo in the administrative header with a custom one. Add this code inside the theme’s “functions.php†file.
0
1111
posted 15 years ago by math89
Remove the “Please upgrade now†message in the Wordpress Dashboard
Paste the code in your functions.php
0
883
posted 15 years ago by math89
The easy way to set this up is to go to the macro window by pressing alt+F11.
Select the sheet from left panel. there will be two drop down. from the left drop down select worksheet and from right drop down list select the event 'change'.
0
1120
posted 15 years ago by derekholmes
A browser friendly way to trigger an event on an element. This is just a simple snippet which doesn\'t really explain the detailed contents of an event object, but it gives an idea of the differences between specific browsers. This function will fire...
0
1384
posted 15 years ago by bryanlyman
From Web Design Ledger "13 Useful Code Snippets for WordPress Development"
For additional information, see the link above.
0
1100
posted 15 years ago by mdrisser
From Web Design Ledger "13 Useful Code Snippets for WordPress Development"
0
971
posted 15 years ago by mdrisser
From Web Design Ledger "13 Useful Code Snippets for WordPress Development"
1
1072
posted 15 years ago by mdrisser