Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

i hope this question is relevant unlike my previous question. i am new to programming and my interest is in web development,so far i am thinking to learn html php mysql java but i would like to know which languages do you suggest for web development what can i make with them,like how they'll be useful so far i know that i can make script and templates with them but don't know what combination of languages will be required for that.also that i can make websites with html css etc your valuable input is required,thanks.

share|improve this question
2  
I'm afraid your question is not very well suited for stackoverflow. See here. In particular, it is very broad and the answers can only be subjective. – assylias 18 hours ago
3  
@iKishore: No w3schools is not a good website (w3fools.com). Better follow the MDN documentation: developer.mozilla.org/en-US. – Felix Kling 18 hours ago
3  
wow not many comments but alot of negative points,seems like i have to stop asking on this site,some1 suggested me this site saying you will fall in love with it,to me it only seems like i have to run away from all the negative points and look up for some other site where they wont criticize like this,seriously i just asked which language to learn,if programmers can not suggest then who else will,should i ask accountants? – chaudhary9 18 hours ago
2  
Don't feel offended! Of course the question is valid, but it is not suitable for Stock Overflow. Every question has its place, but it's not here. We have guidelines for suitable questions and yours doesn't follow them. See also blog.stackoverflow.com/2011/01/real-questions-have-answers. – Felix Kling 18 hours ago
1  
Maybe this helps you better understand why this question doesn't have an objective answer: PHP, Python, Java and other languages are all used on the server side to generate websites. Every language has its advantages and disadvantages. Some are easier to learn, some more difficult. What language you should learn depends entirely on yourself and no one can decide this for you. Of course on the client side it looks different. Web pages are still made of HTML, CSS and JavaScript, and that's what you have to learn, but I guess you knew that already (so no point in mentioning it again). – Felix Kling 18 hours ago
show 6 more comments

closed as not constructive by nickhar, The New Idiot, David Zaslavsky, assylias, Felix Kling 18 hours ago

As it currently stands, this question is not a good fit for our Q&A; format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.

1 Answer

I suggest you to start with

  1. HTML
  2. CSS
  3. JavaScript (that has nothing to do with JAVA)
  4. jQuery (that is all front -end)
  5. and then the server side - PHP and MySQL

That's the most trivial way, and the only reason I recommend this is because I've walked this way. There are many other ways but it depends on the person that will guide you, or the books you will read, or the videos you will watch.
Good luck.
And yes, your question is a bit not for stackoverflow :)

share|improve this answer
1  
If you answer a question which is not suitable for, how you wrote, 'StuckOverflow', your answer as well might not be suitable for StuckOverflow – Jari 18 hours ago

Not the answer you're looking for? Browse other questions tagged or ask your own question.