<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss version="2.0">
	<channel>
		<title>ASoop</title>
		<link>http://asoop.com/</link>
		<description />
		<language>ko</language>
		<pubDate>Thu, 19 Mar 2009 04:54:59 +0900</pubDate>
		<generator>Tistory 1.1 (http://www.tistory.com/)</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/asoop" type="application/rss+xml" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com" /><item>
			<title>2009년 3월 18일의 짤방 노트</title>
			<link>http://asoop.com/5</link>
			<description>&lt;div class="me2day_daily_digest"&gt;&lt;ul&gt;&lt;li&gt;고전방식 [myObj setTitle:@“문자열”]; [myObj title]; 이것은 신규방식 myObj.title = @“문자열”; myObj.title; 과 동일하다.&lt;span class="me2_tags"&gt;(iphone 접근자)&lt;/span&gt;&lt;span class="datetime"&gt;&lt;a href="http://me2day.net/actionscript/2009/03/18#08:09:15" rel="bookmark" title="퍼머링크" class="datetime"&gt;2009-03-18 08:09:15&lt;/a&gt;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;프로퍼티 정의 @property 세터/게터 자동 생성 @synthesize . 클래스 프로퍼티의 장점은 뭘까?&lt;span class="me2_tags"&gt;(iphone)&lt;/span&gt;&lt;span class="datetime"&gt;&lt;a href="http://me2day.net/actionscript/2009/03/18#08:10:56" rel="bookmark" title="퍼머링크" class="datetime"&gt;2009-03-18 08:10:56&lt;/a&gt;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;오브젝티브 C는 다중 상속을 지원 안함. 다중 상속과 같은 정의 방법은 프로토콜 사용. @protocol&lt;span class="me2_tags"&gt;(iphone)&lt;/span&gt;&lt;span class="datetime"&gt;&lt;a href="http://me2day.net/actionscript/2009/03/18#08:11:43" rel="bookmark" title="퍼머링크" class="datetime"&gt;2009-03-18 08:11:43&lt;/a&gt;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;카테고리는 존재하는 클래스에 직접 메소드를 추가하는 방법. 예전에 AS의 prototype과 동일.&lt;span class="me2_tags"&gt;(iphone)&lt;/span&gt;&lt;span class="datetime"&gt;&lt;a href="http://me2day.net/actionscript/2009/03/18#08:12:26" rel="bookmark" title="퍼머링크" class="datetime"&gt;2009-03-18 08:12:26&lt;/a&gt;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;메모리 관리는 레퍼런스 카운트를 이용. -alloc , -retain , -copy는 레퍼런스 카운트 증가. -release , -autorelease는 레퍼런스 카운트 감소.&lt;span class="me2_tags"&gt;(iphone)&lt;/span&gt;&lt;span class="datetime"&gt;&lt;a href="http://me2day.net/actionscript/2009/03/18#08:13:22" rel="bookmark" title="퍼머링크" class="datetime"&gt;2009-03-18 08:13:22&lt;/a&gt;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;블록내에서는 alloc , retain , copy의 수와 release , autorelease 수가 동일해야 한다. 그래야 메모리 반환이 성공적으로 이루어짐.&lt;span class="me2_tags"&gt;(iphone 메모리)&lt;/span&gt;&lt;span class="datetime"&gt;&lt;a href="http://me2day.net/actionscript/2009/03/18#08:17:32" rel="bookmark" title="퍼머링크" class="datetime"&gt;2009-03-18 08:17:32&lt;/a&gt;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;메소드 내부에서 반환값으로 사용하는 변수는 autorelease 적용 후에 return 해야 에러 없음&lt;span class="me2_tags"&gt;(iphone)&lt;/span&gt;&lt;span class="datetime"&gt;&lt;a href="http://me2day.net/actionscript/2009/03/18#08:19:15" rel="bookmark" title="퍼머링크" class="datetime"&gt;2009-03-18 08:19:15&lt;/a&gt;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;인스트루먼트 : 아이폰 애플리케이션의 내부 동작 모니터링 툴. 메모리 사용현황 볼 수 있음.&lt;span class="me2_tags"&gt;(iphone)&lt;/span&gt;&lt;span class="datetime"&gt;&lt;a href="http://me2day.net/actionscript/2009/03/18#08:44:36" rel="bookmark" title="퍼머링크" class="datetime"&gt;2009-03-18 08:44:36&lt;/a&gt;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;대시코드 : 모베일 외부 환경에서 작동하는 웹기반 애플리케이션 저작 도구&lt;span class="me2_tags"&gt;(iphone)&lt;/span&gt;&lt;span class="datetime"&gt;&lt;a href="http://me2day.net/actionscript/2009/03/18#08:45:24" rel="bookmark" title="퍼머링크" class="datetime"&gt;2009-03-18 08:45:24&lt;/a&gt;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;아이폰이 arm 프로세서를 쓰나?&lt;span class="me2_tags"&gt;(iphone)&lt;/span&gt;&lt;span class="datetime"&gt;&lt;a href="http://me2day.net/actionscript/2009/03/18#08:45:54" rel="bookmark" title="퍼머링크" class="datetime"&gt;2009-03-18 08:45:54&lt;/a&gt;&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p style="background:url(http://me2day.net/images/me2day_icon.gif) no-repeat right top;padding-right:25px;text-align:right; font-size: 0.9em;"&gt;이 글은 &lt;a href="http://me2day.net/actionscript" target="_blank"&gt;양주일&lt;/a&gt;님의 &lt;a href="http://me2day.net/actionscript/2009/03/18#08:09:15"&gt;2009년 3월 18일&lt;/a&gt;의 미투데이 내용입니다.&lt;/p&gt;&lt;/div&gt;</description>
			<author>Jason B</author>
			<guid>http://asoop.com/5</guid>
			<comments>http://asoop.com/5#entry5comment</comments>
			<pubDate>Thu, 19 Mar 2009 04:31:12 +0900</pubDate>
		</item>
		<item>
			<title>Adobe 윈도우 모바일 지원 배포용 플래시 플레이어</title>
			<link>http://asoop.com/4</link>
			<description>&lt;p&gt;어도비에서 배포용 플레이어(Distributable Player Solution)를 내놨습니다.&lt;/p&gt;&lt;a href="http://labs.adobe.com/technologies/distributableplayer/?sdid=EKBNC" onclick="window.open(this.href); return false;"&gt;http://labs.adobe.com/technologies/distributableplayer/?sdid=EKBNC&lt;/a&gt;&lt;br /&gt;
이게 뭐냐면 윈도우 모바일에서 설치 가능한 형태로 누구나 플래시로 애플리케이션을 제작하여 인스톨 할 수 있도록 만들어 주는 솔루션입니다.&lt;br /&gt;
&lt;br /&gt;
&lt;img src="http://cfile25.uf.tistory.com/image/116AD40B49AC9B2392CB67" width="480" height="262" alt="hero2.jpg.jpeg" /&gt;&lt;br /&gt;
안타깝게도 현재는 한글입력이 지원 안되고 영어, 이태리어 등은 지원하는데, 아시아권 언어는 아직 지원안하고 있습니다. 아직 어도비 랩스(labs.adobe.com)에 들어있는 베타 제품이고 이걸 본 유저들 반응은 애플 아이폰 탑재를 위한 플레이어도 거의 완성단계이지 않을까 예상하고 있습니다.&lt;br /&gt;
윈도우 모바일용 어플을 만들어 보려면

&lt;ul&gt;
  &lt;li&gt;플래시로 swf 를 만듭니다. 사용가능한 스펙은 AS2로 작성하며 Flash Lite 2.0, 3.0 스펙을 따릅니다.&lt;/li&gt;

  &lt;li&gt;&lt;a href="http://labs.adobe.com/downloads/distributableplayer.html"&gt;어도비 모바일 패키저&lt;/a&gt;로 swf 파일을 cab 파일로 만듭니다. 이때 &lt;a href="http://support.microsoft.com/kb/310618"&gt;MS Cabinet SDK&lt;/a&gt;가 필요합니다. 필요하다면 S60을 위한 SDK도 따로 설치합니다.&lt;/li&gt;

  &lt;li&gt;cab 파일을 만듭니다.&lt;/li&gt;

  &lt;li&gt;&lt;a href="http://labs.adobe.com/downloads/distributableplayer.html"&gt;플래시 라이트 3.1 플레이어&lt;/a&gt;가 윈도우 모바일 기기에 설치되어야 합니다. 나중에는 어플이 실행될때 플레이어가 없으면 자동으로 받게 할 수 있습니다.&lt;/li&gt;

  &lt;li&gt;앞서 만든 cab 파일을 설치합니다.&lt;/li&gt;
&lt;/ul&gt;옴니아에서 테스트를 한번 해보니 잘 동작합니다. 퍼포먼스도 좋고요. 아쉬운점은 한글 입력 -_-; 그리고 아직 디바이스의 카메라와 파일 전송이 지원 안되네요.&lt;br /&gt;</description>
			<category>flash</category>
			<author>Jason B</author>
			<guid>http://asoop.com/4</guid>
			<comments>http://asoop.com/4#entry4comment</comments>
			<pubDate>Tue, 03 Mar 2009 11:51:15 +0900</pubDate>
		</item>
		<item>
			<title>퀵실버에서 구글 사전 검색 - iChat 활용</title>
			<link>http://asoop.com/3</link>
			<description>&lt;p&gt;골빈해커님 블로그에 "&lt;a href="http://hacker.golbin.net/wp/archives/1503" target="_blank"&gt;구글 사전 편하게 쓰기&lt;/a&gt;"란 글에서 en2ko.dict@bot.talk.google.com 을 iChat이나 GTalk에서 사전으로 쓸 수 있다는 정보를 입수! 다음과 같은 애플 스크립트를 짜봤다.&lt;/p&gt;
&lt;p style="margin: 0.0px 0.0px 0.0px 41.6px; text-indent: -41.7px; font: 12.0px Verdana; color: #2900ff"&gt;&lt;b&gt;using terms from&lt;/b&gt; &lt;span style="color: #0000ff"&gt;application&lt;/span&gt; &lt;span style="color: #000000"&gt;"Quicksilver"&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0.0px 0.0px 0.0px 83.2px; text-indent: -83.2px; font: 12.0px Verdana; color: #0000ff"&gt;&lt;span style="color: #2900ff"&gt;&lt;b&gt;on&lt;/b&gt;&lt;/span&gt; process text &lt;span style="color: #408000"&gt;gSearch&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0.0px 0.0px 0.0px 124.8px; text-indent: -124.9px; font: 12.0px Helvetica; min-height: 14.0px"&gt;&lt;/p&gt;
&lt;p style="margin: 0.0px 0.0px 0.0px 124.8px; text-indent: -124.9px; font: 12.0px Verdana; color: #408000"&gt;searchNotify&lt;span style="color: #000000"&gt;(&lt;/span&gt;gSearch&lt;span style="color: #000000"&gt;)&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0.0px 0.0px 0.0px 124.8px; text-indent: -124.9px; font: 12.0px Helvetica; min-height: 14.0px"&gt;&lt;/p&gt;
&lt;p style="margin: 0.0px 0.0px 0.0px 83.2px; text-indent: -83.2px; font: 12.0px Verdana; color: #0000ff"&gt;&lt;span style="color: #2900ff"&gt;&lt;b&gt;end&lt;/b&gt;&lt;/span&gt; process text&lt;/p&gt;
&lt;p style="margin: 0.0px 0.0px 0.0px 41.6px; text-indent: -41.7px; font: 12.0px Verdana; color: #2900ff"&gt;&lt;b&gt;end&lt;/b&gt; &lt;b&gt;using terms from&lt;/b&gt;&lt;/p&gt;
&lt;p style="margin: 0.0px 0.0px 0.0px 41.6px; text-indent: -41.7px; font: 12.0px Helvetica; min-height: 14.0px"&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p style="margin: 0.0px 0.0px 0.0px 41.6px; text-indent: -41.7px; font: 12.0px Verdana; color: #2900ff"&gt;&lt;b&gt;using terms from&lt;/b&gt; &lt;span style="color: #0000ff"&gt;application&lt;/span&gt; &lt;span style="color: #000000"&gt;"iChat"&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0.0px 0.0px 0.0px 83.2px; text-indent: -83.2px; font: 12.0px Verdana; color: #408000"&gt;&lt;span style="color: #2900ff"&gt;&lt;b&gt;on&lt;/b&gt;&lt;/span&gt; searchNotify&lt;span style="color: #000000"&gt;(&lt;/span&gt;gQry&lt;span style="color: #000000"&gt;)&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0.0px 0.0px 0.0px 124.8px; text-indent: -124.9px; font: 12.0px Verdana"&gt;&lt;span style="color: #2900ff"&gt;&lt;b&gt;tell&lt;/b&gt;&lt;/span&gt; &lt;span style="color: #0000ff"&gt;application&lt;/span&gt; "iChat"&lt;/p&gt;
&lt;p style="margin: 0.0px 0.0px 0.0px 166.5px; text-indent: -166.5px; font: 12.0px Verdana"&gt;&lt;span style="color: #0000ff"&gt;send&lt;/span&gt; &lt;span style="color: #408000"&gt;gQry&lt;/span&gt; &lt;span style="color: #0000ff"&gt;to&lt;/span&gt; &lt;span style="color: #0000ff"&gt;buddy&lt;/span&gt; "en2ko.dict@bot.talk.google.com"&lt;/p&gt;
&lt;p style="margin: 0.0px 0.0px 0.0px 166.5px; text-indent: -166.5px; font: 12.0px Verdana; color: #0000ff"&gt;activate&lt;/p&gt;
&lt;p style="margin: 0.0px 0.0px 0.0px 124.8px; text-indent: -124.9px; font: 12.0px Verdana; color: #2900ff"&gt;&lt;b&gt;end&lt;/b&gt; &lt;b&gt;tell&lt;/b&gt;&lt;/p&gt;
&lt;p style="margin: 0.0px 0.0px 0.0px 83.2px; text-indent: -83.2px; font: 12.0px Verdana; color: #408000"&gt;&lt;span style="color: #2900ff"&gt;&lt;b&gt;end&lt;/b&gt;&lt;/span&gt; searchNotify&lt;/p&gt;
&lt;p style="margin: 0.0px 0.0px 0.0px 41.6px; text-indent: -41.7px; font: 12.0px Verdana; color: #2900ff"&gt;&lt;b&gt;end&lt;/b&gt; &lt;b&gt;using terms from&lt;/b&gt;&lt;/p&gt;
&lt;div style="text-indent: -41px;"&gt;
  &lt;br /&gt;
&lt;/div&gt;
&lt;p&gt;요놈을 GoogledicIChat.scpt 란 파일로 아래 폴더에 집어넣고 퀵실버를 실행한 후, 쩜( . )찍고 찾는 단어 입력, Tab누르고 g, i 순서대로 해당 스크립트 찾아서 실행하면 iChat에서 메신저로 구글 사전과 대화할 수 있다~&lt;/p&gt;
&lt;blockquote&gt;
  &lt;p&gt;~username/Library/Application Support/Quicksilver/Actions/&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;img src="http://cfs14.tistory.com/upload_control/download.blog?fhandle=YmxvZzE2ODg4OEBmczE0LnRpc3RvcnkuY29tOi9hdHRhY2gvMC8wLmpwZw%3D%3D" width="360" height="281" alt="screen-capture.jpg" /&gt;&lt;/p&gt;</description>
			<category>AppleScript</category>
			<category>Google</category>
			<category>사전</category>
			<author>Jason B</author>
			<guid>http://asoop.com/3</guid>
			<comments>http://asoop.com/3#entry3comment</comments>
			<pubDate>Fri, 12 Dec 2008 08:01:43 +0900</pubDate>
		</item>
		<item>
			<title>퀵실버에서 구글 사전 검색</title>
			<link>http://asoop.com/2</link>
			<description>&lt;p&gt;퀵실버에서는 애플스크립트를 실행할 수 있는데 최근 텍스트 입력 모드를 활용해서 애플스크립트와 연동하는 것에 재미를 붙였다. 퀵실버와 연동하려면&lt;/p&gt;
&lt;blockquote&gt;
  &lt;p&gt;~username/Library/Application Support/Quicksilver/Actions/&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;폴더에 애플스크립트를 집어넣으면 된다.&lt;/p&gt;
&lt;p&gt;구글에서 사전을 내놨다길래 애플스크립트 공부겸 만들어 봤다. 현재쓰는 브라우저가 OmniWeb이라(사파리보다 빠르더라) 옴니웹으로 실행했는데 원래 open location "사이트URL"이라고 입력하면 디폴트 브라우저가 실행되어야 한다. 근데 이 놈(이벤트)을 퀵실버가 가로채서 Open URL 대화상자를 띄우더라. 그래서 직접 어플리케이션(특정 브라우저)을 컨택해야 원하는 URL로 이동이 가능하다. 요걸 퀵실버의 액션 폴더에 넣고 텍스트 입력 후 실행하면 사전이 깔끔하게 브라우저에 나타난다. 이걸 응용하면 특정 사이트 검색 들을 할 수 있음!&lt;/p&gt;
&lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 41.6px; text-indent: -41.7px; font: 12px Verdana; color: #2900FF;"&gt;&lt;b&gt;using terms from&lt;/b&gt; &lt;span style="color: #0000FF;"&gt;application&lt;/span&gt; &lt;span style="color: #000000;"&gt;"Quicksilver"&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 83.2px; text-indent: -83.2px; font: 12px Verdana; color: #0000FF;"&gt;&lt;span style="color: #2900FF;"&gt;&lt;b&gt;on&lt;/b&gt;&lt;/span&gt; process text &lt;span style="color: #408000;"&gt;gSearch&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 124.8px; text-indent: -124.9px; font: 12px Helvetica; min-height: 14px;"&gt;&lt;/p&gt;
&lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 124.8px; text-indent: -124.9px; font: 12px Verdana; color: #408000;"&gt;searchNotify&lt;span style="color: #000000;"&gt;(&lt;/span&gt;gSearch&lt;span style="color: #000000;"&gt;)&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 124.8px; text-indent: -124.9px; font: 12px Helvetica; min-height: 14px;"&gt;&lt;/p&gt;
&lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 83.2px; text-indent: -83.2px; font: 12px Verdana; color: #0000FF;"&gt;&lt;span style="color: #2900FF;"&gt;&lt;b&gt;end&lt;/b&gt;&lt;/span&gt; process text&lt;/p&gt;
&lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 41.6px; text-indent: -41.7px; font: 12px Verdana; color: #2900FF;"&gt;&lt;b&gt;end&lt;/b&gt; &lt;b&gt;using terms from&lt;/b&gt;&lt;/p&gt;
&lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 41.6px; text-indent: -41.7px; font: 12px Helvetica; min-height: 14px;"&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 41.6px; text-indent: -41.7px; font: 12px Verdana; color: #2900FF;"&gt;&lt;b&gt;using terms from&lt;/b&gt; &lt;span style="color: #0000FF;"&gt;application&lt;/span&gt; &lt;span style="color: #000000;"&gt;"OmniWeb"&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 83.2px; text-indent: -83.2px; font: 12px Verdana; color: #408000;"&gt;&lt;span style="color: #2900FF;"&gt;&lt;b&gt;on&lt;/b&gt;&lt;/span&gt; searchNotify&lt;span style="color: #000000;"&gt;(&lt;/span&gt;gQry&lt;span style="color: #000000;"&gt;)&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 124.8px; text-indent: -124.9px; font: 12px Verdana;"&gt;&lt;span style="color: #2900FF;"&gt;&lt;b&gt;tell&lt;/b&gt;&lt;/span&gt; &lt;span style="color: #0000FF;"&gt;application&lt;/span&gt; "OmniWeb"&lt;/p&gt;
&lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 166.5px; text-indent: -166.5px; font: 12px Verdana; color: #0000FF;"&gt;activate&lt;/p&gt;
&lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 166.5px; text-indent: -166.5px; font: 12px Verdana;"&gt;&lt;span style="color: #2900FF;"&gt;&lt;b&gt;set&lt;/b&gt;&lt;/span&gt; &lt;span style="color: #408000;"&gt;google&lt;/span&gt; &lt;span style="color: #2900FF;"&gt;&lt;b&gt;to&lt;/b&gt;&lt;/span&gt; "http://www.google.co.kr/dictionary?langpair=en%7Cko&amp;amp;hl=ko&amp;amp;aq=f&amp;amp;q="&lt;/p&gt;
&lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 166.5px; text-indent: -166.5px; font: 12px Verdana; color: #408000;"&gt;&lt;span style="color: #0000FF;"&gt;GetURL&lt;/span&gt; google &lt;span style="color: #000000;"&gt;&amp;amp;&lt;/span&gt; gQry&lt;/p&gt;
&lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 124.8px; text-indent: -124.9px; font: 12px Verdana; color: #2900FF;"&gt;&lt;b&gt;end&lt;/b&gt; &lt;b&gt;tell&lt;/b&gt;&lt;/p&gt;
&lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 83.2px; text-indent: -83.2px; font: 12px Verdana; color: #408000;"&gt;&lt;span style="color: #2900FF;"&gt;&lt;b&gt;end&lt;/b&gt;&lt;/span&gt; searchNotify&lt;/p&gt;
&lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 41.6px; text-indent: -41.7px; font: 12px Verdana; color: #2900FF;"&gt;&lt;b&gt;end&lt;/b&gt; &lt;b&gt;using terms from&lt;/b&gt;&lt;/p&gt;</description>
			<category>AppleScript</category>
			<category>applescript</category>
			<category>Google</category>
			<category>QuickSilver</category>
			<category>사전</category>
			<author>Jason B</author>
			<guid>http://asoop.com/2</guid>
			<comments>http://asoop.com/2#entry2comment</comments>
			<pubDate>Wed, 10 Dec 2008 09:00:00 +0900</pubDate>
		</item>
		<item>
			<title>블로그 이전</title>
			<link>http://asoop.com/1</link>
			<description>&lt;p&gt;방치해둔 블로그를 이전했다. 이젠 서버도 없고 기력도 쇠하고 해서 tistory에 기생해야지. 예전 데이터는 &lt;a href="http://feople.wordpress.com/"&gt;http://feople.wordpress.com/&lt;/a&gt;에 백업!&lt;/p&gt;</description>
			<category>asoop</category>
			<category>asoop</category>
			<category>블로그</category>
			<author>Jason B</author>
			<guid>http://asoop.com/1</guid>
			<comments>http://asoop.com/1#entry1comment</comments>
			<pubDate>Wed, 10 Dec 2008 08:04:14 +0900</pubDate>
		</item>
	</channel>
</rss>
