Tip/Javascript23 [크롬] Scripts may close only the windows that were opened by it 크롬에서 위와 같은 증상을 만났을 경우 임시 해결책이다. http://stackoverflow.com/questions/19761241/window-close-and-self-close-do-not-close-the-window-in-chrome 2016. 1. 20. [책 추천] 자바스크립트 코딩 기법과 핵심 패턴 보호되어 있는 글 입니다. 2014. 9. 22. [책추천] 인사이드 자바스크립트 보호되어 있는 글 입니다. 2014. 9. 22. jQuery 를 이용한 json 검색 2014. 3. 24. hash animation 보호되어 있는 글 입니다. 2013. 12. 17. [PhantomJS] SSL handshake failed PhantomJS 를 이용하여 화면을 캡쳐하는 도중 유독 tumblr.com 만 SSL handshake failed 라는 에러메세지를 출력하는 것이다. 아래의 코드는 tumblr.com 에 대한 에러를 체크하기 위해 하단의 사이트에서 가져온 phantomjs 코드이다. var page = require('webpage').create(); page.onResourceError = function(resourceError) { page.reason = resourceError.errorString; page.reason_url = resourceError.url;}; page.open( "http://tumblr.com/", function (status) { if ( status !== 'success.. 2013. 12. 4. 이전 1 2 3 4 다음