953,971 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

Guidelines before posting

Dani, I think you need to create a sticky post of guidelines before posting. Maybe have it on every forum. This is for the people that put up homework assignments (or any other type for that matter) and want a quick answer without even trying. This forum is about learning, not about doing some else's dirty work.

samaru
a.k.a inscissor
Team Colleague
1,256 posts since Feb 2002
Reputation Points: 262
Solved Threads: 18
 

Sounds like a good idea, but nothing tooooooo heavy, I hope ;-)

Bob
Junior Poster
Team Colleague
129 posts since Feb 2003
Reputation Points: 15
Solved Threads: 2
 
Dani, I think you need to create a sticky post of guidelines before posting. Maybe have it on every forum. This is for the people that put up homework assignments (or any other type for that matter) and want a quick answer without even trying. This forum is about learning, not about doing some else's dirty work.

I don't think that is needed, for the simple fact that people can learn off from posts the users use to help the user in need of help, so if you wanted to look at it more deeply, people can just lie and say they tryed to look it up, what good will that do ? And secondly I do believe the site admin has posted homework help, and then posted, "Nevermind I looked it up and found it."

root
Junior Poster
106 posts since May 2003
Reputation Points: 13
Solved Threads: 0
 

I don't know about you or anyone else here, but I tend not to help people on purpose when their post says: I haven't tried to do this problem or solve it. I just want a fast and correct solution and don't want to waste my time because I have better things to do. You on the other hand do. So do it for me.

Now, I'm not like that for everything that I get asked. It all depends on the question. If the solution requires thought, then at least I'd like to at least see some effort. I'm not a snob. But then again, I'm not stupid.

I don't think that is needed, for the simple fact that people can learn off from posts the users use to help the user in need of help

People would learn even more if they at least tried to do it themselves first. Even if they failed at it, they would learn what not to do, and this would be shown on their post by saying what they tried.people can just lie and say they tryed to look it up, what good will that do ?

Well, when I need help for something that requires thought, like algorithmic, I list what I have tried. Even show some code if I can and pinpoint where I'm stuck at. I think you are right though. You can't stop people from lying. I think it all depends on who posts the solution. If you have time to solve a solution for someone that doesn't want to do it themselves, and not even try, then go for it.

samaru
a.k.a inscissor
Team Colleague
1,256 posts since Feb 2002
Reputation Points: 262
Solved Threads: 18
 
Sounds like a good idea, but nothing tooooooo heavy, I hope ;-)

Doesn't have to be tome or anything. Just something simple. Sometimes I read posts, mostly on other forums, and wonder if people have ever posted on a forum before.

samaru
a.k.a inscissor
Team Colleague
1,256 posts since Feb 2002
Reputation Points: 262
Solved Threads: 18
 
If you have time to solve a solution for someone that doesn't want to do it themselves, and not even try, then go for it.

I believe thats why we have teachers :P

root
Junior Poster
106 posts since May 2003
Reputation Points: 13
Solved Threads: 0
 

Almost all the teachers I know only know theory stuff, and no real world stuff. It's a shame. :(

samaru
a.k.a inscissor
Team Colleague
1,256 posts since Feb 2002
Reputation Points: 262
Solved Threads: 18
 

Well, I think that everyone should use common sense when posting a question. I see way to many people coming to TechTalk as a first line of defense.

TechTalk isn't a first line of defense at all, its a backup. Do a search on Google, and consult the help files (not in that order) before posting.

If someone posts something like, "I just installed Microsoft word, how do I double space the text?" I won't give them an answer; I will just tell them to consult the inline help.

Tekmaven
Software Architect
Moderator
1,274 posts since Feb 2002
Reputation Points: 322
Solved Threads: 28
 

I took everyone's advice and posted announcements about homework help in the C++, Java, Basic, and Comp. Sci. forums. As far as homework help, I see no reason why it shouldn't be included here at techtalk and I, for one, am more than willing to help.

I understand, however, that it gets very annoying when people post homework questions verbatim and expect a quick solution for an easy A without having the slighest clue what they're doing. As Dan said earlier in this thread, this forum is about learning.

For the most part, homework help should basically be on an abstract, conceptual basis. Don't simply provide code solutions outright for people who don't try at all.

cscgal
The Queen of DaniWeb
Administrator
19,420 posts since Feb 2002
Reputation Points: 1,474
Solved Threads: 229
 

I don't know the questions to ask because I'm trying to learn this for the first time. At 69 years young, I wish to learn how to program in this language. So, please advise.
Thank you,
olman :?:

olman
Newbie Poster
1 post since Aug 2004
Reputation Points: 10
Solved Threads: 0
 

Well here is a programme I neeed some help with.if I can get guidelines on how to go about tackling Write a program to check the syntax of a C++ program. You must count the number of braces {} and parenthesis () in the program. The number of left braces must match the number of right braces in the program for the syntax to be correct. The same holds for the left and right brackets. You must use random access(binary) files to read the program. The name of the C++ program must be passed in on the command line.
Extend your program to also check if the brackets match, and are correctly nested. For example
• {}(){()} is valid
• }}{{ is not valid
a vector may be useful for this task, using push_back and pop_back
it.

ednah
Newbie Poster
1 post since Sep 2004
Reputation Points: 10
Solved Threads: 0
 
Well, I think that everyone should use common sense when posting a question.


Tekmaven forgot that common sense is uncommon in this world ... especially in the electronics world:mrgreen: :mrgreen: :mrgreen:

nanosani
Unauthenticated Liar
Team Colleague
1,830 posts since Jul 2004
Reputation Points: 45
Solved Threads: 56
 

Dear Administrator,

Thanks for register me for a member.

tangchengly
Newbie Poster
1 post since Sep 2004
Reputation Points: 10
Solved Threads: 0
 

I don't understand how to read a tape.

jscott
Newbie Poster
2 posts since Nov 2004
Reputation Points: 10
Solved Threads: 0
 
Dani, I think you need to create a sticky post of guidelines before posting. Maybe have it on every forum. This is for the people that put up homework assignments (or any other type for that matter) and want a quick answer without even trying. This forum is about learning, not about doing some else's dirty work.



I agree, but sometimes the only way is to shown how to. So unless the author really knows everything, a little tolerance would seem to be in order. A example is posting in the (cnet) Help forums about supposedly being required to buy books and/or cds which isn't true. Look before you leap, and yes as I previously noted I agree that some push the limits.

nar321
Newbie Poster
10 posts since Feb 2005
Reputation Points: 10
Solved Threads: 0
 

The homework problem can be an issue if you let it. Students should NOT just talk to us and get an A. I think that if you give snippets of code rather than full projects out to people they will be happy and they will still need to think. I left another site because of too many guidelines. They were VERY strict about what to post and not what to post. In a free market economy the producer tries to make their product the most appealing to the public. If this site is used as a homework help site, then more students would use it and reccomend it to friends. This way your site could earn more money, get more posts, and be of more use to others.

Have a nice day!

Turiya
Newbie Poster
7 posts since Mar 2005
Reputation Points: 10
Solved Threads: 0
 

The problem with that is that many kids will continue to scream and rant until someone indeed does their entire assignment for them...

I've seen this in action many times here and (to a greater degree) elsewhere.

If someone shows a willingness to learn I'll be the last to deny them some help, but the problem with ever more kids is that they don't want to put in any effort themselves. Many would rather spend money to get a ready made solution than spend 5 minutes away from their playstations, it's getting that bad.

When we let kids with such attitudes get degrees and enter the marketplace as our potential colleagues, sooner or later we end up with them on a team and have to work overtime to cover for their incompetence and laziness until such a time as we can get it into the heads of management that these people are useless (and then how's the company going to get rid of them?).

By refusing them their easy grades, we help ourselves by removing them from the pool of available workers in the future.
Those of them who are intelligent enough to see the error in their ways will correct themselves and start to work, the rest we can only hope will fail their education and be reduced to unskilled labour where their attitude won't harm us.

If this sounds harsh, it's intended to. I've seen the damage lazy, unskilled people with degrees they shouldn't have (and in many cases indeed didn't have, but had acquired or faked through fraud) can do to a company and a project team.

jwenting
duckman
Team Colleague
8,392 posts since Nov 2004
Reputation Points: 1,662
Solved Threads: 337
 
I don't know the questions to ask because I'm trying to learn this for the first time. At 69 years young, I wish to learn how to program in this language. So, please advise. Thank you, olman :?:


I suggest you get a good tutorial on the subject, and if you wan't to continue, you should get a good book.

sinB
Newbie Poster
11 posts since Dec 2004
Reputation Points: 10
Solved Threads: 0
 

Sometimes you try and you try but you can only see what has gone wrong when someone else points out your mistakes. Being a mature student of computing and a qualified primary teacher I find it disheartening to find so many people with such a poor view of students, i find that through life the best way to learn is through example and i hope that should i need advice that the best intentions would be returned in my favour. Some people just can't see the wood for the trees.

Purps
Newbie Poster
7 posts since Apr 2005
Reputation Points: 10
Solved Threads: 0
 
Sometimes you try and you try but you can only see what has gone wrong when someone else points out your mistakes. Being a mature student of computing and a qualified primary teacher I find it disheartening to find so many people with such a poor view of students, i find that through life the best way to learn is through example and i hope that should i need advice that the best intentions would be returned in my favour. Some people just can't see the wood for the trees.

The problem is that in real life (as opposed to school) mistakes can cost you much more than bad grades. Realizing that we have to learn from mistakes, a teacher should point out that it is better to learn from other people´s mistakes rather than suffering the consequesnces of your own...

zeroth
Nearly a Posting Virtuoso
1,226 posts since Mar 2005
Reputation Points: 343
Solved Threads: 40
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You