Expo Ingles 1 Julio 2013

download Expo Ingles 1 Julio 2013

of 17

Transcript of Expo Ingles 1 Julio 2013

  • 7/28/2019 Expo Ingles 1 Julio 2013

    1/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

  • 7/28/2019 Expo Ingles 1 Julio 2013

    2/17

    WEB PAGE

    A web page is an electronic documentdesigned for the World Wide Web that

    contains some information as text,

    image, video, animation or other. Webpages are views across to Web browsers

    interpret the code that are designed

    these.

  • 7/28/2019 Expo Ingles 1 Julio 2013

    3/17

    Today web pages can be viewed on

    multiple devices such as computers,smartphones, Netbooks, Game

    Consoles, including art Refrigerators and

    countless other devices.

  • 7/28/2019 Expo Ingles 1 Julio 2013

    4/17

    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.

  • 7/28/2019 Expo Ingles 1 Julio 2013

    5/17

    Advantages Disadvantages

    Small files Static language

    Fast deployment The design is slower.

    Easy to learn The labels are very

    limitedIts supported by all

    browsers.

    The interpretation of

    each browser might

    differ.

  • 7/28/2019 Expo Ingles 1 Julio 2013

    6/17

    JAVASCRIPT

    This is an interpreted language, it doesnt

    require compilation.

    ...

    The Javascript code can be integrated

    inside of our webpages.

  • 7/28/2019 Expo Ingles 1 Julio 2013

    7/17

    Advantages DisadvantagesSafe and reliable

    language

    Code is visible for any

    users

    The script has limitedcapacities for safe

    reasons.

    It could compromisethe security of the

    website, with the

    problem called XSS

    The code is executed

    in the client.

  • 7/28/2019 Expo Ingles 1 Julio 2013

    8/17

    PHP

    Its an script language interpreted in theserver 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.

  • 7/28/2019 Expo Ingles 1 Julio 2013

    9/17

    Advantages Disadvantages

    Easy to learn You need to install a web

    server.

    Multiplatform language

    (linux, windows and

    others)

    The readability of the

    code can be affected by

    mixing HTML and PHP

    statements.

    Its free

  • 7/28/2019 Expo Ingles 1 Julio 2013

    10/17

    ASP

    Its a server side technology developed

    by Microsoft for developing dynamic

    Web site. Means Active Server Pages,was released by Microsoft in 1996.

  • 7/28/2019 Expo Ingles 1 Julio 2013

    11/17

    Advantages Disadvantages

    Use Visual Basic Script,

    making it easy for users.

    Code disorganized.

    Optimal communication

    with SQL Server.

    They need to write a lot

    of code to perform simple

    functions.Supports the JScript

    language (Javascript

    Microsoft).

    Web site hosting

    expensive.

  • 7/28/2019 Expo Ingles 1 Julio 2013

    12/17

    LANGUAGE ASP.NET

    This is a language marketed byMicrosoft, and used by programmers to

    develop among other functions,

    websites. The ASP.NET was developedto solve the constraints which provided

    its predecessor ASP. Created to develop

    simple or large web applications.

  • 7/28/2019 Expo Ingles 1 Julio 2013

    13/17

    Advantages: Disadvantages

    Fully object-oriented. Increased consumption ofresources.

    Facilitates the

    maintenance of largeapplications.

    Faster.

    Increased security.

  • 7/28/2019 Expo Ingles 1 Julio 2013

    14/17

    LANGUAGE JSPIts

    a language to create dynamicwebsites. It aims to develop web pages

    in Java. JSP is a multiplatform language.

    Built to run server side.

  • 7/28/2019 Expo Ingles 1 Julio 2013

    15/17

    Advantages Disadvantages

    Create server side

    pages.

    Complexity of

    learning.

    Well-structured

    code.

    The dynamic partis written in Java.

    LANGUAGE PYTHON

    Users consider it as a cleaner forprogramming language.

  • 7/28/2019 Expo Ingles 1 Julio 2013

    16/17

    It allows creation of all kinds ofprograms including web sites.

    Vantages Disadvantages

    Quick and easy toprogram.

    Slow for being aninterpreted language

    Open Source License

    (Open source).

    Object Oriented.

  • 7/28/2019 Expo Ingles 1 Julio 2013

    17/17

    Thanks for your

    attention