Saturday, July 11, 2009

About starting to Web Technologies?

I want to learn about scripts, web page programming (not design). There are many things that I hear nowadays: web 2.0, web 3.0, xml, html, .NET, Ajax... Where should I start from?



About starting to Web Technologies?





You should definitely start with html, and eventually work your way up to xhtml. Then, I would look at CSS and/or JavaScript, followed by eventually a server side language like PHP, ASP, etc.



If you didnt understand much of that, then I would head right now to http://w3schools.com/ which has probably the best references/tutorials on the web.



Oh, and as a side note, AJAX (Asynchronous Javascript and XML) is basically what you get when you use Javascript on a web page to get information from the server without refreshing the refreshing the page.



About starting to Web Technologies?



For learning web tech..you must start with HTML(Hyper Text Mark Up Language).This full of tags



eg: %26lt;HTML%26gt;



%26lt;Head%26gt;



%26lt;Title%26gt;...%26lt;/title%26gt;



%26lt;/head%26gt;



%26lt;body%26gt;



...



..



%26lt;/body%26gt;



%26lt;/html%26gt;



And also you must have knowledge in VB,c++,java..

No comments:

Post a Comment