1. Sencha Touch 환경설정

1) Sencha Touch Framework Down : http://www.sencha.com/products/touch/download

2) Theme 설정 : 메뉴 > window > preferences > Aptana Studio > Themes > Aptana Studio 2.x

3) 프로젝트 생성 : 메뉴 > File > New > Project > Web Project > “sencha0403-01”

4) 좌측 상당 탭에서 Project Explorer 탭선택, 생성된 프로젝트 하위로 미리 받아놓은

  “sencha-touch-2.0.0-gpl”을 끌어다 놓음.

5) “sencha-touch-2.0.0-gpl” 선택 : 메뉴 > File > New > Folder > “workspace” 선택

 

 

 

2. HTML 실습

1) workspace 폴더 : 메뉴 > File > new > file -> “index.html”

2) 아래 내용 입력

 <!DOCTYPE html>

<html>

    <head>

        <title>Hello World</title>

    </head>

    <body>

        Hello World!!

    </body>

</html>

3) Run 실행 : Safari에서 확인

 

3. JavaScript 실습

  1) Run 브라우저 선택 : 툴바 > Run Configurations > Web Browser > Browser executable : 설정

 

 

Word파일 다운받기 :  모바일 웹앱 전문 개발자 과정_0403.docx

 

 

Posted by 꿈을펼쳐라
,