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 1341 posted 9 years ago by apro2000
stylize placeholder text without affecting user text
0 3191 posted 9 years ago by envane21
IIFE - Immediately Invoked Function Expression. http://gregfranko.com/jquery-best-practices/#/7 http://gregfranko.com/jquery-best-practices/#/8
0 1371 posted 10 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 3421 posted 10 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 2396 posted 10 years ago by julian90
Button pulse animation (scale up and down)
0 3349 posted 10 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 1513 posted 10 years ago by heathbo
JQUERY READY EVENT BEST PRACTICE
0 1238 posted 10 years ago by SmellWing
feed class with baseUrl and endpoint curling the target and caching on memcache
0 1304 posted 10 years ago by ramirog89
Copy files recursively in Windows
0 3336 posted 10 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 2398 posted 10 years ago by COBOLdinosaur
define ur thumbx
0 1064 posted 10 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 6430 posted 10 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 3511 posted 10 years ago by brandonjp
Nice little Face in for long text (slightly modified)
0 3406 posted 10 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 3164 posted 10 years ago by garciacarmonaam
The basic structure of making a page responsive
0 1425 posted 10 years ago by envane21
A simple left-right animation
0 1332 posted 10 years ago by envane21
Add class .green to class .payment-container and make it flash every 3 seconds
0 2260 posted 10 years ago by envane21
Submit function for Foundation framework
0 2253 posted 10 years ago by envane21
Used to automatically scroll up the page so that it is focused on user entry (mobile devices)
0 2196 posted 10 years ago by envane21
Wordpress Loop - WP_Query
0 1298 posted 10 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 1995 posted 10 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 2720 posted 10 years ago by raymondeu
Configure program for CalAmp lmu-800 and skypatrol nitro gps avl , (works with every device who support AT Command)
0 3273 posted 10 years ago by hidroxido
Allows for forname.o'[email protected]
0 1441 posted 10 years ago by flatearthcomms
Using cURL to get webpage DOM
0 1062 posted 10 years ago by mos666
This is a simple PHP class that can be used to produce nicely formatted reports from unorganized data.
0 2384 posted 10 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 2817 posted 10 years ago by pligor
1 ... 12 13 14 15 16 ... 554