DO BEST
-
craft cms 튜토리얼노쉬발 킵고잉/Craft cms 2022. 6. 15. 15:41
https://craftquest.io/courses/craft-cms-3-tutorials Up and Running with Craft CMS 3 This course covers the basics you need to know when getting started with Craft CMS 3. Learn how to install Craft, how to configure a site in the Control Panel, best practices for templates, the basics of using Twig, and how to use special fields like Matri craftquest.io craft cms setup 구글에 검색하면 더 자세한 설치방법 나옴
-
Carft cms 설치하기노쉬발 킵고잉/Craft cms 2022. 6. 15. 15:39
https://www.youtube.com/watch?v=iC9DN0c8NQc&list=PLCy7dPypkr2rOlj9Ps5HbzYeJecL48yg-&index=8&ab_channel=CraftQuest 영상보고 정리한거임 훗날의 나를 위해.. https://getcomposer.org/ Composer A Dependency Manager for PHP Latest: 2.3.7 (changelog) Getting Started Download Documentation Browse Packages Issues GitHub getcomposer.org 1.다운로드클릭 php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');" php ..
-
점검노쉬발 킵고잉 2022. 6. 10. 22:32
현재수준 HTML - html다룰 수 있지만 박스는 여전히 조금? 헷갈리는거같다. - 태그를 작성할때 가끔 헷갈리는 부분이있다. span으로 해야하나 p로 해야하나? - 재사용가능한 코드를 만들때 이름짓기가 너무 어렵기도하고 헷갈린다 이름이 너무 길어지거나, 중간에 추가할때 곤란해진다 개선하기위한 노력 1. 주기적으로 적당한 태그 사용법에 대해 찾아본다. 2. 이름 규칙에 대해 찾아보고 정확하게 이해, 적용해본다. CSS - 아직도 인풋박스, 셀렉트는 어렵게 느껴진다. 실제로 구현은 해봤지만 폼작성후 어디로 연결하는지 이런건 잘 모른다. - Position 반응형때면 매순간 위치값을 줄 수 없다는걸,,, 포지션 잠깐 쓰다보면 많이 써버린다는 점 - flex를 정복한줄 알았는데 쓰다보면 엥? 이렇게도 된다..