For those of us who are already web developers it may seem obvious but when you just getting started and don’t know what to do, it is nice to have guide where to start.
1. Learn HTML
HTML or Hyper Text Markup Language is the markup language for web pages, it is the heart of web pages, so this is what you should aim first. HTML is easy to learn, but it is also easy to misuse them. Learn it right, and you’ll get one of your fundamental as web developer.
Resources
2. Learn server side scripting
Learning server side scripting is fundamental for web developer, pick one of server side scripting language and try to master it. Here some of your choices :
3. Learn SQL
Building dynamic web pages will get you to learn about database. While there are so many database engine, most of them understand SQL language. If you want to speak with your database then learn this language.
Resources
4. Learn CSS
When it come to presentation of your web pages, use stylesheet. This is where CSS will help you. So put some of your time to learn this stuff.
Resources
5. Learn Javascript
While most of today web programmer love jQuery, learning basic syntax and how to program in javascript will give you more skill in the long run.
Resources
6. Learn regular expression
While it is not as important as the others, but knowing about regular expression, and how to use it will definitely save you a lot of time. From validation to highlight words, you can do it easy enough in regular expression.
7. Get yourself basic knowledge of UNIX/Linux
It is optional, but knowing some of basic linux command won’t hurt you. Maybe you don’t know, but most of web server is running on unix/linux platform. If I were you, I’ll get started learning this basic command.
8. Knowing web server
You don’t need to be a master on this part, but it is really nice to know about basic apache configuration, .htaccess tricks. Learning one or two about apache web server won’t waste your time.
9. Get a hand on version control
Learning on how to use version control is one good thing to do. You’ll thank to for yourself for learning this.
10. Learn web framework
After get your hand on HTML, server side scripting language, css, javascript, then it’d be better to choose a web framework to speed up your development. Using framework can save you time. If you’re into PHP, you can go with CakePHP, CodeIgniter, Zend, and many more. Python lovers can go with Django, webpy, RoR for Ruby programmers.
Related posts:
- Web Developer Resources #1 – CSS Layout
- Linux Commands You Need to Know as Web Developer
- Web Development Tools in Linux
- 20 Great PHP Libraries You Need to Know
- 10 Practical PHP Regular Expression Recipes
Tags: web
Very good tips, all things that you can really take to heart and work on. Being a developer can be tough, so it’s great to find blogs like this to offer advice. Definitely check out my blog if you’re interested, I have tons of advice from real-world application developers and it’s great for students and new programmers alike. http://www.insidethewebb.com/
[...] This post was mentioned on Twitter by Mircea Racasan. Mircea Racasan said: 10 Steps to Becoming a Great Web Developer | KomunitasWeb: http://shw.me/6p8 [...]
[...] Shared 10 Steps to Becoming a Great Web Developer | KomunitasWeb. [...]
[...] Excerpt from: 10 Steps to Becoming a Great Web Developer | KomunitasWeb [...]
[...] Read more from the original source: 10 Steps to Becoming a Great Web Developer | KomunitasWeb [...]
I liked it. So much useful material. I read with great interest.
Yeah, a good understanding of the LAMP stack should do it.
http://scriptdiaries.blogspot.com
[...] 2. Learn server side scripting. Learning server side scripting is fundamental for web developer, pick one of server side scripting language and try to master it. Here some of your choices : … Feed found here.. [...]
[...] 2. Learn server side scripting. Learning server side scripting is fundamental for web developer, pick one of server side scripting language and try to master it. Here some of your choices : … Feed found here.. [...]
[...] 10 Steps to Becoming a Great Web Developer [...]
great post, you can put some books too
Learn everything there is to learn in life and you will be great. Good tip.
11. Learn decent English. It will allow you to effectively and unambiguously communicate with your (international) clients. It will also allow you to spot glaring language-related errors on the web pages that you are developing. In short, it will make you and your pages look more professional.
No mention of:
ASP.NET
IIS
WPF
Silverlight
Ling
ORM
Design patterns
MVC/MVP
Good points about regular expressions and SQL though. Does Eclipse have intellisense like Visual Studio? I’ll have to go check…
“Ling” = Linq
sorry about the typo…
[...] 10 Steps to Becoming a Great Web Developer [...]
very interesting,but overwhelming.
I need a text not a draft outline.
At least I’ll think about it. Thank you very much
This is a great top 10 list for web development. It provides good guidance and a good place to start for those diving into web development.