By: Rick A. VanVolkinburg.  WebView – displays web pages inside application.  JavaScript is disabled.  Enable: webview.getSettings().setJavaScriptEnabled(true);

Slides:



Advertisements
Similar presentations
Introduction to HTML, XHTML, and CSS
Advertisements

Essentials for Design JavaScript Level One Michael Brooks
HTML. The World Wide Web Protocols Addresses HTML.
HTTP Request/Response Process 1.Enter URL ( in your browser’s address bar. 2.Your browser uses DNS to look up IP address of server.com.
Web Server Programming
Understand Web Page Development Software Development Fundamentals LESSON 4.1.
Component OneJQuery MobileVisual WebGUI Comparison of three mobile site development frameworks.
Languages for Dynamic Web Documents
Project 1 Introduction to HTML.
Chapter Concepts Review Markup Languages
HTML Recall that HTML is static in that it describes how a page is to be displayed, but it doesn’t provide for interaction or animation. A page created.
Active X Microsoft’s Answer to Dynamic Content Reference: Using Active X by Brian Farrar QUE
Define objects and their relationships to multimedia Explain the fundamentals of C, C++, Java, JavaScript, JScript, C#, ActiveX and VBScript Discuss security.
1st Project Introduction to HTML.
Web Design 101 Nikolay Kostov Telerik Web Design Course html5course.telerik.com Technical Trainer
HTML 1 Introduction to HTML. 2 Objectives Describe the Internet and its associated key terms Describe the World Wide Web and its associated key terms.
Chapter ONE Introduction to HTML.
It’s World Wide! I NTRODUCTION TO T HE WEB 1 Photo courtesy:
WEB DESIGN SOME FOUNDATIONS. SO WHAT IS THIS INTERNET.
Web Design Basic Concepts.
2. Introduction to the Visual Studio.NET IDE 2. Introduction to the Visual Studio.NET IDE Ch2 – Deitel’s Book.
Copyright © 2012 Certification Partners, LLC -- All Rights Reserved Lesson 5: Multimedia on the Web.
Chapter 1 Introduction to HTML, XHTML, and CSS
What is Web Design?  Web design is the creation of a Web page using hypertext or hypermedia to be viewed on the World Wide Web.
4.1 JavaScript Introduction
Architecture Of ASP.NET. What is ASP?  Server-side scripting technology.  Files containing HTML and scripting code.  Access via HTTP requests.  Scripting.
Web 2.0: Concepts and Applications 11 The Web Becomes 2.0.
Web 2.0: Concepts and Applications 11 The Web Becomes 2.0.
Alternative Views of the Web Jon Gunderson, Ph.D. Division of Rehabilitation-Education Services University of Illinois at Urbana/Champaign.
Mobile App Support Jacob Poirier Geri Hengesbach Andrea Menke Erin Rossell.
ASP.NET + Ajax Jesper Tørresø ITNET2 F08. Ajax Ajax (Asynchronous JavaScript and XML) A group of interrelated web development techniques used for creating.
Concepts Nikolay Kostov Telerik Corporation
What is an Internet Browser? Internet browser— An Internet browser is a client program that knows how to interpret HTML code and display information and.
The Internet and the World Wide Web. The Internet A Network is a collection of computers and devices that are connected together. The Internet is a worldwide.
Working with Objects Creating a Dynamic Web Page.
Patroklos Patroklou George Antoniou Constantinos Kyprianou.
HTML, XHTML, and CSS Sixth Edition Chapter 1 Introduction to HTML, XHTML, and CSS.
2. Introduction to the Visual Studio.NET IDE. Chapter Outline Overview of the Visual Studio.NET IDE Overview of the Visual Studio.NET IDE Menu Bar and.
Microsoft Internet Explorer and the Internet Using Microsoft Explorer 5.
Silverlight Technology. Table of Contents 1.What is Silverlight Technology? 2.Silverlight Overview. 2.1 How it works 2.2 Silverlight development tools.
Introduction to HTML Tutorial 1 eXtensible Markup Language (XML)
Ventsislav Popov Crossroad Ltd.. 1. What is AJAX?  AJAX Concept  ASP.NET AJAX Framework 2. ASP.NET AJAX Server Controls  ScriptManager, UpdatePanel.
Web Design (1) Terminology. Coding ‘languages’ (1) HTML - Hypertext Markup Language - describes the content of a web page CSS - Cascading Style Sheets.
Session: 1. © Aptech Ltd. 2Introduction to the Web / Session 1  Explain the evolution of HTML  Explain the page structure used by HTML  List the drawbacks.
Concepts Telerik Software Academy Telerik School Academy.
Web Development in Microsoft Visual Studio Slide 2 Lecture Overview How to create a first ASP.NET application.
Web Development Process The Site Development Process Site Construction is one of the last steps.
TOPIC II Dynamic HTML Prepared by: Nimcan Cabd Cali.
Contents : What is Silverlight? Silverlight Overview Silverlight Toolkit Overview Timeline & Packaging Silverlight V1.0 & V1.1 Properties of V1.0 Properties.
Web Design. What is the Internet? A worldwide collection of computer networks that links millions of computers by – Businesses (.com.net) – the government.
HTML Concepts and Techniques Fifth Edition Chapter 1 Introduction to HTML.
Web 2.0: Concepts and Applications 11 The Web Becomes 2.0.
Eben de Wit Developer Advisor Microsoft
Chapter 1 Introduction to HTML, XHTML, and CSS HTML5 & CSS 7 th Edition.
It’s World Wide! I NTRODUCTION TO T HE WEB 1 Photo courtesy:
Techniques for Better Web Development Ben Scheirman Blog:
The richest experience on the web Web Slices Accelerators Visual Search InPrivate Users Develop, test and debug without leaving the browser Built-in developer.
Windows Vista Configuration MCTS : Internet Explorer 7.0.
Creating Dynamic Web Pages with FrontPage Barry Sosinsky Valda Hilley
Chapter 1 Introduction to HTML.
Web Standards Web Design – Sec 2-3
© 2016 Pearson Education, Inc., Hoboken, NJ. All rights reserved.
© 2016, Mike Murach & Associates, Inc.
Project 1 Introduction to HTML.
Web Standards Web Design – Sec 2-3
Silverlight Technology
Lesson 5: Multimedia on the Web
Overview The World Wide Web has changed the way that people
ITI 163: Web, Mobile, and Social Media Design Introduction
Presentation transcript:

By: Rick A. VanVolkinburg

 WebView – displays web pages inside application.  JavaScript is disabled.  Enable: webview.getSettings().setJavaScriptEnabled(true);

 Pages do not automatically adjust size to fit the device’s screen  No video/audio can be played back on Android.

 Support inline HTML5 video in your application, hardware acceleration turned on, and set a WebChromeClient.WebChromeClient  No speech recognition  No drag-and-drop  No web notifications

 Lack offline support

 Create styles for specific screen densities  Webkit-device-pixel-ratio CSS media feature.  Low density – 0.75  Medium density – 1  High density – 1.5

 WebKit - open source web browser engine.  Upgrade known as “FTLJIT”  Has to be enabled

 Lack form support – no inputs:  date & times  Color  3D graphics.

 Drag and Drop only works on Safari iPhone/iPod/iPad browser  Currently only supports QuickTime  Scrollbars are not displayed

 Ruby on Rails  Ajax via the Prototype  Script.aculo.us libraries

 //Browser Support Code function ajaxFunction(){ var ajaxRequest; // The variable that makes Ajax possible! try{ // Opera 8.0+, Firefox, Safari ajaxRequest = new XMLHttpRequest();

 Jscript – “Microsoft JScript is an open implementation of Netscape's JavaScript. JScript is a high-performance scripting language designed to create active online content for the World Wide Web. JScript allows developers to link and automate a wide variety of objects in Web pages, including ActiveX controls and Java programs. Microsoft Internet Explorer is designed to interpret JScript embedded into Web pages.” ("Descriptions of Java, JScript, and JavaScript")

 Lowest score among mobile app support ( HTML5test.com )  No webcam access  No CSS selectors  No drag-and-drop

 Some devices button Clicks are registered twice  Borderless scrolling field doesn’t display scrollbar  Pages do not automatically adjust their size to fit device’s screen

 The Ajax Control Toolkit contains 40 controls including:  AutoComplete  CollapsiblePanel  ColorPicker  HTML Editor Extender  Drag-and-drop controls from Visual Studio onto ASP.NET Web Forms page.

 New advanced layout – text wrap  Visual effects  Panning and zooming capabilities  Remove limits on style sheets

Works Cited "About - Internet Explorer 9 Guide for Developers." MSDN-the microsoft developer network. N.p., 14 Mar Web. 26 Nov "Android Developers." Android Developers. N.p., n.d. Web. 26 Nov "Descriptions of Java, JScript, and JavaScript." Microsoft Support. N.p., 9 Aug Web. 26 Nov HTML5test.com. N.p., Nov Web. 26 Nov "SumTotal ToolBook Knowledgebase for Rapid Learning, Interactive eLearning Content Tools." N.p., Web. 26 Nov The WebKit Open Source Project. N.p., n.d. Web. 26 Nov "Windows Dev Center." Windows Dev Center. N.p., n.d. Web. 26 Nov