Welcome To Snipplr
Everyone's Recent Snippets
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
Reduces the string size according to the parameter that has been send and put '...' at the end of the new string
0
585
posted 12 years ago by Gianino
How does it work?
This code checks/unchecks all checkboxes within the same fieldset. Simple and semantic.
HTML Setup
Add checkboxes however you like, just make sure they are within the same fieldset.
<fieldset>
<!-->
<div><input>...
1
733
posted 12 years ago by dnnsldr
Here’s a handy bit of code that I use quite regularly, its particularly useful if your getting a response message from a form to notify the user that there data was sent, or comunicate an error and you want to fade the message out after a set time.
1
922
posted 12 years ago by dnnsldr
Add this code in the top of your index.php and set $page_url to your application final tab/app URL.
0
920
posted 12 years ago by Whiteagle
The awesome Geo Mashup Plugin for WordPress allows for auto-embedding a map showing the location of the Post, Page etc via Shortcode or adding a line of PHP into the Theme file/s.
The code below, added as a Plugin, will make a map appear at the en...
0
1573
posted 12 years ago by ecksteing
//This will grab taxonomies three levels deep (parent, child, grandchild) and display them
//in an accordion fashion. Parent is the header, then child with a checkbox, if checked, will
//display grandchild taxonomies.
//Uses jQuery Accordion (do...
0
793
posted 12 years ago by dnnsldr
//You cannot change the whole url without redirecting, what you can do instead is change the hash.
//The hash is the part of the url that goes after the # symbol.
//That was initially intended to direct you (locally) to sections of your HTML doc...
0
910
posted 12 years ago by dnnsldr
Class that convert arrays to csv format, downloads CSV files and saves to disk on server.
0
1042
posted 12 years ago by TimoZachi
This method will alloc the current class unless the device is a phone (also defined here). Then it will try to alloc the class with the suffix "Phone."
0
1044
posted 12 years ago by yar
I use this primarily for debugging purposes. This simply takes an array and creates an expandable item that prints the array out in a \<pre\> wrapping, making it easy to read. Very basic snippet.
0
1011
posted 12 years ago by ringo380
I needed away to redirect to a custom BP component upon login for users and this works great. Add this to your functions file. If you are the admin, it will redirect you to the wp-admin.
0
15211
posted 12 years ago by dnnsldr
Allows you to connect to different datasources. Very common to use something like this for development,staging and production deployments.
0
798
posted 12 years ago by evinweissenberg
This is a useful class which utilizes Phil Sturgeon's helpful restclient (http://getsparks.org/packages/restclient/versions/HEAD/show). Reference the URL attached for PinnacleCart API docs.
Example request URLs to get products and categories:
#...
0
1036
posted 12 years ago by crypticsoft
Twitter Clone v2.2.1 is the best available PHP clone of Twitter available online. Like our other products it is also extremely robust, user-friendly and very secured. Please visit http://itechscripts.com for this script and other FREE downloads.
0
966
posted 12 years ago by iTechScripts
Removing index.php to url.
e.g. www.yourwebsite.com/index.php -> www.yourwebsite.com/
0
845
posted 12 years ago by zwebapp
Another popup jQuery plugin implementation complying with YAGNI.
0
864
posted 12 years ago by p-baleine
Solución para DIVs que colapsan. Simplemente agrega la clase group al elemento que colapsa y se mostrará su tamaño.
0
663
posted 12 years ago by hibam
Add this to functions.php to enable the page-child function is_tree
0
618
posted 12 years ago by klagraff
If someone put text into an input field (or automatic e.g. with a 2d barcode scanner) and you want to replace a part of the input (pattern) then will help this small jquery code snippet.
0
1185
posted 12 years ago by bassdas
is not Code, is configuration steps for use COMPAQ DC 7900 for virtualization machines in 64 Bits
0
1206
posted 12 years ago by xavieraviles
Set the last parameter to the number of cores.
End with 'killall perl'
0
693
posted 12 years ago by beaknit
= Rake Task for Rails
* name: name of the task
* desc: description of the task
0
959
posted 12 years ago by cliffbraton
This function, when placed in a theme's 'functions.php' file will insert a custom id attribute into the '<li>' elements generated by a 'wp_nav_menu' function based on the title of the element. It will make a WordPress page or category into a hyphen s...
0
1081
posted 12 years ago by SFLWebDev