Today we face many technologies to build a web application; from simple static html to complex business application. Even there are many consortium / organization that make standard web, but it is still complex. People ask about studying web are really "bloody hell". That's true.. even I am web developer right now, I still have to learn a web.
There are basic thing that you MUST study in a web development.
- HTML. This is most important think to study. It is because the HTML describes structure of the document. It can be HTML or XHTML.
- CSS. After you can make a document in HTML, you need to know it. It is because the CSS describe presentation of the document. You can make a nice layout, color and font there.
- Javascript. is one of the available script that you can use to manipulate the documents. The other is VBScript that comes only in Internet Explorer.
- DOM. Describe element in HTML. This is required by Javascript to inspect and modify page dynamically.
- HTTP Principle. It is stateless protocol. So after you get the whole page from server, you disconnected.
0 comments:
Post a Comment