구름IDE란?
무엇이 다르죠?
지원하는 프로그래밍 언어
'프로그래밍 > Architect' 카테고리의 다른 글
| 개발 명장이 되는 길 (0) | 2014.10.10 |
|---|---|
| TOP5 오픈 소스 프로젝트 관리 도구 (0) | 2014.09.03 |
| 조직의 승패 결정하는 '6가지 리더십 유형' (0) | 2014.05.09 |
| 프로그래머에게 필요한 5가지 덕목 (0) | 2014.05.08 |
| 글쓰기 훈련 (0) | 2014.04.28 |
| 개발 명장이 되는 길 (0) | 2014.10.10 |
|---|---|
| TOP5 오픈 소스 프로젝트 관리 도구 (0) | 2014.09.03 |
| 조직의 승패 결정하는 '6가지 리더십 유형' (0) | 2014.05.09 |
| 프로그래머에게 필요한 5가지 덕목 (0) | 2014.05.08 |
| 글쓰기 훈련 (0) | 2014.04.28 |
In-browser multithreading made easy.
Run any business logic you like without interrupting the user experience.
Multithread is a simple wrapper that eliminates the hassle of dealing with Web Workers and transferrable objects.
Run any code you'd like asynchronously, in its own thread, without interrupting the user experience.
| Agile CSS3 Engine: Generate pure CSS3 with JavaScript (0) | 2014.07.07 |
|---|---|
| [Charts] Epoch: A real-time charting library (0) | 2014.07.04 |
| [javascript] mobile dev - Framer.js: A prototyping toolkit (0) | 2014.05.21 |
| [javascript] Apy: A library for rest API ajax calls (0) | 2014.05.21 |
| [javascript] 메세지 없이 브라우저를 닫고 싶을때. self.close() 외 2 방법 (0) | 2014.05.19 |
Kickoff is a lightweight front-end framework for building scalable, responsive websites. It’s built with Sass and Grunt, and released under the MIT License.
| OuiBounce: A small modal library - Modal (0) | 2014.07.07 |
|---|---|
| Card: Friendlier credit card forms for your users (0) | 2014.07.07 |
| [Responsive] Responsive Tables: A great solution for responsive tables (0) | 2014.04.29 |
| [IE11] IE11의 호환성 변경 (0) | 2014.04.18 |
| [HTML5] Quintus: An HTML5 game engine (0) | 2014.04.15 |
Framer.js is a toolkit for turning static mockups into interactive and animated prototypes. You can generate assets out of Photoshop, animate layers in 3D space, and more.
.
| [Charts] Epoch: A real-time charting library (0) | 2014.07.04 |
|---|---|
| [JAVASCRIPT] Multithread.js: Easy in-browser multithreading (0) | 2014.06.26 |
| [javascript] Apy: A library for rest API ajax calls (0) | 2014.05.21 |
| [javascript] 메세지 없이 브라우저를 닫고 싶을때. self.close() 외 2 방법 (0) | 2014.05.19 |
| Home » Tips » JavaScript » Simple floating div using jQuery (0) | 2014.05.09 |
Apy is a client-side library for making rest API ajax calls. It’s simple, well-documented, and easy to get started with.
| [JAVASCRIPT] Multithread.js: Easy in-browser multithreading (0) | 2014.06.26 |
|---|---|
| [javascript] mobile dev - Framer.js: A prototyping toolkit (0) | 2014.05.21 |
| [javascript] 메세지 없이 브라우저를 닫고 싶을때. self.close() 외 2 방법 (0) | 2014.05.19 |
| Home » Tips » JavaScript » Simple floating div using jQuery (0) | 2014.05.09 |
| 최근 인기를 얻고 있는 JavaScript 라이브러리 정리 (0) | 2014.05.08 |
메세지 없이 브라우저를 닫고 싶을때. self.close() 외 2 방법
self.close()를 하면 지금 창을 닫을 것인지 물어보는 메세지가 나오는데.
메세지 없이 창을 닫고 싶으면 아래와 같이 하는 꼼수도 있다.
임의이 창을 열어서 해당 창을 호출한 opener를 닫는다든지.
자기자신을 닫을 때는
window.open("about:blank","_self").close();
자기 자신에 윈도우를 하나열어서 자기 자식윈도우로 만든다음에 바로 닫아버린다.
팝업이나 Open된 창에서 부모창을 닫을 때
opener.open('about:blank','_self').close();
.
| [javascript] mobile dev - Framer.js: A prototyping toolkit (0) | 2014.05.21 |
|---|---|
| [javascript] Apy: A library for rest API ajax calls (0) | 2014.05.21 |
| Home » Tips » JavaScript » Simple floating div using jQuery (0) | 2014.05.09 |
| 최근 인기를 얻고 있는 JavaScript 라이브러리 정리 (0) | 2014.05.08 |
| [javascript] PourOver: Fast filtering and sorting of large collections (0) | 2014.04.29 |