<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>겨미♡웹 &#187; XHTML</title>
	<atom:link href="http://miya.pe.kr/tag/xhtml/feed/" rel="self" type="application/rss+xml" />
	<link>http://miya.pe.kr</link>
	<description>웹 클라이언트 사이드 - UI 그리고 마크업.</description>
	<lastBuildDate>Mon, 05 Mar 2012 08:23:57 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
		<item>
		<title>XHTML 1.0 Strict에 맞는 새 창 띄우기</title>
		<link>http://miya.pe.kr/2005/03/16/xhtml-10-strict%ec%97%90-%eb%a7%9e%eb%8a%94-%ec%83%88-%ec%b0%bd-%eb%9d%84%ec%9a%b0%ea%b8%b0/</link>
		<comments>http://miya.pe.kr/2005/03/16/xhtml-10-strict%ec%97%90-%eb%a7%9e%eb%8a%94-%ec%83%88-%ec%b0%bd-%eb%9d%84%ec%9a%b0%ea%b8%b0/#comments</comments>
		<pubDate>Wed, 16 Mar 2005 11:28:45 +0000</pubDate>
		<dc:creator>김군우</dc:creator>
				<category><![CDATA[Markup]]></category>
		<category><![CDATA[웹 표준]]></category>
		<category><![CDATA[XHTML]]></category>

		<guid isPermaLink="false">http://www.miya.pe.kr/archives/57</guid>
		<description><![CDATA[XHTML 1.0 Strict에는 a tag에 target attribute가 없다. 동작이야 하지만, validator에서 에러를 봐야한다. 단순히 새 창을 띄울 때 다음과 같은 방법이 아주 유용하다. &#60;a href=&#34;http://tenshi.pe.kr/&#34; onclick=&#34;window.open(this.href); return false;&#34;&#62;tenshi.pe.kr&#60;/a&#62; 자바스크립트 parser가 없는 경우는 대개 text 브라우저 같은 녀석들이니 상황에 따른 새 창 혹은 자기자신의 선택이 되는 장점도 아울러 가질 수 있다! modified at 2005-03-17 16:10:20 &#8211; [...]]]></description>
			<content:encoded><![CDATA[<p>XHTML 1.0 Strict에는 a tag에 target attribute가 없다. 동작이야 하지만, validator에서 에러를 봐야한다. 단순히 새 창을 띄울 때 다음과 같은 방법이 아주 유용하다.</p>
<p>
<pre><code class="html">&lt;a href=&quot;http://tenshi.pe.kr/&quot; onclick=&quot;window.open(this.href); return false;&quot;&gt;tenshi.pe.kr&lt;/a&gt;</code></pre>
</p><p>자바스크립트 parser가 없는 경우는 대개 text 브라우저 같은 녀석들이니 상황에 따른 새 창 혹은 자기자신의 선택이 되는 장점도 아울러 가질 수 있다!</p>
<hr />
<p>modified at 2005-03-17 16:10:20 &#8211; 죄송합니다. return false를 빼먹었네요. -_-;;</p>
]]></content:encoded>
			<wfw:commentRss>http://miya.pe.kr/2005/03/16/xhtml-10-strict%ec%97%90-%eb%a7%9e%eb%8a%94-%ec%83%88-%ec%b0%bd-%eb%9d%84%ec%9a%b0%ea%b8%b0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

