html - What is necessary to create more advanced, dynamic and user friendly web pages? -


i using html , css creating web pages. want web pages more dynamic , user friendly, languages need learn so?

it depends on want do, can lot ajax (asynchronous javascript , xml) "just" uses javascript , xml data files. still runs on client side don't need changes web server. content still static.

to go further , generate content requested you'll need server side languages php, asp.net etc. might need new hosting environment. these generate page server site , user views that. these still use javascript on client side perform "user friendliness" though.


Comments

Popular posts from this blog

c++ - Convert big endian to little endian when reading from a binary file -

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

unicode - Are email addresses allowed to contain non-alphanumeric characters? -