What should I ideally include in my post?
- A Subject-line that includes a descriptive and unique Name for your script, to make it easy for others to identify your particular script from the rest
- (optional) Version-number of your script in the Subject-line
- An introduction that describes what your JavaScript does, and what features it has
- Instructions - Any special considerations that people need to know? Does the script have to be setup in a specific way?
- Syntax-Highlighting - Instead of the normal [ code ] BBCode, surround your JavaScript-text with the following instead: [ Codebox=javascript file=Untitled.js ][ /Codebox ] (minus the empty spaces). This will both JavaScript-appropriate syntax-highlighting.
The forum also supports file-attachments, but this should not be exclusively relied on when posting your scripts. Always try to include the scripts in text-form as well (contained in code or syntax tags, of course), as a form of future-proofing should the file-attachments ever go poof!. For small stand-alone scripts, it is overkill to include both the script in text-form and as a file-attachment, so please use some common sense for when to utilize this feature.
If you should ever need to do updates to your script, modify your original post with the updated version of the script, update the version number (if you have one), and post a new reply describing your changes and hinting at the updated first post. This makes it easy for anyone to get the latest version of your script, instead of potentially having to look through all the posts in the thread for updates/fixes.