Where do you guys ask for help on programming?

Discussion in 'Programming' started by ProgrammersTalk, Jun 24, 2007.

  1. #1
    I'm just wondering on where do programmers usually go and ask for help :-/ thx a lot.. haha..

    Well, I personally always try to figure the problem out myself, go to forum, or GOOGLE is the best solution.
     
    ProgrammersTalk, Jun 24, 2007 IP
  2. bochgoch

    bochgoch Peon

    Messages:
    1,918
    Likes Received:
    67
    Best Answers:
    0
    Trophy Points:
    0
    #2
    ExpertsExchange.com is the site is use when I need help.
     
    bochgoch, Jun 24, 2007 IP
  3. nico_swd

    nico_swd Prominent Member

    Messages:
    4,153
    Likes Received:
    344
    Best Answers:
    18
    Trophy Points:
    375
    #3
    Anywhere except ProgrammersTalk.
     
    nico_swd, Jun 24, 2007 IP
  4. UnrealEd

    UnrealEd Peon

    Messages:
    148
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    0
    #4
    BUURRNNN!!! :D

    Usually i look it up myself on the web, or in books. If i really can't find, a forum
     
    UnrealEd, Jun 24, 2007 IP
  5. Webray

    Webray Active Member

    Messages:
    469
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    58
    #5
    You don't have a PHP forum. It's the most used prog. lang. on the net and you don't have a dedicated forum for it. :rolleyes:

    That's too bad.
     
    Webray, Jun 24, 2007 IP
  6. Brewster

    Brewster Active Member

    Messages:
    489
    Likes Received:
    13
    Best Answers:
    0
    Trophy Points:
    60
    #6
    If I'm having difficulty with php, then I'll usually insert a load of debuging code to display variables etc. I'll also probably visit www. php.net and www. sourceforge.net for some inspiration.

    Brew
     
    Brewster, Jun 24, 2007 IP
  7. MartiCode

    MartiCode Peon

    Messages:
    31
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #7
    www.php.net with the commented documentation is very helpful. Otherwise a good Google search usually turns out the proper answers.
     
    MartiCode, Jun 24, 2007 IP
  8. SixSigma

    SixSigma Peon

    Messages:
    164
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    0
    #8
    It depends on the language. If you want to make ProgrammersTalk.com into a worthwhile site, don't try to be everything to everyone. The best programming forums specialize on one language until they reach a certain size.
     
    SixSigma, Jun 25, 2007 IP
  9. ProgrammersTalk

    ProgrammersTalk Peon

    Messages:
    684
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    0
    #9
    That's really mean lol... but that's fine -.-" sigh... I'm just trying :) to open forum for all programmers. And in fact, there are some of them interested in it.
     
    ProgrammersTalk, Jun 25, 2007 IP
  10. ProgrammersTalk

    ProgrammersTalk Peon

    Messages:
    684
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    0
    #10
    ProgrammersTalk.net is NOT the BEST. From programmer perspective, I guess Google is the best source of information overall. But I just want to create a space, where all kind of programmers that specialized from different languages hang out together, share difficult problems, and solve them together.

    Well of course, there will be some of people that's thinking this is lame, bla bla bla, **negavite sides** :D
     
    ProgrammersTalk, Jun 25, 2007 IP
  11. InFloW

    InFloW Peon

    Messages:
    1,488
    Likes Received:
    39
    Best Answers:
    0
    Trophy Points:
    0
    #11
    Other programmers in person always works out great it cannot be beat. Of course you need to be in an office to do that sort of thing. As for outside of that I have numerous contacts who are solid resources. I'm not a big fan of using forums and things of that nature since the people posting are doing it to boost their post count and for me when I'm asking for help I need it from someone who's not a post count booster.
     
    InFloW, Jun 25, 2007 IP
  12. ProgrammersTalk

    ProgrammersTalk Peon

    Messages:
    684
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    0
    #12
    haha, well of course there's always someone that just post to be a post count booster.. or... I'm not sure with this but, I think who you're talking about are spammers... :-/ and yeah, i don't like them too
     
    ProgrammersTalk, Jun 25, 2007 IP
  13. samusexu

    samusexu Well-Known Member

    Messages:
    138
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    108
    #13
    I first read the Manual and search in it, the comments that guys do there are very helpful. Then i ask a friend of mine who is a better programmer. It helps having friends. And then after I piss him off with questions I go to google and browse the relevant results until I get my problem solved.
    Why reinvent the wheel :D I always say.
     
    samusexu, Jun 26, 2007 IP
  14. zonzon

    zonzon Peon

    Messages:
    100
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    0
    #14
    I look first at the API doc of what I'm using, if applicable! After, I make some google'ing.... if no conclusive answer I ask on Expert Exchange or Devshed. I love DevShed because a lot of weekly tutorials an examples of many availaible and comming technologies.

    hope that's help!
     
    zonzon, Jun 26, 2007 IP
  15. ProgrammersTalk

    ProgrammersTalk Peon

    Messages:
    684
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    0
    #15
    Helps a lot and very constructive. Thanx a lot :)
     
    ProgrammersTalk, Jun 26, 2007 IP
  16. drewbe121212

    drewbe121212 Well-Known Member

    Messages:
    733
    Likes Received:
    20
    Best Answers:
    0
    Trophy Points:
    125
    #16
    drewbe121212, Jun 26, 2007 IP
  17. Claudek

    Claudek Well-Known Member

    Messages:
    1,379
    Likes Received:
    81
    Best Answers:
    0
    Trophy Points:
    165
    #17
    Generally for PHP and CSS questions, I head over to Sitepoint. So far I have a 100% record with them in getting a right answer. Of course, this is after I spend hours working on it myself, researching various sites on syntaxes etc and not getting anywhere.
     
    Claudek, Jun 26, 2007 IP
  18. daringtakers

    daringtakers Well-Known Member

    Messages:
    808
    Likes Received:
    23
    Best Answers:
    0
    Trophy Points:
    110
    #18
    mostly i do coding in java, for java related questions i go for sun's forum

    for any other frameworks (like spring , hibernate) i go for their respective forums.
     
    daringtakers, Jun 27, 2007 IP
  19. LinkPopularity

    LinkPopularity Peon

    Messages:
    112
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #19
    LinkPopularity, Jun 27, 2007 IP
  20. ProgrammersTalk

    ProgrammersTalk Peon

    Messages:
    684
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    0
    #20
    Actually sun also provides bunch of tutorials about their APIs, which I think is pvery useful for programmers. They also gave many examples in their tutorial pages
     
    ProgrammersTalk, Jun 27, 2007 IP