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

<channel>
	<title>솔릿옵하의 블로그 &#187; 코드</title>
	<atom:link href="http://www.onuyi.net/blog/archives/category/code/feed" rel="self" type="application/rss+xml" />
	<link>http://www.onuyi.net/blog</link>
	<description>당신은 나에게 충고를 할 자유가 있고 나는 그걸 듣지 않을 권리가 있다.</description>
	<lastBuildDate>Thu, 22 Dec 2011 13:07:58 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>하찮은 것</title>
		<link>http://www.onuyi.net/blog/archives/1054?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=%25ed%2595%2598%25ec%25b0%25ae%25ec%259d%2580-%25ea%25b2%2583</link>
		<comments>http://www.onuyi.net/blog/archives/1054#comments</comments>
		<pubDate>Wed, 02 Mar 2011 08:05:48 +0000</pubDate>
		<dc:creator>SOLID.H</dc:creator>
				<category><![CDATA[actionscript]]></category>
		<category><![CDATA[코드]]></category>
		<category><![CDATA[Embed]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[Font]]></category>
		<category><![CDATA[Unicode]]></category>

		<guid isPermaLink="false">http://www.onuyi.net/blog/?p=1054</guid>
		<description><![CDATA[접때 AKIRAFUKUOKA（福岡 陽）(이 블로그 사이드바에 있는 まじわる等高線 개발자)의 블로그를 보다가
Flash 툴에서 폰트 임베딩 창에



숫자가 0부터9 임에도 11개 문자라고 표시되었거나
대문자 소문자 모두 27개 문자로 표시되는게 재밌다고 적은 글(링크)을 보았었다.
&#160;
僕にはさっぱり判らないよ。でもいいじゃないか、ほら、こうやってFlashが使えているんだから。ハハハハ……と、ここでめでたく幕切れと言いたいとこですが「ググれ」の一言で片付けられそうなのでとりあえずググったらさっそく該当ページがヒット。以下がその回答。
教えて！goo 数字は全部で10文字なのに文字オプションのフォントのアウトラインの埋め込みが11文字なのはなぜ？
要するに数字10文字だけでは小数点以下の数字が再現できず、アルファベット26文字だけでは文章を書く事ができない（スペースがなければThequickbrownfoxjumpsoverthelazydogとわけわからん）。そのためFlashは気を使って数字には「.（ピリオド）」、アルファベットには「 （スペース）」を1文字含ませている、というわけ。
&#160;
그리고 오늘 별로 쓸데없는 일로;; Flex SDK 뒤지다가
flash-unicode-table.xml 를 보니
&#60;flash-unicode-table&#62;
        &#60;language-range&#62;
		&#60;lang&#62;Uppercase&#60;/lang&#62;
		&#60;range&#62;U+0020,U+0041-005A&#60;/range&#62;
	&#60;/language-range&#62;
	&#60;language-range&#62;
		&#60;lang&#62;Lowercase&#60;/lang&#62;
		&#60;range&#62;U+0020,U+0061-007A&#60;/range&#62;
	&#60;/language-range&#62;
	&#60;language-range&#62;
		&#60;lang&#62;Numerals&#60;/lang&#62;
		&#60;range&#62;U+0030-0039,U+002E&#60;/range&#62;
	&#60;/language-range&#62;
......
Unicode Table(링크) 보니 Numerals의 U+002E는 「.」이고,  Uppercase와 Lowercase의 U+0020이  「SPACE」 이다.
뭐 [...]
No related posts.]]></description>
			<content:encoded><![CDATA[<p>접때 <a href="http://www.akirafukuoka.com/majiwaru-tokosen/" target="_blank">AKIRAFUKUOKA</a>（福岡 陽）(이 블로그 사이드바에 있는 まじわる等高線 개발자)의 <a href="http://www.akirafukuoka.com/blog/" target="_blank">블로그</a>를 보다가</p>
<p><span style="font-family: Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 18px; white-space: pre;">Flash 툴에서 폰트 임베딩 창에</span></p>
<p style="text-align: center;"><span style="font-family: Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 18px; white-space: pre;"><a href="http://www.onuyi.net/blog/wp-content/uploads/2011/03/flashnumberfont2.jpg"><img class="size-medium wp-image-1056 aligncenter" title="flash number font2" src="http://www.onuyi.net/blog/wp-content/uploads/2011/03/flashnumberfont2-300x76.jpg" alt="" width="300" height="76" /></a><br />
</span></p>
<p style="text-align: center;"><a href="http://www.onuyi.net/blog/wp-content/uploads/2011/03/flashnumberfont1.jpg"><img class="size-medium wp-image-1055 aligncenter" title="flashnumberfont1" src="http://www.onuyi.net/blog/wp-content/uploads/2011/03/flashnumberfont1-300x230.jpg" alt="" width="300" height="230" /></a></p>
<p>숫자가 0부터9 임에도 11개 문자라고 표시되었거나</p>
<p>대문자 소문자 모두 27개 문자로 표시되는게 재밌다고 적은 글(<a href="http://www.akirafukuoka.com/blog/2007/06/flash11.html" target="_blank">링크</a>)을 보았었다.</p>
<p>&nbsp;</p>
<p><cite class="wp-oembed">僕にはさっぱり判らないよ。でもいいじゃないか、ほら、こうやってFlashが使えているんだから。ハハハハ……と、ここでめでたく幕切れと言いたいとこですが「ググれ」の一言で片付けられそうなのでとりあえずググったらさっそく該当ページがヒット。以下がその回答。</cite></p>
<p><a href="http://oshiete1.goo.ne.jp/qa1679801.html" target="_blank"><cite class="wp-oembed">教えて！goo 数字は全部で10文字なのに文字オプションのフォントのアウトラインの埋め込みが11文字なのはなぜ？</cite></a></p>
<p><cite class="wp-oembed">要するに数字10文字だけでは小数点以下の数字が再現できず、アルファベット26文字だけでは文章を書く事ができない（スペースがなければThequickbrownfoxjumpsoverthelazydogとわけわからん）。そのためFlashは気を使って数字には「.（ピリオド）」、アルファベットには「 （スペース）」を1文字含ませている、というわけ。</cite></p>
<p>&nbsp;</p>
<p>그리고 오늘 별로 쓸데없는 일로;; Flex SDK 뒤지다가</p>
<p><a href="http://opensource.adobe.com/svn/opensource/flex/sdk/trunk/frameworks/flash-unicode-table.xml">flash-unicode-table.xml</a> 를 보니</p>
<pre>&lt;flash-unicode-table&gt;
        &lt;language-range&gt;
		&lt;lang&gt;Uppercase&lt;/lang&gt;
		&lt;range&gt;U+0020,U+0041-005A&lt;/range&gt;
	&lt;/language-range&gt;
	&lt;language-range&gt;
		&lt;lang&gt;Lowercase&lt;/lang&gt;
		&lt;range&gt;U+0020,U+0061-007A&lt;/range&gt;
	&lt;/language-range&gt;
	&lt;language-range&gt;
		&lt;lang&gt;Numerals&lt;/lang&gt;
		&lt;range&gt;U+0030-0039,U+002E&lt;/range&gt;
	&lt;/language-range&gt;
......</pre>
<p>Unicode Table(<a href="http://ssen.name/develop/document/ascii_unicode_table/unicode.html" target="_blank">링크</a>) 보니 Numerals의 <strong>U+002E</strong>는 「.」이고,  Uppercase와 Lowercase의 <strong>U+0020</strong>이  「SPACE」 이다.</p>
<p>뭐 알아내서 적은게 아니고 그냥 과연 그렇구나 해서 포스팅한다;;;</p>
<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.onuyi.net/blog/archives/1054/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>크롬 북마크 복구</title>
		<link>http://www.onuyi.net/blog/archives/1050?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=%25ed%2581%25ac%25eb%25a1%25ac-%25eb%25b6%2581%25eb%25a7%2588%25ed%2581%25ac-%25eb%25b3%25b5%25ea%25b5%25ac</link>
		<comments>http://www.onuyi.net/blog/archives/1050#comments</comments>
		<pubDate>Tue, 01 Mar 2011 03:13:39 +0000</pubDate>
		<dc:creator>SOLID.H</dc:creator>
				<category><![CDATA[tip&tech]]></category>
		<category><![CDATA[코드]]></category>
		<category><![CDATA[Bookmarks]]></category>
		<category><![CDATA[Chrome]]></category>
		<category><![CDATA[restore]]></category>

		<guid isPermaLink="false">http://www.onuyi.net/blog/?p=1050</guid>
		<description><![CDATA[서핑하다가 북마크 저장하려고 북마크바를 살피다가 알맞는 폴더가 없어서 새 폴더 만들려고 북마크 관리자에서 마우스 우클릭을 하고 귀신에 홀린듯 폴더 하나를 삭제해버렸다.  삭제할 때 확인창도 안띄우더라;;;

뭔가 기억이 잘 안나거나 어이없는 실수를 할때마다 &#8220;내가 죽어야지&#8221; 하는 생각이 든다;;
구글문서에 크롬 백업이 있었던것 같은 생각이 들어서 접속해봤더니 없다. Older version 으로 접속해봐도 마찬가지. 점점 불안하다.
구글 대쉬보드 가봐라기에 열어보니
Stop sync and [...]
No related posts.]]></description>
			<content:encoded><![CDATA[<p>서핑하다가 북마크 저장하려고 북마크바를 살피다가 알맞는 폴더가 없어서 새 폴더 만들려고 북마크 관리자에서 마우스 우클릭을 하고 귀신에 홀린듯 폴더 하나를 삭제해버렸다.  삭제할 때 확인창도 안띄우더라;;;</p>
<p><br class="spacer_" /></p>
<p>뭔가 기억이 잘 안나거나 어이없는 실수를 할때마다 &#8220;내가 죽어야지&#8221; 하는 생각이 든다;;</p>
<p>구글문서에 크롬 백업이 있었던것 같은 생각이 들어서 접속해봤더니 없다. Older version 으로 접속해봐도 마찬가지. 점점 불안하다.</p>
<p>구글 대쉬보드 가봐라기에 열어보니</p>
<p>Stop sync and delete data from Google</p>
<p>이딴 옵션밖에 없다. 붙는 불에&#8230;</p>
<p><br class="spacer_" /></p>
<p>급히 구글링하니 그래도 답은 나오더라</p>
<p><br class="spacer_" /></p>
<p>C:\Users\solidh\Local Settings\Application Data\Google\Chrome\User Data\Default</p>
<p>이 디렉토리에 들가면 <br />
 Bookmarks 와 Bookmarks.bak 가 있다.  Bookmarks.bak의 수정한 날짜가 다행히 엊저녁이었다.</p>
<p>Bookmarks를 휴지통에 보내고 Bookmarks.bak의 확장자 지우면 된다.</p>
<p>문제없으면 휴지통 비움;;;</p>
<p><br class="spacer_" /></p>
<p style="text-align: center;"><a href="http://www.onuyi.net/blog/wp-content/uploads/2011/03/chrome_tab.png"><img class="size-medium wp-image-1051 aligncenter" title="chrome_tab" src="http://www.onuyi.net/blog/wp-content/uploads/2011/03/chrome_tab-300x20.png" alt="크롬 탭" width="300" height="20" /></a></p>
<p style="text-align: left;">원래 켜놓은 탭이 좀 많은데 저 북마크 땜시 구글링하다보니 저렇게 됐다;;;</p>
<p>이정도로 탭을 여니까 탭 닫는 버튼이 안뜬다 ㅋㅋㅋ</p>
<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.onuyi.net/blog/archives/1050/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>모바일 태그</title>
		<link>http://www.onuyi.net/blog/archives/885?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=%25eb%25aa%25a8%25eb%25b0%2594%25ec%259d%25bc-%25ed%2583%259c%25ea%25b7%25b8</link>
		<comments>http://www.onuyi.net/blog/archives/885#comments</comments>
		<pubDate>Tue, 03 Aug 2010 14:54:10 +0000</pubDate>
		<dc:creator>SOLID.H</dc:creator>
				<category><![CDATA[html&xhtml]]></category>
		<category><![CDATA[코드]]></category>

		<guid isPermaLink="false">http://www.onuyi.net/blog/?p=885</guid>
		<description><![CDATA[모바일 페이지를 코딩하고 터치로 보니 멀쩡하니 풀브라우징 효과가 나와서 당황하다가 검색해보니
&#60;meta name=&#8221;viewport&#8221; content=&#8221;width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no, target-densitydpi=medium-dpi&#8221;&#62;

라고 있더라. 여기 참조

내 홈페이지는 메인은 플래시고 블로그는 자체로 모바일 뷰가 가능하다보니
모바일 코딩이 필요없다.
메인이 플래시다보니 터치로 내 홈페이지 들어가서 할일이 없다. 뭐 컴으로 접속해도 멀거니 볼수밖에 없지만.
No related posts.
No related posts.]]></description>
			<content:encoded><![CDATA[<p>모바일 페이지를 코딩하고 터치로 보니 멀쩡하니 풀브라우징 효과가 나와서 당황하다가 검색해보니</p>
<p>&lt;meta name=&#8221;viewport&#8221; content=&#8221;width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no, target-densitydpi=medium-dpi&#8221;&gt;</p>
<p><br class="spacer_" /></p>
<p>라고 있더라. <a href="http://developer.apple.com/safari/library/documentation/appleapplications/reference/safarihtmlref/articles/metatags.html" target="_blank">여기 참조</a></p>
<p><br class="spacer_" /></p>
<p>내 홈페이지는 메인은 플래시고 블로그는 자체로 모바일 뷰가 가능하다보니</p>
<p>모바일 코딩이 필요없다.</p>
<p>메인이 플래시다보니 터치로 내 홈페이지 들어가서 할일이 없다. 뭐 컴으로 접속해도 멀거니 볼수밖에 없지만.</p>
<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.onuyi.net/blog/archives/885/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>mp3 스펙트럼</title>
		<link>http://www.onuyi.net/blog/archives/741?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=mp3-%25ec%258a%25a4%25ed%258e%2599%25ed%258a%25b8%25eb%259f%25bc</link>
		<comments>http://www.onuyi.net/blog/archives/741#comments</comments>
		<pubDate>Wed, 10 Mar 2010 13:36:12 +0000</pubDate>
		<dc:creator>SOLID.H</dc:creator>
				<category><![CDATA[actionscript]]></category>
		<category><![CDATA[코드]]></category>
		<category><![CDATA[cos(t)]]></category>
		<category><![CDATA[mp3]]></category>
		<category><![CDATA[sin(t)]]></category>
		<category><![CDATA[spectrum]]></category>

		<guid isPermaLink="false">http://www.onuyi.net/blog/?p=741</guid>
		<description><![CDATA[어릴적 기하를 지지리도 못해 앙금이 남아서 네이버캐스트의 삼각함수에 관한 글을 보고 만들어보았다.
다른 형태로 응용해보려 하다가 갑자기 귀찮아서 포기.
(로딩후 급작스레 소리가 커서 놀랄 수 있으니 정 보겠다면 볼륨을 낮춰주십사)






음악파일의 로딩이 너무 느려 ㅠ.ㅠ
(원래 중간에 배치했었는데 블로그에 올려놓고 보다가 기겁하고 왼쪽으로 뺐다;;;
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;
위성[圍城] 이라는 책을 작년에야 알게 되고 올해에야 읽어본다.
전공이 문학이면서;;;

요즘들어 생활이 제자리로 돌아가는 것 같다.
주욱 오래갔으면 좋겠다.
좀 [...]
No related posts.]]></description>
			<content:encoded><![CDATA[<p>어릴적 기하를 지지리도 못해 앙금이 남아서 <a href="http://navercast.naver.com/science/math/857" target="_blank">네이버캐스트의 삼각함수에 관한 글</a>을 보고 만들어보았다.</p>
<p>다른 형태로 응용해보려 하다가 갑자기 귀찮아서 포기.</p>
<p>(로딩후 급작스레 소리가 커서 놀랄 수 있으니 정 보겠다면 볼륨을 낮춰주십사)</p>
<p><br class="spacer_" /></p>
<p>
<object style="width: 500px; height: 375px;" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="500" height="375" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="flashvars" value="transparent" /><param name="src" value="/common/files/spectrum/ComputeSpectrum.swf" /><embed style="width: 500px; height: 375px;" type="application/x-shockwave-flash" width="500" height="375" src="/common/files/spectrum/ComputeSpectrum.swf" flashvars="transparent"></embed></object>
</p>
<p><br class="spacer_" /></p>
<p><br class="spacer_" /></p>
<p>음악파일의 로딩이 너무 느려 ㅠ.ㅠ</p>
<p>(원래 중간에 배치했었는데 블로그에 올려놓고 보다가 기겁하고 왼쪽으로 뺐다;;;</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p>위성[圍城] 이라는 책을 작년에야 알게 되고 올해에야 읽어본다.</p>
<p>전공이 문학이면서;;;</p>
<p><br class="spacer_" /></p>
<p>요즘들어 생활이 제자리로 돌아가는 것 같다.</p>
<p>주욱 오래갔으면 좋겠다.</p>
<p>좀 더 나아졌으면 하는건 사치한 바램이겠지?</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p>누님 미니홈피에 들어가서 업뎃한 소원이의 사진을 보았다.</p>
<p>전에는 내가 어린애는 별로 좋아하는 편이 아니라고 생각했는데</p>
<p>조카가 생기고보니 그게 아니구나 라는 생각이 들었다.</p>
<p>그렇게 귀여울 수가 없다;;;</p>
<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.onuyi.net/blog/archives/741/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>웹 에디터 정리</title>
		<link>http://www.onuyi.net/blog/archives/490?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=%25ec%259b%25b9-%25ec%2597%2590%25eb%2594%2594%25ed%2584%25b0-%25ec%25a0%2595%25eb%25a6%25ac</link>
		<comments>http://www.onuyi.net/blog/archives/490#comments</comments>
		<pubDate>Sat, 17 Oct 2009 05:30:56 +0000</pubDate>
		<dc:creator>SOLID.H</dc:creator>
				<category><![CDATA[tip&tech]]></category>
		<category><![CDATA[Rich Text Editor]]></category>
		<category><![CDATA[Web Editor]]></category>
		<category><![CDATA[Wysiwyg]]></category>

		<guid isPermaLink="false">http://www.onuyi.net/blog/?p=490</guid>
		<description><![CDATA[잘못된 부분이 있으면 댓글로 남겨주세요 ^^;;














Editor


Homepage


Demo


JS Framework


Download


Support


Etc




markItUp


Site


Link1, Link2(skin)


jQuery


Link


IE7, Safari 3.1, Firefox 2, Firefox 3. IE6 and Opera 9+





TinyMCE


Site


Link


jQuery


Link


Mozilla, MSIE, FireFox, Opera, Safari and Chrome


WordPress, Joomla




CKEditor


Site


Link


Custom(CKEditor)


Link


IE6+, Firefox 2+, Safari 3+, Chrome Opera 9.5+,Camino1.0+


FckEditor -&#62; CKEditor(2009/09/03)




SPAW Editor


Site


Link


Custom


Link


MSIE, Gecko based browsers  Opera 9이지만
 
Link





HyperTextArea



Link


Custom


Link






Smart Editor


Site


SEditorDemo.html
 
Link(naradesign)


Jindo
 
(Husky)


Link


IE FireFox Chrome Safari Opera
 
(참고:naradesign)


Naver, XE




Daum Editor


Site


Link


Custom(Daum)


Link


IE 5.5+ safari 3.2 [...]
No related posts.]]></description>
			<content:encoded><![CDATA[<div>잘못된 부분이 있으면 댓글로 남겨주세요 ^^;;</div>
<div>
<table style="border-collapse: collapse; width: 631px; height: 662px;" border="0">
<colgroup>
<col style="width: 77px;"></col>
<col style="width: 76px;"></col>
<col style="width: 102px;"></col>
<col style="width: 76px;"></col>
<col style="width: 78px;"></col>
<col style="width: 112px;"></col>
<col style="width: 123px;"></col>
</colgroup>
<tbody>
<tr>
<td style="padding-left: 7px; padding-right: 7px; border-top: solid #4f81bd 1.0pt; border-left: none; border-bottom: solid #4f81bd 1.0pt; border-right: none;">
<p><span style="color: #365f91; font-size: 8pt;"><strong>Editor</strong></span></p>
</td>
<td style="padding-left: 7px; padding-right: 7px; border-top: solid #4f81bd 1.0pt; border-left: none; border-bottom: solid #4f81bd 1.0pt; border-right: none;">
<p style="text-align: center;"><span style="color: #365f91; font-size: 8pt;"><strong>Homepage</strong></span></p>
</td>
<td style="padding-left: 7px; padding-right: 7px; border-top: solid #4f81bd 1.0pt; border-left: none; border-bottom: solid #4f81bd 1.0pt; border-right: none;">
<p style="text-align: center;"><span style="color: #365f91; font-size: 8pt;"><strong>Demo</strong></span></p>
</td>
<td style="padding-left: 7px; padding-right: 7px; border-top: solid #4f81bd 1.0pt; border-left: none; border-bottom: solid #4f81bd 1.0pt; border-right: none;">
<p style="text-align: center;"><span style="color: #365f91; font-size: 8pt;"><strong>JS Framework</strong></span></p>
</td>
<td style="padding-left: 7px; padding-right: 7px; border-top: solid #4f81bd 1.0pt; border-left: none; border-bottom: solid #4f81bd 1.0pt; border-right: none;">
<p style="text-align: center;"><span style="color: #365f91; font-size: 8pt;"><strong>Download</strong></span></p>
</td>
<td style="padding-left: 7px; padding-right: 7px; border-top: solid #4f81bd 1.0pt; border-left: none; border-bottom: solid #4f81bd 1.0pt; border-right: none;">
<p style="text-align: center;"><span style="color: #365f91; font-size: 8pt;"><strong>Support</strong></span></p>
</td>
<td style="padding-left: 7px; padding-right: 7px; border-top: solid #4f81bd 1.0pt; border-left: none; border-bottom: solid #4f81bd 1.0pt; border-right: none;">
<p style="text-align: center;"><span style="color: #365f91; font-size: 8pt;"><strong>Etc</strong></span></p>
</td>
</tr>
<tr style="background: #d3dfee none repeat scroll 0% 0%; height: 37px;">
<td style="padding-left: 7px; padding-right: 7px; border-left: none; border-right: none;">
<p><span style="color: #365f91; font-size: 8pt;"><strong>markItUp</strong></span></p>
</td>
<td style="padding-left: 7px; padding-right: 7px; border-left: none; border-right: none;">
<p style="text-align: center;"><a href="http://markitup.jaysalvat.com/home/"><span style="font-size: 8pt;">Site</span></a></p>
</td>
<td style="padding-left: 7px; padding-right: 7px; border-left: none; border-right: none;">
<p style="text-align: center;"><a href="http://markitup.jaysalvat.com/downloads/demo.php?id=releases/latest"><span style="font-size: 8pt;">Link1</span></a><span style="font-size: 8pt;"><span style="color: #365f91;">, <a href="http://markitup.jaysalvat.com/examples/skin2/"></a></span><a href="http://markitup.jaysalvat.com/examples/skin2/">Link2(skin)</a></span><a href="http://markitup.jaysalvat.com/examples/skin2/"></a></p>
</td>
<td style="padding-left: 7px; padding-right: 7px; border-left: none; border-right: none;">
<p style="text-align: center;"><span style="color: #365f91; font-size: 8pt;">jQuery</span></p>
</td>
<td style="padding-left: 7px; padding-right: 7px; border-left: none; border-right: none;">
<p style="text-align: center;"><a href="http://markitup.jaysalvat.com/downloads/download.php?id=releases/latest"><span style="font-size: 8pt;">Link</span></a></p>
</td>
<td style="padding-left: 7px; padding-right: 7px; border-left: none; border-right: none;">
<p style="text-align: center;"><span style="color: #333333; font-family: Verdana; font-size: 8pt;">IE7, Safari 3.1, Firefox 2, Firefox 3. IE6 and Opera 9+</span></p>
</td>
<td style="padding-left: 7px; padding-right: 7px; border-left: none; border-right: none;"></td>
</tr>
<tr>
<td style="padding-left: 7px; padding-right: 7px;">
<p><span style="color: #365f91; font-size: 8pt;"><strong>TinyMCE</strong></span></p>
</td>
<td style="padding-left: 7px; padding-right: 7px;">
<p style="text-align: center;"><a href="http://tinymce.moxiecode.com/"><span style="font-size: 8pt;">Site</span></a></p>
</td>
<td style="padding-left: 7px; padding-right: 7px;">
<p style="text-align: center;"><a href="http://tinymce.moxiecode.com/examples/full.php"><span style="font-size: 8pt;">Link</span></a></p>
</td>
<td style="padding-left: 7px; padding-right: 7px;">
<p style="text-align: center;"><span style="color: #365f91; font-size: 8pt;">jQuery</span></p>
</td>
<td style="padding-left: 7px; padding-right: 7px;">
<p style="text-align: center;"><a href="http://tinymce.moxiecode.com/download.php"><span style="font-size: 8pt;">Link</span></a></p>
</td>
<td style="padding-left: 7px; padding-right: 7px;">
<p style="text-align: center;"><span style="font-family: Verdana; font-size: 8pt;"><span style="color: #444444;">Mozilla, MSIE, FireFox</span><span style="color: black;">, Opera, Safari and Chrome</span></span></p>
</td>
<td style="padding-left: 7px; padding-right: 7px;">
<p style="text-align: center;"><span style="color: #365f91; font-size: 8pt;">WordPress, Joomla</span></p>
</td>
</tr>
<tr style="background: #d3dfee none repeat scroll 0% 0%; height: 55px;">
<td style="padding-left: 7px; padding-right: 7px; border-left: none; border-right: none;">
<p><span style="color: #365f91; font-size: 8pt;"><strong>CKEditor</strong></span></p>
</td>
<td style="padding-left: 7px; padding-right: 7px; border-left: none; border-right: none;">
<p style="text-align: center;"><a href="http://ckeditor.com/"><span style="font-size: 8pt;">Site</span></a></p>
</td>
<td style="padding-left: 7px; padding-right: 7px; border-left: none; border-right: none;">
<p style="text-align: center;"><a href="http://ckeditor.com/demo"><span style="font-size: 8pt;">Link</span></a></p>
</td>
<td style="padding-left: 7px; padding-right: 7px; border-left: none; border-right: none;">
<p style="text-align: center;"><span style="color: #365f91; font-size: 6pt;">Custom(CKEditor)</span></p>
</td>
<td style="padding-left: 7px; padding-right: 7px; border-left: none; border-right: none;">
<p style="text-align: center;"><a href="http://ckeditor.com/download"><span style="font-size: 8pt;">Link</span></a></p>
</td>
<td style="padding-left: 7px; padding-right: 7px; border-left: none; border-right: none;">
<p style="text-align: center;"><span style="color: #444444; font-family: Verdana; font-size: 8pt;">IE6+, Firefox 2+, Safari 3+, Chrome Opera 9.5+,Camino1.0+</span></p>
</td>
<td style="padding-left: 7px; padding-right: 7px; border-left: none; border-right: none;">
<p style="text-align: center;"><span style="color: #365f91; font-size: 8pt;">FckEditor -&gt; CKEditor(2009/09/03)</span></p>
</td>
</tr>
<tr style="height: 55px;">
<td style="padding-left: 7px; padding-right: 7px;">
<p><span style="color: #365f91; font-size: 8pt;"><strong>SPAW Editor</strong></span></p>
</td>
<td style="padding-left: 7px; padding-right: 7px;">
<p style="text-align: center;"><a href="http://www.solmetra.com/en/disp.php/en_products/en_spaw/en_spaw_intro"><span style="font-size: 8pt;">Site</span></a></p>
</td>
<td style="padding-left: 7px; padding-right: 7px;">
<p style="text-align: center;"><a href="http://www.solmetra.com/en/disp.php/en_products/en_spaw/en_spaw_demo"><span style="font-size: 8pt;">Link</span></a></p>
</td>
<td style="padding-left: 7px; padding-right: 7px;">
<p style="text-align: center;"><span style="color: #365f91; font-size: 6pt;">Custom</span></p>
</td>
<td style="padding-left: 7px; padding-right: 7px;">
<p style="text-align: center;"><a href="http://sourceforge.net/projects/spaw/files/spaw-php/SPAW%20PHP%20v.2.0.8.1/"><span style="font-size: 8pt;">Link</span></a></p>
</td>
<td style="padding-left: 7px; padding-right: 7px;">
<p style="text-align: center;"><span style="color: #444444; font-size: 8pt;"><span style="font-family: Verdana;">MSIE, Gecko based browsers  Opera 9</span><span style="font-family: 맑은 고딕;">이지만</span><span style="font-family: Verdana;"><br />
 </span></span></p>
<p style="text-align: center;"><a href="http://www.solmetra.com/en/disp.php/en_products/en_spaw/en_spaw_faq"><span style="font-family: Verdana; font-size: 8pt;">Link</span></a></p>
</td>
<td style="padding-left: 7px; padding-right: 7px;"></td>
</tr>
<tr style="background: #d3dfee none repeat scroll 0% 0%; height: 55px;">
<td style="padding-left: 7px; padding-right: 7px; border-left: none; border-right: none;">
<p><span style="color: #365f91; font-size: 8pt;"><strong>HyperTextArea</strong></span></p>
</td>
<td style="padding-left: 7px; padding-right: 7px; border-left: none; border-right: none;"></td>
<td style="padding-left: 7px; padding-right: 7px; border-left: none; border-right: none;">
<p style="text-align: center;"><a href="http://hypertextarea.sourceforge.net/javascript/demo.html"><span style="font-size: 8pt;">Link</span></a></p>
</td>
<td style="padding-left: 7px; padding-right: 7px; border-left: none; border-right: none;">
<p style="text-align: center;"><span style="color: #365f91; font-size: 6pt;">Custom</span></p>
</td>
<td style="padding-left: 7px; padding-right: 7px; border-left: none; border-right: none;">
<p style="text-align: center;"><a href="http://ko.sourceforge.jp/projects/sfnet_hypertextarea/"><span style="font-size: 8pt;">Link</span></a></p>
</td>
<td style="padding-left: 7px; padding-right: 7px; border-left: none; border-right: none;"></td>
<td style="padding-left: 7px; padding-right: 7px; border-left: none; border-right: none;"></td>
</tr>
<tr style="height: 47px;">
<td style="padding-left: 7px; padding-right: 7px;">
<p><span style="color: #365f91; font-size: 8pt;"><strong>Smart Editor</strong></span></p>
</td>
<td style="padding-left: 7px; padding-right: 7px;">
<p style="text-align: center;"><a href="http://dev.naver.com/projects/smarteditor/"><span style="font-size: 8pt;">Site</span></a></p>
</td>
<td style="padding-left: 7px; padding-right: 7px;">
<p style="text-align: center;"><span style="color: #365f91; font-size: 8pt;">SEditorDemo.html<br />
 </span></p>
<p style="text-align: center;"><a href="http://naradesign.net/open_content/smart_editor/SEditorDemo.html"><span style="font-size: 8pt;">Link</span></a><span style="color: #365f91; font-size: 8pt;">(naradesign)</span></p>
</td>
<td style="padding-left: 7px; padding-right: 7px;">
<p style="text-align: center;"><span style="color: #365f91; font-size: 8pt;">Jindo<br />
 </span></p>
<p style="text-align: center;"><span style="font-size: 8pt;"><span style="color: #365f91;">(</span><span style="color: #656565; font-family: 돋움;">Husky)</span></span></p>
</td>
<td style="padding-left: 7px; padding-right: 7px;">
<p style="text-align: center;"><a href="http://dev.naver.com/projects/smarteditor/download"><span style="font-size: 8pt;">Link</span></a></p>
</td>
<td style="padding-left: 7px; padding-right: 7px;">
<p style="text-align: center;"><span style="color: black; font-family: Verdana; font-size: 8pt;">IE FireFox Chrome Safari Opera<br />
 </span></p>
<p style="text-align: center;"><span style="color: black; font-size: 8pt;"><span style="font-family: Verdana;">(</span><span style="font-family: 맑은 고딕;">참고</span><span style="font-family: Verdana;">:naradesign)</span></span></p>
</td>
<td style="padding-left: 7px; padding-right: 7px;">
<p style="text-align: center;"><span style="color: #365f91; font-size: 8pt;">Naver, XE</span></p>
</td>
</tr>
<tr style="background: #d3dfee none repeat scroll 0% 0%; height: 47px;">
<td style="padding-left: 7px; padding-right: 7px; border-left: none; border-right: none;">
<p><span style="color: #365f91; font-size: 8pt;"><strong>Daum Editor</strong></span></p>
</td>
<td style="padding-left: 7px; padding-right: 7px; border-left: none; border-right: none;">
<p style="text-align: center;"><a href="http://code.google.com/p/daumopeneditor/"><span style="font-size: 8pt;">Site</span></a></p>
</td>
<td style="padding-left: 7px; padding-right: 7px; border-left: none; border-right: none;">
<p style="text-align: center;"><a href="http://uie.daum.net/openeditor/sample/5.1.0/editor.html"><span style="font-size: 8pt;">Link</span></a></p>
</td>
<td style="padding-left: 7px; padding-right: 7px; border-left: none; border-right: none;">
<p style="text-align: center;"><span style="color: #365f91; font-size: 6pt;">Custom(Daum)</span></p>
</td>
<td style="padding-left: 7px; padding-right: 7px; border-left: none; border-right: none;">
<p style="text-align: center;"><a href="http://code.google.com/p/daumopeneditor/downloads/list"><span style="font-size: 8pt;">Link</span></a></p>
</td>
<td style="padding-left: 7px; padding-right: 7px; border-left: none; border-right: none;">
<p style="text-align: center;"><span style="color: #444444; font-family: Verdana; font-size: 8pt;">IE 5.5+ safari 3.2 + , chrome 1, ff 2+, opera 9.64+</span></p>
</td>
<td style="padding-left: 7px; padding-right: 7px; border-left: none; border-right: none;">
<p style="text-align: center;"><span style="color: #365f91; font-size: 8pt;">Daum</span></p>
</td>
</tr>
<tr style="height: 37px;">
<td style="padding-left: 7px; padding-right: 7px;">
<p><span style="color: #365f91; font-size: 8pt;"><strong>Xquared<br />
 </strong></span></p>
<p style="text-align: center;"><span style="color: #365f91; font-size: 8pt;"><strong>(Extensible XHTML Editor)</strong></span></p>
</td>
<td style="padding-left: 7px; padding-right: 7px;">
<p style="text-align: center;"><a href="http://xquared.springnote.com/"><span style="font-size: 8pt;">Site</span></a></p>
</td>
<td style="padding-left: 7px; padding-right: 7px;">
<p style="text-align: center;"><span style="color: #365f91; font-size: 8pt;">Examples/</span></p>
</td>
<td style="padding-left: 7px; padding-right: 7px;">
<p style="text-align: center;"><span style="color: #365f91; font-size: 6pt;">Custom(SpringNote)</span></p>
</td>
<td style="padding-left: 7px; padding-right: 7px;">
<p style="text-align: center;"><a href="http://code.google.com/p/xquared/downloads/list"><span style="font-size: 8pt;">Link</span></a></p>
</td>
<td style="padding-left: 7px; padding-right: 7px;">
<p style="text-align: center;"><span style="color: black; font-family: Verdana; font-size: 8pt;">IE FireFox Chrome Safari Opera<br />
 </span></p>
<p style="text-align: center;"><span style="color: black; font-size: 8pt;"><span style="font-family: Verdana;">(</span><span style="font-family: 맑은 고딕;">참고</span><span style="font-family: Verdana;">:naradesign)</span></span></p>
</td>
<td style="padding-left: 7px; padding-right: 7px;">
<p style="text-align: center;"><span style="color: #365f91; font-size: 8pt;">SpringNote, XE<br />
 </span></p>
<p style="text-align: center;"><span style="color: #365f91; font-size: 8pt;">TC</span></p>
</td>
</tr>
<tr style="background: #d3dfee none repeat scroll 0% 0%; height: 37px;">
<td style="padding-left: 7px; padding-right: 7px; border-left: none; border-bottom: solid #4f81bd 1.0pt; border-right: none;">
<p><span style="color: #365f91; font-size: 8pt;"><strong>Rain Editor</strong></span></p>
</td>
<td style="padding-left: 7px; padding-right: 7px; border-left: none; border-bottom: solid #4f81bd 1.0pt; border-right: none;">
<p style="text-align: center;"><a href="http://www.cafen.net/product/editor.html"><span style="font-size: 8pt;">Site</span></a></p>
</td>
<td style="padding-left: 7px; padding-right: 7px; border-left: none; border-bottom: solid #4f81bd 1.0pt; border-right: none;">
<p style="text-align: center;"><a href="http://www.cafen.net/product/editor.html"><span style="font-size: 8pt;">Link</span></a></p>
</td>
<td style="padding-left: 7px; padding-right: 7px; border-left: none; border-bottom: solid #4f81bd 1.0pt; border-right: none;">
<p style="text-align: center;"><span style="color: #365f91; font-size: 6pt;">Custom</span></p>
</td>
<td style="padding-left: 7px; padding-right: 7px; border-left: none; border-bottom: solid #4f81bd 1.0pt; border-right: none;">
<p style="text-align: center;"><a href="http://phpschool.com/gnuboard4/bbs/board.php?bo_table=download&amp;wr_id=16405&amp;sca=&amp;sfl=wr_subject%7C%7Cwr_content&amp;stx=%BF%A1%B5%F0%C5%CD&amp;sop=and"><span style="font-size: 8pt;">Link</span></a></p>
</td>
<td style="padding-left: 7px; padding-right: 7px; border-left: none; border-bottom: solid #4f81bd 1.0pt; border-right: none;"></td>
<td style="padding-left: 7px; padding-right: 7px; border-left: none; border-bottom: solid #4f81bd 1.0pt; border-right: none;"></td>
</tr>
<tr style="height: 37px;">
<td style="padding-left: 7px; padding-right: 7px;">
<p><span style="color: #365f91; font-size: 8pt;"><strong>YUI Rich Text Editor</strong></span></p>
</td>
<td style="padding-left: 7px; padding-right: 7px;">
<p style="text-align: center;"><a href="http://developer.yahoo.com/yui/editor/" target="_blank"><span style="font-size: 8pt;">Site</span></a></p>
</td>
<td style="padding-left: 7px; padding-right: 7px;">
<p style="text-align: center;"><a href="http://developer.yahoo.com/yui/examples/editor/index.html" target="_blank"><span style="color: #365f91; font-size: 8pt;">Link</span></a></p>
</td>
<td style="padding-left: 7px; padding-right: 7px;">
<p style="text-align: center;"><span style="color: #365f91; font-size: 6pt;">YUI 2.x<br />
 </span></p>
</td>
<td style="padding-left: 7px; padding-right: 7px;">
<p style="text-align: center;"><a href="http://developer.yahoo.com/yui/download/" target="_blank"><span style="font-size: 8pt;">Link</span></a></p>
</td>
<td style="padding-left: 7px; padding-right: 7px;"></td>
<td style="padding-left: 7px; padding-right: 7px;"></td>
</tr>
<tr style="background: #d3dfee none repeat scroll 0% 0%; height: 37px;">
<td style="padding-left: 7px; padding-right: 7px; border-left: none; border-bottom: solid #4f81bd 1.0pt; border-right: none;">
<p><span style="color: #365f91; font-size: 8pt;"><strong>KISSY Editor</strong></span></p>
</td>
<td style="padding-left: 7px; padding-right: 7px; border-left: none; border-bottom: solid #4f81bd 1.0pt; border-right: none;">
<p style="text-align: center;"><a href="http://code.google.com/p/kissy/" target="_blank"><span style="font-size: 8pt;">Site</span></a></p>
</td>
<td style="padding-left: 7px; padding-right: 7px; border-left: none; border-bottom: solid #4f81bd 1.0pt; border-right: none;">
<p style="text-align: center;"><a href="http://www.cafen.net/product/editor.html"><span style="font-size: 8pt;"> </span></a><a href="http://kissy.googlecode.com/svn/trunk/src/editor/demo/basic.html" target="_blank">Link</a></p>
</td>
<td style="padding-left: 7px; padding-right: 7px; border-left: none; border-bottom: solid #4f81bd 1.0pt; border-right: none;">
<p style="text-align: center;"><span style="color: #365f91; font-size: 6pt;">KISSY UI Library</span></p>
<p style="text-align: center;"><span style="color: #365f91; font-size: 6pt;">(YUI 2.x)<br />
 </span></p>
</td>
<td style="padding-left: 7px; padding-right: 7px; border-left: none; border-bottom: solid #4f81bd 1.0pt; border-right: none;">
<p style="text-align: center;"><span style="text-decoration: line-through;"><span style="font-size: 8pt;"> </span></span>Link</p>
</td>
<td style="padding-left: 7px; padding-right: 7px; border-left: none; border-bottom: solid #4f81bd 1.0pt; border-right: none;">IE 6+, Firefox 3.5+, Safari 4+, Chrome 2+, Opera 10+</td>
<td style="padding-left: 7px; padding-right: 7px; border-left: none; border-bottom: solid #4f81bd 1.0pt; border-right: none;">
<p style="text-align: center;"><span style="color: #365f91; font-size: 8pt;">TAOBAO</span></p>
</td>
</tr>
</tbody>
</table>
</div>
<p style="text-align: center;"> </p>
<p style="text-align: center;"> </p>
<p style="text-align: center;"> </p>
<p style="text-align: center;"><span style="font-size: 8pt;">markItUp<br />
 </span></p>
<p style="text-align: center;"><a href="http://www.onuyi.net/blog/wp-content/uploads/2009/10/101709_0530_1.png"><img class="aligncenter" src="http://www.onuyi.net/blog/wp-content/uploads/2009/10/101709_0530_1.png" alt="" width="606" height="412" /></a><span style="font-size: 8pt;"><br />
 </span></p>
<p style="text-align: center;"> </p>
<p style="text-align: center;"><span style="font-size: 8pt;">TinyMCE<br />
 </span></p>
<p style="text-align: center;"><a href="http://www.onuyi.net/blog/wp-content/uploads/2009/10/101709_0530_2.png"><img class="aligncenter" src="http://www.onuyi.net/blog/wp-content/uploads/2009/10/101709_0530_2.png" alt="" width="424" height="167" /></a><span style="font-size: 8pt;"><br />
 </span></p>
<p><br class="spacer_" /></p>
<p style="text-align: center;"><span style="font-size: 8pt;">CKEditor<br />
 </span></p>
<p style="text-align: center;"><a href="http://www.onuyi.net/blog/wp-content/uploads/2009/10/101709_0530_3.png"><img class="aligncenter" src="http://www.onuyi.net/blog/wp-content/uploads/2009/10/101709_0530_3.png" alt="" width="424" height="209" /></a><span style="font-size: 8pt;"><br />
 </span></p>
<p style="text-align: center;"> </p>
<p style="text-align: center;"> </p>
<p style="text-align: center;"> </p>
<p style="text-align: center;"> </p>
<p style="text-align: center;"> </p>
<p style="text-align: center;"><span style="font-size: 8pt;">SPAW Editor<br />
 </span></p>
<p style="text-align: center;"><a href="http://www.onuyi.net/blog/wp-content/uploads/2009/10/101709_0530_4.png"><img class="aligncenter" src="http://www.onuyi.net/blog/wp-content/uploads/2009/10/101709_0530_4.png" alt="" width="386" height="323" /></a><span style="font-size: 8pt;"><br />
 </span></p>
<p style="text-align: center;"> </p>
<p style="text-align: center;"><span style="font-size: 8pt;">HyperTextArea<br />
 </span></p>
<p style="text-align: center;"><a href="http://www.onuyi.net/blog/wp-content/uploads/2009/10/101709_0530_5.png"><img class="aligncenter" src="http://www.onuyi.net/blog/wp-content/uploads/2009/10/101709_0530_5.png" alt="" width="374" height="257" /></a><span style="font-size: 8pt;"><br />
 </span></p>
<p style="text-align: center;"> </p>
<p style="text-align: center;"> </p>
<p style="text-align: center;"><span style="font-size: 8pt;">Smart Editor<br />
 </span></p>
<p style="text-align: center;"><a href="http://www.onuyi.net/blog/wp-content/uploads/2009/10/101709_0530_6.png"><img class="aligncenter" src="http://www.onuyi.net/blog/wp-content/uploads/2009/10/101709_0530_6.png" alt="" width="424" height="219" /></a><span style="font-size: 8pt;"><br />
 </span></p>
<p style="text-align: center;"> </p>
<p style="text-align: center;"> </p>
<p style="text-align: center;"> </p>
<p style="text-align: center;"><span style="font-size: 8pt;">Daum Editor<br />
 </span></p>
<p style="text-align: center;"><a href="http://www.onuyi.net/blog/wp-content/uploads/2009/10/101709_0530_7.png"><img class="aligncenter" src="http://www.onuyi.net/blog/wp-content/uploads/2009/10/101709_0530_7.png" alt="" width="424" height="279" /></a><span style="font-size: 8pt;"><br />
 </span></p>
<p style="text-align: center;"> </p>
<p style="text-align: center;"><span style="font-size: 8pt;">Xquared<br />
 </span></p>
<p style="text-align: center;"> </p>
<p style="text-align: center;"><a href="http://www.onuyi.net/blog/wp-content/uploads/2009/10/101709_0530_8.png"><img class="aligncenter" src="http://www.onuyi.net/blog/wp-content/uploads/2009/10/101709_0530_8.png" alt="" width="424" height="190" /></a><span style="font-size: 8pt;"><br />
 </span></p>
<p><br class="spacer_" /></p>
<p style="text-align: center;"> </p>
<p style="text-align: center;"><span style="font-size: 8pt;">Rain Editor<br />
 </span></p>
<p style="text-align: center;"><a href="http://www.onuyi.net/blog/wp-content/uploads/2009/10/101709_0530_9.png"><img class="aligncenter" src="http://www.onuyi.net/blog/wp-content/uploads/2009/10/101709_0530_9.png" alt="" width="424" height="278" /></a></p>
<p><br class="spacer_" /></p>
<p style="text-align: center;"><span style="font-size: 8pt;">YUI Rich Text Editor</span></p>
<p style="text-align: center;"><span style="font-size: 8pt;"><a href="http://www.onuyi.net/blog/wp-content/uploads/2009/10/screenshot.jpg"><img class="size-full wp-image-497 aligncenter" title="YUI Rich Text Editor" src="http://www.onuyi.net/blog/wp-content/uploads/2009/10/screenshot.jpg" alt="YUI Rich Text Editor" width="267" height="244" /></a><br />
 </span></p>
<p style="text-align: center;"><span style="font-size: 8pt;">KISSY Editor</span></p>
<p style="text-align: center;"><span style="font-size: 8pt;"><a href="http://www.onuyi.net/blog/wp-content/uploads/2009/10/kissy.PNG"><img class="size-full wp-image-496 aligncenter" title="kissy" src="http://www.onuyi.net/blog/wp-content/uploads/2009/10/kissy.PNG" alt="kissy" width="545" height="234" /></a><br />
 </span></p>
<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.onuyi.net/blog/archives/490/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adobe Meermeer 기대중..</title>
		<link>http://www.onuyi.net/blog/archives/243?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=adobe-meermeer-%25ea%25b8%25b0%25eb%258c%2580%25ec%25a4%2591</link>
		<comments>http://www.onuyi.net/blog/archives/243#comments</comments>
		<pubDate>Sun, 07 Dec 2008 07:56:33 +0000</pubDate>
		<dc:creator>SOLID.H</dc:creator>
				<category><![CDATA[html&xhtml]]></category>
		<category><![CDATA[cross browsing]]></category>
		<category><![CDATA[Meermeer]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[크로스브라우징테스트툴인 Adobe Meermeer 이 Adobe의 온라인서비스와 드림위버의 익스텐션으로 명년쯤어도비랩에 나오게 된다고 한다.
원문보기
//
Firefox에선 그나마 Firebug가 있어서 괜찮았는데
ie7엔 firebug의 기능을 할만한 프로그램을 찾지 못했고 접때 ie8을 깔았을 때 Firebug와 같은 기능이 탑재 된것으로 알고있는데 
ie6, ie7, ie8의 렌더링이 저마끔 다르니;;;;
크로스브라우징은 언제까지 화제로 대두될것인지&#8230;&#8230;
No related posts.
No related posts.]]></description>
			<content:encoded><![CDATA[<p>크로스브라우징테스트툴인 Adobe Meermeer 이 Adobe의 온라인서비스와 드림위버의 익스텐션으로 명년쯤<br />어도비랩에 나오게 된다고 한다.</p>
<p><a href="http://www.sitepoint.com/blogs/2008/12/04/adobe-meermeer-will-change-the-way-you-test-web-sites/" target="_blank">원문보기</a></p>
<p>//<br />
Firefox에선 그나마 Firebug가 있어서 괜찮았는데<br />
ie7엔 firebug의 기능을 할만한 프로그램을 찾지 못했고 접때 ie8을 깔았을 때 Firebug와 같은 기능이 탑재 된것으로 알고있는데 <br />
ie6, ie7, ie8의 렌더링이 저마끔 다르니;;;;</p>
<p>크로스브라우징은 언제까지 화제로 대두될것인지&#8230;&#8230;</p>
<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.onuyi.net/blog/archives/243/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The future of Flash Player, Flex, AIR, Thermo and more</title>
		<link>http://www.onuyi.net/blog/archives/242?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=the-future-of-flash-player-flex-air-thermo-and-more</link>
		<comments>http://www.onuyi.net/blog/archives/242#comments</comments>
		<pubDate>Sat, 06 Dec 2008 07:44:12 +0000</pubDate>
		<dc:creator>SOLID.H</dc:creator>
				<category><![CDATA[Flex]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[Thermo]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[

No related posts.
No related posts.]]></description>
			<content:encoded><![CDATA[<div style="text-align: center;"><embed src="http://services.brightcove.com/services/viewer/federated_f8/1596744118" bgcolor="#FFFFFF" flashVars="videoId=1741161343&#038;playerId=1596744118&#038;viewerSecureGatewayURL=https://console.brightcove.com/services/amfgateway&#038;servicesURL=http://services.brightcove.com/services&#038;cdnURL=http://admin.brightcove.com&#038;domain=embed&#038;autoStart=false&#038;" base="http://admin.brightcove.com" name="flashObj" width="486" height="412" seamlesstabbing="false" type="application/x-shockwave-flash" swLiveConnect="true" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></embed></p>
</div>
<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.onuyi.net/blog/archives/242/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>주소복사용 swf 스크립</title>
		<link>http://www.onuyi.net/blog/archives/238?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=%25ec%25a3%25bc%25ec%2586%258c%25eb%25b3%25b5%25ec%2582%25ac%25ec%259a%25a9-swf-%25ec%258a%25a4%25ed%2581%25ac%25eb%25a6%25bdflash-flex-%25eb%2591%2590%25ea%25b0%2580%25ec%25a7%2580</link>
		<comments>http://www.onuyi.net/blog/archives/238#comments</comments>
		<pubDate>Fri, 07 Nov 2008 10:00:59 +0000</pubDate>
		<dc:creator>SOLID.H</dc:creator>
				<category><![CDATA[actionscript]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[주소복사]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[플래시에서
123456789101112131415161718192021222324252627282930313233&#160;package&#123;
import flash.display.Sprite;
import flash.display.StageScaleMode;
import flash.events.MouseEvent;
import flash.external.ExternalInterface;
import flash.system.System;
public class setclipboard extends Sprite &#123;
&#160; &#160;&#91;SWF&#40;width=&#34;1&#34;, height=&#34;1&#34;&#41;&#93;;
&#160; &#160;
&#160; &#160;private var str:String = &#34;&#34;;
&#160; &#160;private var exjs:String = &#34;&#34;;
&#160; &#160;private var spr:Sprite;
&#160; &#160;public function setclipboard&#40;&#41;
&#160; &#160;&#123;
&#160; &#160; &#160; &#160; &#160;str = this.loaderInfo.parameters.str;
&#160; &#160; &#160; &#160; &#160;exjs = this.loaderInfo.parameters.exjs;
&#160; &#160; &#160; &#160; &#160;stage.scaleMode = StageScaleMode.EXACT_FIT;
&#160; &#160; &#160; &#160; &#160;spr = new Sprite&#40;&#41;;
&#160; [...]
No related posts.]]></description>
			<content:encoded><![CDATA[<p>플래시에서</p>
<div class="codecolorer-container actionscript blackboard codecolorer-noborder" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;height:300px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br />2<br />3<br />4<br />5<br />6<br />7<br />8<br />9<br />10<br />11<br />12<br />13<br />14<br />15<br />16<br />17<br />18<br />19<br />20<br />21<br />22<br />23<br />24<br />25<br />26<br />27<br />28<br />29<br />30<br />31<br />32<br />33<br /></div></td><td><div class="actionscript codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">&nbsp;package<span style="color: #66cc66;">&#123;</span><br />
<span style="color: #0066CC;">import</span> flash.<span style="color: #006600;">display</span>.<span style="color: #006600;">Sprite</span>;<br />
<span style="color: #0066CC;">import</span> flash.<span style="color: #006600;">display</span>.<span style="color: #006600;">StageScaleMode</span>;<br />
<span style="color: #0066CC;">import</span> flash.<span style="color: #006600;">events</span>.<span style="color: #006600;">MouseEvent</span>;<br />
<span style="color: #0066CC;">import</span> flash.<span style="color: #006600;">external</span>.<span style="color: #006600;">ExternalInterface</span>;<br />
<span style="color: #0066CC;">import</span> flash.<span style="color: #0066CC;">system</span>.<span style="color: #0066CC;">System</span>;<br />
<span style="color: #0066CC;">public</span> <span style="color: #000000; font-weight: bold;">class</span> <span style="color: #0066CC;">setclipboard</span> <span style="color: #0066CC;">extends</span> Sprite <span style="color: #66cc66;">&#123;</span><br />
&nbsp; &nbsp;<span style="color: #66cc66;">&#91;</span>SWF<span style="color: #66cc66;">&#40;</span><span style="color: #0066CC;">width</span>=<span style="color: #ff0000;">&quot;1&quot;</span>, <span style="color: #0066CC;">height</span>=<span style="color: #ff0000;">&quot;1&quot;</span><span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#93;</span>;<br />
&nbsp; &nbsp;<br />
&nbsp; &nbsp;<span style="color: #0066CC;">private</span> <span style="color: #000000; font-weight: bold;">var</span> str:<span style="color: #0066CC;">String</span> = <span style="color: #ff0000;">&quot;&quot;</span>;<br />
&nbsp; &nbsp;<span style="color: #0066CC;">private</span> <span style="color: #000000; font-weight: bold;">var</span> exjs:<span style="color: #0066CC;">String</span> = <span style="color: #ff0000;">&quot;&quot;</span>;<br />
&nbsp; &nbsp;<span style="color: #0066CC;">private</span> <span style="color: #000000; font-weight: bold;">var</span> spr:Sprite;<br />
&nbsp; &nbsp;<span style="color: #0066CC;">public</span> <span style="color: #000000; font-weight: bold;">function</span> <span style="color: #0066CC;">setclipboard</span><span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span><br />
&nbsp; &nbsp;<span style="color: #66cc66;">&#123;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;str = <span style="color: #0066CC;">this</span>.<span style="color: #006600;">loaderInfo</span>.<span style="color: #006600;">parameters</span>.<span style="color: #006600;">str</span>;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;exjs = <span style="color: #0066CC;">this</span>.<span style="color: #006600;">loaderInfo</span>.<span style="color: #006600;">parameters</span>.<span style="color: #006600;">exjs</span>;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #0066CC;">stage</span>.<span style="color: #0066CC;">scaleMode</span> = StageScaleMode.<span style="color: #006600;">EXACT_FIT</span>;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;spr = <span style="color: #000000; font-weight: bold;">new</span> Sprite<span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span>;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;spr.<span style="color: #006600;">graphics</span>.<span style="color: #0066CC;">clear</span><span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span>;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;spr.<span style="color: #006600;">graphics</span>.<span style="color: #0066CC;">beginFill</span><span style="color: #66cc66;">&#40;</span>0xFFFFFF,<span style="color: #cc66cc;">0</span><span style="color: #66cc66;">&#41;</span>;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;spr.<span style="color: #006600;">graphics</span>.<span style="color: #006600;">drawRect</span><span style="color: #66cc66;">&#40;</span><span style="color: #cc66cc;">0</span>,<span style="color: #cc66cc;">0</span>,<span style="color: #cc66cc;">1</span>,<span style="color: #cc66cc;">1</span><span style="color: #66cc66;">&#41;</span>;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;spr.<span style="color: #006600;">graphics</span>.<span style="color: #0066CC;">endFill</span><span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span>;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;spr.<span style="color: #006600;">buttonMode</span> = <span style="color: #000000; font-weight: bold;">true</span>;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;addChild<span style="color: #66cc66;">&#40;</span>spr<span style="color: #66cc66;">&#41;</span>;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;spr.<span style="color: #006600;">addEventListener</span><span style="color: #66cc66;">&#40;</span>MouseEvent.<span style="color: #006600;">CLICK</span>,onClick<span style="color: #66cc66;">&#41;</span>;<br />
&nbsp; &nbsp;<span style="color: #66cc66;">&#125;</span><br />
&nbsp; &nbsp;<span style="color: #0066CC;">private</span> <span style="color: #000000; font-weight: bold;">function</span> onClick<span style="color: #66cc66;">&#40;</span><span style="color: #0066CC;">e</span>:MouseEvent<span style="color: #66cc66;">&#41;</span>:<span style="color: #0066CC;">void</span><br />
&nbsp; &nbsp; &nbsp; <span style="color: #66cc66;">&#123;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;flash.<span style="color: #0066CC;">system</span>.<span style="color: #0066CC;">System</span>.<span style="color: #0066CC;">setClipboard</span><span style="color: #66cc66;">&#40;</span>str<span style="color: #66cc66;">&#41;</span>;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;ExternalInterface.<span style="color: #0066CC;">call</span><span style="color: #66cc66;">&#40;</span><span style="color: #ff0000;">'eval'</span>,exjs + <span style="color: #ff0000;">'()'</span><span style="color: #66cc66;">&#41;</span>;<br />
&nbsp; &nbsp; &nbsp; <span style="color: #66cc66;">&#125;</span><br />
&nbsp; &nbsp;<span style="color: #66cc66;">&#125;</span><br />
<span style="color: #66cc66;">&#125;</span></div></td></tr></tbody></table></div>
<p><br class="spacer_" /><br />
exjs는 자스함수명, 클립보드에 붙여넣기 한후 html의 자스함수 호출용</p>
<p>FlashVars로  불러오려면</p>
<p><span style="color: #ff0000; font-weight: bold;">?str=http://blog.onuyi.net&amp;exjs=test</span></p>
<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.onuyi.net/blog/archives/238/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WakeUp on LAN</title>
		<link>http://www.onuyi.net/blog/archives/236?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=wakeup-on-lan</link>
		<comments>http://www.onuyi.net/blog/archives/236#comments</comments>
		<pubDate>Mon, 27 Oct 2008 04:14:09 +0000</pubDate>
		<dc:creator>SOLID.H</dc:creator>
				<category><![CDATA[etc]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[랜카드에 매직패킷을 보내서 컴을 부팅하는 툴http://www.download32.com/wakeup-on-lan-d35025.html
내 방에서 놋북으로 다른 방의 개발서버용 데탑을 부팅하고 원격으로 접속하곤 하는데
움직이기 싫어서 이걸 다운해서 쓰고있다는 ㅋㅋㅋ
-0-;;
또 데탑을 켤때 허리 굽히기 싫을 때도 참 쓰기 좋음. ㅋㅋ
내 동기가 어떻든간에 쓰기에 편리한 프로그램임에는 틀림없다;;;;
No related posts.
No related posts.]]></description>
			<content:encoded><![CDATA[<p>랜카드에 매직패킷을 보내서 컴을 부팅하는 툴<br /><a href="http://www.download32.com/wakeup-on-lan-d35025.html" target="_blank">http://www.download32.com/wakeup-on-lan-d35025.html</a></p>
<p>내 방에서 놋북으로 다른 방의 개발서버용 데탑을 부팅하고 원격으로 접속하곤 하는데</p>
<p>움직이기 싫어서 이걸 다운해서 쓰고있다는 ㅋㅋㅋ</p>
<p>-0-;;</p>
<p>또 데탑을 켤때 허리 굽히기 싫을 때도 참 쓰기 좋음. ㅋㅋ</p>
<p>내 동기가 어떻든간에 쓰기에 편리한 프로그램임에는 틀림없다;;;;</p>
<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.onuyi.net/blog/archives/236/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SWF 포맷 구조</title>
		<link>http://www.onuyi.net/blog/archives/234?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=swf-%25ed%258f%25ac%25eb%25a7%25b7-%25ea%25b5%25ac%25ec%25a1%25b0</link>
		<comments>http://www.onuyi.net/blog/archives/234#comments</comments>
		<pubDate>Wed, 15 Oct 2008 10:40:58 +0000</pubDate>
		<dc:creator>SOLID.H</dc:creator>
				<category><![CDATA[actionscript]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[
참고)
http://www.m2osw.com/en/swf_alexref.html
No related posts.
No related posts.]]></description>
			<content:encoded><![CDATA[<h3 class="posttitle"><a name="4579857"></a></h3>
<p>참고)</p>
<p><a href="http://www.m2osw.com/en/swf_alexref.html#swf_action">http://www.m2osw.com/en/swf_alexref.html</a></p>
<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.onuyi.net/blog/archives/234/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

