/ Contents Review Ajax jQuery Ajax jQuery Mobile Hybrid App 2 / 67.

Slides:



Advertisements
Similar presentations
Mobile App 구축사례 2012 년 3 월 21 일 발표자 위성식 팀장 - 목 차 – Ⅰ. 회 사 소 개 Ⅱ. 구 축 사 례 Ⅲ. 향 후 과 제.
Advertisements

Term Project Hints Topics Keep-alive CGI Multi-thread Multi-process Event-based.
최현섭, 김기손, 김보라, 염호남 지도교수 : 김일민 교수. 1. 무엇을 만들었습니까 ? 후배선배 동문 기반의 취업 정보 교류 플랫폼.
인하대 정석학술정보관 스마트폰서비스 학술정보시스템팀 홍미란 개관 7 주년 워크샵.
ChartSNS Final BlackHole 한규학 이경찬 최규연 김보경 전승현. 왜이런 거죠 ? 리비아 사 태로 차질 이 생겼어 요. 그러므로 이러한 압축 된 차트를 가지고 토론 을 하기 위 해선 / 명확한 의견 을 표현하는 것이 필요합 니다. 그러므로 이러한 압축.
프로젝트 제안서 날씨대로 기분대로 팀원 박효민 신준범 정민섭 안성원
W2E(Where To Eat) - interim announcement - Team: 2&1 (Two and One) SEP527 Mobile Software Development Spring Professor : Chul Chung Software Expert.
Web 2.0.
- SW_Desing Study Group -
Domain Name System.
Introduction to Django
2011년 봄학기 정보컴퓨터공학부 컴퓨터 소프트웨어 설계 및 실험
APPEON SOLUTION INTRODUCTION.
Chapter14 위치 정보 & 모바일 HTML5 Programming.
웹 2.0 및 Ajax 개요.
10장 동적 HTML (Dynamic HTML)
HTML과 CGI 프로그래밍 PHP 웹 프로그래밍 (PHP Web Programming) 문양세
JSON(JavaScript Object Notation)
AJAX 기본중의 기본 xmlhttprequest
통합단말 UI Framework 컨설팅 - 디자인 시안 설명회
개발자에게 SharePoint Services 란 무엇인가?
Python Bottle Web Framework
채팅 서버 만들기 10장 Do it! Node.js 프로그래밍 이지스퍼블리싱 제공 강의 교안 2017/03
SQL*Plus - Oracle ISQL -
2018..
Electronic Teaching Tools
Overview : XML과 Database
Introduction to Web Service Computing
Chapter 04. 웹 보안 : 웹, 그 무한한 가능성과 함께 성장한 해킹
1장. JSP 및 Servlet을 활용한 동적 웹 프로그래밍 소개 제1장.
안드로이드 기반에서 MapServer를 이용한 지도 서비스
이 름: 정홍도 (과장) 팀 명: 개발사업팀 일 자:
1강 01장. 웹과 자바.
HTML5 입문 인공지능 연구실.
9장 자바스크립트.
AJAX 커머스아이 박준열.
HTML5를 이용한 모바일 웹 앱 학과:컴퓨터 시뮬레이션 학과 학번: / 이름:이성진 / 정지영.
인터넷 보안 정보 보안 개론 5장.
Embeded 기초 다지기 2015년 10월 26일 intern Sally
SEO 마케팅 서비스 제안서.
jQuery Chapter 12 이 서식 파일은 그룹 환경에서 교육 자료를 프레젠테이션할 때 시작 파일로 사용할 수 있습니다.
ASP.NET Mobile Controls
MEAN Stack Front to Back (MEANAuthApp)
개인화 솔루션 소개.
Html(front end) & jsp(back end)
Open Class Lesson- L2B3 Greeting (5’ 00”) Word Like Daddy, Like Mommy
조동사 must can will would may should.
제5장 조동사 must can will would may should.
진상현 노현철 박주호 김민구 이보라 박종빈 Ajax.
Open API - Naver (Application Programming Interface )
Endless Creation - 안 승례 -
CGI (Common Gateway Interface)
Jquery Mobile 2장 애플리케이션 구조와 내비게이션
인터넷응용프로그래밍 JavaScript(array).
CGI (Common Gateway Interface)
Cyber Shopping Mall 구축 - CD New - 안소연,박지윤,박종봉,정영은.
Method, Event, Layout API
XML-II (eXtensible Markup Language) DTD/DOM
Operating System Multiple Access Chatting Program using Multithread
Internet Computing KUT Youn-Hee Han
성공적인 웹사이트 구축 (2) 변화 발전하는 Site의 미래를 예측 반영해야 함.
『중소•벤처기업의 인적자원관리』 이 규 환 서울특별시 강남구 삼성동 현대빌딩 506호 전화 : (02) , Fax : (02)
4 웹 페이지 레이아웃.
9. Do You Have a Scientific Mind?
CHAPTER 6 도전! 트위터 웹 앱 개발 Jquery Mobile 5/28/2019.
컴퓨터 소프트웨어 설계 및 실험 2016년 1학기 실험계획.
SQL Server Reporting Services Feature
Web & Internet [10] 입문 – input 태그
AJAX Technology for Web2.0
MEAN Stack Front to Back (MEANAuthApp)
Presentation transcript:

/

Contents Review Ajax jQuery Ajax jQuery Mobile Hybrid App 2 / 67

$() 팩터리 함수 3 Tag Name –$(‘p’) : Document 내의 모든 HTML 단락요소 (p) ID –$(‘#some-id’) : Document 내의 some-id 의 ID 를 가지는 단일 요소 Class –$(‘.some-class’) : Document 내의 some-class 의 클래스 이름을 가진 모든 요소 / 67

4 $('td:contains("Henry")').parent().find('td:eq(1)').addClass('highlight').end().find('td:eq(2)').addClass('highlight') Chain Henry V 비극 : / 67

5

synchronous avaScript ml 6 / 67 nd

Keepalive Http 1.0 Http / 67

Ajax 표현 정보를 위한 HTML 과 CSS DOM(Document Object Model) 을 이용한 동적인 Display and Interconnection Web Server 와 Asynchorous 데이터 교환 및 조작 XML 을 이용한 데이터 교환와 조작 XMLHttpRequest 를 이용한 비동기식 데이터 검색 8 / 67

Origin Web Page 9 Web Server Receive request Handle request Create HTML / 67

웹 앱 모델과 Ajax 모델 비교 10 / 67

웹 앱 모델과 Ajax 모델 비교 time client server User activity Data transmission System processing Classic web application model(synchronous) 11 / 67

Ajax Web Page 12 Web Server Receive request Handle request Create XML, TEXT.. Ajax Engine (XHR) / 67

13 웹 앱 모델과 Ajax 모델 비교 / 67

time client server Ajax web application model(asynchronous) input display input display input display input display Data transmission browser UI Ajax engine User activity Client-side processing 14 웹 앱 모델과 Ajax 모델 비교 / 67

15 / 67

var xhr; if(window.ActiveXObject) xhr = new ActiveXObject("Msxml2.XMLHTTP"); else if(window.XMLHttpRequest) xhr = new XMLHttpRequest(); else throw new Error(“Ajax 를 지원하지 않습니다.”); xhr. onreadystatechange = function(){ if(xhr.readyState == 4){ if(xhr.status >= 200 && xhr.status < 300) document.getElementById(‘txtHint ').innerHTML = xhr.responseText; } xmlhttp.open("GET", "php_ajax.php?q="+$str, true); xhr.send(''); 16 XMLHttpRequest 인스턴스 / 67

XMLHttpRequest 인스턴스 var xhr; if(window.ActiveXObject) xhr = new ActiveXObject("Msxml2.XMLHTTP"); else if(window.XMLHttpRequest) xhr = new XMLHttpRequest(); else throw new Error(“Ajax 를 지원하지 않습니다.”); xhr. onreadystatechange = function(){ if(xhr.readyState == 4){ if(xhr.status >= 200 && xhr.status < 300) document.getElementById(‘txtHint ').innerHTML = xhr.responseText; } xmlhttp.open("GET", "php_ajax.php?q="+$str, true); xhr.send(''); 17 / 67

XMLHttpRequest 인스턴스 var xhr; if(window.ActiveXObject) xhr = new ActiveXObject("Msxml2.XMLHTTP"); else if(window.XMLHttpRequest) xhr = new XMLHttpRequest(); else throw new Error(“Ajax 를 지원하지 않습니다.”); xhr. onreadystatechange = function(){ if(xhr.readyState == 4){ if(xhr.status >= 200 && xhr.status < 300) document.getElementById(txtHint').innerHTML = xhr.responseText; } } xmlhttp.open("GET", "php_ajax.php?q="+$str, true); xhr.send(''); $('#txtHint').load('php_ajax.php?q='+$str); 18 / 67

load Function $.load (url [, data] [, fn]) – url : (String) server URL – data : definition - post Method not - get Method – fn : (Function) requested Callback after load 19 / 67

get, post Function 20 $.get, $.post (url [, data] [, fn]) – url : (String)server URL – data : (Map) name / value – fn : (Function) requested Callback after load / 67

Ajax Function 21 $.ajax (options) –return : XHR Instance –options : 이름타입설명 urlString 요청 url typeStringPOST, GET dataObjectName/Value asyncBoolean 동기화 successFunction 응답 성공시 호출 / 67

요청 데이터 처리 (Server) <?php $q=$_GET["q"]; $sql="SELECT * FROM client_infor WHERE userid='".$q."'"; echo " Userid Password Name Birthdate Nickname "; 22 while($row = mysql_fetch_array($result)) { echo " "; echo " ". $row['userid']. " "; echo " ". $row['password']. " "; echo " ". $row['name']. " "; echo " ". $row['birthdate']. " "; echo " ". $row['nickname']. " "; echo " ". $row[' ']. " "; echo " "; } echo " "; mysql_close($con); ?> / 67

23 데이터 (DB) / 67

24 / 67

25 PROS CONS / 67

Ajax pros 26 –Translation screen without moving page –Asynchronous Request –Dispersion possibility –Reduce data / 67

Ajax cons 27 –Cross Browser –Browser which can’t use Ajax –Trouble diiferentiation –Security / 67

28 / 67

Intro jQuery Mobile : : Touch-Optimized WEB FRAMEWORK for Smartphones & Tablets 29 / 67

Intro JQUERY PROJECTTHE JQUERY PROJECT IS PROUD TO ANNOUNCE THE JQUERY MOBILE PROJEC T August 13th, / 67

Goals and Strategy CROSS-PLATFORM & CROSS-DEVICECROSS-PLATFORM & CROSS-DEVICE Instead of writing unique apps for each mobile device or OS, the jQuery mobile framework support for all major mobile platforms and devices that understand HTML 31 / 67

Goals and Strategy TOUCH-OPTIMIZED LAYOUTS & UI WIDGETSTOUCH-OPTIMIZED LAYOUTS & UI WIDGETS to provide tools to build dynamic touch interfaces LAYOUTS LAYOUTS (lists, detail panes, overlays) FORM CONTROLS a rich set of FORM CONTROLS UI WIDGETS UI WIDGETS (toggles, sliders, tabs). 32 / 67

Feature AUTOMATIC INITIALIZATION AUTOMATIC INITIALIZATION HTML Tag 의 Attribute 정의만으로 jQuery Mobile 의 Component 를 초기화 Example:: <a href="#SecondPage" data-role="button" data-transition ="pop"> 33 / 67

Feature HTML5 MARKUP-DRIVEN CONFIGURATION HTML Tag 의 Attribute 정의를 통해 jQuery Mobile 의 Component 를 설정 Example:: Two 34 / 67

Feature POWERFUL THEMING FRAMEWORK jQuery Mobile 의 Component 마다 Themes & swatches 적용 가능 Example:: <a href=“#" data-role="button" data-theme=“b">Button 35 / 67

Feature Example:: 36 :: jquery.mobile-1.0a4.1.css ….ui-bar-a { css property }.ui-body-a { css property }.ui-btn-hover-a { css property }.ui-btn-down-a { css property } ….ui-bar- 사용자정의테마 { css property } 자신 정의한 테마로 확장 / 67

Setting jQuery Mobile 설정 jQuery 설정 CSS 설정 <link rel="stylesheet" href="jquery.mobile-1.0a4.1.min.css" /> 37 / 67

P ag e ‘ 38 / 67

Hello Untoc! Untoc Jquery Mobile Hello Untoc!! <div data-role="footer" data-position="fixed"> footer Page Structure 39 Page Container Header Content Footer / 67

Hello Untoc! Untoc Jquery Mobile Hello Untoc!! <div data-role="footer" data-position="fixed"> footer Page Structure 40 / 67

Change Page MultiPage 구성, #1 click :: bar 라는 id 를 가진 Page 로 이동 41 Page 1 Page 2 Page 3 / 67

Change Page #2 changePage( Page ( jQuery Object or URL ), Transition ( “pop”, “slide”, “none ”) ); Example:: $.mobile.changePage("#bar", "pop"); 42 / 67

Page Theme :: data-theme { a=default, b, c, d, e } 43 / 67

Page Transition <a href="#bar“ data-transition =“fade" >click :: data-transition { pop=default, slide, slideup, slidedown, pop, fade, flip } DEMO 44 / 67

C om p o n e n t 45 / 67

Button #1 <a href="#ID“ data-role="button" data-transition =“fade">Move #2 Button 46 / 67

Navbars / 67

Form Elements Text or Password inputs Slider <input type="range“ value="0" min="0" max="100" /> 48 / 67

Form Elements Radio buttons <input type="radio" id="radio-choice-1" value="choice-1" /> Checkboxes <input type="checkbox“ id="checkbox”/> 49 / 67

List views <ul data-role="listview“ data-inset="false" data-theme="a“ data-dividertheme="b"> Title item … 50 / 67

H y br i d A p p ` 51 / 67

Chrome Web Store 52 / 67

HTML5 53 / 67

HTML5 스마트폰의 확산 모바일 페이지가 필요 54 / 67

Javascript FRAMEWORK FOR CROSS PLATFORM 55 / 67

56 웹 APP 웹 으로 APP 을 만들면, 플랫폼 지원 문제 를 해결 할 수 있지 않을까요 ? 웹 APP 웹 으로 APP 을 만들면, 플랫폼 지원 문제 를 해결 할 수 있지 않을까요 ? 자바, Objective-C 모르는데 웹 APP 웹 으로 APP 을 구현 할 수 없을까 ? 자바, Objective-C 모르는데 웹 APP 웹 으로 APP 을 구현 할 수 없을까 ? / 67

Web App WEB APP 웹 기술을 이용하여 만들어진 어플리케이션 57 Listen, To the song here in my heart A melody I've start But can't complete Listen, to the sound from deep within It's only beginning To find release Oh, the time has come for my dreams to be heard They will not be pushed aside and turned Into your own all cause you won't Listen.... [Chorus] Listen, I am alone at a crossroads I'm not at home, in my own home And I tried and tried To say whats on my mind You should have known Oh, Now I'm done believin you You don't know what I'm feelin I'm more than what, you made of me Reading Interaction with Audio/Video/Animation / 67

App WEB APP 모바일장치에 최적화된 웹사이트 NATIVE APP 모바일장치 전용 앱 58 / 67

App 59 / 67

Hybrid App Native App :: 외형 + Web App :: 내용 60 Device OS Native App / HYBRID FRAMEWORK Native App / HYBRID FRAMEWORK Web Browser Web Application HTML/JS/CSS ( HTML/JS/CSS ) Web Application HTML/JS/CSS ( HTML/JS/CSS ) Web Server Web Application Device 기능 활용 / 67

Hybrid App 61 / 67

Hybrid App 62 NATIVE WEB HYBRID HYBRID FRAMEWORK NATIVE+WEBVIEW 서버 접속 웹 앱 실행 / 67

Appspresso WRITE ONCE, SELL ANYWHEREWRITE ONCE, SELL ANYWHERE 63 / 67

PhoneGap WRITE ONCE, RUN ANYWHEREWRITE ONCE, RUN ANYWHERE 64 / 67

W3C Device API 65 / 67 Javascript 이용, 달력, 주소록, 카메라 등의 디바이스에 접 근할 수 있는 웹기반 API 를 제공하는 것이 목표

“ 앱스토어는 하향세로 접어들 것, 이제는 웹을 준비해야 ” - MCKINSEY - MCKINSEY “ 모바일 웹 앱의 시대가 오고 있다 !” - KDF / 67

Q & A ‘ 67 / 67