The Different Technologies Microsoft technologies ASP (Active Server Pages) technology developed by Microsoft from 1996 to create dynamic pages. ASP allows you to add code in the HTML page that will be interpreted by the server. Part ADO (ActiveX Data Object) ASP can connect to a database. Languages used: VBScript (default language) or JScript. Portability: …
web programming
What Is Web Programming | Part 2
What Is Web Programming | Part 2
It is also possible to create small programs to interface in a programming language like Java. These little programs are called applets or applets. They are completely autonomous but possibly parameterized and integrated into a webpage.
What Is Web Programming | Part 1
What Is Web Programming | Part 1
Web programming can take many forms: from simple static page to page with dynamic connection to a database. We will outline here a brief overview of different technologies available in the programming client side or server side.