Welcome To Snipplr
Everyone's Recent Snippets Tagged html
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
Construyendo una plantilla XHTML progresivamente, entendiendo cada elemento insertado.
0
1053
posted 17 years ago by demixo
Based on templates by luxuryluke and Kevin Hale.
Basic XHTML 1.0 layout which includes basic layout structure and is prepared for jQuery. On load a 'js' class is added to the root element in order to nicely handle graceful degradation if JS is dis...
8
1795
posted 17 years ago by nighthawk
Secure, Advanced, Better, Faster... function for remove/strip tags(Anti-XSS).
2
2162
posted 17 years ago by YPY
When a swf launches like this , without setters for the required args ( referer, IpAddress ) the reports will show 'unknown' domain.
0
1058
posted 17 years ago by rowntreerob
shows that 2 required args to the swf are being set in JS
'swflink' contains 'referer' , 'IpAddress' arg values so they will not be undefined
0
1542
posted 17 years ago by rowntreerob
A series of tests to determine the best way to preload css images on elements that by default are hidden.
2
1492
posted 17 years ago by neal_grosskopf
A function to remove tags and to also remove excess spaces.
1
1302
posted 17 years ago by donkeykong
This snippet creates a basic input and label combo for an html form. Has tab stops at relevant places for adding for, id and name attritbutes
2
1494
posted 17 years ago by superdeluxesam
Pre-selects an html form with a requested value... ie; editing a form from a database
0
1390
posted 17 years ago by davidsword
This is basically the code given in the book "learning jQuery " by Chaffer J & Swednerg K.
5
1857
posted 17 years ago by stavelin
Gracias a este artÃculo, pude colocar fondos de imagen a para las filas de una tabla.
1
1509
posted 17 years ago by demixo
This code is both basic and available from 24ways.org, but it's damn handy to reach through the snipplr plugin from textMate.
PS: all cred to Rachel Andrew & the 24ways team.
4
1472
posted 17 years ago by stavelin
Just for a quick copy and paste. A cool Lorum Ipsum generator is at [lipsum.com](http://www.lipsum.com/).
1
1273
posted 17 years ago by wizard04
Creates a drop shadow for a div. In IE I can't get `filter:alpha(opacity=__)` to work right, but it degrades gracefully without it so I left it out.
5
1696
posted 17 years ago by wizard04