Welcome To Snipplr
Everyone's Recent HTML Snippets Tagged html
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
Redesigned Tumblr Theme based on [Office](http://safe.tumblr.com/theme/4040581/0# "Office") by [Alex Penny](http://alexpenny.com/ "Alex Penny")
Change log:
# Desember 31, 2010
+ added <a href="http://code.google.com/p/twitterjs/">TwitterJS</a>...
0
761
posted 13 years ago by firewalker06
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
975
posted 13 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
1096
posted 13 years ago by trusktr
Just a bit of essential code lines to start everytime from. // I don't use it :P
5
978
posted 14 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
656
posted 14 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
641
posted 14 years ago by Deej
This is source I created from a project currently in development.
0
953
posted 14 years ago by chrislorenz
This is an example of what a typical description meta tag looks like.
0
668
posted 14 years ago by goatboy91587
Grab Google CDN's jQuery. Fall back to local if necessary, Taken from the HTML5 Boilerplate.
1
1032
posted 14 years ago by f6design
Always force latest IE rendering engine (even in intranet) & Chrome Frame. Taken from the HTML5 Boilerplate.
0
946
posted 14 years ago by f6design
Testing, if Browser supports HTML5 "date" Value for type in input-fields
0
687
posted 14 years ago by ichnoweb
Auto refresh the browser. Set refresh time with content="[seconds]"
2
699
posted 14 years ago by reynish