Welcome to Dream.In.Code
Getting PHP Help is Easy!

Join 132,694 PHP Programmers for FREE! Get instant access to thousands of PHP experts, tutorials, code snippets, and more! There are 1,312 people online right now. Registration is fast and FREE... Join Now!




How to get better help on DIC

 
Reply to this topicStart new topic

How to get better help on DIC, Follow these steps to get the best help possible

akozlik
post 9 Sep, 2008 - 01:10 PM
Post #1


D.I.C Addict

Group Icon
Joined: 25 Feb, 2008
Posts: 596



Thanked 22 times

Dream Kudos: 750
My Contributions


Looking on the forums, I see a lot of stumbling around trying different things before a solution to a problem is found. Often times, the solution solves a problem that is completely different than the one originally being described. This post contains some tips to get better help from the members of DIC.

Clearly Describe the Problem

This is easily the most important tip that I can give. Too often I've seen posts that don't clearly describe the problem, and it takes a while to nail it down. Before you post your problem, take a moment to collect your thoughts. What have you done to try solving the problem? What have you found while researching the problem? Where does the error occur?

It is extremely important to be absolutely clear about the problem you're facing. Let us know precisely what errors you're receiving, and what lines. Don't be afraid to copy and paste your error messages. Which problem description is better?

QUOTE

"I'm getting an error"


QUOTE

I am getting the following error:
"Cannot send headers in foo.php at line 15. Headers already sent by foo.php at line 7".


Obviously the second problem description is going to get more responses.

Don't Post Like an IM

Which of the following would you rather read?

QUOTE

i need hlp slving my problem!1! cn sum1 pls hlp!


QUOTE

I am having a problem with a script I am writing, and I wanted to see if anyone could help me.


Posting on the discussion board is completely different from IMing your buddies. You're here with a specific problem, and there's no point in making it harder to understand the problem with your leet speak. Use the best language and sentence structure you can.

Use [code] [/code] tags

This is at the top of every forum posting, yet we still see people not using the tags. Use them! It makes your code much more readable, and will be more likely to elicit a response. In case you haven't noticed the pattern here, it's extremely important to make your posts readable by someone helping you. These people are taking their time to give you free guidance and assistance, so you should make their job as easy as possible!

Post as Many Details as Possible

Post everything you can to allow us to help you. Use details when describing everything. Post your code! Include your database schemas! Everything you can give us that's related to your problem is great. The more information we have, the more likely we'll be able to come to a solution.

Deliver Thanks!

DIC has a system you can use to thank a poster for a response. Use those little green thumbs up "This post was helpful" links. People like to know that their time is appreciated, and that's one of the best ways you can thank them. The more a person feels they're appreciated, the more likely they'll stick around and continue to answer questions.

Be Patient

The last piece of advice I have is actually an important one. You need to be patient when posting your problems. Posting a problem, and then coming back several hours later and posting "Anyone!?" is not going to get you help. If anything, it will push people away from wanting to help you. It's important that you give everyone time to read your answer and give you a correct response. It's better to get one good response than 20 rushed ones.

There are many other ways to get people to help you with your post, but those should be enough to get you started. I'm sure there are other ideas out there as well, so if you have something I haven't posted, put it up!
User is offlineProfile CardPM

Go to the top of the page

Moonbat
post 9 Sep, 2008 - 01:28 PM
Post #2


D.I.C Regular

Group Icon
Joined: 30 Jun, 2008
Posts: 385



Thanked 22 times

Dream Kudos: 600
My Contributions


Very nice akozlik biggrin.gif

I'd like to add a tip of my own, and that is use paragraphs. I've seen some posts that are just one HUGE block of text. Splitting text into a few paragraphs makes for much easier reading, and it makes it more likely that your question will be answered.
User is offlineProfile CardPM

Go to the top of the page

akozlik
post 9 Sep, 2008 - 01:30 PM
Post #3


D.I.C Addict

Group Icon
Joined: 25 Feb, 2008
Posts: 596



Thanked 22 times

Dream Kudos: 750
My Contributions


Yeah definitely use paragraphs. When writing for somebody reading on the internet, you should write for skimmability. Basically when you're writing, separate all your ideas so they can quickly be seen.
User is offlineProfile CardPM

Go to the top of the page

CTphpnwb
post 9 Sep, 2008 - 07:18 PM
Post #4


D.I.C Regular

***
Joined: 8 Aug, 2008
Posts: 338



Thanked 19 times
My Contributions


Good suggestions! Here's one for giving help: Understand that if the person asking for help could clearly describe the problem, they would likely be able to solve it too! After all, the most important step in coming up with a solution is understanding the problem.

Also remember that when a newbie asks for help with something that you think is simple, it's easy to answer with something that is technically correct, but not helpful. Remember that if they couldn't properly describe the problem to begin with, your solution to it may not make a whole lot of sense to them if you don't provide any explanation.

User is online!Profile CardPM

Go to the top of the page

akozlik
post 10 Sep, 2008 - 06:57 AM
Post #5


D.I.C Addict

Group Icon
Joined: 25 Feb, 2008
Posts: 596



Thanked 22 times

Dream Kudos: 750
My Contributions


That's a great point. When answering question we should always give the most clear and easy to follow instructions available.

Don't say

QUOTE
Check your php.ini file


Say

QUOTE
Look in your php.ini for a line that says

;extension=php_pdo_oci8.dll

and delete the semicolon


It may help to also offer an explanation of what that does and why it works, so the person can understand it much better. It's one thing to know that something works. It's another to know why it works. Taking the time to clearly explain a solution may save others a lot of time in the future on a similar problem.
User is offlineProfile CardPM

Go to the top of the page

jjsaw5
post 10 Sep, 2008 - 07:19 AM
Post #6


I vill break you

Group Icon
Joined: 4 Jan, 2008
Posts: 1,364



Thanked 6 times

Dream Kudos: 125

Expert In: HTML, CSS, Database,

My Contributions


Very nicely done!! icon_up.gif icon_up.gif
User is offlineProfile CardPM

Go to the top of the page

RawrItsAdam
post 10 Nov, 2008 - 12:19 PM
Post #7


New D.I.C Head

Group Icon
Joined: 10 Nov, 2008
Posts: 21



Dream Kudos: 50
My Contributions


Very good idea, this way it helps out the person in need and the person helping out. Nice one!
User is offlineProfile CardPM

Go to the top of the page

akozlik
post 10 Nov, 2008 - 12:25 PM
Post #8


D.I.C Addict

Group Icon
Joined: 25 Feb, 2008
Posts: 596



Thanked 22 times

Dream Kudos: 750
My Contributions


QUOTE(RawrItsAdam @ 10 Nov, 2008 - 03:19 PM) *

Very good idea, this way it helps out the person in need and the person helping out. Nice one!


Now we just need to find a way to get people to actually read it. You wouldn't believe how many posts are put up that are written by people who don't read this guide.
User is offlineProfile CardPM

Go to the top of the page

RawrItsAdam
post 10 Nov, 2008 - 12:39 PM
Post #9


New D.I.C Head

Group Icon
Joined: 10 Nov, 2008
Posts: 21



Dream Kudos: 50
My Contributions


QUOTE(akozlik @ 10 Nov, 2008 - 07:25 PM) *

Now we just need to find a way to get people to actually read it. You wouldn't believe how many posts are put up that are written by people who don't read this guide.


Well I shall post it into my Sig and then that way it will be seen everytime I post. smile.gif
User is offlineProfile CardPM

Go to the top of the page

Fast ReplyReply to this topicStart new topic
Time is now: 11/23/08 07:44AM

Live PHP Help!

PHP Tutorials

Reference Sheets

PHP Snippets

Bye Bye Ads

Free DIC T-Shirt

T-Shirt Example

Related Sites

Monthly Drawing

Thumb Drive

Partners

Top Contributors

Top 10 Kudos This Month