위와 같이 Element를 이용하여 DOM 을 조작할 수도 있고, innerHTML을 이용하여 DOM을 조작할 수 있다. innerHTML을 이용하여 DOM을 조작하면, 상황에 따라 안에 텍스트만 변경될때마다 전체적인 html을 계속해서 업데이트하면서 layout print과정이 일어나기...
Continue reading...11월 2020
(Chrome dev tool) performance
구글 크롬 이용 퍼포먼스 체크 방법 사용자가 조금 더 원활하고 부드럽고 완만한 경험을 하기위해서는, 1초당 60개의 프레임이 계속해서 보여져야 한다. 그렇게 하려면 한 프레임이 보여질때 16.67ms 동안 이뤄져야한다. 화면이 업데이트 되는게...
Continue reading...[jQuery] countdown function (promotion)
Here is the sample code for countdown function. HTML Countdown.js
Continue reading...[Python][bs4] Web Crawler
Here are the required steps before you used python crawler python 3+ beautiful soup module pip install beautifulsoup4 sudo apt-get install python-bs4 // for linux Selenium web driverpip install -U selenium Chrome driver – https://sites.google.com/a/chromium.org/chromedriver/downloads
Continue reading...