| skinning tools |
| content | |||
|
HTML code snippets JavaScript gallery Image based fonts Flash tools |
|||
| back |
| nsis installer script |
|
how-to:
If you don't want to use the nsis installer, just zip the skin directory including all subdirs and publish the zip file.
|
|||
| back |
| HTML code snippets |
| html based progress/volume bar | |||||
|
written
by script <script language="JavaScript" type="text/JavaScript"> This is the tabe that is used as progress bar. Place this somewhere in your <body>: <a id="progressBarLink" href="#"
onclick="clickProgressBar();"> |
|||||
| back |
| JavaScript gallery |
| replace each character with an image, image based font | |||
|
written
by script <script language="JavaScript" type="text/JavaScript"> |
|||
| limit string length and insert ... in the middle | |||
written
by <script language="JavaScript" type="text/JavaScript"> function printValue(Title) { // the global function if(Title.length > 11) { document.write(Title.substr(0,10)); document.write("..."); document.write(Title.substr(Title.length-10)); } else { document.write(Title); } } </script> somewhere in your HTML code... <script language="JavaScript"
type="text/JavaScript"> |
|||
| back |
| Image based fonts |
|
|
|||
| base | |||
created by download
|
|||
| Font Ripper | |||
See also BrowseAmp forums.
created by download
|
|||
| back |
| Flash tools |
| Flash Volume Slider | |||
written by download
|
|||
last change:
2008-03-23
, Henry Thasler
back to main page