|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
HOW TO POST A QUESTION - READ New Users!
The javascript forum needed its own "READ FIRST" sticky...for all the new members whose first post is here. Please Read This In Full. This is almost an exact port from JeffCT's wonderful PHP verison. I only added some stuff, most of his is quoted at the bottom.
<edit> javascript is NOT java!!! please read below to be informed. define javascript </edit> 1. SEARCH FIRST! The odds are that your problem has been addressed multiple times before, so try searching first. Heck, it makes sense: you get your answer faster, and you save everyone's time. FORUMS BUILD IN SEARCH USE GOOGLE TO SEARCH ONLY DevShed FORUMS Most of your questions will probably be answered using one of those. 2. USE CODE OR HIGHLIGHT= TAGS! I can't even say in human words how important it is to use the CODE or HIGHLIGHT= tags. Not only does it set your code apart from your normal post, but it also helps keep your FORMATTING, so we can all see your indentations...which of course, make it much easer to understand your code.... EXAMPLE THIS: [CODE] for (var i=1;i<=10;i++) { window.alert(i + '/10'); } [/CODE] becomes this: Code:
for (var i=1;i<=10;i++) {
window.alert(i + '/10');
}
[HIGHLIGHT=javascript] for (var i=1;i<=10;i++) { window.alert(i + '/10'); } [/HIGHLIGHT] becomes this: 3. MEANINGFUL THREAD/TOPIC TITLES This is simple: just describe your problem as specifically as you can. Here's a great list of topic subjects YOU SHOULD NOT POST by freebsd: 1) Help me 2) Hello 3) You must know the answer 4) Please help this female newbie 5) Something wrong 6) Come on PHP gurus 7) This one for you 8) Just wondering 9) This is too complicated for me 10) possible? 11) Very urgent 12) I have a question 13) Stupid question 14) Newbie needs help 15) pulling my hair out 16) this is driving me nuts 4. Miscellaneous Items (although not less important) A. Don't Submit right away. Preview Your Post. B. You CAN edit your posts. (don't over do it though, don't wildly change them. This is mainly for spelling/grammar etc. Anything else just make a new post in that thread. C. DON'T BRING UP OLD THREADS! just because it's remotely related to your problem. Start a new one. D. there must be more.... Other Things You MUST Keep In Mind I couldn't put this in better words myself...so a direct quote: Quote:
Basically, normal human manners apply on these forums. I am sure I maybe forgetting something, if you see errors/typos or anything that you think should be added PM me. <edit by ChiefWigs1982> I've updated this to include instructions on the HIGHLIGHT tag in section 2. ![]()
__________________
Jack --------- use code tags become vegetarian python? yes, sir! unarm.org get firefox If I helped you then please click the " " in the upper right-hand corner of my post.
Last edited by ChiefWigs1982 : August 16th, 2005 at 09:56 AM. |
| Viewing: Dev Shed Forums > Web Design > JavaScript Development > HOW TO POST A QUESTION - READ New Users |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|