Welcome To Snipplr
Everyone's Recent Snippets
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
I used this simple snippet to enable users to "View More Info" which was embedded in a div below each of a list of items. This is different from many of the simple jQuery examples that only allow you to show/hide one particular div.
1
1065
posted 16 years ago by aristoworks
A fallback for php's json_encode functionality. What do you think?
1
860
posted 16 years ago by kirie
From this article, Martin "mpot" Pot mention:
" The above CSS definition is defining a style called noprint, and will only be applied to printed content. Setting the display property to none means any content using this CSS style will not be displ...
0
1440
posted 16 years ago by HubertGaulin
Example:
Add the following ccs '@media print { body { font-size: 12pt } }' to the document.
0
1141
posted 16 years ago by HubertGaulin
In IE6 (+7?) the fieldset width doesn't automatically resize to fit the width of the parent container.
1
870
posted 16 years ago by hotdiggity
This is my first ever bookmarklet. It's simple and could be tightened up but it works for me (FF3 Ubuntu 8.10).
Oh, by the way, what it does is load gmail (if you're signed in, which I always am) with a search for the unread messages (is:unread)...
0
766
posted 16 years ago by ThomasGHenry
Easy little script to grab the current frame's BitmapData from a Video()
2
1128
posted 16 years ago by allnatural
For instances where you have an empty div that is less than about 10-15px in height. IE assumes it should contain something and allots room for text.
I first found this on the webdeveloper.com forums.
The kicker here for me was the "font-size:0"...
2
1093
posted 16 years ago by charmcitycoder
This script preloads images in your document or lets your to preload images by their url and insert or append them in your DOM tree later.
5
990
posted 16 years ago by Uzbekjon
Put this script in your path and you can start your scripts located in ~/.groovy/scripts from everywhere.
Tags: Bash, Linux, Groovy
0
1017
posted 16 years ago by mahome