Welcome To Snipplr
Everyone's Recent Snippets
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
easy way of catching and displaying errors and return values from a exec() command back in PHP.
0
490
posted 10 years ago by iroybot
easy way of catching and displaying errors and return values from a exec() command back in PHP.
0
648
posted 10 years ago by iroybot
Simply changes the name attribute on input elements when the page is loaded.
0
471
posted 10 years ago by stevielamb83
Reduces the string size according to the parameter that has been send and put '...' at the end of the new string
0
360
posted 10 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
443
posted 10 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
617
posted 10 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
557
posted 10 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
593
posted 10 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
492
posted 10 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
527
posted 10 years ago by dnnsldr
Class that convert arrays to csv format, downloads CSV files and saves to disk on server.
0
620
posted 10 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
609
posted 10 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
632
posted 10 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
8795
posted 10 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
516
posted 10 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
613
posted 10 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
577
posted 10 years ago by iTechScripts
Removing index.php to url.
e.g. www.yourwebsite.com/index.php -> www.yourwebsite.com/
0
491
posted 10 years ago by zwebapp
Another popup jQuery plugin implementation complying with YAGNI.
0
556
posted 10 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
387
posted 10 years ago by hibam
Add this to functions.php to enable the page-child function is_tree
0
345
posted 10 years ago by klagraff