Search Google === RTM

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

User avatar
RobertGonzalez
Site Administrator
Posts: 14293
Joined: Tue Sep 09, 2003 6:04 pm
Location: Fremont, CA, USA

Re: Search Google === RTM

Post by RobertGonzalez »

astions wrote:I remember a long time ago seeing something that basically said that telling someone to RTM was not an acceptable answer.

I don't see how telling someone to "search google" is an acceptable answer either. If your going to tell someone to search google, at least tell them what to search for.
General Posting Guidelines. There is a section for asking questions (which starts with Search) and there is a section for answering questions, which mentions to not just answer with 'RTFM'.

I think that offering someone a search term is adequate. Searching for them is too much in my opinion. When a user comes here and asks a question that has already been answered here (almost verbatim) I think telling them to search is helpful to them because it teaches them to look first before asking. Personally, I find nothing wrong with that.
User avatar
hawleyjr
BeerMod
Posts: 2170
Joined: Tue Jan 13, 2004 4:58 pm
Location: Jax FL & Spokane WA USA

Post by hawleyjr »

This function may help if you don't know what rtfm is ;)

Code: Select all

function rtfm( $myQuestion ){

$rslt = file_get_contents( 'http://www.google.com/search?complete=1&hl=en&q=' . urlencode( $myQuestion ) );

if( strpos( $rslt ,'did not match any documents.' ) === FALSE ){
echo 'Okay to ask';
}else{
echo 'RTFM';
}

}
Last edited by hawleyjr on Mon Jul 23, 2007 6:38 pm, edited 1 time in total.
User avatar
superdezign
DevNet Master
Posts: 4135
Joined: Sat Jan 20, 2007 11:06 pm

Post by superdezign »

Not *every* search result in Google is relevant. There's a lot of garbage online, especially when it comes to programmers who think that they are more experienced than they actually are.
User avatar
s.dot
Tranquility In Moderation
Posts: 5001
Joined: Sun Feb 06, 2005 7:18 pm
Location: Indiana

Post by s.dot »

I think the real problem here is just saying "google it". Instead of asking politely what the user has tried, ie: "have you tried searching your problem on google?"

"google it" comes off as a bit harsh and to a newbie, may sound like the poster has no interest in answering their question. Asking them IF they have googled, and maybe providing something to search for, shows that the user does care, but wants the OP to help themself.
Set Search Time - A google chrome extension. When you search only results from the past year (or set time period) are displayed. Helps tremendously when using new technologies to avoid outdated results.
User avatar
RobertGonzalez
Site Administrator
Posts: 14293
Joined: Tue Sep 09, 2003 6:04 pm
Location: Fremont, CA, USA

Post by RobertGonzalez »

I think for those of us that have been here a while, it gets a little old seeing posts like
Will this work?
or
What would happen if I did this?
or
How do you get every other row of a table to change color?
or
How do I replace each 'foo' with 'bar'?
or
What means 'Headers already sent' and how I fix it?

Most of those questions can be answered by either A) trying it; or B) searching here; or C) searching somewhere else. My response usually bypasses the 'what have you tried' routine as I like to give most folks the benefit of the doubt that they tried something. The next step is to ask them to search because in almost half of the posts I respond to the question has been asked before and a simple search would have revealed the answer to the poster.
User avatar
superdezign
DevNet Master
Posts: 4135
Joined: Sat Jan 20, 2007 11:06 pm

Post by superdezign »

Luckily, the posts we get here aren't usually as annoying as on other forums (Can sum1 give me source code and detailed explanation of xxx??? Plz, it's urgent!!!!!!!), and we're so active that if we all don't agree with a "Google it" post, someone will likely offer further information.
User avatar
Ollie Saunders
DevNet Master
Posts: 3179
Joined: Tue May 24, 2005 6:01 pm
Location: UK

Post by Ollie Saunders »

Hmm yes I think I'll be saying "have you tried a web search?" rather than "search in google" from now on. Otherwise you can always do the google search yourself and give them a link to the first result. Same applies to this forum.
User avatar
superdezign
DevNet Master
Posts: 4135
Joined: Sat Jan 20, 2007 11:06 pm

Post by superdezign »

ole wrote:Hmm yes I think I'll be saying "have you tried a web search?"
Yeah... Why promote Google? What have they done for us?? :-p
They just got lucky that they have a name that can be used as a verb. It's weird to say "Have you Yahoo'd?" "Did you MSN Live?" "Have you Excited?" "Go get Baiku'd!"
User avatar
RobertGonzalez
Site Administrator
Posts: 14293
Joined: Tue Sep 09, 2003 6:04 pm
Location: Fremont, CA, USA

Post by RobertGonzalez »

Seeing as the verb 'Google' is synonymous with the activity of web searching, I think I'll be sticking with it. But that is just me.
User avatar
hawleyjr
BeerMod
Posts: 2170
Joined: Tue Jan 13, 2004 4:58 pm
Location: Jax FL & Spokane WA USA

Post by hawleyjr »

superdezign wrote:
ole wrote:Hmm yes I think I'll be saying "have you tried a web search?"
Yeah... Why promote Google? What have they done for us?? :-p
They just got lucky that they have a name that can be used as a verb. It's weird to say "Have you Yahoo'd?" "Did you MSN Live?" "Have you Excited?" "Go get Baiku'd!"
I don't want to turn this into a debate. But Google has done a ton for the development and open source community. Way more than any other search engine.
User avatar
Ollie Saunders
DevNet Master
Posts: 3179
Joined: Tue May 24, 2005 6:01 pm
Location: UK

Post by Ollie Saunders »

Google isn't just a search engine.
User avatar
superdezign
DevNet Master
Posts: 4135
Joined: Sat Jan 20, 2007 11:06 pm

Post by superdezign »

hawleyjr wrote:I don't want to turn this into a debate. But Google has done a ton for the development and open source community. Way more than any other search engine.
I was kidding. Google's awesome. :)
User avatar
aceconcepts
DevNet Resident
Posts: 1424
Joined: Mon Feb 06, 2006 11:26 am
Location: London

Post by aceconcepts »

Technically Google is superb.

But from my point of view they sold out.

money = power, power = control, control=China i mean...haha
User avatar
RobertGonzalez
Site Administrator
Posts: 14293
Joined: Tue Sep 09, 2003 6:04 pm
Location: Fremont, CA, USA

Post by RobertGonzalez »

Please keep this from becoming political.
User avatar
CoderGoblin
DevNet Resident
Posts: 1425
Joined: Tue Mar 16, 2004 10:03 am
Location: Aachen, Germany

Post by CoderGoblin »

It is in the rules that you should ask decent questions on this board and indeed many people do. Sometimes though it seems that people simply post without taking any time themselves to try and solve something. The question is why should we spend time answering them when we could be helping someone else who needs help and has already done some investigation of their problem. How To Ask Questions The Smart Way... If people cannot spend the time doing some prelim work and taking time to compose a meaningful question I am more likely to point them to "their favourite search engine" or post a link to the php.net command they may need to use (if I know it). Of course some times people don't know the correct search terms 'chained select' being a common one and I may or may not assist by giving this information depending on how I am feeling and also the general tone of the question. Someone saying I have searched for this, this and this will be more likely to get a direct link or the necessary search term.
Post Reply