반응형
반응형

이클립스 세로 편집 단축키 


Alt + Shift + A


에디트플러스 세로 편집 단축키


Alt + C

반응형
반응형

URI는 그것이 텍스트의 한 페이지나, 비디오 또는 사운드 클립이든, 정지 화상이든 동영상이든, 또는 프로그램이든 상관없이, 이러한 콘텐츠 들 중 어느 하나를 인식하기 위한 수단이다. 가장 보편적인 형태의 URI가 바로, 웹페이지 주소 즉, URL인데, 이는 URI의 특별한 형태이자 부분집합이라 할 수 있다. URI는 대체로 다음과 같이 설명할 수 있다.

    자원에 접근하기 위해 사용되는 절차
    어떤 자원을 가지고 있는 특정한 컴퓨터
    컴퓨터 상의 특정 자원의 이름 (파일 이름)

예를 들어 아래의 URI는 웹프로토콜 애플리케이션인 HTTP를 사용하여 액세스될 수 있는 파일을 인식하며, 그 파일은 유일한 인터넷 주소로 사상될 수 있는 www.w3.org라는 이름을 가진 컴퓨터에 존재한다.

    http://www.w3.org/Icons/WWW/w3c_main.gif

컴퓨터의 디렉토리 구조에서, 그 파일은 "/Icons/WWW/w3c_main.gif"에 위치해 있다. FTP 주소와 전자우편 주소들을 인식하는 문자열들도 역시 URI이다 (그리고 HTTP 주소처럼, 이것들도 URL이라고 불리는 URI의 부분집합이다). URI의 또다른 종류 중 하나는 URN이다. URN은 "제도적인 영속성"을 갖는 URI의 한 형태로서, 그것의 정확한 위치는 때로 변할 수 있지만, 일부 에이전시가 그것을 찾을 수 있다는 것을 의미한다. 


The What, Why and How of Data URIs in Web Design

http://webdesign.tutsplus.com/tutorials/htmlcss-tutorials/the-what-why-and-how-of-data-uris-in-web-design/





반응형
반응형

http://www.mobilexweb.com/

iPhone 5 and iOS 6 for HTML5 developers, a big step forward: web inspector, new APIs and more

The new main version of the Apple’s iOS is with us, along with the new iPhone 5 and the iPod Touch fifth generation. As every big change, lot of new stuff is available for HTML5 developers and -as always- no much official information is available.

Quick review


I’m going to divide this post in two parts: iPhone 5 and iOS 6 new stuff.

On iPhone 5:

  • New screen size
  • New simulator
  • What you need to do
  • Problems

New features on iOS 6:

  • File uploads and camera access with Media Capture and File API
  • Web Audio API
  • Smart App Banners for native app integration
  • CSS 3 Filters
  • CSS 3 Cross Fade
  • CSS Partial Image support
  • Full screen support
  • Animation Timing API
  • Multi-resolution image support
  • Passbook coupons and passes delivery
  • Storage APIs and web app changes
  • Web View changes for native web apps
  • Debugging with Remote Web Inspector
  • Faster JavaScript engine and other news

Device detection

At the time of this writing there are no iPhone 5 on the street yet. However, as far as every test I could check, there is no way to detect iPhone 5 server-side. The user agent only specifies an iPhone with iOS 6, and the same exact user agent is being used for iPhone 4S with iOS 6 and iPhone 5.

Mozilla/5.0 (iPhone; CPU iPhone OS 6_0 like Mac OS X) AppleWebKit/536.26 (KHTML, like Gecko) Version/6.0 Mobile/10A403 Safari/8536.25

Therefore, the only way to detect the presence of a 4″ iPhone device is to use JavaScript and/or media queries, client-side. If you need to know server-side, you can plant a cookie from client-side for next load. Remember that these devices have 1136 pixels height, but in terms of CSS pixels (independent resolution pixels) we are talking about 568 pixels-heightas these devices have a pixel ratio of 2.

isPhone4inches = (window.screen.height==568);

Using CSS Media Queries and Responsive Web Design techniques,we can detect the iPhone 5 using:


@media (device-height: 568px) and (-webkit-min-device-pixel-ratio: 2) {
/* iPhone 5 or iPod Touch 5th generation */
}




반응형
반응형

http://www.seri.org/db/dbReptV.html?menu=db12&pubkey=db20120927002


전 세계적으로 모바일 서비스를 이용하는 사람은 60억 명에 달하며, 그중 79%가 개도국에 살고 있다. 이처럼 급격히 확산되고 있는 모바일 서비스가 개도국 저소득층(BOP)의 생활수준 향상에 기여하고 있는 것으로 나타나 주목을 끌고 있다. 이에 따라 본 보고서에서는 글로벌 사회의 핵심 이슈로 부각되고 있는 건강, 교육, 소득 격차 해소를 위한 모바일 기술의 역할과 관련된 사례 분석을 통해 전략적 시사점을 도출하였다. 


목차

1. 모바일 서비스, 개도국에서 급격히 확산
2. 모바일과 사회 변화: 사례 분석
   ① 건강격차 해소
   ② 교육격차 해소
   ③ 소득격차 해소
3. 시사점



반응형
반응형

모바일서울 - 서울의 4대문 안 길 이야기


http://m.seoul.go.kr/mw/culture/History.do


서울 4대문 안 길에 담겨져 있는 서울의 문화와 역사 이야기!!!



서울 4대문 안 길에 담겨져 있는 서울의 문화와 역사 이야기!!!
경교장길
경희궁길
광통교 청계천길
김상옥길
남대문시장길
다동길
대명거리
명동길과 진고개
명례방길
무계정사길
부암동길과 부침바위
소공로
수진궁길
승인동길
자수궁길
전농얄개길
창의문길
청진동길
피마길
홍제천길


반응형
반응형

디지털 교과서란? http://dtbook.edunet.net/renew/sub/dt_about.jsp


반응형

+ Recent posts