Thread: Faq

  1. #1
    Mayor of Awesometown Govtcheez's Avatar
    Join Date
    Aug 2001
    Location
    MI
    Posts
    8,823

    Question Faq

    Just a quick question: how are we going to link to our Programming FAQ page when there's already a board FAQ link here? Won't that get a little confusing?

  2. #2
    Registered User
    Join Date
    Aug 2001
    Posts
    79

    Re: Faq

    Originally posted by Govtcheez
    Just a quick question: how are we going to link to our Programming FAQ page when there's already a board FAQ link here? Won't that get a little confusing?
    Why not just concatenate the faq's into one?
    All generalizations are false

  3. #3
    Anti-Terrorist
    Join Date
    Aug 2001
    Location
    mming, Game DevelopmentCSR >&<>&2Minimization of boolean functions, PROM,PLA design >&0>&WA, USA guitar, dogsCommercial Aviation >&>>&USAProgramming
    Posts
    742

    Automation 'AI'

    We need some automatic way to reference the FAQ so that when a newbie asks a common FAQ question a robot automatically posts an answer. What do you think?
    I compile code with:
    Visual Studio.NET beta2

  4. #4
    Registered User
    Join Date
    Aug 2001
    Posts
    79
    It'd be REALLY tough to have it automatically do that, but we could make it easier. I'm looking into it as we speak. I found something on Sourceforge called FAQ-Pool that might do the trick.
    All generalizations are false

  5. #5
    Registered User rick barclay's Avatar
    Join Date
    Aug 2001
    Posts
    835
    Why don't you just draw up a FAQ and when somebody asks a dumb question that matches what's in the
    database, he gets shuttled over the the FAQ page?
    You could do it with hypertext and string matches,
    couldn't you?

    rick barclay
    No. Wait. Don't hang up!

    This is America calling!

  6. #6
    Registered User
    Join Date
    Aug 2001
    Posts
    403

    uhh.. that'd use some evil word picking technology

    it'd have to recognize certain words just like some evil government echelon program to pick out OSAMA and COLUMBINE can draw attention to this board.

    suspected echelon words: OSAMA BIN LADEN COLUMBINE ECHELON NSA U.S.S.EISENHOWER BUSH ASSASINATE CLINTON CHENEY SCHOOL OF THE AMERICAS.. those are just the one's i remember.. i bet this board is like tagged for watching now!

  7. #7
    Anti-Terrorist
    Join Date
    Aug 2001
    Location
    mming, Game DevelopmentCSR >&<>&2Minimization of boolean functions, PROM,PLA design >&0>&WA, USA guitar, dogsCommercial Aviation >&>>&USAProgramming
    Posts
    742

    Mathematical Formula

    You could predict the probability that the question is in the FAQ based on the frequency of certain words in the question and the size of the population of words. If a a high cumulative amount of the words fall withing one standard deviation of the mean than call the FAQ.
    I compile code with:
    Visual Studio.NET beta2

  8. #8
    Registered User mfc2themax's Avatar
    Join Date
    Aug 2001
    Posts
    347
    an FAQ question thing like that could easily be written in ASP.
    mfc2themax-Creator of all that is.

  9. #9
    Registered User mfc2themax's Avatar
    Join Date
    Aug 2001
    Posts
    347
    ya ya dont lecture me about it being VBScript.....
    mfc2themax-Creator of all that is.

  10. #10
    Registered User
    Join Date
    Aug 2001
    Posts
    79
    It's possible that something like that could be done, but I'm kindof a perfectionist, so I'd hate all the false positives and negatives we'd get.

    About shuttling them somewhere:
    How would we shuttle them? Intercept their message before it gets posted and instead direct them to the faq?

    Hehee, I just had a neat idea--instead of accepting anyone's first post, redirect them to the faq(and tell them why they were redirected). That should do the trick in most cases.
    All generalizations are false

  11. #11
    Registered User
    Join Date
    Aug 2001
    Posts
    101
    > how are we going to link to our Programming FAQ page when there's already a board FAQ link here?

    If you haven't noticed, there's a link to the FAQ at the bottom of the page. So from now on, just say read the FAQ at the bottom of the page.
    - lmov

  12. #12
    Anti-Terrorist
    Join Date
    Aug 2001
    Location
    mming, Game DevelopmentCSR >&<>&2Minimization of boolean functions, PROM,PLA design >&0>&WA, USA guitar, dogsCommercial Aviation >&>>&USAProgramming
    Posts
    742
    The bases for this arguement is that many well known programmers at this board get tired of re-itterating the reply: Read the FAQ!

    Many of us know that there is a document, however newbies somehow mysteriously do not see it and we are often fooled into answering the same questions over and over again even though we know better. And the newbies know that they should know better than to ask stupid questions.

    After seeing many of the same questions repeat themselves the battle seems hopeless.
    Last edited by Witch_King; 08-12-2001 at 03:07 AM.
    I compile code with:
    Visual Studio.NET beta2

  13. #13
    Mayor of Awesometown Govtcheez's Avatar
    Join Date
    Aug 2001
    Location
    MI
    Posts
    8,823
    Regarding the FAQ link at the bottom:

    I think it should read Programming FAQ instead of Board FAQ. When I see a link that says "Board FAQ" it makes me think of the FAQ link at the top of the page that talks about how to post messages and edit your profile.

  14. #14
    Registered User rick barclay's Avatar
    Join Date
    Aug 2001
    Posts
    835
    It might be a good idea just to set up a separate page
    and call it "Examples," or some such. That's what I'm
    hoping to do at my own site.

    The idea of a searchable database looks good at
    first glance, but then when you look at some of the
    posts and the atrocious spellings by some members
    (no names, please), you realize that this idea most
    probably is futile.

    My idea of an examples page is simply one where
    a previously posted piece of code is dissected line
    by line for the benefit of those (like myself) who
    need to know every little why and wherefore before
    they begin to understand what they are looking at.

    Who wouldn't volunteer to do something like that?

    If the webmaster here says no, we can try it over
    at my site, where I've had a similar discussion
    with people nice enough to offer me help developing
    flashdaddee.com.

    rick barclay
    No. Wait. Don't hang up!

    This is America calling!

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Wiki FAQ
    By dwks in forum A Brief History of Cprogramming.com
    Replies: 192
    Last Post: 04-29-2008, 01:17 PM
  2. FAQ Check/Lock
    By RoD in forum A Brief History of Cprogramming.com
    Replies: 2
    Last Post: 10-15-2002, 11:21 AM
  3. FAQ - it is not a true list of FAQ
    By alpha561 in forum C Programming
    Replies: 1
    Last Post: 05-25-2002, 06:40 PM