본문 바로가기

webdesign

SSL certificate : Redirect https://www.freecodecamp.org/news/how-to-redirect-http-to-https-using-htaccess/ How to redirect HTTP to HTTPS Using .htaccess Chrome and Firefox have started showing insecure warnings on sites without SSL certificates. Without SSL, your website will show insecure to the visitors. Therefore, using an SSL-encrypted connection for safety, accessibility or PCI compliance reasons is n www.freecodecam.. 2021. 11. 13. 04:04 더보기
Mobile : Implement Javascript conditionally Term : TAB vs. CLICK https://uiux.blog/stop-using-the-term-click-in-a-mobile-experience-479b8ed4f567 Stop using the term “Click” in a Mobile Experience As I am sitting in a call for a native iPad application project, my Design Manager (Courtney Brillhart) and I find ourselves educating our… uiux.blog “Taps” are used for applications/websites on a mobile device. Having a mobile device in your han.. 2021. 11. 10. 22:18 더보기
greensock - scrollmagic https://greensock.com/scrollmagic/ 2021. 11. 4. 04:44 더보기
the Apple SD Gothic font - Sandoll Communications Inc. Is the Apple SD Gothic font free to use on the web? The bad news seems to be: probably not. If you treat one of the OTF fonts in the Apple SD Gothic family as plain text and try to open it in a text reader such as TextEdit, inside the code of the font itself one may read this informative text: “Copyright © 2011 Sandoll Communications Inc. All rights reserved. Apple SD Gothic Neo is a registered .. 2021. 11. 3. 22:36 더보기
the comprehensive 8pt grid https://medium.com/swlh/the-comprehensive-8pt-grid-guide-aa16ff402179 The comprehensive 8pt Grid Guide Start your UI project right with this extended framework for the 8pt grid: Typography, Icons and Layout. medium.com Left Nav Bar UI Design: Setting Up Your Grid Layout in Figma https://help.figma.com/hc/en-us/articles/360040450513-Create-layout-grids-with-grids-columns-and-rows https://help.fig.. 2021. 10. 3. 22:31 더보기
node.js / npm basics install node.js install node.js how to make sure /usr/local/bin is in my $PATH. on mac ? open terminal and type the command below echo $PATH You should see something like this /usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin the presence of /usr/local/bin in the output means you are good to go npm 기초 가이드 ★★ An Absolute Beginner's Guide to Using npm package.json a project's dependencies in a package... 2021. 9. 9. 04:22 더보기
transpiled javascript in html - 2 : 정리중 babel로 트랜스파일한 js파일 html에서 렌더링할때 생기는 에러 문제 : 브라우저/클라이언트 단 - Client on Node.js: Uncaught ReferenceError: require is not defined CommonJS client side-implementations include (most of them require a build step before you deploy): Now you're going to have to make some choices about your client-side JavaScript script management. Browserify - You can use most Node.js modules in the browser. This is my .. 2021. 9. 9. 02:07 더보기
VS setting / extension 관련글 : Extensions-in-Visual-Studio-Code-prettier https://code.visualstudio.com/docs/getstarted/settings Visual Studio Code User and Workspace Settings How to modify Visual Studio Code User and Workspace Settings. code.visualstudio.com VS Code provides two different scopes for settings: User Settings - Settings that apply globally to any instance of VS Code you open. Workspace Settings - Settings .. 2021. 9. 5. 06:32 더보기