Welcome To Snipplr
Everyone's Recent Snippets
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
If you want to tween an object relatively, but the new value changes and needs to be a variable, just cast it as a string.
0
1237
posted 13 years ago by yannxou
How to run a tar archive backup excluding a directory. For example, running a website root directory backup excluding the 'backups' directory.
1
879
posted 13 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
926
posted 13 years ago by RobertHegeraad
Ordena Array Bidimensional Asociativo de acuerdo a parametro del array.
0
881
posted 13 years ago by serialk89
This is an .htaccess file for a mod_rewrite php url handler.
0
1108
posted 13 years ago by ghost2109
Another source: http://wpswitch.com/blog/wordpress/an-introduction-to-wordpress-custom-fields/
0
919
posted 13 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
1162
posted 13 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
988
posted 13 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
946
posted 13 years ago by RobertHegeraad
Put this before a "RewriteRule" to call the rule only if this request was not from a redirect.
0
717
posted 13 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
871
posted 13 years ago by jrobinsonc
Takes an image (path or url) and extracts the 7 most common colors and returns their hex values.
0
1257
posted 13 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
728
posted 13 years ago by goo
Show only children posts of a parent custom post type, not all child posts
0
2184
posted 13 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
1325
posted 13 years ago by i-am-andy
Show all child pages content and featured image on the parent page
0
1409
posted 13 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
876
posted 13 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
1232
posted 13 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
1039
posted 13 years ago by dolbex
Número aleatorio entre a y a + b, excluyendo a + b:
a + Math.random() * b
0
844
posted 13 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
1156
posted 13 years ago by FatFolderDesigner
Really Nice CSS3 Buttons I came across. Love the gradients and especially the Pushy Effects.
0
828
posted 13 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
908
posted 13 years ago by Huskie