Welcome To Snipplr


Everyone's Recent Snippets



1 ... 416 417 418 419 420 ... 552
When you hover over the “message” div, the “controls” div inside it will appear, along with all of its content, giving you the same functionality as used by the Twitter web app. There may be an issue with accessibility because screen reade...
0 1758 posted 17 years ago by justinseiter
In case you don't feel like loading 3 pages to edit a single url alias.
1 2004 posted 17 years ago by zachharkey
This is a simple script that will allow you to crop an image that you upload from a form.
1 1875 posted 17 years ago by aristoworks
This is how NetTuts does their filterable Portfolio.
3 2025 posted 17 years ago by conspirator
Min-height of an element that works in all browsers.
2 2202 posted 17 years ago by avantsi
Transform text (eg. from a WYSIWYG) into nicely formatted HTML paragraphs. (Credits: Ludo Magnocavallo's LightPress). [this is a solid starting point - but a lot of HTML elements are missing]
3 1594 posted 17 years ago by iroybot
HRs are a pain in the ass to style, so why bother? Wrap them in a DIV with a class of HR instead. (In your stylesheet, set .hr hr { display: none }). This also ports the class of the HR up to the new parent DIV, allowing you to make a few differen...
1 1526 posted 17 years ago by dougunderscorenelson
This adds a class to focused form elements (helpful for IE6/7), as well as adds a class to the input's parent (in this case, named "form-field").
1 1843 posted 17 years ago by dougunderscorenelson
Quick script to find button elements (and elements with the "button" class) and wrap their innards in spans. Good for making rounded-corner buttons.
0 1497 posted 17 years ago by dougunderscorenelson
since the script observes mouseout, it should fire mouseleave events before mouseenter to preserve correct order.
1 2160 posted 17 years ago by pdswan
This will return a list of all the tables in a certain database along with their row count.
1 1984 posted 17 years ago by blackf0rk
Easily create a SINGLE USE ONLY (Singleton) Class Object with this template.
1 2050 posted 17 years ago by allnatural
3 1664 posted 17 years ago by g0mer
This turns the about page into a featured category post page. The principles for just a regular custom page template with sidebars is there too.
3 3176 posted 17 years ago by kristarella
This provides a teaser, with content from a custom feild, or the excerpt if no field exists. Everything except the title and edit link need to be turned off in the options.
3 1842 posted 17 years ago by kristarella
displayed filename and line number. //normal use d( $arg ); //some arguments d( $arg1 , $arg2 , ... );
0 1555 posted 17 years ago by ikimozu
hope you enjoy - thanks to Tom Duff (for implementation in C), Dean Edwards, and Nicholas Zakas for the idea
0 1430 posted 17 years ago by jschilling
https://www.chrisjmendez.com/2004/09/27/jquery-converting-all-the-items-in-a-select-element-into-a-string-array/
0 2325 posted 17 years ago by chrisaiv
I believe that Accrisoft has a fetch all images from db function built in, but you could always use some php to create the image array
5 2208 posted 17 years ago by conspirator
2 1849 posted 17 years ago by level09
Generates an options list of years for a select box, going from current year backwards through the number of years specified in the first variable. Useful for birthday fields on signup forms. eg. 2009, 2008, 2007, 2006 ... 1912, 1911, 1910, 190...
3 2513 posted 17 years ago by iridium
I made this ;) Python's operator class is what you need to know if you want to avoid using lambda functions or define your own helper functions in many cases.
1 2000 posted 17 years ago by fnurl
This method maintains its integrity with all combinations of images on/off and CSS on/off. This method works by laying an empty span over the top of the parent element with the required image applied as a background to that span. There is howev...
4 2672 posted 17 years ago by justinseiter
2 1599 posted 17 years ago by justinseiter
This sticky footer solution is working in all major browsers, including Google Chrome! It works with floated 2-column layouts and we don't get overlap in re-sized browser windows unlike older solutions you find when you Google sticky footer. And you...
8 3054 posted 17 years ago by justinseiter
2 2234 posted 17 years ago by craig1709
1 ... 416 417 418 419 420 ... 552