Welcome To Snipplr
Everyone's Recent Snippets
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
This is a simple and effective way yo make sure people are actually filing out a form before submitting it. If you need to verify content it should be done server side (so that if you come across the odd person with javascript turned off it wont brea...
0
1614
posted 15 years ago by FatFolderDesigner
This will redirect all pages from one domain, to the homepage of another domain.
0
1687
posted 15 years ago by daipratt
Place this method in a UITableViewController Subclass' .m file
0
1311
posted 15 years ago by joshparnham
<pre><code>* Use the proper DOCTYPE.
* The opening <html> tag should include language_attributes().
* The "content-type" meta element should be placed before everything else, including the title element.
* Use bloginfo() to fetch the title and des...
2
1611
posted 15 years ago by blueocto
In addition to CSS style information for your theme, style.css provides details about the Theme in the form of comments. The stylesheet must provide details about the Theme in the form of comments. No two Themes are allowed to have the same details l...
0
2754
posted 15 years ago by blueocto
requires you to register with USPS.
method requires your USPS API key.
0
1702
posted 15 years ago by RhinoX64
This snippet will replace any "&" within the text of the container your specify with a <span> that you can target with CSS; fancy!
0
1063
posted 15 years ago by dtigraphics