Welcome To Snipplr
Everyone's Recent HTML Snippets Tagged c
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
A drop down list of facial hair options for an online form.
0
2832
posted 18 years ago by jonhenshaw
This is a list of the fifty most commonly spoken languages in the United States of America. The list can be used in an online form.
0
4456
posted 18 years ago by jonhenshaw
Here's a quick list for collecting the race/ethnicity of a user in an online form.
0
5567
posted 18 years ago by jonhenshaw
Use this for background images. Put it in conditional comments in the head of your doc.
3
1769
posted 18 years ago by shellydennison
Drupal snippet: outputs all theming variables of a content type or page. Add to template.php the following function:
function _phptemplate_variables($hook, $vars) {
return array('vars_data' => $vars);
}
then add the snippet to the relativ...
5
2539
posted 18 years ago by marcoba