Welcome To Snipplr


Everyone's Recent Snippets



1 ... 12 13 14 15 16 ... 554
drush pm-list --status=enabled --pipe | grep 'uc_' | xargs -i drush pm-disable '{}' -y
0 751 posted 8 years ago by apro2000
stylize placeholder text without affecting user text
0 707 posted 8 years ago by envane21
IIFE - Immediately Invoked Function Expression. http://gregfranko.com/jquery-best-practices/#/7 http://gregfranko.com/jquery-best-practices/#/8
0 753 posted 8 years ago by Waltem
Array.prototype.forEach You can't break forEach. So use "some" or "every". Array.prototype.some some is pretty much the same as forEach but it break when the callback returns true. Array.prototype.every every is almost identical to some except i...
0 865 posted 8 years ago by Waltem
A plugin that adds widget functionality to a third-party video modal plugin. The widget accepts a YouTube video ID and a thumbnail URL of the user's choice. It then generates a thumbnail link that launches a video modal via the third-party plugin. Op...
0 810 posted 8 years ago by julian90
Button pulse animation (scale up and down)
0 802 posted 8 years ago by envane21
This is code you put in a CSS file. It queries the size of the screen using the parameters passed in. If its true, it then applies the CSS
0 862 posted 8 years ago by heathbo
JQUERY READY EVENT BEST PRACTICE
0 664 posted 8 years ago by SmellWing
feed class with baseUrl and endpoint curling the target and caching on memcache
0 695 posted 8 years ago by ramirog89
Copy files recursively in Windows
0 782 posted 8 years ago by wesleydepoorter
If you syndicate your content with an RSS feed it can help to drive additional traffic to the content pages.
0 804 posted 8 years ago by COBOLdinosaur
define ur thumbx
0 601 posted 8 years ago by ramirog89
Using underscore.js, you could combine .findWhere with .without Although, since you are creating a new array in this case anyway, you could simply use _.filter or the native Array.prototype.filter function (just like shown in the other question)....
0 3460 posted 8 years ago by Balamir
// create a variable to toggle debugging // to use it, just call debug(with,any,optional,parameters) debug(x,y,z); // it will try to guess what type of message to log, or you can specify in the first parameter debug("error",x,y,z);
1 919 posted 8 years ago by brandonjp
Nice little Face in for long text (slightly modified)
0 819 posted 8 years ago by designermedia
Really, this is part of a set of classes that is stored in a Git repository and under MIT license. The function I'll expose is Circunscription::distributeSeats().
0 719 posted 8 years ago by garciacarmonaam
The basic structure of making a page responsive
0 880 posted 8 years ago by envane21
A simple left-right animation
0 690 posted 8 years ago by envane21
Add class .green to class .payment-container and make it flash every 3 seconds
0 739 posted 8 years ago by envane21
Submit function for Foundation framework
0 661 posted 8 years ago by envane21
Used to automatically scroll up the page so that it is focused on user entry (mobile devices)
0 682 posted 8 years ago by envane21
Wordpress Loop - WP_Query
0 751 posted 8 years ago by alanyoshida
First you need to write your script. In your theme folder create a folder called something like 'js'. Create a file in that folder for your javascript. E.g. your-script.js. Add your jQuery script to that file (you don't need <script> tags in a .js fi...
0 1216 posted 8 years ago by designermedia
I have been trying to solve my problems on stackoverflow, but none seems to help. Hopefully someone here could help me.
0 1071 posted 8 years ago by raymondeu
Configure program for CalAmp lmu-800 and skypatrol nitro gps avl , (works with every device who support AT Command)
0 775 posted 8 years ago by hidroxido
Allows for forname.o'[email protected]
0 776 posted 8 years ago by flatearthcomms
Using cURL to get webpage DOM
0 580 posted 8 years ago by mos666
This is a simple PHP class that can be used to produce nicely formatted reports from unorganized data.
0 772 posted 8 years ago by COBOLdinosaur
This source code contains two files: 1) result.php is a php webpage which expects a post request and renders some static results 2) mycurl.php uses curl to post programmatically some data to the result.php and after rendering the result is being re...
1 1086 posted 8 years ago by pligor
1 ... 12 13 14 15 16 ... 554