|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
|
|
Get inside! Sample the range of functionality easily built with JMSL Library for Time Series Data Analysis, Heat Maps, Portfolio Optimization, Monte Carlo Simulation, Stock Price Charting and more. Download Now! |
|
#1
|
|||||
|
|||||
|
[Rules] The General Rules Thread
General Forum Rules
General Forum Questions
When in doubt, ask a moderator about the topic of your thread or post. They will be able to tell you if it violates the rules or not. If your thread or post is removed and you do not recieve an email or PM about it, then ask a moderator why it was removed. Do not re-post your thread or start another one complaining about your thread being removed. Signature and Avatar Guidelines One of the perks of continued membership is having a custom signature for your posts. The contents of your sig must be acceptible for our community, and shall not contain any profanity, vulgarity, or insults/disparaging comments to our community or its members. In addition, comments and/or links that represent direct competition are not allowed. Once you have been a member at Dev Shed for 30 days and have 30 posts, you will have the ability to include a signature in your post and upload an avatar to your profile. Your signature will be shown only on your first post on each page of a thread, to avoid clutter.
Any signature violating these rules will be considered spam. The signature will be deleted and the offending member will be addressed by our moderators. Reputation Rules Reputation should be used to reward users for informative and insightful posts. It should not be used to reward jokes, and pointless trolling. If you see that someone has been repped multiple times in one post, think hard about repping them again. Go find another user to reward. There are many contributing users to the forum who still have a low reputation. Registration Agreement Registration to this forum is free! By using our forums (this includes but is not limited to signing up as a member or even browsing our forums without signing up) you agree to the following: The owner, administrators, and moderators of Dev Shed Forums will not be held liable for any objectionable messages posted on this forum, ownership and liability lie with the original poster of the message in question. It is impossible for us to review all messages. All messages express the views of the author, and NOT Dev Shed and neither the owners of Dev Shed Forums, nor Jelsoft Enterprises Ltd. (developers of vBulletin) will be held responsible for the content of any message, regardless of what the message says or implies or any posts replying to said message. You warrant that by registering for our forums, or simply just browsing our forums, you will indemnify Dev Shed from any and all legal liability both civil, criminal, or otherwise. Any legal proceedings brought against Dev Shed or its owner must be originated in Broward County, Florida. You warrant that you will not post any messages that are obscene, vulgar, sexually-orientated, hateful, threatening, or otherwise violative of any laws. The owners of Dev Shed Forums reserve the right to remove, edit, move or close any thread for any reason but are not compelled to do so unless they deem it to be necessary. Specific Forum Rules The rules and guidelines found in this document cover all forum categories within this site. In addition, some of the forums may have additional rules and guidelines that apply specifically. Before posting in any forum, check for any sticky posts containing additional rules. General Posting Guidelines I figured this was necessary because a lot of people come in and post threads without thinking, and without realizing that there is no possible way they could get help because of the way they posted the question. Here are some general guidelines. USE SEARCH FIRST! There is a pretty good chance that unless you have some really odd or unique problem that it has been addressed on this forum before (or even hundreds of times before for some issues). Use the forum's search feature first to see if there are already some good threads on the subject. It's easy to search - just click the "Search" button at the top right of the page. Be DESCRIPTIVE I cannot stress this enough. We cannot possibly help you if you simply post a thread, copy and paste your whole script and say "it has errors what's wrong with it?". Keep this in mind: 1. Explain to us what your script DOES (or what it's supposed to do). 2. Explain to us what exactly the error is. Is it a PHP error? Your own error reporting? MySQL error? Or is it just not doing what you want? 3. Remember that you know a lot more about your script than we do. Don't assume we know just what it does. Don't use stupid topic names Post a descriptive topic name! Give a short summary of your problem IN THE SUBJECT. Don't use attention getting subjects. They don't get attention. They repel attention and annoy people. 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 Generally ANYTHING similar to those is unacceptable. Just post your problem. Here is a good example of a way to post a question about ereg() and regular expressions / validating emails "Need ereg regular expression help" or even better: "validating emails w/ ereg() regular expressions" These are bad examples: "I can't figure this out!" "Stupid question..." "Female newbie needs regex help" "Help me! Urgent!" ONLY POST THE PART OF YOUR SCRIPT THAT HAS PROBLEMS! PLEASE do not post your entire script in a message. And if you have to use 2 messages that's a good indication that you're going to annoy people. Only post the part of your script where you have problems. That's it. Just a very small piece of it. It's not hard. Just find the part you think doesn't work and post that. WE DON'T WANT TO SEE YOUR ENTIRE SCRIPT. And if you post the entire script it's going to take us a lot longer to find the problem. PUT YOUR CODE IN in php vB code!!! Hundreds of times per week we see people post a huge ugly script right into the message. There's a problem with that. The tabs don't work. There's no syntax highlighting. That makes it difficult to read! There's a really neat vB code built in that will format and syntax highlight your PHP code when you post it. You can use that easy PHP button right above the box where you type your message. The result will look like this: PHP Code:
If you get an error on a certain LINE, tell us what's on that line and what's on the few lines above it! It's not too helpful when you mention an error on a certain line but don't tell us what code is on that line. Because errors can sometimes be caused by lines of code above the one the error is mentioned on, please post a few lines above that line. Only you know what "doesn't work" means Please tell us what your script is supposed to do and why it "doesn't work". Or if you don't feel like explaining what the whole script is, at least tell us what the offending code is supposed to do. When you come in and say "it doesn't work" or just "it has errors", that means NOTHING. There could be a million things wrong and no one will know where to look. If you're not going to take the advice, don't ask for help. Often times, people post questions about their script with the wrong mindset from the very beginning. Soon they are receiving replies, and silently debugging their code, making no effort to even acknowledge the people helping them! It becomes one sided, and the poster isn't aware that many of the people helping them hope to learn something as well! Letting people know of your progress and how their suggestions apply (or do not apply) will not only help you figure out your problem quicker, but you'll be returning the favor to those of us who learn more by helping. In even worse scenarios, sometimes the poster will argue back even when they don't know what they're talking about. Hey - if you know it all, don't ask for help. When people give you free code that may solve your problem, by all means, try it out! And if it's not what you need, at least thank them. And if people post code that is over your head, ask them for an explanation. Too many times I see great solutions posted, then the original poster doesn't understand it and goes hunting around the PHP manual and finds some function they think will solve their problem but really has Nothing to do with their problem! The solution you are given may not always be something you are totally familiar with, so just ask for a better explanation! Remember when people help you, they are doing YOU a favor Regardless of how big your ego is, it is NOT someone else's privilege to debug Your code. It is not their privilege to have them help you. It is YOURS. Remember that when people help you they are doing YOU a favor. You are not doing them a favor by letting them see your incredible application. Be patient, help people out by posting good descriptions of what you need help with, and not snapping at people with garbage such as "if you aren't going to help don't waste my time replying". Editing and Deleting Your Posts Due to security issues and the need to ensure the quality of our knowledgebase, we have had to impose a 30 day limit on the ability for regular users to EDIT thier posts. What this means, is that users have the ability to edit thier own posts for 30 days after creating it. If for some reason, if a user needs a post changed that is more than 30 days old, a moderator can assist them to make the necessary changes. This also means, as a rule, that we do not remove or delete content from our forums. So, before you post, consider this rule. Last edited by edwinbrains : July 12th, 2005 at 04:22 AM. |
| Viewing: Dev Shed Forums > Forum Information > Forum Rules/Guidelines > [Rules] The General Rules Thread |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|