Welcome To Snipplr
Everyone's Recent Snippets Tagged html
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
Testing, if Browser supports HTML5 "date" Value for type in input-fields
0
1029
posted 15 years ago by ichnoweb
A more flexible version of the 'official' Facebook feed dialog example.
"The Feed Dialog prompts the user to publish an individual story to a profile's feed. This does not require any extended permissions."
"The following simple JavaScript exam...
0
1326
posted 15 years ago by coprolit
Uses jQuery to give links with rel=\"external\" the ability to open in a new window, while keeping the document XHTML or HTML Strict. Works by assigning a \"_blank\" value to the \"target\" attribute of all such links after the page has already loade...
0
2187
posted 15 years ago by Moridin
Turn a html source into a full text document by removing all html tags and other unneeded code.
0
1314
posted 15 years ago by math89
Auto refresh the browser. Set refresh time with content="[seconds]"
2
1053
posted 15 years ago by reynish
The problem
As a WordPress user, you probably know how important the wp-config.php file is. This file contains all of the information required to access your precious database: username, password, server name and so on. Protecting the wp-config.php...
0
1273
posted 15 years ago by josephknight
The problem
Protecting dynamic websites is especially important. Most developers always protect their GET and POST requests, but sometimes this is not enough. We should also protect our blog against script injections and any attempt to modify the PH...
3
1654
posted 15 years ago by josephknight