2011년 12월 29일 목요일

온라인 html/css강의 요약(2011.12.30)

html4.01 transitional <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
html4.01 strict <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/strict.dtd">
xhtml1.0 transitional <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://wwww.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
                     <html xmlns="http://www.w3.org/1999/xhtml">
xhtml1.0 strict <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://wwww.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
                     <html xmlns="http://www.w3.org/1999/xhtml">


<html>
<head>

<style type ="text/css">

font-family
font-size
 table{border-collapse:collapse;}
 body{
   color:gray;
   font-family:"맑은고딕","hy견고딕","돋움체";
   font-size:9pt
   text-decoration:underline;or none
   text-indent:0.5em;
   text-align:center;
 }
 a{
 }
 a:hover{
 }
 h1{
   color:#0000ff;
   font-size:1.5em;
   background-color:yellow;
   padding:4px
   margin:10pc;
   }
 img{
   border-style:none;
   float:right;
 }
 .topmenu{ 동일문서내의 여러개 태그 적용가능
   border-width:1px;
 }
 #topmenu1{ 동일 문서내의 한번만 적용가능
     border-width:2px;
     border-style:dashed;
     border-color:green;
 }

 .sbox{
   border-style:none;
     }

</style>


<title>
우리 집으로 오세요.(타이틀바와, 즐겨찾기에 추가되는 내용
</title>
<p>문서와 관련된 정의를 하는 영역</p>
</head>
<body>
<div class="sbox"> : 태그 묶어 속성 적용하기
  <h1> 개인적인 관심사를 쓰는 곳</h1>
<p>
컴퓨터<br>
세상<br>
역사<br>
</p>
</div>
<hr>
<p class="topmenu">
ㅁ : ※<br>
ㄹ : ℃<br>
ㅇ : ⓐ<br>
ㅌ : ㆍ<br>

</p>
<p id="topmenu1">
&nbsp;&copy;&reg;&trade;&quot;&amp;&lt;&gt;
</p>
<hr>
<h2 id="down"> &lt;&nbsp;오늘의 명언&nbsp;&gt;</h2>
<p>

<em>사랑</em>은 <strong>홍역</strong>과 <q>같은</q> 것이다.
<blockquote>우리 집으로 오세요</blockquote>
</p>

<!--주석.... 포토스케이프 7문서가 iframe -->
<p> <img src="snow.jpg" width="150" height="103" border="0" alt="눈오는날의뭉경" target="name">아침에 일어나닌 어저구<br>
<a href="a.html" title="일기 문서" target="_blank" >tag</a> | <a href="#down">self</a>
</p>

<p>
유효성 검사 :validator.w3.org와 validator.kldp.org
</p>

<p>
<ol><li>a</li></ol>
<ul><li>a</li></ul>
</p>
<p>
<table>
 <tr><th><td>&nbsp;
 rowspan = "2"
 colspan = "3"
</table>
</p>

  <meta name="keywords" content="content "/>
  <meta http-equiv="Content-Type" content="text/html; charset="euc-kr" />
  meta.txt
  <meta name="author" content="jshwang">
  <meta name="description" content="jshwang ....">
  <meta name="keywords" content="snow, day">
  <meta name="copyright" content="c...product">
</body>
</html>

2011년 12월 6일 화요일

Tmap Open ApI 2011월 09월 29일 강의 요약(작업중)(2011.12.07)

vertical local map
nfc + lbs

인터넷에서 지도 이용함
Vector : map data를 로컬에 저장하여 단말에서 읽어서 이용함 : 관제나 업무용일시 네트워크 없어도 지도가 필요한 경우가 있을 수 있음
raster : 구글 , 지도가 이미지로 전송됨, 원도 데이터를 렌더링으로 나와 이미지를 이미지 서버에 저장하여 이용
자바스크립트, 실시간 성 느림, 반응속도 느림 : mission critical함, 고속 이동체 , realtime critical : 고속도로에서 사용 못함

다음, 네이버 : 위성지도
tmap : 지도 파일 다운 받아야 함
:08:33 다사 보기 : tmap openapi
restful poi api
 - geocoding api, reverse geocoding api
 - radius search api
 - poi(180만개) detail information api
 - local search api
명칭 검색에 자신이 있음 : 아파트 단지..네비에 이용하고 있음으로..,
음식점 같은 자주 바뀌는 poi는 조금 부족함

T map 인증형 연동 : t map link 기능, 연동된 business partner에게만 제공

TOPS 프로젝트 : T open : T api center 통한 LBS open api 제공
T map 교통정보 api
- 돌발 교통정보 제공
- simple map(맵 이미지 교통정보)
- simple route planning api

T map 길찾기 컴퍼넌트 : 통짜 제공 ==> 티바스

온라인 교육 / 좋은 읽을 거리들(2011.12.07)

온라인 교육 / 좋은 읽을 거리들
1. http://dev.paran.com/
2. http://h3.paran.com/
3. http://opentutorials.org/course/116/862
4. http://www.econovation.co.kr/
5. http://www.tacademy.co.kr/