Mobile applications Jouni Juntunen Oulu University of Applied Sciences

Slides:



Advertisements
Similar presentations
1 XML Technologies You Need For Workflow Applications Roger L. Costello 2 January, 2009.
Advertisements

WAP Next Generation
ASP.NET Intro An introduction to the languages and communication of an ASP.NET system.
BUILDING INTERACTIVE, R-POWERED WEB APPLICATIONS WITH SHINY Jeff Allen, Dallas R Users Group 2/9/2013.
Development of Web Applications - Contents Teppo Räisänen Principal Lecturer Oulu University of Applied Sciences School of Business and Information Management.
Mobile Learning Project Members Ravindra Solanki Anamika Singh Rajul Maheshwari Project Guide Prof. Kailas K Devadkar October 2002.
WMC  “Web standards” can refer to the actual specification of how a language or technology works.  An industry standards body, such as the.
Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Technology Education Copyright © 2006 by The McGraw-Hill Companies,
IS400: Development of Business Applications on the Internet Fall 2004 Instructor: Dr. Boris Jukic Introduction.
Multiple Tiers in Action
October 16, 2007HighEdWebDev2007 Single Source Website for Full Spectrum Access Rick Ells University of Washington
Mobil Experience Meeting Bent Flyen Senior Project Manager Opera Consumer Engineering
Creating an Online Portfolio Creating your Electronic Portfolio.
WEB DESIGN SOME FOUNDATIONS. SO WHAT IS THIS INTERNET.
Computer science Languages, etc.. Overview For web-applications (HTML, JS) – Designing languages (HMTL, CSS) – Server Languages (PHP, ASP) – Extensions.
An Introduction to WAP/WML. What is WAP? WAP stands for Wireless Application Protocol. WAP is for handheld devices such as mobile phones. WAP is designed.
Development of Web Applications - Introduction Teppo Räisänen Principal Lecturer Oulu University of Applied Sciences School of Business and Information.
Web engineering. Topic: DHTML Presented by: Shah Rukh Presented to: Sir Ahsan raza.
Mobile App Support Jacob Poirier Geri Hengesbach Andrea Menke Erin Rossell.
Projects Contact Skills Ryan Rigby Web Developer About Me Currently enrolled at Griffith University undertaking a Bachelor of Information Technology with.
Example XML Applications/Languages. Objectives To Review uses of XML To investigate some Language applications of XML XHTML RSS WML Web Services.
Welcome To CIS115 Introduction to Programming & Logic.
Browsing MITA Seminar 2003 Mikko Pohja & Alessandro Cogliati.
Introduction to World Wide Web Authoring © Directorate of Information Systems and Services University of Aberdeen, 1999 IT Training Workshop.
How the Web Works Digital Histories Workshop Adam Crymble.
Presentation Topic: XML and ASP Presented by Yanzhi Zhang.
By Bearzx Dive Into Web Introduction To WEB
XML Introduction. Markup Language A markup language must specify What markup is allowed What markup is required How markup is to be distinguished from.
Mobile Browsers Research Seminar on Telecommunications Business T Janne Hakola Mika Lahti.
Session 1 Chapter 1 - Introduction to Web Development ITI 133: HTML5 Desktop and Mobile Level I
Introduction to Mobile Applications. Wireless Applications Personal Time and KnowledgeManagemnt Personal Health & Security PersonalNavigation Remote Monitoring.
Asstt. Prof Sonia Sharma Computer Dept 1 HTML ( Hypertext MarkUP Language ) HTML is the lingua franca for publishing hypertext on the World Wide Web.
Handheld device markup language
Basic Steps to create a Website using HTML5. Hypertext Markup Language.
Introduction to ASP.NET development. Background ASP released in 1996 ASP supported for a minimum 10 years from Windows 8 release ASP.Net 1.0 released.
بسم الله الرحمن الرحيم Information’s New Technologies (Internet Technologies) Ahmed Abdelmageed, MSc Department of Computer Science, University of Khartoum.
I NTRO TO W EB TECHNOLOGY Basic terms. C LIENT – S ERVER M ODEL a distributed communication between service requestors and service providers.
Dive into web development
Finding A Web Developer Job With No Experience
PHP-language, conditional statements
ISYS 350 Building Business Applications
EPCRA Mobile App Android and iPhone
Programming Club To learn about programming languages and how they can be used for fun and for useful work. What programming languages are available and.
Development of Web Applications - Introduction
Mobile Learning Project Members Project Guide Ravindra Solanki
Using the HTML and CSS Validation Services
Development of Web Applications – Introduction revisited
PHP-language, loops Jouni Juntunen Oulu University of Applied Sciences
PHP-language Variables, assingment and arithmetic operations
Chapter 1 HTML, XHTML, and the World Wide Web
© 2010, Mike Murach & Associates, Inc.
ISYS 350 Building Business Applications
PHP-language, database-programming
PHP + Oracle = Data-Driven Websites
ISYS 350 Building Business Applications
Chapter 1 HTML, XHTML, and the World Wide Web
HTML5 Level I Session I Chapter 1 - Introduction to Web Development
Design and Implementation of Web services-oriented Application
EXTENSION AND INTEGRATION
ISYS 350 Building Business Applications
ISYS 350 Building Business Applications
ISYS 350 Building Business Applications
Mozafar Bag-Mohammadi
Unit 6 part 3 Test Javascript Test.
ISYS 350 Building Business Applications
ITI 163: Web, Mobile, and Social Media Design Introduction
ISYS 350 Building Business Applications
Collaborative Open Source Web Applications
Introduction to Computer Science
Client-Server Model: Requesting a Web Page
Presentation transcript:

Mobile applications Jouni Juntunen Oulu University of Applied Sciences School of Business and Management Studies

Mobile technologies Applications Browsing Java (Java ME) C ++(Symbian C++) Windows Mobile (e. g. C#) Python, Maemo, etc. Browsing WAP (Wireless Markup Language) HTML XHTML MP (XHTML Mobile Profile)

Demo 1: Simple XHTML MP Application Simple currency calculator utility with XHTML MP and PHP Develop application (Netbeans). Use emulator, if possible Deploy on the server (ww.students.oamk.fi) Validate (e. g. on http://validator.w3.org/mobile/) Try it with your phone

Demo 2: Photo uploading with XHTML MP and PHP

XHTML MP Follows the rules of XHTML Wireless CSS can be used to define layout Server side application logic can be developed using PHP or some other web-technology

References http://www.developershome.com/wap/xhtmlmp/xhtml_mp_tutorial.asp?page=introduction