Welcome To Snipplr
Everyone's Recent Snippets
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
replace submit buttons with nice images and does also the rollover. Easy.
1
1382
posted 18 years ago by valcartei
this layout has a fixed width sidebar and a fluid main body.
1
1160
posted 18 years ago by penguin999
Developed for eclipse but prolly useful elsewhere, put the text after 'find' in the 'find' box and the text after 'replace' in 'replace'.
Note: this example uses an html list item 'li', make sure to replace that with the tag you want to find
5
1787
posted 18 years ago by rhlowe
to call this function you would use "asfunction:myFunction,argument1,argument2,argument3" as the href in the tag in an HTML text box.
0
1867
posted 18 years ago by Bonky
have dt and dd inline is done automatically in Firefox, but screws up in IE7. So we need additional css rules, which have to be applied only if IE is used.
0
1649
posted 18 years ago by valcartei
There must also be a JavaScript function defined in the containing HTML page:
function makePopup(url,pop_name,width,height) {
window.open(url, pop_name, "width="+width+",height="+height+",resizable=yes,scrollbars=yes");
}
1
1508
posted 18 years ago by Bonky
Build URLs for subcategories, e.g. 'cat-child-support.html' becomes '/family-law/child-support/'
0
1372
posted 18 years ago by ches
Over time, your Mac's Mail program can start to feel sluggish because, like any database, over time it needs to optimized.
4
1987
posted 18 years ago by jonhenshaw
A great way to improve the performance of your web app, by using a column in the projects table which stores the number of task associated with it, seen in railscast #23
1
1519
posted 18 years ago by bordalix
A quick and simple way of having any flash messages, from railscast #18
1
1212
posted 18 years ago by bordalix
シンプルãªãƒ‰ãƒãƒƒãƒ—ãƒ€ã‚¦ãƒ³ãƒ¡ãƒ‹ãƒ¥ãƒ¼ã€‚å…¥ã‚Œåæ–¹å¼ã€‚ by http://www.pmob.co.uk/temp/dropdown_horizontal2.htm
1
1489
posted 18 years ago by fjm
For forms with a default value onload you don't want your users to have to select the value, delete it and then insert their own input.
This function focuses on a selected input, then it selects the default text so the user can easily type their o...
1
1588
posted 18 years ago by 1man