Welcome To Snipplr
Everyone's Recent HTML Snippets
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
This worked on the limo site. I need to change the form action for it to work with another project.
0
748
posted 14 years ago by gera3d
Used in my post on how to optimize WordPress, which can be found here: http://www.brettwidmann.com/2010/01/optimizing-your-wordpress-site-pt-2/
0
655
posted 14 years ago by goatboy91587
Used in my post on how to optimize WordPress, which can be found here: http://www.brettwidmann.com/2010/01/optimizing-your-wordpress-site-pt-2/
0
657
posted 14 years ago by goatboy91587
Used in my post on how to optimize WordPress, which can be found here: http://www.brettwidmann.com/2010/01/optimizing-your-wordpress-site-pt-2/
0
662
posted 14 years ago by goatboy91587
Used in my post on how to optimize WordPress, which can be found here: http://www.brettwidmann.com/2010/01/optimizing-your-wordpress-site-pt-2/
0
728
posted 14 years ago by goatboy91587
Used in my post on how to optimize WordPress, which can be found here: http://www.brettwidmann.com/2010/01/optimizing-your-wordpress-site-pt-2/
0
809
posted 14 years ago by goatboy91587
There are a lot of snippets if you want countries in a select box (dropdown). I wanted them as check boxes organized by Continent. In my implementation (not represented in this code). I added ajax toggles so that each Continent's countries were hidde...
0
1891
posted 14 years ago by maestrojed
blank xhtml template from NetBeans 6,9 with load all google AJAX Libraries API
2
1181
posted 14 years ago by knedle
The bare minimum required tags in the head tag of any HTML doc...
1
1043
posted 14 years ago by jaymanpandya
[via rtcrm]
This uses *no javascript* and will still render in IE, Safari, Firefox, and Opera.
0
786
posted 14 years ago by mennyj
[via rtcrm]
<b>Needed:</b><br>
- Video in FLV format.<br>
- video_player.swf (standard player, which resizes for any flv).<br><br>
<b>Notes:</b><br>
- SWF and FLV files can live anywhere.<br>
- Location of FLV is relative to the location of v...
0
946
posted 14 years ago by mennyj
[via rtcrm]
Video for Everybody is very simply a chunk of HTML code that embeds a video into a website using the HTML5 `<video>` element which offers native playback in Firefox 3.5 and Safari 3 & 4.
This is native OGG video playback in Firefox 3....
3
927
posted 14 years ago by mennyj
forms part of our Calibre Remote. an alternate gui for calibre ebooks content-server. this is the html files that contains the basic layout and brings it all together.
0
754
posted 14 years ago by minky
HTML 5 provides some great new features for web designers who want to code readable, semantically-meaningful layouts. However, support for HTML 5 is still evolving, and Internet Explorer is the last to add support. In this tutorial, we’ll create a...
3
1093
posted 14 years ago by vagrantradio
Note the special syntax:
* gt: greater than
* lte: less than or equal to
1
938
posted 14 years ago by c4ptivate