You are on page 1of 17

Subject: English IX School: UPVM group: 110901 team: Diana Jaqueline Gaona Ortiz Juan Alejandro Santibez Snchez

Irving David Romero Olalde Guillermo Osorio Mijangos Sonia Ivonne Duran Hernndez Andrea Lizette Gonzlez Alemn Teresita Mora Ortiz

WEB PAGE

A web page is an electronic document designed for the World Wide Web that contains some information as text, image, video, animation or other. Web pages are views across to Web browsers interpret the code that are designed these.

Today web pages can be viewed on multiple devices such as computers, smartphones, Netbooks, Game Consoles, including art Refrigerators and countless other devices.

HTML
Its a static language for developing of websites (Hyper Text Markup Language). Developed for the World Wide Web Consortium. The files can have the extensions .htm, html.

Advantages Small files Fast deployment Easy to learn

Disadvantages Static language The design is slower. The labels are very limited Its supported by all The interpretation of browsers. each browser might differ.

JAVASCRIPT
This is an interpreted language, it doesnt require compilation. <script type="text/javascript"> ... </script> The Javascript code can be integrated inside of our webpages.

Advantages Safe and reliable language The script has limited capacities for safe reasons. The code is executed in the client.

Disadvantages Code is visible for any users It could compromise the security of the website, with the problem called XSS

PHP
Its an script language interpreted in the server site, its used for the creation of dynamic webpages. PHP doesnt need be compiled for to be executed. If you need to work with PHP you need ti install Apache in your computer.

Advantages Easy to learn

Disadvantages You need to install a web server.

Multiplatform language The readability of the (linux, windows and code can be affected by others) mixing HTML and PHP statements. Its free

ASP
Its a server side technology developed by Microsoft for developing dynamic Web site. Means Active Server Pages, was released by Microsoft in 1996.

Advantages Disadvantages Use Visual Basic Script, Code disorganized. making it easy for users. Optimal communication They need to write a lot with SQL Server. of code to perform simple functions. Supports the JScript Web site hosting language (Javascript expensive. Microsoft).

LANGUAGE ASP.NET
This is a language marketed by Microsoft, and used by programmers to develop among other functions, websites. The ASP.NET was developed to solve the constraints which provided its predecessor ASP. Created to develop simple or large web applications.

Advantages: Fully object-oriented. Facilitates the maintenance of large applications. Faster. Increased security.

Disadvantages Increased consumption of resources.

LANGUAGE JSP
Its a language to create dynamic websites. It aims to develop web pages in Java. JSP is a multiplatform language. Built to run server side.

Advantages Disadvantages Create server side Complexity of pages. learning. Well-structured code. The dynamic part is written in Java.

LANGUAGE PYTHON
Users consider it as a cleaner for programming language.

It allows creation of all kinds of programs including web sites.


Vantages Disadvantages Quick and easy to Slow for being an program. interpreted language Open Source License (Open source). Object Oriented.

Thanks for your attention

You might also like