Welcome To Snipplr
Everyone's Recent Snippets Tagged c
- 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
2068
posted 15 years ago by FatFolderDesigner
This will redirect all pages from one domain, to the homepage of another domain.
0
2104
posted 15 years ago by daipratt
Place this method in a UITableViewController Subclass' .m file
0
1739
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
2049
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
3211
posted 15 years ago by blueocto
requires you to register with USPS.
method requires your USPS API key.
0
2035
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
1394
posted 15 years ago by dtigraphics
Usage: setowner james
Will set all files in current directory and all subdirectories to owner james:james
0
1119
posted 15 years ago by renekreijveld
An example which illustrates the ways of extending a class by class methods.
0
1967
posted 15 years ago by Shamaoke