ios Uždara operacinė sistema skirta tik Apple įrenginiams: iphone ipad ipod touch Apple TV

Size: px
Start display at page:

Download "ios Uždara operacinė sistema skirta tik Apple įrenginiams: iphone ipad ipod touch Apple TV"

Transcription

1 ios Uždara operacinė sistema skirta tik Apple įrenginiams: iphone ipad ipod touch Apple TV Pagrindas OS X, skirtas ARM įrenginiams Programavimo aplinka: XCode ir Objective-C Programavimo kompiuteris - Mac

2 ios 1.0 Šaltinis:

3 ios itunes

4 ios 2.0 App Store, ios SDK

5 ios 3.0 copy/paste, push notifications

6 ios ipad

7 ios 4.0 multitasking, FaceTime, aukštos rezoliucijos ekranai

8 ios Siri

9 ios 6.0 Apple maps

10 ios 7.0 nauja vartotojo sąsaja

11 ios versijos App Store Copy/paste Multitasking icould, Siri Apple Maps Nauja vartotojo sąsaja

12 Android Atvirojo kodo OS sukurta Google ir skirta mobiliems įrenginiams Jei tiksliau, tai nupirkta Google 2005 metais Populiariausia operacinė sistema Pagrindas Linux 2.6 Programavimo kalba Java, kuri paleidžiama Dalvik virtualioje mašinoje. Galima naudoti sukompiliuotą koda. Programavimo aplinka Eclipse arba Android Nemokama operacinė sistema

13 Android versijos metai m. Donut m. Froyo JIT kompiliavimas, Chrome V8 varikliukas naršyklėje, Wi-Fi hotspot palaikymas m. Honeycomb planšečių palaikymas, nauja vartotojo sąsaja, daugelio branduolių procesorių palaikymas m. Ice Cream Sandwich apjungianti telefonus ir planšetes 4.3 paskutinė naudojama versija, 4.4 naujai anonsuota versija

14 Android versijos Donut Froyo JIT kompiliavimas, Chrome V8 varikliukas naršyklėje, Wi-Fi hotspot palaikymas Honeycomb planšečių palaikymas, nauja vartotojo sąsaja, daugelio branduolių procesorių palaikymas Ice Cream Sandwich apjungianti telefonus ir planšetes Jelly Bean ? Kit Kat

15 Windows Phone 7.0, 7.5, 7.8 versijos remiasi Windows CE 8.0 versija remiasi Windows 8 Windows Phone 8 programos nesunkiai perdaromos tarp Windows Phone Desktop Windows Programavimas:.NET arba HTML5/Javascript Vis dar nedidelis populiarumas 3% Pagrindinis gamintojas Nokia (dabar jau Microsoft dalis)

16 Metro UI Principai paimti iš Šveicarų tipografijos dizaino

17 Metro UI Patirtis iš aerouostų, geležinkelio stočių ir kitų viešų žymėjimų

18 Metro UI

19 Blackberry QNX pagrindas (UNIX microkernel) Nykstanti kompanija Programavimas: C/C++, QT, HTML5, Adobe Air, Android

20 Firefox OS HTML5 pagrindas Mažiausios kainos telefonams

21 Web sprendimai mobiliems telefonams Prisitaikantis dizainas (responsive design) pvz.: Web programėlės Web programėlės platinamos per App Store / Google Play

22 Bootstrap užduotis HTML pagrindai: Parodyti bent po du skirtingus elementus(viso 6) iš skirtingų bootstrap dalių (CSS / Components / JavaScript) Sukurtas pavyzdys turi susidėti bent iš dviejų puslapių ir turėti bent pora <img> elementų Turi sietis su pasirinkta sritimi (todo, e-komercija ar pan.)

23 Bootstrap

24 Web technologijos HTML CSS JavaScript

25 Šablonas

26 Chrome Inspector

27 Prisitaikantis dizainas Gardelės sistema (grid system) Nefiksuoti piešinuku dydžiai (flexible images) Media užklausos (media queries) <link href="assets/css/bootstrap-responsive.css" rel="stylesheet">

28 Prisitaikantis dizainas

29 Eilutės ir stulpeliai (grid system) <div class="row"> <div class="col-md-6">... </div> <div class="col-md-6">... </div> </div>

30 Paveiksliukų dydžio nustatymai max-width: 100% Nenustatomas dydis pikseliais

31 Bootstrap komponentai

32 WrapBootstrap

33 ViewPort <meta name="viewport" content="width=device-width, initial-scale=1.0" >

34 Safari naršklė

35 ViewPort <meta name="viewport" content="initial-scale=2.3, user-scalable=no">

36 <meta name="viewport" content="width=590">

37 device-width

38 Media užklausos (media queries) min-width arba min-height max-width arba max-height

39 Media užklausos media_query_list: <media_query> [, <media_query> ]* media_query: [[only not]? <media_type> [ and <expression> ]*] <expression> [ and <expression> ]* expression: ( <media_feature> [: <value>]? ) media_type: all aural braille handheld print projection screen tty tv embossed media_feature: width min-width max-width height min-height max-height device-width min-device-width max-device-width device-height min-device-height max-device-height aspect-ratio min-aspect-ratio max-aspect-ratio device-aspect-ratio min-device-aspect-ratio max-device-aspect-ratio color min-color max-color color-index min-color-index max-color-index monochrome min-monochrome max-monochrome resolution min-resolution max-resolution scan grid

40 Media užklausos (min-width: 700px) {... (min-width: 700px) and (orientation: landscape) {... tv and (min-width: 700px) and (orientation: landscape) {... (min-width: 700px), handheld and (orientation: landscape) {... }

41 Media savybės all and (color) {... all and (min-color: 4) {... } all and (color-index) {... } <link rel="stylesheet" media="all and (min-color-index: 256)" href=" /> screen and (min-aspect-ratio: 1/1) {... }

42 Media savybės Device-aspect-ratio Device-height Grid Height Monochrome Orientation Resolution Scan Width

Pratybos. Ketvirtadienį, Baltupiuose 8: :00 316

Pratybos. Ketvirtadienį, Baltupiuose 8: :00 316 Pratybos Ketvirtadienį, Baltupiuose 8:30-303 14:00 316 Web sprendimai mobiliems telefonams Prisitaikantis dizainas (responsive design) pvz.: http://www.audiusa.com/ Web programėlės http://m.stanford.edu/,

More information

CS7026 Media Queries. Different Screen Size Different Design

CS7026 Media Queries. Different Screen Size Different Design CS7026 Media Queries Different Screen Size Different Design Introduction Users no longer view web content only on traditional desktop systems, but are increasingly using smartphones, tablets, and other

More information

Android App Development. Muhammad Sharjeel COMSATS Institute of Information Technology, Lahore

Android App Development. Muhammad Sharjeel COMSATS Institute of Information Technology, Lahore Android App Development Muhammad Sharjeel COMSATS Institute of Information Technology, Lahore Mobile devices (e.g., smartphone, tablet PCs, etc.) are increasingly becoming an essential part of human life

More information

Mobile Devices and Smartphones

Mobile Devices and Smartphones Mobile Devices and Smartphones Smartphone Modern smartphones can do almost as much as a desktop PC could. They are extremely mobile and convenient. With a proper service provider they can access the internet

More information

Introduction to Computer Science Web Development

Introduction to Computer Science Web Development Introduction to Computer Science Web Development Flavio Esposito http://cs.slu.edu/~esposito/teaching/1080/ Lecture 14 Lecture outline Discuss HW Intro to Responsive Design Media Queries Responsive Layout

More information

Mobile Applications 2013/2014

Mobile Applications 2013/2014 Mobile Applications 2013/2014 Mike Taylor Product Manager February 6, 2015 Advanced Development Technology Agenda Devices App Types Test/Deploy Summary Devices Mobile (Feature) Phones Windows version 5/6

More information

A pixel is not a pixel. Peter-Paul Koch BlackBerry Jam, 6 February 2012

A pixel is not a pixel. Peter-Paul Koch     BlackBerry Jam, 6 February 2012 A pixel is not a pixel Peter-Paul Koch http://quirksmode.org http://twitter.com/ppk BlackBerry Jam, 6 February 2012 I. Pixels Pixels according to W3C The reference pixel is the visual angle of one pixel

More information

SymantecTM Desktop and Laptop Option 8.0 SP2 Compatibility Matrix

SymantecTM Desktop and Laptop Option 8.0 SP2 Compatibility Matrix SymantecTM Desktop and Laptop Option 8.0 SP2 Compatibility Matrix Copyright 2016 Symantec Corporation. All rights reserved. Symantec, the Symantec Logo, and Backup Exec are trademarks or registered trademarks

More information

Android In Industrial Applications. A Field Report

Android In Industrial Applications. A Field Report Garz & Fricke Android In Industrial Applications A Field Report Android In Industrial Applications A Field Report Contents What we will talk about Garz & Fricke Company Overview Introduction to Android

More information

Why Android? Why Android? Android Overview. Why Mobile App Development? 20-Nov-18

Why Android? Why Android? Android Overview. Why Mobile App Development? 20-Nov-18 Why Android? Android Overview Dr. Siddharth Kaza Dr. Josh Dehlinger A lot of students have them 2010 survey by University of CO 1 : 22% of college students have Android phone (26% Blackberry, 40% iphone)

More information

WVGA :9 None. This is the only supported resolution for Windows Phone OS 7.1.

WVGA :9 None. This is the only supported resolution for Windows Phone OS 7.1. Windows Phone Palaikomi ekranai Resolution Resolution Aspect ratio Delta from Windows Phone OS 7.1 Scaled resolution WVGA 480 800 15:9 None. This is the only supported resolution for Windows Phone OS 7.1.

More information

Front-End UI: Bootstrap

Front-End UI: Bootstrap Responsive Web Design BootStrap Front-End UI: Bootstrap Responsive Design and Grid System Imran Ihsan Assistant Professor, Department of Computer Science Air University, Islamabad, Pakistan www.imranihsan.com

More information

System requirements. Display requirements. PDF reader requirements. Fingerprint Login/Touch Authentication requirements

System requirements. Display requirements. PDF reader requirements. Fingerprint Login/Touch Authentication requirements System requirements The computer you use must meet the following minimum requirements: PC or Mac with at least a 1-GHz processor and 1 GB of RAM. Available browser updates applied for improved security

More information

International Journal of Multidisciplinary Consortium Volume 2 Issue

International Journal of Multidisciplinary Consortium Volume 2 Issue ARCHITECTURAL COMPARISON A CASE STUDY BETWEEN ANDROID & IOS by Ankit Gupta Research Scholar Tecnia Institute of Advance Studies Delhi & Nisha Research Scholar Tecnia Institute of Advance Studies Delhi

More information

Responsive Web Design and Bootstrap MIS Konstantin Bauman. Department of MIS Fox School of Business Temple University

Responsive Web Design and Bootstrap MIS Konstantin Bauman. Department of MIS Fox School of Business Temple University Responsive Web Design and Bootstrap MIS 2402 Konstantin Bauman Department of MIS Fox School of Business Temple University Exam 3 (FINAL) Date: 12/06/18 four weeks from now! JavaScript, jquery, Bootstrap,

More information

Programming web design MICHAEL BERNSTEIN CS 247

Programming web design MICHAEL BERNSTEIN CS 247 Programming web design MICHAEL BERNSTEIN CS 247 Today: how do I make it?! All designers need a medium. Napkin sketches aren t enough.! This week: core concepts for implementing designs on the web! Grids!

More information

Introduction To Android

Introduction To Android Introduction To Android Mobile Technologies Symbian OS ios BlackBerry OS Windows Android Introduction to Android Android is an operating system for mobile devices such as smart phones and tablet computers.

More information

Android Overview. Francesco Mercaldo, PhD

Android Overview. Francesco Mercaldo, PhD Android Overview Francesco Mercaldo, PhD Post-Doctoral researcher Corso di Sicurezza delle Reti e dei Sistemi Software Università degli Studi del Sannio (fmercaldo@unisannio.it) Things are not always what

More information

Paraben s DS 7.5 Release Notes

Paraben s DS 7.5 Release Notes Paraben s DS 7.5 Release Notes Welcome to Paraben s DS Mobile Forensic Solution! DS is designed to allow investigators to acquire the data contained on mobile phones, smartphones, tablets, GPS, and PDA

More information

one_mobile User Guide

one_mobile User Guide March 17, 2014 one_mobile User Guide Version Number v2.0 Client Services -1 - Table of Contents 1 Overview... 3 1.1 one_mobile Data... 3 2 Requirements... 4 2.1 ActiveSync... 4 2.1.1 List of Verified Supported

More information

SymantecTM Desktop and Laptop Option 8.0 SP4 Compatibility Matrix Version 1.1

SymantecTM Desktop and Laptop Option 8.0 SP4 Compatibility Matrix Version 1.1 SymantecTM Desktop and Laptop Option 8.0 SP4 Compatibility Matrix Version 1.1 Created on 14 September 2016 Copyright 2016 Symantec Corporation. All rights reserved. Symantec, the Symantec Logo, and Backup

More information

A MODEL FOR COMPARATIVE ANALYSIS OF THE SIMILARITY BETWEEN ANDROID AND IOS OPERATING SYSTEMS

A MODEL FOR COMPARATIVE ANALYSIS OF THE SIMILARITY BETWEEN ANDROID AND IOS OPERATING SYSTEMS Bulletin of the Transilvania University of Braşov Series V: Economic Sciences Vol. 7 (56) No. 2-2014 A MODEL FOR COMPARATIVE ANALYSIS OF THE SIMILARITY BETWEEN ANDROID AND IOS OPERATING SYSTEMS R. LIXĂNDROIU

More information

TODAY S AGENDA. An introduction for Libraries UW-SLIS CES Webinar April 6, 2015 What is Responsive Web Design? Definition & History

TODAY S AGENDA. An introduction for Libraries UW-SLIS CES Webinar April 6, 2015 What is Responsive Web Design? Definition & History TODAY S AGENDA An introduction for Libraries UW-SLIS CES Webinar April 6, 2015 What is Responsive Web Design? Definition & History How do I DO Responsive Web Design? Tips & Tricks & Jargon Where do I go

More information

AGENDA. EMBEDDING FONTS [ Font Files & CSS font-family ] :: Online Font Converter :: ADD font-family css code to style.css

AGENDA. EMBEDDING FONTS [ Font Files & CSS font-family ] :: Online Font Converter :: ADD font-family css code to style.css CLASS :: 12 05.04 2018 3 Hours AGENDA CREATE A WORKS PAGE [ HTML ] :: Open index.html :: Save As works.html :: Edit works.html to modify header, 3 divisions for works, then add your content :: Edit index.html

More information

CSS3: Using media queries to improve the web site experience. November 19, 2011 indieconf Zoe Mickley

CSS3: Using media queries to improve the web site experience. November 19, 2011 indieconf Zoe Mickley CSS3: Using media queries to improve the web site experience November 19, 2011 indieconf Zoe Mickley Gillenwater @zomigi What I do Books Web Stunning CSS3: A Project-based Guide to the Latest in CSS Accessibility

More information

AGENDA. :: Add Meta Tag for Viewport (inside of head element): :: Add Script that renders HTML5 elements for older versions of Internet Explorer

AGENDA. :: Add Meta Tag for Viewport (inside of head element): :: Add Script that renders HTML5 elements for older versions of Internet Explorer CLASS :: 14 12.10 2018 3 Hours AGENDA LECTURE :: Responsive Web Design [RWD] DOWNLOAD ASSETS [ CSS ] :: Media Query [rwd.css] ADD HTML META TAG & IE SCRIPT [ HTML ] :: Add Meta Tag for Viewport (inside

More information

Online and Mobile Banking Requirements Guide

Online and Mobile Banking Requirements Guide Online and Mobile Banking Requirements Guide Introduction This document explains the hardware and software requirements for Valley First Credit Union s Online and Mobile Banking Experience. Members are

More information

Android OS. Operating System based on Linux [ ] [Jonas Teuscher, Alex Cuordileone, Cédric Glaus]

Android OS. Operating System based on Linux [ ] [Jonas Teuscher, Alex Cuordileone, Cédric Glaus] 1 Android OS Operating System based on Linux [24-02-16] [Jonas Teuscher, Alex Cuordileone, Cédric Glaus] 1 https://www.androidpit.com/android-marshmallow-update-overview-for-smartphones-and-tablets 2 https://blog.idrsolutions.com/2014/12/android-apps-ide-for-java-coder-programmers/

More information

PDF. which device? Features. How it will look - PC (Microsoft Windows XP/Vista/7)

PDF. which device? Features. How it will look - PC (Microsoft Windows XP/Vista/7) PDF Which device? Features How it will look - PC (Microsoft Windows XP/Vista/7) How it will look - Mac (OS X 10.4 or later) How it will look - iphone How it will look - ipad How to download - PC (Windows

More information

Wireless Presentation Gateway User Guide

Wireless Presentation Gateway User Guide User Guide Table of Contents 1 Initial Setup Present Anything Without Wires p. 3 2 From A Laptop (Windows or Mac) First, download he client p. 4 Now connect p. 5 Additional Features p. 6 3 From An ios

More information

Adaptations by PVII responsive and then creates your page instantly Al Sparber & Gerry Jacobsen PVII

Adaptations by PVII responsive and then creates your page instantly Al Sparber & Gerry Jacobsen PVII Adaptations by PVII is a Dreamweaver extension that allows you to select from 5 unique responsive layouts and then creates your page instantly. We hope you enjoy using this product as much as we did making

More information

What is Efficiency Worth?

What is Efficiency Worth? Kevin M. Martin, CPA, CITP, MCSE Martin & Assoc., Cincinnati, Ohio Ohio Society of CPAs Cincinnati Accounting Show September 18, 2013 My Tablet Computing Experience Punch Cards Compaq Sewing Machine Laptop

More information

Android. Lesson 1. Introduction. Android Developer Fundamentals. Android Developer Fundamentals. to Android 1

Android. Lesson 1. Introduction. Android Developer Fundamentals. Android Developer Fundamentals. to Android 1 Android Lesson 1 1 1 1.0 to Android 2 Contents Android is an ecosystem Android platform architecture Android Versions Challenges of Android app development App fundamentals 3 Android Ecosystem 4 What is

More information

UNIT:2 Introduction to Android

UNIT:2 Introduction to Android UNIT:2 Introduction to Android 1 Syllabus 2.1 Overview of Android 2.2 What does Android run On Android Internals? 2.3 Android for mobile apps development 2.5 Environment setup for Android apps Development

More information

CREATIVE & TECHNICAL SPECIFICATIONS

CREATIVE & TECHNICAL SPECIFICATIONS CREATIVE & TECHNICAL SPECIFICATIONS CREATIVE SPECIFICATIONS EXPECTED ASSETS LANDSCAPE: 96Ox424px ipad: 768x928px 1O24x672px SAME SIZE FOR INTERSCROLLER SMARTFOOTER MPU INCONTENT INTERSTITIAL 64Ox2OOpx

More information

AGENDA :: MULTIMEDIA TOOLS :: CLASS NOTES. INSTALLING FONTS :: Download, Install, & Embed Your Fonts. LECTURE :: Responsive Web Design [RWD]

AGENDA :: MULTIMEDIA TOOLS :: CLASS NOTES. INSTALLING FONTS :: Download, Install, & Embed Your Fonts. LECTURE :: Responsive Web Design [RWD] CLASS :: 14 05.05 2017 3 Hours AGENDA INSTALLING FONTS :: Download, Install, & Embed Your Fonts LECTURE :: Responsive Web Design [RWD] DOWNLOAD ASSETS [ CSS ] :: Media Query [rwd.css] ADD HTML META TAG

More information

Supported Devices, OS, and Browsers

Supported Devices, OS, and Browsers Kony Visualizer Supported Devices, OS, and Browsers Release V8 Document Relevance and Accuracy This document is considered relevant to the Release stated on this title page and the document version stated

More information

Responsive Web Design (RWD)

Responsive Web Design (RWD) Responsive Web Design (RWD) Responsive Web Design: design Web pages, so that it is easy to see on a wide range of of devices phone, tablet, desktop,... Fixed vs Fluid layout Fixed: elements have fixed

More information

Publisher v3 Documentation

Publisher v3 Documentation Publisher v3 Documentation Questions? email me: t0rn@inbox.ru!1 Description Publisher - Xcode project of universal ios app for selling PDF publications. Programming language - Swift 3. Complitable with

More information

XFINITY On Campus: Campus Technical Support Guide

XFINITY On Campus: Campus Technical Support Guide XFINITY On Campus Campus Technical Support Guide 1 AGENDA XFINITY On Campus Overview Navigation Upgrades & Features Support and Escalation Troubleshooting Steps Support Portal https://support.xfinityoncampus.com

More information

Tablet - is the generic term for a mobile computer with touchscreen display that is operated with fingers or stylus pen instead of a mouse and

Tablet - is the generic term for a mobile computer with touchscreen display that is operated with fingers or stylus pen instead of a mouse and Mobile Computing What is this? Tablet - is the generic term for a mobile computer with touchscreen display that is operated with fingers or stylus pen instead of a mouse and keyboard. Walmart defines a

More information

Mobile development initiation

Mobile development initiation Mobile development initiation Outline Mobile development: o Why? o How? o New issues Android ios 2 Mobile growth ¼ Internet access Sales of smartphones and tablets increase o + 70% tab Community 3 Why

More information

Comparative Study of Google Android, Apple ios and Microsoft Windows Phone Mobile Operating Systems

Comparative Study of Google Android, Apple ios and Microsoft Windows Phone Mobile Operating Systems 2017 14th International Conference on Engineering of Modern Electric Systems (EMES) Comparative Study of Google Android, Apple ios and Microsoft Windows Phone Mobile Operating Systems Ovidiu Constantin

More information

Designing for the Mobile Web

Designing for the Mobile Web Objectives Session 5.1 Create a media query Work with the browser viewport Apply a responsive design Create a pulldown menu with CSS Session 5.2 Create a flexbox Work with flex sizes Explore flexbox layouts

More information

The purpose of Veco Mobile is to give remote workers, such as negotiators and property management/maintenance staff real-time access to Veco data.

The purpose of Veco Mobile is to give remote workers, such as negotiators and property management/maintenance staff real-time access to Veco data. VECO MOBILE INTRODUCTION Veco Mobile (formerly Veco2Go) is a mobile web application ( Web App ) designed to run on a mobile phone or tablet device running either the Android or Apple ios operating systems.

More information

Media-Specific Styles

Media-Specific Styles Media-Specific Styles Same HTML, Different CSS R. Scott Granneman r Jans Carton 1.5 2008 R. Scott Granneman Last updated 2017-06-13 You are free to use this work, with certain restrictions. For full licensing

More information

Responsive Web Design. From: Ethan Marcotte - Responsive Web Design 2011

Responsive Web Design. From: Ethan Marcotte - Responsive Web Design 2011 Responsive Web Design From: Ethan Marcotte - Responsive Web Design 2011 Motivation Browser windows have their inconsistencies and imperfections Once web pages are published online, the designs are immediately

More information

Responsive Design. Responsive Design Approach. Technique for building webpages

Responsive Design. Responsive Design Approach. Technique for building webpages Responsive Design Responsive Design Technique for building webpages Allows you to present the same content in different ways to different devices Create conditions for applying specific CSS styles Ex:

More information

Software Platforms. Quiz with Explainations. Hans-Petter Halvorsen, M.Sc.

Software Platforms. Quiz with Explainations. Hans-Petter Halvorsen, M.Sc. Software Platforms Quiz with Explainations Hans-Petter Halvorsen, M.Sc. Questions 1. List 3 different software platforms with some examples for each 2. List 5 different Web Browsers and the name of the

More information

Manual Android 2.3 Update For Tablet Pc Applications

Manual Android 2.3 Update For Tablet Pc Applications Manual Android 2.3 Update For Tablet Pc Applications Android smartphones are great devices for a myriad of different reasons. One of the things See this guide for details on connecting to a wireless network.

More information

CSS: Cascading Style Sheets

CSS: Cascading Style Sheets CSS: Cascading Style Sheets RESPONSIVE DESIGN Laura Farinetti - DAUIN Summary CSS media queries and responsive web design CSS responsive images CSS speech module Some more properties 20/03/2018 Cascading

More information

Mobile Web Appplications Development with HTML5

Mobile Web Appplications Development with HTML5 Mobile Web Appplications Development with HTML5 Lab 1: The Challenge Claudio Riva Aalto University - Fall 2012 1 / 36 THE CHALLENGE OVERVIEW OF THE ASSIGNMENT WAY OF WORKING TEAMS DEVEVELOPMENT ENVIRONMENT

More information

SAP Cloud Reference Systems. Scenario Outline. Product Definition

SAP Cloud Reference Systems. Scenario Outline. Product Definition SAP Cloud Reference Systems Scenario Outline Product Definition Content Scenario Overview Business Scenarios in a Reference System Introduction Process Illustration Usage Example: Product Definition 2012

More information

Table 1. Minimum Web Console Requirements. Browser Microsoftt Internet Explorer 9.0, 10.0, 11.0 (32 and 64 bit)

Table 1. Minimum Web Console Requirements. Browser Microsoftt Internet Explorer 9.0, 10.0, 11.0 (32 and 64 bit) System s Parent topic: Preparation Web Console Table 1. Minimum Web Console s Browser Microsoftt Internet Explorer 9.0, 10.0, 11.0 (32 and 64 bit) Mozilla Firefox 52.5.0 (ESR), 56.0.2, 57.0.1, 58.0 Google

More information

Viewports. Peter-Paul Koch CSS Day, 4 June 2014

Viewports. Peter-Paul Koch   CSS Day, 4 June 2014 Viewports Peter-Paul Koch http://quirksmode.org http://twitter.com/ppk CSS Day, 4 June 2014 or: Why responsive design works Peter-Paul Koch http://quirksmode.org http://twitter.com/ppk CSS Day, 4 June

More information

Introduc6on to Android / ios Apps Programming

Introduc6on to Android / ios Apps Programming 2013-10- 03 Tamkang University Social Media Apps Programming Introduc6on to Android / ios Apps Programming 1021SMAP02 TLMXM1A (8687) (M2143) (Fall 2013) (MIS MBA) (2 Credits, Elec9ve) [Full English Course]

More information

Responsive Design. Responsive design is it important? But typical is not enough. Some typical screen sizes

Responsive Design. Responsive design is it important? But typical is not enough. Some typical screen sizes Responsive Design Responsive design is it important? For many years, screen sizes were growing Eventually, settled on fixed-width (e.g. 960px) But now with smart phones, tablets, television and many new

More information

Here are some links to get you started in learning more about CSS3 media queries and responsive web design:

Here are some links to get you started in learning more about CSS3 media queries and responsive web design: of 8 The HTML5 CSS Starter Page Series - Part 13: CSS3 Media Queries and the Mobile Web By: Sheri German In the last installment of the HTML5 CSS Starter Page series, we completed the Stringendo Studios

More information

Designing Responsive Web Mobile Mapping Applications. Andy

Designing Responsive Web Mobile Mapping Applications. Andy Designing Responsive Web Mobile Mapping Applications Andy Gup, @agup Reponsive Libraries And User Interface Frameworks Web Mobile Design Key Considerations Mobile Devices Are different Physical device

More information

Mobile Internet Devices and the Cloud

Mobile Internet Devices and the Cloud Mobile Internet Devices and the Cloud What Is a Smartphone? Mobile Operating Systems for Smartphones 1. iphone 2. Google (Android) 3. Blackberry 4. Windows Mobile 5. Ubuntu Mobile Internet Device (MID)

More information

SAP Crystal Reports 2013 Product Availability Matrix (PAM)

SAP Crystal Reports 2013 Product Availability Matrix (PAM) SAP Crystal Reports 2013 Product Availability Matrix (PAM) May 10, 2012 Updated: May 31, 2013 Disclaimer: This document is subject to change and may be changed by SAP at any time without notice. The document

More information

1061SMAP12 TLMXM1A (8648) (M2143) (Fall 2017) (MIS MBA) (2 Credits, Elective) [Full English Course] Fri 8,9 (15:10-17:00) B206

1061SMAP12 TLMXM1A (8648) (M2143) (Fall 2017) (MIS MBA) (2 Credits, Elective) [Full English Course] Fri 8,9 (15:10-17:00) B206 Tamkang University Social Media Apps Programming Google Map API 1061SMAP12 TLMXM1A (8648) (M2143) (Fall 2017) (MIS MBA) (2 Credits, Elective) [Full English Course] Fri 8,9 (15:10-17:00) B206 Min-Yuh Day,

More information

CS260 Intro to Java & Android 04.Android Intro

CS260 Intro to Java & Android 04.Android Intro CS260 Intro to Java & Android 04.Android Intro Winter 2015 Winter 2015 CS260 - Intro to Java & Android 1 Android - Getting Started Android SDK contains: API Libraries Developer Tools Documentation Sample

More information

Wiki User Guide Pdf Ipad 2 Ios >>>CLICK HERE<<<

Wiki User Guide Pdf Ipad 2 Ios >>>CLICK HERE<<< Wiki User Guide Pdf Ipad 2 Ios 5.1.1 ipad. User Guide. For ios 4.3 Software 128 Printing or Emailing a PDF ipad 2 when you open the cover and lock ipad 2 when you close it. of the list, the search results

More information

Mobile Computing Meets Research Data

Mobile Computing Meets Research Data Mobile Computing Meets Research Data Engineer Bainomugisha Pilot Research Data Center Workshop Mombasa/Kenya Software Languages Lab. Department of Computer Science Vrije Universiteit Brussel, Belgium Department

More information

<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.3/css/materialize.min.css">

<link rel=stylesheet href=https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.3/css/materialize.min.css> About the Tutorial Materialize is a UI component library created with CSS, JavaScript, and HTML. Materialize UI components help in constructing attractive, consistent, and functional web pages and web

More information

PrintMe Mobile 3.0 User s Guide

PrintMe Mobile 3.0 User s Guide PrintMe Mobile 3.0 User s Guide Overview of contents About PrintMe Mobile System Requirements Printing Troubleshooting About PrintMe Mobile PrintMe Mobile is an enterprise solution that enables mobile

More information

SAP NetWeaver Identity Management Identity Center. Implementation guide. Version 7.2 Rev 4. - Optimizing dispatcher performance

SAP NetWeaver Identity Management Identity Center. Implementation guide. Version 7.2 Rev 4. - Optimizing dispatcher performance SAP NetWeaver Identity Management Identity Center Implementation guide - Optimizing dispatcher performance Version 7.2 Rev 4 2012 SAP AG. All rights reserved. No part of this publication may be reproduced

More information

Mobile Programming. Two Scenarios Web sites, like Tuubi where you read/write/download/ upload material

Mobile Programming. Two Scenarios Web sites, like Tuubi where you read/write/download/ upload material Mobile Programming 1 Two Scenarios Web sites, like Tuubi where you read/write/download/ upload material Web Services/Sites, like Foursquare where location, device camera, etc and local processing make

More information

Lab 1: Introducing HTML5 and CSS3

Lab 1: Introducing HTML5 and CSS3 CS220 Human- Computer Interaction Spring 2015 Lab 1: Introducing HTML5 and CSS3 In this lab we will cover some basic HTML5 and CSS, as well as ways to make your web app look and feel like a native app.

More information

IT Quick Reference Guides How to Find Your MAC Address

IT Quick Reference Guides How to Find Your MAC Address IT Quick Reference Guides How to Find Your MAC Address Various Systems / Network Guides From time to time, especially when trying to attach a network device to the network, you may be asked to provide

More information

Manual For Android Jelly Bean Features Vs Ice

Manual For Android Jelly Bean Features Vs Ice Manual For Android Jelly Bean Features Vs Ice Cream Sandwich Tablet Succeeded by, Android 4.1 "Jelly Bean" Android 4.0 "Ice Cream Sandwich" is a version of the Android mobile operating tablet-only release

More information

Designing with CSS3 Effectively & Efficiently. October 2010 Adobe MAX Zoe Mickley

Designing with CSS3 Effectively & Efficiently. October 2010 Adobe MAX Zoe Mickley Designing with CSS3 Effectively & Efficiently October 2010 Adobe MAX Zoe Mickley Gillenwater @zomigi 1 What I do out now out Dec 10 Books Web Flexible Web Design: Creating Liquid and Elastic Layouts with

More information

Best practices for mobile device encryption and security

Best practices for mobile device encryption and security Best practices for mobile device encryption and security Introduction College sensitive information stored on a mobile computing device is at risk for unauthorized access and disclosure if appropriate

More information

Access Point Connection in Departments and SSSH

Access Point Connection in Departments and SSSH Access Point Connection in Departments and SSSH 1. Access point names. i) veccse ii) vecit iii) vecece iv) vecmba v) SSSH1 2. Proxy Address for Access Point(Wi-Fi) i) For CSE(vec-cse) Proxy Address:172.16.1.2

More information

International Journal of Computer Sciences and Engineering. Research Paper Vol.-6, Issue-11, Nov 2018 E-ISSN: Mobile OS - High Level Glance

International Journal of Computer Sciences and Engineering. Research Paper Vol.-6, Issue-11, Nov 2018 E-ISSN: Mobile OS - High Level Glance International Journal of Computer Sciences and Engineering Open Access Research Paper Vol.-6, Issue-11, Nov 2018 E-ISSN: 2347-2693 Mobile OS - High Level Glance Shinto Kurian K 1*, K.Nirmala 2 1 [Reg.No:

More information

INTRODUCTION TO HTML5! CSS Styles!

INTRODUCTION TO HTML5! CSS Styles! INTRODUCTION TO HTML5! CSS Styles! Understanding Style Sheets HTML5 enables you to define many different types of content on a web page, including headings, paragraphs, lists, images, input fields, canvases,

More information

!!! ipad Support Training Student Workbook

!!! ipad Support Training Student Workbook ipad Support Training Student Workbook Rewind Technology LLC 2013 Rewind Technology LLC. All Rights Reserved. Rewind Technology 2100 W Littleton Blvd Suite 50 Littleton, CO 80120 (303) 835-1005 Rewind

More information

XFINITY On Campus: Campus Technical Support Guide

XFINITY On Campus: Campus Technical Support Guide XFINITY On Campus Campus Technical Support Guide 1 AGENDA XFINITY On Campus Overview Navigation Upgrades & Features Support and Escalation Troubleshooting Steps Support Portal https://support.xfinityoncampus.com

More information

A Comparative Study of Mobile Operating Systems

A Comparative Study of Mobile Operating Systems A Comparative Study of Mobile Operating Systems Ram Sundar G Assistant Professor, Department of Computer Science and Engineering, KPR Institute of Engineering and Technology Abstract--- Mobile operating

More information

IJRDTM Kailash ISBN No Vol.17 Issue

IJRDTM Kailash ISBN No Vol.17 Issue ABSTRACT ANDROID OPERATING SYSTEM : A CASE STUDY by Pankaj Research Associate, GGSIP University Android is a software stack for mobile devices that includes an operating system, middleware and key applications.

More information

BCA 6. Question Bank

BCA 6. Question Bank BCA 6 030010601 : Introduction to Mobile Application Development Question Bank Unit 1: Introduction to Android and Development tools Short questions 1. What kind of tool is used to simulate Android application?

More information

Wiki User Guide Pdf Ipad 2 Ios 5.0 Software >>>CLICK HERE<<<

Wiki User Guide Pdf Ipad 2 Ios 5.0 Software >>>CLICK HERE<<< Wiki User Guide Pdf Ipad 2 Ios 5.0 Software ipad. User Guide. For ios 6.1 Software 92 Printing or emailing a PDF 129 Onscreen keyboard doesn't appear. 129 Backing up ipad. Contents. 5 30-pin to USB Cable:

More information

Media Types & Media Features

Media Types & Media Features Media Types & Media Features Same HTML, Different CSS R. Scott Granneman r Jans Carton 1.6 2008 R. Scott Granneman Last updated 2018-08-21 You are free to use this work, with certain restrictions. For

More information

User s Guide. This User Guide contains information that can help you navigate through your professional development session.

User s Guide. This User Guide contains information that can help you navigate through your professional development session. This User Guide contains information that can help you navigate through your professional development session. The Table of Contents, found on the left of your screen, allows you to navigate to the major

More information

Write a Touch-friendly HTML5 App. Hongbo Min, Intel Junmin Zhu, Intel Yongsheng Zhu, Intel

Write a Touch-friendly HTML5 App. Hongbo Min, Intel Junmin Zhu, Intel Yongsheng Zhu, Intel Write a Touch-friendly HTML5 App Hongbo Min, Intel Junmin Zhu, Intel Yongsheng Zhu, Intel Agenda Background Touch vs. Mouse Part I: UI Layout Part II: Event Handling Touch in HTML5 Framework Q/A 2 Background

More information

A pixel is not a pixel. Peter-Paul Koch SF HTML5, 6 April 2012

A pixel is not a pixel. Peter-Paul Koch   SF HTML5, 6 April 2012 A pixel is not a pixel Peter-Paul Koch http://quirksmode.org http://twitter.com/ppk SF HTML5, 6 April 2012 Example site http://mobilism.nl/2012/ A proper responsive site that you can use on any device

More information

Introduction to Linux Spring 2014, Section 02, Lecture 3 Jason Tang

Introduction to Linux Spring 2014, Section 02, Lecture 3 Jason Tang Introduction to Linux Spring 2014, Section 02, Lecture 3 Jason Tang Topics What is an Operating System Overview of Linux Linux commands Shell Submit system What is an Operating System? Special type of

More information

Introduction. Do you have any difficulty in choosing an ideal mobile phone?

Introduction. Do you have any difficulty in choosing an ideal mobile phone? IT Prefects Team Newsletter Vol.1 Introduction Do you have any difficulty in choosing an ideal mobile phone? Nowadays, using Smartphones has become a new trend in our society. Smartphones are not only

More information

Ferenc Peták Department of Medical Physics and Informatics 2018

Ferenc Peták Department of Medical Physics and Informatics 2018 Ferenc Peták Department of Medical Physics and Informatics 2018 New bonus system Two bonus points (1%) can be awarded in each lecture if: 1. Providing a valid full name at the Mentimeter test 2. >3 correct

More information

CHAPTER 2 THEORITICAL FOUNDATION. Helping readers to understand what are the thesis discussed and what technologies

CHAPTER 2 THEORITICAL FOUNDATION. Helping readers to understand what are the thesis discussed and what technologies 5 CHAPTER 2 THEORITICAL FOUNDATION This chapter will describe all the theories and the principles related to this thesis. Helping readers to understand what are the thesis discussed and what technologies

More information

Insignia Flex Tablet (NS-14T004) FAQ. February 2014

Insignia Flex Tablet (NS-14T004) FAQ. February 2014 Insignia Flex Tablet (NS-14T004) FAQ February 2014 Setup... 2 Question 1: How do I set up my tablet for the first time?... 2 Android... 2 Question 2: What is Android Jelly Bean?... 2 Question 3: How are

More information

This installation guide applies to both Grok Free Edition and Grok Standard Edition products.

This installation guide applies to both Grok Free Edition and Grok Standard Edition products. Grok 1.3 Installation Guide This installation guide applies to both Grok Free Edition and Grok Standard Edition products. System Requirements Grok AMI is available in the AWS Marketplace and installation

More information

Junos Pulse Supported Mobile Platforms

Junos Pulse Supported Mobile Platforms Junos Pulse Supported Mobile Platforms Updated: Sept 21, 2012 VERSION: 12.09R21.01 Copyright 2010, Juniper Networks, Inc. Contents Introduction... 1 Definitions... 1 Qualified Platform... 1 Compatible

More information

WHAT IS WEBKIT? COPYRIGHTED MATERIAL SMASHING WEBKIT CHAPTER 1

WHAT IS WEBKIT? COPYRIGHTED MATERIAL SMASHING WEBKIT CHAPTER 1 1 WHAT IS WEBKIT? WEBKIT IS AN open-source rendering engine designed to display web pages. It powers Google Chrome and Safari as well as a variety of mobile devices such as iphone, ipad, and Android phones

More information

PresenterWare for TurningPoint Cloud and TurningPoint 5

PresenterWare for TurningPoint Cloud and TurningPoint 5 PresenterWare 1 About PresenterWare PresenterWare allows users to control Turning Technologies polling software through the use of an iphone, ipad, ipod Touch or Android device. The application allows

More information

A pixel is not a pixel. Peter-Paul Koch MoBeers, 10 April 2012

A pixel is not a pixel. Peter-Paul Koch   MoBeers, 10 April 2012 A pixel is not a pixel Peter-Paul Koch http://quirksmode.org http://twitter.com/ppk MoBeers, 10 April 2012 Example site http://mobilism.nl/2012/ A proper responsive site that you can use on any device

More information

Stamp Builder. Documentation. v1.0.0

Stamp  Builder. Documentation.   v1.0.0 Stamp Email Builder Documentation http://getemailbuilder.com v1.0.0 THANK YOU FOR PURCHASING OUR EMAIL EDITOR! This documentation covers all main features of the STAMP Self-hosted email editor. If you

More information

System Requirements and Technical Prerequisites for SAP SuccessFactors HCM Suite

System Requirements and Technical Prerequisites for SAP SuccessFactors HCM Suite System Requirements and Technical Prerequisites for SAP SuccessFactors HCM Suite SAP SuccessFactors HCM Suite is a fully web-based offering. You will need an Internet connection and a system that meets

More information

VISUAL SUMMARY SYSTEM SOFTWARE OPERATING SYSTEMS. System Software

VISUAL SUMMARY SYSTEM SOFTWARE OPERATING SYSTEMS. System Software Rev.Confirming Pages VISUAL SUMMARY System Software SYSTEM SOFTWARE System software works with end users, application programs, and computer hardware to handle many details relating to computer operations.

More information