Note!Pag may di ka maintindihan tanong ka lang kay Sir Migz or sa akin.
First Part
- 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, javascript and css
Learning References (click the link below)
- Server side scripting
- • Start with php
- • Use all necessary input – type elements and create forms
- • Validate form with plain javascript
- • Retrieve submitted form data and display it via php
Learning References(click the link below):
Next Part
- Next, is databases:
- • Learn how to connect database
- • Basic SQL queries. Select, insert, update and delete
- • Manipulate user inputs using database
- Now, start creating a personal website; or any simple website
- Download any open source website and learn from it.
Learning References(click the link below):
Last Part would be learning from References.
✔
W3school
✔
FreeCodeCamp