I come from a scientific and embedded programming background, and I have had min
ID: 648726 • Letter: I
Question
I come from a scientific and embedded programming background, and I have had minimal experience with web programming. What would be the best approach to take to get up to speed with web programming? Tools and framework suggestions?
One approach would be to dive into learning a framework, such as Rails. I started doing this with rails tutorial, but I find that the framework abstracts so many important concepts that I should be learning.
To sum up, experienced programmer wants to learn web-app programming.
Explanation / Answer
Few years back I asked this question to myself!
This is what I find easy and organized way to start web programming, you can skip steps which you have already know
To learn web programming, first you have to know
What is a website
What are the main role players
[Webserver, Mark-up languages, Client side scripting, Server side scripting, Protocols (http), Browsers
Trace complete server round trip i.e. from typing google.com in browser and to loading the complete page.
Why http is stateless? Role of session to overcome this?
Start learning html & little JavaScript
Basic tags
Marquee :-)
Alert, change color page background color via javascript etc
Have some fun playing around with html, javscript and css
Server side scripting
Start with php
Use all necessary input
Related Questions
drjack9650@gmail.com
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.