반응형
반응형

오전 8시 용산발 ITX-청춘 열차를 타고 남춘천으로 출발. 



9시 20분 정도에 도착하여 11번 버스를 타고 소양댐 정상으로 이동. 


소양댐선착장에서 청평사 왕복 배편을 구매하여 청평사로 이동.

청평사 올라가는 길의 찻집에서 차 한잔.

여유롭다.

바람에 흩날리는 노란색 낙엽.

찻집안에서 바라보는 바깥 풍경이 이제 가을이라는 것을 말하고 있구나.



청평사를 둘러보고 12시 30분 배를 타고 나오기 위해 청평사 선착장으로 엄청 뛰었다.

무사히 배를 타고 소양댐선착장으로 이동.

11번 버스를 다시 타고(12번 버스도 있다.) 춘천 시내로 이동.

춘천 닭갈비골목에서 참숯냄새를 맡은 나는 숯불구이 집으로 직행.

"대청봉"숯불닭갈비 집에서 닭갈비 2인분과 막국수를 시켰다.

연휴 시작날이라 서울로 올라가는 기차는 텅텅비었다.

용산역 도착 4시 30분.




반응형
반응형

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. 시사점



반응형
반응형

2012년 추석 영화 지상파




반응형
반응형

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


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


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



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


반응형
반응형

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


반응형

+ Recent posts