본문 바로가기

IT30

■ 부트스트랩(bootstrap) - UI FRAMEWORK ※ 참고 http://helloworld.naver.com/helloworld/67876 http://mobicon.tistory.com/353 ■ 부트스트랩(bootstrap) ( http://twitter.github.com/bootstrap/ ) 1. 사전적의미 부트스트랩 프로그램(bootstrap program)은 전원을 켜거나 재부팅을 할 때 적재되는 프로그램이다. 일반적으로 펌웨어라고 알려진 ROM 또는 EEPROM에 저장되어 있다. 이 프로그램은 시스템을 모든 측면에서 초기화하며, 운영 체제 커널을 적재하고 실행시킨다. 2. 실제의미 - 크로스 브라우징을 지원해 손쉽게 UI구조를 만들 수 있는 UI Framework이다. - Twiter의 Front End Toolkit - Twiter의 U.. 2014. 5. 7.
코드품질개발도구 (Code Coverage Tool) 코드커버리지 : http://www.slideshare.net/kenu/eclipse-code-quality ■ 코드 품질 개발 도구 ■ Emma • eclipse plugin ::> http://update.eclemma.org ■ PMD ( http://pmd.sourceforge.net ) • eclipse plugin ::> http://pmd.sf.net/eclipse • 프로그램 약점 발견 • 미사용 변수 • 비어있는 캐치 블록 • 불필요한 객체 생성 등 ■ FindBugs ( http://findbugs.sourceforge.net ) • eclipse plugin ::> http://findbugs.cs.umd.edu/eclipse 2014. 5. 7.
Using "history api" in HTML5 ※ 참고 http://naver.yojm.net/150146744487 # 히스토리 처리 개념. 페이지의 이동이 있을경우 history가 쌓이게되고. 앞으로 뒤로가기 기능을 통해 history페이지에 접근이 가능하다. - history 앞 뒤로 이동할경우, onload 이벤트가 발생한다. :> 이것을 이용하여 history 앞뒤로의 처리가 가능하다. ※ http://html5.clearboth.org/history.html window.history.length : 병합 세션 히스토리의 항목들의 숫자를 반환합니다. window.history.go( [ delta ] ) : 병합 세션 히스토리에서 주어진 숫자만큼의 단계를 앞으로 가거나 뒤로 갑니다. 0을 넘기면 현재 페이지를 리로드합니다. 범위를 넘어가는.. 2014. 5. 7.
Html 표준 : disabled - CSS | MDN https://developer.mozilla.org/en-US/docs/Web/CSS/:disabled 2014. 4. 26.
Mobile Web Test Tool - 모바일 웹 테스트 도구. 참고 : http://newstars.tistory.com/232 1. 크롬 확장 도구 Chrome UA Spoofer : User-Agent 를 속이는 플러그인입니다. 자세한 메커니즘이나 완벽하게 동작하는지는 잘 모르겠지만 모바일 브라우저인 체 할 수 있습니다. Resolution Test : 브라우저의 크기를 사전에 정의한 크기로 바꿔줍니다. 2. 다음 - Troy http://troy.labs.daum.net/ 3. 모바일 테스트 도구 모음 http://www.mobilexweb.com/emulators 4. 크롬 도구 ( softm : 2014-03-11 ) 1. 개발자도구 : Ctrl+ Shift + I OR 스크립트도구 : Ctrl+ Shift + J 2. 오른쪽 아이콘 Show Console.. 2014. 4. 26.
Eclipse - FTP, syncing your local code with the live website (File Transfer Protocol) 2014. 4. 26.