<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title>XIEL.NET</title>
		<link>http://xiel.net/</link>
		<description></description>
		<language>ko</language>
		<pubDate>Sun, 13 May 2012 12:33:03 +0900</pubDate>
		<generator>Tistory 1.1 (http://www.tistory.com/)</generator>
		<managingEditor>코어</managingEditor>
		<image>
			<title>XIEL.NET</title>
			<url>http://cfs4.tistory.com/upload_control/download.blog?fhandle=YmxvZzU1NjQ0QGZzNC50aXN0b3J5LmNvbTovYXR0YWNoLzAvMC5qcGc%3D</url>
			<link>http://xiel.net</link>
			<description></description>
		</image>
		<item>
			<title>재미있는 남자가 되고싶다.</title>
			<link>http://xiel.net/entry/%EC%9E%AC%EB%AF%B8%EC%9E%88%EB%8A%94-%EB%82%A8%EC%9E%90%EA%B0%80-%EB%90%98%EA%B3%A0%EC%8B%B6%EB%8B%A4</link>
			<description>&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center; clear: none; float: none; &quot;&gt;&lt;span class=&quot;imageblock&quot; style=&quot;display:inline-block;width:509px;&quot;&gt;&lt;a href=&quot;http://cfile24.uf.tistory.com/original/113AF0494F8BA41A061532&quot; rel=&quot;lightbox&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://cfile24.uf.tistory.com/image/113AF0494F8BA41A061532&quot; filemime=&quot;image/png&quot; filename=&quot;t.png&quot; height=&quot;712&quot; style=&quot;&quot; width=&quot;509&quot;/&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;</description>
			<category>생각</category>
			<author>코어</author>
			<guid>http://xiel.net/172</guid>
			<comments>http://xiel.net/entry/%EC%9E%AC%EB%AF%B8%EC%9E%88%EB%8A%94-%EB%82%A8%EC%9E%90%EA%B0%80-%EB%90%98%EA%B3%A0%EC%8B%B6%EB%8B%A4#entry172comment</comments>
			<pubDate>Mon, 16 Apr 2012 13:46:40 +0900</pubDate>
		</item>
		<item>
			<title>[PHP] MYSQL 페이징할때 SQL_CALC_FOUND_ROWS를 쓰자</title>
			<link>http://xiel.net/entry/PHP-MYSQL-%ED%8E%98%EC%9D%B4%EC%A7%95%ED%95%A0%EB%95%8C-SQLCALCFOUNDROWS%EB%A5%BC-%EC%93%B0%EC%9E%90</link>
			<description>&lt;p&gt;옛날&amp;nbsp;우리는 PHP로 페이징을 구현할때 아래와 같이 쿼리를 두번 쓰곤&amp;nbsp;했습니다.&amp;nbsp;전체페이지 수를 구하기위해서죠..&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;pre class=&quot;lang-sql prettyprint&quot; style=&quot;margin-top: 0px; margin-bottom: 10px; padding-top: 5px; padding-right: 5px; padding-bottom: 5px; padding-left: 5px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; border-image: initial; font-size: 14px; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: rgb(238, 238, 238); font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, serif; overflow-x: auto; overflow-y: auto; width: auto; max-height: 600px; color: rgb(0, 0, 0); text-align: left; &quot;&gt;&lt;code style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; border-image: initial; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, serif; &quot;&gt;&lt;span class=&quot;kwd&quot; style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; border-image: initial; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; color: rgb(0, 0, 139); &quot;&gt;SELECT&lt;/span&gt;&lt;span class=&quot;pln&quot; style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; border-image: initial; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; &quot;&gt; &lt;/span&gt;&lt;span class=&quot;pun&quot; style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; border-image: initial; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; &quot;&gt;*&lt;/span&gt;&lt;span class=&quot;pln&quot; style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; border-image: initial; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; &quot;&gt; &lt;/span&gt;&lt;span class=&quot;kwd&quot; style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; border-image: initial; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; color: rgb(0, 0, 139); &quot;&gt;FROM&lt;/span&gt;&lt;span class=&quot;pln&quot; style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; border-image: initial; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; &quot;&gt; &lt;/span&gt;&lt;span class=&quot;kwd&quot; style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; border-image: initial; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; color: rgb(0, 0, 139); &quot;&gt;table&lt;/span&gt;&lt;span class=&quot;pln&quot; style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; border-image: initial; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; &quot;&gt; &lt;/span&gt;&lt;span class=&quot;kwd&quot; style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; border-image: initial; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; color: rgb(0, 0, 139); &quot;&gt;WHERE&lt;/span&gt;&lt;span class=&quot;pln&quot; style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; border-image: initial; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; &quot;&gt; id &lt;/span&gt;&lt;span class=&quot;pun&quot; style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; border-image: initial; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; &quot;&gt;&amp;gt;&lt;/span&gt;&lt;span class=&quot;pln&quot; style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; border-image: initial; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; &quot;&gt; &lt;/span&gt;&lt;span class=&quot;lit&quot; style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; border-image: initial; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; color: rgb(128, 0, 0); &quot;&gt;100&lt;/span&gt;&lt;span class=&quot;pln&quot; style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; border-image: initial; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; &quot;&gt; LIMIT &lt;/span&gt;&lt;span class=&quot;lit&quot; style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; border-image: initial; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; color: rgb(128, 0, 0); &quot;&gt;10&lt;/span&gt;&lt;span class=&quot;pun&quot; style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; border-image: initial; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; &quot;&gt;;&lt;/span&gt;&lt;span class=&quot;pln&quot; style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; border-image: initial; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; &quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;span class=&quot;kwd&quot; style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; border-image: initial; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; color: rgb(0, 0, 139); &quot;&gt;SELECT&lt;/span&gt;&lt;span class=&quot;pln&quot; style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; border-image: initial; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; &quot;&gt; COUNT&lt;/span&gt;&lt;span class=&quot;pun&quot; style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; border-image: initial; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; &quot;&gt;(*)&lt;/span&gt;&lt;span class=&quot;pln&quot; style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; border-image: initial; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; &quot;&gt; &lt;/span&gt;&lt;span class=&quot;kwd&quot; style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; border-image: initial; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; color: rgb(0, 0, 139); &quot;&gt;FROM&lt;/span&gt;&lt;span class=&quot;pln&quot; style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; border-image: initial; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; &quot;&gt; &lt;/span&gt;&lt;span class=&quot;kwd&quot; style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; border-image: initial; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; color: rgb(0, 0, 139); &quot;&gt;table&lt;/span&gt;&lt;span class=&quot;pln&quot; style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; border-image: initial; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; &quot;&gt; &lt;/span&gt;&lt;span class=&quot;kwd&quot; style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; border-image: initial; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; color: rgb(0, 0, 139); &quot;&gt;WHERE&lt;/span&gt;&lt;span class=&quot;pln&quot; style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; border-image: initial; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; &quot;&gt; id &lt;/span&gt;&lt;span class=&quot;pun&quot; style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; border-image: initial; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; &quot;&gt;&amp;gt;&lt;/span&gt;&lt;span class=&quot;pln&quot; style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; border-image: initial; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; &quot;&gt; &lt;/span&gt;&lt;span class=&quot;lit&quot; style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; border-image: initial; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; color: rgb(128, 0, 0); &quot;&gt;100&lt;/span&gt;&lt;span class=&quot;pun&quot; style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; border-image: initial; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; &quot;&gt;;&lt;/span&gt;&lt;span class=&quot;pln&quot; style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; border-image: initial; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; &quot;&gt; &lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;하지만 MYSQL은 매우 오래전부터&amp;nbsp;쿼리캐싱기능의 일부로 &amp;nbsp;&lt;code style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 1px; padding-right: 5px; padding-bottom: 1px; padding-left: 5px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; border-image: initial; font-size: 14px; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: rgb(238, 238, 238); font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, serif; color: rgb(0, 0, 0); text-align: left; &quot;&gt;SQL_CALC_FOUND_ROWS&lt;/code&gt;&lt;span style=&quot;color: rgb(0, 0, 0); font-family: Arial, 'Liberation Sans', 'DejaVu Sans', sans-serif; font-size: 14px; text-align: left; &quot;&gt;&amp;nbsp;&lt;/span&gt;&amp;nbsp;쿼리를 지원합니다. 사용법은 아래와 같습니다.&lt;/p&gt;&lt;p&gt;&lt;pre class=&quot;lang-sql prettyprint&quot; style=&quot;margin-top: 0px; margin-bottom: 10px; padding-top: 5px; padding-right: 5px; padding-bottom: 5px; padding-left: 5px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; border-image: initial; font-size: 14px; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: rgb(238, 238, 238); font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, serif; overflow-x: auto; overflow-y: auto; width: auto; max-height: 600px; color: rgb(0, 0, 0); text-align: left; &quot;&gt;&lt;code style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; border-image: initial; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, serif; &quot;&gt;&lt;span class=&quot;kwd&quot; style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; border-image: initial; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; color: rgb(0, 0, 139); &quot;&gt;SELECT&lt;/span&gt;&lt;span class=&quot;pln&quot; style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; border-image: initial; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; &quot;&gt; SQL_CALC_FOUND_ROWS &lt;/span&gt;&lt;span class=&quot;pun&quot; style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; border-image: initial; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; &quot;&gt;*&lt;/span&gt;&lt;span class=&quot;pln&quot; style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; border-image: initial; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; &quot;&gt; &lt;/span&gt;&lt;span class=&quot;kwd&quot; style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; border-image: initial; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; color: rgb(0, 0, 139); &quot;&gt;FROM&lt;/span&gt;&lt;span class=&quot;pln&quot; style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; border-image: initial; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; &quot;&gt; &lt;/span&gt;&lt;span class=&quot;kwd&quot; style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; border-image: initial; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; color: rgb(0, 0, 139); &quot;&gt;table&lt;/span&gt;&lt;span class=&quot;pln&quot; style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; border-image: initial; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; &quot;&gt; &lt;/span&gt;&lt;span class=&quot;kwd&quot; style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; border-image: initial; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; color: rgb(0, 0, 139); &quot;&gt;WHERE&lt;/span&gt;&lt;span class=&quot;pln&quot; style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; border-image: initial; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; &quot;&gt; id &lt;/span&gt;&lt;span class=&quot;pun&quot; style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; border-image: initial; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; &quot;&gt;&amp;gt;&lt;/span&gt;&lt;span class=&quot;pln&quot; style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; border-image: initial; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; &quot;&gt; &lt;/span&gt;&lt;span class=&quot;lit&quot; style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; border-image: initial; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; color: rgb(128, 0, 0); &quot;&gt;100&lt;/span&gt;&lt;span class=&quot;pln&quot; style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; border-image: initial; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; &quot;&gt; LIMIT &lt;/span&gt;&lt;span class=&quot;lit&quot; style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; border-image: initial; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; color: rgb(128, 0, 0); &quot;&gt;10&lt;/span&gt;&lt;span class=&quot;pun&quot; style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; border-image: initial; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; &quot;&gt;;&lt;/span&gt;&lt;span class=&quot;pln&quot; style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; border-image: initial; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; &quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;span class=&quot;kwd&quot; style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; border-image: initial; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; color: rgb(0, 0, 139); &quot;&gt;SELECT&lt;/span&gt;&lt;span class=&quot;pln&quot; style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; border-image: initial; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; &quot;&gt; FOUND_ROWS&lt;/span&gt;&lt;span class=&quot;pun&quot; style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; border-image: initial; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; &quot;&gt;();&lt;/span&gt;&lt;span class=&quot;pln&quot; style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; border-image: initial; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; &quot;&gt; &amp;nbsp;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;인덱스를 잘 타는경우 쿼리를 두번쓰는게 빠르다고 하지만..&amp;nbsp;중소규모 사이트일경우 그닥차이가 없습니다. 이와같이&amp;nbsp;&lt;span style=&quot;background-color: rgb(238, 238, 238); color: rgb(0, 0, 0); font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, serif; font-size: 14px; line-height: 21px; text-align: left; &quot;&gt;SQL_CALC_FOUND_ROWS&lt;/span&gt;&amp;nbsp;를 쓰면 상황에 따라 코드를 많이 줄일수 있습니다.&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;</description>
			<category>개발</category>
			<category>mysql</category>
			<category>php</category>
			<category>개발</category>
			<author>코어</author>
			<guid>http://xiel.net/171</guid>
			<comments>http://xiel.net/entry/PHP-MYSQL-%ED%8E%98%EC%9D%B4%EC%A7%95%ED%95%A0%EB%95%8C-SQLCALCFOUNDROWS%EB%A5%BC-%EC%93%B0%EC%9E%90#entry171comment</comments>
			<pubDate>Sun, 15 Apr 2012 15:59:59 +0900</pubDate>
		</item>
		<item>
			<title>명언</title>
			<link>http://xiel.net/entry/%EB%AA%85%EC%96%B8</link>
			<description>&lt;p&gt;&lt;span style=&quot;font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 14px; line-height: 17px; white-space: pre-wrap; background-color: rgb(237, 244, 255); &quot;&gt;Life is either a daring adventure or nothing. - Helen Keller&lt;/span&gt;
&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 14px; line-height: 17px; white-space: pre-wrap; background-color: rgb(237, 244, 255); &quot;&gt;인생은 과감한 모험이던가, 아니면 아무것도 아니다 - 헬렌켈러&lt;/span&gt;
&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 14px; line-height: 17px; white-space: pre-wrap; background-color: rgb(237, 244, 255); &quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;background-color: rgb(237, 244, 255); font-size: 14px; line-height: 17px; white-space: pre-wrap;&quot;&gt;&lt;font face=&quot;'Helvetica Neue', Arial, sans-serif&quot;&gt;In the end it's not the years in your life that count it's the life in your years&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;background-color: rgb(237, 244, 255); font-size: 14px; line-height: 17px; white-space: pre-wrap;&quot;&gt;&lt;font face=&quot;'Helvetica Neue', Arial, sans-serif&quot;&gt;중요한건 살아온 날이 아니라 살아온 날 속의 삶이다. - 링컨&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;</description>
			<category>좋아하는것</category>
			<author>코어</author>
			<guid>http://xiel.net/170</guid>
			<comments>http://xiel.net/entry/%EB%AA%85%EC%96%B8#entry170comment</comments>
			<pubDate>Fri, 13 Apr 2012 22:43:18 +0900</pubDate>
		</item>
		<item>
			<title>[PHP] 3줄로 XML을 Array로 변환</title>
			<link>http://xiel.net/entry/PHP-3%EC%A4%84%EB%A1%9C-XML%EC%9D%84-Array%EB%A1%9C-%EB%B3%80%ED%99%98</link>
			<description>&lt;p&gt;simple xml, json이 설치되어있어야 합니다.&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;span class=&quot;default&quot; style=&quot;color: rgb(0, 0, 187); background-color: rgb(240, 240, 240); font-family: Consolas, 'Andale Mono WT', 'Andale Mono', 'Lucida Console', Monaco, 'Courier New', Courier, monospace; font-size: 14px; line-height: normal; text-align: left; &quot;&gt;&amp;lt;?php&lt;br /&gt;&lt;br /&gt;$xml&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;keyword&quot; style=&quot;color: rgb(0, 119, 0); background-color: rgb(240, 240, 240); font-family: Consolas, 'Andale Mono WT', 'Andale Mono', 'Lucida Console', Monaco, 'Courier New', Courier, monospace; font-size: 14px; line-height: normal; text-align: left; &quot;&gt;=&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;default&quot; style=&quot;color: rgb(0, 0, 187); background-color: rgb(240, 240, 240); font-family: Consolas, 'Andale Mono WT', 'Andale Mono', 'Lucida Console', Monaco, 'Courier New', Courier, monospace; font-size: 14px; line-height: normal; text-align: left; &quot;&gt;simplexml_load_string&lt;/span&gt;&lt;span class=&quot;keyword&quot; style=&quot;color: rgb(0, 119, 0); background-color: rgb(240, 240, 240); font-family: Consolas, 'Andale Mono WT', 'Andale Mono', 'Lucida Console', Monaco, 'Courier New', Courier, monospace; font-size: 14px; line-height: normal; text-align: left; &quot;&gt;(&lt;/span&gt;&lt;span class=&quot;default&quot; style=&quot;color: rgb(0, 0, 187); background-color: rgb(240, 240, 240); font-family: Consolas, 'Andale Mono WT', 'Andale Mono', 'Lucida Console', Monaco, 'Courier New', Courier, monospace; font-size: 14px; line-height: normal; text-align: left; &quot;&gt;$xmlstring&lt;/span&gt;&lt;span class=&quot;keyword&quot; style=&quot;color: rgb(0, 119, 0); background-color: rgb(240, 240, 240); font-family: Consolas, 'Andale Mono WT', 'Andale Mono', 'Lucida Console', Monaco, 'Courier New', Courier, monospace; font-size: 14px; line-height: normal; text-align: left; &quot;&gt;);&lt;br /&gt;&lt;/span&gt;&lt;span class=&quot;default&quot; style=&quot;color: rgb(0, 0, 187); background-color: rgb(240, 240, 240); font-family: Consolas, 'Andale Mono WT', 'Andale Mono', 'Lucida Console', Monaco, 'Courier New', Courier, monospace; font-size: 14px; line-height: normal; text-align: left; &quot;&gt;$json&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;keyword&quot; style=&quot;color: rgb(0, 119, 0); background-color: rgb(240, 240, 240); font-family: Consolas, 'Andale Mono WT', 'Andale Mono', 'Lucida Console', Monaco, 'Courier New', Courier, monospace; font-size: 14px; line-height: normal; text-align: left; &quot;&gt;=&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;default&quot; style=&quot;color: rgb(0, 0, 187); background-color: rgb(240, 240, 240); font-family: Consolas, 'Andale Mono WT', 'Andale Mono', 'Lucida Console', Monaco, 'Courier New', Courier, monospace; font-size: 14px; line-height: normal; text-align: left; &quot;&gt;json_encode&lt;/span&gt;&lt;span class=&quot;keyword&quot; style=&quot;color: rgb(0, 119, 0); background-color: rgb(240, 240, 240); font-family: Consolas, 'Andale Mono WT', 'Andale Mono', 'Lucida Console', Monaco, 'Courier New', Courier, monospace; font-size: 14px; line-height: normal; text-align: left; &quot;&gt;(&lt;/span&gt;&lt;span class=&quot;default&quot; style=&quot;color: rgb(0, 0, 187); background-color: rgb(240, 240, 240); font-family: Consolas, 'Andale Mono WT', 'Andale Mono', 'Lucida Console', Monaco, 'Courier New', Courier, monospace; font-size: 14px; line-height: normal; text-align: left; &quot;&gt;$xml&lt;/span&gt;&lt;span class=&quot;keyword&quot; style=&quot;color: rgb(0, 119, 0); background-color: rgb(240, 240, 240); font-family: Consolas, 'Andale Mono WT', 'Andale Mono', 'Lucida Console', Monaco, 'Courier New', Courier, monospace; font-size: 14px; line-height: normal; text-align: left; &quot;&gt;);&lt;br /&gt;&lt;/span&gt;&lt;span class=&quot;default&quot; style=&quot;color: rgb(0, 0, 187); background-color: rgb(240, 240, 240); font-family: Consolas, 'Andale Mono WT', 'Andale Mono', 'Lucida Console', Monaco, 'Courier New', Courier, monospace; font-size: 14px; line-height: normal; text-align: left; &quot;&gt;$array&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;keyword&quot; style=&quot;color: rgb(0, 119, 0); background-color: rgb(240, 240, 240); font-family: Consolas, 'Andale Mono WT', 'Andale Mono', 'Lucida Console', Monaco, 'Courier New', Courier, monospace; font-size: 14px; line-height: normal; text-align: left; &quot;&gt;=&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;default&quot; style=&quot;color: rgb(0, 0, 187); background-color: rgb(240, 240, 240); font-family: Consolas, 'Andale Mono WT', 'Andale Mono', 'Lucida Console', Monaco, 'Courier New', Courier, monospace; font-size: 14px; line-height: normal; text-align: left; &quot;&gt;json_decode&lt;/span&gt;&lt;span class=&quot;keyword&quot; style=&quot;color: rgb(0, 119, 0); background-color: rgb(240, 240, 240); font-family: Consolas, 'Andale Mono WT', 'Andale Mono', 'Lucida Console', Monaco, 'Courier New', Courier, monospace; font-size: 14px; line-height: normal; text-align: left; &quot;&gt;(&lt;/span&gt;&lt;span class=&quot;default&quot; style=&quot;color: rgb(0, 0, 187); background-color: rgb(240, 240, 240); font-family: Consolas, 'Andale Mono WT', 'Andale Mono', 'Lucida Console', Monaco, 'Courier New', Courier, monospace; font-size: 14px; line-height: normal; text-align: left; &quot;&gt;$json&lt;/span&gt;&lt;span class=&quot;keyword&quot; style=&quot;color: rgb(0, 119, 0); background-color: rgb(240, 240, 240); font-family: Consolas, 'Andale Mono WT', 'Andale Mono', 'Lucida Console', Monaco, 'Courier New', Courier, monospace; font-size: 14px; line-height: normal; text-align: left; &quot;&gt;,&lt;/span&gt;&lt;span class=&quot;default&quot; style=&quot;color: rgb(0, 0, 187); background-color: rgb(240, 240, 240); font-family: Consolas, 'Andale Mono WT', 'Andale Mono', 'Lucida Console', Monaco, 'Courier New', Courier, monospace; font-size: 14px; line-height: normal; text-align: left; &quot;&gt;TRUE&lt;/span&gt;&lt;span class=&quot;keyword&quot; style=&quot;color: rgb(0, 119, 0); background-color: rgb(240, 240, 240); font-family: Consolas, 'Andale Mono WT', 'Andale Mono', 'Lucida Console', Monaco, 'Courier New', Courier, monospace; font-size: 14px; line-height: normal; text-align: left; &quot;&gt;);&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span class=&quot;default&quot; style=&quot;color: rgb(0, 0, 187); background-color: rgb(240, 240, 240); font-family: Consolas, 'Andale Mono WT', 'Andale Mono', 'Lucida Console', Monaco, 'Courier New', Courier, monospace; font-size: 14px; line-height: normal; text-align: left; &quot;&gt;?&amp;gt;&lt;/span&gt;
&lt;/p&gt;</description>
			<category>개발</category>
			<author>코어</author>
			<guid>http://xiel.net/169</guid>
			<comments>http://xiel.net/entry/PHP-3%EC%A4%84%EB%A1%9C-XML%EC%9D%84-Array%EB%A1%9C-%EB%B3%80%ED%99%98#entry169comment</comments>
			<pubDate>Fri, 13 Apr 2012 21:36:28 +0900</pubDate>
		</item>
		<item>
			<title>아이폰 모바일 사파리 지원 폰트</title>
			<link>http://xiel.net/entry/%EC%95%84%EC%9D%B4%ED%8F%B0-%EB%AA%A8%EB%B0%94%EC%9D%BC-%EC%82%AC%ED%8C%8C%EB%A6%AC-%EC%A7%80%EC%9B%90-%ED%8F%B0%ED%8A%B8</link>
			<description>&lt;ul id=&quot;&quot; style=&quot;padding-left: 1.25em; margin-top: 0px; margin-right: 0px; margin-bottom: 2em; margin-left: 1em; list-style-type: square; color: #333; font-family: Verdana, 'Bitstream Vera Sans', sans-serif; font-size: 11px; line-height: 19px; text-align: left; &quot;&gt;
&lt;li&gt;American Typewriter&lt;/li&gt;
&lt;li&gt;American Typewriter Condensed&lt;/li&gt;
&lt;li&gt;Arial&lt;/li&gt;
&lt;li&gt;Arial Rounded MT Bold&lt;/li&gt;
&lt;li&gt;Courier New&lt;/li&gt;
&lt;li&gt;&lt;span id=&quot;&quot;&gt;Georgia&lt;/span&gt;&lt;/li&gt;
&lt;li id=&quot;&quot;&gt;&lt;span id=&quot;&quot;&gt;Helvetica&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;Marker Felt&lt;/li&gt;
&lt;li&gt;Times New Roman&lt;/li&gt;
&lt;li&gt;Trebuchet MS&lt;/li&gt;
&lt;li&gt;Verdana&lt;/li&gt;
&lt;li id=&quot;aeaoofnhgocdbnbeljkmbjdmhbcokfdb-mousedown&quot;&gt;Zapfino&amp;nbsp;&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;
테스트해보니 안되는게 몇개 있다.. 로케일에따라 다른건감..? &lt;br /&gt;
안드로이드 브라우저에서도 확인결과 대부분 있는듯</description>
			<category>개발</category>
			<category>사파리</category>
			<category>아이폰</category>
			<author>코어</author>
			<guid>http://xiel.net/168</guid>
			<comments>http://xiel.net/entry/%EC%95%84%EC%9D%B4%ED%8F%B0-%EB%AA%A8%EB%B0%94%EC%9D%BC-%EC%82%AC%ED%8C%8C%EB%A6%AC-%EC%A7%80%EC%9B%90-%ED%8F%B0%ED%8A%B8#entry168comment</comments>
			<pubDate>Sat, 25 Feb 2012 17:27:13 +0900</pubDate>
		</item>
		<item>
			<title>우주 사진</title>
			<link>http://xiel.net/entry/%EC%9A%B0%EC%A3%BC-%EC%82%AC%EC%A7%84</link>
			<description>&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;a href=&quot;http://cfile22.uf.tistory.com/original/1677CB374F436D971DA036&quot; rel=&quot;lightbox&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://cfile22.uf.tistory.com/image/1677CB374F436D971DA036&quot; alt=&quot;&quot; filemime=&quot;image/jpeg&quot; filename=&quot;0Gf0C.jpg&quot; height=&quot;405&quot; width=&quot;540&quot;/&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;a href=&quot;http://cfile23.uf.tistory.com/original/19714E374F436D982953C1&quot; rel=&quot;lightbox&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://cfile23.uf.tistory.com/image/19714E374F436D982953C1&quot; alt=&quot;&quot; filemime=&quot;image/jpeg&quot; filename=&quot;0PNU1.jpg&quot; height=&quot;308&quot; width=&quot;540&quot;/&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;a href=&quot;http://cfile21.uf.tistory.com/original/1903E1374F436D980968FF&quot; rel=&quot;lightbox&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://cfile21.uf.tistory.com/image/1903E1374F436D980968FF&quot; alt=&quot;&quot; filemime=&quot;image/jpeg&quot; filename=&quot;3qoXb.jpg&quot; height=&quot;304&quot; width=&quot;540&quot;/&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;a href=&quot;http://cfile22.uf.tistory.com/original/157540374F436D99214FAF&quot; rel=&quot;lightbox&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://cfile22.uf.tistory.com/image/157540374F436D99214FAF&quot; alt=&quot;&quot; filemime=&quot;image/jpeg&quot; filename=&quot;3Rd8k.jpg&quot; height=&quot;304&quot; width=&quot;540&quot;/&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;a href=&quot;http://cfile24.uf.tistory.com/original/177822374F436D991EB806&quot; rel=&quot;lightbox&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://cfile24.uf.tistory.com/image/177822374F436D991EB806&quot; alt=&quot;&quot; filemime=&quot;image/jpeg&quot; filename=&quot;43xK4.jpg&quot; height=&quot;313&quot; width=&quot;540&quot;/&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;a href=&quot;http://cfile23.uf.tistory.com/original/2003C5374F436D9A0980A8&quot; rel=&quot;lightbox&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://cfile23.uf.tistory.com/image/2003C5374F436D9A0980A8&quot; alt=&quot;&quot; filemime=&quot;image/jpeg&quot; filename=&quot;6KkFl.jpg&quot; height=&quot;370&quot; width=&quot;540&quot;/&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;a href=&quot;http://cfile2.uf.tistory.com/original/127CC8374F436D9A148906&quot; rel=&quot;lightbox&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://cfile2.uf.tistory.com/image/127CC8374F436D9A148906&quot; alt=&quot;&quot; filemime=&quot;image/jpeg&quot; filename=&quot;6yR5I.jpg&quot; height=&quot;304&quot; width=&quot;540&quot;/&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;a href=&quot;http://cfile7.uf.tistory.com/original/147FBD374F436D9B0FCF12&quot; rel=&quot;lightbox&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://cfile7.uf.tistory.com/image/147FBD374F436D9B0FCF12&quot; alt=&quot;&quot; filemime=&quot;image/jpeg&quot; filename=&quot;7jhiF.jpg&quot; height=&quot;405&quot; width=&quot;540&quot;/&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;a href=&quot;http://cfile25.uf.tistory.com/original/206C3A374F436D9B3731A1&quot; rel=&quot;lightbox&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://cfile25.uf.tistory.com/image/206C3A374F436D9B3731A1&quot; alt=&quot;&quot; filemime=&quot;image/jpeg&quot; filename=&quot;7uLSi.jpg&quot; height=&quot;304&quot; width=&quot;540&quot;/&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;a href=&quot;http://cfile9.uf.tistory.com/original/177F64374F436D9C1190F2&quot; rel=&quot;lightbox&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://cfile9.uf.tistory.com/image/177F64374F436D9C1190F2&quot; alt=&quot;&quot; filemime=&quot;image/jpeg&quot; filename=&quot;99jhq.jpg&quot; height=&quot;304&quot; width=&quot;540&quot;/&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;a href=&quot;http://cfile8.uf.tistory.com/original/150324374F436D9D0C7201&quot; rel=&quot;lightbox&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://cfile8.uf.tistory.com/image/150324374F436D9D0C7201&quot; alt=&quot;&quot; filemime=&quot;image/jpeg&quot; filename=&quot;AfzL1.jpg&quot; height=&quot;304&quot; width=&quot;540&quot;/&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;a href=&quot;http://cfile23.uf.tistory.com/original/13734F374F436D9D287497&quot; rel=&quot;lightbox&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://cfile23.uf.tistory.com/image/13734F374F436D9D287497&quot; alt=&quot;&quot; filemime=&quot;image/jpeg&quot; filename=&quot;bDQko.jpg&quot; height=&quot;422&quot; width=&quot;540&quot;/&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;a href=&quot;http://cfile27.uf.tistory.com/original/167C32374F436D9E16D3D8&quot; rel=&quot;lightbox&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://cfile27.uf.tistory.com/image/167C32374F436D9E16D3D8&quot; alt=&quot;&quot; filemime=&quot;image/jpeg&quot; filename=&quot;C1M41.jpg&quot; height=&quot;323&quot; width=&quot;540&quot;/&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;a href=&quot;http://cfile23.uf.tistory.com/original/207724374F436D9E1E7930&quot; rel=&quot;lightbox&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://cfile23.uf.tistory.com/image/207724374F436D9E1E7930&quot; alt=&quot;&quot; filemime=&quot;image/jpeg&quot; filename=&quot;cc7gj.jpg&quot; height=&quot;304&quot; width=&quot;540&quot;/&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;a href=&quot;http://cfile10.uf.tistory.com/original/1501E2374F436D9F0FF766&quot; rel=&quot;lightbox&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://cfile10.uf.tistory.com/image/1501E2374F436D9F0FF766&quot; alt=&quot;&quot; filemime=&quot;image/jpeg&quot; filename=&quot;CUjs3.jpg&quot; height=&quot;304&quot; width=&quot;540&quot;/&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;a href=&quot;http://cfile6.uf.tistory.com/original/187B4E374F436D9F18EFD6&quot; rel=&quot;lightbox&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://cfile6.uf.tistory.com/image/187B4E374F436D9F18EFD6&quot; alt=&quot;&quot; filemime=&quot;image/jpeg&quot; filename=&quot;cYxhj.jpg&quot; height=&quot;304&quot; width=&quot;540&quot;/&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;a href=&quot;http://cfile8.uf.tistory.com/original/15719B374F436D9F29E8AD&quot; rel=&quot;lightbox&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://cfile8.uf.tistory.com/image/15719B374F436D9F29E8AD&quot; alt=&quot;&quot; filemime=&quot;image/jpeg&quot; filename=&quot;DBlaK.jpg&quot; height=&quot;304&quot; width=&quot;540&quot;/&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;a href=&quot;http://cfile7.uf.tistory.com/original/197B6B374F436DA0143D7E&quot; rel=&quot;lightbox&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://cfile7.uf.tistory.com/image/197B6B374F436DA0143D7E&quot; alt=&quot;&quot; filemime=&quot;image/jpeg&quot; filename=&quot;dCHjm.jpg&quot; height=&quot;357&quot; width=&quot;540&quot;/&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;a href=&quot;http://cfile5.uf.tistory.com/original/1905B7374F436DA1031BFF&quot; rel=&quot;lightbox&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://cfile5.uf.tistory.com/image/1905B7374F436DA1031BFF&quot; alt=&quot;&quot; filemime=&quot;image/jpeg&quot; filename=&quot;dhzpi.jpg&quot; height=&quot;405&quot; width=&quot;540&quot;/&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;a href=&quot;http://cfile25.uf.tistory.com/original/186DC3374F436DA12F931F&quot; rel=&quot;lightbox&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://cfile25.uf.tistory.com/image/186DC3374F436DA12F931F&quot; alt=&quot;&quot; filemime=&quot;image/jpeg&quot; filename=&quot;e7XI1.jpg&quot; height=&quot;304&quot; width=&quot;540&quot;/&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;a href=&quot;http://cfile2.uf.tistory.com/original/187550374F436DA2220039&quot; rel=&quot;lightbox&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://cfile2.uf.tistory.com/image/187550374F436DA2220039&quot; alt=&quot;&quot; filemime=&quot;image/jpeg&quot; filename=&quot;ebKRO.jpg&quot; height=&quot;552&quot; width=&quot;540&quot;/&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;a href=&quot;http://cfile2.uf.tistory.com/original/15690F374F436DA23BB749&quot; rel=&quot;lightbox&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://cfile2.uf.tistory.com/image/15690F374F436DA23BB749&quot; alt=&quot;&quot; filemime=&quot;image/jpeg&quot; filename=&quot;ePFEV.jpg&quot; height=&quot;304&quot; width=&quot;540&quot;/&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;a href=&quot;http://cfile25.uf.tistory.com/original/157829374F436DA31D09BE&quot; rel=&quot;lightbox&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://cfile25.uf.tistory.com/image/157829374F436DA31D09BE&quot; alt=&quot;&quot; filemime=&quot;image/jpeg&quot; filename=&quot;fagpU.jpg&quot; height=&quot;405&quot; width=&quot;540&quot;/&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;a href=&quot;http://cfile2.uf.tistory.com/original/1171F2374F436DA3295443&quot; rel=&quot;lightbox&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://cfile2.uf.tistory.com/image/1171F2374F436DA3295443&quot; alt=&quot;&quot; filemime=&quot;image/jpeg&quot; filename=&quot;FMfgx.jpg&quot; height=&quot;303&quot; width=&quot;540&quot;/&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;a href=&quot;http://cfile23.uf.tistory.com/original/116CDC374F436DA3368A94&quot; rel=&quot;lightbox&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://cfile23.uf.tistory.com/image/116CDC374F436DA3368A94&quot; alt=&quot;&quot; filemime=&quot;image/jpeg&quot; filename=&quot;Fsrsd.jpg&quot; height=&quot;304&quot; width=&quot;540&quot;/&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;a href=&quot;http://cfile10.uf.tistory.com/original/1704EA374F436DA406EF4D&quot; rel=&quot;lightbox&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://cfile10.uf.tistory.com/image/1704EA374F436DA406EF4D&quot; alt=&quot;&quot; filemime=&quot;image/jpeg&quot; filename=&quot;GaPhF.jpg&quot; height=&quot;304&quot; width=&quot;540&quot;/&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;a href=&quot;http://cfile6.uf.tistory.com/original/140752374F436DA401F949&quot; rel=&quot;lightbox&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://cfile6.uf.tistory.com/image/140752374F436DA401F949&quot; alt=&quot;&quot; filemime=&quot;image/jpeg&quot; filename=&quot;gNNBM.jpg&quot; height=&quot;479&quot; width=&quot;540&quot;/&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;a href=&quot;http://cfile29.uf.tistory.com/original/197173374F436DA52CE458&quot; rel=&quot;lightbox&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://cfile29.uf.tistory.com/image/197173374F436DA52CE458&quot; alt=&quot;&quot; filemime=&quot;image/jpeg&quot; filename=&quot;HG718.jpg&quot; height=&quot;304&quot; width=&quot;540&quot;/&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;a href=&quot;http://cfile25.uf.tistory.com/original/1870FC374F436DA52B3903&quot; rel=&quot;lightbox&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://cfile25.uf.tistory.com/image/1870FC374F436DA52B3903&quot; alt=&quot;&quot; filemime=&quot;image/jpeg&quot; filename=&quot;hXIL9.jpg&quot; height=&quot;304&quot; width=&quot;540&quot;/&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;a href=&quot;http://cfile27.uf.tistory.com/original/157662374F436DA62110EB&quot; rel=&quot;lightbox&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://cfile27.uf.tistory.com/image/157662374F436DA62110EB&quot; alt=&quot;&quot; filemime=&quot;image/jpeg&quot; filename=&quot;IEE1E.jpg&quot; height=&quot;304&quot; width=&quot;540&quot;/&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;a href=&quot;http://cfile7.uf.tistory.com/original/1670C7374F436DA62D077F&quot; rel=&quot;lightbox&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://cfile7.uf.tistory.com/image/1670C7374F436DA62D077F&quot; alt=&quot;&quot; filemime=&quot;image/jpeg&quot; filename=&quot;IFXR8.jpg&quot; height=&quot;270&quot; width=&quot;540&quot;/&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;a href=&quot;http://cfile1.uf.tistory.com/original/116A04374F436DA7394614&quot; rel=&quot;lightbox&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://cfile1.uf.tistory.com/image/116A04374F436DA7394614&quot; alt=&quot;&quot; filemime=&quot;image/jpeg&quot; filename=&quot;iGSBL.jpg&quot; height=&quot;304&quot; width=&quot;540&quot;/&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;a href=&quot;http://cfile6.uf.tistory.com/original/150577374F436DA704315A&quot; rel=&quot;lightbox&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://cfile6.uf.tistory.com/image/150577374F436DA704315A&quot; alt=&quot;&quot; filemime=&quot;image/jpeg&quot; filename=&quot;IJIdw.jpg&quot; height=&quot;304&quot; width=&quot;540&quot;/&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;a href=&quot;http://cfile1.uf.tistory.com/original/1304B2374F436DA80690F5&quot; rel=&quot;lightbox&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://cfile1.uf.tistory.com/image/1304B2374F436DA80690F5&quot; alt=&quot;&quot; filemime=&quot;image/jpeg&quot; filename=&quot;j710I.jpg&quot; height=&quot;303&quot; width=&quot;540&quot;/&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;a href=&quot;http://cfile6.uf.tistory.com/original/1205ED374F436DA8032FDC&quot; rel=&quot;lightbox&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://cfile6.uf.tistory.com/image/1205ED374F436DA8032FDC&quot; alt=&quot;&quot; filemime=&quot;image/jpeg&quot; filename=&quot;jjNsH.jpg&quot; height=&quot;304&quot; width=&quot;540&quot;/&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;a href=&quot;http://cfile7.uf.tistory.com/original/187771374F436DA9202715&quot; rel=&quot;lightbox&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://cfile7.uf.tistory.com/image/187771374F436DA9202715&quot; alt=&quot;&quot; filemime=&quot;image/jpeg&quot; filename=&quot;jsnGB.jpg&quot; height=&quot;306&quot; width=&quot;540&quot;/&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;a href=&quot;http://cfile7.uf.tistory.com/original/206DA6374F436DA9340BE5&quot; rel=&quot;lightbox&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://cfile7.uf.tistory.com/image/206DA6374F436DA9340BE5&quot; alt=&quot;&quot; filemime=&quot;image/jpeg&quot; filename=&quot;JWTw7.jpg&quot; height=&quot;540&quot; width=&quot;540&quot;/&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;a href=&quot;http://cfile9.uf.tistory.com/original/1805F6374F436DAA03E6D0&quot; rel=&quot;lightbox&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://cfile9.uf.tistory.com/image/1805F6374F436DAA03E6D0&quot; alt=&quot;&quot; filemime=&quot;image/jpeg&quot; filename=&quot;Ko5CW.jpg&quot; height=&quot;405&quot; width=&quot;540&quot;/&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;a href=&quot;http://cfile2.uf.tistory.com/original/166D1E374F436DAA3310BD&quot; rel=&quot;lightbox&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://cfile2.uf.tistory.com/image/166D1E374F436DAA3310BD&quot; alt=&quot;&quot; filemime=&quot;image/jpeg&quot; filename=&quot;kxUrv.jpg&quot; height=&quot;361&quot; width=&quot;540&quot;/&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;a href=&quot;http://cfile7.uf.tistory.com/original/137A9C374F436DAB1AB150&quot; rel=&quot;lightbox&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://cfile7.uf.tistory.com/image/137A9C374F436DAB1AB150&quot; alt=&quot;&quot; filemime=&quot;image/jpeg&quot; filename=&quot;msJ1u.jpg&quot; height=&quot;304&quot; width=&quot;540&quot;/&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;a href=&quot;http://cfile23.uf.tistory.com/original/167505374F436DAC23F4E4&quot; rel=&quot;lightbox&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://cfile23.uf.tistory.com/image/167505374F436DAC23F4E4&quot; alt=&quot;&quot; filemime=&quot;image/jpeg&quot; filename=&quot;mWeNe.jpg&quot; height=&quot;304&quot; width=&quot;540&quot;/&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;a href=&quot;http://cfile7.uf.tistory.com/original/186F00374F436DAC33D3DD&quot; rel=&quot;lightbox&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://cfile7.uf.tistory.com/image/186F00374F436DAC33D3DD&quot; alt=&quot;&quot; filemime=&quot;image/jpeg&quot; filename=&quot;N5WD6.jpg&quot; height=&quot;405&quot; width=&quot;540&quot;/&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;a href=&quot;http://cfile22.uf.tistory.com/original/136A84374F436DAD3D0518&quot; rel=&quot;lightbox&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://cfile22.uf.tistory.com/image/136A84374F436DAD3D0518&quot; alt=&quot;&quot; filemime=&quot;image/jpeg&quot; filename=&quot;ovCJq.jpg&quot; height=&quot;304&quot; width=&quot;540&quot;/&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;a href=&quot;http://cfile7.uf.tistory.com/original/1903C5374F436DAD0A3CD0&quot; rel=&quot;lightbox&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://cfile7.uf.tistory.com/image/1903C5374F436DAD0A3CD0&quot; alt=&quot;&quot; filemime=&quot;image/jpeg&quot; filename=&quot;Ox80H.jpg&quot; height=&quot;304&quot; width=&quot;540&quot;/&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;a href=&quot;http://cfile22.uf.tistory.com/original/147CC8374F436DAD152C6E&quot; rel=&quot;lightbox&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://cfile22.uf.tistory.com/image/147CC8374F436DAD152C6E&quot; alt=&quot;&quot; filemime=&quot;image/jpeg&quot; filename=&quot;P05Ud.jpg&quot; height=&quot;304&quot; width=&quot;540&quot;/&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;a href=&quot;http://cfile29.uf.tistory.com/original/147FBD374F436DAE105650&quot; rel=&quot;lightbox&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://cfile29.uf.tistory.com/image/147FBD374F436DAE105650&quot; alt=&quot;&quot; filemime=&quot;image/jpeg&quot; filename=&quot;pNBj0.jpg&quot; height=&quot;449&quot; width=&quot;540&quot;/&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;a href=&quot;http://cfile27.uf.tistory.com/original/1104AA374F436DAE07CF50&quot; rel=&quot;lightbox&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://cfile27.uf.tistory.com/image/1104AA374F436DAE07CF50&quot; alt=&quot;&quot; filemime=&quot;image/jpeg&quot; filename=&quot;qsKX7.jpg&quot; height=&quot;304&quot; width=&quot;540&quot;/&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;a href=&quot;http://cfile22.uf.tistory.com/original/1779E3374F436DAF1C3464&quot; rel=&quot;lightbox&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://cfile22.uf.tistory.com/image/1779E3374F436DAF1C3464&quot; alt=&quot;&quot; filemime=&quot;image/jpeg&quot; filename=&quot;r5Gy3.jpg&quot; height=&quot;304&quot; width=&quot;540&quot;/&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;a href=&quot;http://cfile27.uf.tistory.com/original/1977E5374F436DAF20623C&quot; rel=&quot;lightbox&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://cfile27.uf.tistory.com/image/1977E5374F436DAF20623C&quot; alt=&quot;&quot; filemime=&quot;image/jpeg&quot; filename=&quot;rrLYu.jpg&quot; height=&quot;305&quot; width=&quot;540&quot;/&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;a href=&quot;http://cfile10.uf.tistory.com/original/160409374F436DB00ADC7A&quot; rel=&quot;lightbox&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://cfile10.uf.tistory.com/image/160409374F436DB00ADC7A&quot; alt=&quot;&quot; filemime=&quot;image/jpeg&quot; filename=&quot;ruqBG.jpg&quot; height=&quot;432&quot; width=&quot;540&quot;/&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;a href=&quot;http://cfile27.uf.tistory.com/original/157C32374F436DB017A87A&quot; rel=&quot;lightbox&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://cfile27.uf.tistory.com/image/157C32374F436DB017A87A&quot; alt=&quot;&quot; filemime=&quot;image/jpeg&quot; filename=&quot;RZBGf.jpg&quot; height=&quot;303&quot; width=&quot;540&quot;/&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;a href=&quot;http://cfile23.uf.tistory.com/original/207724374F436DB11FFC1F&quot; rel=&quot;lightbox&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://cfile23.uf.tistory.com/image/207724374F436DB11FFC1F&quot; alt=&quot;&quot; filemime=&quot;image/jpeg&quot; filename=&quot;ScNwE.jpg&quot; height=&quot;360&quot; width=&quot;540&quot;/&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;a href=&quot;http://cfile10.uf.tistory.com/original/2004FD374F436DB2066887&quot; rel=&quot;lightbox&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://cfile10.uf.tistory.com/image/2004FD374F436DB2066887&quot; alt=&quot;&quot; filemime=&quot;image/jpeg&quot; filename=&quot;SnjIR.jpg&quot; height=&quot;401&quot; width=&quot;540&quot;/&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;a href=&quot;http://cfile1.uf.tistory.com/original/1301E2374F436DB210A0E9&quot; rel=&quot;lightbox&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://cfile1.uf.tistory.com/image/1301E2374F436DB210A0E9&quot; alt=&quot;&quot; filemime=&quot;image/jpeg&quot; filename=&quot;SWvph.jpg&quot; height=&quot;304&quot; width=&quot;540&quot;/&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;a href=&quot;http://cfile10.uf.tistory.com/original/15034E374F436DB30B55DA&quot; rel=&quot;lightbox&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://cfile10.uf.tistory.com/image/15034E374F436DB30B55DA&quot; alt=&quot;&quot; filemime=&quot;image/jpeg&quot; filename=&quot;SYDDi.jpg&quot; height=&quot;405&quot; width=&quot;540&quot;/&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;a href=&quot;http://cfile25.uf.tistory.com/original/197358374F436DB424276E&quot; rel=&quot;lightbox&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://cfile25.uf.tistory.com/image/197358374F436DB424276E&quot; alt=&quot;&quot; filemime=&quot;image/jpeg&quot; filename=&quot;T9ByW.jpg&quot; height=&quot;304&quot; width=&quot;540&quot;/&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;a href=&quot;http://cfile25.uf.tistory.com/original/136FD0374F436DB52FBD89&quot; rel=&quot;lightbox&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://cfile25.uf.tistory.com/image/136FD0374F436DB52FBD89&quot; alt=&quot;&quot; filemime=&quot;image/jpeg&quot; filename=&quot;trDXu.jpg&quot; height=&quot;304&quot; width=&quot;540&quot;/&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;a href=&quot;http://cfile1.uf.tistory.com/original/1505B7374F436DB5043F7F&quot; rel=&quot;lightbox&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://cfile1.uf.tistory.com/image/1505B7374F436DB5043F7F&quot; alt=&quot;&quot; filemime=&quot;image/jpeg&quot; filename=&quot;U3fHz.jpg&quot; height=&quot;304&quot; width=&quot;540&quot;/&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;a href=&quot;http://cfile29.uf.tistory.com/original/207FC9374F436DB610C977&quot; rel=&quot;lightbox&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://cfile29.uf.tistory.com/image/207FC9374F436DB610C977&quot; alt=&quot;&quot; filemime=&quot;image/jpeg&quot; filename=&quot;uAYp0.jpg&quot; height=&quot;405&quot; width=&quot;540&quot;/&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;a href=&quot;http://cfile10.uf.tistory.com/original/190506374F436DB606CAC8&quot; rel=&quot;lightbox&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://cfile10.uf.tistory.com/image/190506374F436DB606CAC8&quot; alt=&quot;&quot; filemime=&quot;image/jpeg&quot; filename=&quot;v2teV.jpg&quot; height=&quot;304&quot; width=&quot;540&quot;/&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;a href=&quot;http://cfile7.uf.tistory.com/original/157550374F436DB7231370&quot; rel=&quot;lightbox&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://cfile7.uf.tistory.com/image/157550374F436DB7231370&quot; alt=&quot;&quot; filemime=&quot;image/jpeg&quot; filename=&quot;wdwjK.jpg&quot; height=&quot;304&quot; width=&quot;540&quot;/&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;a href=&quot;http://cfile8.uf.tistory.com/original/12690F374F436DB73CB44C&quot; rel=&quot;lightbox&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://cfile8.uf.tistory.com/image/12690F374F436DB73CB44C&quot; alt=&quot;&quot; filemime=&quot;image/jpeg&quot; filename=&quot;WuLRC.jpg&quot; height=&quot;443&quot; width=&quot;540&quot;/&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;a href=&quot;http://cfile2.uf.tistory.com/original/176CDC374F436DB7372A0C&quot; rel=&quot;lightbox&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://cfile2.uf.tistory.com/image/176CDC374F436DB7372A0C&quot; alt=&quot;&quot; filemime=&quot;image/jpeg&quot; filename=&quot;xro2D.jpg&quot; height=&quot;540&quot; width=&quot;540&quot;/&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;a href=&quot;http://cfile25.uf.tistory.com/original/170520374F436DB8063FFE&quot; rel=&quot;lightbox&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://cfile25.uf.tistory.com/image/170520374F436DB8063FFE&quot; alt=&quot;&quot; filemime=&quot;image/jpeg&quot; filename=&quot;YKgyn.jpg&quot; height=&quot;405&quot; width=&quot;540&quot;/&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;a href=&quot;http://cfile7.uf.tistory.com/original/186E90374F436DB83560AB&quot; rel=&quot;lightbox&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://cfile7.uf.tistory.com/image/186E90374F436DB83560AB&quot; alt=&quot;&quot; filemime=&quot;image/jpeg&quot; filename=&quot;zbw4h.jpg&quot; height=&quot;540&quot; width=&quot;540&quot;/&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;a href=&quot;http://cfile25.uf.tistory.com/original/110752374F436DB902C1E8&quot; rel=&quot;lightbox&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://cfile25.uf.tistory.com/image/110752374F436DB902C1E8&quot; alt=&quot;&quot; filemime=&quot;image/jpeg&quot; filename=&quot;Zp7Az.jpg&quot; height=&quot;366&quot; width=&quot;540&quot;/&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;a href=&quot;http://cfile1.uf.tistory.com/original/130132374F436DB91168F6&quot; rel=&quot;lightbox&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://cfile1.uf.tistory.com/image/130132374F436DB91168F6&quot; alt=&quot;&quot; filemime=&quot;image/jpeg&quot; filename=&quot;ZYjqr.jpg&quot; height=&quot;360&quot; width=&quot;540&quot;/&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;</description>
			<category>좋아하는것</category>
			<category>Universe</category>
			<category>우주짜응</category>
			<author>코어</author>
			<guid>http://xiel.net/167</guid>
			<comments>http://xiel.net/entry/%EC%9A%B0%EC%A3%BC-%EC%82%AC%EC%A7%84#entry167comment</comments>
			<pubDate>Tue, 21 Feb 2012 19:12:47 +0900</pubDate>
		</item>
		<item>
			<title>ie7이하에서 jQuery사용시 유의할점</title>
			<link>http://xiel.net/entry/ie7%EC%9D%B4%ED%95%98%EC%97%90%EC%84%9C-jQuery%EC%82%AC%EC%9A%A9%EC%8B%9C-%EC%9C%A0%EC%9D%98%ED%95%A0%EC%A0%90</link>
			<description>&lt;p style=&quot;text-align: center;&quot;&gt;&lt;span class=&quot;imageblock&quot; style=&quot;display:inline-block;width:349px;&quot;&gt;&lt;a href=&quot;http://cfile23.uf.tistory.com/original/2018584A4F30BA870998B2&quot; rel=&quot;lightbox&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://cfile23.uf.tistory.com/image/2018584A4F30BA870998B2&quot; filemime=&quot;image/jpeg&quot; filename=&quot;IE Operation Aborted.jpg&quot; height=&quot;135&quot; width=&quot;349&quot;/&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;
주로 ie7이하에서 제이쿼리사용시 이런메세지를 보이며 페이지가 안열릴때가 있다.&lt;br /&gt;
이유도 안알려준다. 그냥 안열리고 끝이다..&lt;br /&gt;
여튼 이것은 페이지가 렌더링되지 않은상태에서&amp;nbsp;DOM을 컨트롤 할때 주로&amp;nbsp;발생하는거 같다..&lt;br /&gt;
&lt;br /&gt;
&lt;/p&gt;&lt;div class=&quot;txc-textbox&quot; style=&quot;border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-color: rgb(238, 238, 238); border-right-color: rgb(238, 238, 238); border-bottom-color: rgb(238, 238, 238); border-left-color: rgb(238, 238, 238); background-color: rgb(238, 238, 238); padding-top: 10px; padding-right: 10px; padding-bottom: 10px; padding-left: 10px; &quot;&gt;
&lt;p style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; &quot; id=&quot;&quot;&gt;&amp;nbsp;$('&amp;lt;div&amp;gt;&amp;lt;/div&amp;gt;').appendTo('#target');&lt;/p&gt;
&lt;/div&gt;
&amp;nbsp;&amp;nbsp;&lt;br /&gt;
위와같은 코드를&lt;br /&gt;
&lt;br class=&quot;Apple-interchange-newline&quot;&gt;&lt;div class=&quot;txc-textbox&quot; style=&quot;border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-color: rgb(193, 193, 193); border-right-color: rgb(193, 193, 193); border-bottom-color: rgb(193, 193, 193); border-left-color: rgb(193, 193, 193); background-color: rgb(238, 238, 238); padding-top: 10px; padding-right: 10px; padding-bottom: 10px; padding-left: 10px; &quot;&gt;
&lt;p style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; &quot; id=&quot;&quot;&gt;&lt;span style=&quot;background-color: rgb(238, 238, 238); &quot;&gt;$(document).ready(function(){&amp;nbsp;&lt;/span&gt;&lt;br style=&quot;background-color: rgb(238, 238, 238); &quot;&gt;&lt;span style=&quot;background-color: rgb(238, 238, 238); &quot;&gt;&amp;nbsp; &amp;nbsp;&lt;/span&gt;&lt;span id=&quot;&quot; style=&quot;background-color: rgb(238, 238, 238); &quot;&gt;$('&amp;lt;div&amp;gt;&amp;lt;/div&amp;gt;').appendTo('#target');&lt;br /&gt;
});&amp;nbsp;&amp;nbsp;&lt;/span&gt;&amp;nbsp;&lt;/p&gt;
&lt;/div&gt;
&lt;br /&gt;
이렇게 바꿔주면 대부분 해결된다..&amp;nbsp;
&lt;span style=&quot;background-color: rgb(238, 238, 238); &quot;&gt;$(document).ready()를 빼먹지말것&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
</description>
			<category>개발</category>
			<author>코어</author>
			<guid>http://xiel.net/166</guid>
			<comments>http://xiel.net/entry/ie7%EC%9D%B4%ED%95%98%EC%97%90%EC%84%9C-jQuery%EC%82%AC%EC%9A%A9%EC%8B%9C-%EC%9C%A0%EC%9D%98%ED%95%A0%EC%A0%90#entry166comment</comments>
			<pubDate>Tue, 07 Feb 2012 14:52:05 +0900</pubDate>
		</item>
		<item>
			<title>도트</title>
			<link>http://xiel.net/entry/%EB%8F%84%ED%8A%B8</link>
			<description>&lt;br /&gt;
&lt;div class=&quot;imageblock&quot; style=&quot;display:inline;&quot;&gt;&lt;a href=&quot;http://cfile27.uf.tistory.com/original/115CA9414EF9CBAA19F2F0&quot; rel=&quot;lightbox&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://cfile27.uf.tistory.com/image/115CA9414EF9CBAA19F2F0&quot; alt=&quot;&quot; filemime=&quot;image/x-ms-bmp&quot; filename=&quot;banshee.bmp&quot; height=&quot;26&quot; width=&quot;26&quot;/&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
banshee&lt;br /&gt;
&lt;br /&gt;&lt;div class=&quot;imageblock&quot; style=&quot;display:inline;&quot;&gt;&lt;a href=&quot;http://cfile9.uf.tistory.com/original/19482E414EF9CBAA2E8A4C&quot; rel=&quot;lightbox&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://cfile9.uf.tistory.com/image/19482E414EF9CBAA2E8A4C&quot; alt=&quot;&quot; filemime=&quot;image/x-ms-bmp&quot; filename=&quot;sickboy.bmp&quot; height=&quot;26&quot; width=&quot;26&quot;/&gt;&lt;/a&gt;&lt;/div&gt;&amp;nbsp;&lt;br /&gt;
sickboy&lt;br /&gt;
&lt;br /&gt;&lt;div class=&quot;imageblock&quot; style=&quot;display:inline;&quot;&gt;&lt;a href=&quot;http://cfile23.uf.tistory.com/original/195441414EF9CBAA22329D&quot; rel=&quot;lightbox&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://cfile23.uf.tistory.com/image/195441414EF9CBAA22329D&quot; alt=&quot;&quot; filemime=&quot;image/x-ms-bmp&quot; filename=&quot;skeleton.bmp&quot; height=&quot;26&quot; width=&quot;26&quot;/&gt;&lt;/a&gt;&lt;/div&gt;&amp;nbsp;&lt;br /&gt;
skeleton&lt;br /&gt;
&lt;br /&gt;&lt;div class=&quot;imageblock&quot; style=&quot;display:inline;&quot;&gt;&lt;a href=&quot;http://cfile2.uf.tistory.com/original/155F1B414EF9CBAB168203&quot; rel=&quot;lightbox&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://cfile2.uf.tistory.com/image/155F1B414EF9CBAB168203&quot; alt=&quot;&quot; filemime=&quot;image/x-ms-bmp&quot; filename=&quot;zombie.bmp&quot; height=&quot;26&quot; width=&quot;26&quot;/&gt;&lt;/a&gt;&lt;/div&gt;&amp;nbsp;&lt;br /&gt;
zombie&amp;nbsp;</description>
			<category>만든것</category>
			<author>코어</author>
			<guid>http://xiel.net/164</guid>
			<comments>http://xiel.net/entry/%EB%8F%84%ED%8A%B8#entry164comment</comments>
			<pubDate>Tue, 27 Dec 2011 22:45:07 +0900</pubDate>
		</item>
		<item>
			<title>코디북 최근 개발한것</title>
			<link>http://xiel.net/entry/%EC%BD%94%EB%94%94%EB%B6%81-%EC%B5%9C%EA%B7%BC-%EA%B0%9C%EB%B0%9C%ED%95%9C%EA%B2%83</link>
			<description>앱 플렛폼마다 조금씩 개발가이드가 틀려서 정말 힘들었다&lt;br /&gt;
디자인부터 코딩까지..&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://apps.facebook.com/codibook&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://codibook.net/img/facebook_apps.gif&quot; border=&quot;0&quot;&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;/a&gt;&lt;a href=&quot;http://apps.cy.nate.com/Main/View?apps_no=2460&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://image.calenduck.co.kr/img/cyworld_apps.png&quot; width=&quot;105&quot; border=&quot;0&quot;&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;/a&gt;&lt;a href=&quot;http://apps.naver.com/app/34242&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://image.calenduck.co.kr/img/naver_apps.png&quot; width=&quot;88&quot; border=&quot;0&quot;&gt;&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
</description>
			<category>만든것</category>
			<author>코어</author>
			<guid>http://xiel.net/163</guid>
			<comments>http://xiel.net/entry/%EC%BD%94%EB%94%94%EB%B6%81-%EC%B5%9C%EA%B7%BC-%EA%B0%9C%EB%B0%9C%ED%95%9C%EA%B2%83#entry163comment</comments>
			<pubDate>Sat, 03 Dec 2011 11:37:53 +0900</pubDate>
		</item>
		<item>
			<title>Gemma Ward</title>
			<link>http://xiel.net/entry/Gemma-Ward</link>
			<description>&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: rgb(68, 68, 68); font-family: 'Helvetica Neue', HelveticaNeue, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 19px; background-color: rgb(255, 255, 255); &quot;&gt;&lt;div class=&quot;imageblock&quot; style=&quot;display:inline;&quot;&gt;&lt;a href=&quot;http://cfile30.uf.tistory.com/original/1168994B4E5C8139359210&quot; rel=&quot;lightbox&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://cfile30.uf.tistory.com/image/1168994B4E5C8139359210&quot; alt=&quot;&quot; filemime=&quot;image/png&quot; filename=&quot;tumblr_lqewsgYvj61qz9qooo1_r1_500.png&quot; height=&quot;477&quot; width=&quot;500&quot;/&gt;&lt;/a&gt;&lt;/div&gt;&lt;/span&gt;</description>
			<category>좋아하는것</category>
			<author>코어</author>
			<guid>http://xiel.net/160</guid>
			<comments>http://xiel.net/entry/Gemma-Ward#entry160comment</comments>
			<pubDate>Tue, 30 Aug 2011 15:21:00 +0900</pubDate>
		</item>
		<item>
			<title>꿈 - 황인숙</title>
			<link>http://xiel.net/entry/%EA%BF%88-%ED%99%A9%EC%9D%B8%EC%88%99</link>
			<description>&lt;div class=&quot;imageblock&quot; style=&quot;display:inline;&quot;&gt;&lt;a href=&quot;http://cfile25.uf.tistory.com/original/122D4A3A4E5C7B9D0AD5EC&quot; rel=&quot;lightbox&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://cfile25.uf.tistory.com/image/122D4A3A4E5C7B9D0AD5EC&quot; alt=&quot;&quot; filemime=&quot;image/gif&quot; filename=&quot;claude_monet_-_essai_de_figure_en_plein-air_sirehan.gif&quot; height=&quot;514&quot; width=&quot;339&quot;/&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
&lt;br /&gt;&lt;br /&gt;
&lt;div&gt;꿈&lt;/div&gt;
&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;황인숙&lt;/div&gt;
&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;가끔 네 꿈을 꾼다.&lt;/div&gt;
&lt;div&gt;전에는 꿈이라도 꿈인 줄 모르겠더니&amp;nbsp;&lt;/div&gt;
&lt;div&gt;이제는 너를 보면&amp;nbsp;&lt;/div&gt;
&lt;div&gt;아, 꿈이로구나,&amp;nbsp;&lt;/div&gt;
&lt;div&gt;알아챈다.&amp;nbsp;&lt;/div&gt;</description>
			<category>좋아하는것</category>
			<author>코어</author>
			<guid>http://xiel.net/159</guid>
			<comments>http://xiel.net/entry/%EA%BF%88-%ED%99%A9%EC%9D%B8%EC%88%99#entry159comment</comments>
			<pubDate>Tue, 30 Aug 2011 14:58:15 +0900</pubDate>
		</item>
		<item>
			<title>트레인스포팅</title>
			<link>http://xiel.net/entry/%ED%8A%B8%EB%A0%88%EC%9D%B8%EC%8A%A4%ED%8F%AC%ED%8C%85</link>
			<description>&lt;div&gt;
인생을 선택하라, 직업을 선택하라. 가족을 선택하라&amp;nbsp;&lt;/div&gt;
&lt;div&gt;대형TV를 선택하라. 세탁기, 차를 선택하라&lt;/div&gt;
&lt;div&gt;CD플레이어와 자동병따개를 선택하라.&amp;nbsp;&lt;/div&gt;
&lt;div&gt;좋은건강과 낮은수치의 콜레스테롤과 치과보험을 선택하라&lt;/div&gt;
&lt;div&gt;고정이율로 상환하는 주택융자상품을 선택하라 새집을 선택하라 친구도 선택하라&amp;nbsp;&lt;/div&gt;
&lt;div&gt;운동복이랑 경기도구도 선택하라&amp;nbsp;&lt;/div&gt;
&lt;div&gt;좋은 옷감으로 만든 비싼 옷도 선택하라&amp;nbsp;&lt;/div&gt;
&lt;div&gt;DIY용품도 선택하고 일요일 아침엔 자성의 시간도 선택하라&lt;/div&gt;
&lt;div&gt;쓰잘데없는 TV쇼를 보면서 정크푸드를 채워넣을 소파를 선택하라&lt;/div&gt;
&lt;div&gt;자신을 그렇게 만든 이기적이고 재수없는 놈들을 욕하며 비참한 집에서 최후를 맞아 썩어 문드러지게 될 방식을 선택하라&lt;/div&gt;
&lt;div&gt;미래를 선택하라&amp;nbsp;&lt;/div&gt;
&lt;div&gt;인생을 선택하라&lt;/div&gt;
&lt;div&gt;- Trainspotting&amp;nbsp;&lt;/div&gt;</description>
			<category></category>
			<author>코어</author>
			<guid>http://xiel.net/158</guid>
			<comments>http://xiel.net/entry/%ED%8A%B8%EB%A0%88%EC%9D%B8%EC%8A%A4%ED%8F%AC%ED%8C%85#entry158comment</comments>
			<pubDate>Thu, 07 Jul 2011 01:54:18 +0900</pubDate>
		</item>
		<item>
			<title>식상한 산문이지만 자주봐야 할것 같다</title>
			<link>http://xiel.net/entry/%EC%8B%9D%EC%83%81%ED%95%9C-%EC%82%B0%EB%AC%B8%EC%9D%B4%EC%A7%80%EB%A7%8C-%EC%9E%90%EC%A3%BC%EB%B4%90%EC%95%BC-%ED%95%A0%EA%B2%83-%EA%B0%99%EB%8B%A4</link>
			<description>&lt;span class=&quot;Apple-style-span&quot; style=&quot;line-height: 15px; &quot;&gt;사랑이 깊어질수록 그와는 멀어지도록 노력하라.&lt;br style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;&lt;br style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;좋은 새장으로는 새를 사랑할 수 없다.&lt;br style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;&lt;br style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;새가 어디를 날아가더라도 당신 안에서 날 수 있도록&amp;nbsp;&lt;br style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;&lt;br style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;당신 자신은 점점 더 넓어지도록 하라.&lt;/span&gt;</description>
			<category></category>
			<author>코어</author>
			<guid>http://xiel.net/157</guid>
			<comments>http://xiel.net/entry/%EC%8B%9D%EC%83%81%ED%95%9C-%EC%82%B0%EB%AC%B8%EC%9D%B4%EC%A7%80%EB%A7%8C-%EC%9E%90%EC%A3%BC%EB%B4%90%EC%95%BC-%ED%95%A0%EA%B2%83-%EA%B0%99%EB%8B%A4#entry157comment</comments>
			<pubDate>Tue, 05 Jul 2011 00:30:35 +0900</pubDate>
		</item>
		<item>
			<title>성장기</title>
			<link>http://xiel.net/entry/%EC%84%B1%EC%9E%A5%EA%B8%B0</link>
			<description>&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;a href=&quot;http://cfile27.uf.tistory.com/original/1154914B4D7DC040253121&quot; rel=&quot;lightbox&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://cfile27.uf.tistory.com/image/1154914B4D7DC040253121&quot; alt=&quot;&quot; filemime=&quot;image/jpeg&quot; filename=&quot;대구 169.jpg&quot; height=&quot;405&quot; width=&quot;540&quot;/&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;a href=&quot;http://cfile27.uf.tistory.com/original/1260B84B4D7DC0C406815B&quot; rel=&quot;lightbox&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://cfile27.uf.tistory.com/image/1260B84B4D7DC0C406815B&quot; alt=&quot;&quot; filemime=&quot;image/jpeg&quot; filename=&quot;대구 182.jpg&quot; height=&quot;720&quot; width=&quot;540&quot;/&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;a href=&quot;http://cfile24.uf.tistory.com/original/185E514B4D7DC1210E1126&quot; rel=&quot;lightbox&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://cfile24.uf.tistory.com/image/185E514B4D7DC1210E1126&quot; alt=&quot;&quot; filemime=&quot;image/jpeg&quot; filename=&quot;대구 219.jpg&quot; height=&quot;405&quot; width=&quot;540&quot;/&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;a href=&quot;http://cfile9.uf.tistory.com/original/164DB44B4D7DC124390579&quot; rel=&quot;lightbox&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://cfile9.uf.tistory.com/image/164DB44B4D7DC124390579&quot; alt=&quot;&quot; filemime=&quot;image/jpeg&quot; filename=&quot;대구 226.jpg&quot; height=&quot;405&quot; width=&quot;540&quot;/&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;a href=&quot;http://cfile29.uf.tistory.com/original/155D6D4B4D7DC12712EF3D&quot; rel=&quot;lightbox&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://cfile29.uf.tistory.com/image/155D6D4B4D7DC12712EF3D&quot; alt=&quot;&quot; filemime=&quot;image/jpeg&quot; filename=&quot;대구 228.jpg&quot; height=&quot;405&quot; width=&quot;540&quot;/&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;a href=&quot;http://cfile25.uf.tistory.com/original/1862794B4D7DC15106126D&quot; rel=&quot;lightbox&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://cfile25.uf.tistory.com/image/1862794B4D7DC15106126D&quot; alt=&quot;&quot; filemime=&quot;image/jpeg&quot; filename=&quot;대구 242.jpg&quot; height=&quot;405&quot; width=&quot;540&quot;/&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;a href=&quot;http://cfile22.uf.tistory.com/original/1764D74B4D7DC15201FD02&quot; rel=&quot;lightbox&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://cfile22.uf.tistory.com/image/1764D74B4D7DC15201FD02&quot; alt=&quot;&quot; filemime=&quot;image/jpeg&quot; filename=&quot;대구 253.jpg&quot; height=&quot;720&quot; width=&quot;540&quot;/&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;a href=&quot;http://cfile9.uf.tistory.com/original/124DE04B4D7DC1933D9675&quot; rel=&quot;lightbox&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://cfile9.uf.tistory.com/image/124DE04B4D7DC1933D9675&quot; alt=&quot;&quot; filemime=&quot;image/jpeg&quot; filename=&quot;대구 279.jpg&quot; height=&quot;405&quot; width=&quot;540&quot;/&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;a href=&quot;http://cfile23.uf.tistory.com/original/1162A24B4D7DC1960A6E16&quot; rel=&quot;lightbox&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://cfile23.uf.tistory.com/image/1162A24B4D7DC1960A6E16&quot; alt=&quot;&quot; filemime=&quot;image/jpeg&quot; filename=&quot;대구 291.jpg&quot; height=&quot;405&quot; width=&quot;540&quot;/&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;a href=&quot;http://cfile25.uf.tistory.com/original/165C7D4B4D7DC1C419713B&quot; rel=&quot;lightbox&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://cfile25.uf.tistory.com/image/165C7D4B4D7DC1C419713B&quot; alt=&quot;&quot; filemime=&quot;image/jpeg&quot; filename=&quot;대구 330.jpg&quot; height=&quot;405&quot; width=&quot;540&quot;/&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;a href=&quot;http://cfile29.uf.tistory.com/original/2064E74B4D7DC1CA04855E&quot; rel=&quot;lightbox&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://cfile29.uf.tistory.com/image/2064E74B4D7DC1CA04855E&quot; alt=&quot;&quot; filemime=&quot;image/jpeg&quot; filename=&quot;대구 345.jpg&quot; height=&quot;405&quot; width=&quot;540&quot;/&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;a href=&quot;http://cfile22.uf.tistory.com/original/195BA14B4D7DC25B1E911C&quot; rel=&quot;lightbox&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://cfile22.uf.tistory.com/image/195BA14B4D7DC25B1E911C&quot; alt=&quot;&quot; filemime=&quot;image/jpeg&quot; filename=&quot;대구 409.jpg&quot; height=&quot;463&quot; width=&quot;476&quot;/&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;a href=&quot;http://cfile4.uf.tistory.com/original/1262794B4D7DC25B0F3498&quot; rel=&quot;lightbox&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://cfile4.uf.tistory.com/image/1262794B4D7DC25B0F3498&quot; alt=&quot;&quot; filemime=&quot;image/jpeg&quot; filename=&quot;대구 410.jpg&quot; height=&quot;370&quot; width=&quot;540&quot;/&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;a href=&quot;http://cfile9.uf.tistory.com/original/125EC34B4D7DC25C16E03F&quot; rel=&quot;lightbox&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://cfile9.uf.tistory.com/image/125EC34B4D7DC25C16E03F&quot; alt=&quot;&quot; filemime=&quot;image/jpeg&quot; filename=&quot;대구 411.jpg&quot; height=&quot;320&quot; width=&quot;480&quot;/&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;a href=&quot;http://cfile25.uf.tistory.com/original/195B8D4B4D7DC25C29622C&quot; rel=&quot;lightbox&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://cfile25.uf.tistory.com/image/195B8D4B4D7DC25C29622C&quot; alt=&quot;&quot; filemime=&quot;image/jpeg&quot; filename=&quot;대구 412.jpg&quot; height=&quot;320&quot; width=&quot;480&quot;/&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;a href=&quot;http://cfile9.uf.tistory.com/original/175F234B4D7DC25E1564F5&quot; rel=&quot;lightbox&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://cfile9.uf.tistory.com/image/175F234B4D7DC25E1564F5&quot; alt=&quot;&quot; filemime=&quot;image/jpeg&quot; filename=&quot;대구 413.jpg&quot; height=&quot;320&quot; width=&quot;480&quot;/&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;a href=&quot;http://cfile26.uf.tistory.com/original/135CDB4B4D7DC21A19C3FC&quot; rel=&quot;lightbox&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://cfile26.uf.tistory.com/image/135CDB4B4D7DC21A19C3FC&quot; alt=&quot;&quot; filemime=&quot;image/jpeg&quot; filename=&quot;대구 396.jpg&quot; height=&quot;405&quot; width=&quot;540&quot;/&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;a href=&quot;http://cfile6.uf.tistory.com/original/1362564B4D7DC2200C7AA7&quot; rel=&quot;lightbox&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://cfile6.uf.tistory.com/image/1362564B4D7DC2200C7AA7&quot; alt=&quot;&quot; filemime=&quot;image/jpeg&quot; filename=&quot;대구 403.jpg&quot; height=&quot;405&quot; width=&quot;540&quot;/&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;a href=&quot;http://cfile7.uf.tistory.com/original/125C8C4B4D7DC2241E7225&quot; rel=&quot;lightbox&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://cfile7.uf.tistory.com/image/125C8C4B4D7DC2241E7225&quot; alt=&quot;&quot; filemime=&quot;image/jpeg&quot; filename=&quot;대구 407.jpg&quot; height=&quot;405&quot; width=&quot;540&quot;/&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;a href=&quot;http://cfile7.uf.tistory.com/original/1662684B4D7DC2290D7619&quot; rel=&quot;lightbox&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://cfile7.uf.tistory.com/image/1662684B4D7DC2290D7619&quot; alt=&quot;&quot; filemime=&quot;image/jpeg&quot; filename=&quot;대구 437.jpg&quot; height=&quot;405&quot; width=&quot;540&quot;/&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;a href=&quot;http://cfile9.uf.tistory.com/original/125E5C4B4D7DC22D1667C8&quot; rel=&quot;lightbox&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://cfile9.uf.tistory.com/image/125E5C4B4D7DC22D1667C8&quot; alt=&quot;&quot; filemime=&quot;image/jpeg&quot; filename=&quot;대구 440.jpg&quot; height=&quot;405&quot; width=&quot;540&quot;/&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;a href=&quot;http://cfile30.uf.tistory.com/original/165AC64B4D7DC2301F4877&quot; rel=&quot;lightbox&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://cfile30.uf.tistory.com/image/165AC64B4D7DC2301F4877&quot; alt=&quot;&quot; filemime=&quot;image/jpeg&quot; filename=&quot;대구 452.jpg&quot; height=&quot;405&quot; width=&quot;540&quot;/&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;a href=&quot;http://cfile2.uf.tistory.com/original/204DB44B4D7DC234405178&quot; rel=&quot;lightbox&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://cfile2.uf.tistory.com/image/204DB44B4D7DC234405178&quot; alt=&quot;&quot; filemime=&quot;image/jpeg&quot; filename=&quot;대구 455.jpg&quot; height=&quot;405&quot; width=&quot;540&quot;/&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
&lt;div&gt;후아 이렇게 올리고 보니 정말 한순간에 커버렷구나&lt;/div&gt;</description>
			<category></category>
			<category>모찌</category>
			<category>샴 고양이</category>
			<author>코어</author>
			<guid>http://xiel.net/151</guid>
			<comments>http://xiel.net/entry/%EC%84%B1%EC%9E%A5%EA%B8%B0#entry151comment</comments>
			<pubDate>Mon, 14 Mar 2011 16:29:19 +0900</pubDate>
		</item>
		<item>
			<title>위성에서 본 행성</title>
			<link>http://xiel.net/entry/%EC%9C%84%EC%84%B1%EC%97%90%EC%84%9C-%EB%B3%B8-%ED%96%89%EC%84%B1-%ED%92%8D%EA%B2%BD</link>
			<description>&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;a href=&quot;http://cfile27.uf.tistory.com/original/15612F484D071A4A216D86&quot; rel=&quot;lightbox&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://cfile27.uf.tistory.com/image/15612F484D071A4A216D86&quot; alt=&quot;&quot; filemime=&quot;image/jpeg&quot; filename=&quot;3736736enhHhFWHLW_ph.jpg&quot; height=&quot;421&quot; width=&quot;540&quot;/&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
&lt;div&gt;달에서본 지구&lt;/div&gt;
&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;a href=&quot;http://cfile5.uf.tistory.com/original/175E93484D071A4B34045D&quot; rel=&quot;lightbox&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://cfile5.uf.tistory.com/image/175E93484D071A4B34045D&quot; alt=&quot;&quot; filemime=&quot;image/jpeg&quot; filename=&quot;9.jpg&quot; height=&quot;405&quot; width=&quot;540&quot;/&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div&gt;
트리톤에서 본 해왕성&lt;/div&gt;
&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;a href=&quot;http://cfile10.uf.tistory.com/original/1967CB484D071A4B07E26F&quot; rel=&quot;lightbox&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://cfile10.uf.tistory.com/image/1967CB484D071A4B07E26F&quot; alt=&quot;&quot; filemime=&quot;image/jpeg&quot; filename=&quot;BB131JupiterfromCallistoNR.jpg&quot; height=&quot;293&quot; width=&quot;540&quot;/&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div&gt;
가니메데에서 본 목성&lt;/div&gt;
&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;a href=&quot;http://cfile29.uf.tistory.com/original/125EE9484D071A4C3030C1&quot; rel=&quot;lightbox&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://cfile29.uf.tistory.com/image/125EE9484D071A4C3030C1&quot; alt=&quot;&quot; filemime=&quot;image/jpeg&quot; filename=&quot;i07-14-titan.jpg&quot; height=&quot;400&quot; width=&quot;502&quot;/&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div&gt;
타이탄에서 본 토성&lt;/div&gt;</description>
			<category></category>
			<author>코어</author>
			<guid>http://xiel.net/147</guid>
			<comments>http://xiel.net/entry/%EC%9C%84%EC%84%B1%EC%97%90%EC%84%9C-%EB%B3%B8-%ED%96%89%EC%84%B1-%ED%92%8D%EA%B2%BD#entry147comment</comments>
			<pubDate>Tue, 14 Dec 2010 16:32:54 +0900</pubDate>
		</item>
		<item>
			<title>요즘들어 가지고 싶은것</title>
			<link>http://xiel.net/entry/%EC%9A%94%EC%A6%98%EB%93%A4%EC%96%B4-%EA%B0%80%EC%A7%80%EA%B3%A0-%EC%8B%B6%EC%9D%80%EA%B2%83</link>
			<description>&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;a href=&quot;http://cfile23.uf.tistory.com/original/147A0F364CD801A7591421&quot; rel=&quot;lightbox&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://cfile23.uf.tistory.com/image/147A0F364CD801A7591421&quot; alt=&quot;&quot; filemime=&quot;image/jpeg&quot; filename=&quot;c0054576_4840163d1c5c4.jpg&quot; height=&quot;310&quot; width=&quot;488&quot;/&gt;&lt;/a&gt;&lt;/div&gt;&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;HR 기거가 디자인한 의자&lt;/div&gt;</description>
			<category></category>
			<author>코어</author>
			<guid>http://xiel.net/145</guid>
			<comments>http://xiel.net/entry/%EC%9A%94%EC%A6%98%EB%93%A4%EC%96%B4-%EA%B0%80%EC%A7%80%EA%B3%A0-%EC%8B%B6%EC%9D%80%EA%B2%83#entry145comment</comments>
			<pubDate>Mon, 08 Nov 2010 23:00:00 +0900</pubDate>
		</item>
		<item>
			<title>즈지스와프 백진스키</title>
			<link>http://xiel.net/entry/%EC%A6%88%EC%A7%80%EC%8A%A4%EC%99%80%ED%94%84-%EB%B0%B1%EC%A7%84%EC%8A%A4%ED%82%A4</link>
			<description>&lt;FONT class=Apple-style-span face=&quot;굴림, Gulim, dotum, 돋움, sans-serif&quot;&gt;&lt;SPAN style=&quot;LINE-HEIGHT: 24px&quot; class=Apple-style-span&gt;지금봐도 이렇게 충격적인데.. 1972년에 이작가의 그림을 처음본 관객들은 어떤느낌이엿을까&lt;/SPAN&gt;&lt;/FONT&gt;
&lt;DIV&gt;&lt;FONT class=Apple-style-span face=&quot;굴림, Gulim, dotum, 돋움, sans-serif&quot;&gt;&lt;SPAN style=&quot;LINE-HEIGHT: 24px&quot; class=Apple-style-span&gt;&lt;br /&gt;
&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT class=Apple-style-span face=&quot;굴림, Gulim, dotum, 돋움, sans-serif&quot;&gt;&lt;SPAN style=&quot;LINE-HEIGHT: 24px&quot; class=Apple-style-span&gt;&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;a href=&quot;http://cfile23.uf.tistory.com/original/185AC80F4CD0C0A20753F8&quot; rel=&quot;lightbox&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://cfile23.uf.tistory.com/image/185AC80F4CD0C0A20753F8&quot; alt=&quot;&quot; filemime=&quot;image/jpeg&quot; filename=&quot;66-somdary1.jpg&quot; height=&quot;421&quot; width=&quot;400&quot;/&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT class=Apple-style-span face=&quot;굴림, Gulim, dotum, 돋움, sans-serif&quot;&gt;&lt;SPAN style=&quot;LINE-HEIGHT: 24px&quot; class=Apple-style-span&gt;&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;a href=&quot;http://cfile8.uf.tistory.com/original/174A660F4CD0C0A31DACE0&quot; rel=&quot;lightbox&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://cfile8.uf.tistory.com/image/174A660F4CD0C0A31DACE0&quot; alt=&quot;&quot; filemime=&quot;image/jpeg&quot; filename=&quot;77-somdary1.jpg&quot; height=&quot;1176&quot; width=&quot;540&quot;/&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT class=Apple-style-span face=&quot;굴림, Gulim, dotum, 돋움, sans-serif&quot;&gt;&lt;SPAN style=&quot;LINE-HEIGHT: 24px&quot; class=Apple-style-span&gt;&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;a href=&quot;http://cfile29.uf.tistory.com/original/1461BD0D4CD0C199275C8F&quot; rel=&quot;lightbox&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://cfile29.uf.tistory.com/image/1461BD0D4CD0C199275C8F&quot; alt=&quot;&quot; filemime=&quot;image/jpeg&quot; filename=&quot;1043671214.jpg&quot; height=&quot;473&quot; width=&quot;408&quot;/&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT class=Apple-style-span face=&quot;굴림, Gulim, dotum, 돋움, sans-serif&quot;&gt;&lt;SPAN style=&quot;LINE-HEIGHT: 24px&quot; class=Apple-style-span&gt;&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;a href=&quot;http://cfile7.uf.tistory.com/original/114DD40F4CD0C0A31C4CFE&quot; rel=&quot;lightbox&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://cfile7.uf.tistory.com/image/114DD40F4CD0C0A31C4CFE&quot; alt=&quot;&quot; filemime=&quot;image/jpeg&quot; filename=&quot;bjs1-2-somdary1.jpg&quot; height=&quot;924&quot; width=&quot;400&quot;/&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;a href=&quot;http://cfile30.uf.tistory.com/original/204E0C0F4CD0C0A71B0673&quot; rel=&quot;lightbox&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://cfile30.uf.tistory.com/image/204E0C0F4CD0C0A71B0673&quot; alt=&quot;&quot; filemime=&quot;image/jpeg&quot; filename=&quot;bjs10-somdary1.jpg&quot; height=&quot;1161&quot; width=&quot;540&quot;/&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;a href=&quot;http://cfile26.uf.tistory.com/original/204F7F0F4CD0C0A7268184&quot; rel=&quot;lightbox&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://cfile26.uf.tistory.com/image/204F7F0F4CD0C0A7268184&quot; alt=&quot;&quot; filemime=&quot;image/jpeg&quot; filename=&quot;bjs11-somdary1.jpg&quot; height=&quot;1627&quot; width=&quot;497&quot;/&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;a href=&quot;http://cfile10.uf.tistory.com/original/204B050F4CD0C0A7240E4C&quot; rel=&quot;lightbox&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://cfile10.uf.tistory.com/image/204B050F4CD0C0A7240E4C&quot; alt=&quot;&quot; filemime=&quot;image/jpeg&quot; filename=&quot;bjs17-2-somdary1.jpg&quot; height=&quot;1508&quot; width=&quot;460&quot;/&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;a href=&quot;http://cfile30.uf.tistory.com/original/194CC10F4CD0C0A8262FAE&quot; rel=&quot;lightbox&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://cfile30.uf.tistory.com/image/194CC10F4CD0C0A8262FAE&quot; alt=&quot;&quot; filemime=&quot;image/jpeg&quot; filename=&quot;bjs18-1-somdary1.jpg&quot; height=&quot;1193&quot; width=&quot;537&quot;/&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;a href=&quot;http://cfile9.uf.tistory.com/original/144B870F4CD0C0A81817DD&quot; rel=&quot;lightbox&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://cfile9.uf.tistory.com/image/144B870F4CD0C0A81817DD&quot; alt=&quot;&quot; filemime=&quot;image/jpeg&quot; filename=&quot;bjs2-1-somdary1.jpg&quot; height=&quot;1049&quot; width=&quot;430&quot;/&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;a href=&quot;http://cfile29.uf.tistory.com/original/1750BA0F4CD0C0A91A2F94&quot; rel=&quot;lightbox&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://cfile29.uf.tistory.com/image/1750BA0F4CD0C0A91A2F94&quot; alt=&quot;&quot; filemime=&quot;image/jpeg&quot; filename=&quot;bjs20-somdary1.jpg&quot; height=&quot;1087&quot; width=&quot;534&quot;/&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;a href=&quot;http://cfile29.uf.tistory.com/original/164E7B0F4CD0C0A9346484&quot; rel=&quot;lightbox&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://cfile29.uf.tistory.com/image/164E7B0F4CD0C0A9346484&quot; alt=&quot;&quot; filemime=&quot;image/jpeg&quot; filename=&quot;bjs3-somdary1.jpg&quot; height=&quot;1093&quot; width=&quot;540&quot;/&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;a href=&quot;http://cfile10.uf.tistory.com/original/2052820F4CD0C0AA24D4DD&quot; rel=&quot;lightbox&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://cfile10.uf.tistory.com/image/2052820F4CD0C0AA24D4DD&quot; alt=&quot;&quot; filemime=&quot;image/jpeg&quot; filename=&quot;bjs4-1-somdary1.jpg&quot; height=&quot;1168&quot; width=&quot;540&quot;/&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;a href=&quot;http://cfile9.uf.tistory.com/original/1450FE0F4CD0C0AA27E4E2&quot; rel=&quot;lightbox&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://cfile9.uf.tistory.com/image/1450FE0F4CD0C0AA27E4E2&quot; alt=&quot;&quot; filemime=&quot;image/jpeg&quot; filename=&quot;bjs5-somdary1.jpg&quot; height=&quot;1045&quot; width=&quot;540&quot;/&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;a href=&quot;http://cfile5.uf.tistory.com/original/134ACF0F4CD0C0AA409A27&quot; rel=&quot;lightbox&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://cfile5.uf.tistory.com/image/134ACF0F4CD0C0AA409A27&quot; alt=&quot;&quot; filemime=&quot;image/jpeg&quot; filename=&quot;bjs6-1-somdary1.jpg&quot; height=&quot;980&quot; width=&quot;500&quot;/&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;a href=&quot;http://cfile25.uf.tistory.com/original/114B5C0F4CD0C0AB346B84&quot; rel=&quot;lightbox&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://cfile25.uf.tistory.com/image/114B5C0F4CD0C0AB346B84&quot; alt=&quot;&quot; filemime=&quot;image/jpeg&quot; filename=&quot;bs22-3-somdary1.jpg&quot; height=&quot;539&quot; width=&quot;500&quot;/&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;a href=&quot;http://cfile24.uf.tistory.com/original/1850F90F4CD0C0AB2F4083&quot; rel=&quot;lightbox&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://cfile24.uf.tistory.com/image/1850F90F4CD0C0AB2F4083&quot; alt=&quot;&quot; filemime=&quot;image/jpeg&quot; filename=&quot;bs29-2-somdary1.jpg&quot; height=&quot;560&quot; width=&quot;400&quot;/&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
&lt;br /&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;</description>
			<category>좋아하는것</category>
			<author>코어</author>
			<guid>http://xiel.net/144</guid>
			<comments>http://xiel.net/entry/%EC%A6%88%EC%A7%80%EC%8A%A4%EC%99%80%ED%94%84-%EB%B0%B1%EC%A7%84%EC%8A%A4%ED%82%A4#entry144comment</comments>
			<pubDate>Wed, 03 Nov 2010 10:59:13 +0900</pubDate>
		</item>
		<item>
			<title>고양이 없이 그동안 어떻게 살았지,,</title>
			<link>http://xiel.net/entry/%EA%B3%A0%EC%96%91%EC%9D%B4-%EC%97%86%EC%9D%B4-%EA%B7%B8%EB%8F%99%EC%95%88-%EC%96%B4%EB%96%BB%EA%B2%8C-%EC%82%B4%EC%95%98%EC%A7%80</link>
			<description>&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;a href=&quot;http://cfile2.uf.tistory.com/original/153DA6184CAC91E0743E7C&quot; rel=&quot;lightbox&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://cfile2.uf.tistory.com/image/153DA6184CAC91E0743E7C&quot; alt=&quot;&quot; filemime=&quot;&quot; filename=&quot;cfile2.uf@153DA6184CAC91E0743E7C.jpg&quot; height=&quot;533&quot; width=&quot;400&quot;/&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;a href=&quot;http://cfile7.uf.tistory.com/original/114208184CAC91E1447191&quot; rel=&quot;lightbox&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://cfile7.uf.tistory.com/image/114208184CAC91E1447191&quot; alt=&quot;&quot; filemime=&quot;&quot; filename=&quot;cfile7.uf@114208184CAC91E1447191.jpg&quot; height=&quot;533&quot; width=&quot;400&quot;/&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;a href=&quot;http://cfile3.uf.tistory.com/original/1937A5184CAC91E28C61EC&quot; rel=&quot;lightbox&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://cfile3.uf.tistory.com/image/1937A5184CAC91E28C61EC&quot; alt=&quot;&quot; filemime=&quot;image/jpeg&quot; filename=&quot;158073432-6163124239294e725c6c216efbe15874.4c863048-scaled.jpg&quot; height=&quot;405&quot; width=&quot;540&quot;/&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;a href=&quot;http://cfile4.uf.tistory.com/original/163BB0184CAC91E3973DD6&quot; rel=&quot;lightbox&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://cfile4.uf.tistory.com/image/163BB0184CAC91E3973DD6&quot; alt=&quot;&quot; filemime=&quot;image/jpeg&quot; filename=&quot;173247359-575193a8cbcdd0f7a510581e6b1c04c4.4cac8ef0-scaled.jpg&quot; height=&quot;405&quot; width=&quot;540&quot;/&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
이제 없으면 못삼&lt;br /&gt;
상상조차 할수없다&lt;br /&gt;</description>
			<category>좋아하는것</category>
			<category>모찌</category>
			<author>코어</author>
			<guid>http://xiel.net/143</guid>
			<comments>http://xiel.net/entry/%EA%B3%A0%EC%96%91%EC%9D%B4-%EC%97%86%EC%9D%B4-%EA%B7%B8%EB%8F%99%EC%95%88-%EC%96%B4%EB%96%BB%EA%B2%8C-%EC%82%B4%EC%95%98%EC%A7%80#entry143comment</comments>
			<pubDate>Thu, 07 Oct 2010 00:16:14 +0900</pubDate>
		</item>
		<item>
			<title>BoA - 한별 (김종완 피쳐링)</title>
			<link>http://xiel.net/entry/BoA-%ED%95%9C%EB%B3%84-%EA%B9%80%EC%A2%85%EC%99%84-%ED%94%BC%EC%B3%90%EB%A7%81</link>
			<description>&lt;object width=&quot;480&quot; height=&quot;385&quot;&gt;&lt;param name=&quot;movie&quot; value=&quot;http://www.youtube.com/v/ldSaXudgNgA?fs=1&amp;amp;hl=ko_KR&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/ldSaXudgNgA?fs=1&amp;amp;hl=ko_KR&quot; type=&quot;application/x-shockwave-flash&quot; allowscriptaccess=&quot;always&quot; allowfullscreen=&quot;true&quot; width=&quot;480&quot; height=&quot;385&quot;&gt;&lt;/embed&gt;&lt;/object&gt;&lt;br /&gt;
&lt;br /&gt;중박인생 권보아의 6집엘범에 김종완이 준곡이 있다하여 들어봤는데 역시나...&lt;br /&gt;
약 5초정도만 들어도 김종완이 쓴곡임을 바로 알수 있었다&lt;br /&gt;
그런데 그사람 지금 공익중인데 이런활동 해도되나??&lt;br /&gt;
어쨋든 우울한 그목소리를 오랜만에 들을수있어서 좋았다&lt;br /&gt;</description>
			<category>음악</category>
			<category>BoA</category>
			<author>코어</author>
			<guid>http://xiel.net/142</guid>
			<comments>http://xiel.net/entry/BoA-%ED%95%9C%EB%B3%84-%EA%B9%80%EC%A2%85%EC%99%84-%ED%94%BC%EC%B3%90%EB%A7%81#entry142comment</comments>
			<pubDate>Thu, 30 Sep 2010 11:39:54 +0900</pubDate>
		</item>
		<item>
			<title>내가 너를 사랑하는 이유 - 문향란</title>
			<link>http://xiel.net/entry/%EB%82%B4%EA%B0%80-%EB%84%88%EB%A5%BC-%EC%82%AC%EB%9E%91%ED%95%98%EB%8A%94-%EC%9D%B4%EC%9C%A0-%EB%AC%B8%ED%96%A5%EB%9E%80</link>
			<description>내가 너를 사랑하는 이유 - 문향란&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;애써 이유를 말하지 않을 것이다.</description>
			<category>좋아하는것</category>
			<author>코어</author>
			<guid>http://xiel.net/140</guid>
			<comments>http://xiel.net/entry/%EB%82%B4%EA%B0%80-%EB%84%88%EB%A5%BC-%EC%82%AC%EB%9E%91%ED%95%98%EB%8A%94-%EC%9D%B4%EC%9C%A0-%EB%AC%B8%ED%96%A5%EB%9E%80#entry140comment</comments>
			<pubDate>Sat, 04 Sep 2010 00:20:26 +0900</pubDate>
		</item>
		<item>
			<title>불꽃같은삶 - 히데</title>
			<link>http://xiel.net/entry/%EB%B6%88%EA%BD%83%EA%B0%99%EC%9D%80-%EC%82%B6-%ED%9E%88%EB%8D%B0</link>
			<description>&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;a href=&quot;http://cfile23.uf.tistory.com/original/202326054C5A7E0541B0EB&quot; rel=&quot;lightbox&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://cfile23.uf.tistory.com/image/202326054C5A7E0541B0EB&quot; alt=&quot;&quot; filemime=&quot;&quot; filename=&quot;cfile23.uf@202326054C5A7E0541B0EB.jpg&quot; height=&quot;580&quot; width=&quot;400&quot;/&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;a href=&quot;http://cfile26.uf.tistory.com/original/151C41054C5A7E0A7CB46C&quot; rel=&quot;lightbox&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://cfile26.uf.tistory.com/image/151C41054C5A7E0A7CB46C&quot; alt=&quot;&quot; filemime=&quot;image/jpeg&quot; filename=&quot;hide_023.jpg&quot; height=&quot;437&quot; width=&quot;301&quot;/&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;a href=&quot;http://cfile2.uf.tistory.com/original/142117054C5A7E105D1E26&quot; rel=&quot;lightbox&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://cfile2.uf.tistory.com/image/142117054C5A7E105D1E26&quot; alt=&quot;&quot; filemime=&quot;image/jpeg&quot; filename=&quot;hide5.jpg&quot; height=&quot;231&quot; width=&quot;330&quot;/&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
히데 (松本秀人) 1964년 12월 13일 ~ 1998년 5월 2일&lt;br /&gt;
일본, 가수,기타리스트,작곡가&lt;br /&gt;</description>
			<category>좋아하는것</category>
			<category>마츠모토 히데토</category>
			<category>히데</category>
			<author>코어</author>
			<guid>http://xiel.net/139</guid>
			<comments>http://xiel.net/entry/%EB%B6%88%EA%BD%83%EA%B0%99%EC%9D%80-%EC%82%B6-%ED%9E%88%EB%8D%B0#entry139comment</comments>
			<pubDate>Thu, 05 Aug 2010 18:04:06 +0900</pubDate>
		</item>
		<item>
			<title>불꽃같은삶 - 리버 피닉스</title>
			<link>http://xiel.net/entry/%EB%B6%88%EA%BD%83%EA%B0%99%EC%9D%80%EC%82%B6-%EB%A6%AC%EB%B2%84-%ED%94%BC%EB%8B%89%EC%8A%A4</link>
			<description>&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;a href=&quot;http://cfile4.uf.tistory.com/original/120FE8144C50ECF71CA7F7&quot; rel=&quot;lightbox&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://cfile4.uf.tistory.com/image/120FE8144C50ECF71CA7F7&quot; alt=&quot;&quot; filemime=&quot;&quot; filename=&quot;cfile4.uf@120FE8144C50ECF71CA7F7.jpg&quot; height=&quot;424&quot; width=&quot;300&quot;/&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;a href=&quot;http://cfile27.uf.tistory.com/original/151C22144C50ECF70DACFA&quot; rel=&quot;lightbox&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://cfile27.uf.tistory.com/image/151C22144C50ECF70DACFA&quot; alt=&quot;&quot; filemime=&quot;image/jpeg&quot; filename=&quot;download.blog.jpg&quot; height=&quot;412&quot; width=&quot;327&quot;/&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;a href=&quot;http://cfile22.uf.tistory.com/original/181E42144C50ECF71B482D&quot; rel=&quot;lightbox&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://cfile22.uf.tistory.com/image/181E42144C50ECF71B482D&quot; alt=&quot;&quot; filemime=&quot;image/jpeg&quot; filename=&quot;1948282912_7c996f76_edgreen_7.jpg&quot; height=&quot;497&quot; width=&quot;376&quot;/&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;a href=&quot;http://cfile3.uf.tistory.com/original/13251E144C50ECF802D412&quot; rel=&quot;lightbox&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://cfile3.uf.tistory.com/image/13251E144C50ECF802D412&quot; alt=&quot;&quot; filemime=&quot;image/jpeg&quot; filename=&quot;리버피닉스.jpg&quot; height=&quot;535&quot; width=&quot;384&quot;/&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
&lt;br /&gt;
리버 피닉스(River Jude Phoenix) 1957년 5월 10일 ~ 1979년 2월 2일&lt;br /&gt;
미국, 영화배우&lt;br /&gt;</description>
			<category>좋아하는것</category>
			<category>리버 피닉스</category>
			<author>코어</author>
			<guid>http://xiel.net/138</guid>
			<comments>http://xiel.net/entry/%EB%B6%88%EA%BD%83%EA%B0%99%EC%9D%80%EC%82%B6-%EB%A6%AC%EB%B2%84-%ED%94%BC%EB%8B%89%EC%8A%A4#entry138comment</comments>
			<pubDate>Thu, 29 Jul 2010 11:55:40 +0900</pubDate>
		</item>
		<item>
			<title>불꽃같은삶 - 시드 비셔스</title>
			<link>http://xiel.net/entry/%EC%8B%9C%EB%93%9C-%EB%B9%84%EC%85%94%EC%8A%A4-%EB%B6%88%EA%BD%83%EA%B0%99%EC%9D%80%EC%82%B6</link>
			<description>&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;a href=&quot;http://cfile25.uf.tistory.com/original/1260EC174C50E95E32D779&quot; rel=&quot;lightbox&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://cfile25.uf.tistory.com/image/1260EC174C50E95E32D779&quot; alt=&quot;&quot; filemime=&quot;image/jpeg&quot; filename=&quot;시드.jpg&quot; height=&quot;399&quot; width=&quot;247&quot;/&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;a href=&quot;http://cfile23.uf.tistory.com/original/156693174C50E95C1ED500&quot; rel=&quot;lightbox&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://cfile23.uf.tistory.com/image/156693174C50E95C1ED500&quot; alt=&quot;&quot; filemime=&quot;image/jpeg&quot; filename=&quot;%BC%BD%C7%C7-onlypino.jpg&quot; height=&quot;216&quot; width=&quot;269&quot;/&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;a href=&quot;http://cfile10.uf.tistory.com/original/1360A3174C50E95D25865B&quot; rel=&quot;lightbox&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://cfile10.uf.tistory.com/image/1360A3174C50E95D25865B&quot; alt=&quot;&quot; filemime=&quot;&quot; filename=&quot;cfile10.uf@1360A3174C50E95D25865B.jpg&quot; height=&quot;362&quot; width=&quot;300&quot;/&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;a href=&quot;http://cfile23.uf.tistory.com/original/205F7C174C50E95F3FBFAC&quot; rel=&quot;lightbox&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://cfile23.uf.tistory.com/image/205F7C174C50E95F3FBFAC&quot; alt=&quot;&quot; filemime=&quot;image/jpeg&quot; filename=&quot;시드3.jpg&quot; height=&quot;648&quot; width=&quot;192&quot;/&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
시드 비셔스 (Sid Vicious)&lt;b&gt; &lt;/b&gt;1957년 5월 10일 ~ 1979년 2월 2일&lt;br /&gt;
영국, 섹스피스톨스 베이시스트&lt;br /&gt;</description>
			<category>좋아하는것</category>
			<category>불꽃같은삶</category>
			<category>시드 비셔스</category>
			<author>코어</author>
			<guid>http://xiel.net/137</guid>
			<comments>http://xiel.net/entry/%EC%8B%9C%EB%93%9C-%EB%B9%84%EC%85%94%EC%8A%A4-%EB%B6%88%EA%BD%83%EA%B0%99%EC%9D%80%EC%82%B6#entry137comment</comments>
			<pubDate>Thu, 29 Jul 2010 11:40:33 +0900</pubDate>
		</item>
		<item>
			<title>모찌 노는 동영상</title>
			<link>http://xiel.net/entry/%EB%AA%A8%EC%B0%8C-%EB%85%B8%EB%8A%94-%EB%8F%99%EC%98%81%EC%83%81</link>
			<description>&lt;br /&gt;&lt;object width=&quot;320&quot; height=&quot;450&quot;&gt;&lt;param name=&quot;movie&quot; value=&quot;http://www.youtube.com/v/nlf_73FbCx0&amp;amp;hl=ko_KR&amp;amp;fs=1&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/nlf_73FbCx0&amp;amp;hl=ko_KR&amp;amp;fs=1&quot; type=&quot;application/x-shockwave-flash&quot; allowscriptaccess=&quot;always&quot; allowfullscreen=&quot;true&quot; width=&quot;320&quot; height=&quot;450&quot;&gt;&lt;/embed&gt;&lt;/object&gt;&lt;br /&gt;&lt;br /&gt;요즘 너무 미친듯이 잘놀아서 가끔 정신이 정상이 아닌가 싶을정도..&lt;br /&gt;어두운데 찍어서 제대로 안나왓다&lt;br /&gt;</description>
			<category>좋아하는것</category>
			<category>고양이</category>
			<category>모찌</category>
			<author>코어</author>
			<guid>http://xiel.net/136</guid>
			<comments>http://xiel.net/entry/%EB%AA%A8%EC%B0%8C-%EB%85%B8%EB%8A%94-%EB%8F%99%EC%98%81%EC%83%81#entry136comment</comments>
			<pubDate>Fri, 16 Jul 2010 11:34:53 +0900</pubDate>
		</item>
		<item>
			<title>jquery에서 element의 html tag string을 얻고 싶을때</title>
			<link>http://xiel.net/entry/jquery%EC%97%90%EC%84%9C-element%EC%9D%98-html-tag-string%EC%9D%84-%EC%96%BB%EA%B3%A0-%EC%8B%B6%EC%9D%84%EB%95%8C</link>
			<description>상황설명..&lt;br /&gt;&amp;lt;img id=&quot;testImg&quot; src=&quot;test.jpg&quot; /&amp;gt; &lt;br /&gt;이같은 이미지 테그가 있고 순수한 HTML TAG 스트링을 얻고 싶다고 예를 듭시다..&lt;br /&gt;처음엔 이렇게하면 될꺼라고 생각했습니다.&lt;br /&gt;&lt;br /&gt;
&lt;textarea class=&quot;js&quot; name=&quot;code&quot;&gt;var test_img = $('#testImg').get(0);
document.write(test_img);
&lt;/textarea&gt;&lt;br /&gt;&lt;br /&gt;하지만 결과는&lt;br /&gt;&lt;br /&gt;&lt;div style=&quot;padding: 10px; background-color: rgb(201, 237, 255);&quot;&gt;[object HTMLImageElement]&lt;/div&gt;&lt;br /&gt;나는 당연히 이미지가 화면에 나오길 바랫지만 출력결과는 그렇지 않았습니다..&lt;br /&gt;놀랍게도 jquery에는 select한 element의 테그 스트링을 리턴해주는 매소드가 없는거 같습니다 (아니면 내가 검색력이 딸리는건가..)&lt;br /&gt;어쨋든 제가 찾은 방법은 아래와 같습니다..&lt;br /&gt;&lt;br /&gt;
&lt;textarea class=&quot;js&quot; name=&quot;code&quot;&gt;var test_img = $('&amp;lt;div&amp;gt;').append($('#testImg').clone()).remove().html();
document.write(test_img);
&lt;/textarea&gt;&lt;br /&gt;&lt;br /&gt;이렇게하면 됩니다.. 하지만 좋은코드는 아니죠.. 혹시 다른 좋은방법을 아시는분이 있으면 알려주세요~&lt;br /&gt;
</description>
			<category>개발</category>
			<category>DOM</category>
			<category>HTML</category>
			<category>JQuery</category>
			<category>js</category>
			<category>개발</category>
			<author>코어</author>
			<guid>http://xiel.net/133</guid>
			<comments>http://xiel.net/entry/jquery%EC%97%90%EC%84%9C-element%EC%9D%98-html-tag-string%EC%9D%84-%EC%96%BB%EA%B3%A0-%EC%8B%B6%EC%9D%84%EB%95%8C#entry133comment</comments>
			<pubDate>Wed, 30 Jun 2010 13:15:31 +0900</pubDate>
		</item>
		<item>
			<title>아두이노 with 눈차크</title>
			<link>http://xiel.net/entry/%EC%95%84%EB%91%90%EC%9D%B4%EB%85%B8-with-%EB%88%88%EC%B0%A8%ED%81%AC</link>
			<description>&lt;object width=&quot;480&quot; height=&quot;385&quot;&gt;&lt;param name=&quot;movie&quot; value=&quot;http://www.youtube.com/v/DjC2Y9suWSI&amp;amp;hl=ko_KR&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/DjC2Y9suWSI&amp;amp;hl=ko_KR&amp;amp;fs=1&amp;amp;&quot; type=&quot;application/x-shockwave-flash&quot; allowscriptaccess=&quot;always&quot; allowfullscreen=&quot;true&quot; width=&quot;480&quot; height=&quot;385&quot;&gt;&lt;/embed&gt;&lt;/object&gt;&lt;br /&gt;&lt;br /&gt;재광이가 알려준 아두이노라는 임베디드 보드 (맞나?)&lt;br /&gt;어쨋든 이것을 이용하면 이래저래 하드웨어를 조합해서 장난감을 만들수 있나보다&lt;br /&gt;동영상은 Wii의 눈차크를 이용해 로봇 컨트롤을 하는장면&lt;br /&gt;</description>
			<category>개발</category>
			<author>코어</author>
			<guid>http://xiel.net/132</guid>
			<comments>http://xiel.net/entry/%EC%95%84%EB%91%90%EC%9D%B4%EB%85%B8-with-%EB%88%88%EC%B0%A8%ED%81%AC#entry132comment</comments>
			<pubDate>Mon, 21 Jun 2010 15:41:13 +0900</pubDate>
		</item>
		<item>
			<title>이곳에 방문한 당신에게 감사</title>
			<link>http://xiel.net/entry/%EC%9D%B4%EA%B3%B3%EC%97%90-%EB%B0%A9%EB%AC%B8%ED%95%9C-%EB%8B%B9%EC%8B%A0%EC%97%90%EA%B2%8C-%EA%B0%90%EC%82%AC</link>
			<description>저는 오늘 뜻밖의 계기로 이곳에 정기적으로 오는사람이 많다는것을 알게되었습니다.&lt;br /&gt;그리고 저는 매우 놀랏습니다&lt;br /&gt;이런 폐가에...&lt;br /&gt;&lt;br /&gt;가끔씩 와주는 당신에게 매우 감사합니다.&lt;br /&gt;언젠간 멋진것을 만들어 보여줄께요&lt;br /&gt;</description>
			<category>생각</category>
			<category>뻘소리</category>
			<author>코어</author>
			<guid>http://xiel.net/130</guid>
			<comments>http://xiel.net/entry/%EC%9D%B4%EA%B3%B3%EC%97%90-%EB%B0%A9%EB%AC%B8%ED%95%9C-%EB%8B%B9%EC%8B%A0%EC%97%90%EA%B2%8C-%EA%B0%90%EC%82%AC#entry130comment</comments>
			<pubDate>Wed, 09 Jun 2010 16:48:44 +0900</pubDate>
		</item>
		<item>
			<title>캘린덕 아이폰 앱</title>
			<link>http://xiel.net/entry/%EC%BA%98%EB%A6%B0%EB%8D%95-%EC%95%84%EC%9D%B4%ED%8F%B0-%EC%95%B1</link>
			<description>&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;a href=&quot;http://cfile2.uf.tistory.com/original/195DEE044BFB1C596AA371&quot; rel=&quot;lightbox&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://cfile2.uf.tistory.com/image/195DEE044BFB1C596AA371&quot; alt=&quot;&quot; filemime=&quot;image/jpeg&quot; filename=&quot;040781.jpg&quot; height=&quot;480&quot; width=&quot;320&quot;/&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
&lt;br /&gt;처음으로 만든 아이폰앱입니다&lt;br /&gt;
그냥 xml 받아다가 뿌려주는것밖에 안되지만--;&lt;br /&gt;
여기까지 오는데도 이래저래 힘들었습니다.&lt;br /&gt;
차차 업그레이드 되겠죠</description>
			<category>만든것</category>
			<category>app</category>
			<category>아이폰</category>
			<category>어플리케이션</category>
			<author>코어</author>
			<guid>http://xiel.net/129</guid>
			<comments>http://xiel.net/entry/%EC%BA%98%EB%A6%B0%EB%8D%95-%EC%95%84%EC%9D%B4%ED%8F%B0-%EC%95%B1#entry129comment</comments>
			<pubDate>Tue, 25 May 2010 10:24:30 +0900</pubDate>
		</item>
		<item>
			<title>캘린덕 세일, 이벤트정보 위젯</title>
			<link>http://xiel.net/entry/%EC%BA%98%EB%A6%B0%EB%8D%95-%EC%84%B8%EC%9D%BC-%EC%9D%B4%EB%B2%A4%ED%8A%B8%EC%A0%95%EB%B3%B4-%EC%9C%84%EC%A0%AF</link>
			<description>&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;a href=&quot;http://cfile2.uf.tistory.com/original/163545024CA3FCD310A6BF&quot; rel=&quot;lightbox&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://cfile2.uf.tistory.com/image/163545024CA3FCD310A6BF&quot; alt=&quot;&quot; filemime=&quot;image/png&quot; filename=&quot;snap_11.png&quot; height=&quot;300&quot; width=&quot;170&quot;/&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
링크 : &lt;a title=&quot;[http://wzdfactory.com/gallery/detail/544]로 이동합니다.&quot; target=&quot;_blank&quot; href=&quot;http://wzdfactory.com/gallery/detail/544&quot;&gt;http://wzdfactory.com/gallery/detail/544&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
위젯을 만드는법은 크게 두가지가 있습니다.&lt;br /&gt;
&lt;br /&gt;
&lt;ol style=&quot;list-style-type: decimal;&quot;&gt;
&lt;li&gt;구글 가젯api (다음), wzdapi(위자드팩토리)등의 각각의 플랫폼안에서 만드는법&lt;/li&gt;
&lt;li&gt;독립적인 위젯페이지를 플래쉬나 js등으로 만들어서 그것을 iframe으로 불러오는법&lt;/li&gt;
&lt;/ol&gt;
&lt;br /&gt;
이번에 위젯을 만들때 첫번째 방법으로 만들면서 좀 후회했습니다.. 일단 플랫폼마다 소스가 달라서 앞으로 관리가 힘들듯.. &lt;br /&gt;
두번째 방법으로 하면 다른 js라이브러리를 쓰기도 쉽고 이래저래 유연하게 사용할수 있어 좋습니다. 하지만 용량이 많은 플래쉬나 js파일을 쓴다면 트래픽폭탄을 맞이할수도 있습니다.&lt;br /&gt;</description>
			<category>만든것</category>
			<author>코어</author>
			<guid>http://xiel.net/127</guid>
			<comments>http://xiel.net/entry/%EC%BA%98%EB%A6%B0%EB%8D%95-%EC%84%B8%EC%9D%BC-%EC%9D%B4%EB%B2%A4%ED%8A%B8%EC%A0%95%EB%B3%B4-%EC%9C%84%EC%A0%AF#entry127comment</comments>
			<pubDate>Wed, 10 Mar 2010 10:51:29 +0900</pubDate>
		</item>
		<item>
			<title>캘린덕 - 이벤트정보 웹서비스</title>
			<link>http://xiel.net/entry/%EC%BA%98%EB%A6%B0%EB%8D%95-%EC%9D%B4%EB%B2%A4%ED%8A%B8%EC%A0%95%EB%B3%B4-%EC%9B%B9%EC%84%9C%EB%B9%84%EC%8A%A4</link>
			<description>&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;a href=&quot;http://cfile27.uf.tistory.com/original/1554D60D4CA3FAD57A20F3&quot; rel=&quot;lightbox&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://cfile27.uf.tistory.com/image/1554D60D4CA3FAD57A20F3&quot; alt=&quot;&quot; filemime=&quot;image/png&quot; filename=&quot;snap_9.png&quot; height=&quot;1057&quot; width=&quot;512&quot;/&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
&lt;br /&gt;
http://calenduck.com&lt;br /&gt;
&lt;br /&gt;
xe기반으로 만든 이벤트,세일정보 웹서비스입니다.&lt;br /&gt;
jquery를 사용하였습니다.&lt;br /&gt;
&lt;br /&gt;</description>
			<category>만든것</category>
			<author>코어</author>
			<guid>http://xiel.net/126</guid>
			<comments>http://xiel.net/entry/%EC%BA%98%EB%A6%B0%EB%8D%95-%EC%9D%B4%EB%B2%A4%ED%8A%B8%EC%A0%95%EB%B3%B4-%EC%9B%B9%EC%84%9C%EB%B9%84%EC%8A%A4#entry126comment</comments>
			<pubDate>Fri, 12 Feb 2010 17:20:59 +0900</pubDate>
		</item>
	</channel>
</rss>
