As the title asks, what coding languages should a web developer know? I know xHTML, CSS, PHP, and mySQL but I know that isn't enough. What else do you suggest?
Thanks, -Marcus
As the title asks, what coding languages should a web developer know? I know xHTML, CSS, PHP, and mySQL but I know that isn't enough. What else do you suggest?
Thanks, -Marcus
There are no languages that you "should" know, but give a try to Python and/or Ruby.
I'd imagine that it is more important for you to keep up with the frameworks and the various libraries within your chosen language.
Also, did you account for JavaScript? Pretty hard to get anywhere without it. Should also try different databases.
html, css and javascript. Other than that it totally depends on what you're building your sites in, i.e. Python, Ruby etc.
Do people really consider HTML and CSS a programming language? I guess typesetters are coders now :)
My personal belief is that if you want to improve, you should forget about the "web developer" mindset and focus on something slightly lower level.
For example, in the .NET world, someone can throw together an ASP.NET site and be considered a web developer, but that same person could learn for months about the concepts of good application architecture and design.
These concepts scale across languages and platforms, and are far more useful than learning another set of syntaxs ever will be.
Add to your list at least:
JSON and Javascript on the front end. They will work with any backend you choose.
Depends... are you doing it for fun, or do you want a job?
Checking Monster.com really quickly (admittedly not the best place to look for a programming job, but it's there):
To be fair... I could break Java up into some frameworks (as Groovy and Ruby really only have 1 to choose from); all of these require Java:
I don't know who said this, but I keep hearing it... "80% of the web is in PHP... but if you want a job, learn an Enterprise language like Java or C#"
I guess in a modern web programming you can't work without at least basic JavaScript skills. You need to know some web framework as well and here you have at least 2 modern choices; Django (which means Python) or RubyOnRails (Ruby...). More commercial choices would be C# ASP.NET, web java or Flash / Flex.
Key languages include:
Hey Marcus,
Speaking as another owner of another web development firm (because there's only a handful of us, right?), I have struggled with this question for many years.
The truth is, most languages will help you get the job done. For a web developer there are four main spaces we work in: The Server, Data Storage, The backend, the front end (or client side).
There are multiple good choices in each of these four areas and all the above answers are correct. What should be guiding you, as I'm sure this is related to growing your business, is what is the market or your clients demanding of you? What direction is your business heading in?
I personally work with MySQL/MSSQL + PHP + Actioscript + XML/KML + Javascript, but I'm sure we'll get a project that deals with Python, or perl, or .Net or something.
Find a language that makes sense for the direction you're heading in that also has a strong community and strong supporters. I took a risk on PHP years ago and lucked out.
But for my two cents, I'd add XML, Actionscript, AIR, Web Services, Cloud Hosting, Shell Scripting and large-scale database planning to my portfolio.
Check out http://www.highscalability.com for some great ideas of what the big boys are doing.