<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:thr="http://purl.org/syndication/thread/1.0">
  <title type="html">L U K A V E G A</title>
  <id>http://lukavega.untoc.com/tc/</id>
  <link rel="alternate" type="text/html" hreflang="ko" href="http://lukavega.untoc.com/tc/" />
  <subtitle type="html">구름위를 둥둥</subtitle>
  <updated>2011-04-05T04:47:19+09:00</updated>
  <generator>Textcube 1.7.7 : Con moto</generator>
  <entry>
    <title type="html">Internet Explorer CSS Bug</title>
    <link rel="alternate" type="text/html" href="http://lukavega.untoc.com/tc/entry/Internet-Explorer-CSS-Bug" />
    <link rel="replies" type="application/atom+xml" href="http://lukavega.untoc.com/tc/atom/response/38" thr:count="1"/>
    <category term="전체" />
    <author>
      <name>(Lukavega)</name>
    </author>
    <id>http://lukavega.untoc.com/tc/entry/Internet-Explorer-CSS-Bug</id>
    <updated>2011-04-04T11:42:24+09:00</updated>
    <published>2011-04-04T11:42:24+09:00</published>
    <summary type="html">&lt;div style=&quot;padding-bottom: 0px; font-family: Dotum, Verdana, AppleGothic, sans-serif; line-height: 1.4em; background-color: rgb(255, 255, 255); &quot;&gt;&lt;div&gt;&lt;h3&gt;&lt;div style=&quot;padding-bottom: 0px; font-family: Dotum, Verdana, AppleGothic, sans-serif; line-height: 1.4em; background-color: rgb(255, 255, 255); &quot;&gt;&lt;div&gt;&lt;div&gt;&lt;h3 style=&quot;font-weight: normal; &quot;&gt;&lt;font class=&quot;Apple-style-span&quot; size=&quot;3&quot;&gt;1. IE6 유령 text 버그&lt;/font&gt;&lt;/h3&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: normal; font-size: 12px; &quot;&gt;예기치 않게 DIV에서 글자가 더 보이는 경우가 있다.&lt;/span&gt;&lt;br&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: normal; font-size: 12px; &quot;&gt;이 경우 대부분 주석의 문제이므로 주석을 없애면 유령 글자도 사라질 것이다.&lt;/span&gt;&lt;br&gt;&lt;br&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: normal; font-size: 12px; &quot;&gt;또는&amp;nbsp; display:inline 적용으로 해결&lt;/span&gt;&lt;br&gt;&lt;br&gt;&lt;h3 style=&quot;font-weight: normal; &quot;&gt;&lt;font class=&quot;Apple-style-span&quot; size=&quot;3&quot;&gt;2. DIV내 DIV height 가 적용되지 않을 때&lt;/font&gt;&lt;/h3&gt;&lt;br&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: normal; font-size: 12px; &quot;&gt;내부 DIV에 position:relative 적용&lt;/span&gt;&lt;br&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: normal; font-size: 12px; &quot;&gt;ex) &lt;/span&gt;&lt;a href=&quot;http://snook.ca/archives/html_and_css/position_relative_overflow_ie/&quot; style=&quot;font-weight: normal; font-size: 12px; &quot;&gt;http://snook.ca/archives/html_and_css/position_relative_overflow_ie/&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;h3 style=&quot;font-weight: normal; &quot;&gt;&lt;font class=&quot;Apple-style-span&quot; size=&quot;3&quot;&gt;3. min-height 버그&lt;/font&gt;&lt;/h3&gt;&lt;br&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: normal; font-size: 12px; &quot;&gt;왜 ie만 최소 height값이 안먹힐까....내부에서 구현을 안했나보지..하지만 방법은 있다!&lt;/span&gt;&lt;br&gt;&lt;pre class=&quot;ss&quot; style=&quot;font-weight: normal; font-size: 12px; &quot;&gt;&lt;br&gt;01.selector {   &lt;br&gt;02.  min-height:500px;   &lt;br&gt;03.  height:auto !important;   &lt;br&gt;04.  height:500px;   &lt;br&gt;05.}  &lt;br&gt;&lt;/pre&gt;&lt;p style=&quot;font-weight: normal; font-size: 12px; &quot;&gt;&lt;br&gt;&lt;br&gt;&lt;/p&gt;&lt;h3 style=&quot;font-weight: normal; &quot;&gt;&lt;font class=&quot;Apple-style-span&quot; size=&quot;3&quot;&gt;4. 이미지 앤티앨리어싱&lt;/font&gt;&lt;/h3&gt;&lt;div style=&quot;text-align: center; font-weight: normal; font-size: 12px; &quot;&gt;&lt;img class=&quot;image_mid&quot; border=&quot;0&quot; alt=&quot;&quot; src=&quot;http://pds19.egloos.com/pds/201008/03/03/b0003203_4c5783df92d16.gif&quot; width=&quot;450&quot; height=&quot;200&quot; style=&quot;cursor: pointer; &quot;&gt;&lt;/div&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: normal; font-size: 12px; &quot;&gt;이미지 변환시 안티앨리어싱좀 해주지 저게 모니~&lt;/span&gt;&lt;br&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: normal; font-size: 12px; &quot;&gt;하지만 방법은 있다.!&lt;/span&gt;&lt;br&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: normal; font-size: 12px; &quot;&gt;img { -ms-interpolation-mode: bicubic; }&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: 12px; font-weight: normal;&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;br&gt;&lt;h3 style=&quot;font-weight: normal; &quot;&gt;&lt;font class=&quot;Apple-style-span&quot; size=&quot;3&quot;&gt;5. PNG 알파레이어 보이게&lt;/font&gt;&lt;/h3&gt;&lt;br&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: normal; font-size: 12px; &quot;&gt;IE6는 PNG알파레이어를 인식못해 투명한 곳은 뿌옇게 나온다.&lt;/span&gt;&lt;br&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: normal; font-size: 12px; &quot;&gt;하지만 &lt;/span&gt;&lt;br&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: normal; font-size: 12px; &quot;&gt;img {&lt;/span&gt;&lt;br&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: normal; font-size: 12px; &quot;&gt;&amp;nbsp;filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(...);&lt;/span&gt;&lt;br&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: normal; font-size: 12px; &quot;&gt;}&lt;/span&gt;&lt;br&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: normal; font-size: 12px; &quot;&gt;필터로 투명값 표시가능&lt;/span&gt;&lt;br&gt;&lt;br&gt;&lt;h3 style=&quot;font-weight: normal; &quot;&gt;&lt;font class=&quot;Apple-style-span&quot; size=&quot;3&quot;&gt;6. IFrame 투명 백그라운드&lt;/font&gt;&lt;/h3&gt;&lt;br&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: normal; font-size: 12px; &quot;&gt;IFrame에 넣을 HTML에거 추가해주자&lt;/span&gt;&lt;br&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: normal; font-size: 12px; &quot;&gt;/* in the iframe element */&lt;/span&gt;&lt;br&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: normal; font-size: 12px; &quot;&gt;&amp;lt;iframe src=&quot;content.html&quot; allowTransparency=&quot;true&quot;&amp;gt;&lt;/span&gt;&lt;br&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: normal; font-size: 12px; &quot;&gt;&amp;lt;/iframe&amp;gt;&lt;/span&gt;&lt;p style=&quot;font-weight: normal; font-size: 12px; &quot;&gt;&lt;br&gt;/* in the iframe docuement, in this case content.html */&lt;br&gt;body {&lt;br&gt;&amp;nbsp;background-color:transparent; &lt;br&gt;}&lt;br&gt;&lt;br&gt;&lt;/p&gt;&lt;h3 style=&quot;font-weight: normal; &quot;&gt;&lt;font class=&quot;Apple-style-span&quot; size=&quot;3&quot;&gt;7. IE 세로 스크롤바 없애기&lt;/font&gt;&lt;/h3&gt;&lt;br&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: normal; font-size: 12px; &quot;&gt;기본설정으로 IE는 세로 스크롤바가 나와서 디자인에 옥의 티를 남긴다.&lt;/span&gt;&lt;br&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: normal; font-size: 12px; &quot;&gt;이렇게수정&lt;/span&gt;&lt;br&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: normal; font-size: 12px; &quot;&gt;html {&lt;/span&gt;&lt;br&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: normal; font-size: 12px; &quot;&gt;&amp;nbsp;overflow: auto;&lt;/span&gt;&lt;br&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: normal; font-size: 12px; &quot;&gt;}&lt;/span&gt;&lt;br&gt;&lt;br&gt;&lt;h3 style=&quot;font-weight: normal; &quot;&gt;&lt;font class=&quot;Apple-style-span&quot; size=&quot;3&quot;&gt;8. :hover class지원&lt;/font&gt;&lt;/h3&gt;&lt;br&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: normal; font-size: 12px; &quot;&gt;Jquery를 이용하다 다른 element에서도 :hover를 사용해보자!&lt;/span&gt;&lt;br&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: normal; font-size: 12px; &quot;&gt;ex)&lt;/span&gt;&lt;br&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: normal; font-size: 12px; &quot;&gt;/* jQuery Script */&lt;/span&gt;&lt;br&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: normal; font-size: 12px; &quot;&gt;$(&#039;#list li&#039;).hover(&lt;/span&gt;&lt;p style=&quot;font-weight: normal; font-size: 12px; &quot;&gt;&amp;nbsp;function () {&lt;br&gt;&amp;nbsp; $(this).addClass(&#039;color&#039;);&lt;br&gt;&amp;nbsp;},&lt;br&gt;&amp;nbsp;&lt;br&gt;&amp;nbsp;function() {&lt;br&gt;&amp;nbsp; $(this).removeClass(&#039;color&#039;);&lt;br&gt;&amp;nbsp;}&lt;br&gt;);&lt;/p&gt;&lt;p style=&quot;font-weight: normal; font-size: 12px; &quot;&gt;&lt;br&gt;/* CSS Style */&lt;br&gt;.color {&lt;br&gt;&amp;nbsp;background-color:#f00; &lt;br&gt;}&lt;/p&gt;&lt;p style=&quot;font-weight: normal; font-size: 12px; &quot;&gt;/* HTML */&lt;br&gt;&amp;lt;ul id=&quot;list&quot;&amp;gt;&lt;br&gt;&amp;nbsp;&amp;lt;li&amp;gt;Item 1&amp;lt;/li&amp;gt;&lt;br&gt;&amp;nbsp;&amp;lt;li&amp;gt;Item 2&amp;lt;/li&amp;gt;&lt;br&gt;&amp;nbsp;&amp;lt;li&amp;gt;Item 3&amp;lt;/li&amp;gt;&lt;br&gt;&amp;lt;/ul&amp;gt;&lt;br&gt;&lt;br&gt;&lt;/p&gt;&lt;h3 style=&quot;font-weight: normal; &quot;&gt;&lt;font class=&quot;Apple-style-span&quot; size=&quot;3&quot;&gt;9. Box 모델 문제&lt;/font&gt;&lt;/h3&gt;&lt;br&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: normal; font-size: 12px; &quot;&gt;원래 width는 다음과 같이 계산한다.&lt;/span&gt;&lt;br&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: normal; font-size: 12px; &quot;&gt;total width = margin-left + border-left + padding-left + width + padding-right + border-right + margin-right&lt;/span&gt;&lt;br&gt;&lt;br&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: normal; font-size: 12px; &quot;&gt;하지만 IE는 box를 다음과 같이 계산한다.&lt;/span&gt;&lt;br&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: normal; font-size: 12px; &quot;&gt;total width = margin-left + width + margin-right&lt;/span&gt;&lt;br&gt;&lt;br&gt;&lt;div style=&quot;text-align: center; font-weight: normal; font-size: 12px; &quot;&gt;&lt;img class=&quot;image_mid&quot; border=&quot;0&quot; alt=&quot;&quot; src=&quot;http://pds19.egloos.com/pds/201008/03/03/b0003203_4c578594775d0.gif&quot; width=&quot;280&quot; height=&quot;380&quot;&gt;&lt;/div&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: normal; font-size: 12px; &quot;&gt;즉 width에 padding과 border가 모두 포함되어 있다&lt;/span&gt;&lt;br&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: normal; font-size: 12px; &quot;&gt;가끔 생각해보면 IE방식의 width가 레이아웃 잡고 코딩 하기엔 나이스하지만&lt;/span&gt;&lt;br&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: normal; font-size: 12px; &quot;&gt;W3C권고는 그게 아니므로 표준을 따라가야 한다.&lt;/span&gt;&lt;br&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: normal; font-size: 12px; &quot;&gt;대부분이 이 박스모델 문제에서 발생된다. 핵을 이용해보자&lt;/span&gt;&lt;br&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: normal; font-size: 12px; &quot;&gt;ex)&lt;/span&gt;&lt;br&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: normal; font-size: 12px; &quot;&gt;#content {&lt;/span&gt;&lt;br&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: normal; font-size: 12px; &quot;&gt;&amp;nbsp;padding:10px;&lt;/span&gt;&lt;br&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: normal; font-size: 12px; &quot;&gt;&amp;nbsp;border:1px solid;&lt;/span&gt;&lt;br&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: normal; font-size: 12px; &quot;&gt;&amp;nbsp;width:200px;&lt;/span&gt;&lt;br&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: normal; font-size: 12px; &quot;&gt;&amp;nbsp;width:180px;&lt;/span&gt;&lt;br&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: normal; font-size: 12px; &quot;&gt;}&lt;/span&gt;&lt;br&gt;&lt;br&gt;&lt;h3&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: normal; &quot;&gt;&lt;font class=&quot;Apple-style-span&quot; size=&quot;3&quot;&gt;10. Doubled Float-Margin Bug&lt;/font&gt;&lt;/span&gt;&lt;/h3&gt;&lt;/div&gt;&lt;div&gt;&lt;p style=&quot;font-size: 12px; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: normal;&quot;&gt;버전: IE6&lt;/span&gt;&lt;br&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: normal;&quot;&gt;문제: float 요소에 margin을 적용했을 경우, margin이 이중으로 표현되는 문제&lt;/span&gt;&lt;br&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: normal;&quot;&gt;해결: float 요소에 display:inline 적용&lt;/span&gt;&lt;br&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: normal;&quot;&gt;참고: &lt;/span&gt;&lt;a class=&quot;external&quot; href=&quot;http://positioniseverything.net/explorer/doubled-margin.html&quot; target=&quot;_blank&quot; style=&quot;font-weight: normal; &quot;&gt;http://positioniseverything.net/explorer/doubled-margin.html&lt;/a&gt;&lt;/p&gt;&lt;p style=&quot;font-weight: normal; font-size: 12px; &quot;&gt;——&lt;/p&gt;&lt;p&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: normal; &quot;&gt;&lt;font class=&quot;Apple-style-span&quot; size=&quot;3&quot;&gt;11. Peekaboo Bug&lt;/font&gt;&lt;/span&gt;&lt;br&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: normal; font-size: 12px; &quot;&gt;버전: IE6, IE7&lt;/span&gt;&lt;br&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: normal; font-size: 12px; &quot;&gt;문제: float 요소 안의 내용이 나오지 않다가, 브라우저 창 크기를 조절하거나 스크롤했을때에만 가끔 내용이 나타나는 문제&lt;/span&gt;&lt;br&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: normal; font-size: 12px; &quot;&gt;해결: float 요소와 그 요소를 감싸는 요소 모두 적용&lt;/span&gt;&lt;br&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: normal; font-size: 12px; &quot;&gt;position: relative; /* IE6 bugfix */&lt;/span&gt;&lt;br&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: normal; font-size: 12px; &quot;&gt;min-width: 0; /* IE7 bugfix */&lt;/span&gt;&lt;br&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: normal; font-size: 12px; &quot;&gt;참고: &lt;/span&gt;&lt;a class=&quot;external&quot; href=&quot;http://positioniseverything.net/explorer/peekaboo.html&quot; target=&quot;_blank&quot; style=&quot;font-weight: normal; font-size: 12px; &quot;&gt;http://positioniseverything.net/explorer/peekaboo.html&lt;/a&gt;&lt;br&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: normal; font-size: 12px; &quot;&gt;참고: &lt;/span&gt;&lt;a class=&quot;external&quot; href=&quot;http://www.brownbatterystudios.com/sixthings/2007/01/06/css-first-aid-for-ie-peekaboo-bug/&quot; target=&quot;_blank&quot; style=&quot;font-weight: normal; font-size: 12px; &quot;&gt;http://www.brownbatterystudios.com/sixthings/2007/01/06/css-first-aid-for-ie-peekaboo-bug/&lt;/a&gt;&lt;/p&gt;&lt;p style=&quot;font-weight: normal; font-size: 12px; &quot;&gt;&lt;br&gt;&lt;/p&gt;&lt;p&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: normal; &quot;&gt;&lt;font class=&quot;Apple-style-span&quot; size=&quot;3&quot;&gt;12. Duplicate Characters Bug&lt;/font&gt;&lt;/span&gt;&lt;br&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: normal; font-size: 12px; &quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: normal; font-size: 12px; &quot;&gt;버전: IE6&lt;/span&gt;&lt;br&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: normal; font-size: 12px; &quot;&gt;문제: float 요소가 1개 이상 연속될때 마지막 float 요소의 문자 끝부분이 중복 출력되는 문제로, float 요소 내부에 &amp;lt;!– comment –&amp;gt;, &amp;lt;input type=”hidden” /&amp;gt;, { display:none; } 와 같은 요소들이 포함되어있을때 발생.&lt;/span&gt;&lt;br&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: normal; font-size: 12px; &quot;&gt;해결: float 요소에 display:inline 적용&lt;/span&gt;&lt;br&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: normal; font-size: 12px; &quot;&gt;참고: &lt;/span&gt;&lt;a class=&quot;external&quot; href=&quot;http://positioniseverything.net/explorer/dup-characters.html&quot; target=&quot;_blank&quot; style=&quot;font-weight: normal; font-size: 12px; &quot;&gt;http://positioniseverything.net/explorer/dup-characters.html&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: normal; font-size: medium; &quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: normal; font-size: medium; &quot;&gt;13. Expanding Box Problem&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: 12px; font-weight: normal; &quot;&gt;버전: IE6&lt;/span&gt;&lt;br&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: 12px; font-weight: normal; &quot;&gt;문제: 레이아웃 요소의 크기를 지정했음에도 불구하고, 지정한 크기보다 큰 텍스트(띄어쓰기가 없는 긴 텍스트)를 포함할 경우 요소의 크기가 늘어나버리는 문제&lt;/span&gt;&lt;br&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: 12px; font-weight: normal; &quot;&gt;해결: 해당 요소에 word-wrap:break-word; overflow: hidden; 적용&lt;/span&gt;&lt;br&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: 12px; font-weight: normal; &quot;&gt;참고: &lt;/span&gt;&lt;a class=&quot;external&quot; href=&quot;http://positioniseverything.net/explorer/expandingboxbug.html&quot; target=&quot;_blank&quot; style=&quot;font-size: 12px; font-weight: normal; &quot;&gt;http://positioniseverything.net/explorer/expandingboxbug.html&lt;/a&gt;&lt;/p&gt;&lt;p style=&quot;font-weight: normal; font-size: 12px; &quot;&gt;&lt;br&gt;&lt;/p&gt;&lt;p&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: normal; &quot;&gt;&lt;font class=&quot;Apple-style-span&quot; size=&quot;3&quot;&gt;14. Guillotine Bug&lt;/font&gt;&lt;/span&gt;&lt;br&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: normal; font-size: 12px; &quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: normal; font-size: 12px; &quot;&gt;버전: IE6, IE7&lt;/span&gt;&lt;br&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: normal; font-size: 12px; &quot;&gt;문제: float 요소의 하단이 잘리거나(IE6), float 요소를 포함하는 컨테이너 요소의 크기가 늘어나버리는(IE7) 문제&lt;/span&gt;&lt;br&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: normal; font-size: 12px; &quot;&gt;해결: float 요소를 포함하는 컨테이너 요소 바로 뒤에 clear해주는 요소를 삽입(예: &amp;lt;div style=”clear: both”&amp;gt;&amp;lt;/div&amp;gt;)&lt;/span&gt;&lt;br&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: normal; font-size: 12px; &quot;&gt;참고: &lt;/span&gt;&lt;a class=&quot;external&quot; href=&quot;http://positioniseverything.net/explorer/guillotine.html&quot; target=&quot;_blank&quot; style=&quot;font-weight: normal; font-size: 12px; &quot;&gt;http://positioniseverything.net/explorer/guillotine.html&lt;/a&gt;&lt;/p&gt;&lt;p style=&quot;font-weight: normal; font-size: 12px; &quot;&gt;&lt;strong&gt;&lt;br&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;font class=&quot;Apple-style-span&quot; size=&quot;3&quot; style=&quot;font-weight: normal;&quot;&gt;15. IE6 Float Model Problem&lt;/font&gt;&lt;br&gt;&lt;/p&gt;&lt;p style=&quot;font-size: 12px; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: normal;&quot;&gt;버전: IE6&lt;/span&gt;&lt;br&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: normal;&quot;&gt;문제: float 요소 다음에 width가 선언되지 않은 non-floated 요소가 위치하면, 두 요소의 바운더리는 겹쳐야 한다. 하지만 non-floated 요소의 width가 선언되면, non-floated 요소가 float 요소 옆으로 나란히 위치하는 문제.&lt;/span&gt;&lt;br&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: normal;&quot;&gt;해결: 없다. 두 요소의 바운더리가 겹쳐져야 하는 상황을 아예 만들지 말거나, 꼭 겹쳐져야한다면 position을 사용하는 등의 다른 방법을 구사.&lt;/span&gt;&lt;br&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: normal;&quot;&gt;참고: &lt;/span&gt;&lt;a class=&quot;external&quot; href=&quot;http://positioniseverything.net/explorer/floatmodel.html&quot; target=&quot;_blank&quot; style=&quot;font-weight: normal; &quot;&gt;http://positioniseverything.net/explorer/floatmodel.html&lt;/a&gt;&lt;/p&gt;&lt;p style=&quot;font-size: 12px; &quot;&gt;&lt;br&gt;&lt;/p&gt;&lt;p&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: normal; &quot;&gt;&lt;font class=&quot;Apple-style-span&quot; size=&quot;3&quot;&gt;16. Three Pixel Text-Jog&lt;/font&gt;&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: normal; font-size: 12px; &quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: normal; font-size: 12px; &quot;&gt;버전: IE6&lt;/span&gt;&lt;br&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: normal; font-size: 12px; &quot;&gt;문제: float 요소 다음에 non-floated 요소가 위치하면, non-floated 요소의 텍스트가 3 pixel 밀리는 문제.&lt;/span&gt;&lt;br&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: normal; font-size: 12px; &quot;&gt;해결: float 요소에 {margin-right:-3px}, non-floated 요소에 {height:1%; margin-left:0} 적용&lt;/span&gt;&lt;br&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: normal; font-size: 12px; &quot;&gt;참고: &lt;/span&gt;&lt;a class=&quot;external&quot; href=&quot;http://positioniseverything.net/explorer/threepxtest.html&quot; target=&quot;_blank&quot; style=&quot;font-weight: normal; font-size: 12px; &quot;&gt;http://positioniseverything.net/explorer/threepxtest.html&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;br&gt;&lt;/p&gt;&lt;p&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: normal; &quot;&gt;&lt;font class=&quot;Apple-style-span&quot; size=&quot;3&quot;&gt;17. Inherited margins on form elements&lt;/font&gt;&lt;/span&gt;&lt;br&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: normal; font-size: 12px; &quot;&gt;버전: IE6, IE7&lt;/span&gt;&lt;br&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: normal; font-size: 12px; &quot;&gt;문제: form을 포함하는 컨테이너 요소에 margin이 적용되어있을때, 특정 input 요소들이 컨테이너의 margin을 상속받는 오류.&lt;/span&gt;&lt;br&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: normal; font-size: 12px; &quot;&gt;해결: input 요소 앞에 inline 요소를 삽입하거나, span, label 등의 컨테이너 요소로 input 요소를 감싼다.&lt;/span&gt;&lt;br&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: normal; font-size: 12px; &quot;&gt;참고: &lt;/span&gt;&lt;a class=&quot;external&quot; href=&quot;http://positioniseverything.net/explorer/inherited_margin.html&quot; target=&quot;_blank&quot; style=&quot;font-weight: normal; font-size: 12px; &quot;&gt;http://positioniseverything.net/explorer/inherited_margin.html&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;br&gt;&lt;/p&gt;&lt;p&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: normal; &quot;&gt;&lt;font class=&quot;Apple-style-span&quot; size=&quot;3&quot;&gt;18. Line-height Bug&lt;/font&gt;&lt;/span&gt;&lt;br&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: 12px; font-weight: normal; &quot;&gt;버전: IE6&lt;/span&gt;&lt;br&gt;&lt;/p&gt;&lt;p&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: normal; font-size: 12px; &quot;&gt;문제: plain text 중간에 inline으로 img, input, textarea, select, object가 삽입되어있을 경우 line-height 제대로 표현하지 못하는(collapse됨) 문제.&lt;/span&gt;&lt;br&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: normal; font-size: 12px; &quot;&gt;해결: inline으로 삽입된 img, input… 요소의 상하 margin을 교정 (예: {margin:45px 0; vertical-align:middle;})&lt;/span&gt;&lt;br&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: normal; font-size: 12px; &quot;&gt;참고: &lt;/span&gt;&lt;a class=&quot;external&quot; href=&quot;http://positioniseverything.net/explorer/lineheightbug.html&quot; target=&quot;_blank&quot; style=&quot;font-weight: normal; font-size: 12px; &quot;&gt;http://positioniseverything.net/explorer/lineheightbug.html&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;br&gt;&lt;/p&gt;&lt;p&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: normal; &quot;&gt;&lt;font class=&quot;Apple-style-span&quot; size=&quot;3&quot;&gt;19. Border Chaos&lt;/font&gt;&lt;/span&gt;&lt;br&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: normal; font-size: 12px; &quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: normal; font-size: 12px; &quot;&gt;버전: IE6&lt;/span&gt;&lt;br&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: normal; font-size: 12px; &quot;&gt;상황: block 요소가 두개 있다. 두번째 요소의&lt;/span&gt;&lt;br&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: normal; font-size: 12px; &quot;&gt;문제: 연속되는 block 요소중 두번째 이후 요소들의 margin-top이 음수이고, border가 적용되어있을때, 나타나는 광란의 버그&lt;/span&gt;&lt;br&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: normal; font-size: 12px; &quot;&gt;해결: 연속되는 block 요소들의 컨테이너(parent)에 {position: relative;} 적용&lt;/span&gt;&lt;br&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: normal; font-size: 12px; &quot;&gt;참고: &lt;/span&gt;&lt;a class=&quot;external&quot; href=&quot;http://positioniseverything.net/explorer/border-chaos.html&quot; target=&quot;_blank&quot; style=&quot;font-weight: normal; font-size: 12px; &quot;&gt;http://positioniseverything.net/explorer/border-chaos.html&lt;/a&gt;&lt;/p&gt;&lt;p style=&quot;font-weight: normal; font-size: 12px; &quot;&gt;&lt;strong&gt;&lt;br&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;font class=&quot;Apple-style-span&quot; size=&quot;3&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: normal; &quot;&gt;20. &lt;/span&gt;&lt;strong style=&quot;font-weight: normal; &quot;&gt;Disappearing List-Background Bug&lt;/strong&gt;&lt;/font&gt;&lt;br&gt;&lt;/p&gt;&lt;p style=&quot;font-size: 12px; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: normal;&quot;&gt;버전: IE6&lt;/span&gt;&lt;br&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: normal;&quot;&gt;문제: 리스트(ol, ul, dl)를 감싸는 div의 position이 relative이고 float되어있으며, 리스트요소(li, dt)에 background가 사라지는 문제(background를 적용했을때).&lt;/span&gt;&lt;br&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: normal;&quot;&gt;해결: 리스트요소(li, dt)에 {display:inline} 적용&lt;/span&gt;&lt;br&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: normal;&quot;&gt;참고: &lt;/span&gt;&lt;a class=&quot;external&quot; href=&quot;http://positioniseverything.net/explorer/ie-listbug.html&quot; target=&quot;_blank&quot; style=&quot;font-weight: normal; &quot;&gt;http://positioniseverything.net/explorer/ie-listbug.html&lt;/a&gt;&lt;/p&gt;&lt;p style=&quot;font-size: 12px; &quot;&gt;&lt;br&gt;&lt;/p&gt;&lt;p&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: normal; &quot;&gt;&lt;font class=&quot;Apple-style-span&quot; size=&quot;3&quot;&gt;21. Unscrollable Content Bug&lt;/font&gt;&lt;/span&gt;&lt;br&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: normal; font-size: 12px; &quot;&gt;버전: IE6&lt;/span&gt;&lt;br&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: normal; font-size: 12px; &quot;&gt;문제: position이 relative이고 크기가 지정되지않은 컨테이너 요소가, position이 absolute이고 크기가 페이지보다 큰 컨텐츠를 포함하고 있다면 스크롤바가 나타나야 하지만 그렇지않은 문제.&lt;/span&gt;&lt;br&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: normal; font-size: 12px; &quot;&gt;해결: 컨테이너 요소에 {height:1%} 적용&lt;/span&gt;&lt;br&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: normal; font-size: 12px; &quot;&gt;참고: &lt;/span&gt;&lt;a class=&quot;external&quot; href=&quot;http://positioniseverything.net/explorer/unscrollable.html&quot; target=&quot;_blank&quot; style=&quot;font-weight: normal; font-size: 12px; &quot;&gt;http://positioniseverything.net/explorer/unscrollable.html&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;br&gt;&lt;/p&gt;&lt;p&gt;&lt;font class=&quot;Apple-style-span&quot; size=&quot;3&quot; style=&quot;font-weight: normal;&quot;&gt;22. Duplicate Indent Bug&lt;/font&gt;&lt;br&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: 12px; font-weight: normal; &quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: 12px; font-weight: normal; &quot;&gt;버전: IE6&lt;/span&gt;&lt;br&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: 12px; font-weight: normal; &quot;&gt;문제: float요소가 padding 또는 margin이 적용된 컨테이너에 위치하고 있다면, 이중으로 적용되는 문제.&lt;/span&gt;&lt;br&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: 12px; font-weight: normal; &quot;&gt;해결: 경우의 수가 워낙 많지만, 대부분의 경우 {display:inline} 으로 해결 가능.&lt;/span&gt;&lt;br&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: 12px; font-weight: normal; &quot;&gt;참고: &lt;/span&gt;&lt;a class=&quot;external&quot; href=&quot;http://positioniseverything.net/explorer/floatIndent.html&quot; target=&quot;_blank&quot; style=&quot;font-size: 12px; font-weight: normal; &quot;&gt;http://positioniseverything.net/explorer/floatIndent.html&lt;/a&gt;&lt;/p&gt;&lt;p style=&quot;font-weight: normal; font-size: 12px; &quot;&gt;&lt;strong&gt;&lt;br&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: normal; &quot;&gt;&lt;font class=&quot;Apple-style-span&quot; size=&quot;3&quot;&gt;23. Escaping Floats Bug&lt;/font&gt;&lt;/span&gt;&lt;br&gt;&lt;/p&gt;&lt;p style=&quot;font-size: 12px; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: normal;&quot;&gt;버전: IE6&lt;/span&gt;&lt;br&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: normal;&quot;&gt;문제: 크기를 지정하지 않은 컨테이너가 float요소 여러개를 포함하고 있는데(clear 요소로 float 해제했음), 컨테이너 영역이 제대로 표현되지 못하는 문제.&lt;/span&gt;&lt;br&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: normal;&quot;&gt;해결: 컨테이너에 {height:1%} 적용&lt;/span&gt;&lt;br&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: normal;&quot;&gt;참고: &lt;/span&gt;&lt;a class=&quot;external&quot; href=&quot;http://positioniseverything.net/explorer/escape-floats.html&quot; target=&quot;_blank&quot; style=&quot;font-weight: normal; &quot;&gt;http://positioniseverything.net/explorer/escape-floats.html&lt;/a&gt;&lt;/p&gt;&lt;p style=&quot;font-weight: normal; font-size: 12px; &quot;&gt;&lt;br&gt;&lt;/p&gt;&lt;p&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: normal; &quot;&gt;&lt;font class=&quot;Apple-style-span&quot; size=&quot;3&quot;&gt;24. Creeping Text Bug&lt;/font&gt;&lt;/span&gt;&lt;br&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: normal; font-size: 12px; &quot;&gt;버전: IE6&lt;/span&gt;&lt;br&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: normal; font-size: 12px; &quot;&gt;문제: block요소가 또 다른 block요소를 포함하고 있고, border-left, padding-bottom이 적용되어있을때, 내부의 block요소가 1px씩 좌측으로 기어들어가는 문제&lt;/span&gt;&lt;br&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: normal; font-size: 12px; &quot;&gt;해결: 외부 block요소에 {height:1%;} 적용&lt;/span&gt;&lt;br&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: normal; font-size: 12px; &quot;&gt;참고: &lt;/span&gt;&lt;a class=&quot;external&quot; href=&quot;http://positioniseverything.net/explorer/creep.html&quot; target=&quot;_blank&quot; style=&quot;font-weight: normal; font-size: 12px; &quot;&gt;http://positioniseverything.net/explorer/creep.html&lt;/a&gt;&lt;/p&gt;&lt;p style=&quot;font-weight: normal; font-size: 12px; &quot;&gt;&lt;br&gt;&lt;/p&gt;&lt;p&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: normal; &quot;&gt;&lt;font class=&quot;Apple-style-span&quot; size=&quot;3&quot;&gt;25. 앵커 태그 범위&lt;/font&gt;&lt;/span&gt;&lt;br&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: normal; font-size: 12px; &quot;&gt;문제: a를 block으로 지정하면, 블록 전체가 마우스에 반응해야하는데 여전히 텍스트에만 반응하는 문제&lt;/span&gt;&lt;br&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: normal; font-size: 12px; &quot;&gt;해결: height:1%&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: normal; font-size: 12px; &quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: normal; &quot;&gt;&lt;font class=&quot;Apple-style-span&quot; size=&quot;3&quot;&gt;26. 리스트 간격&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;font-weight: normal; font-size: 12px; &quot;&gt;문제: 리스트요소(li)간 간격이 발생하는 문제&lt;br&gt;해결: display: inline&lt;/p&gt;&lt;p style=&quot;font-weight: normal; font-size: 12px; &quot;&gt;&lt;br&gt;&lt;/p&gt;&lt;p style=&quot;font-weight: normal; &quot;&gt;&lt;font class=&quot;Apple-style-span&quot; size=&quot;3&quot;&gt;27. 부모 element가 아닌 전체를 기준으로 relative 위치가 설정될 때&lt;/font&gt;&lt;/p&gt;&lt;p style=&quot;font-weight: normal; font-size: 12px; &quot;&gt;문제: {position:absolute; bottom:0; right:0}인 요소가 relative인 부모의 우측하단에 위치하지 않고 전체 화면의 우측하단에 위치하는 문제&lt;br&gt;해결: height:1%&lt;/p&gt;&lt;p style=&quot;font-weight: normal; font-size: 12px; &quot;&gt;&lt;br&gt;&lt;/p&gt;&lt;p&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: normal; &quot;&gt;&lt;font class=&quot;Apple-style-span&quot; size=&quot;3&quot;&gt;* FireFox의 버그&lt;/font&gt;&lt;/span&gt;&lt;br&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: normal; font-size: 12px; &quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: normal; font-size: 12px; &quot;&gt;문제: 배경 이미지의 위치를 bottom으로 했을 경우, 브라우저 크기보다 컨텐츠의 크기가 짧다면, 배경이미지가 컨텐츠 하단에 위치하는 버그&lt;/span&gt;&lt;br&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: normal; font-size: 12px; &quot;&gt;해결: html {height:100%}&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: normal; font-size: 12px; &quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;font class=&quot;Apple-style-span&quot; size=&quot;3&quot; style=&quot;font-weight: normal;&quot;&gt;28. non-disappering content Bug&lt;/font&gt;&lt;br&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: 12px; font-weight: normal; &quot;&gt;문제: 상위 div element의 display를 block, 하위 div element의 display를 none으로 설정했지만 하위 div element가 화면에 보이는 버그&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;font-weight: normal; font-size: 12px; &quot;&gt;해결: visible = true, false 사용&lt;/p&gt;&lt;p style=&quot;font-weight: normal; font-size: 12px; &quot;&gt;참고: &lt;a href=&quot;http://positioniseverything.net/explorer/ienondisappearcontentbugPIE/index.htm&quot;&gt;http://positioniseverything.net/explorer/ienondisappearcontentbugPIE/index.htm&lt;/a&gt;&lt;/p&gt;&lt;p style=&quot;font-weight: normal; font-size: 12px; &quot;&gt;&lt;br&gt;&lt;/p&gt;&lt;p&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: normal; &quot;&gt;&lt;font class=&quot;Apple-style-span&quot; size=&quot;3&quot;&gt;29. noscript-ghost Bug&lt;/font&gt;&lt;/span&gt;&lt;br&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: normal; font-size: 12px; &quot;&gt;문제: IE8에서 &amp;lt;noscript&amp;gt;안의 내용이 그대로 노출되는 버그&lt;/span&gt;&lt;br&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: normal; font-size: 12px; &quot;&gt;해결: display=inline으로 해결&lt;/span&gt;&lt;br&gt;&lt;/p&gt;&lt;p style=&quot;font-weight: normal; font-size: 12px; &quot;&gt;참고:&lt;a href=&quot;http://positioniseverything.net/explorer/ie8stylednoscriptbug/index.html&quot;&gt;http://positioniseverything.net/explorer/ie8stylednoscriptbug/index.html&lt;/a&gt;&lt;/p&gt;&lt;hr style=&quot;font-weight: normal; font-size: 12px; &quot;&gt;&lt;/div&gt;&lt;div style=&quot;font-weight: normal; font-size: 12px; &quot;&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/h3&gt;&lt;/div&gt;&lt;/div&gt;</summary>
  </entry>
  <entry>
    <title type="html">ASP.net에서 모바일 웹폼 생성하기</title>
    <link rel="alternate" type="text/html" href="http://lukavega.untoc.com/tc/entry/ASPnet%EC%97%90%EC%84%9C-%EB%AA%A8%EB%B0%94%EC%9D%BC-%EC%9B%B9%ED%8F%BC-%EC%83%9D%EC%84%B1%ED%95%98%EA%B8%B0" />
    <link rel="replies" type="application/atom+xml" href="http://lukavega.untoc.com/tc/atom/response/36" thr:count="0"/>
    <category term="ASP.net" />
    <category term="ASP.NET Mobile Controls" />
    <category term="Micro Mobile Internet Toolkit" />
    <category term="MMIT" />
    <author>
      <name>(Lukavega)</name>
    </author>
    <id>http://lukavega.untoc.com/tc/entry/ASPnet%EC%97%90%EC%84%9C-%EB%AA%A8%EB%B0%94%EC%9D%BC-%EC%9B%B9%ED%8F%BC-%EC%83%9D%EC%84%B1%ED%95%98%EA%B8%B0</id>
    <updated>2010-10-04T17:19:09+09:00</updated>
    <published>2010-10-04T17:18:05+09:00</published>
    <summary type="html">&lt;div class=&quot;imageblock left&quot; style=&quot;float: left; margin-right: 10px;&quot;&gt;&lt;img src=&quot;http://lukavega.untoc.com/tc/attach/1/3574999653.jpg&quot; alt=&quot;사용자 삽입 이미지&quot; height=&quot;378&quot; width=&quot;312&quot; /&gt;&lt;/div&gt;&lt;BR&gt;Microsoft Mobile Internet Toolkit이 언젠가부터 &lt;BR&gt;ASP.net에 포함되었다고 한다.&lt;BR&gt;&lt;BR&gt;모바일 전용 웹페이지를 만들려고 열심히 검색했건만&lt;BR&gt;알고보니 모바일 전용 페이지를 생성할&lt;div class=&quot;imageblock left&quot; style=&quot;float: left; margin-right: 10px;&quot;&gt;&lt;img src=&quot;http://lukavega.untoc.com/tc/attach/1/6681506378.jpg&quot; alt=&quot;사용자 삽입 이미지&quot; height=&quot;263&quot; width=&quot;500&quot; /&gt;&lt;/div&gt;&lt;div class=&quot;imageblock left&quot; style=&quot;float: left; margin-right: 10px;&quot;&gt;&lt;img src=&quot;http://lukavega.untoc.com/tc/attach/1/7886615504.jpg&quot; alt=&quot;사용자 삽입 이미지&quot; height=&quot;187&quot; width=&quot;500&quot; /&gt;&lt;/div&gt; 수 있었음.</summary>
  </entry>
  <entry>
    <title type="html">간단한 윈속 서버 겸 클라이언트</title>
    <link rel="alternate" type="text/html" href="http://lukavega.untoc.com/tc/entry/%EA%B0%84%EB%8B%A8%ED%95%9C-%EC%9C%88%EC%86%8D-%EC%84%9C%EB%B2%84-%EA%B2%B8-%ED%81%B4%EB%9D%BC%EC%9D%B4%EC%96%B8%ED%8A%B8" />
    <link rel="replies" type="application/atom+xml" href="http://lukavega.untoc.com/tc/atom/response/33" thr:count="0"/>
    <category term="C++" />
    <category term="winsock" />
    <category term="소켓" />
    <category term="윈속" />
    <category term="채팅프로그램" />
    <author>
      <name>(Lukavega)</name>
    </author>
    <id>http://lukavega.untoc.com/tc/entry/%EA%B0%84%EB%8B%A8%ED%95%9C-%EC%9C%88%EC%86%8D-%EC%84%9C%EB%B2%84-%EA%B2%B8-%ED%81%B4%EB%9D%BC%EC%9D%B4%EC%96%B8%ED%8A%B8</id>
    <updated>2009-11-24T13:45:48+09:00</updated>
    <published>2009-11-24T13:43:23+09:00</published>
    <summary type="html">&lt;P&gt;#include &amp;lt;stdio.h&amp;gt;&lt;BR&gt;#include &amp;lt;winsock2.h&amp;gt;&lt;BR&gt;#include &amp;lt;conio.h&amp;gt;&lt;BR&gt;#define BUFSIZE 1024&lt;BR&gt;char m[BUFSIZE];&lt;BR&gt;WSADATA wsaData;&lt;BR&gt;char k;&lt;BR&gt;short mysend;&lt;BR&gt;SOCKET sock = INVALID_SOCKET, sListen;&lt;BR&gt;void server();&lt;BR&gt;void client();&lt;BR&gt;void Error(char* m);&lt;BR&gt;void Error(char* m){&lt;BR&gt;&amp;nbsp;fputs(m, stdout);&lt;BR&gt;&amp;nbsp;fputs(&quot;\n&quot;, stdout);&lt;BR&gt;&amp;nbsp;system(&quot;PAUSE&quot;);&lt;BR&gt;&amp;nbsp;exit(-1);&lt;BR&gt;}&lt;/P&gt;
&lt;P&gt;&lt;BR&gt;int main(){&lt;BR&gt;&amp;nbsp;if (WSAStartup(MAKEWORD(2,2), &amp;amp;wsaData)!=0)&lt;BR&gt;&amp;nbsp; Error(&quot;Error! WSA START Error.&quot;);&lt;BR&gt;&amp;nbsp;while(1){&lt;BR&gt;&amp;nbsp; system(&quot;cls&quot;);&lt;BR&gt;&amp;nbsp; printf(&quot;Server Or Client? (S or C) -&quot;);&lt;BR&gt;&amp;nbsp; fflush(stdin);&lt;BR&gt;&amp;nbsp; k = getch();&lt;BR&gt;&amp;nbsp; switch(k){&lt;BR&gt;&amp;nbsp; case &#039;s&#039;:&lt;BR&gt;&amp;nbsp; case &#039;S&#039;:&lt;BR&gt;&amp;nbsp; &amp;nbsp;&lt;FONT style=&quot;BACKGROUND-COLOR: #faffa9&quot;&gt;sListen = socket(AF_INET, SOCK_STREAM, IPPROTO_TCP);&lt;BR&gt;&lt;/FONT&gt;&amp;nbsp; &amp;nbsp;&lt;FONT style=&quot;BACKGROUND-COLOR: #faffa9&quot;&gt;server();&lt;BR&gt;&lt;/FONT&gt;&amp;nbsp; &amp;nbsp;mysend = 1;&lt;BR&gt;&amp;nbsp; &amp;nbsp;break;&lt;BR&gt;&amp;nbsp; case &#039;c&#039;:&lt;BR&gt;&amp;nbsp; case &#039;C&#039;:&lt;BR&gt;&amp;nbsp; &amp;nbsp;&lt;FONT style=&quot;BACKGROUND-COLOR: #d0ff9d&quot;&gt;sock = socket(AF_INET, SOCK_STREAM, IPPROTO_TCP);&lt;BR&gt;&lt;/FONT&gt;&amp;nbsp; &amp;nbsp;&lt;FONT style=&quot;BACKGROUND-COLOR: #d0ff9d&quot;&gt;client();&lt;BR&gt;&lt;/FONT&gt;&amp;nbsp; &amp;nbsp;mysend = -1;&lt;BR&gt;&amp;nbsp; &amp;nbsp;break;&lt;BR&gt;&amp;nbsp; }&lt;BR&gt;&amp;nbsp; if(sock!=INVALID_SOCKET) break;&lt;BR&gt;&amp;nbsp;}&lt;BR&gt;&amp;nbsp;while(1){&lt;BR&gt;&amp;nbsp; memset(m, 0, BUFSIZE);&lt;BR&gt;&amp;nbsp; if(mysend==1){&lt;BR&gt;&amp;nbsp; &amp;nbsp;printf(&quot;보낼 메세지:&quot;);&lt;BR&gt;&amp;nbsp; &amp;nbsp;fflush(stdin);&lt;BR&gt;&amp;nbsp; &amp;nbsp;fgets(m, BUFSIZE-1, stdin);&lt;BR&gt;&amp;nbsp; &amp;nbsp;if(send(sock, m, strlen(m)-1, 0)==SOCKET_ERROR)&lt;BR&gt;&amp;nbsp; &amp;nbsp; Error(&quot;보내는 도중 에러\n&quot;);&lt;BR&gt;&amp;nbsp; &amp;nbsp;printf(&quot;상대방에게 잘 전달됨\n&quot;);&lt;BR&gt;&amp;nbsp; }&lt;BR&gt;&amp;nbsp; else if(mysend==-1){&lt;BR&gt;&amp;nbsp; &amp;nbsp;printf(&quot;상대방이 메세지를 보내는중\n&quot;);&lt;BR&gt;&amp;nbsp; &amp;nbsp;if(recv(sock, m, BUFSIZE-1, 0)==SOCKET_ERROR)&lt;BR&gt;&amp;nbsp; &amp;nbsp; Error(&quot;메세지받는 도중 에러\n&quot;);&lt;BR&gt;&amp;nbsp; &amp;nbsp;printf(&quot;받은 메세지&quot;);&lt;BR&gt;&amp;nbsp; &amp;nbsp;fputs(m, stdout);&lt;BR&gt;&amp;nbsp; &amp;nbsp;fputs(&quot;\n&quot;, stdout);&lt;BR&gt;&amp;nbsp; }&lt;BR&gt;&amp;nbsp; mysend = -mysend;&lt;BR&gt;&amp;nbsp;}&lt;BR&gt;&amp;nbsp;closesocket(sock);&lt;BR&gt;&amp;nbsp;closesocket(sListen);&lt;BR&gt;&amp;nbsp;WSACleanup();&lt;BR&gt;&amp;nbsp;return 0;&lt;BR&gt;}&lt;/P&gt;
&lt;P&gt;void &lt;FONT style=&quot;BACKGROUND-COLOR: #faffa9&quot;&gt;server()&lt;/FONT&gt;{&lt;BR&gt;&amp;nbsp;SOCKADDR_IN clntaddr, addr;&lt;BR&gt;&amp;nbsp;int clntsize = sizeof(clntaddr);&lt;BR&gt;&amp;nbsp;unsigned short port;&lt;BR&gt;&amp;nbsp;&lt;BR&gt;&amp;nbsp;printf(&quot;\n Server Start\n&quot;);&lt;BR&gt;&amp;nbsp;printf(&quot;Port: &quot;);&lt;BR&gt;&amp;nbsp;fflush(stdin);&lt;BR&gt;&amp;nbsp;scanf(&quot;%d&quot;, &amp;amp;port);&lt;BR&gt;&amp;nbsp;&lt;BR&gt;&amp;nbsp;sListen = socket(AF_INET, SOCK_STREAM, IPPROTO_TCP);&lt;BR&gt;&amp;nbsp;memset(&amp;amp;addr, 0, sizeof(addr));&lt;BR&gt;&amp;nbsp;addr.sin_addr.s_addr = htonl(INADDR_ANY);&lt;BR&gt;&amp;nbsp;addr.sin_family = AF_INET;&lt;BR&gt;&amp;nbsp;addr.sin_port = htons(port);&lt;BR&gt;&amp;nbsp;&lt;BR&gt;&amp;nbsp;if (bind(sListen, (SOCKADDR*)&amp;amp;addr, sizeof(addr)) == SOCKET_ERROR) &lt;BR&gt;&amp;nbsp; Error(&quot;Bind Error\n&quot;);&lt;BR&gt;&amp;nbsp;if (listen(sListen, 5)==SOCKET_ERROR)&lt;BR&gt;&amp;nbsp; Error(&quot;LISTEN Error&quot;);&lt;BR&gt;&amp;nbsp;&lt;BR&gt;&amp;nbsp;printf(&quot;서버열기 완료 \n 상대방의 접속을 기다림\n&quot;);&lt;BR&gt;&amp;nbsp;sock = accept(sListen, (SOCKADDR*)&amp;amp;clntaddr, &amp;amp;clntsize);&lt;BR&gt;&amp;nbsp;return ;&lt;BR&gt;&amp;nbsp;&lt;BR&gt;}&lt;/P&gt;
&lt;P&gt;void &lt;FONT style=&quot;BACKGROUND-COLOR: #d0ff9d&quot;&gt;client()&lt;/FONT&gt;{&lt;BR&gt;&amp;nbsp;SOCKADDR_IN addr;&lt;BR&gt;&amp;nbsp;unsigned short port;&lt;BR&gt;&amp;nbsp;char ip[20];&lt;BR&gt;&amp;nbsp;&lt;BR&gt;&amp;nbsp;printf(&quot;\nClient Start\n&quot;);&lt;BR&gt;&amp;nbsp;printf(&quot;IP:&quot;);&lt;BR&gt;&amp;nbsp;fflush(stdin);&lt;BR&gt;&amp;nbsp;scanf(&quot;%s&quot;, ip);&lt;BR&gt;&amp;nbsp;printf(&quot;port:&quot;);&lt;BR&gt;&amp;nbsp;scanf(&quot;%d&quot;, &amp;amp;port);&lt;BR&gt;&amp;nbsp;memset(&amp;amp;addr, 0, sizeof(addr));&lt;BR&gt;&amp;nbsp;addr.sin_addr.s_addr = inet_addr(ip);&lt;BR&gt;&amp;nbsp;addr.sin_family = AF_INET;&lt;BR&gt;&amp;nbsp;addr.sin_port = htons(port);&lt;BR&gt;&amp;nbsp;&lt;BR&gt;&amp;nbsp;if (connect(sock, (SOCKADDR*)&amp;amp;addr, sizeof(addr)) == SOCKET_ERROR) &lt;BR&gt;&amp;nbsp; Error(&quot;Connect Error\n&quot;);&lt;BR&gt;&amp;nbsp;return;&lt;BR&gt;&amp;nbsp;&lt;BR&gt;}&lt;BR&gt;&lt;BR&gt;-------------------------------------------------------&lt;BR&gt;서버와 클라이언트간 1대1 채팅프로그램.&lt;BR&gt;실행하자마자 s를 입력하면 서버, c를 입력하면 클라이언트로 동작합니다.&lt;BR&gt;&lt;BR&gt;VS6.0의 경우, &lt;BR&gt;project &amp;gt; settings... &amp;gt; Link &amp;gt; Object/binary modules 에&lt;BR&gt;ws2_32.lib를 추가해야합니다.&lt;/P&gt;</summary>
  </entry>
  <entry>
    <title type="html">눈 뜨고 당한 자들의 도시</title>
    <link rel="alternate" type="text/html" href="http://lukavega.untoc.com/tc/entry/%EB%88%88%EB%9C%A8%EA%B3%A0-%EB%8B%B9%ED%95%9C%EC%9E%90%EB%93%A4%EC%9D%98-%EB%8F%84%EC%8B%9C" />
    <link rel="replies" type="application/atom+xml" href="http://lukavega.untoc.com/tc/atom/response/32" thr:count="0"/>
    <category term="읭" />
    <category term="공공안전" />
    <category term="도시괴담" />
    <category term="메신저피싱" />
    <category term="보이스피싱" />
    <author>
      <name>(Lukavega)</name>
    </author>
    <id>http://lukavega.untoc.com/tc/entry/%EB%88%88%EB%9C%A8%EA%B3%A0-%EB%8B%B9%ED%95%9C%EC%9E%90%EB%93%A4%EC%9D%98-%EB%8F%84%EC%8B%9C</id>
    <updated>2009-10-23T17:26:21+09:00</updated>
    <published>2009-10-23T17:18:45+09:00</published>
    <summary type="html">&lt;P&gt;안녕? 안녕하세요? 안녕하십니까? 우리가 밥 먹었냐는 말과 동일하게 사람을 만났을 때 가장 흔히 쓰는 단어 ‘안녕’. 그리고 지금, 이 글을 읽고 있는 당신은, 안녕하십니까?&lt;/P&gt;
&lt;P&gt;핸드폰에 모르는 번호가 뜬다. 전화를 받지 않는다. 제목이 의심가는 메일은 열지 않는다. 공공장소에서 컴퓨터를 사용한 후에는 모든 흔적을 지운다. ATM에서 출금한 후에는 아예 명세표를 받지 않거나 분쇄기에 넣어 처리한다. 기존에 가입되어 있던 사이트에 접속하자 안전한 비밀번호로 바꾸라는 창이 뜬다. 신문을 보고 뉴스를 들으면 좋은 소식보다 나쁜 소식이 더 많다. 그렇지만 그렇기 때문에 나쁜 소식들을 놓쳐서는 안된다. 언제 내가 모르는 새로운 유형의 범죄가 발생할 지 모르기 때문이다.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;SPAN style=&quot;FONT-SIZE: large; COLOR: #d82a2a&quot;&gt;&lt;SPAN style=&quot;FONT-SIZE: xx-large&quot;&gt;x&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: #fc5e5e&quot;&gt;-File&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;BR&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;X-File은 더 이상 알려지지 않은 그 무엇이 아니다. 원래 X-File은 알려지지 않은 문서 등을 지칭하는 단어였지만 현재는 암암리에 ‘팔려서 돈이 되는 문서’라는 인식이 따라붙었다. 가입만 하면 준다는 포인트, 신상정보만 넣으면 참여가 가능하다는 이벤트는 실제 공짜가 아니다. 정보를 입력하는 순간 태어나는 순간부터 당연하게 가지고 있던 13자리 수는, 부모님이 지어주신 내 이름은 X-File로 둔갑해 더 큰 고객에게 팔려나가는 상품이 된다.&lt;/P&gt;
&lt;P&gt;&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;img src=&quot;http://lukavega.untoc.com/tc/attach/1/7324592769.jpg&quot; alt=&quot;사용자 삽입 이미지&quot; height=&quot;338&quot; width=&quot;405&quot; /&gt;&lt;/div&gt;&lt;/P&gt;
&lt;P&gt;쓰레기 더미에서 찾아낸 GS칼텍스 고객정보, 지능적 해킹으로 유출된 옥션 고객정보, 연예인들만을 타깃으로 한 OK 캐쉬백 유출사건 등 유명 대기업을 상대로 한 신상정보 유출이 증가하고 있다. 이러한 개인정보 유출은 1차적으로 ID와 비밀번호, 주민등록번호 등을 알아내어 2차적으로 명의 도용을 하는 식으로 이루어진다. 이름과 주민등록번호만 있으면 아무 웹사이트에 가입할 수 있기 때문에 새로운 아이디로 온라인 게임계좌를 만들어 불법 아이템 거래를 할 수 있으며, 빼돌려진 정보로 신분증 위조가 이루어졌을 경우 대포통장이나 신용카드가 발급돼 또 다른 금융 범죄가 일어날수 있게 된다. 이럴 경우 보이스 피싱이나 피싱메일로도 악용될 우려가 있다.&lt;BR&gt;현재로서는 전문가들도 1차적으로 사용자들에게 개인정보를 변경한다든지, 실시간으로 바이러스 여부를 살피는 등의 예방책 이외에 실질적인 해결책을 제시하지 못하고 있다.&lt;/P&gt;
&lt;P&gt;&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;img src=&quot;http://lukavega.untoc.com/tc/attach/1/5688943888.jpg&quot; alt=&quot;사용자 삽입 이미지&quot; height=&quot;281&quot; width=&quot;500&quot; /&gt;&lt;/div&gt;&lt;/P&gt;
&lt;P&gt;&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;img src=&quot;http://lukavega.untoc.com/tc/attach/1/7649283168.jpg&quot; alt=&quot;사용자 삽입 이미지&quot; height=&quot;228&quot; width=&quot;436&quot; /&gt;&lt;/div&gt;&lt;/P&gt;
&lt;P&gt;참고자료: &lt;A href=&quot;http://news.naver.com/main/read.nhn?mode=LPOD&amp;amp;mid=tvh&amp;amp;oid=057&amp;amp;aid=0000078194&quot; target=_blank&gt;개인정보 유출…어떤 피해 입을 수 있나?&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;SPAN style=&quot;FONT-SIZE: large; COLOR: #e74911&quot;&gt;&lt;SPAN style=&quot;FONT-SIZE: xx-large&quot;&gt;사&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: #ff6c38&quot;&gt;람을 낚는 어부가 되거라.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;img src=&quot;http://lukavega.untoc.com/tc/attach/1/6986485059.jpg&quot; alt=&quot;사용자 삽입 이미지&quot; height=&quot;306&quot; width=&quot;403&quot; /&gt;&lt;/div&gt;&lt;/P&gt;
&lt;P&gt;“엄마, 난데…”&lt;BR&gt;“막내니?”&lt;BR&gt;“엄마, 내가 술을 많이 마시고 술김에 사고를 쳤는데, 피해보상으로 지금 당장 1000만 원을 주지 않으면 큰일 날 것 같아. 있는 대로 보내줘”&lt;BR&gt;놀란 어머니는 전화를 끊자마자 텔레뱅킹으로 200만원을 송금했으나 결국 보이스 피싱인 것으로 밝혀졌다.&lt;/P&gt;
&lt;P&gt;“ㅎㅎ 잘지내니?”&lt;BR&gt;“응, 왠일이야 ㅋ”&lt;BR&gt;“있잖아, 지금 어디 급하게 백만원을 보내야하는데 신랑이 보안카드를 들고 멀리 출장을 간 상태라서.. 신랑 오는 대로 바로 부쳐줄게, 부탁해”&lt;BR&gt;어느 날 A씨에게 오랜 친구로부터 메신저를 통한 쪽지가 하나 도착했다. 금방 갚을 테니 돈을 빌려달라는 간절한 부탁. 하지만 친구에게 직접 전화를 해보니 친구는 메신저에 접속하지 않은 상태였다.&lt;/P&gt;
&lt;P&gt;&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;img src=&quot;http://lukavega.untoc.com/tc/attach/1/8489827690.jpg&quot; alt=&quot;사용자 삽입 이미지&quot; height=&quot;529&quot; width=&quot;379&quot; /&gt;&lt;/div&gt;&lt;/P&gt;
&lt;P&gt;초기 피싱은 개인정보를 훔쳐 온라인 게임의 아이템을 훔치는 수준이었으나 인터넷이 발달하고 전자금융거래가 확산되면서 금융범죄로 발전했다. 현재 보이스/메신저 피싱은 메신저의 ID와 비밀번호를 해킹하여 사용자를 사칭, 지인들에게 송금을 요구하거나 검찰청, 우체국과 같은 공공기관의 ARS를 해킹, 사칭하여 벌금을 납부하라고 하는 등 그 수법도 나날이 다양화, 지능화되었을 뿐 아니라 경찰청 자료에 따르면 2007년 434억원, 2008년 877억원, 올해는 7월까지 471억원으로 그 피해액도 상당한 심각한 신종 범죄 중 하나로 떠올랐다.&lt;/P&gt;
&lt;P&gt;&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;img src=&quot;http://lukavega.untoc.com/tc/attach/1/8272477707.jpg&quot; alt=&quot;사용자 삽입 이미지&quot; height=&quot;207&quot; width=&quot;500&quot; /&gt;&lt;/div&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;SPAN style=&quot;FONT-SIZE: large; COLOR: #d16700&quot;&gt;&lt;SPAN style=&quot;FONT-SIZE: xx-large&quot;&gt;e&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: #fa8a1c&quot;&gt;-편한세상&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;img src=&quot;http://lukavega.untoc.com/tc/attach/1/2926773831.jpg&quot; alt=&quot;사용자 삽입 이미지&quot; height=&quot;175&quot; width=&quot;400&quot; /&gt;&lt;/div&gt;&lt;/P&gt;
&lt;P&gt;실로 무시무시한 세상이다. 세상이 편해질 수록 세상은 무서워지고 있다. 하이패스가 상용화되자 주차된 차의 하이패스 단말기에서 개조한 리더기를 이용해 돈을 빼낸다는 도시괴담이 생겼다. 새로운 기술이 등장할 때마다 새로운 도시괴담이 태어난다. 도시괴담은 사람의 입을 타고, 인터넷 상에서 전송되는 패킷을 타고 무럭무럭 자라난다. 정보의 범람이 비단 원하는 정보를 찾을 때만 적용되는 것이 아님은 이미 자명하다. 정보가 넘치기 때문에 세상은 안전해지는 속도보다 더 빠르게 위험해지고 있다. 기술문명의 발달이라는 손잡이 없는 칼에 손잡이를 달아줄 똑똑한 아이디어에 대한 논의가 시급하다.&lt;BR&gt;&lt;BR&gt;&lt;BR&gt;&lt;BR&gt;&lt;BR&gt;&lt;BR&gt;&lt;BR&gt;IBM 대학생 아이디어 공모전에서 공공안전을 주제로 1라운드때 쓴 글이다.&lt;BR&gt;방금 확인했지만.. 나의 첫 공모전은 이렇게 시원~하게 탈락했다.ㅜㅜ&lt;BR&gt;과제 때문에 많이 바빴지만 같이 시간 쪼개준 친구들한테 미안하다 엉엉&lt;BR&gt;&lt;BR&gt;&lt;BR&gt;&lt;/P&gt;
&lt;DIV class=addtoany_share_save_container&gt;
&lt;UL class=addtoany_list&gt;
&lt;LI&gt;&lt;A title=Twitter href=&quot;http://www.addtoany.com/add_to/twitter?linkurl=http%3A%2F%2Funivjam.smarterplanet.co.kr%2Farchives%2F5489&amp;amp;linkname=%EB%88%88%20%EB%9C%A8%EA%B3%A0%20%EB%8B%B9%ED%95%9C%20%EC%9E%90%EB%93%A4%EC%9D%98%20%EB%8F%84%EC%8B%9C&quot; target=_blank rel=nofollow&gt;&lt;IMG alt=Twitter src=&quot;http://univjam.smarterplanet.co.kr/wp-content/plugins/add-to-any//icons/twitter.png&quot;&gt;&lt;/A&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/DIV&gt;
&lt;UL class=addtoany_list&gt;
&lt;LI&gt;&lt;A class=&quot;a2a_dd addtoany_share_save&quot; href=&quot;http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Funivjam.smarterplanet.co.kr%2Farchives%2F5489&amp;amp;linkname=%EB%88%88%20%EB%9C%A8%EA%B3%A0%20%EB%8B%B9%ED%95%9C%20%EC%9E%90%EB%93%A4%EC%9D%98%20%EB%8F%84%EC%8B%9C&quot; a2a_index=&quot;0&quot;&gt;&lt;IMG style=&quot;BORDER-TOP-WIDTH: 0px; BORDER-LEFT-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; BORDER-RIGHT-WIDTH: 0px&quot; height=16 alt=Share/Save/Bookmark src=&quot;http://univjam.smarterplanet.co.kr/wp-content/plugins/add-to-any//share_save_120_16.png&quot; width=120&gt;&lt;/A&gt;&lt;/LI&gt;&lt;/UL&gt;</summary>
  </entry>
  <entry>
    <title type="html">LNK4208</title>
    <link rel="alternate" type="text/html" href="http://lukavega.untoc.com/tc/entry/LNK4208" />
    <link rel="replies" type="application/atom+xml" href="http://lukavega.untoc.com/tc/atom/response/31" thr:count="0"/>
    <category term="C++" />
    <author>
      <name>(Lukavega)</name>
    </author>
    <id>http://lukavega.untoc.com/tc/entry/LNK4208</id>
    <updated>2009-08-17T09:54:28+09:00</updated>
    <published>2009-08-17T09:54:24+09:00</published>
    <summary type="html">&lt;DIV class=majorTitle&gt;
&lt;H3&gt;&lt;FONT color=#ff0000&gt;
&lt;H6&gt;&lt;FONT color=#ff0000&gt;
&lt;H3&gt;&lt;FONT color=#ff0000&gt;Debug 폴더를 삭제하고 다시 빌드하면 됩니다.&lt;/FONT&gt;&lt;/H3&gt;&lt;/FONT&gt;&lt;/H6&gt;&lt;/FONT&gt;&lt;/H3&gt;&lt;BR&gt;&lt;BR&gt;&lt;BR&gt;Visual C++ 개념: C/C++ 프로그램 빌드&lt;!----&gt;&lt;/DIV&gt;
&lt;DIV class=title&gt;링커 도구 경고 LNK4208&lt;!----&gt;&lt;/DIV&gt;&lt;!--
      Content type: Devdiv1. Transform: orcas2mtps.xslt.
    --&gt;
&lt;DIV id=mainSection&gt;
&lt;DIV id=mainBody&gt;
&lt;P&gt;&lt;SPAN style=&quot;COLOR: darkgray&quot;&gt;업데이트: 2007년 11월&lt;/SPAN&gt;&lt;/P&gt;
&lt;DIV class=section id=errorTitleSection&gt;
&lt;H4 class=subHeading&gt;오류 메시지&lt;/H4&gt;&#039;filename&#039;에 호환되지 않는 PDB 형식이 있습니다. 삭제한 다음 다시 빌드하십시오. 디버그 정보가 없는 것처럼 개체를 링크합니다.&lt;BR&gt;incompatible PDB format in &#039;filename&#039;; delete and rebuild; linking object as if no debug info 
&lt;/DIV&gt;
&lt;DIV class=introduction&gt;
&lt;P&gt;파일의 .pdb 형식이 호환되지 않습니다. .pdb를 삭제한 다음 다시 빌드하십시오.&lt;/P&gt;
&lt;P&gt;이전 버전의 Visual C++로 빌드한 .obj 또는 .lib를 사용하는 경우와 해당 파일에 이와 관련된 .pdb 파일이 포함된 경우에 &lt;A id=ctl00_MTContentSelector1_mainContentContainer_ctl01 onclick=&quot;javascript:Track(&#039;ctl00_MTContentSelector1_mainContentContainer_ctl00|ctl00_MTContentSelector1_mainContentContainer_ctl01&#039;,this);&quot; href=&quot;http://msdn.microsoft.com/ko-kr/library/xe4t6fc1.aspx&quot;&gt;&lt;FONT color=#0033cc&gt;/DEBUG(디버깅 정보 생성)&lt;/FONT&gt;&lt;/A&gt;로 링크하면 LNK4208이 발생합니다. 이러한 경우에는 &lt;B&gt;/DEBUG&lt;/B&gt;를 사용하지 말거나 이전 .pdb 파일을 삭제한 다음 다시 빌드하십시오.&lt;/P&gt;
&lt;P&gt;컴파일러와 링커가 일치하지 않는 경우 이 오류가 발생할 수 있습니다. 예를 들어, 컴파일러는 현재 버전의 Visual C++이고 링커는 이전 버전일 경우입니다.&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</summary>
  </entry>
  <entry>
    <title type="html">ASP.net에서 md5 암호화 쓰기</title>
    <link rel="alternate" type="text/html" href="http://lukavega.untoc.com/tc/entry/ASPnet%EC%97%90%EC%84%9C-md5-%EC%95%94%ED%98%B8%ED%99%94-%EC%93%B0%EA%B8%B0" />
    <link rel="replies" type="application/atom+xml" href="http://lukavega.untoc.com/tc/atom/response/30" thr:count="0"/>
    <category term="ASP.net" />
    <category term="asp.net" />
    <category term="MD5" />
    <category term="SHA1" />
    <category term="암호화" />
    <author>
      <name>(Lukavega)</name>
    </author>
    <id>http://lukavega.untoc.com/tc/entry/ASPnet%EC%97%90%EC%84%9C-md5-%EC%95%94%ED%98%B8%ED%99%94-%EC%93%B0%EA%B8%B0</id>
    <updated>2009-07-23T16:41:49+09:00</updated>
    <published>2009-07-23T16:41:49+09:00</published>
    <summary type="html">&lt;P&gt;이런 메소드가 있었다니.. 난 직접 구현하려했다구 ㅠ&lt;BR&gt;그나마 완성하기 전에 알아서 다행.ㅠㅠㅠㅠㅠ&lt;BR&gt;&lt;BR&gt;output.Text = FormsAuthentication.HashPasswordForStoringInConfigFile(input.Text, &quot;&lt;FONT color=#993366&gt;MD5&lt;/FONT&gt;&quot;);&lt;BR&gt;&lt;BR&gt;&lt;BR&gt;이렇게 쓰면 SHA1도 쓸 수 있습니다.&lt;BR&gt;output.Text = FormsAuthentication.HashPasswordForStoringInConfigFile(input.Text, &quot;&lt;FONT color=#993366&gt;SHA1&lt;/FONT&gt;&quot;);&lt;/P&gt;</summary>
  </entry>
  <entry>
    <title type="html">[아이와 어른의 경계에서] Christina Aguilera - The Voice Within</title>
    <link rel="alternate" type="text/html" href="http://lukavega.untoc.com/tc/entry/%EC%95%84%EC%9D%B4%EC%99%80-%EC%96%B4%EB%A5%B8%EC%9D%98-%EA%B2%BD%EA%B3%84%EC%97%90%EC%84%9C-Christina-Aguilera-The-Voice-Within" />
    <link rel="replies" type="application/atom+xml" href="http://lukavega.untoc.com/tc/atom/response/29" thr:count="0"/>
    <category term="Music" />
    <category term="Christina Aguilera" />
    <category term="The Voice Within" />
    <category term="아이와 어른의 경계에서" />
    <author>
      <name>(Lukavega)</name>
    </author>
    <id>http://lukavega.untoc.com/tc/entry/%EC%95%84%EC%9D%B4%EC%99%80-%EC%96%B4%EB%A5%B8%EC%9D%98-%EA%B2%BD%EA%B3%84%EC%97%90%EC%84%9C-Christina-Aguilera-The-Voice-Within</id>
    <updated>2009-06-06T19:30:51+09:00</updated>
    <published>2009-06-06T19:30:51+09:00</published>
    <summary type="html">&lt;P&gt;&lt;object width=&quot;425&quot; height=&quot;344&quot;&gt;&lt;param name=&quot;movie&quot; value=&quot;http://www.youtube.com/v/OHyAXS8kp4U&amp;amp;hl=ko&amp;amp;fs=1&amp;amp;&quot;&gt;&lt;/param&gt;&lt;param name=&quot;allowFullScreen&quot; value=&quot;true&quot;&gt;&lt;/param&gt;&lt;param name=&quot;allowscriptaccess&quot; value=&quot;always&quot;&gt;&lt;/param&gt;&lt;embed src=&quot;http://www.youtube.com/v/OHyAXS8kp4U&amp;amp;hl=ko&amp;amp;fs=1&amp;amp;&quot; type=&quot;application/x-shockwave-flash&quot; allowscriptaccess=&quot;always&quot; allowfullscreen=&quot;true&quot; width=&quot;425&quot; height=&quot;344&quot;&gt;&lt;/embed&gt;&lt;/object&gt;&lt;BR&gt;&lt;BR&gt;Young girl, don`t cry&lt;BR&gt;I`ll be right here when your world starts to fall&lt;BR&gt;Young girl, it`s all right&lt;BR&gt;Your tears will dry, you`ll soon be free to fly&lt;BR&gt;&lt;BR&gt;어린 소녀여, 울지마&lt;BR&gt;너의 세상이 무너지기 시작할 때 내가 여기 있어줄게&lt;BR&gt;어린 소녀여, 괜찮을거야&lt;BR&gt;너의 눈물이 마를 것이고, 너는 곧 날 수 있을거야&lt;BR&gt;&lt;BR&gt;When you`re safe inside your room you tend to dream&lt;BR&gt;Of a place where nothing`s harder than it seems&lt;BR&gt;No one ever wants or bothers to explain&lt;BR&gt;Of the heartache life can bring and what it means&lt;BR&gt;&lt;BR&gt;안전하게 너의 방에 있을 땐 때로 꿈을 꾸지&lt;BR&gt;생각만큼 어려운 일이 없는 곳에 대해&lt;BR&gt;아무도 설명하려 하지도 설명을 원하지도 않아&lt;BR&gt;인생이 얼마만큼 가슴아픔을 줄 수 있는지에 대해&lt;BR&gt;&lt;BR&gt;When there`s no one else&lt;BR&gt;Look inside yourself&lt;BR&gt;Like your oldest friend&lt;BR&gt;Just trust the voice within&lt;BR&gt;Then you`ll find the strength&lt;BR&gt;That will guide your way&lt;BR&gt;If you will learn to begin&lt;BR&gt;To trust the voice within&lt;BR&gt;&lt;BR&gt;아무도 없을 때&lt;BR&gt;너의 자신을 들여다봐&lt;BR&gt;너의 오래된 친구처럼&lt;BR&gt;그냥 너의 속에 있는 목소리를 믿어&lt;BR&gt;그러면 넌 힘을 낼 수 있을거야&lt;BR&gt;너의 길을 안내해 줄 그 것,&lt;BR&gt;&lt;FONT style=&quot;BACKGROUND-COLOR: #e4e4e4&quot;&gt;너의 속에 있는 목소리를 믿는 걸&lt;BR&gt;배우기 시작한다면&lt;/FONT&gt;&lt;BR&gt;&lt;BR&gt;&lt;BR&gt;Young girl, don`t hide&lt;BR&gt;You`ll never change if you just run away&lt;BR&gt;Young girl, just hold tight&lt;BR&gt;And soon you`re gonna see your brighter day&lt;BR&gt;&lt;BR&gt;어린 소녀여, 숨지 마렴&lt;BR&gt;도망가기만 한다면 넌 변하지 못할 거야&lt;BR&gt;어린 소녀여, 조금만 견뎌&lt;BR&gt;넌 곧 너의 밝은 날을 보게 될거야&lt;BR&gt;&lt;BR&gt;Now in a world where innocence is quickly claimed&lt;BR&gt;It`s so hard to stand your ground when you`re so afraid&lt;BR&gt;No one reaches out a hand for you to hold&lt;BR&gt;When you`re lost outside look inside to your soul&lt;BR&gt;&lt;BR&gt;이제 순수함을 너무 빨리 잃어버리는 세상에서&lt;BR&gt;그렇게 겁을 내고 있으면 자신감을 갖기 어려워져&lt;BR&gt;아무도 너에게 손을 내밀지 않아&lt;BR&gt;밖에서 헤매고 있다면 너의 마음 속을 들여다보렴&lt;BR&gt;&lt;BR&gt;When there`s no one else&lt;BR&gt;Look inside yourself&lt;BR&gt;Like your oldest friend&lt;BR&gt;Just trust the voice within&lt;BR&gt;Then you`ll find the strength&lt;BR&gt;That will guide your way&lt;BR&gt;If you will learn to begin&lt;BR&gt;To trust the voice within&lt;BR&gt;&lt;BR&gt;아무도 없을 때 &lt;BR&gt;너의 자신을 들여다봐&lt;BR&gt;너의 오래된 친구처럼&lt;BR&gt;그냥 너의 속에 있는 목소리를 믿어&lt;BR&gt;그러면 넌 힘을 낼 수 있을거야&lt;BR&gt;너의 길을 안내해 줄 그 것,&lt;BR&gt;너의 속에 있는 목소리를 믿는 걸&lt;BR&gt;배우기 시작한다면&lt;BR&gt;&lt;BR&gt;Yeah...&lt;BR&gt;Life is a journey&lt;BR&gt;It can take you anywhere you choose to go&lt;BR&gt;As long as you`re learning&lt;BR&gt;You`ll find all you`ll ever need to know&lt;BR&gt;&lt;BR&gt;&lt;FONT style=&quot;BACKGROUND-COLOR: #e4e4e4&quot;&gt;인생은 모험이야&lt;BR&gt;그 곳이 어디든 네가 선택하는 곳으로 데려다줄거야&lt;BR&gt;네가 배우고 있는 한&lt;BR&gt;네가 평생 알아야 할 모든걸 알게 될거야&lt;/FONT&gt;&lt;BR&gt;&lt;BR&gt;(Be strong)&lt;BR&gt;You`ll break it&lt;BR&gt;(Hold On)&lt;BR&gt;You`ll make it&lt;BR&gt;Just don`t forsake it because&lt;BR&gt;No one can stop you&lt;BR&gt;You know that I`m talking to you&lt;BR&gt;&lt;BR&gt;넌 할 수 있어&lt;BR&gt;넌 할 수 있어&lt;BR&gt;너 자신을 탓하지 마&lt;BR&gt;아무도 널 막을 수 없어&lt;BR&gt;넌 내가 너에게 말하고 있는 것에 대해 알잖아&lt;BR&gt;&lt;BR&gt;When there`s no one else&lt;BR&gt;Look inside yourself&lt;BR&gt;Like your oldest friend&lt;BR&gt;Just trust the voice within&lt;BR&gt;Then you`ll find the strength&lt;BR&gt;That will guide your way&lt;BR&gt;If you will learn to begin&lt;BR&gt;To trust the voice within&lt;BR&gt;&lt;BR&gt;아무도 없을 때 &lt;BR&gt;너의 자신을 들여다봐&lt;BR&gt;너의 오래된 친구처럼&lt;BR&gt;그냥 너의 속에 있는 목소리를 믿어&lt;BR&gt;그러면 넌 힘을 낼 수 있을거야&lt;BR&gt;너의 길을 안내해 줄 그 것,&lt;BR&gt;너의 속에 있는 목소리를 믿는 걸&lt;BR&gt;배우기 시작한다면&lt;BR&gt;&lt;BR&gt;Young girl don`t cry&lt;BR&gt;I`ll be right here when your world starts to fall&quot;&lt;BR&gt;&lt;BR&gt;어린 소녀여, 울지마렴&lt;BR&gt;세상이 무너지기 시작할 때 내가 여기에 있어줄게 &lt;/P&gt;</summary>
  </entry>
  <entry>
    <title type="html">[아이와 어른의 경계에서] 김창완 밴드 - 열두 살은 열두 살을 살고 열여섯은 열여섯을 살지</title>
    <link rel="alternate" type="text/html" href="http://lukavega.untoc.com/tc/entry/%EC%95%84%EC%9D%B4%EC%99%80-%EC%96%B4%EB%A5%B8%EC%9D%98-%EA%B2%BD%EA%B3%84%EC%97%90%EC%84%9C-%EA%B9%80%EC%B0%BD%EC%99%84-%EB%B0%B4%EB%93%9C-%EC%97%B4%EB%91%90-%EC%82%B4%EC%9D%80-%EC%97%B4%EB%91%90-%EC%82%B4%EC%9D%84-%EC%82%B4%EA%B3%A0-%EC%97%B4%EC%97%AC%EC%84%AF%EC%9D%80-%EC%97%B4%EC%97%AC%EC%84%AF%EC%9D%84-%EC%82%B4%EC%A7%80" />
    <link rel="replies" type="application/atom+xml" href="http://lukavega.untoc.com/tc/atom/response/28" thr:count="0"/>
    <category term="Music" />
    <category term="김창완 밴드" />
    <category term="아이와 어른의 경계에서" />
    <category term="열두 살은 열두 살을 살고 열여섯은 열여섯을 살지" />
    <author>
      <name>(Lukavega)</name>
    </author>
    <id>http://lukavega.untoc.com/tc/entry/%EC%95%84%EC%9D%B4%EC%99%80-%EC%96%B4%EB%A5%B8%EC%9D%98-%EA%B2%BD%EA%B3%84%EC%97%90%EC%84%9C-%EA%B9%80%EC%B0%BD%EC%99%84-%EB%B0%B4%EB%93%9C-%EC%97%B4%EB%91%90-%EC%82%B4%EC%9D%80-%EC%97%B4%EB%91%90-%EC%82%B4%EC%9D%84-%EC%82%B4%EA%B3%A0-%EC%97%B4%EC%97%AC%EC%84%AF%EC%9D%80-%EC%97%B4%EC%97%AC%EC%84%AF%EC%9D%84-%EC%82%B4%EC%A7%80</id>
    <updated>2009-05-21T01:57:56+09:00</updated>
    <published>2009-05-21T01:57:56+09:00</published>
    <summary type="html">&lt;object width=&quot;425&quot; height=&quot;344&quot;&gt;&lt;param name=&quot;movie&quot; value=&quot;http://www.youtube.com/v/S4DYnFTNma4&amp;amp;color1=0xb1b1b1&amp;amp;color2=0xcfcfcf&amp;amp;hl=ko&amp;amp;feature=player_embedded&amp;amp;fs=1&quot;&gt;&lt;/param&gt;&lt;param name=&quot;allowFullScreen&quot; value=&quot;true&quot;&gt;&lt;/param&gt;&lt;embed src=&quot;http://www.youtube.com/v/S4DYnFTNma4&amp;amp;color1=0xb1b1b1&amp;amp;color2=0xcfcfcf&amp;amp;hl=ko&amp;amp;feature=player_embedded&amp;amp;fs=1&quot; type=&quot;application/x-shockwave-flash&quot; allowfullscreen=&quot;true&quot; width=&quot;425&quot; height=&quot;344&quot;&gt;&lt;/embed&gt;&lt;/object&gt;&lt;BR&gt;&lt;BR&gt;어차피 과거나 미래같은 것도 그저 관념일 뿐.&lt;BR&gt;인생이란 그저 순간순간의 연속일 뿐.&lt;BR&gt;&lt;BR&gt;다만, 기억할뿐.ㅎㅎㅎ&lt;BR&gt;&lt;BR&gt;&lt;BR&gt;&lt;BR&gt;&lt;BR&gt;열두 살은 열두 살을 살고, &lt;BR&gt;열여섯은 열여섯을 살지&lt;BR&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; -김창완밴드&lt;BR&gt;&lt;BR&gt;열두살은 열두살을 살고&lt;BR&gt;열여섯은 열여섯을 살지&lt;BR&gt;예순둘은 예순둘을 살고&lt;BR&gt;일곱살은 일곱살을 살지&lt;BR&gt;내가 스무살을이었을때 일천구백칠십년 무렵&lt;BR&gt;그 날은 그 날이었고&lt;BR&gt;오늘은 오늘일뿐이야.&lt;BR&gt;&lt;BR&gt;여자들은 여자들을 살고&lt;BR&gt;남자들은 남자들을 살지&lt;BR&gt;어린애는 어린애로 살고&lt;BR&gt;어른들은 어른들로 살지&lt;BR&gt;내가 일흔살이 들면 이천이십삽십년무렵&lt;BR&gt;그날은 그날일거고 오늘은 오늘일뿐야.&lt;BR&gt;&lt;BR&gt;미리 알수있는건 하나 없고&lt;BR&gt;후회없이 살 수 있지도 않아&lt;BR&gt;피할수있다면 피하고 싶지만&lt;BR&gt;다 겪어봐야 알수있는게 있지.&lt;BR&gt;꿈이 자라나던 내 어린시절&lt;BR&gt;내 꿈을 따먹던 청춘시절&lt;BR&gt;이젠 꿈을 접어 접어 날려보낸다.&lt;BR&gt;묻어버린 꿈 위로 나비춤을 추네&lt;BR&gt;꿈이 춤을 추네.&lt;BR&gt;나비 날아가네.&lt;BR&gt;꿈이 날아가네.&lt;BR&gt;&lt;BR&gt;열두살은 열두살을 살고&lt;BR&gt;영여섯은 열여섯을 살지&lt;BR&gt;예순둘은 예순둘을 살고&lt;BR&gt;일곱살은 일곱살을 살지.&lt;BR&gt;</summary>
  </entry>
  <entry>
    <title type="html">로봇 관련 경진대회</title>
    <link rel="alternate" type="text/html" href="http://lukavega.untoc.com/tc/entry/%EB%A1%9C%EB%B4%87-%EA%B4%80%EB%A0%A8-%EA%B2%BD%EC%A7%84%EB%8C%80%ED%9A%8C" />
    <link rel="replies" type="application/atom+xml" href="http://lukavega.untoc.com/tc/atom/response/26" thr:count="0"/>
    <category term="읭" />
    <author>
      <name>(Lukavega)</name>
    </author>
    <id>http://lukavega.untoc.com/tc/entry/%EB%A1%9C%EB%B4%87-%EA%B4%80%EB%A0%A8-%EA%B2%BD%EC%A7%84%EB%8C%80%ED%9A%8C</id>
    <updated>2009-05-18T18:34:06+09:00</updated>
    <published>2009-05-18T18:34:06+09:00</published>
    <summary type="html">&lt;P&gt;&lt;STRONG&gt;[Education]&lt;/STRONG&gt; &lt;/P&gt;
&lt;P&gt;로봇페스트&lt;/P&gt;
&lt;P&gt;전국창작 로보콘 경진대회 (&lt;A class=con_link href=&quot;http://www.roboedu.co.kr/&quot; target=_blank&gt;http://www.roboedu.co.kr/&lt;/A&gt;) &lt;/P&gt;
&lt;P&gt;전국창작 지능로봇 경진대회 (대한창작지능로봇협회) (&lt;A class=con_link href=&quot;http://www.icira.org)/&quot; target=_blank&gt;http://www.icira.org)&lt;/A&gt; &lt;/P&gt;
&lt;P&gt;로봇올림피아드 (&lt;A class=con_link href=&quot;http://www.iroc.org/korea/iro.htm&quot; target=_blank&gt;http://www.iroc.org/korea/iro.htm&lt;/A&gt;) &amp;nbsp;&lt;/P&gt;
&lt;P&gt;전국학생로봇경진대회(한국학교로봇교육진흥회) (&lt;A class=con_link href=&quot;http://www.kaorea.or.kr/&quot; target=_blank&gt;http://www.kaorea.or.kr/&lt;/A&gt;) &lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;[Intelligence]&lt;/STRONG&gt; &lt;/P&gt;
&lt;P&gt;그랜드챌린지(포항지능로봇연구소) (&lt;A class=con_link href=&quot;http://gc.piro.re.kr/&quot; target=_blank&gt;http://gc.piro.re.kr/&lt;/A&gt;) &amp;nbsp;&lt;/P&gt;
&lt;P&gt;로봇피아드(한국산업기술시험원) (&lt;A class=con_link href=&quot;http://www.robotpiad.or.kr/&quot; target=_blank&gt;http://www.robotpiad.or.kr/&lt;/A&gt;) &lt;/P&gt;
&lt;P&gt;지능형SoC 로봇워(KAIST, SDIA/시스템설계응용연구센터) (&lt;A class=con_link href=&quot;http://www.socrobotwar.org/&quot; target=_blank&gt;http://www.socrobotwar.org/&lt;/A&gt;) &lt;/P&gt;
&lt;P&gt;FIRA CUP(세계로봇축구연맹) (&lt;A class=con_link href=&quot;http://www.fira.net/&quot; target=_blank&gt;http://www.fira.net/&lt;/A&gt;) &lt;/P&gt;
&lt;P&gt;로보콘코리아(KBS) (&lt;A class=con_link href=&quot;http://www.kbs.co.kr/1tv/sisa/robocon/index.html/&quot; target=_blank&gt;http://www.kbs.co.kr/1tv/sisa/robocon/index.html/&lt;/A&gt;) &lt;/P&gt;
&lt;P&gt;마이크로마우스 &lt;/P&gt;
&lt;P&gt;한국지능로봇경진대회(포항공대) (&lt;A class=con_link href=&quot;http://irc.piro.re.kr/kr/index.asp&quot; target=_blank&gt;http://irc.piro.re.kr/kr/index.asp&lt;/A&gt;) &lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;[Entertainment]&lt;/STRONG&gt; &lt;/P&gt;
&lt;P&gt;휴머노이드경진대회 &lt;/P&gt;
&lt;P&gt;슈퍼로봇그랑프리 (&lt;A class=con_link href=&quot;http://www.srgp.co.kr/intro/intro.php&quot; target=_blank&gt;http://www.srgp.co.kr/intro/intro.php&lt;/A&gt;) &lt;/P&gt;
&lt;P&gt;로보원코리아 (&lt;A class=con_link href=&quot;http://www.robo-one.or.kr/&quot; target=_blank&gt;http://www.robo-one.or.kr/&lt;/A&gt;) &lt;/P&gt;
&lt;P&gt;EBS 로봇파워 (&lt;A class=con_link href=&quot;http://home.ebs.co.kr/robot/index.html&quot; target=_blank&gt;http://home.ebs.co.kr/robot/index.html&lt;/A&gt;) // (&lt;A class=con_link href=&quot;http://blog.naver.com/robotebs&quot; target=_blank&gt;http://blog.naver.com/robotebs&lt;/A&gt;) &lt;/P&gt;
&lt;P&gt;전투로봇경진대회 (&lt;A class=con_link href=&quot;http://robotfestival.org/battle/battle.htm&quot; target=_blank&gt;http://robotfestival.org/battle/battle.htm&lt;/A&gt;) (서울산업대로봇페스티벌) &lt;/P&gt;
&lt;P&gt;대한민국로봇대전(인천) (&lt;A class=con_link href=&quot;http://www.robotwar.or.kr/index.php&quot; target=_blank&gt;http://www.robotwar.or.kr/index.php&lt;/A&gt;) &lt;BR&gt;&lt;/P&gt;
&lt;DIV class=autosourcing-stub&gt;
&lt;P style=&quot;PADDING-RIGHT: 0px; PADDING-LEFT: 0px; FONT-WEIGHT: normal; FONT-SIZE: 12px; PADDING-BOTTOM: 0px; MARGIN: 11px 0px 7px; PADDING-TOP: 0px; FONT-STYLE: normal; FONT-FAMILY: Dotum&quot;&gt;&lt;STRONG style=&quot;PADDING-RIGHT: 7px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; PADDING-TOP: 0px&quot;&gt;&lt;BR&gt;[출처]&lt;/STRONG&gt; &lt;A href=&quot;http://blog.naver.com/csj_11/30045162555&quot; target=_blank&gt;[세계10대 경기대회] &lt;/A&gt;&lt;SPAN style=&quot;PADDING-RIGHT: 7px; PADDING-LEFT: 5px; PADDING-BOTTOM: 0px; PADDING-TOP: 0px&quot;&gt;|&lt;/SPAN&gt;&lt;STRONG style=&quot;PADDING-RIGHT: 7px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; PADDING-TOP: 0px&quot;&gt;작성자&lt;/STRONG&gt; &lt;A href=&quot;http://blog.naver.com/csj_11&quot; target=_blank&gt;스타일정&lt;/A&gt;&lt;/P&gt;&lt;/DIV&gt;</summary>
  </entry>
  <entry>
    <title type="html">쓸만한 openGL 매뉴얼 사이트</title>
    <link rel="alternate" type="text/html" href="http://lukavega.untoc.com/tc/entry/%EC%93%B8%EB%A7%8C%ED%95%9C-openGL-%EB%A7%A4%EB%89%B4%EC%96%BC-%EC%82%AC%EC%9D%B4%ED%8A%B8" />
    <link rel="replies" type="application/atom+xml" href="http://lukavega.untoc.com/tc/atom/response/24" thr:count="0"/>
    <category term="오픈지엘" />
    <category term="openGL" />
    <category term="openGL 매뉴얼" />
    <author>
      <name>(Lukavega)</name>
    </author>
    <id>http://lukavega.untoc.com/tc/entry/%EC%93%B8%EB%A7%8C%ED%95%9C-openGL-%EB%A7%A4%EB%89%B4%EC%96%BC-%EC%82%AC%EC%9D%B4%ED%8A%B8</id>
    <updated>2009-05-01T20:50:12+09:00</updated>
    <published>2009-05-01T20:48:21+09:00</published>
    <summary type="html">&lt;A href=&quot;http://pyopengl.sourceforge.net/documentation/manual/index.html&quot;&gt;&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;img src=&quot;http://lukavega.untoc.com/tc/attach/1/6155224833.jpg&quot; alt=&quot;사용자 삽입 이미지&quot; height=&quot;530&quot; width=&quot;500&quot; /&gt;&lt;/div&gt;&lt;/A&gt;&lt;A href=&quot;http://pyopengl.sourceforge.net/documentation/manual/index.html&quot;&gt;&lt;BR&gt;http://pyopengl.sourceforge.net/documentation/manual/index.html&lt;/A&gt;&lt;BR&gt;&lt;BR&gt;</summary>
  </entry>
</feed>

