Welcome To Snipplr
Everyone's Recent HTML Snippets
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
Internet Explorer has many rendering engines ready for use. What this line of code basically does is force IE to use the most up to date rendering engine that it has available, so that your pages will render as well as possible. It then goes on to ta...
0
403
posted 12 years ago by paul66
The favicon is pretty much normality these day. the interesting bit here is the apple-touch-icon which is used if you save a bookmark to your home screen on an apple touch device such as an iPad or iPhone. Interestingly enough, android also supports...
3
536
posted 12 years ago by paul66
Every time I start coding a new Tumblr theme I find myself writing the same Tumblr tags over and over again. That's why I decided to create a boilerplate, or a framework, that I can reuse for my next projects.
I tried to cover most of the features...
4
532
posted 12 years ago by apaunchev
HTML para Absolutamente Noobs.
Post Completo: http://kanis.com.br/
Primeira video aula da série de 10 episódios.
0
400
posted 12 years ago by leandrokanis
Some cool free templates I've found.
Included in every template :
Photoshop Document : Layered and ready to tweak
HTML Template: Tested and ready for your content
0
451
posted 12 years ago by Iban
A very simple HTML redirect that I found useful for a contact form confirmation.
The number preceding the url (in this case zero) tells the browser the number of seconds to wait before redirecting to the new url. For example, you could set this to...
0
685
posted 12 years ago by danielwrobert
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
470
posted 12 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
607
posted 12 years ago by rumremix
This is a test case to show that, with a bit more work and a tiny bit more code, CSS traingles can be used for breadcrumb navigation in Internet Explorer 8.
1
786
posted 12 years ago by Kerrick
Proper way of loading libs such as jQuery from Google's CDN. Place these JavaScripts at the bottom for fast page loading. To target different versions, you can be more specific if you want; eg. /1.4/ or even /1.4.4/.
(NOTE: you may either use http...
0
713
posted 12 years ago by hced