Closed Thread
Results 1 to 7 of 7

Thread: How Many Programming Languages?

  1. #1
    sn17 Guest

    How Many Programming Languages?

    How many programming languages should an average programmer know? And what are they?

  2. CODECALL Circuit advertisement

     
  3. #2
    icepack's Avatar
    icepack is offline Programmer
    Join Date
    Jul 2006
    Location
    North Carolina
    Posts
    115
    Rep Power
    21
    very much relies on what the programmer wants to do.

    i sign up at careerbuilder for my field and area. i look at all the jobs posted that fit what i want, and glance at the requirments.

    c++ and java are pretty standard.

  4. #3
    sn17 Guest
    What if I want to create a site like this?

  5. #4
    chaganlal1 Guest
    Quote Originally Posted by icepack
    very much relies on what the programmer wants to do.
    I think that is completely true if you are into programming applications use C++ or Visual Basic, Visual Basic being for the new programmers.
    For Web Programmers it would have to be HTML, and PHP. 70-80% of the sites on the internet are composed of one, if not both of those languages.

    Quote Originally Posted by sn17
    What if I want to create a site like this?
    Dont know quite how you meant that, but to create the forum it uses quite complex PHP.

  6. #5
    sn17 Guest
    So, only PHP is required for this?

  7. #6
    Join Date
    Jul 2006
    Posts
    16,491
    Blog Entries
    75
    Rep Power
    143
    I haven't made a forum, but you will generally want something like ASP or PHP, along with a database such as MySQL. You store all the posts and user info in the database, and use PHP to pull information out of the database and handle the formatting.
    Programming is a branch of mathematics.
    My CodeCall Blog | My Personal Blog

  8. #7
    Jordan Guest
    Yes, you can do it with just PHP but most forums like this also containg a lot of AJAX. PHP and a database is all that is needed for a bare forum.

Closed Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. How to think about programming languages
    By TARAMAN in forum Programming Theory
    Replies: 9
    Last Post: 02-06-2011, 11:34 PM
  2. Replies: 6
    Last Post: 12-12-2009, 04:23 PM
  3. Programming Languages
    By Ralph Rhemrev in forum HTML Programming
    Replies: 7
    Last Post: 04-09-2009, 12:46 PM
  4. Programming Languages where did it came from
    By SBN in forum General Programming
    Replies: 2
    Last Post: 11-03-2007, 08:49 PM
  5. How Many Programming Languages?
    By sn17 in forum Software Development Tools
    Replies: 6
    Last Post: 08-13-2006, 03:16 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts