Lesson G14 En. Programming Languages for Working on Internet

Total Page:16

File Type:pdf, Size:1020Kb

Lesson G14 En. Programming Languages for Working on Internet Leonardo da Vinci Programme – Project RO/03/B/P/PP175006 LESSON G14_EN. PROGRAMMING LANGUAGES FOR WORKING ON INTERNET. ePUBLISHING FOR MOBILE IN XHTML LANGUAGE. Parent Entity: IPA SA, Bucharest, Romania, 167 bis, Calea Floreasca, e-mail: [email protected];Fax: + 4021 316 16 20 Authors: Mariana Bistran, Principal Researcher, IPA SA, Bucharest, Romania, 167 bis, Calea Floreasca, Fax: + 4021 318 00 51 Professor Gheorghe Mincu Sandulescu, PhD, IPA SA, Bucharest, Romania, 167 bis, Calea Floreasca, e-mail: [email protected]; Fax: + 4021 318 00 51, Consultations: Every working day from 9.00 a.m. to 12.00 p.m.. After studying this lesson, you will acquire the following knowledge: To achieve the communication via the Internet between mobiles and computers by the XHTML standard language CONTENT OF THE LESSON 1. INTRODUCTION IN XHTML MOBILE PROFILE LANGUAGE 2. WHICH IS THE BASE STRUCTURE OF THE XHTML BASIC LANGUAGE? 3. DIFFERENCES AND RESEMBLANCES BETWEEN XHTML AND WML LANGUAGES 4. SOFTWARE TOOLS FOR WRITING, TESTING AND PERFORMING THE XHTML BASIC PAGES FOR MOBILES 5. HOW TO BUILD A SIMPLE MOBILE PAGE IN XHTML MOBILE PROFILE LANGUAGE? 6. HOW TO INSERT WML PAGES AND WML SCRIPTS IN XHTML MP PAGES WITH STYLE SHEETS 7. HOW TO REALIZE AN XHTML SITE LEARNING OBJECTIVES: After covering the lesson you will acquire knowledge about: The resemblances of the XHTML standard language destined for mobile devices with the HTML language. The base structure and the resemblance between the XHTML language and WML language. The creation, testing and validation of XHTML pages of the mobiles. The insertion of picture images, lists with menus of the table in XHTML pages of the mobiles. The creation of text files with style sheet in XHTML pages of mobiles. The mechanism for the introduction of WMLScript into mobile xHTML pages 1. INTRODUCTION TO XHTML MOBILE PROFILE LANGUAGE The activity of electronic publishers on the Internet is based on the communication of different intelligent devices connected to the Web world such as the PC, small dimension devices as the portable devices PDA, WAP mobile phones, etc. The study of XHTML MP language (eXtensible HyperText Markup Language-Mobile Profile) is important for the creation of web pages for mobile devices using the standardized languages, complying with the recent standards in the field of navigation technologies on the web, allowing the communication on the Internet both for classical computers, laptops, and for mobile devices, PDA, headphones, pagers, etc. The Basic XHTML language is present in the most spread language of communication of the mobiles and it achieves the compatibility between the web contents developed for the classical browsers Web and the content developed for micro- browser destined to the mobile devices, with small capacities of display and reduced memory dimensions. The WAP2.0 Specification contains the definitions of the XHTML, WML and WML Script languages and allows the insertion inside the XHTML MP language of modules developed of WML and WML Script language. XHTML Basic Standard is very close to HTML MP language and is an application of the XML language (Extensible Markup Language), having the following main features: XHTML Basic is the most spread language of communication with mobile devices (mobile, Televisions, PDA, Vending machines, Pagers, Car navigation systems, Mobile game machines, Digital book readers, Smart watches). XHTML Basic was realized on the initiative of the Consortium: World Wide Web’s Consortium’s (W3C). The language is based on common tags for WiFi radio mobile devices and small devices with limited memory. WAP 2.0 Standard allows introducing directly of WML and WML Script language into XHTML MP programmes. Performing the extension of XHTML Basic language with modules, elements and attributes for the enrichment of the contents for mobile devices. The standard XHTML MP language is an extension for mobile devices of the XHTML Basic language, and it brings supplementary functions as: 179 Leonardo da Vinci Programme – Project RO/03/B/P/PP175006 • To use the text files named internal style sheets for the display formatted on mobile display. • It contains an insertion mechanism of script in content pages. 2. WHICH IS THE BASE STRUCTURE OF THE XHTML BASIC LANGUAGE? The XHTML Basic language contains the following marking /label modules which are familiar to us from HTML language: Structure: <body>, <head>, <html>, <title> Text: <br>,<div>,<em>,<h1>,<h2>,<h3>,<h4>,<h5>,<h6>,<kbd>,<p>,<pre>,<span>,<strong>,<var> Hypertext: <a> List: <dl>, <dt>, <dd>, <ol>, <ul>, <li> Form: <form>, <input>, <label>, <select>, <option>, <textarea> Tables: <caption>, <table>, <td>, <th>, <tr> Image: <img> Link: <link>. What are the most advanced features? The following supplementary modules of marking are introduced by XHTML MP language over XHTML Basic language: Form : <fieldset>, <optgroup> Links lists : attribute “start” for ordered lists -> <ol>, attribute “value” for element from list -> <li> Text Presentation: bold -> <b>, uppercase -> <big>, table header -> <hr>, italic-> <i>, lowercase -> <small> Scripts: <noscript>, <script> Attributes and style sheets: element <style>. 3. DIFFERENCES AND RESEMBLANCES BETWEEN XHTML AND WML LANGUAGES In XHTML MP Language, along the modification from the classic HTML language, the following new declarations are introduced: XML Declaration which informs the browser on the application type XML, version “1.0”, whose standard is applied to the markings from the respective document and to characters’ encoding. Definition of the new type of document file (DTD) as XHTML text source file; the definition files *.DTD are used to the syntax analysis of the delimiting tags as in HTML and XHTML languages and also in XML, and they are inserted automatically by the mobile pages editors, inside the respective pages files. Three types of definition files DTD are known: a. transnational: and which is used in web pages with the marking <font> and will be accessible to the browsers which do not work with the files “style sheet “; b. strict: all the displaying mobile pages are introduced by formatted files, of the type “style sheet“ ; c. Frameset: to the division of the mobile screen in more frames, displayed simultaneously on the same screen. The root marking: different from WML language, html must be used in XHTML language <!DOCTYPE html PUBLIC "-//WAPFORUM//DTD XHTML Mobile 1.1//EN" "http://www.wapforum.org/DTD/xhtml-mobile11.dtd"> The <HTML> tag, previously used only for the web page formatting, now controls the following features of the contents: Information about the file type *.xhtml of the respective web page, The attribute xmlns through which we define the value of the document “namespace” which is the URL address of the mobile XHTML definitions, It declares the document file in the language by lang= “en“. Differently from WML language, in XHTML mobile pages it is not necessary to manage the card markings. Similarly to WML language, which accepts comments, inside XHTML mobile pages it is permitted to use the comments having the form <!- - …… - - >. Inside XHTML and WML mobile pages the same tags can be used: <p>, <i>, <b>, <a>, <li>, <ol>, <ul>, <td>, <th>, <tr>, <td>, <br/>, <form>, <input>, <option>, etc. which are familiar from the HTML language. 180 Leonardo da Vinci Programme – Project RO/03/B/P/PP175006 4. SOFTWARE TOOLS FOR WRITING, TESTING AND PERFORMING THE XHTML BASIC PAGES FOR MOBILES DEVICES In XHTML language, the creation and validation of the programs and displaying on the mobile screen devices are achieved based on the NOKIA Mobile Simulator, the program Micro-browser from Nokia named NOKIA Mobile Browser 4.0 and which can be obtained free from the Forum Nokia site : http://www.forum.nokia.com/. To install the micro-browser of mobile from Nokia you will proceed similarly as in the lesson G(7P1_EN): Programming Languages For Work on the Internet. WML Language. The Mobile Simulator NOKIA-SDK works with the Nokia Mobile Internet Toolkit 4.1.(NMIT4.1) application of NOKIA (NMIT 4.1.) which is obtained also free from the Nokia Forum server, www.forum.nokia.com . To obtain the NMIT 4.1 application to create and validate the content for mobile devices the procedure is similar as for the NMIT4.0 simulator and following the authentication on Forum Nokia site we obtain by e-mail the activation number of the product NMIT4.1. We will proceed similarly for the kit download and its installation on the computer. NMIT4.1 is a tool for authorizing / creating pages of content for work on Internet of the mobiles in language: XHTML, WML and WML Script and achieves the picture images edited WBMP, GIF and which can be previewed and tested on the simulator of Nokia SDK mobile. The browsing program OPERA Internet Browser can be used as micro-browser for surfing and validation of the mobile pages achieved in XHTML language. 5. HOW TO BUILD A SIMPLE MOBILE PAGE IN XHTML MP? The starting element of the mobile page in XHTML language must be obligatorily <html>, and the name for XML namespace: xmlns must be compulsorily the following: xmlns=”http://www.w3.org/1999/xhtml” Similarly to the known elements from HTML language, each XHTML page must contain at the root as main element, the labels <html> …</html>. The only difference is that the root label <html> must be necessarily followed by the declaration: <html xmlns=www.w3.org/1999/xhtml> The text file *.xhtml of the XHTML page must have the header delimited of labels <head> …</head> and a title introduced between the labels <title>…</title>; in the case of a text contained, this will appear on the top side of the mobile screen. The body of the XHTML page is bordered between the labels <body> and </body>. The building of a simple XHTML page which displays a text line on the mobile screen is illustrated in the fig.5.1.
Recommended publications
  • Tr 126 907 V14.0.0 (2017-04)
    ETSI TR 126 907 V14.0.0 (2017-04) TECHNICAL REPORT Universal Mobile Telecommunications System (UMTS); LTE; HTML5 for a new presentation layer in 3GPP services (3GPP TR 26.907 version 14.0.0 Release 14) 3GPP TR 26.907 version 14.0.0 Release 14 1 ETSI TR 126 907 V14.0.0 (2017-04) Reference RTR/TSGS-0426907ve00 Keywords LTE,UMTS ETSI 650 Route des Lucioles F-06921 Sophia Antipolis Cedex - FRANCE Tel.: +33 4 92 94 42 00 Fax: +33 4 93 65 47 16 Siret N° 348 623 562 00017 - NAF 742 C Association à but non lucratif enregistrée à la Sous-Préfecture de Grasse (06) N° 7803/88 Important notice The present document can be downloaded from: http://www.etsi.org/standards-search The present document may be made available in electronic versions and/or in print. The content of any electronic and/or print versions of the present document shall not be modified without the prior written authorization of ETSI. In case of any existing or perceived difference in contents between such versions and/or in print, the only prevailing document is the print of the Portable Document Format (PDF) version kept on a specific network drive within ETSI Secretariat. Users of the present document should be aware that the document may be subject to revision or change of status. Information on the current status of this and other ETSI documents is available at https://portal.etsi.org/TB/ETSIDeliverableStatus.aspx If you find errors in the present document, please send your comment to one of the following services: https://portal.etsi.org/People/CommiteeSupportStaff.aspx Copyright Notification No part may be reproduced or utilized in any form or by any means, electronic or mechanical, including photocopying and microfilm except as authorized by written permission of ETSI.
    [Show full text]
  • XHTML Mobile Profile Reference
    XHTML Mobile Profile Reference Version 1.0 Openwave Systems Inc. 1400 Seaport Boulevard Redwood City, CA 94063 USA http://www.openwave.com Part Number XHRF-10-004 October 2001 LEGAL NOTICE Copyright © 1994–2001, Openwave Systems Inc. Portions copyright © 1994–1999, Netscape Communications Corporation. Portions copyright © 1994–1999, Oracle Corporation. All rights reserved. These files are part of the Openwave Software Developer’s Kit (SDK). Subject to the terms and conditions of the SDK License Agreement, Openwave Systems Inc. (“Openwave”) hereby grants you a license to use the SDK software and its related documentation. OPENWAVE MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED, REGARDING THE SDK SOFTWARE, INCLUDING, BUT NOT LIMITED TO, ANY IMPLIED WARRANTIES THAT THE SDK SOFTWARE IS FREE OF DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NONINFRINGING. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE LICENSED SOFTWARE IS BORNE BY USER. USER UNDERSTANDS AND ACCEPTS THE SDK SOFTWARE AND ANY SOFTWARE SECURITY FEATURES INCLUDED WITH THE SDK SOFTWARE ARE PROVIDED ON AN “AS IS” BASIS FROM OPENWAVE, AND OPENWAVE DOES NOT WARRANT, GUARANTEE, OR MAKE ANY REPRESENTATIONS REGARDING THE USE OF, OR THE RESULTS OF THE USE OF THE SDK SOFTWARE IN TERMS OF ITS CORRECTNESS, ACCURACY, RELIABILITY, OR OTHERWISE. TO THE MAXIMUM EXTENT PERMITTED BY LAW, IN NO EVENT SHALL OPENWAVE OR ITS SUPPLIERS OR DISTRIBUTORS BE LIABLE FOR ANY DAMAGES RESULTING FROM OR ARISING OUT OF USER’S USE OF THE SDK SOFTWARE, INCLUDING, WITHOUT LIMITATION, ANY DIRECT, INDIRECT, SPECIAL, INCIDENTIAL, OR CONSEQUENTIAL DAMAGES OF ANY KIND INCLUDING WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER COMMERCIAL DAMAGES OR LOSSES.
    [Show full text]
  • Sprint PCS® Mobile Browser Technology Paper
    Sprint PCS® Mobile Browser Technology Paper Writing Consistent Mobile Browser Content on Sprint PCS Phones Version 1.0 July 2004 ©2004 Sprint and Metrowerks. All rights reserved. Sprint, Sprint PCS, Web, Sprint PCS Phone, Sprint PCS Vision, and the diamond logo are registered trademarks of Sprint Communications Company L. P. All other trademarks are property of their respective owners. Table of Contents Table of Contents..............................................................................................................2 1 Introduction.............................................................................................................3 1.1 Target Audience.....................................................................................................3 1.2 About this document...............................................................................................3 2 Document Conventions..........................................................................................3 3 Overview of Wireless Application Protocol (WAP) 2.0 Markup Language .............3 3.1 XHTML Basic and Mobile Profile............................................................................4 3.2 Key Differences between WML 1.x and XHTML ....................................................5 4 Overview Of Sprint WAP 2.0 Phones and Browsers..............................................7 5 Writing Consistent WAP 2.0 Applications Across Sprint PCS Phones...................8 5.1 Commonly used XHTML Mobile Profile Tags ........................................................8
    [Show full text]
  • Wap, Xhtml and Android
    WAP, XHTML AND ANDROID Jaume Barceló University Carlos III of Madrid Antonio de la Oliva Ruben cuevas Service Engineering Laboratory Ignacio soto BACK IN 1999, • Mobile and Internet communications were separate worlds • Nokia 7110, first mobile phone with a WAP browser. • WAP: Wireless Application Protocol. • Extra-simplified access to the Internet, due to terminal limitations and limited available bandwidth. SMALL LIMITATIONS, • Extremely limited bandwidth • SMS • Circuit-switching • Wait-and-pay • A substantial increase thanks to GPRS (2.5G) ~ 56kbps • Memory and processor limitations • Low resolution monochrome screen • No mouse, 15-keys keyboard WAP PROTOCOL STACK Internet Protocol Stack HTML Wireless Application Environment (WAE) JavaScript 1. Wireless Session Layer (WSP) HTTP 2. Wireless Transaction Protocol (WTP) TLS-SSL 3. Wireless Transport Layer Security (WTLS) 4. Wireless Datagram Protocol (WDP) TCP/IP UDP/IP Bearers: SMS USSD CSD CDMA IS-136 CDPD Etc.. A GW WAS REQUIRED WIRELESS APPLICATION ENVIRONMENT In WAP 1.X Wireless Markup Language (WML) Relies on a card/desk paradigm WMLScript WML EXAMPLE <?xml version="1.0"?> <!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" "http://www.wapforum.org/DTD/wml_1.1.xml"> <wml> <card id="card1" title="Tutorial"> <do type="accept" label="Answer"> <go href="#card2"/> </do> <p><select name="name"> <option value="HTML">HTML Tutorial</option> <option value="XML">XML Tutorial</option> <option value="WAP">WAP Tutorial</option> </select></p> </card> <card id="card2" title="Answer"> <p>You
    [Show full text]
  • HTML5 Audio 1 HTML5 Audio
    HTML5 Audio 1 HTML5 Audio HTML • HTML and HTML5; HTML editor • Dynamic HTML • XHTML • XHTML Basic (Mobile) • XHTML Mobile Profile and C-HTML • HTML element • Span and div • HTML attribute • Character encodings; Unicode • Language code • Document Object Model • Browser Object Model • Style sheets and CSS • Font family and Web colors • HTML scripting and JavaScript • W3C, WHATWG, and validator • Quirks mode • HTML Frames • HTML5 Canvas, WebGL, and WebCL • HTML5 Audio and HTML5 video • Web storage • Web browser (layout) engine • Comparison of • document markup languages • web browsers • layout engine support for • HTML; Non-standard HTML • XHTML (1.1) • HTML5; HTML5 canvas, • HTML5 media (Audio, Video) • v • t [1] • e HTML5 Audio is a subject of the HTML5 specification, investigating audio input, playback, synthesis, as well as speech to text in the browser. HTML5 Audio 2 <audio> element The <audio> element represents a sound, or an audio stream.[2] It is commonly used to play back a single audio file within a web page, showing a GUI widget with play/pause/volume controls. Supported browsers • PC • Google Chrome • Internet Explorer 9 • Mozilla Firefox 3.5 • Opera 10.5 • Safari 3.1[3] • Mobile • Android Browser 2.3 • Blackberry Browser • Google Chrome for Android • Internet Explorer Mobile 9 • Mobile Safari 4 • Mozilla Firefox for Android • Opera Mobile 11 • Tizen Supported audio codecs This table documents the current support for audio codecs by the <audio> element. Browser Operating Formats supported by different web browsers system Ogg
    [Show full text]
  • Dynamic HTML
    From Wikipedia, the free encyclopedia (Redirected from DHTML) Dynamic HTML, or DHTML, is an umbrella term for a collection of HTML technologies used together to create interactive and animated web sites[1] by using a combination of a static markup language (such as HTML), a client-side scripting language (such as JavaScript), a presentation definition language (such as CSS), and the Document Object Model.[2] DHTML allows scripting languages to change variables in a web page's definition language, which in turn affects the look and function of otherwise "static" HTML page content, after the page has been fully loaded and during the viewing process. Thus the dynamic characteristic of DHTML is the way it functions while a page is viewed, not in its ability to generate a unique page with each page load. HTML and HTML5 Dynamic HTML By contrast, a dynamic web page is a broader concept — any web page XHTML generated differently for each user, load occurrence, or specific variable XHTML Mobile Profile and C-HTML values. This includes pages created by client-side scripting, and ones Canvas element created by server-side scripting (such as PHP, Perl, JSP or ASP.NET) Character encodings where the web server generates content before sending it to the client. Document Object Model Font family HTML editor HTML element HTML Frames HTML5 video 1 Uses HTML scripting 2 Structure of a web page Web browser engine 3 Example: Displaying an additional block of text Quirks mode 4 References Style sheets 5 External links Unicode and HTML W3C and WHATWG Web colors WebGL Web Storage Comparison of DHTML allows authors to add effects to their pages that are otherwise document markup languages difficult to achieve.
    [Show full text]
  • Web Standards.Pdf
    BOOKS FOR PROFESSIONALS BY PROFESSIONALS® Sikos, Ph.D. RELATED Web Standards Web Standards: Mastering HTML5, CSS3, and XML gives you a deep understand- ing of how web standards can be applied to improve your website. You will also find solutions to some of the most common website problems. You will learn how to create fully standards-compliant websites and provide search engine-optimized Web documents with faster download times, accurate rendering, lower development costs, and easy maintenance. Web Standards: Mastering HTML5, CSS3, and XML describes how you can make the most of web standards, through technology discussions as well as practical sam- ple code. As a web developer, you’ll have seen problems with inconsistent appearance and behavior of the same site in different browsers. Web standards can and should be used to completely eliminate these problems. With Web Standards, you’ll learn how to: • Hand code valid markup, styles, and news feeds • Provide meaningful semantics and machine-readable metadata • Restrict markup to semantics and provide reliable layout • Achieve full standards compliance Web standardization is not a sacrifice! By using this book, we can create and maintain a better, well-formed Web for everyone. CSS3, and XML CSS3, Mastering HTML5, US $49.99 Shelve in Web Development/General User level: Intermediate–Advanced SOURCE CODE ONLINE www.apress.com www.it-ebooks.info For your convenience Apress has placed some of the front matter material after the index. Please use the Bookmarks and Contents at a Glance links to access them. www.it-ebooks.info Contents at a Glance About the Author................................................................................................
    [Show full text]
  • Etsi Tr 126 907 V14.0.0 (2017-04)
    ETSI TR 126 907 V14.0.0 (2017-04) TECHNICAL REPORT Universal Mobile Telecommunications System (UMTS); LTE; HTML5 for a new presentation layer in 3GPP services (3GPP TR 26.907 version 14.0.0 Release 14) 3GPP TR 26.907 version 14.0.0 Release 14 1 ETSI TR 126 907 V14.0.0 (2017-04) Reference RTR/TSGS-0426907ve00 Keywords LTE,UMTS ETSI 650 Route des Lucioles F-06921 Sophia Antipolis Cedex - FRANCE Tel.: +33 4 92 94 42 00 Fax: +33 4 93 65 47 16 Siret N° 348 623 562 00017 - NAF 742 C Association à but non lucratif enregistrée à la Sous-Préfecture de Grasse (06) N° 7803/88 Important notice The present document can be downloaded from: http://www.etsi.org/standards-search The present document may be made available in electronic versions and/or in print. The content of any electronic and/or print versions of the present document shall not be modified without the prior written authorization of ETSI. In case of any existing or perceived difference in contents between such versions and/or in print, the only prevailing document is the print of the Portable Document Format (PDF) version kept on a specific network drive within ETSI Secretariat. Users of the present document should be aware that the document may be subject to revision or change of status. Information on the current status of this and other ETSI documents is available at https://portal.etsi.org/TB/ETSIDeliverableStatus.aspx If you find errors in the present document, please send your comment to one of the following services: https://portal.etsi.org/People/CommiteeSupportStaff.aspx Copyright Notification No part may be reproduced or utilized in any form or by any means, electronic or mechanical, including photocopying and microfilm except as authorized by written permission of ETSI.
    [Show full text]
  • Sikos, Ph.D. SECOND EDITION
    BOOKS FOR PROFESSIONALS BY PROFESSIONALS® Sikos, Ph.D. RELATED Web Standards Web Standards: Mastering HTML5, CSS3, and XML provides solutions to the most common web design problems, and gives you a deep understanding of web standards and how they can be implemented to improve your web sites. You will learn how to develop fully standards-compliant, mobile-friendly, and search engine-optimized web sites that are robust, fast, and easy to update while providing excellent user experience and interoperability. The book covers all major web standards for markup, style sheets, web typography, web syndication, semantic annotations, and accessibility. This edition has been fully updated with the latest in web standards, including the finalized HTML5 vocabulary and the full list of CSS3 properties. Web Standards: Mastering HTML5, CSS3, and XML is also a comprehensive guide to current and future standards for the World Wide Web, demonstrating the implementation of new technologies to address the constantly growing user expectations. Web Standards: Mastering HTML5, CSS3, and XML presents step-by-step guides based on solid design principles and best practices, and shows the most common web development tools and web design frameworks. You will master HTML5 and its XML serialization, XHTML5, the new structuring and multimedia elements, the most important HTML5 APIs, and understand the standardization process of HTML 5.1, HTML 5.2, and future HTML5 versions. What You’ll Learn: • Responsive Web Design techniques to create mobile-friendly web sites using the Mobile First Approach • The most common HTML5 APIs, CSS3 properties, and jQuery functions • Cutting-edge technologies for robustness, accessibility, machine-readability, and usability • How to write structured data as HTML5 Microdata for Google Rich Snippets Shelve in ISBN 978-1-4842-0884-7 Web Development/General 54499 User level: Intermediate–Advanced SECOND EDITION SOURCE CODE ONLINE 9781484 208847 www.apress.com www.it-ebooks.info For your convenience Apress has placed some of the front matter material after the index.
    [Show full text]
  • Tr 126 907 V16.0.0 (2021-04)
    ETSI TR 126 907 V16.0.0 (2021-04) TECHNICAL REPORT Universal Mobile Telecommunications System (UMTS); LTE; 5G; HTML5 for a new presentation layer in 3GPP services (3GPP TR 26.907 version 16.0.0 Release 16) 3GPP TR 26.907 version 16.0.0 Release 16 1 ETSI TR 126 907 V16.0.0 (2021-04) Reference RTR/TSGS-0426907vg00 Keywords 5G,LTE,UMTS ETSI 650 Route des Lucioles F-06921 Sophia Antipolis Cedex - FRANCE Tel.: +33 4 92 94 42 00 Fax: +33 4 93 65 47 16 Siret N° 348 623 562 00017 - APE 7112B Association à but non lucratif enregistrée à la Sous-Préfecture de Grasse (06) N° w061004871 Important notice The present document can be downloaded from: http://www.etsi.org/standards-search The present document may be made available in electronic versions and/or in print. The content of any electronic and/or print versions of the present document shall not be modified without the prior written authorization of ETSI. In case of any existing or perceived difference in contents between such versions and/or in print, the prevailing version of an ETSI deliverable is the one made publicly available in PDF format at www.etsi.org/deliver. Users of the present document should be aware that the document may be subject to revision or change of status. Information on the current status of this and other ETSI documents is available at https://portal.etsi.org/TB/ETSIDeliverableStatus.aspx If you find errors in the present document, please send your comment to one of the following services: https://portal.etsi.org/People/CommiteeSupportStaff.aspx Notice of disclaimer & limitation of liability The information provided in the present deliverable is directed solely to professionals who have the appropriate degree of experience to understand and interpret its content in accordance with generally accepted engineering or other professional standard and applicable regulations.
    [Show full text]
  • Programming the Web 06CS73
    Programming the web 06CS73 PROGRAMMING THE WEB Subject Code: 06CS73 IA Marks: 25 No. of Lecture Hrs./ Week : 04 Exam Hours : 03 Total No. of Lecture Hrs: 52 Exam Marks: 100 PART – A UNIT - 1 Fundamentals of Web, XHTML – 1: Internet, WWW, Web Browsers, and Web Servers; URLs; MIME; HTTP; Security; The Web Programmers Toolbox. XHTML: Origins and evolution of HTML and XHTML; Basic syntax; Standard XHTML document structure; Basic text markup. 6 Hours UNIT - 2 XHTML – 2: Images; Hypertext Links; Lists; Tables; Forms; Frames; Syntactic differences between HTML and XHTML. 6 Hours UNIT - 3 CSS: Introduction; Levels of style sheets; Style specification formats; Selector forms; Property value forms; Font properties; List properties; Color; Alignment of text; The Box model; Background images; The and tags; Conflict resolution. 6 Hours UNIT - 4 JAVASCRIPT: Overview of Javascript; Object orientation and Javascript; General syntactic characteristics; Primitives, operations, and expressions; Screen output and keyboard input; Control statements; Object creation and modification; Arrays; Functions; Constructor; Pattern matching using regular expressions; Errors in scripts; Examples. 8 Hours PART - B UNIT - 5 JAVASCRIPTCITSTUDENTS.IN AND HTML DOCUMENTS: The Javascript execution environment; The Document Object Model; Element access in Javascript; Events and event handling; Handling events from the Body elements, Button elements, Text box and Password elements; The DOM 2 event model; The navigator object; DOM tree traversal and modification. 6 Hours CITSTUDENTS.IN 1 Programming the web 06CS73 UNIT - 6 DYNAMIC DOCUMENTS WITH JAVASCRIPT: Introduction to dynamic documents; Positioning elements; Moving elements; Element visibility; Changing colors and fonts; Dynamic content; Stacking elements; Locating the mouse cursor; Reacting to a mouse click; Slow movement of elements; Dragging and dropping elements.
    [Show full text]
  • Mobile and the Web 2.0: from Standards to Technical Issues
    Mobile and the Web 2.0: From Standards to Technical Issues Francisco de Freitas Mobile Systems Seminar – Fall ‘09 Agenda • What is Web 2.0? • Mobile 2.0 and Web 2.0 • Mobile Web Standards • Mobile Web Best Practices • WML and XHTML MP • Comparison Between Standards • Trends and the Future of Mobile Web 2.0 • Summary • Discussion Topics What is Web 2.0? ` buzzword – meaningless marketing word, a “piece of jargon”. `(Tim Berners Lee) ` “The next generation of Web sites, applications and processes tied with the Internet.” `(The general Media) ` “It's a story about community and collaboration on a scale never seen before.” `(TIME Magazine) ` “It's the Intelligent Web! The more WE use it, the better it is.” `(Tim O'Reilly) Principles of Web 2.0 ` The Web as Platform ` Medium to share and distribute information ` Harnessing Collective Intelligence ` The read/write Web ` Data is the Next Intel Inside ` Mashups ` End of the Software Release Cycle ` Perpetual Beta / SaaS ` Lightweight Programming Models ` Re-usability - “Some rights reserved” ` Software Above the Level of a Single ` Web is not only on PCs Device ` Rich User Experiences ` GUI-Style user experiences, multimedia Web 2.0 is not AJAX or vice versa But it gives superior user experience and Web 2.0 is not a design aesthetic either! nice forms of data retrieval/creation The Machine is Us/using us ` Play video. Mobile Web Approach(es) and Web 2.0 ` The Mobile World is new: ` Mobile Web X Desktop ` Can it provide the same Web 2.0 experience? ` Limitations of the Mobile Device/Mobile World
    [Show full text]