Welcome To Snipplr
Everyone's Recent Snippets
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
The original string (str) will be changed after calling this function, so if you need it make a copy of it.
0
1395
posted 16 years ago by Menda
provide file via URL var, and script will grab it & force download. Take a look at code, and add some of your filetypes if required
2
4090
posted 16 years ago by acosonic
run the command in a terminal window
restart the computer (... I didn't find another way so that the command take effect)
0
1284
posted 16 years ago by yakafokon
As you can probably see I use the Sociable plugin on this blog. I recently realized that the Digg link was broken. Here is the fix:
0
1497
posted 16 years ago by captbaritone
These statements convert a date/time field into just a date or a time field
2
1625
posted 16 years ago by highlyevolved
I first posted this code on my http://sitefromscratch.com site, but I decided to repost it up here on snipplr.com with some of the most recent modifications I've made. This code validates through W3C Strict XHTML Standards.
14
3618
posted 16 years ago by smoothdzion
When I use the 960 Grid this is the code I use along with a CSS Reset. I really like Blueprint's default HTML Element styles, but I like the grid of 960.gs. This is a mashup of the code.
2
1189
posted 16 years ago by smoothdzion
Lee Brimelow show's how to smooth an image that is loading from Flickr.
1
1279
posted 16 years ago by chrisaiv
This code will allow you to have a full screen iframe with a header like a lot of sites do when navigating outside their site or featuring templates and things. Reference your CSS however you want. The HTML is necessary how it is, but add any addit...
1
2386
posted 16 years ago by smoothdzion
In order to track links out Google requires you add this snippet of JavaScript to your anchor(a) tag. Replace /G1/example.com with whatever you want to use to identify the link.
1
1300
posted 16 years ago by smoothdzion
Reset that I use for all my projects. I've added a class '.ib' at the end to easily add inline-block styling to any element.
1
1180
posted 16 years ago by smoothdzion
First value takes empty input values and adds 'Enter Value'.<br>
Second snippet removes 'Enter Value' when input is focused.<br>
Third snippet re-adds 'Enter Value' if the value is left blank.
2
1449
posted 16 years ago by smoothdzion
converts a number "v" to a float number and formats the string it with "d" decimals, used on input type text onblur="parseFloatString(this.value,2);"
0
1607
posted 16 years ago by ginoplusio
- fields on db with utf8_general_ci collation
- make this query after any connection
- put meta charset utf8
- read and write strings without problems
0
1146
posted 16 years ago by ginoplusio