Welcome To Snipplr
Everyone's Recent HTML Snippets Tagged html
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
This is simple but saves time to copy-paste. This example has three columns (.boxcol) within the box. But the columns can be removed for single-column box.
0
1485
posted 15 years ago by rumremix
This code will allow you to embed flash on websites and those sites will validate on w3c validator.
Unfortunately, sloppy developers don't usually care about validation. :/
1
2677
posted 15 years ago by trusktr
Just a bit of essential code lines to start everytime from. // I don't use it :P
5
2498
posted 15 years ago by claudiowebdesign
if window.jQuery is undefined, there must have been a problem downloading the script from the CDN. In that case, proceed to the right side of the && operator, and insert a script linking to a local version of jQuery.
1
1121
posted 15 years ago by touffies
if window.jQuery is undefined, there must have been a problem downloading the script from the CDN. In that case, proceed to the right side of the && operator, and insert a script linking to a local version of jQuery.
1
1089
posted 15 years ago by Deej
This is source I created from a project currently in development.
0
1568
posted 15 years ago by chrislorenz
This is an example of what a typical description meta tag looks like.
0
1140
posted 15 years ago by goatboy91587
Grab Google CDN's jQuery. Fall back to local if necessary, Taken from the HTML5 Boilerplate.
1
1643
posted 15 years ago by f6design
Always force latest IE rendering engine (even in intranet) & Chrome Frame. Taken from the HTML5 Boilerplate.
0
1575
posted 15 years ago by f6design
Testing, if Browser supports HTML5 "date" Value for type in input-fields
0
1113
posted 15 years ago by ichnoweb
Auto refresh the browser. Set refresh time with content="[seconds]"
2
1168
posted 15 years ago by reynish