Presentation is loading. Please wait.

Presentation is loading. Please wait.

(Web Programming & Practice)

Similar presentations


Presentation on theme: "(Web Programming & Practice)"— Presentation transcript:

1 (Web Programming & Practice)
웹 프로그래밍 및 실습 (Web Programming & Practice) 강의 개요 문양세 강원대학교 IT대학 컴퓨터과학전공

2 웹 프로그래밍 강의 개요 과목 개요 강의 내용 요약 우리 일상과 밀접한 관계를 맺고 있는 인터넷 및 WWW 이해
개발자로서의 웹 프로그래밍 이론과 관련 기술 습득 웹 프로그래밍 언어 이해와, 이를 바탕으로 HTML과 Javascript를 살펴보고, PHP 프로그래밍 기법 학습 MySQL 연동을 통해 웹 프로그래밍에서 데이터베이스를 이용하는 방법 습득 강의 내용 요약 인터넷과 WWW 이해 웹 문서(Web document) 및 웹 프로그래밍 언어(Javascript, CGI, ASP, JSP, PHP) PHP 프로그래밍 언어 이해(기초, 파일 처리, 배열, 연산, 함수 등) 웹과 데이터베이스 연동 (PHP + MySQL) 실습 (소규모 연습, 중규모 프로젝트) I’ll first introduce the topic of this talk. And, I’ll explain the problem definition and related works. Then, I’ll present a naïve approach and the proposed window-based approach. And, I’ll show the results of performance evaluation and conclude this talk.

3 소프트웨어 육성(?) [1/2] IT는 강국? 소프트웨어는 약국? 소프트웨어 산업/인재 육성은?
[디지털3.0] 낡은 제도 없애야 소프트웨어 강국 칼럼 | 국내 소프트웨어 산업에 대한 소고(小考) 한국 SW 시장, 중국보다도 못하다? 소프트웨어 산업/인재 육성은? [새정부에 바란다] SW 산업을 성장동력으로 만들자 2013년은 SW산업 전문화로 신뢰 회복하는 해 [디지털3.0] 절호의 기회 맞은 한국 소프트웨어 [소프트웨어가 국력] (19) 전문인력 양성 나선 NHN I’ll first introduce the topic of this talk. And, I’ll explain the problem definition and related works. Then, I’ll present a naïve approach and the proposed window-based approach. And, I’ll show the results of performance evaluation and conclude this talk.

4 소프트웨어 육성(?) [2/2] 소프트웨어…. 그거 성공한 사람들 있어요? 여러분에겐 어떤 기회가?
NHN(네이버)  국내 굴지의 소프트웨어/인터넷 기업 엔씨소프트, 네오위즈  세계적인 온라인 게임 기업 카카오톡  모바일 플랫폼의 선두주자 애니팡, 차차차, 드래곤플라이트  스마트폰 게임 히트 (하루 매출 : 애니팡 2억, 차차차 8억, 드래곤플라이트 10-20억) 개인, 중소기업의 저력: 여러분에겐 어떤 기회가? I’ll first introduce the topic of this talk. And, I’ll explain the problem definition and related works. Then, I’ll present a naïve approach and the proposed window-based approach. And, I’ll show the results of performance evaluation and conclude this talk.

5 강의 계획 (1/5) 선수 과목 (Prerequisites) 강의 시간 및 담당 교수
컴퓨터 개론 (혹은 웹과 인터넷 활용 및 실습) 기본 내용은 복습 예정이므로, 모든 학생이 수강 가능함 강의 시간 및 담당 교수 강의 시간: 화 1,2교시 (09:00~10:50) 실습 시간: 수 1,2교시 (09:00~10:50) ( 필요에 따라, 강의/실습 시간을 변경할 수 있음) 담당 교수: 문양세 (자대 5호관 215호, ) 담당 조교: 이상훈 (자대 5호관 214호, I’ll first introduce the topic of this talk. And, I’ll explain the problem definition and related works. Then, I’ll present a naïve approach and the proposed window-based approach. And, I’ll show the results of performance evaluation and conclude this talk.

6 강의 계획 (2/5) 관련 교재 APMSETUP 사이트: http://www.apmsetup.com
김진석, PHP 웹 프로그래밍, 생능출판사, 2002. 조명진, 뇌를 자극하는 PHP 프로그래밍, 한빛미디어, 2009. 필요한 것만 공부하는 PHP 프로그래밍, 이성욱, 장종준, 21세기사, 2012. 이재동 외 4인, 원리와 활용 중심의 인터넷 기술, ITC APMSETUP 사이트: I’ll first introduce the topic of this talk. And, I’ll explain the problem definition and related works. Then, I’ll present a naïve approach and the proposed window-based approach. And, I’ll show the results of performance evaluation and conclude this talk.

7 강의 계획 (3/5) 평가 기준 강의 계획 시험: 65% (중간 30%, 기말 35%) 과제: 25% 출석: 10% 1 2 3
Week 강의 내용 비고 1 강의 개요, 인터넷 개요 및 기반 기술 2 인터넷 응용 및 서비스 기술 3 미래의 인터넷, HTML 개요 4 HTML 개요, CGI 5 자바스크립트 6 PHP 개요 및 설치, 기초 프로그래밍 7 기초 프로그래밍, 프로그래밍 본격 시작 8 중간시험 I’ll first introduce the topic of this talk. And, I’ll explain the problem definition and related works. Then, I’ll present a naïve approach and the proposed window-based approach. And, I’ll show the results of performance evaluation and conclude this talk.

8 강의 계획 (4/5) 강의 계획 (계속) 9 10 11 12 13 14 15 Week 강의 내용 비고 프로그래밍 본격 시작
유용한 PHP 함수 11 웹 연동 기술, 세션 12 데이터베이스 연동 13 데이터베이스 연동, 네트워크 프로그래밍 14 네트워크 프로그래밍 15 기말시험 I’ll first introduce the topic of this talk. And, I’ll explain the problem definition and related works. Then, I’ll present a naïve approach and the proposed window-based approach. And, I’ll show the results of performance evaluation and conclude this talk.

9 강의 계획 (5/5) 기타 사항 강의 사이트: (강의 노트는 강의 전까지 Upload 예정임) 숙제 제출 관련: 제출 기한 이후 1주 delay이면 20% 감점, 1주 이후는 받지 않음 모든 과제는 프린트하여 결과물을 제출할 것 I’ll first introduce the topic of this talk. And, I’ll explain the problem definition and related works. Then, I’ll present a naïve approach and the proposed window-based approach. And, I’ll show the results of performance evaluation and conclude this talk.


Download ppt "(Web Programming & Practice)"

Similar presentations


Ads by Google