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
Benjamin
Site Administrator
Posts: 6935
Joined: Sun May 19, 2002 10:24 pm

Search Google === RTM

Post by Benjamin »

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.
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

Is this a suggestion to the moderators? .. or to all users?
User avatar
The Phoenix
Forum Contributor
Posts: 294
Joined: Fri Oct 06, 2006 8:12 pm

Post by The Phoenix »

feyd wrote:Is this a suggestion to the moderators? .. or to all users?
From my point of view, I see it far more from (well-intentioned!) users than from the moderators. The mods generally give a useful google search string at least.

But nothing but a google search string isn't always super helpful. There are exceptions to that rule, to be sure.
User avatar
Benjamin
Site Administrator
Posts: 6935
Joined: Sun May 19, 2002 10:24 pm

Post by Benjamin »

To everyone.
User avatar
webgroundz
Forum Commoner
Posts: 58
Joined: Thu Jun 21, 2007 1:20 am
Location: Philippines

Post by webgroundz »

astions is right, i thinks that is for everyone... :) :) :)
User avatar
superdezign
DevNet Master
Posts: 4135
Joined: Sat Jan 20, 2007 11:06 pm

Post by superdezign »

RTM...? Am I the only one unfamiliar with this acronym...?
User avatar
Benjamin
Site Administrator
Posts: 6935
Joined: Sun May 19, 2002 10:24 pm

Post by Benjamin »

Read The Manual. More commonly known as RTFM, but that isn't politically correct.
User avatar
superdezign
DevNet Master
Posts: 4135
Joined: Sat Jan 20, 2007 11:06 pm

Post by superdezign »

Oh, then I agree. However, it's very uncommon that I see anyone just blindly direct someone to the manual without a specific link to a function or extension documentation.
User avatar
John Cartwright
Site Admin
Posts: 11470
Joined: Tue Dec 23, 2003 2:10 am
Location: Toronto
Contact:

Post by John Cartwright »

superdezign wrote:Oh, then I agree. However, it's very uncommon that I see anyone just blindly direct someone to the manual without a specific link to a function or extension documentation.
It's more often the case someone would ask stuff like "what does echo() do".. in that case RTM.
User avatar
Chris Corbyn
Breakbeat Nuttzer
Posts: 13098
Joined: Wed Mar 24, 2004 7:57 am
Location: Melbourne, Australia

Post by Chris Corbyn »

I sort of agree that at time people give the response "search google" (quite literally), or even more patronising "http://www.google.com". 90% pf the time people are asking "have you tried searching google?" which is perfectly acceptable since there's a pretty good chance they haven't. A small fraction of the time I do agree that a "search google" response is not acceptable and should be moderated in some fashion.

Just my $0.02.
User avatar
patrikG
DevNet Master
Posts: 4235
Joined: Thu Aug 15, 2002 5:53 am
Location: Sussex, UK

Post by patrikG »

I suppose I'm going against the grain: if users ask a question relating to PHP functions like "How do use PHP's mail function", RTM is perfectly acceptable to my mind if accompanied by a link to the function in the manual.
Questions such as "How do Sessions work" have been answered ad nauseam, pointing to a Google-search is perfectly acceptable to me in these cases.
It simply boils down to: put some effort into finding the answer before asking the question on the forum. The first ports of call are always the manual, then Google, then the forum. These are basic steps and if the user has not done them, it's useful to show them how to go about answering their own question.
User avatar
superdezign
DevNet Master
Posts: 4135
Joined: Sat Jan 20, 2007 11:06 pm

Post by superdezign »

patrikG wrote:It simply boils down to: put some effort into finding the answer before asking the question on the forum. The first ports of call are always the manual, then Google, then the forum. These are basic steps and if the user has not done them, it's useful to show them how to go about answering their own question.
Yes, similar to asking, "Have you written any code yet?" or, "What have you tried so far?"

If it wasn't for responses like those, I'd likely ask a lot more questions than I do, but now it's very rare that I run into a problem that I can't solve on my own by writing test cases, checking the PHP manual, or searching Google. Maybe we should start letting users know that the PHP manual does have a built-in search engine (that defaults to searching the function list, but may be altered to search the actual manual by selecting "all php.net") that is meant to simplify the process of finding exactly what they are after inside of the manual.
User avatar
s.dot
Tranquility In Moderation
Posts: 5001
Joined: Sun Feb 06, 2005 7:18 pm
Location: Indiana

Post by s.dot »

superdezign wrote:Maybe we should start letting users know that the PHP manual does have a built-in search engine (that defaults to searching the function list, but may be altered to search the actual manual by selecting "all php.net") that is meant to simplify the process of finding exactly what they are after inside of the manual.
If they don't know of this search function, then they have not RTM, in which case they should RTM. :lol:
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
superdezign
DevNet Master
Posts: 4135
Joined: Sat Jan 20, 2007 11:06 pm

Post by superdezign »

scottayy wrote:
superdezign wrote:Maybe we should start letting users know that the PHP manual does have a built-in search engine (that defaults to searching the function list, but may be altered to search the actual manual by selecting "all php.net") that is meant to simplify the process of finding exactly what they are after inside of the manual.
If they don't know of this search function, then they have not RTM, in which case they should RTM. :lol:
Not necessarily. The PHP Manual is available for download from PHP.net, and the downloadable version has no search features.
User avatar
patrikG
DevNet Master
Posts: 4235
Joined: Thu Aug 15, 2002 5:53 am
Location: Sussex, UK

Post by patrikG »

superdezign wrote:Not necessarily. The PHP Manual is available for download from PHP.net, and the downloadable version has no search features.
The windows helpfile (CHM) version does.
Post Reply