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
2031
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
3274
posted 15 years ago by trusktr
Just a bit of essential code lines to start everytime from. // I don't use it :P
5
3117
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
1590
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
1546
posted 15 years ago by Deej
This is source I created from a project currently in development.
0
2060
posted 15 years ago by chrislorenz
This is an example of what a typical description meta tag looks like.
0
1633
posted 15 years ago by goatboy91587
Grab Google CDN's jQuery. Fall back to local if necessary, Taken from the HTML5 Boilerplate.
1
2209
posted 15 years ago by f6design
Always force latest IE rendering engine (even in intranet) & Chrome Frame. Taken from the HTML5 Boilerplate.
0
2148
posted 15 years ago by f6design
Testing, if Browser supports HTML5 "date" Value for type in input-fields
0
1574
posted 16 years ago by ichnoweb
Auto refresh the browser. Set refresh time with content="[seconds]"
2
1693
posted 16 years ago by reynish