Welcome To Snipplr
Everyone's Recent Snippets
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
How to run a tar archive backup excluding a directory. For example, running a website root directory backup excluding the 'backups' directory.
1
765
posted 12 years ago by klovera
Very simple to use Web Poll Class, simply create a new instance, set the question and set the answers. You still have to set up your database yourself
1
815
posted 12 years ago by RobertHegeraad
Ordena Array Bidimensional Asociativo de acuerdo a parametro del array.
0
781
posted 12 years ago by serialk89
Another source: http://wpswitch.com/blog/wordpress/an-introduction-to-wordpress-custom-fields/
0
770
posted 12 years ago by morg7801
This code snippet fetches the very latest minified version of jQuery from Google's CDN. If this is not available, we revert to a locally stored version (current version at time of publish was 1.7.1 - update this to suit going forward).
1
1039
posted 12 years ago by Huskie
If you place favicon.ico and apple-touch-icon.png in the root of your website, these references are NOT required.
0
892
posted 12 years ago by Huskie
With this plugin you can create a custom cursor message e.g. Call this plugin before your jquery function to show the user a message like 'Loading...' and then simply remove the message after the function is done loading. You can expand this easily b...
0
828
posted 12 years ago by RobertHegeraad
Put this before a "RewriteRule" to call the rule only if this request was not from a redirect.
0
610
posted 12 years ago by tribal
Esto es por si estamos desarrollando una aplicación en la cual necesitamos manejar la fecha y hora con javascript.
0
768
posted 12 years ago by jrobinsonc
Takes an image (path or url) and extracts the 7 most common colors and returns their hex values.
0
1099
posted 12 years ago by kellishaver
In JavaScript, there are 6 "falsy" values (values that evaluate to false):
false, null, undefined, 0, "" (the empty string), and NaN
Anything else evaluates to true.
0
604
posted 12 years ago by goo
Show only children posts of a parent custom post type, not all child posts
0
1899
posted 12 years ago by i-am-andy
Add a custom ID to the body, useful for when the classes added to the body aren't descriptive enough on pages like Archives and single
0
1168
posted 12 years ago by i-am-andy
Show all child pages content and featured image on the parent page
0
1266
posted 12 years ago by i-am-andy
This code is applied from http://www.ultramegatech.com/blog/2009/06/snippet-converting-seconds-to-readable-time/
0
780
posted 12 years ago by zierocode
Checks to make sure the file is a valid image file, checks max file size, and directory write permissions, requires 'fileutils' gem.
2
1105
posted 12 years ago by kellishaver
Wordpress 3.3 custom post type query that will get all of the taxonomies, loop through them, and output the posts from each.
0
912
posted 12 years ago by dolbex
Número aleatorio entre a y a + b, excluyendo a + b:
a + Math.random() * b
0
736
posted 12 years ago by goo
There are 2 jQuery snippets, both replace broken images with one of your choosing, the difference is that one is "safe" and the other is "persistent". The safe one will quick working, so if your doing something that dynamically changed images on a pa...
3
1047
posted 12 years ago by FatFolderDesigner
Really Nice CSS3 Buttons I came across. Love the gradients and especially the Pushy Effects.
0
721
posted 12 years ago by jimmy101
In my opinion, this is the best cross-browser method of clearing floated elements in a container. Remember to add .clear-fix{zoom:1;} to an IE specific stylesheet, otherwise IE 7 will complain.
0
793
posted 12 years ago by Huskie
Facebook have changed the way you add apps to pages (Fuck sake!!!!!!!!!!)
0
952
posted 12 years ago by the_construct