맨위로
믹시

웹개발관련 팁,소스등을 모아놓은곳입니다.로그인이 필요합니다.

List of Articles
번호 제목 글쓴이 날짜 조회 수 최근 수정일
공지 웹개발관련 팁,소스등을 모아놓은곳입니다.로그인이 필요합니다. id: 김기현 2006-03-09 35940 2008-04-15 16:24

loading 액션 로딩 file   Actionscript

onClipEvent(enterFrame) { var now = _root.getBytesLoaded(); var total = _root.getBytesTotal(); if(now != total){ this.bar._xscale = (now/total)*100; this.display = Math.round(now/1000)+"KB/ " + Math.round(total...

  • id: 김기현
  • 2009-09-03
  • 조회 수 1443
  • 2009-09-18 22:30

레이어공지창 한번만 띄우기 imagefile   Javascript

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="t...

  • id: 김기현
  • 2009-08-26
  • 조회 수 1380
  • 2009-09-25 17:43

무비클립 속성 여러개 적용하기 image   Actionscript

with (mc1) { _x = 0; _y = 200; _width = 240; }

  • id: 김기현
  • 2009-08-25
  • 조회 수 1237
  • 2009-09-25 17:34

플래쉬 롤링배너 xml연동소스 imagefile   Actionscript

최고10개 까지 활용 가능한 플래쉬 소스입니다. 출처 http://www.imgwizard.com [이미지위자드] <?xml version="1.0" encoding="euc-kr" ?> <xml> <banner img="img/event01.jpg" link="aaa.php" target="_blank" /> <banner img="img/even...

  • id: 김기현
  • 2009-08-24
  • 조회 수 2896
  • 2009-11-26 17:34

톰켓 6.0 ROOT 변경하기 file   Javascript

음... 일단 두 가지의 방법이 있습니다. 하나는 기존의 루트를 수정하지 않고 다른 가상디렉토리를 만드는 방법입니다. 다른 하나는 질문하신것과 같은 루트자체를 수정하는 방법입니다. 위 두가지 방식 모두 톰캣설치디렉토리 하위...

  • id: 김기현
  • 2009-07-30
  • 조회 수 2690
  • 2009-07-30 11:38

즐겨찾기 아이콘 fav.ico 파일 넣기 file   HTML/CSS

<link rel="icon" href="/favicon.ico" type="image/x-icon" /> <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" /> <link rel="icon" href="/animated_favicon.gif" type="image/gif" />

  • id: 김기현
  • 2009-07-29
  • 조회 수 1469
  • 2009-09-23 14:45

풀다운 서브메뉴 롤오버,클릭 file   Javascript

rollOverSub.zip 웹표준,ie5.7.8 사파리

  • id: 김기현
  • 2009-07-21
  • 조회 수 2033
  • 2009-07-21 10:43

윈도우2003에 알약설치하기 imagefile   Windows

알약설치파일에 우클릭해서 등록정보를 보면 ... 윈도우 2003에서 설치가되네요. ^^; 네이버 PC그린이나 V3라이트도 설치된다고 하네요.

  • id: 김기현
  • 2009-07-05
  • 조회 수 2505
  • 2009-07-05 20:11

.htaccess 파일수정으로 도메인통일 시키기   Javascript

<IfModule mod_rewrite.c> RewriteEngine On RewriteCond %{HTTP_HOST} !^www\.imgwizard\.com$ [NC] RewriteCond %{HTTP_HOST} !^$ RewriteRule ^(.*)$ http://www\.imgwizard\.com/$1 [L,R] </IfModule>

  • id: 김기현
  • 2009-07-04
  • 조회 수 1698
  • 2009-07-04 11:38

HTML Validator imagefile   HTML/CSS

html_validator-0.8.5.8-fx+mz+sm-win.xpi http://html.nhndesign.com/html_validation_guideline HTML Validator

  • id: 김기현
  • 2009-06-20
  • 조회 수 2042
  • 2009-12-25 13:19