반응형
반응형

Building a “Coming Soon” Page With HTML and LESS

Building a “Coming Soon” Page With HTML and LESS

HTML Markup

We’ll begin by firing up Espresso (though you can obviously use whichever code editor you prefer) and setting out some markup.

Alternatively, Download the video, or subscribe to Webdesigntuts+ screencasts via iTunes or YouTube!


LESS Styling

Now let’s see about slicing up our PSD and styling the markup we’ve laid out. As already mentioned, we’ll speed up the whole process by using LESS with LiveReload.

Alternatively, Download the video, or subscribe to Webdesigntuts+ screencasts via iTunes or YouTube!


반응형
반응형

Web Worker는 현재 페이지에 영향을 주지 않고, 백그라운드로 자바스크립트를 실행한다.

http://www.w3schools.com/html5/html5_webworkers.asp


HTML - Living Standard  : Run JavaScript in the background, in parallel with the main window
http://www.whatwg.org/specs/web-apps/current-work/multipage/workers.html




반응형
반응형

텍스트 입력창에서 자동고침/자동완성/자동대문자 기능 OFF

Turn off autocorrect, autocomplete, and autocapitalize

 
  1. <input autocorrect="off" autocomplete="off" autocapitalize="off"> 


참고 : http://davidbcalhoun.com/2010/using-mobile-specific-html-css-javascript

반응형

'프로그래밍 > Web' 카테고리의 다른 글

HTML5 offilne cache  (0) 2012.04.27
Ajax 에서 Cache가 나를 괴롭힐때~  (0) 2012.04.18
브라우저의 User-Agent를 바로 확인하고 싶다면~  (0) 2012.03.26
자바스크립트 차트  (0) 2012.03.05
Comet 이란  (0) 2012.03.02

+ Recent posts