Welcome To Snipplr
Everyone's Recent Snippets Tagged html
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
If you're ever bothered by CakePHP's limited breadcrumbs support for displaying them use this to build your own!
2
768
posted 14 years ago by stolkchris
Testing, if Browser supports HTML5 "date" Value for type in input-fields
0
687
posted 14 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
883
posted 14 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
888
posted 14 years ago by Moridin
Turn a html source into a full text document by removing all html tags and other unneeded code.
0
868
posted 14 years ago by math89
Auto refresh the browser. Set refresh time with content="[seconds]"
2
699
posted 14 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
777
posted 14 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
931
posted 14 years ago by josephknight