본문 바로가기

Topic by Topic4

font-awesome 최신 사이트에서 개인 script(개인 kit) 발행해서 삽입해도 잘 안되는 경우가 많이 있는데 https://fontawesome.com/v4/icons/ Font Awesome Icons Get 1535 icons right now with FA Free, plus another 7020 icons with Pro, which also gets you another 53 icon category packs as we finish them! Our all-new SVG with JavaScript gives you all the power of SVG without the usual hassle. Ligatures for easier des fontawesome.com 이 페이지에서 검색해서 넣으면 그.. 2022. 5. 2.
py-script : Run Python in Your HTML 이 스크립트를 추가하고, html에서 (클라이언트 사이드) 파이썬을 돌릴 수 있다고 함 | ...| print('Now you can!') | | | for more information : https://pyscript.net/ Pyscript.net Run Python code in your HTML. pyscript.net https://github.com/pyscript/pyscript/blob/main/GETTING-STARTED.md 2022. 5. 2.
동적웹페이지와 정적웹페이지 정적 웹페이지(static web page)는 서버에 저장되어있는 HTML+CSS 파일 그대로 보여주는 것! => Cloudfront나 netlify로 배포 가능 반면 동적 웹페이지(dynamic web page)는 상황에 따라 서버에 저장되어있는 HTML에 데이터 추가/가공을 해서 보여주는 방법입니다 🙂 => 서버와의 interaction 포함 정적 웹페이지는 추가적인 통신&계산이 필요 없기 때문에 속도가 빠르고 서버에 부담이 적은 반면, 추가/수정/삭제 등 내용 변경이 필요할 때 HTML 자체를 수정해야 하기 때문에 번거롭다는 단점이 있습니다. 동적 웹페이지는 한 페이지에서 상황/시간/사용자요청에 따라 다른 모습을 보여줄 수 있다는 장점이 있지만 상대적으로 보안에 취약하고 모습이 계속 변하기 때문에 .. 2022. 4. 29.
코드 예쁜 이미지로 출력해주는 사이트 1. https://ray.so/ 좀 더 트렌디하게 꾸밀 수 있음 Ray.so - Create beautiful images of your code Turn your code into beautiful images. Choose from a range of syntax colors, hide or show the background, and toggle between a dark and light window. ray.so 2. https://carbon.now.sh/ 베이직 Carbon | Create and share beautiful images of your source code carbon.now.sh 2022. 4. 29.