<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>댓글 : Modal Windowed Login UI.</title>
	<atom:link href="http://naradesign.net/wp/2010/03/04/1199/feed/" rel="self" type="application/rss+xml" />
	<link>http://naradesign.net/wp/2010/03/04/1199/</link>
	<description>웹표준, 웹접근성, 유니버설디자인, HTML, CSS, UI, UX, UD</description>
	<lastBuildDate>Mon, 06 Sep 2010 17:58:54 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>황성진가 만듬</title>
		<link>http://naradesign.net/wp/2010/03/04/1199/comment-page-1/#comment-51030</link>
		<dc:creator>황성진</dc:creator>
		<pubDate>Fri, 30 Jul 2010 05:35:12 +0000</pubDate>
		<guid isPermaLink="false">http://naradesign.net/wp/2010/03/04/1199/#comment-51030</guid>
		<description>안녕하세요 ^^ 
잘 보고 있습니다.</description>
		<content:encoded><![CDATA[<p>안녕하세요 ^^<br />
잘 보고 있습니다.</p>
]]></content:encoded>
	</item>
	<item>
		<title>정찬명가 만듬</title>
		<link>http://naradesign.net/wp/2010/03/04/1199/comment-page-1/#comment-49804</link>
		<dc:creator>정찬명</dc:creator>
		<pubDate>Sat, 06 Mar 2010 21:58:14 +0000</pubDate>
		<guid isPermaLink="false">http://naradesign.net/wp/2010/03/04/1199/#comment-49804</guid>
		<description>입명이님 링크 감사합니다.
이벤트 버블링과 관련하여 아래와 같은 솔루션을 제시하고 있는데 제가 아직 개념은 잘 모르겠습니다.
월요일날 출근해서 옆에 있는 사람 괴롭혀야겠어요. ㅎㅎㅎ.

&lt;pre&gt;&lt;code class=&quot;block&quot;&gt;function stopEvent(e) {
	if(!e) var e = window.event;
	
	//e.cancelBubble is supported by IE - this will kill the bubbling process.
	e.cancelBubble = true;
	e.returnValue = false;

	//e.stopPropagation works only in Firefox.
	if (e.stopPropagation) {
		e.stopPropagation();
		e.preventDefault();
	}
	return false;
}&lt;/code&gt;&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p>입명이님 링크 감사합니다.<br />
이벤트 버블링과 관련하여 아래와 같은 솔루션을 제시하고 있는데 제가 아직 개념은 잘 모르겠습니다.<br />
월요일날 출근해서 옆에 있는 사람 괴롭혀야겠어요. ㅎㅎㅎ.</p>
<pre><code class="block">function stopEvent(e) {
	if(!e) var e = window.event;

	//e.cancelBubble is supported by IE - this will kill the bubbling process.
	e.cancelBubble = true;
	e.returnValue = false;

	//e.stopPropagation works only in Firefox.
	if (e.stopPropagation) {
		e.stopPropagation();
		e.preventDefault();
	}
	return false;
}</code></pre>
]]></content:encoded>
	</item>
	<item>
		<title>입명이가 만듬</title>
		<link>http://naradesign.net/wp/2010/03/04/1199/comment-page-1/#comment-49800</link>
		<dc:creator>입명이</dc:creator>
		<pubDate>Sat, 06 Mar 2010 07:28:35 +0000</pubDate>
		<guid isPermaLink="false">http://naradesign.net/wp/2010/03/04/1199/#comment-49800</guid>
		<description>죄송합니다. 답변이 늦었어요. 초보란거 있지 마시고요. -.-;; 링크로 답변 달게요.

http://www.openjs.com/articles/prevent_default_action/</description>
		<content:encoded><![CDATA[<p>죄송합니다. 답변이 늦었어요. 초보란거 있지 마시고요. -.-;; 링크로 답변 달게요.</p>
<p><a href="http://www.openjs.com/articles/prevent_default_action/" rel="nofollow">http://www.openjs.com/articles/prevent_default_action/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>정찬명가 만듬</title>
		<link>http://naradesign.net/wp/2010/03/04/1199/comment-page-1/#comment-49798</link>
		<dc:creator>정찬명</dc:creator>
		<pubDate>Sat, 06 Mar 2010 05:41:34 +0000</pubDate>
		<guid isPermaLink="false">http://naradesign.net/wp/2010/03/04/1199/#comment-49798</guid>
		<description>@흥섭
고마워. label 텍스트가 투명한 input 뒤에서 보이도록 처리했단다. input 대신 label에 포커스가 맺히거나 클릭되면 안되니까.</description>
		<content:encoded><![CDATA[<p>@흥섭<br />
고마워. label 텍스트가 투명한 input 뒤에서 보이도록 처리했단다. input 대신 label에 포커스가 맺히거나 클릭되면 안되니까.</p>
]]></content:encoded>
	</item>
	<item>
		<title>엘카가 만듬</title>
		<link>http://naradesign.net/wp/2010/03/04/1199/comment-page-1/#comment-49794</link>
		<dc:creator>엘카</dc:creator>
		<pubDate>Fri, 05 Mar 2010 05:11:52 +0000</pubDate>
		<guid isPermaLink="false">http://naradesign.net/wp/2010/03/04/1199/#comment-49794</guid>
		<description>이..이거슨 적절한 예제군요!</description>
		<content:encoded><![CDATA[<p>이..이거슨 적절한 예제군요!</p>
]]></content:encoded>
	</item>
	<item>
		<title>이흥섭가 만듬</title>
		<link>http://naradesign.net/wp/2010/03/04/1199/comment-page-1/#comment-49793</link>
		<dc:creator>이흥섭</dc:creator>
		<pubDate>Fri, 05 Mar 2010 04:55:23 +0000</pubDate>
		<guid isPermaLink="false">http://naradesign.net/wp/2010/03/04/1199/#comment-49793</guid>
		<description>&lt;label&gt;에 z-index: 1이요!</description>
		<content:encoded><![CDATA[<p>&lt;label&gt;에 z-index: 1이요!</p>
]]></content:encoded>
	</item>
	<item>
		<title>정찬명가 만듬</title>
		<link>http://naradesign.net/wp/2010/03/04/1199/comment-page-1/#comment-49791</link>
		<dc:creator>정찬명</dc:creator>
		<pubDate>Fri, 05 Mar 2010 01:18:01 +0000</pubDate>
		<guid isPermaLink="false">http://naradesign.net/wp/2010/03/04/1199/#comment-49791</guid>
		<description>@이흥섭
아하~ 그런 방법이 있었구나. 생각도 못했는데. 정말 좋다. 바로 반영 해야겠어. 고마워! ^^</description>
		<content:encoded><![CDATA[<p>@이흥섭<br />
아하~ 그런 방법이 있었구나. 생각도 못했는데. 정말 좋다. 바로 반영 해야겠어. 고마워! ^^</p>
]]></content:encoded>
	</item>
	<item>
		<title>이흥섭가 만듬</title>
		<link>http://naradesign.net/wp/2010/03/04/1199/comment-page-1/#comment-49789</link>
		<dc:creator>이흥섭</dc:creator>
		<pubDate>Fri, 05 Mar 2010 01:08:23 +0000</pubDate>
		<guid isPermaLink="false">http://naradesign.net/wp/2010/03/04/1199/#comment-49789</guid>
		<description>&gt; ‘ID/PW’를 입력하지 않았을 때 상황에 맞는 알럿 띄우기.

이 경우 ID 입력칸에 &quot;ID&quot;라고 적게 되면 다시 포커스 잡았을 때 내용이 사라지네요. 전 &lt;label&gt;을 입력칸 위에 띄워서 이 문제를 해결하고 있는데요, MooTools의 &lt;a href=&quot;http://mootools.net/docs/more/Forms/OverText&quot; rel=&quot;nofollow&quot;&gt;OverText&lt;/a&gt;가 같은 방식으로 구현되어있으니 참고해보세요~</description>
		<content:encoded><![CDATA[<p>&gt; ‘ID/PW’를 입력하지 않았을 때 상황에 맞는 알럿 띄우기.</p>
<p>이 경우 ID 입력칸에 &#8220;ID&#8221;라고 적게 되면 다시 포커스 잡았을 때 내용이 사라지네요. 전 &lt;label&gt;을 입력칸 위에 띄워서 이 문제를 해결하고 있는데요, MooTools의 <a href="http://mootools.net/docs/more/Forms/OverText" rel="nofollow">OverText</a>가 같은 방식으로 구현되어있으니 참고해보세요~</p>
]]></content:encoded>
	</item>
	<item>
		<title>정찬명가 만듬</title>
		<link>http://naradesign.net/wp/2010/03/04/1199/comment-page-1/#comment-49788</link>
		<dc:creator>정찬명</dc:creator>
		<pubDate>Fri, 05 Mar 2010 01:07:23 +0000</pubDate>
		<guid isPermaLink="false">http://naradesign.net/wp/2010/03/04/1199/#comment-49788</guid>
		<description>입명이님 안녕하세요? 좋은 아침 입니다.
정확하게 무엇 때문에 어떤 처리를 해야 한다는 것인지 잘 이해를 하지 못해서 자바스크립트를 담당하고 있는 다른 동료들한테도 물어보았는데요. 어떤 의미로 이런 이야기를 하셨는지 잘 모르겠다고 하시더라구요. 조금 더 자세하게 설명해 주실 수 있을까요?</description>
		<content:encoded><![CDATA[<p>입명이님 안녕하세요? 좋은 아침 입니다.<br />
정확하게 무엇 때문에 어떤 처리를 해야 한다는 것인지 잘 이해를 하지 못해서 자바스크립트를 담당하고 있는 다른 동료들한테도 물어보았는데요. 어떤 의미로 이런 이야기를 하셨는지 잘 모르겠다고 하시더라구요. 조금 더 자세하게 설명해 주실 수 있을까요?</p>
]]></content:encoded>
	</item>
	<item>
		<title>입명이가 만듬</title>
		<link>http://naradesign.net/wp/2010/03/04/1199/comment-page-1/#comment-49786</link>
		<dc:creator>입명이</dc:creator>
		<pubDate>Thu, 04 Mar 2010 17:26:08 +0000</pubDate>
		<guid isPermaLink="false">http://naradesign.net/wp/2010/03/04/1199/#comment-49786</guid>
		<description>jQuery 스크립트가 전부 이벤트 관련이네요. 저도 잘은 모르지만 이벤트 버블링이나 그런 이벤트 처리가 추가 되어야지 않을까요?

혹시 말씀드리지만 저도 초봅니다. -.-;;</description>
		<content:encoded><![CDATA[<p>jQuery 스크립트가 전부 이벤트 관련이네요. 저도 잘은 모르지만 이벤트 버블링이나 그런 이벤트 처리가 추가 되어야지 않을까요?</p>
<p>혹시 말씀드리지만 저도 초봅니다. -.-;;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
