Phot_o_matic Programming

고정 헤더 영역

글 제목

메뉴 레이어

Phot_o_matic Programming

메뉴 리스트

  • 홈
  • 태그
  • 방명록
  • 분류 전체보기
    • Programming
      • TIL
      • Concept
      • Algorithm
      • Hello, stranger
      • Mindchain
      • Python
      • Vue
      • React
      • Git
      • GraphQL
      • Database
      • Twittler
      • Typescript
    • Photography
      • Olympus
      • Canon
    • IT
    • Daily
      • Yummy

검색 레이어

Phot_o_matic Programming

검색 영역

컨텐츠 검색

Programming/TIL

  • Form / Form controls 활용하기

    2022.10.26 by 쌩우

  • [반응형 디자인 / 개발] Forms

    2022.06.14 by 쌩우

  • [반응형 디자인 / 개발] Pointer / Hover / Virtual Keyboards / Autocomplete / User Interfaces

    2022.06.13 by 쌩우

  • [반응형 디자인 / 개발] 타이포그래피 Typography

    2022.06.03 by 쌩우

  • [반응형 디자인 / 개발] 레이아웃 Layout

    2022.06.03 by 쌩우

Form / Form controls 활용하기

Form attributes in depth Ensure users enter data 가상 키보드와 관련된 고려사항 포함 inputmode 속성은 안드로이드와 iOS에서 지원된다. type 속성과 대비되는 점은, inputmode 속성은 가상키보드만 변경시키고 요소 그 자체의 행동은 변화시키지 않는다는 것이다. input의 기본 사용자 인터페이스와 유효성 검사 규칙을 유지하면서 가상키보드를 최적화하고 싶다면 inputmode가 좋은 선택지가 될 수 있다. type="number"는 제품의 수량과 같은 증분 필드에만 사용하는 것이 좋다. 브라우저에서 type="number"에 대한 위쪽/아래쪽 화살표를 표시하며, 이는 전화번호, 지불 카드 또는 계좌 번호에 대해 의미가 없기 때문이다. 전화번호는 type..

Programming/TIL 2022. 10. 26. 18:01

[반응형 디자인 / 개발] Forms

Selectors Learn Forms Capturing user input What is your favorite color id 속성은 을 과 연결지어준다. 그럼 name이나 type 속성은 무슨 역할을 하는가? The name attribute 사용자가 컨트롤로 입력하는 데이터를 식별하려면 name 속성을 사용한다. form을 제출할 때, 이 name이 요청에 포함된다. 예를 들어, fruit라는 이름의 input에 사용자가 strawberry라고 입력을 한 경우라면 요청에 이 정보가 fruit=strawberry로 포함될 것이다. Input types fieldset Choose your favorite monster Kraken Sasquatch Mothman autofill Address li..

Programming/TIL 2022. 6. 14. 17:07

[반응형 디자인 / 개발] Pointer / Hover / Virtual Keyboards / Autocomplete / User Interfaces

Pointer three possible values with the pointer none keyboard coarse touch screen fine mouse or stylus Do button { padding: 0.5em 1em; } @media (pointer: coarse) { button { padding: 1em 2em; } } Don't @media (pointer: fine) { button { padding: 0.25em 0.5em; } } 아무리 마우스나 스타일러스를 사용한다 하더라도, 무작정 크기를 줄이는 것은 좋지 않다. Fitts's law에 따르면 그렇다고 한다. Any pointer 여러 pointer를 지니는 기기가 얼마든지 존재할 수 있다. ex) 트랙패드와 터치스크린..

Programming/TIL 2022. 6. 13. 17:03

[반응형 디자인 / 개발] 타이포그래피 Typography

Typography Scaling text Don't html { font-size: 2.5vw /*the user won't be able to resize the text. */ } Do html { font-size: calc(0.75rem + 1.5vw); /*the text will be resizable if you mix in a relative unit like em, rem, or ch. */ } But, there's a possibility that the text will get too small on narrow screens and too big on wide screens. Clamping text The clamp() function is like the..

Programming/TIL 2022. 6. 3. 12:21

[반응형 디자인 / 개발] 레이아웃 Layout

Layouts for Responsive Design macro with grid or flex properties usually means page layout micro with grid, flex (or container queries) properties usually means contents in container (component) layout container queries will allow contents to be notified of parent's, same as container, current size. container queries main, aside { container-type: inline-size; } .media-illustration { max-widt..

Programming/TIL 2022. 6. 3. 12:20

추가 정보

인기글

최신글

페이징

이전
1
다음
Phot_o_matic Programming © phot_o_matic
페이스북 트위터 인스타그램 유투브 메일

티스토리툴바