<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>PRiLY</title>
	<atom:link href="http://www.prily.net/ella/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://www.prily.net/ella</link>
	<description>Friday Knight</description>
	<lastBuildDate>Wed, 25 Apr 2012 04:54:32 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.4</generator>
		<item>
		<title>[Cocoa] NSOutlineView 에서 텍스트 편집하기</title>
		<link>http://www.prily.net/ella/?p=490</link>
		<comments>http://www.prily.net/ella/?p=490#comments</comments>
		<pubDate>Wed, 25 Apr 2012 04:53:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[cocoa]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[nsoutlineview]]></category>

		<guid isPermaLink="false">http://www.prily.net/ella/?p=490</guid>
		<description><![CDATA[NSOutlineView를 사용하여 트리형식으로 정보를 표현할 때 해당 row를 더블클릭하거나 context menu를 통해 해당 row의 텍스트를 변경하고 싶을 때가 있다. 새로운 창을 띄우거나 팝업을 띄워서 처리한다면 직관적이지 않기때문에 NSOutlineView내에서 처리하는게 좋다. &#160; &#160; context menu나 버튼이벤트를 통해서 선택된 row가 에디트 모드로 변경되게 하고 싶다면 아래와 같이 outlineview의 editColumn을 사용한다. - (IBAction)editOutlineViewTextAction:(id)sender { NSInteger rowIndex = [mOutlineView [...]]]></description>
			<content:encoded><![CDATA[<p>NSOutlineView를 사용하여 트리형식으로 정보를 표현할 때</p>
<p>해당 row를 더블클릭하거나 context menu를 통해 해당 row의</p>
<p>텍스트를 변경하고 싶을 때가 있다. 새로운 창을 띄우거나 팝업을 띄워서</p>
<p>처리한다면 직관적이지 않기때문에 NSOutlineView내에서 처리하는게 좋다.</p>
<p>&nbsp;</p>
<p><img align="middle" alt="" height="490" src="http://www.prily.net/ella/wp-content/uploads/TBX_v4_5_0_View_Outline.jpg" width="325" /></p>
<p>&nbsp;</p>
<p>context menu나 버튼이벤트를 통해서 선택된 row가 에디트 모드로 변경되게 하고 싶다면</p>
<p>아래와 같이 outlineview의 editColumn을 사용한다.</p>
<pre class="c" name="code">- (IBAction)editOutlineViewTextAction:(id)sender
{
    NSInteger rowIndex = [mOutlineView selectedRow];

    if (rowIndex &gt; -1)
    {
        [mOutlineView editColumn:0 row:rowIndex withEvent:nil select:YES];
    }
}</pre>
<p>&nbsp;</p>
<p>해당 row가 편집모드가 되었다면 사용자 입력을 받고 리턴키를 치거나 row에서</p>
<p>포커스가 빠지면서 편집 완료가 될 경우 해당 이벤트를 받아서 변경된 값으로 저장해주어야 한다.</p>
<p>그럴땐 NSControl의 delegate함수인 controlTextDidEndEditing을 사용한다.</p>
<p>&nbsp;</p>
<pre class="c" name="code">- (void)controlTextDidEndEditing:(NSNotification *)obj
{
    NSString *newName = [[[obj userInfo] objectForKey:@&quot;NSFieldEditor&quot;] string];
}
</pre>
<div class="fblike_button" style="margin: 10px 0;"><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.prily.net%2Fella%2F%3Fp%3D490&amp;layout=standard&amp;show_faces=false&amp;width=600&amp;action=like&amp;colorscheme=evil" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:600px; height:25px"></iframe></div>
]]></content:encoded>
			<wfw:commentRss>http://www.prily.net/ella/?feed=rss2&#038;p=490</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bruno Mars &#8211; It Will Rain</title>
		<link>http://www.prily.net/ella/?p=488</link>
		<comments>http://www.prily.net/ella/?p=488#comments</comments>
		<pubDate>Wed, 18 Apr 2012 04:56:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[잡다한것]]></category>
		<category><![CDATA[bruno mars]]></category>
		<category><![CDATA[it will rain]]></category>

		<guid isPermaLink="false">http://www.prily.net/ella/?p=488</guid>
		<description><![CDATA[It Will Rain by Bruno Mars on Grooveshark &#160; If you ever leave me baby, Leave some morphine at my door &#8216;Cause it would take a whole lot of medication To realize what we used to have, We don&#8217;t have it anymore. There&#8217;s no religion that could save me No matter how long my knees [...]]]></description>
			<content:encoded><![CDATA[<p><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" height="40" id="gsSong3392453272" name="gsSong3392453272" width="250"><param name="movie" value="http://grooveshark.com/songWidget.swf" /><param name="wmode" value="window" /><param name="allowScriptAccess" value="always" /><param name="flashvars" value="hostname=cowbell.grooveshark.com&amp;songIDs=33924532&amp;style=metal&amp;p=0" /><object data="http://grooveshark.com/songWidget.swf" height="40" type="application/x-shockwave-flash" width="250"><param name="wmode" value="window" /><param name="allowScriptAccess" value="always" /><param name="flashvars" value="hostname=cowbell.grooveshark.com&amp;songIDs=33924532&amp;style=metal&amp;p=0" /><span>It Will Rain by <a href="http://grooveshark.com/artist/Bruno+Mars/1254743" title="Bruno Mars">Bruno Mars</a> on Grooveshark</span></object></object> <br />
	&nbsp;</p>
<p><span style="color: rgb(51, 51, 51); font-family: arial, helvetica, clean, sans-serif; font-size: 17px; line-height: 26px; text-align: left; ">If you ever leave me baby,</span><br style="color: rgb(51, 51, 51); font-family: arial, helvetica, clean, sans-serif; font-size: 17px; line-height: 26px; text-align: left; " /><br />
	<span style="color: rgb(51, 51, 51); font-family: arial, helvetica, clean, sans-serif; font-size: 17px; line-height: 26px; text-align: left; ">Leave some morphine at my door</span><br style="color: rgb(51, 51, 51); font-family: arial, helvetica, clean, sans-serif; font-size: 17px; line-height: 26px; text-align: left; " /><br />
	<span style="color: rgb(51, 51, 51); font-family: arial, helvetica, clean, sans-serif; font-size: 17px; line-height: 26px; text-align: left; ">&lsquo;Cause it would take a whole lot of medication</span><br style="color: rgb(51, 51, 51); font-family: arial, helvetica, clean, sans-serif; font-size: 17px; line-height: 26px; text-align: left; " /><br />
	<span style="color: rgb(51, 51, 51); font-family: arial, helvetica, clean, sans-serif; font-size: 17px; line-height: 26px; text-align: left; ">To realize what we used to have,</span><br style="color: rgb(51, 51, 51); font-family: arial, helvetica, clean, sans-serif; font-size: 17px; line-height: 26px; text-align: left; " /><br />
	<span style="color: rgb(51, 51, 51); font-family: arial, helvetica, clean, sans-serif; font-size: 17px; line-height: 26px; text-align: left; ">We don&rsquo;t have it anymore.</span><br style="color: rgb(51, 51, 51); font-family: arial, helvetica, clean, sans-serif; font-size: 17px; line-height: 26px; text-align: left; " /><br />
	<br style="color: rgb(51, 51, 51); font-family: arial, helvetica, clean, sans-serif; font-size: 17px; line-height: 26px; text-align: left; " /><br />
	<span style="color: rgb(51, 51, 51); font-family: arial, helvetica, clean, sans-serif; font-size: 17px; line-height: 26px; text-align: left; ">There&rsquo;s no religion that could save me</span><br style="color: rgb(51, 51, 51); font-family: arial, helvetica, clean, sans-serif; font-size: 17px; line-height: 26px; text-align: left; " /><br />
	<span style="color: rgb(51, 51, 51); font-family: arial, helvetica, clean, sans-serif; font-size: 17px; line-height: 26px; text-align: left; ">No matter how long my knees are on the floor</span><br style="color: rgb(51, 51, 51); font-family: arial, helvetica, clean, sans-serif; font-size: 17px; line-height: 26px; text-align: left; " /><br />
	<span style="color: rgb(51, 51, 51); font-family: arial, helvetica, clean, sans-serif; font-size: 17px; line-height: 26px; text-align: left; ">So keep in mind all the sacrifices I&rsquo;m makin&rsquo;</span><br style="color: rgb(51, 51, 51); font-family: arial, helvetica, clean, sans-serif; font-size: 17px; line-height: 26px; text-align: left; " /><br />
	<span style="color: rgb(51, 51, 51); font-family: arial, helvetica, clean, sans-serif; font-size: 17px; line-height: 26px; text-align: left; ">Will keep you by my side</span><br style="color: rgb(51, 51, 51); font-family: arial, helvetica, clean, sans-serif; font-size: 17px; line-height: 26px; text-align: left; " /><br />
	<span style="color: rgb(51, 51, 51); font-family: arial, helvetica, clean, sans-serif; font-size: 17px; line-height: 26px; text-align: left; ">Will keep you from walkin&rsquo; out the door.</span><br style="color: rgb(51, 51, 51); font-family: arial, helvetica, clean, sans-serif; font-size: 17px; line-height: 26px; text-align: left; " /><br />
	<br style="color: rgb(51, 51, 51); font-family: arial, helvetica, clean, sans-serif; font-size: 17px; line-height: 26px; text-align: left; " /><br />
	<span style="color: rgb(51, 51, 51); font-family: arial, helvetica, clean, sans-serif; font-size: 17px; line-height: 26px; text-align: left; ">[Chorus]</span><br style="color: rgb(51, 51, 51); font-family: arial, helvetica, clean, sans-serif; font-size: 17px; line-height: 26px; text-align: left; " /><br />
	<span style="color: rgb(51, 51, 51); font-family: arial, helvetica, clean, sans-serif; font-size: 17px; line-height: 26px; text-align: left; ">Cause there&rsquo;ll be no sunlight</span><br style="color: rgb(51, 51, 51); font-family: arial, helvetica, clean, sans-serif; font-size: 17px; line-height: 26px; text-align: left; " /><br />
	<span style="color: rgb(51, 51, 51); font-family: arial, helvetica, clean, sans-serif; font-size: 17px; line-height: 26px; text-align: left; ">If I lose you, baby</span><br style="color: rgb(51, 51, 51); font-family: arial, helvetica, clean, sans-serif; font-size: 17px; line-height: 26px; text-align: left; " /><br />
	<span style="color: rgb(51, 51, 51); font-family: arial, helvetica, clean, sans-serif; font-size: 17px; line-height: 26px; text-align: left; ">There&rsquo;ll be no clear skies</span><br style="color: rgb(51, 51, 51); font-family: arial, helvetica, clean, sans-serif; font-size: 17px; line-height: 26px; text-align: left; " /><br />
	<span style="color: rgb(51, 51, 51); font-family: arial, helvetica, clean, sans-serif; font-size: 17px; line-height: 26px; text-align: left; ">If I lose you, baby</span><br style="color: rgb(51, 51, 51); font-family: arial, helvetica, clean, sans-serif; font-size: 17px; line-height: 26px; text-align: left; " /><br />
	<span style="color: rgb(51, 51, 51); font-family: arial, helvetica, clean, sans-serif; font-size: 17px; line-height: 26px; text-align: left; ">Just like the clouds</span><br style="color: rgb(51, 51, 51); font-family: arial, helvetica, clean, sans-serif; font-size: 17px; line-height: 26px; text-align: left; " /><br />
	<span style="color: rgb(51, 51, 51); font-family: arial, helvetica, clean, sans-serif; font-size: 17px; line-height: 26px; text-align: left; ">My eyes will do the same, if you walk away</span><br style="color: rgb(51, 51, 51); font-family: arial, helvetica, clean, sans-serif; font-size: 17px; line-height: 26px; text-align: left; " /><br />
	<span style="color: rgb(51, 51, 51); font-family: arial, helvetica, clean, sans-serif; font-size: 17px; line-height: 26px; text-align: left; ">Everyday it will rain, rain, rain&#8230;</span><br style="color: rgb(51, 51, 51); font-family: arial, helvetica, clean, sans-serif; font-size: 17px; line-height: 26px; text-align: left; " /><br />
	<br style="color: rgb(51, 51, 51); font-family: arial, helvetica, clean, sans-serif; font-size: 17px; line-height: 26px; text-align: left; " /><br />
	<span style="color: rgb(51, 51, 51); font-family: arial, helvetica, clean, sans-serif; font-size: 17px; line-height: 26px; text-align: left; ">I&rsquo;ll never be your mother&rsquo;s favorite</span><br style="color: rgb(51, 51, 51); font-family: arial, helvetica, clean, sans-serif; font-size: 17px; line-height: 26px; text-align: left; " /><br />
	<span style="color: rgb(51, 51, 51); font-family: arial, helvetica, clean, sans-serif; font-size: 17px; line-height: 26px; text-align: left; ">Your daddy can&rsquo;t even look me in the eye</span><br style="color: rgb(51, 51, 51); font-family: arial, helvetica, clean, sans-serif; font-size: 17px; line-height: 26px; text-align: left; " /><br />
	<span style="color: rgb(51, 51, 51); font-family: arial, helvetica, clean, sans-serif; font-size: 17px; line-height: 26px; text-align: left; ">Oooh if I was in their shoes, I&rsquo;d be doing the same thing</span><br style="color: rgb(51, 51, 51); font-family: arial, helvetica, clean, sans-serif; font-size: 17px; line-height: 26px; text-align: left; " /><br />
	<span style="color: rgb(51, 51, 51); font-family: arial, helvetica, clean, sans-serif; font-size: 17px; line-height: 26px; text-align: left; ">Sayin there goes my little girl</span><br style="color: rgb(51, 51, 51); font-family: arial, helvetica, clean, sans-serif; font-size: 17px; line-height: 26px; text-align: left; " /><br />
	<span style="color: rgb(51, 51, 51); font-family: arial, helvetica, clean, sans-serif; font-size: 17px; line-height: 26px; text-align: left; ">Walkin&rsquo; with that troublesome guy</span><br style="color: rgb(51, 51, 51); font-family: arial, helvetica, clean, sans-serif; font-size: 17px; line-height: 26px; text-align: left; " /><br />
	<br style="color: rgb(51, 51, 51); font-family: arial, helvetica, clean, sans-serif; font-size: 17px; line-height: 26px; text-align: left; " /><br />
	<span style="color: rgb(51, 51, 51); font-family: arial, helvetica, clean, sans-serif; font-size: 17px; line-height: 26px; text-align: left; ">But they&rsquo;re just afraid of something they can&rsquo;t understand</span><br style="color: rgb(51, 51, 51); font-family: arial, helvetica, clean, sans-serif; font-size: 17px; line-height: 26px; text-align: left; " /><br />
	<span style="color: rgb(51, 51, 51); font-family: arial, helvetica, clean, sans-serif; font-size: 17px; line-height: 26px; text-align: left; ">Oooh well little darlin&rsquo; watch me change their minds</span><br style="color: rgb(51, 51, 51); font-family: arial, helvetica, clean, sans-serif; font-size: 17px; line-height: 26px; text-align: left; " /><br />
	<span style="color: rgb(51, 51, 51); font-family: arial, helvetica, clean, sans-serif; font-size: 17px; line-height: 26px; text-align: left; ">Yeah for you I&rsquo;ll try I&rsquo;ll try I&rsquo;ll try I&rsquo;ll try</span><br style="color: rgb(51, 51, 51); font-family: arial, helvetica, clean, sans-serif; font-size: 17px; line-height: 26px; text-align: left; " /><br />
	<span style="color: rgb(51, 51, 51); font-family: arial, helvetica, clean, sans-serif; font-size: 17px; line-height: 26px; text-align: left; ">I&rsquo;ll pick up these broken pieces &rsquo;til I&rsquo;m bleeding</span><br style="color: rgb(51, 51, 51); font-family: arial, helvetica, clean, sans-serif; font-size: 17px; line-height: 26px; text-align: left; " /><br />
	<span style="color: rgb(51, 51, 51); font-family: arial, helvetica, clean, sans-serif; font-size: 17px; line-height: 26px; text-align: left; ">If that&rsquo;ll make you mine</span><br style="color: rgb(51, 51, 51); font-family: arial, helvetica, clean, sans-serif; font-size: 17px; line-height: 26px; text-align: left; " /><br />
	<br style="color: rgb(51, 51, 51); font-family: arial, helvetica, clean, sans-serif; font-size: 17px; line-height: 26px; text-align: left; " /><br />
	<span style="color: rgb(51, 51, 51); font-family: arial, helvetica, clean, sans-serif; font-size: 17px; line-height: 26px; text-align: left; ">[Chorus]</span><br style="color: rgb(51, 51, 51); font-family: arial, helvetica, clean, sans-serif; font-size: 17px; line-height: 26px; text-align: left; " /><br />
	<span style="color: rgb(51, 51, 51); font-family: arial, helvetica, clean, sans-serif; font-size: 17px; line-height: 26px; text-align: left; ">Cause there&rsquo;ll be no sunlight</span><br style="color: rgb(51, 51, 51); font-family: arial, helvetica, clean, sans-serif; font-size: 17px; line-height: 26px; text-align: left; " /><br />
	<span style="color: rgb(51, 51, 51); font-family: arial, helvetica, clean, sans-serif; font-size: 17px; line-height: 26px; text-align: left; ">If I lose you, baby</span><br style="color: rgb(51, 51, 51); font-family: arial, helvetica, clean, sans-serif; font-size: 17px; line-height: 26px; text-align: left; " /><br />
	<span style="color: rgb(51, 51, 51); font-family: arial, helvetica, clean, sans-serif; font-size: 17px; line-height: 26px; text-align: left; ">There&rsquo;ll be no clear skies</span><br style="color: rgb(51, 51, 51); font-family: arial, helvetica, clean, sans-serif; font-size: 17px; line-height: 26px; text-align: left; " /><br />
	<span style="color: rgb(51, 51, 51); font-family: arial, helvetica, clean, sans-serif; font-size: 17px; line-height: 26px; text-align: left; ">If I lose you, baby</span><br style="color: rgb(51, 51, 51); font-family: arial, helvetica, clean, sans-serif; font-size: 17px; line-height: 26px; text-align: left; " /><br />
	<span style="color: rgb(51, 51, 51); font-family: arial, helvetica, clean, sans-serif; font-size: 17px; line-height: 26px; text-align: left; ">Just like the clouds</span><br style="color: rgb(51, 51, 51); font-family: arial, helvetica, clean, sans-serif; font-size: 17px; line-height: 26px; text-align: left; " /><br />
	<span style="color: rgb(51, 51, 51); font-family: arial, helvetica, clean, sans-serif; font-size: 17px; line-height: 26px; text-align: left; ">My eyes will do the same if you walk away</span><br style="color: rgb(51, 51, 51); font-family: arial, helvetica, clean, sans-serif; font-size: 17px; line-height: 26px; text-align: left; " /><br />
	<span style="color: rgb(51, 51, 51); font-family: arial, helvetica, clean, sans-serif; font-size: 17px; line-height: 26px; text-align: left; ">Everyday it will rain, rain, rain&#8230;</span><br style="color: rgb(51, 51, 51); font-family: arial, helvetica, clean, sans-serif; font-size: 17px; line-height: 26px; text-align: left; " /><br />
	<br style="color: rgb(51, 51, 51); font-family: arial, helvetica, clean, sans-serif; font-size: 17px; line-height: 26px; text-align: left; " /><br />
	<span style="color: rgb(51, 51, 51); font-family: arial, helvetica, clean, sans-serif; font-size: 17px; line-height: 26px; text-align: left; ">[Bridge]</span><br style="color: rgb(51, 51, 51); font-family: arial, helvetica, clean, sans-serif; font-size: 17px; line-height: 26px; text-align: left; " /><br />
	<span style="color: rgb(51, 51, 51); font-family: arial, helvetica, clean, sans-serif; font-size: 17px; line-height: 26px; text-align: left; ">Don&rsquo;t just say, goodbye</span><br style="color: rgb(51, 51, 51); font-family: arial, helvetica, clean, sans-serif; font-size: 17px; line-height: 26px; text-align: left; " /><br />
	<span style="color: rgb(51, 51, 51); font-family: arial, helvetica, clean, sans-serif; font-size: 17px; line-height: 26px; text-align: left; ">Don&rsquo;t just say, goodbye</span><br style="color: rgb(51, 51, 51); font-family: arial, helvetica, clean, sans-serif; font-size: 17px; line-height: 26px; text-align: left; " /><br />
	<span style="color: rgb(51, 51, 51); font-family: arial, helvetica, clean, sans-serif; font-size: 17px; line-height: 26px; text-align: left; ">I&rsquo;ll pick up these broken pieces &rsquo;til I&rsquo;m bleeding</span><br style="color: rgb(51, 51, 51); font-family: arial, helvetica, clean, sans-serif; font-size: 17px; line-height: 26px; text-align: left; " /><br />
	<span style="color: rgb(51, 51, 51); font-family: arial, helvetica, clean, sans-serif; font-size: 17px; line-height: 26px; text-align: left; ">If that&rsquo;ll make it right</span><br style="color: rgb(51, 51, 51); font-family: arial, helvetica, clean, sans-serif; font-size: 17px; line-height: 26px; text-align: left; " /><br />
	<br style="color: rgb(51, 51, 51); font-family: arial, helvetica, clean, sans-serif; font-size: 17px; line-height: 26px; text-align: left; " /><br />
	<span style="color: rgb(51, 51, 51); font-family: arial, helvetica, clean, sans-serif; font-size: 17px; line-height: 26px; text-align: left; ">[Chorus]</span><br style="color: rgb(51, 51, 51); font-family: arial, helvetica, clean, sans-serif; font-size: 17px; line-height: 26px; text-align: left; " /><br />
	<span style="color: rgb(51, 51, 51); font-family: arial, helvetica, clean, sans-serif; font-size: 17px; line-height: 26px; text-align: left; ">Cause there&rsquo;ll be no sunlight</span><br style="color: rgb(51, 51, 51); font-family: arial, helvetica, clean, sans-serif; font-size: 17px; line-height: 26px; text-align: left; " /><br />
	<span style="color: rgb(51, 51, 51); font-family: arial, helvetica, clean, sans-serif; font-size: 17px; line-height: 26px; text-align: left; ">If I lose you, baby</span><br style="color: rgb(51, 51, 51); font-family: arial, helvetica, clean, sans-serif; font-size: 17px; line-height: 26px; text-align: left; " /><br />
	<span style="color: rgb(51, 51, 51); font-family: arial, helvetica, clean, sans-serif; font-size: 17px; line-height: 26px; text-align: left; ">There&rsquo;ll be no clear skies</span><br style="color: rgb(51, 51, 51); font-family: arial, helvetica, clean, sans-serif; font-size: 17px; line-height: 26px; text-align: left; " /><br />
	<span style="color: rgb(51, 51, 51); font-family: arial, helvetica, clean, sans-serif; font-size: 17px; line-height: 26px; text-align: left; ">If I lose you, baby</span><br style="color: rgb(51, 51, 51); font-family: arial, helvetica, clean, sans-serif; font-size: 17px; line-height: 26px; text-align: left; " /><br />
	<span style="color: rgb(51, 51, 51); font-family: arial, helvetica, clean, sans-serif; font-size: 17px; line-height: 26px; text-align: left; ">Just like the clouds</span><br style="color: rgb(51, 51, 51); font-family: arial, helvetica, clean, sans-serif; font-size: 17px; line-height: 26px; text-align: left; " /><br />
	<span style="color: rgb(51, 51, 51); font-family: arial, helvetica, clean, sans-serif; font-size: 17px; line-height: 26px; text-align: left; ">My eyes will do the same if you walk away</span><br style="color: rgb(51, 51, 51); font-family: arial, helvetica, clean, sans-serif; font-size: 17px; line-height: 26px; text-align: left; " /><br />
	<span style="color: rgb(51, 51, 51); font-family: arial, helvetica, clean, sans-serif; font-size: 17px; line-height: 26px; text-align: left; ">Everyday it will rain, rain, rain&#8230;</span></p>
<div class="fblike_button" style="margin: 10px 0;"><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.prily.net%2Fella%2F%3Fp%3D488&amp;layout=standard&amp;show_faces=false&amp;width=600&amp;action=like&amp;colorscheme=evil" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:600px; height:25px"></iframe></div>
]]></content:encoded>
			<wfw:commentRss>http://www.prily.net/ella/?feed=rss2&#038;p=488</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[Cocoa] IKImageBrowserView에서 그룹으로 표시하기</title>
		<link>http://www.prily.net/ella/?p=485</link>
		<comments>http://www.prily.net/ella/?p=485#comments</comments>
		<pubDate>Wed, 28 Mar 2012 09:09:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[cocoa]]></category>
		<category><![CDATA[ikimagebrowser]]></category>
		<category><![CDATA[코코아]]></category>

		<guid isPermaLink="false">http://www.prily.net/ella/?p=485</guid>
		<description><![CDATA[IKImageBrowserView를 사용하면 일반 Thumbnail View를 손쉽게 만들 수 있다. Thumbnail view를 만드는 방법은 다음 링크에서 알아보면 된다. 예제 그런데 아래 그림과 같은 그룹으로 표시하기 위해선 몇가지 작업이 더 필요하다. IKImageBrowserView에 다음과 같은 Delegate 함수들이 존재한다. &#160; - (NSUInteger)numberOfGroupsInImageBrowser:(IKImageBrowserView *) aBrowser 이 함수에서 그룹의 갯수를 리턴해주면 된다. &#160; &#160; - (NSDictionary *)imageBrowser:(IKImageBrowserView *) aBrowser groupAtIndex:(NSUInteger) index [...]]]></description>
			<content:encoded><![CDATA[<p>IKImageBrowserView를 사용하면 일반 Thumbnail View를 손쉽게 만들 수 있다.</p>
<p>Thumbnail view를 만드는 방법은 다음 링크에서 알아보면 된다. <a href="https://developer.apple.com/library/mac/samplecode/ImageBrowser/Introduction/Intro.html#//apple_ref/doc/uid/DTS10003997" target="_blank">예제</a></p>
<p>그런데 아래 그림과 같은 그룹으로 표시하기 위해선 몇가지 작업이 더 필요하다.</p>
<p><img alt="" height="505" src="http://www.prily.net/ella/wp-content/uploads/Screen Shot 2012-03-28 at 6_03_09 PM.png" width="600" /></p>
<p>IKImageBrowserView에 다음과 같은 Delegate 함수들이 존재한다.</p>
<p>&nbsp;</p>
<p class="p1">- (<span class="s1">NSUInteger</span>)numberOfGroupsInImageBrowser:(<span class="s1">IKImageBrowserView</span> *) aBrowser</p>
<p class="p1">이 함수에서 그룹의 갯수를 리턴해주면 된다.</p>
<p class="p1">&nbsp;</p>
<p class="p1">&nbsp;</p>
<p class="p1">- (<span class="s1">NSDictionary</span> *)imageBrowser:(<span class="s1">IKImageBrowserView</span> *) aBrowser groupAtIndex:(<span class="s1">NSUInteger</span>) index</p>
<p class="p1">이 함수에서 그룹의 Range를 설정한 NSDictionary 를 리턴해주면 IKImageBrowserView가 알아서 그룹으로 표시해준다.</p>
<p class="p1">&nbsp;</p>
<p class="p1"><span class="s1">return</span><span class="s2"> [</span><span class="s3">NSDictionary</span><span class="s2"> </span>dictionaryWithObjectsAndKeys<span class="s2">:</span></p>
<p class="p1">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; [NSValue valueWithRange:NSMakeRange(0, 10)], IKIMageBrowserGroupRangeKey, nil];</p>
<p class="p1">&nbsp;</p>
<p class="p1">Range 계산만 잘 해주면 아주 간단하게 위와 같은 화면을 만들어 낼 수 있다.</p>
<div class="fblike_button" style="margin: 10px 0;"><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.prily.net%2Fella%2F%3Fp%3D485&amp;layout=standard&amp;show_faces=false&amp;width=600&amp;action=like&amp;colorscheme=evil" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:600px; height:25px"></iframe></div>
]]></content:encoded>
			<wfw:commentRss>http://www.prily.net/ella/?feed=rss2&#038;p=485</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>고인의 명복을 빕니다.</title>
		<link>http://www.prily.net/ella/?p=482</link>
		<comments>http://www.prily.net/ella/?p=482#comments</comments>
		<pubDate>Thu, 06 Oct 2011 00:57:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[일상다반사]]></category>

		<guid isPermaLink="false">http://www.prily.net/ella/?p=482</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><img alt="" height="403" src="http://www.prily.net/ella/wp-content/uploads/Screen shot 2011-10-06 at 9_52_51 AM.png" width="600" /></p>
<div class="fblike_button" style="margin: 10px 0;"><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.prily.net%2Fella%2F%3Fp%3D482&amp;layout=standard&amp;show_faces=false&amp;width=600&amp;action=like&amp;colorscheme=evil" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:600px; height:25px"></iframe></div>
]]></content:encoded>
			<wfw:commentRss>http://www.prily.net/ella/?feed=rss2&#038;p=482</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>허전하지요, 산다는게</title>
		<link>http://www.prily.net/ella/?p=478</link>
		<comments>http://www.prily.net/ella/?p=478#comments</comments>
		<pubDate>Mon, 05 Sep 2011 04:03:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[잡다한것]]></category>

		<guid isPermaLink="false">http://www.prily.net/ella/?p=478</guid>
		<description><![CDATA[&#160; 허전하지요, 산다는게 &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#8211; 정성수 &#160; 혼자서 쓸쓸하고 둘이서 쓸쓸하고 만나서 허전하고 헤어져서 허전하고 &#160; 가을에서 다시 가을이 올 때까지 쓸쓸해서 혼자 마시고 사랑조차 쓸쓸해서 다시는 사랑하지 않고 &#160; 질긴 외로움의 뿌리 하나로 [...]]]></description>
			<content:encoded><![CDATA[<p><img alt="" height="269" src="http://img.blogin.com/2003/0722/00667649/blogin_00644201_548338291.jpg" width="400" /></p>
<p>&nbsp;</p>
<p>허전하지요, 산다는게</p>
<p>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &#8211; 정성수</p>
<p>&nbsp;</p>
<p>혼자서 쓸쓸하고 둘이서 쓸쓸하고</p>
<p>만나서 허전하고 헤어져서 허전하고</p>
<p>&nbsp;</p>
<p>가을에서 다시 가을이 올 때까지</p>
<p>쓸쓸해서 혼자 마시고</p>
<p>사랑조차 쓸쓸해서 다시는 사랑하지 않고</p>
<p>&nbsp;</p>
<p>질긴 외로움의 뿌리 하나로</p>
<p>저 시끄러운 세상을 바라보며</p>
<p>쓸쓸하게 웃지요</p>
<p>&nbsp;</p>
<p>바람 속에 서 있는 한 그루의 대나무처럼</p>
<p>오늘도 시퍼렇게 살아남아서&#8230;</p>
<div class="fblike_button" style="margin: 10px 0;"><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.prily.net%2Fella%2F%3Fp%3D478&amp;layout=standard&amp;show_faces=false&amp;width=600&amp;action=like&amp;colorscheme=evil" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:600px; height:25px"></iframe></div>
]]></content:encoded>
			<wfw:commentRss>http://www.prily.net/ella/?feed=rss2&#038;p=478</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>집단적인 삶의 숙명적인 불행</title>
		<link>http://www.prily.net/ella/?p=474</link>
		<comments>http://www.prily.net/ella/?p=474#comments</comments>
		<pubDate>Tue, 30 Aug 2011 12:20:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[잡다한것]]></category>

		<guid isPermaLink="false">http://www.prily.net/ella/?p=474</guid>
		<description><![CDATA[&#160; 처음의 의도야 어찌되었든 집단을 이루어 살다보면&#160; 언제나 남의 머리위에 올라가려는 자들이 생기게 마련이다. 설령 착취자들이 자기들의 역할을 포기하려고 해도, 착취당하는 자들이 그들에게 착취자의 역할을 맡으라고 강요한다. 노동자들은 사장을 필요로 하고, 제자들은 스승을 필요로하며, 시민들은 대통령을 필요로 한다. &#160; 사람들은 자유를 무서워하고 스스로 생각하기를 겁내며 스스로에 대해서 책임지는 것을 너무나 두려워 한다. 난 자율적이고 독립적인 [...]]]></description>
			<content:encoded><![CDATA[<p><img align="middle" alt="" height="280" src="http://img.blogin.com/2003/0722/00667649/blogin_00644194_548335771.jpg" width="280" /></p>
<p>&nbsp;</p>
<p>처음의 의도야 어찌되었든 집단을 이루어 살다보면&nbsp;</p>
<p>언제나 남의 머리위에 올라가려는 자들이</p>
<p>생기게 마련이다. 설령 착취자들이 자기들의 역할을</p>
<p>포기하려고 해도, 착취당하는 자들이 그들에게</p>
<p>착취자의 역할을 맡으라고 강요한다.</p>
<p>노동자들은 사장을 필요로 하고, 제자들은 스승을</p>
<p>필요로하며, 시민들은 대통령을 필요로 한다.</p>
<p>&nbsp;</p>
<p>사람들은 자유를 무서워하고 스스로 생각하기를 겁내며</p>
<p>스스로에 대해서 책임지는 것을 너무나 두려워 한다.</p>
<p>난 자율적이고 독립적인 사람이 되고싶어하지만</p>
<p>번번히 이러한 숙명에 좌절하고 만다.</p>
<div class="fblike_button" style="margin: 10px 0;"><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.prily.net%2Fella%2F%3Fp%3D474&amp;layout=standard&amp;show_faces=false&amp;width=600&amp;action=like&amp;colorscheme=evil" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:600px; height:25px"></iframe></div>
]]></content:encoded>
			<wfw:commentRss>http://www.prily.net/ella/?feed=rss2&#038;p=474</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>넋두리..</title>
		<link>http://www.prily.net/ella/?p=472</link>
		<comments>http://www.prily.net/ella/?p=472#comments</comments>
		<pubDate>Fri, 22 Jul 2011 03:34:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[일상다반사]]></category>

		<guid isPermaLink="false">http://www.prily.net/ella/?p=472</guid>
		<description><![CDATA[고민하지 말자 그리고 남에게 기대지 말자 내가 30년 살아오면서 정립한 내 삶의 방식이자 2가지 가슴에 새겨둔 말이다. 첫번째는 고민할 필요가 없는 고민에 너무 매달려서 너무 생각이 깊어진 나머지 본래 고민의 원인조차 헷갈릴 경우가 많아서 아예 생각을 말자 고민을 말자 했던게&#160;지금까지 굳어져 왔고 두번째는 다른사람에게 상처받는 것도 싫고 어차피 나도 다른사람이 나에게 기대는 것을 싫어하기 때문에 [...]]]></description>
			<content:encoded><![CDATA[<p>고민하지 말자 그리고 남에게 기대지 말자</p>
<p>내가 30년 살아오면서 정립한 내 삶의 방식이자 2가지 가슴에 새겨둔 말이다.</p>
<p>첫번째는 고민할 필요가 없는 고민에 너무 매달려서 너무 생각이 깊어진 나머지</p>
<p>본래 고민의 원인조차 헷갈릴 경우가 많아서 아예 생각을 말자 고민을 말자 했던게&nbsp;지금까지 굳어져 왔고</p>
<p>두번째는 다른사람에게 상처받는 것도 싫고 어차피 나도 다른사람이 나에게 기대는 것을</p>
<p>싫어하기 때문에 나도 다른사람에게 내 고민이나 내 생각들을 말하거나 알게하는 것을 극도로 꺼려왔다.</p>
<p>&nbsp;</p>
<p>결론적으로 봤을 때 내가 지금 사랑하지 못하는 이유 사랑받지 못하는 이유 그리고 막상 할일이 사라졌을 때의</p>
<p>아무것도 할 수 있는 게 없는.. 할줄 아는 게 없는&#8230; 기댈 사람조차 주위에 아무도 없는&#8230; 이러한 상황을 만든건</p>
<p>저 두가지 이유 때문일 것이다.</p>
<p>&nbsp;</p>
<p>한동안 많이 바빴다. 바쁠땐 사람들이 나를 찾고 나도 내가 할 수 있는 범위에서 다른사람들에게 그마만큼의</p>
<p>보답을 보여줘야 하고 주변사람들에게도 나는 바쁘니 내가 조금 무심해도 이해하라고 넘어갈 수 있었다.</p>
<p>그리고 취미가 뭐냐는 질문에 바로 대답할 꺼리가 아무것도 없는 상태에서도 나는 바쁘니까라고 쉽게</p>
<p>변명할 수 있었다. 기차를 타고 가며 지나가는 차창의 풍경처럼 내 주위는 형체를 알아볼 수 없게 뭉그러져</p>
<p>갔고 나도 그것을 자세히 바라볼 여유가 없었다. 하지만 계속 바쁠수는 없고 기차는 어느정도 멈추어갔다.</p>
<p>그리고 멈췄다. 내 주위가 보인다. 그런데 정신차려 보니 기차가 아니라 나혼자 덩그러니 들판에 남아져 있다.</p>
<p>주위엔 아무도 없고 가끔 인식하지 못하게 차창을 지나갔던 어떠한 형체도 지금은 아무것도 보이지 않는다.</p>
<p>&nbsp;</p>
<p>아무것도 할 수 있는게 없는&#8230; 아무것도 할줄 아는게 없는&#8230; 기댈 사람조차 주위에 아무도 없는&#8230;</p>
<p>&nbsp;</p>
<p>해결책은.. 뭐&#8230;. 다시 시작하면 된다. 내 첫번째 다짐이 고민하지 말자니까.. 그대로 실행하면 된다.</p>
<p>그 때문에 이런 상황이 됐더라도 그마저도 고민하지 않으면 된다. 참 마음가짐은 좋다.</p>
<p>하지만 단하나 필요한건 내가 좋아할 수 있는 사람 한명. 내가 사랑이란건 정말 믿지 않지만 나를 맹목적으로 믿어줄 수 있는</p>
<p>사람 한명이 필요하다. 그거면 될듯하다. 내 말을 들어줄 수 있는 사람이 없어서 하룻밤 술한잔에 내 말을&nbsp;</p>
<p>들어줄 사람을 찾아다녔지만 그마저도 한계가 있다. 술의 효력이 떨어지면 그와 나는 남남이다.&nbsp;</p>
<p>이제 방황 그만하고 다시 주위도 돌아보고 내 사람도 찾아봐야지&#8230;.. 하고 다짐해 본다.</p>
<p>결국엔 이 넋두리는 이렇게 끝이 난다. 시시하지만 읽어줄 사람도 없지만 그냥 넋두리 해본다.. ㅎ</p>
<div class="fblike_button" style="margin: 10px 0;"><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.prily.net%2Fella%2F%3Fp%3D472&amp;layout=standard&amp;show_faces=false&amp;width=600&amp;action=like&amp;colorscheme=evil" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:600px; height:25px"></iframe></div>
]]></content:encoded>
			<wfw:commentRss>http://www.prily.net/ella/?feed=rss2&#038;p=472</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>달콤한 인생</title>
		<link>http://www.prily.net/ella/?p=465</link>
		<comments>http://www.prily.net/ella/?p=465#comments</comments>
		<pubDate>Sat, 02 Jul 2011 13:12:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[잡다한것]]></category>
		<category><![CDATA[달콤한 인생]]></category>
		<category><![CDATA[이병헌]]></category>

		<guid isPermaLink="false">http://www.prily.net/ella/?p=465</guid>
		<description><![CDATA[&#160; 너 정말 이럴거냐 저한테 왜그랬어요 말해봐요 저한테 왜그랬어요 넌 나에게 모욕감을 줬어 아니 그런거 말구요 진짜 이유를 말해봐요&#160; 말해봐요 저 진짜 생각 많이 해봤는데 정말 모르겠거든요&#160; 말해봐요 우리 어떻하다 이렇게 된거죠 말해봐요 저 진짜로 죽일려고 그랬습니까 나 진짜로 죽일려고 그랬어요? 7년 동안 당신 밑에서 개처럼 일해온 날! 말좀해봐요 무슨말이든 해봐 도대체 뭐 때문에 흔들린거냐 [...]]]></description>
			<content:encoded><![CDATA[<p><img alt="" height="857" src="http://pds16.egloos.com/pds/201001/14/13/e0020713_4b4de1e54875b.jpg" width="600" /></p>
<p>&nbsp;</p>
<p><span class="Apple-style-span" style="color: rgb(0, 0, 0); font-family: Verdana; line-height: 18px; ">너 정말 이럴거냐</span></p>
<p class="view" style="font-size: 9pt; font-family: 돋움; text-align: left; "><span class="Apple-style-span" style="color: rgb(255, 0, 0); font-family: Verdana; line-height: 18px; ">저한테 왜그랬어요 말해봐요 저한테 왜그랬어요</span></p>
<p class="view" style="font-size: 9pt; font-family: 돋움; text-align: left; "><span class="Apple-style-span" style="color: rgb(0, 0, 0); font-family: Verdana; line-height: 18px; ">넌 나에게 모욕감을 줬어</span></p>
<p class="view" style="font-size: 9pt; font-family: 돋움; text-align: left; "><span class="Apple-style-span" style="color: rgb(51, 51, 51); font-family: '맑은 고딕', Dotum, Tahoma, Verdana, AppleGothic, sans-serif; font-size: 11px; line-height: 18px; "><span style="font-size:12px;"><font color="#ff0000"><span style="font-family: Verdana; "><u>아니 그런거 말구요 진짜 이유를 말해봐요&nbsp;</u></span><br />
	<span style="font-family: Verdana; ">말해봐요 저 진짜 생각 많이 해봤는데</span></font></span></span></p>
<p class="view" style="font-size: 9pt; font-family: 돋움; text-align: left; "><span class="Apple-style-span" style="color: rgb(51, 51, 51); font-family: '맑은 고딕', Dotum, Tahoma, Verdana, AppleGothic, sans-serif; font-size: 11px; line-height: 18px; "><span style="font-size:12px;"><font color="#ff0000"><span style="font-family: Verdana; ">정말 모르겠거든요&nbsp;</span><br />
	<span style="font-family: Verdana; ">말해봐요 우리 어떻하다 이렇게 된거죠</span><br />
	<span style="font-family: Verdana; ">말해봐요 저 진짜로 죽일려고 그랬습니까</span><br />
	<span style="font-family: Verdana; ">나 진짜로 죽일려고 그랬어요?</span><br />
	<span style="font-family: Verdana; ">7년 동안 당신 밑에서 개처럼 일해온 날!</span><br />
	<span style="font-family: Verdana; ">말좀해봐요 무슨말이든 해봐</span></font></span></span></p>
<p class="view" style="font-size: 9pt; font-family: 돋움; text-align: left; "><span class="Apple-style-span" style="color: rgb(51, 51, 51); font-family: '맑은 고딕', Dotum, Tahoma, Verdana, AppleGothic, sans-serif; font-size: 11px; line-height: 18px; "><span style="font-size:12px;"><font color="#000000"><span style="font-family: Verdana; ">도대체 뭐 때문에 흔들린거냐 그 애 떄문이냐?</span><br />
	<span style="font-family: Verdana; ">이러지마라</span></font></span></span></p>
<p class="view" style="font-size: 9pt; font-family: 돋움; text-align: left; "><span class="Apple-style-span" style="color: rgb(51, 51, 51); font-family: '맑은 고딕', Dotum, Tahoma, Verdana, AppleGothic, sans-serif; font-size: 11px; line-height: 18px; "><span style="font-size:12px;"><font color="#ff0000"><span style="font-family: Verdana; ">그렇다고 돌이킬순 없잖아요</span></font></span></span></p>
<div class="fblike_button" style="margin: 10px 0;"><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.prily.net%2Fella%2F%3Fp%3D465&amp;layout=standard&amp;show_faces=false&amp;width=600&amp;action=like&amp;colorscheme=evil" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:600px; height:25px"></iframe></div>
]]></content:encoded>
			<wfw:commentRss>http://www.prily.net/ella/?feed=rss2&#038;p=465</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[법정] 자신의 등뼈 외에는</title>
		<link>http://www.prily.net/ella/?p=463</link>
		<comments>http://www.prily.net/ella/?p=463#comments</comments>
		<pubDate>Tue, 28 Jun 2011 13:06:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[잡다한것]]></category>

		<guid isPermaLink="false">http://www.prily.net/ella/?p=463</guid>
		<description><![CDATA[내 소망은 단순하게 사는 일이다. 그리고 평범하게 사는 일이다. 느낌과 의지대로 자연스럽게 살고 싶다. 그 누구도, 내 삶을 대신해서 살아줄 수 없기 때문에 나는 나답게 살고 싶다. 단순한 삶을 이루려면 더러는 홀로 있는 시간을 가져야 한다. 사람은 홀로 있을 때 단순해지고 순수해진다. 이때 명상의 문이 열린다. 사람은 본질적으로 홀로일 수밖에 없는 존재이다. 홀로 사는 사람들은 [...]]]></description>
			<content:encoded><![CDATA[<p><span class="Apple-style-span" style="color: rgb(0, 0, 0); font-family: Tahoma, sans-serif; line-height: 19px; ">내 소망은 단순하게 사는 일이다.<br />
	그리고 평범하게 사는 일이다.<br />
	느낌과 의지대로 자연스럽게 살고 싶다.<br />
	그 누구도, 내 삶을 대신해서 살아줄 수 없기 때문에<br />
	나는 나답게 살고 싶다.</p>
<p>	단순한 삶을 이루려면<br />
	더러는 홀로 있는 시간을 가져야 한다.<br />
	사람은 홀로 있을 때<br />
	단순해지고 순수해진다.<br />
	이때 명상의 문이 열린다.</p>
<p>	사람은 본질적으로<br />
	홀로일 수밖에 없는 존재이다.</p>
<p>	홀로 사는 사람들은 진흙에 더럽혀지지 않는<br />
	연꽃처럼 살려고 한다.<br />
	홀로 있다는 것은 어디에도 물들지 않고<br />
	순수하며 자유롭고<br />
	부분이 아니라 전체로서 당당하게 있음이다.</p>
<p>	인간은 누구나 어디에도 기대서는 안된다.<br />
	오로지 자신의 등뼈에 의지해야 한다.<br />
	자기 자신에, 진리에 의지해야 한다.</p>
<p>	자신의 등뼈 외에는 어느 것에도 기대지 않는<br />
	중심 잡힌 마음이야말로<br />
	본래의 자기이다.</p>
<p>
	-법정 잠언집, 『살아있는 것은 다 행복하라』(조화로운 삶)</span></p>
<div class="fblike_button" style="margin: 10px 0;"><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.prily.net%2Fella%2F%3Fp%3D463&amp;layout=standard&amp;show_faces=false&amp;width=600&amp;action=like&amp;colorscheme=evil" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:600px; height:25px"></iframe></div>
]]></content:encoded>
			<wfw:commentRss>http://www.prily.net/ella/?feed=rss2&#038;p=463</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[Javascript] 사파리에서 사용자 액션이 아닐 경우 window.open 사용하기</title>
		<link>http://www.prily.net/ella/?p=461</link>
		<comments>http://www.prily.net/ella/?p=461#comments</comments>
		<pubDate>Tue, 28 Jun 2011 03:31:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[IT&Computer]]></category>
		<category><![CDATA[Javascript]]></category>

		<guid isPermaLink="false">http://www.prily.net/ella/?p=461</guid>
		<description><![CDATA[javascript를 쓰다보면 window.open() 을 이용해서 팝업을 띄우게 될 경우가 많다. IE에서는 window.open을 팝업에서 띄우던 javascript 내에서 띄우던 클릭하지 않았을 때도 언제나 띄우는 것이 가능하다. IE만의 관대함때문에&#8230; 하지만 사파리나 FF등은 사용자 액션(클릭)이 아닌 경우에 window.open을 호출할 경우 팝업을 막아버리게 된다. 사용자가 의도하지 않은 팝업을 띄우지 않게하기 위해서이다.&#160; &#160; 하지만 코딩을 하다보면 물론 이러한 경우가 발생한다. 사용자가 [...]]]></description>
			<content:encoded><![CDATA[<p>javascript를 쓰다보면 window.open() 을 이용해서 팝업을 띄우게 될 경우가 많다.</p>
<p>IE에서는 window.open을 팝업에서 띄우던 javascript 내에서 띄우던 클릭하지 않았을 때도 언제나 띄우는 것이 가능하다.</p>
<p>IE만의 관대함때문에&#8230; 하지만 사파리나 FF등은 사용자 액션(클릭)이 아닌 경우에 window.open을 호출할 경우</p>
<p>팝업을 막아버리게 된다. 사용자가 의도하지 않은 팝업을 띄우지 않게하기 위해서이다.&nbsp;</p>
<p>&nbsp;</p>
<p>하지만 코딩을 하다보면 물론 이러한 경우가 발생한다. 사용자가 클릭 후 어떠한 값을 ajax나 다른 경우로</p>
<p>서버에 요청하고 그 결과값에 따라서 다른 종류의 팝업을 띄워야할 때 IE는 callback함수 내에서도 새창을 띄워주지만</p>
<p>다른 브라우저에서는 감감무소식일 것이다. 설명이 길었지만 이런 경우에는 새창을 먼저 띄워놓고 결과값에 따라</p>
<p>새창의 주소를 바꿔주면 해결된다.</p>
<p>&nbsp;</p>
<pre class="default prettyprint" style="margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; 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; 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; background-position: initial initial; background-repeat: initial initial; "><code style="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; 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; background-position: initial initial; background-repeat: initial initial; "><span class="kwd" style="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; font-size: 14px; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; color: rgb(0, 0, 139); background-position: initial initial; background-repeat: initial initial; ">var</span><span class="pln" style="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; font-size: 14px; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; color: rgb(0, 0, 0); background-position: initial initial; background-repeat: initial initial; "> newWin</span><span class="pun" style="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; font-size: 14px; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; color: rgb(0, 0, 0); background-position: initial initial; background-repeat: initial initial; ">;</span>
<span class="pln" style="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; font-size: 14px; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; color: rgb(0, 0, 0); background-position: initial initial; background-repeat: initial initial; ">$</span><span class="pun" style="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; font-size: 14px; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; color: rgb(0, 0, 0); background-position: initial initial; background-repeat: initial initial; ">(</span><span class="pln" style="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; font-size: 14px; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; color: rgb(0, 0, 0); background-position: initial initial; background-repeat: initial initial; ">document</span><span class="pun" style="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; font-size: 14px; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; color: rgb(0, 0, 0); background-position: initial initial; background-repeat: initial initial; ">).</span><span class="pln" style="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; font-size: 14px; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; color: rgb(0, 0, 0); background-position: initial initial; background-repeat: initial initial; ">ready</span><span class="pun" style="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; font-size: 14px; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; color: rgb(0, 0, 0); background-position: initial initial; background-repeat: initial initial; ">(</span><span class="kwd" style="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; font-size: 14px; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; color: rgb(0, 0, 139); background-position: initial initial; background-repeat: initial initial; ">function</span><span class="pun" style="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; font-size: 14px; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; color: rgb(0, 0, 0); background-position: initial initial; background-repeat: initial initial; ">(){</span>
<span class="pln" style="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; font-size: 14px; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; color: rgb(0, 0, 0); background-position: initial initial; background-repeat: initial initial; ">&nbsp; &nbsp; $</span><span class="pun" style="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; font-size: 14px; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; color: rgb(0, 0, 0); background-position: initial initial; background-repeat: initial initial; ">(</span><span class="str" style="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; font-size: 14px; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; color: rgb(128, 0, 0); background-position: initial initial; background-repeat: initial initial; ">&quot;.popup&quot;</span><span class="pun" style="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; font-size: 14px; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; color: rgb(0, 0, 0); background-position: initial initial; background-repeat: initial initial; ">).</span><span class="pln" style="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; font-size: 14px; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; color: rgb(0, 0, 0); background-position: initial initial; background-repeat: initial initial; ">click</span><span class="pun" style="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; font-size: 14px; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; color: rgb(0, 0, 0); background-position: initial initial; background-repeat: initial initial; ">(</span><span class="kwd" style="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; font-size: 14px; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; color: rgb(0, 0, 139); background-position: initial initial; background-repeat: initial initial; ">function</span><span class="pun" style="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; font-size: 14px; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; color: rgb(0, 0, 0); background-position: initial initial; background-repeat: initial initial; ">(){</span>
<span class="pln" style="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; font-size: 14px; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; color: rgb(0, 0, 0); background-position: initial initial; background-repeat: initial initial; ">&nbsp; &nbsp; &nbsp; &nbsp; newWin </span><span class="pun" style="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; font-size: 14px; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; color: rgb(0, 0, 0); background-position: initial initial; background-repeat: initial initial; ">=</span><span class="pln" style="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; font-size: 14px; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; color: rgb(0, 0, 0); background-position: initial initial; background-repeat: initial initial; "> window</span><span class="pun" style="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; font-size: 14px; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; color: rgb(0, 0, 0); background-position: initial initial; background-repeat: initial initial; ">.</span><span class="pln" style="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; font-size: 14px; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; color: rgb(0, 0, 0); background-position: initial initial; background-repeat: initial initial; ">open</span><span class="pun" style="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; font-size: 14px; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; color: rgb(0, 0, 0); background-position: initial initial; background-repeat: initial initial; ">();</span>

<span class="pln" style="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; font-size: 14px; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; color: rgb(0, 0, 0); background-position: initial initial; background-repeat: initial initial; ">&nbsp; &nbsp; &nbsp; &nbsp; $</span><span class="pun" style="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; font-size: 14px; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; color: rgb(0, 0, 0); background-position: initial initial; background-repeat: initial initial; ">.</span><span class="pln" style="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; font-size: 14px; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; color: rgb(0, 0, 0); background-position: initial initial; background-repeat: initial initial; ">getScript</span><span class="pun" style="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; font-size: 14px; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; color: rgb(0, 0, 0); background-position: initial initial; background-repeat: initial initial; ">(</span><span class="str" style="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; font-size: 14px; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; color: rgb(128, 0, 0); background-position: initial initial; background-repeat: initial initial; ">&quot;URL_To_A_Javascript_File&quot;</span><span class="pun" style="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; font-size: 14px; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; color: rgb(0, 0, 0); background-position: initial initial; background-repeat: initial initial; ">,</span><span class="pln" style="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; font-size: 14px; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; color: rgb(0, 0, 0); background-position: initial initial; background-repeat: initial initial; "> </span><span class="kwd" style="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; font-size: 14px; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; color: rgb(0, 0, 139); background-position: initial initial; background-repeat: initial initial; ">function</span><span class="pun" style="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; font-size: 14px; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; color: rgb(0, 0, 0); background-position: initial initial; background-repeat: initial initial; ">()</span><span class="pln" style="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; font-size: 14px; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; color: rgb(0, 0, 0); background-position: initial initial; background-repeat: initial initial; "> </span><span class="pun" style="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; font-size: 14px; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; color: rgb(0, 0, 0); background-position: initial initial; background-repeat: initial initial; ">{</span>
<span class="pln" style="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; font-size: 14px; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; color: rgb(0, 0, 0); background-position: initial initial; background-repeat: initial initial; ">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; newWin</span><span class="pun" style="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; font-size: 14px; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; color: rgb(0, 0, 0); background-position: initial initial; background-repeat: initial initial; ">.</span><span class="pln" style="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; font-size: 14px; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; color: rgb(0, 0, 0); background-position: initial initial; background-repeat: initial initial; ">location </span><span class="pun" style="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; font-size: 14px; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; color: rgb(0, 0, 0); background-position: initial initial; background-repeat: initial initial; ">=</span><span class="pln" style="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; font-size: 14px; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; color: rgb(0, 0, 0); background-position: initial initial; background-repeat: initial initial; "> </span><span class="str" style="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; font-size: 14px; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; color: rgb(128, 0, 0); background-position: initial initial; background-repeat: initial initial; ">&quot;DynamicURL&quot;</span><span class="pun" style="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; font-size: 14px; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; color: rgb(0, 0, 0); background-position: initial initial; background-repeat: initial initial; ">;</span>
<span class="pln" style="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; font-size: 14px; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; color: rgb(0, 0, 0); background-position: initial initial; background-repeat: initial initial; ">&nbsp; &nbsp; &nbsp; &nbsp; </span><span class="pun" style="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; font-size: 14px; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; color: rgb(0, 0, 0); background-position: initial initial; background-repeat: initial initial; ">});</span>
<span class="pln" style="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; font-size: 14px; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; color: rgb(0, 0, 0); background-position: initial initial; background-repeat: initial initial; ">&nbsp; &nbsp; &nbsp; &nbsp; </span><span class="kwd" style="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; font-size: 14px; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; color: rgb(0, 0, 139); background-position: initial initial; background-repeat: initial initial; ">return</span><span class="pln" style="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; font-size: 14px; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; color: rgb(0, 0, 0); background-position: initial initial; background-repeat: initial initial; "> </span><span class="kwd" style="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; font-size: 14px; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; color: rgb(0, 0, 139); background-position: initial initial; background-repeat: initial initial; ">false</span><span class="pun" style="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; font-size: 14px; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; color: rgb(0, 0, 0); background-position: initial initial; background-repeat: initial initial; ">;</span>
<span class="pln" style="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; font-size: 14px; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; color: rgb(0, 0, 0); background-position: initial initial; background-repeat: initial initial; ">&nbsp; &nbsp; </span><span class="pun" style="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; font-size: 14px; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; color: rgb(0, 0, 0); background-position: initial initial; background-repeat: initial initial; ">});</span>
<span class="pun" style="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; font-size: 14px; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; color: rgb(0, 0, 0); background-position: initial initial; background-repeat: initial initial; ">});</span></code></pre>
<p>&nbsp;</p>
<p>var newWin 에 새창을 띄우고 윈도우 핸들을 담아놓은 다음 결과값에 따라서 newWin.location 으로&nbsp;</p>
<p>url을 변경시켜주면 정상적으로 동작한다.</p>
<p>&nbsp;</p>
<div class="fblike_button" style="margin: 10px 0;"><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.prily.net%2Fella%2F%3Fp%3D461&amp;layout=standard&amp;show_faces=false&amp;width=600&amp;action=like&amp;colorscheme=evil" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:600px; height:25px"></iframe></div>
]]></content:encoded>
			<wfw:commentRss>http://www.prily.net/ella/?feed=rss2&#038;p=461</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

