Welcome To Snipplr
Everyone's Recent Snippets Tagged c
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
When creating a drop-down menu/hover menu, the subitems will usually go as wide as the parent li. To make them go as wide as the value of their containing li you have to add a white-space: nowrap.
If you still run into issues you may have to ma...
1
1816
posted 16 years ago by smoothdzion
// Example usage ...
trace(fNumToWord(56345));
// Output ...
// Fifty-Six Thousand and Three Hundred and Forty-Five
0
2824
posted 16 years ago by adrianparr
This is a handy starting point when creating a new DocumentClass.
This is also available from Lee Brimelow's Snippets Panel ...
New Snippets Panel Extension for Flash CS3!
http://theflashblog.com/?p=336
Flash CS3 Snippets Panel Updated
htt...
0
1863
posted 16 years ago by adrianparr
This lets you type Mandarin tones like a1, o2, e3, and so on instead of having to type the real pinyin. The tones are saved with the proper characters in the database.
0
2122
posted 16 years ago by 67ideas
Put the height_options method into a helper file, and use it as the select collection for select or collection_select.
It allows heights between 4 feet and 7 feet. To change these limits, change 48 and 84 to some other numbers.
0
1671
posted 16 years ago by 67ideas
This SearchArray class was written by Flanture.
I claim no credit for this.
The class can be downloaded from here ...
http://www.box.net/shared/7fj14higai
2
1678
posted 16 years ago by adrianparr
This handy String Utils class was written by Ryan Matsikas at gSkinner.com
I take no credit for it.
A ZIP file containing 'StringUtils.as' can be downloaded from here ...
http://www.gskinner.com/products/downloads/AS3StringUtils.zip
2
2650
posted 16 years ago by adrianparr