일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
- Command
- Disk Partition
- FTP
- H/W
- Programming
- javascript
- program
- Update
- MS Windows PE
- Backup(Restore)
- OS(operating system)
- script
- LiveCD(USB)
- calculator
- webhard
- UNIX
- Windows 10
- web
- Network Info(Tool)
- game
- apm
- explorer
- SSH
- MS windows
- portable
- network
- PC
- 대항해시대
- Linux
- Crack(Serial Key)
- Today
- Total
목록web (51)
<In Story>
http://portableapps.com/apps/internet/opera_portable 순수 설치 파일 오라인 설치 파일 오프라인 설치 파일
http://portableapps.com/apps/internet/firefox_portable 온라인 설치 파일 오프라인 설치 파일
http://portableapps.com/apps
http://portableapps.com/apps/internet/google_chrome_portablehttp://sourceforge.net/projects/portableapps/files/Google%20Chrome%20Portable/ 온라인 설치 파일 오프라인 설치 파일
http://www.altools.co.kr/Download/ALToolbar.aspx
http://hansune.com/apps/CalResolutions/ http://fiddle.jshell.net/jwrmm6pL/
data:text/html, 메모장 바로열기 data:text/html, changeEdit Temporary Memo(if close tab, it will be erased.) 메모장 바로열기(수정) 크롬만 작동 확인함
http://blog.bluekyu.me/2012/03/blog-post.html 서버가 접속이 가능하면 On을 표시해주고, 접속이 불가능하면 Off를 표시하도록 하는 기능이다. 서버 작동: Off 먼저, 위 코드는 서버 작동 문구를 표시할 곳에 추가해주면 된다. 서버_작동_확인_스크립트.js 는 서버 쪽에 추가할 스크립트로, 스크립트를 불러오는 정확한 url을 써주면 된다.그리고 서버 쪽에는 아래 자바 스크립트 파일을 추가해주면 된다. document.getElementById("check_server").innerHTML = "On"; 원리는 간단하다. b 태그에 유일한 id를 지정해주고, 서버에 접속하여 자바스크립트를 가져온다. 이때, 가져온 스크립트가 id를 검색해서 앞에서 지정한 id를 갖는 태..