How many programming languages should an average programmer know? And what are they?
How Many Programming Languages?
Started by
Guest_sn17_*
, Aug 08 2006 10:21 AM
6 replies to this topic
#1
Guest_sn17_*
Posted 08 August 2006 - 10:21 AM
Guest_sn17_*
|
|
|
#2
Posted 08 August 2006 - 02:32 PM
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.
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.
#3
Guest_sn17_*
Posted 09 August 2006 - 08:40 AM
Guest_sn17_*
What if I want to create a site like this?
#4
Guest_chaganlal1_*
Posted 09 August 2006 - 03:32 PM
Guest_chaganlal1_*
icepack said:
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.
sn17 said:
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.
#5
Guest_sn17_*
Posted 12 August 2006 - 11:23 AM
Guest_sn17_*
So, only PHP is required for this?
#6
Posted 13 August 2006 - 09:28 AM
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.
#7
Guest_Jordan_*
Posted 13 August 2006 - 02:16 PM
Guest_Jordan_*
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.


Sign In
Create Account

Back to top










