<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title>abcdefghi Jk lmnopqrstuvwxyz</title>
		<link>http://squareliquor.tistory.com/</link>
		<description>Jk++</description>
		<language>ko</language>
		<pubDate>Thu, 27 Oct 2011 12:44:45 +0900</pubDate>
		<generator>Tistory 1.1 (http://www.tistory.com/)</generator>
		<image>
		<title>abcdefghi Jk lmnopqrstuvwxyz</title>
		<url><![CDATA[http://cfile4.uf.tistory.com/image/174AEC254BD9CECA039B6C]]></url>
		<link>http://squareliquor.tistory.com/</link>
		<description>Jk++</description>
		</image>
		<item>
			<title>Max os X Lion에 Oracle 10g 설치 - 결국엔 GG</title>
			<link>http://squareliquor.tistory.com/153</link>
			<description>그 어렵다는 맥에 오라클 설치하기를 용기내서 시도해보았습니다.&lt;br /&gt;
터미널 명령어도 모르고&lt;br /&gt;
vi 에디터도 사용할줄모르는 상태에서 무작정 찾아놓았던 자료들을 보고 도전해보았는데...&lt;br /&gt;
결국엔 포기하고 말았네요.&lt;br /&gt;
&lt;br /&gt;
많은 문제들이 있었는데요.&lt;br /&gt;
1. Lion에서의 자바문제&lt;br /&gt;
2. 자바의 64비트/32비트 문제&lt;br /&gt;
3. Permission 문제&lt;br /&gt;
4. xhost와 DISPLAY의 문제&lt;br /&gt;
5. Segmentation fault: 11의 문제&lt;br /&gt;
&lt;br /&gt;
1, 2, 3, 4의 문제는 엄청난 구글신공을 통해&lt;br /&gt;
되지도 않는 영어까지 해석해가며 해결을 했습니다.&lt;br /&gt;
하지만 5는 아직까지 해결책이 없는것 같아서.&lt;br /&gt;
결국에는 GG를 치게 되었습니다 ㅋ ㅜ.ㅜ&lt;br /&gt;
&lt;br /&gt;
문제에 대한 해결책을 하나 하나 알려드리자면...&lt;br /&gt;
&lt;br /&gt;
&lt;div style=&quot;margin-left: 4em;&quot;&gt;
1. Lion에서의 자바문제&lt;br /&gt;
&lt;/div&gt;
&lt;p style=&quot;margin: 0pt 0pt 0pt 4em;&quot;&gt;&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;a href=&quot;http://cfile29.uf.tistory.com/original/176E5C394EA8BA7607BF91&quot; rel=&quot;lightbox&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://cfile29.uf.tistory.com/image/176E5C394EA8BA7607BF91&quot; alt=&quot;&quot; filemime=&quot;image/jpeg&quot; filename=&quot;Java.022611.003.png&quot; height=&quot;407&quot; width=&quot;700&quot;/&gt;&lt;/a&gt;&lt;/div&gt;&lt;/p&gt;
&lt;div style=&quot;margin-left: 4em;&quot;&gt;
&lt;br /&gt;
Lion에서는 (응용프로그램/유틸리티/)Java 환결설정에서 위에서 처럼 Java 1.6이 아니면 보이지가 않습니다.&lt;br /&gt;
그렇다고 저 상태에서 Java 1.5를 받아서 설치하려고 하면 최신버젼(?)관련 오류를 뱉어내며 설치가 되지 않습니다.&lt;br /&gt;
&lt;br /&gt;
-해결책 : http://www.s-seven.net/java_15_lion&lt;br /&gt;
해당링크의 순서들을 그대로 따라하면 됩니다.&lt;br /&gt;
Java 1.5 pkg파일을 구해서 &lt;a href=&quot;http://www.charlessoft.com/&quot;&gt;Pacifist&lt;/a&gt;라는 프로그램을 통해 /System/Library/Frameworks/JavaVM.framework/Versions 디렉토리에 설치를 해주고 링크를 걸어주고 Java 환결성정창에 보이게 하는 방법까지 나와있습니다.&lt;br /&gt;
&lt;/div&gt;
&lt;p style=&quot;margin: 0pt 0pt 0pt 4em;&quot;&gt;&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;a href=&quot;http://cfile10.uf.tistory.com/original/1835293B4EA8BB8F1260B2&quot; rel=&quot;lightbox&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://cfile10.uf.tistory.com/image/1835293B4EA8BB8F1260B2&quot; alt=&quot;&quot; filemime=&quot;image/jpeg&quot; filename=&quot;02.png&quot; height=&quot;539&quot; width=&quot;700&quot;/&gt;&lt;/a&gt;&lt;/div&gt;&lt;/p&gt;
&lt;div style=&quot;margin-left: 4em;&quot;&gt;
&lt;br /&gt;
이 작업을 완료한 다음 Java 환경설정에 들어가시면 위처럼 Java 1.5가 나오며 이를 드래그로 제일 위로 올려주시면 됩니다.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2. 자바의 64비트/32비트 문제&lt;br /&gt;
일반적인 ./runInstaller 명령어로 설치를 시도하면 자바관련 에러를 뱉어내며 설치 클라이언트가 작동하지않습니다.&lt;br /&gt;
오라클 설치시 32비트 자바를 사용하는데 64비트 사용을 시도하여 오류가 난다고 합니다.&lt;br /&gt;
&lt;br /&gt;
이를 해결하려면 ./runInstaller -J-d32 라는 명령어로 시도하시면 됩니다.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
3. Permission 문제&lt;br /&gt;
&lt;/div&gt;
&lt;div style=&quot;margin-left: 8em;&quot;&gt;
3-1. 일반적인 chmod 777 명령어로 권한을 주어도 실제 디렉토리의 권한을 보면 권한이 주어져있지 않는 경우가 많습니다.&lt;br /&gt;
그리하여 저는 디렉토리를 찾아다니며 전부다 권한을 부여해주었습니다.&lt;br /&gt;
&lt;/div&gt;
&lt;div style=&quot;margin-left: 4em;&quot;&gt;
&lt;/div&gt;
&lt;p style=&quot;margin: 0pt 0pt 0pt 4em;&quot;&gt;&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;a href=&quot;http://cfile9.uf.tistory.com/original/1265E43C4EA8BC89102B54&quot; rel=&quot;lightbox&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://cfile9.uf.tistory.com/image/1265E43C4EA8BC89102B54&quot; alt=&quot;&quot; filemime=&quot;image/jpeg&quot; filename=&quot;03.png&quot; height=&quot;756&quot; width=&quot;514&quot;/&gt;&lt;/a&gt;&lt;/div&gt;&lt;/p&gt;
&lt;div style=&quot;margin-left: 4em;&quot;&gt;
&lt;br /&gt;
오른쪽 하단의 열쇠를 클릭하여 수정이 가능하게 한다음&lt;br /&gt;
왼쪽 하단의 +버튼을 클릭하여 oracle계정을 추가해주고&lt;br /&gt;
권한을 읽기 및 쓰기로 줍니다.&lt;br /&gt;
그리고 이상하게 왼쪽 하단의 *버튼에서 하위항목에 적용을 해줘야 적용이 되더라구요.&lt;br /&gt;
&lt;br /&gt;
&lt;/div&gt;
&lt;div style=&quot;margin-left: 8em;&quot;&gt;
3-2. oracle 계정과 root 계정의 혼돈&lt;br /&gt;
처음에 oracle 계정을 만들고 비밀번호까지 설정을 해주었지만&lt;br /&gt;
su - oracle 명령어를 실행하여 oracle 계정으로 로그인을 시도하면 &lt;br /&gt;
su: sorry를 뱉어내며 로그인이 되지 않습니다.&lt;br /&gt;
&lt;/div&gt;
&lt;div style=&quot;margin-left: 4em;&quot;&gt;
&lt;/div&gt;
&lt;p style=&quot;margin: 0pt 0pt 0pt 4em;&quot;&gt;&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;a href=&quot;http://cfile4.uf.tistory.com/original/197AF7354EA8BD9C1FCB37&quot; rel=&quot;lightbox&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://cfile4.uf.tistory.com/image/197AF7354EA8BD9C1FCB37&quot; alt=&quot;&quot; filemime=&quot;image/jpeg&quot; filename=&quot;04.png&quot; height=&quot;553&quot; width=&quot;700&quot;/&gt;&lt;/a&gt;&lt;/div&gt;&lt;/p&gt;
&lt;div style=&quot;margin-left: 4em;&quot;&gt;
&lt;br /&gt;
&lt;/div&gt;
&lt;div style=&quot;margin-left: 8em;&quot;&gt;
한참을 씨름하다 그냥 시스템 환경설정/사용자 및 그룹에서 오라클계정에 암호를 재설정해주니 로그인이 이상없이 되었습니다.&lt;br /&gt;
&lt;br /&gt;
3-3. hosts 파일, bash_profile 파일을 수정할 때 root권한으로...(?)&lt;br /&gt;
이건 확실하지 않은데 오류로 인해 반복작업을 하다 된것이라...&lt;br /&gt;
그래도 혹시 몰라 올려봅니다.&lt;br /&gt;
위와 같은 설정파일을 수정할때 root 계정으로 로그인해서 수정하거나 sudo 명령어로 수정을 해보시는 것이 한가지 방법이 될 수도 있습니다.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;/div&gt;
&lt;div style=&quot;margin-left: 4em;&quot;&gt;
4. xhost와 DISPLAY의 문제&lt;br /&gt;
저같은 경우는 localhost에서 돌리려고 한것이기 때문에 모든 ip를 127.0.0.1로 적용을 했습니다.&lt;br /&gt;
하지만 ./runInstaller 명령어를 내려도 xhost관련 오류들만 뱉어내더라구요.&lt;br /&gt;
이 문제는 터미널을 root 계정으로 로그인하여&lt;br /&gt;
xhost + localhost 를 실행하면&lt;br /&gt;
잠시후 x11이 뜨고&lt;br /&gt;
그 상태에서 su - oracle로 oracle 계정으로 로그인을 합니다.&lt;br /&gt;
그 다음에 ./runInstaller를 실행하면 되는 문제입니다.&lt;br /&gt;
하지만 3번문제를 해결한 상태라해도 permission오류가 날텐데요.&lt;br /&gt;
그럴때는 맥os를 로그아웃한다음&lt;br /&gt;
oracle계정으로 로그인한다음 4번을 다시 시도해보시면&lt;br /&gt;
드디어 보고 싶었던 설치 클라이언트가 실행될것입니다.&lt;br /&gt;
&lt;br /&gt;
설치 시 윈도우에서와 마찬가지로 여러가지 에러들이 뜰텐데요.&lt;br /&gt;
윈도우에서 처럼 살포시 무시하고 진행하니 잘 설치가 되었습니다.ㅋ&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
해결책을 적어놓았지만 5번의 문제는 아직 해결하지 못했습니다.&lt;br /&gt;
Lion의 운영체제가 64비트라 어쩔수 없다는 글들을 보았는데&lt;br /&gt;
제가 해결책을 발견하지 못한 것일 수도 있는거겠죠^^&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
5. 설치를 다 하고 나면 이제 실행을 시켜봐야하는데...&lt;br /&gt;
리스너도 sqlplus도 실행을 시키면&lt;br /&gt;
Segmentation fault: 11 를 뱉어내며 저를 좌절에 빠트리더라구요.&lt;br /&gt;
찾아봤지만 Lion의 64비트/32비트 문제....&lt;br /&gt;
해결책이 나오면 저도 좀 알려주세요 ㅋㅋㅋ&lt;br /&gt;
&lt;/div&gt;
&lt;div style=&quot;&quot;&gt;
&lt;br /&gt;
마치면서 참고했던 사이트들을 알려드리며...&lt;br /&gt;
&lt;p id=&quot;more153_0&quot; class=&quot;moreless_fold&quot;&gt;&lt;span style=&quot;cursor: pointer;&quot; onclick=&quot;toggleMoreLess(this, &#039;153_0&#039;,&#039;더보기&#039;,&#039;접기&#039;); return false;&quot;&gt;더보기&lt;/span&gt;&lt;/p&gt;&lt;div id=&quot;content153_0&quot; class=&quot;moreless_content&quot; style=&quot;display: none;&quot;&gt;1. 설치전반적인 것들을 알려주는 링크&lt;br /&gt;
&lt;a title=&quot;[http://opensourceforge.tistory.com/376]로 이동합니다.&quot; target=&quot;_blank&quot; href=&quot;http://opensourceforge.tistory.com/376&quot;&gt;http://opensourceforge.tistory.com/376&lt;/a&gt;&lt;br /&gt;
&lt;a title=&quot;[http://jsaver.tistory.com/?_new_tistory=new_blogger]로 이동합니다.&quot; target=&quot;_blank&quot; href=&quot;http://jsaver.tistory.com/?_new_tistory=new_blogger&quot;&gt;http://jsaver.tistory.com/?_new_tistory=new_blogger&lt;/a&gt;&lt;br /&gt;
&lt;a title=&quot;[http://zcode.sunji.net/groups/zcode/wiki/18b51/]로 이동합니다.&quot; target=&quot;_blank&quot; href=&quot;http://zcode.sunji.net/groups/zcode/wiki/18b51/&quot;&gt;http://zcode.sunji.net/groups/zcode/wiki/18b51/&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
2. 에러 관련 링크&lt;br /&gt;
&lt;a title=&quot;[http://rawtilt.tistory.com/150]로 이동합니다.&quot; target=&quot;_blank&quot; href=&quot;http://rawtilt.tistory.com/150&quot;&gt;http://rawtilt.tistory.com/150&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
3. xhost, DISPLAY 관련 링크&lt;br /&gt;
&lt;a title=&quot;[ http://www.itmoa.co.kr/gzboard.php?Page=7&amp;amp;code=techqna&amp;amp;mode=gz_read&amp;amp;no=172]로 이동합니다.&quot; target=&quot;_blank&quot; href=&quot;%20http://www.itmoa.co.kr/gzboard.php?Page=7&amp;amp;code=techqna&amp;amp;mode=gz_read&amp;amp;no=172&quot;&gt;
http://www.itmoa.co.kr/gzboard.php?Page=7&amp;amp;code=techqna&amp;amp;mode=gz_read&amp;amp;no=172&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
4. Java 관련 링크&lt;br /&gt;
&lt;a title=&quot;[http://www.s-seven.net/java_15_lion]로 이동합니다.&quot; target=&quot;_blank&quot; href=&quot;http://www.s-seven.net/java_15_lion&quot;&gt;http://www.s-seven.net/java_15_lion&lt;/a&gt;&lt;br /&gt;
&lt;a title=&quot;[http://jsaver.tistory.com/?_new_tistory=new_blogger]로 이동합니다.&quot; target=&quot;_blank&quot; href=&quot;http://jsaver.tistory.com/?_new_tistory=new_blogger&quot;&gt;http://jsaver.tistory.com/?_new_tistory=new_blogger&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
5. 기타&lt;br /&gt;
hostname 수정 - &lt;a title=&quot;[http://forum.falinux.com/zbxe/?document_srl=536023]로 이동합니다.&quot; target=&quot;_blank&quot; href=&quot;http://forum.falinux.com/zbxe/?document_srl=536023&quot;&gt;http://forum.falinux.com/zbxe/?document_srl=536023&lt;/a&gt;&lt;br /&gt;
VI editor 명령어 - &lt;a title=&quot;[http://manpage.co.kr/senario/viedit.htm]로 이동합니다.&quot; target=&quot;_blank&quot; href=&quot;http://manpage.co.kr/senario/viedit.htm&quot;&gt;http://manpage.co.kr/senario/viedit.htm&lt;/a&gt;&lt;br /&gt;
터미널 명령어 - &lt;a title=&quot;[http://humbroll.springnote.com/pages/525905.xhtml]로 이동합니다.&quot; target=&quot;_blank&quot; href=&quot;http://humbroll.springnote.com/pages/525905.xhtml&quot;&gt;http://humbroll.springnote.com/pages/525905.xhtml&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;/div&gt;&lt;div class=&quot;entry-ccl&quot; style=&quot;clear: both; text-align: right; margin-bottom: 10px&quot;&gt;
	&lt;img id=&quot;ccl-icon-153-0&quot; class=&quot;entry-ccl-by&quot; src=&quot;http://i1.daumcdn.net/cfs.tistory/v/0/static/admin/editor/ccl_black01.png&quot; alt=&quot;저작자 표시&quot;/&gt;
	&lt;img id=&quot;ccl-icon-153-1&quot; class=&quot;entry-ccl-nc&quot; src=&quot;http://i1.daumcdn.net/cfs.tistory/v/0/static/admin/editor/ccl_black02.png&quot; alt=&quot;비영리&quot;/&gt;
	&lt;!--
	&lt;rdf:RDF xmlns=&quot;http://web.resource.org/cc/&quot; xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot; xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot;&gt;
		&lt;Work rdf:about=&quot;&quot;&gt;
			&lt;license rdf:resource=&quot;http://creativecommons.org/licenses/by-nc-fr/2.0/kr/&quot; /&gt;
		&lt;/Work&gt;
		&lt;License rdf:about=&quot;http://creativecommons.org/licenses/by-nc-fr/&quot;&gt;
			&lt;permits rdf:resource=&quot;http://web.resource.org/cc/Reproduction&quot;/&gt;
			&lt;permits rdf:resource=&quot;http://web.resource.org/cc/Distribution&quot;/&gt;
			&lt;requires rdf:resource=&quot;http://web.resource.org/cc/Notice&quot;/&gt;
			&lt;requires rdf:resource=&quot;http://web.resource.org/cc/Attribution&quot;/&gt;
			&lt;prohibits rdf:resource=&quot;http://web.resource.org/cc/CommercialUse&quot;/&gt;
		&lt;/License&gt;
	&lt;/rdf:RDF&gt;
	--&gt;
&lt;/div&gt;
</description>
			<category>Mac++</category>
			<category>java</category>
			<category>Mac OS X Lion</category>
			<category>oracle</category>
			<author>SquareLiquor SquareLiquor</author>
			<guid>http://squareliquor.tistory.com/153</guid>
			<comments>http://squareliquor.tistory.com/153#entry153comment</comments>
			<pubDate>Thu, 27 Oct 2011 11:21:50 +0900</pubDate>
		</item>
		<item>
			<title>프로필 이미지를 바꿨습니다.</title>
			<link>http://squareliquor.tistory.com/152</link>
			<description>후배한테 이야기를 했더니 &lt;br /&gt;
서른이 되는 기념으로 새로 시작하냐는 이야기를 들었네요.&lt;br /&gt;
그냥 의미없이 한건데 ㅋ&lt;br /&gt;
그리고 수정하면서 발견한한가지...&lt;br /&gt;
5년동안 쓰던건데..............&lt;br /&gt;
&lt;br /&gt;
&lt;div style=&quot;border: 1px solid rgb(193, 193, 193); background-color: rgb(238, 238, 238); padding: 10px; text-align: left;&quot; class=&quot;txc-textbox&quot;&gt;
&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;a href=&quot;http://cfile24.uf.tistory.com/original/19262C3B4D17E02230EED1&quot; rel=&quot;lightbox&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://cfile24.uf.tistory.com/image/19262C3B4D17E02230EED1&quot; alt=&quot;&quot; filemime=&quot;image/jpeg&quot; filename=&quot;JK.jpg&quot; height=&quot;49&quot; width=&quot;201&quot;/&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
이것이 기존에 쓰던거예요.&lt;br /&gt;
perugorang이 perugoarng으로 오타가 나있네요.&lt;br /&gt;
이걸 모르고 5년을 썼다니...ㅋ&lt;br /&gt;
&lt;/div&gt;
&lt;br /&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;div style=&quot;border: 3px double rgb(193, 193, 193); background-color: rgb(238, 238, 238); padding: 10px;&quot; class=&quot;txc-textbox&quot;&gt;
그리고 이번에 새로 수정한 것입니다.&lt;br /&gt;
그냥 url글자만 수정습니다.&lt;br /&gt;
&lt;br /&gt;
그리고 폰트는&lt;br /&gt;
url폰트는 기존의 Tahoma 그대로...&lt;br /&gt;
Jk의 폰트는 Verdana -&amp;gt; Myriad입니다.&lt;br /&gt;
&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;a href=&quot;http://cfile10.uf.tistory.com/original/11262C3B4D17E023311A6D&quot; rel=&quot;lightbox&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://cfile10.uf.tistory.com/image/11262C3B4D17E023311A6D&quot; alt=&quot;ver.01&quot; filemime=&quot;&quot; filename=&quot;cfile10.uf@11262C3B4D17E023311A6D.jpg&quot; height=&quot;49&quot; width=&quot;201&quot;/&gt;&lt;/a&gt;&lt;p class=&quot;cap1&quot;&gt;첫번째 버젼입니다.&lt;/p&gt;&lt;/div&gt;&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;a href=&quot;http://cfile24.uf.tistory.com/original/12262C3B4D17E023321813&quot; rel=&quot;lightbox&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://cfile24.uf.tistory.com/image/12262C3B4D17E023321813&quot; alt=&quot;ver.02&quot; filemime=&quot;&quot; filename=&quot;cfile24.uf@12262C3B4D17E023321813.jpg&quot; height=&quot;46&quot; width=&quot;201&quot;/&gt;&lt;/a&gt;&lt;p class=&quot;cap1&quot;&gt;두번째 버젼입니다.&lt;/p&gt;&lt;/div&gt;&lt;br /&gt;
어떤게 더 나은가요??&lt;br /&gt;
&lt;/div&gt;
&lt;br /&gt;
&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;/div&gt;&lt;div class=&quot;entry-ccl&quot; style=&quot;clear: both; text-align: right; margin-bottom: 10px&quot;&gt;
	&lt;img id=&quot;ccl-icon-152-0&quot; class=&quot;entry-ccl-by&quot; src=&quot;http://i1.daumcdn.net/cfs.tistory/v/0/static/admin/editor/ccl_black01.png&quot; alt=&quot;저작자 표시&quot;/&gt;
	&lt;img id=&quot;ccl-icon-152-1&quot; class=&quot;entry-ccl-nc&quot; src=&quot;http://i1.daumcdn.net/cfs.tistory/v/0/static/admin/editor/ccl_black02.png&quot; alt=&quot;비영리&quot;/&gt;
	&lt;!--
	&lt;rdf:RDF xmlns=&quot;http://web.resource.org/cc/&quot; xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot; xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot;&gt;
		&lt;Work rdf:about=&quot;&quot;&gt;
			&lt;license rdf:resource=&quot;http://creativecommons.org/licenses/by-nc-fr/2.0/kr/&quot; /&gt;
		&lt;/Work&gt;
		&lt;License rdf:about=&quot;http://creativecommons.org/licenses/by-nc-fr/&quot;&gt;
			&lt;permits rdf:resource=&quot;http://web.resource.org/cc/Reproduction&quot;/&gt;
			&lt;permits rdf:resource=&quot;http://web.resource.org/cc/Distribution&quot;/&gt;
			&lt;requires rdf:resource=&quot;http://web.resource.org/cc/Notice&quot;/&gt;
			&lt;requires rdf:resource=&quot;http://web.resource.org/cc/Attribution&quot;/&gt;
			&lt;prohibits rdf:resource=&quot;http://web.resource.org/cc/CommercialUse&quot;/&gt;
		&lt;/License&gt;
	&lt;/rdf:RDF&gt;
	--&gt;
&lt;/div&gt;
</description>
			<category>Jk++</category>
			<author>SquareLiquor SquareLiquor</author>
			<guid>http://squareliquor.tistory.com/152</guid>
			<comments>http://squareliquor.tistory.com/152#entry152comment</comments>
			<pubDate>Mon, 27 Dec 2010 09:27:43 +0900</pubDate>
		</item>
		<item>
			<title>Twitter banner를 달았습니다.</title>
			<link>http://squareliquor.tistory.com/151</link>
			<description>우훗~!&lt;br /&gt;
되게 쉽네요.&lt;br /&gt;
&lt;br /&gt;http://www.go2web20.net/twitterFollowBadge/&lt;br /&gt;
&lt;br /&gt;위 링크로 가셔서 &lt;br /&gt;
시키는 데로 적어놓고&lt;br /&gt;
블로그의 html소스중에&lt;br /&gt;
&amp;lt;body&amp;gt;&lt;br /&gt;
&amp;lt;/body&amp;gt;&lt;br /&gt;
속 아무곳에나 넣으면 됩니다.&lt;br /&gt;&lt;div class=&quot;entry-ccl&quot; style=&quot;clear: both; text-align: right; margin-bottom: 10px&quot;&gt;
	&lt;img id=&quot;ccl-icon-151-0&quot; class=&quot;entry-ccl-by&quot; src=&quot;http://i1.daumcdn.net/cfs.tistory/v/0/static/admin/editor/ccl_black01.png&quot; alt=&quot;저작자 표시&quot;/&gt;
	&lt;img id=&quot;ccl-icon-151-1&quot; class=&quot;entry-ccl-nc&quot; src=&quot;http://i1.daumcdn.net/cfs.tistory/v/0/static/admin/editor/ccl_black02.png&quot; alt=&quot;비영리&quot;/&gt;
	&lt;!--
	&lt;rdf:RDF xmlns=&quot;http://web.resource.org/cc/&quot; xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot; xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot;&gt;
		&lt;Work rdf:about=&quot;&quot;&gt;
			&lt;license rdf:resource=&quot;http://creativecommons.org/licenses/by-nc-fr/2.0/kr/&quot; /&gt;
		&lt;/Work&gt;
		&lt;License rdf:about=&quot;http://creativecommons.org/licenses/by-nc-fr/&quot;&gt;
			&lt;permits rdf:resource=&quot;http://web.resource.org/cc/Reproduction&quot;/&gt;
			&lt;permits rdf:resource=&quot;http://web.resource.org/cc/Distribution&quot;/&gt;
			&lt;requires rdf:resource=&quot;http://web.resource.org/cc/Notice&quot;/&gt;
			&lt;requires rdf:resource=&quot;http://web.resource.org/cc/Attribution&quot;/&gt;
			&lt;prohibits rdf:resource=&quot;http://web.resource.org/cc/CommercialUse&quot;/&gt;
		&lt;/License&gt;
	&lt;/rdf:RDF&gt;
	--&gt;
&lt;/div&gt;
</description>
			<category>Jk++</category>
			<category>Twitter banner</category>
			<author>SquareLiquor SquareLiquor</author>
			<guid>http://squareliquor.tistory.com/151</guid>
			<comments>http://squareliquor.tistory.com/151#entry151comment</comments>
			<pubDate>Thu, 25 Nov 2010 09:30:14 +0900</pubDate>
		</item>
		<item>
			<title>맥북 팜레스트 교체 후기~!</title>
			<link>http://squareliquor.tistory.com/150</link>
			<description>제 맥북(MB881)은 흔히 말하는 흰둥이입니다.&lt;div&gt;
고질적인 문제인 팜레스트 크랙이 있는 모델이죠.&lt;/div&gt;
&lt;div&gt;
저에게도 1년 반정도 지난 시점에서 크랙이 생기더군요.&lt;/div&gt;
&lt;div&gt;
귀찮아서 미루다가 회사에서 파견을 나갔는데&lt;/div&gt;
&lt;div&gt;
마침 코엑스랑 5분거리라 aSHOP에 AS를 맡겼습니다.&lt;/div&gt;
&lt;div&gt;
원래 무상수리(하판교체)가 원칙이지만&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
애플케어를 가입해놓지 않아서 혹시나 했습니다.&lt;/div&gt;
&lt;div&gt;
그래서 물어보니 당연하다는듯이 &#039;무료입니다&#039;라고 하시더라구요 ㅋ&lt;/div&gt;
&lt;div&gt;
흰둥이 사용자분들 겁내지 마세요~!&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;
&lt;/div&gt;
&lt;div&gt;
그리고 희한한건 상판도 교체를 해주더라구요. ㅎㅎㅎ&lt;/div&gt;
&lt;div&gt;
(하판, 상판 모두 안쪽만 교체입니다. 외부쪽은 그대로입니다^^)&lt;/div&gt;
&lt;div&gt;
게다가 얼룩덜룩하고...&lt;/div&gt;
&lt;div&gt;
제가 모르고 키보드 청소한답시고 뺏다가 잘 안눌러지는 방향키를 가지고 있던 키보드도 교체 되었습니다.&lt;/div&gt;
&lt;div&gt;
블링블링~!~!&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;a href=&quot;http://cfile3.uf.tistory.com/original/203609114C59545F6F21F1&quot; rel=&quot;lightbox&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://cfile3.uf.tistory.com/image/203609114C59545F6F21F1&quot; alt=&quot;&quot; filemime=&quot;&quot; filename=&quot;cfile3.uf@203609114C59545F6F21F1.jpg&quot; height=&quot;525&quot; width=&quot;700&quot;/&gt;&lt;/a&gt;&lt;p class=&quot;cap1&quot;&gt;교체된 상,하판의 모습입니다.&lt;/p&gt;&lt;/div&gt;&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;a href=&quot;http://cfile7.uf.tistory.com/original/193609114C59546170107B&quot; rel=&quot;lightbox&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://cfile7.uf.tistory.com/image/193609114C59546170107B&quot; alt=&quot;&quot; filemime=&quot;&quot; filename=&quot;cfile7.uf@193609114C59546170107B.jpg&quot; height=&quot;525&quot; width=&quot;700&quot;/&gt;&lt;/a&gt;&lt;p class=&quot;cap1&quot;&gt;하판 클로즈업.
크랙이 있었던 자리입니다.&lt;/p&gt;&lt;/div&gt;&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;a href=&quot;http://cfile22.uf.tistory.com/original/123609114C595463712635&quot; rel=&quot;lightbox&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://cfile22.uf.tistory.com/image/123609114C595463712635&quot; alt=&quot;&quot; filemime=&quot;&quot; filename=&quot;cfile22.uf@123609114C595463712635.jpg&quot; height=&quot;525&quot; width=&quot;700&quot;/&gt;&lt;/a&gt;&lt;p class=&quot;cap1&quot;&gt;깨끗해진 키보드!!
이게 제일 기분 좋네요^^&lt;/p&gt;&lt;/div&gt;&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;a href=&quot;http://cfile7.uf.tistory.com/original/183609114C595468728BE2&quot; rel=&quot;lightbox&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://cfile7.uf.tistory.com/image/183609114C595468728BE2&quot; alt=&quot;&quot; filemime=&quot;&quot; filename=&quot;cfile7.uf@183609114C595468728BE2.jpg&quot; height=&quot;525&quot; width=&quot;700&quot;/&gt;&lt;/a&gt;&lt;p class=&quot;cap1&quot;&gt;상판 교체!&lt;/p&gt;&lt;/div&gt;&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;a href=&quot;http://cfile9.uf.tistory.com/original/183609114C59546A7338D9&quot; rel=&quot;lightbox&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://cfile9.uf.tistory.com/image/183609114C59546A7338D9&quot; alt=&quot;&quot; filemime=&quot;&quot; filename=&quot;cfile9.uf@183609114C59546A7338D9.jpg&quot; height=&quot;525&quot; width=&quot;700&quot;/&gt;&lt;/a&gt;&lt;p class=&quot;cap1&quot;&gt;보너스 얼마전에 지른 매직마우스!!&lt;/p&gt;&lt;/div&gt;&lt;br /&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;
&lt;/div&gt;
&lt;div&gt;
이렇게 제 맥북이 새롭게 태어났네요 ㅋ&lt;/div&gt;
&lt;div&gt;
하드도 교체하려고 주문해놨고 이번주안에 도착할듯 합니다.&lt;/div&gt;
&lt;div&gt;
진정 새롭게 시작하는 제 맥북 기대하세요 ㅋ&lt;/div&gt;
&lt;div&gt;
&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
+매직마우스 후기는 따로 올리겠습니다.&lt;/div&gt;
&lt;div&gt;+집이 어두워서 그런지 하얀 간지가 제대로 안나왔네요;;&lt;/div&gt;
&lt;div&gt;+팜레스트 보호필름이 없었는데 as갔다오더니 이상한 필름을 붙혀왔네요 ㅋ&lt;/div&gt;
&lt;div&gt;이거 그냥 써야겠어요 ㅋㅋ&lt;/div&gt;&lt;div class=&quot;entry-ccl&quot; style=&quot;clear: both; text-align: right; margin-bottom: 10px&quot;&gt;
	&lt;img id=&quot;ccl-icon-150-0&quot; class=&quot;entry-ccl-by&quot; src=&quot;http://i1.daumcdn.net/cfs.tistory/v/0/static/admin/editor/ccl_black01.png&quot; alt=&quot;저작자 표시&quot;/&gt;
	&lt;img id=&quot;ccl-icon-150-1&quot; class=&quot;entry-ccl-nc&quot; src=&quot;http://i1.daumcdn.net/cfs.tistory/v/0/static/admin/editor/ccl_black02.png&quot; alt=&quot;비영리&quot;/&gt;
	&lt;!--
	&lt;rdf:RDF xmlns=&quot;http://web.resource.org/cc/&quot; xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot; xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot;&gt;
		&lt;Work rdf:about=&quot;&quot;&gt;
			&lt;license rdf:resource=&quot;http://creativecommons.org/licenses/by-nc-fr/2.0/kr/&quot; /&gt;
		&lt;/Work&gt;
		&lt;License rdf:about=&quot;http://creativecommons.org/licenses/by-nc-fr/&quot;&gt;
			&lt;permits rdf:resource=&quot;http://web.resource.org/cc/Reproduction&quot;/&gt;
			&lt;permits rdf:resource=&quot;http://web.resource.org/cc/Distribution&quot;/&gt;
			&lt;requires rdf:resource=&quot;http://web.resource.org/cc/Notice&quot;/&gt;
			&lt;requires rdf:resource=&quot;http://web.resource.org/cc/Attribution&quot;/&gt;
			&lt;prohibits rdf:resource=&quot;http://web.resource.org/cc/CommercialUse&quot;/&gt;
		&lt;/License&gt;
	&lt;/rdf:RDF&gt;
	--&gt;
&lt;/div&gt;
</description>
			<category>Mac++</category>
			<category>apple as</category>
			<category>AS</category>
			<category>MacBook</category>
			<category>MAGICMOUSE</category>
			<category>매직마우스</category>
			<category>맥북</category>
			<category>팜레스트 크랙</category>
			<category>흰둥이</category>
			<author>SquareLiquor SquareLiquor</author>
			<guid>http://squareliquor.tistory.com/150</guid>
			<comments>http://squareliquor.tistory.com/150#entry150comment</comments>
			<pubDate>Wed, 04 Aug 2010 20:55:27 +0900</pubDate>
		</item>
		<item>
			<title>Mac os X-Leopard 인트로 영상 다시보기!!</title>
			<link>http://squareliquor.tistory.com/149</link>
			<description>&lt;div&gt;
&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;a href=&quot;http://cfile23.uf.tistory.com/original/202E88214BE12D831EF0CE&quot; rel=&quot;lightbox&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://cfile23.uf.tistory.com/image/202E88214BE12D831EF0CE&quot; alt=&quot;&quot; filemime=&quot;image/jpeg&quot; filename=&quot;Welcome.png&quot; height=&quot;438&quot; width=&quot;700&quot;/&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
&lt;/div&gt;
맥을 사용하시는 많은 분들이&amp;nbsp;&lt;div&gt;
맥을 처음 킬 때 나오는 &#039;환영합니다&#039; 영상에 감동의 눈물을 흘리곤 하죠^^&lt;/div&gt;
&lt;div&gt;
그리고 다시 보고 싶어도 방법을 몰라 해매는 분들이 많은 걸로 알고 있습니다.&lt;/div&gt;
&lt;div&gt;
그래서 다시 보는 방법!!을 알려드리려합니다.&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;font class=&quot;Apple-style-span&quot; color=&quot;#E31600&quot;&gt;+네이버 카페&lt;/font&gt; &lt;a href=&quot;http://cafe.naver.com/inmacbook.cafe&quot; target=&quot;_blank&quot; title=&quot;[http://cafe.naver.com/inmacbook.cafe]로 이동합니다.&quot;&gt;맥쓰사&lt;/a&gt;&lt;font class=&quot;Apple-style-span&quot; color=&quot;#E31600&quot;&gt;에서 알아낸 방법을 재구성하였습니다!&lt;/font&gt;&lt;/div&gt;
&lt;div&gt;
&lt;div&gt;
&lt;br /&gt;
&lt;/div&gt;
&lt;div&gt;
-먼저 영상이 있는 곳으로 가보겠습니다.
&lt;/div&gt;
&lt;div&gt;
Finder를 켜시구요.&lt;/div&gt;
&lt;div&gt;
&lt;b&gt;System/Library/CoreServices&lt;/b&gt;에서 &lt;b&gt;설정 지원&lt;/b&gt;을 찾습니다.&lt;/div&gt;
&lt;div&gt;
그리고 마우스 우클릭으로 &lt;b&gt;&#039;패키지 내용보기&#039;&lt;/b&gt;를 클릭합니다.&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;a href=&quot;http://cfile2.uf.tistory.com/original/14474C1E4BE12FF1358740&quot; rel=&quot;lightbox&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://cfile2.uf.tistory.com/image/14474C1E4BE12FF1358740&quot; alt=&quot;&quot; filemime=&quot;image/jpeg&quot; filename=&quot;01.png&quot; height=&quot;435&quot; width=&quot;700&quot;/&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;
&lt;/div&gt;
&lt;div&gt;
그 다음 &lt;b&gt;Contents/Resouces&lt;/b&gt;에서 &lt;b&gt;TransitionSection.bundle&lt;/b&gt;을 찾습니다.&lt;/div&gt;
&lt;div&gt;
역시 마우스 우클릭으로&lt;b&gt; &#039;패키지 내용보기&#039;&lt;/b&gt;를 클릭합니다.&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;a href=&quot;http://cfile5.uf.tistory.com/original/2020301A4BE12FFC27D11F&quot; rel=&quot;lightbox&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://cfile5.uf.tistory.com/image/2020301A4BE12FFC27D11F&quot; alt=&quot;&quot; filemime=&quot;image/jpeg&quot; filename=&quot;02.png&quot; height=&quot;435&quot; width=&quot;700&quot;/&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;
&lt;/div&gt;
&lt;div&gt;
그 다음 &lt;b&gt;Contents/Resouces&lt;/b&gt;로 들어가시면 반가운 파일이 있을겁니다.&lt;/div&gt;
&lt;div&gt;
바로 &lt;font class=&quot;Apple-style-span&quot; color=&quot;#E31600&quot;&gt;intro.mov&lt;/font&gt;와 &lt;font class=&quot;Apple-style-span&quot; color=&quot;#E31600&quot;&gt;intro-sound.mp3&lt;/font&gt;죠.&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;a href=&quot;http://cfile30.uf.tistory.com/original/191CF61A4BE130073AC3CA&quot; rel=&quot;lightbox&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://cfile30.uf.tistory.com/image/191CF61A4BE130073AC3CA&quot; alt=&quot;&quot; filemime=&quot;image/jpeg&quot; filename=&quot;03.png&quot; height=&quot;435&quot; width=&quot;700&quot;/&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;font class=&quot;Apple-style-span&quot; color=&quot;#000000&quot;&gt;하지만 반가운 마음에 intro.mov를 실행시켜도 소리가 나오지 않을겁니다.&lt;/font&gt;&lt;/div&gt;
&lt;div&gt;
&lt;font class=&quot;Apple-style-span&quot; color=&quot;#000000&quot;&gt;하지만 iMovie를 이용해 mov파일과 mp3파일을 합쳐주시면 됩니다.&lt;/font&gt;&lt;/div&gt;
&lt;div&gt;
&lt;font class=&quot;Apple-style-span&quot; color=&quot;#000000&quot;&gt;겁먹지 마세요. 아주 간단합니다!&lt;/font&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div&gt;
&lt;hr style=&quot;height: 1px; border-top-width: 1px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-color: black; border-right-color: black; border-bottom-color: black; border-left-color: black; display: block; &quot;&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;
&lt;/div&gt;
찾기 쉽게 두 파일을 바탕화면으로 복사해놓고...&lt;br /&gt;
자! 이제 iMovie를 실행합니다.&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;
&lt;/div&gt;
&lt;div&gt;
먼저 intro.mov파일을 가져옵니다.&lt;/div&gt;
&lt;div&gt;
&lt;b&gt;파일-&amp;gt;가져오기-&amp;gt;동영상...&lt;/b&gt; 순으로 클릭!&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;a href=&quot;http://cfile4.uf.tistory.com/original/192A98174BE131BE814966&quot; rel=&quot;lightbox&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://cfile4.uf.tistory.com/image/192A98174BE131BE814966&quot; alt=&quot;&quot; filemime=&quot;image/jpeg&quot; filename=&quot;iMovie01.png&quot; height=&quot;438&quot; width=&quot;700&quot;/&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
&lt;/div&gt;
&lt;div&gt;
가져온 영상을 프로젝트 보관함으로 넣습니다.&lt;/div&gt;
&lt;div&gt;
&lt;b&gt;새로운 이벤트에 있는 영상을 cmd+a로 전체선택한 후 드래그&lt;/b&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;a href=&quot;http://cfile7.uf.tistory.com/original/17446D224BE132572A832A&quot; rel=&quot;lightbox&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://cfile7.uf.tistory.com/image/17446D224BE132572A832A&quot; alt=&quot;&quot; filemime=&quot;image/jpeg&quot; filename=&quot;iMovie02.png&quot; height=&quot;438&quot; width=&quot;700&quot;/&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;b&gt;intro-sound.mp3파일을 프로젝트 보관함으로 드래그&lt;/b&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;a href=&quot;http://cfile22.uf.tistory.com/original/193BD5224BE1327F3C865A&quot; rel=&quot;lightbox&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://cfile22.uf.tistory.com/image/193BD5224BE1327F3C865A&quot; alt=&quot;&quot; filemime=&quot;image/jpeg&quot; filename=&quot;iMovie03.png&quot; height=&quot;438&quot; width=&quot;700&quot;/&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
&lt;/div&gt;
&lt;div&gt;
이것으로 mov파일과 mp3파일을 합치는 작업이 모두 끝났습니다.&lt;/div&gt;
&lt;div&gt;
공유 탭을 클릭하여 동영상으로 내보내기나 YouTube로 바로 올릴 수도 있습니다.&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;
&lt;/div&gt;
&lt;div&gt;
마지막으로 영상을 감상하시면서 끝!!&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;object width=&quot;640&quot; height=&quot;385&quot;&gt;&lt;param name=&quot;movie&quot; value=&quot;http://www.youtube.com/v/2HE6ig8ERq4&amp;amp;hl=ko_KR&amp;amp;fs=1&amp;amp;&quot;&gt;&lt;/param&gt;&lt;param name=&quot;allowFullScreen&quot; value=&quot;true&quot;&gt;&lt;/param&gt;&lt;param name=&quot;allowscriptaccess&quot; value=&quot;always&quot;&gt;&lt;/param&gt;&lt;embed src=&quot;http://www.youtube.com/v/2HE6ig8ERq4&amp;amp;hl=ko_KR&amp;amp;fs=1&amp;amp;&quot; type=&quot;application/x-shockwave-flash&quot; allowscriptaccess=&quot;always&quot; allowfullscreen=&quot;true&quot; width=&quot;640&quot; height=&quot;385&quot;&gt;&lt;/embed&gt;&lt;/object&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;div class=&quot;entry-ccl&quot; style=&quot;clear: both; text-align: right; margin-bottom: 10px&quot;&gt;
	&lt;img id=&quot;ccl-icon-149-0&quot; class=&quot;entry-ccl-by&quot; src=&quot;http://i1.daumcdn.net/cfs.tistory/v/0/static/admin/editor/ccl_black01.png&quot; alt=&quot;저작자 표시&quot;/&gt;
	&lt;img id=&quot;ccl-icon-149-1&quot; class=&quot;entry-ccl-nc&quot; src=&quot;http://i1.daumcdn.net/cfs.tistory/v/0/static/admin/editor/ccl_black02.png&quot; alt=&quot;비영리&quot;/&gt;
	&lt;!--
	&lt;rdf:RDF xmlns=&quot;http://web.resource.org/cc/&quot; xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot; xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot;&gt;
		&lt;Work rdf:about=&quot;&quot;&gt;
			&lt;license rdf:resource=&quot;http://creativecommons.org/licenses/by-nc-fr/2.0/kr/&quot; /&gt;
		&lt;/Work&gt;
		&lt;License rdf:about=&quot;http://creativecommons.org/licenses/by-nc-fr/&quot;&gt;
			&lt;permits rdf:resource=&quot;http://web.resource.org/cc/Reproduction&quot;/&gt;
			&lt;permits rdf:resource=&quot;http://web.resource.org/cc/Distribution&quot;/&gt;
			&lt;requires rdf:resource=&quot;http://web.resource.org/cc/Notice&quot;/&gt;
			&lt;requires rdf:resource=&quot;http://web.resource.org/cc/Attribution&quot;/&gt;
			&lt;prohibits rdf:resource=&quot;http://web.resource.org/cc/CommercialUse&quot;/&gt;
		&lt;/License&gt;
	&lt;/rdf:RDF&gt;
	--&gt;
&lt;/div&gt;
</description>
			<category>Mac++</category>
			<category>iMovie</category>
			<category>leopard</category>
			<category>Mac OS X</category>
			<category>Welcome</category>
			<author>SquareLiquor SquareLiquor</author>
			<guid>http://squareliquor.tistory.com/149</guid>
			<comments>http://squareliquor.tistory.com/149#entry149comment</comments>
			<pubDate>Wed, 05 May 2010 17:36:45 +0900</pubDate>
		</item>
		<item>
			<title>블로그, 트위터 아이디를 바꾸었습니다.</title>
			<link>http://squareliquor.tistory.com/148</link>
			<description>블로그 : http://Perugorang.tistory.com -&amp;gt; &lt;a href=&quot;http://SquareLiquor.tistory.com&quot; target=&quot;_blank&quot; title=&quot;[http://SquareLiquor.tistory.com]로 이동합니다.&quot;&gt;http://SquareLiquor.tistory.com&lt;/a&gt;&lt;div&gt;
트위터 : http://www.twitter.com/Perugorang -&amp;gt; &lt;a href=&quot;http://www.twitter.com/SquareLiquor&quot; target=&quot;_blank&quot; title=&quot;[http://www.twitter.com/SquareLiquor]로 이동합니다.&quot;&gt;http://www.twitter.com/SquareLiquor&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;
&lt;/div&gt;
&lt;div&gt;
아무도 신경안쓰는 저의 아이디이지만 ㅋ&lt;/div&gt;
&lt;div&gt;
바꾸어보았습니다.&lt;/div&gt;
&lt;div&gt;
신중해야할 아이디 교체이지만&lt;/div&gt;
&lt;div&gt;
누군가 더 알기전에 바꾸어야겠다는 생각에 그만;;&lt;/div&gt;
&lt;div&gt;
ㅋㅋㅋ&lt;/div&gt;
&lt;div&gt;
새 아이디 어떤가요??&lt;/div&gt;
&lt;div&gt;
허세의 향이 풀풀 풍기지 않나요??^^&lt;/div&gt;&lt;div class=&quot;entry-ccl&quot; style=&quot;clear: both; text-align: right; margin-bottom: 10px&quot;&gt;
	&lt;img id=&quot;ccl-icon-148-0&quot; class=&quot;entry-ccl-by&quot; src=&quot;http://i1.daumcdn.net/cfs.tistory/v/0/static/admin/editor/ccl_black01.png&quot; alt=&quot;저작자 표시&quot;/&gt;
	&lt;img id=&quot;ccl-icon-148-1&quot; class=&quot;entry-ccl-nc&quot; src=&quot;http://i1.daumcdn.net/cfs.tistory/v/0/static/admin/editor/ccl_black02.png&quot; alt=&quot;비영리&quot;/&gt;
	&lt;!--
	&lt;rdf:RDF xmlns=&quot;http://web.resource.org/cc/&quot; xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot; xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot;&gt;
		&lt;Work rdf:about=&quot;&quot;&gt;
			&lt;license rdf:resource=&quot;http://creativecommons.org/licenses/by-nc-fr/2.0/kr/&quot; /&gt;
		&lt;/Work&gt;
		&lt;License rdf:about=&quot;http://creativecommons.org/licenses/by-nc-fr/&quot;&gt;
			&lt;permits rdf:resource=&quot;http://web.resource.org/cc/Reproduction&quot;/&gt;
			&lt;permits rdf:resource=&quot;http://web.resource.org/cc/Distribution&quot;/&gt;
			&lt;requires rdf:resource=&quot;http://web.resource.org/cc/Notice&quot;/&gt;
			&lt;requires rdf:resource=&quot;http://web.resource.org/cc/Attribution&quot;/&gt;
			&lt;prohibits rdf:resource=&quot;http://web.resource.org/cc/CommercialUse&quot;/&gt;
		&lt;/License&gt;
	&lt;/rdf:RDF&gt;
	--&gt;
&lt;/div&gt;
</description>
			<category>Jk++</category>
			<author>SquareLiquor SquareLiquor</author>
			<guid>http://squareliquor.tistory.com/148</guid>
			<comments>http://squareliquor.tistory.com/148#entry148comment</comments>
			<pubDate>Fri, 30 Apr 2010 04:03:57 +0900</pubDate>
		</item>
		<item>
			<title>드디어 iPhoto와 iPhone 연동에 성공했습니다.</title>
			<link>http://squareliquor.tistory.com/147</link>
			<description>&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;div class=&quot;imageblock dual&quot; style=&quot;text-align: center;&quot;&gt;&lt;table cellspacing=&quot;5&quot; cellpadding=&quot;0&quot; border=&quot;0&quot; style=&quot;margin: 0 auto;&quot;&gt;&lt;tr&gt;&lt;td&gt;&lt;a href=&quot;http://cfile6.uf.tistory.com/original/113701284BD93D1A180BA3&quot; rel=&quot;lightbox&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://cfile6.uf.tistory.com/image/113701284BD93D1A180BA3&quot; alt=&quot;&quot; height=&quot;219&quot; width=&quot;300&quot;/&gt;&lt;/a&gt;&lt;p class=&quot;cap1&quot;&gt;초기화 전의 iPhoto입니다.
iPhone이 없죠.&lt;/p&gt;&lt;/td&gt;&lt;td&gt;&lt;a href=&quot;http://cfile25.uf.tistory.com/original/18384A284BD93D231A56A1&quot; rel=&quot;lightbox&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://cfile25.uf.tistory.com/image/18384A284BD93D231A56A1&quot; alt=&quot;&quot; height=&quot;219&quot; width=&quot;300&quot;/&gt;&lt;/a&gt;&lt;p class=&quot;cap1&quot;&gt;초기화 후의 iPhoto입니다.
iPhone이 생겼네요.
감격 ㅜ.ㅜ&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/div&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;
&lt;/div&gt;
&lt;div&gt;
iPhone을 산 후로 맥북을 씀에도 불구하고&lt;/div&gt;
&lt;div&gt;
iPhoto와 연동이 되지 않아 사진을 가져올 때 윈도우로 부팅하는 엄청난 수고가 있었습니다.&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;
&lt;/div&gt;
&lt;div&gt;
흔히 알려진 방법들이 많지요.&lt;/div&gt;
&lt;div&gt;
1. 사파리와 메일에서 다운받은 이미지를 지워라.&lt;/div&gt;
&lt;div&gt;
-사파리 캐쉬와 쿠기 지우기, 받은 메일 전부다 지우기, 카메라롤 전부 비우기를 해도 안되었습니다.&lt;/div&gt;
&lt;div&gt;
2. 어플?&lt;/div&gt;
&lt;div&gt;
-혹시 어플에서 사용하는 캐쉬나 이미지때문인가 싶어서 어플마다 다 확인을 하며 지웠습니다.&lt;/div&gt;
&lt;div&gt;
안됩니다.&lt;/div&gt;
&lt;div&gt;
3. 초기화 후 복원&lt;/div&gt;
&lt;div&gt;
-초기화를 했을때는 iPhoto에 iPhone이 떠서 좋아라하며 복원을 하였지요.&lt;/div&gt;
&lt;div&gt;
복원 후 또 다시 iPhoto에서 iPhone을 찾아볼 수 없었습니다.&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;
&lt;/div&gt;
&lt;div&gt;
그래서 최우의 보루로...&lt;/div&gt;
&lt;div&gt;
미친척하고 선택한 방법이 성공했네요.&lt;/div&gt;
&lt;div&gt;
iPhone 초기화를 한 후!&lt;/div&gt;
&lt;div&gt;
복원이 아닌 하나 하나 직접 다시 설치를 해주었습니다.&lt;/div&gt;
&lt;div&gt;
(iPhone을 초기화 하여도 iTunes에는 동기화했었던 정보들이 남아있네요.)&lt;/div&gt;
&lt;div&gt;
-연락처 및 iCal는 동기화 해도 아무 문제가 없었습니다.&lt;/div&gt;
&lt;div&gt;
-노래 및 동영상, Podcast는 직접 넣어주었습니다. (원래 수동으로 관리했습니다.)&lt;/div&gt;
&lt;div&gt;
-&lt;font class=&quot;Apple-style-span&quot; color=&quot;#E31600&quot;&gt;어플&lt;/font&gt;!! 아무래도 이놈이 의심쩍었는데 관리도 할겸 필요없는거 다 빼고 다시 넣어주었습니다.&lt;/div&gt;
&lt;div&gt;
&amp;nbsp;초기화를 해서 그런지 모든 설정들이 초기화되어있네요.&lt;/div&gt;
&lt;div&gt;
&amp;nbsp;다시 설정을 잡아주어도 정상적으로 iPhoto가 작동하네요.&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;
&lt;/div&gt;
&lt;div&gt;
아이폰 산지 4~5달이 되었지만 iPhoto를 사용하지 못해서 짜증이 났었는데 이번에 해결을 했네요.&lt;/div&gt;
&lt;div&gt;
안되시는 분들 한번 시도해보세요.&lt;/div&gt;
&lt;div&gt;
시간도 걸리고 짜증 나지만 iPhoto를 써야겠다! 하시는 분들만요^^&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;/div&gt;
&lt;p id=&quot;more147_0&quot; class=&quot;moreless_fold&quot;&gt;&lt;span style=&quot;cursor: pointer;&quot; onclick=&quot;toggleMoreLess(this, &#039;147_0&#039;,&#039;4.0 업글 절대 하지 마세요!!!&#039;,&#039;피봅니다..ㅜ.ㅜ&#039;); return false;&quot;&gt;4.0 업글 절대 하지 마세요!!!&lt;/span&gt;&lt;/p&gt;&lt;div id=&quot;content147_0&quot; class=&quot;moreless_content&quot; style=&quot;display: none;&quot;&gt;&lt;div&gt;
+4.0으로 업글을 했다가 다시 3.1.3으로 내려왔습니다.&lt;/div&gt;
&lt;div&gt;
이렇게 한번 작업한 아이폰은 절대 완전한 3.1.3이 될 수 없다고 합니다.&lt;/div&gt;
&lt;div&gt;
그래서 초기화나 복원을 할때도 1015에러가 뜹니다.&lt;/div&gt;
&lt;div&gt;
iRecovery를 이용해서 복원해주어야한다는 말이죠.&lt;/div&gt;
&lt;div&gt;
어서 4.0이 나오기만 바랄뿐입니다.&lt;/div&gt;
&lt;div&gt;
오늘도 벽돌되서 식겁했습니다.ㅜ.ㅜ&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div&gt;
그리고 다 했는데 Wi-fi가 잡히긴 하는데...&lt;/div&gt;
&lt;div&gt;
사파리나 어플에서 사용을 못하는 겁니다!&lt;/div&gt;
&lt;div&gt;
짜증이 나서 트위터에 트윗을 올렸더니 아는 분께서 해답을 알려주시네요.&lt;/div&gt;
&lt;div&gt;
iPhone에서 설정-&amp;gt;일반-&amp;gt;재설정-&amp;gt;네트워크 설정 재설정 을 해주시면 됩니다.&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;div&gt;
&lt;div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;/div&gt;&lt;div class=&quot;entry-ccl&quot; style=&quot;clear: both; text-align: right; margin-bottom: 10px&quot;&gt;
	&lt;img id=&quot;ccl-icon-147-0&quot; class=&quot;entry-ccl-by&quot; src=&quot;http://i1.daumcdn.net/cfs.tistory/v/0/static/admin/editor/ccl_black01.png&quot; alt=&quot;저작자 표시&quot;/&gt;
	&lt;img id=&quot;ccl-icon-147-1&quot; class=&quot;entry-ccl-nc&quot; src=&quot;http://i1.daumcdn.net/cfs.tistory/v/0/static/admin/editor/ccl_black02.png&quot; alt=&quot;비영리&quot;/&gt;
	&lt;!--
	&lt;rdf:RDF xmlns=&quot;http://web.resource.org/cc/&quot; xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot; xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot;&gt;
		&lt;Work rdf:about=&quot;&quot;&gt;
			&lt;license rdf:resource=&quot;http://creativecommons.org/licenses/by-nc-fr/2.0/kr/&quot; /&gt;
		&lt;/Work&gt;
		&lt;License rdf:about=&quot;http://creativecommons.org/licenses/by-nc-fr/&quot;&gt;
			&lt;permits rdf:resource=&quot;http://web.resource.org/cc/Reproduction&quot;/&gt;
			&lt;permits rdf:resource=&quot;http://web.resource.org/cc/Distribution&quot;/&gt;
			&lt;requires rdf:resource=&quot;http://web.resource.org/cc/Notice&quot;/&gt;
			&lt;requires rdf:resource=&quot;http://web.resource.org/cc/Attribution&quot;/&gt;
			&lt;prohibits rdf:resource=&quot;http://web.resource.org/cc/CommercialUse&quot;/&gt;
		&lt;/License&gt;
	&lt;/rdf:RDF&gt;
	--&gt;
&lt;/div&gt;
</description>
			<category>Mac++</category>
			<category>iPhone</category>
			<category>iPhone 4.0</category>
			<category>iPhoto</category>
			<category>iRecovery</category>
			<author>SquareLiquor SquareLiquor</author>
			<guid>http://squareliquor.tistory.com/147</guid>
			<comments>http://squareliquor.tistory.com/147#entry147comment</comments>
			<pubDate>Thu, 29 Apr 2010 17:10:17 +0900</pubDate>
		</item>
		<item>
			<title>블라블라 좌익수 ㅋ</title>
			<link>http://squareliquor.tistory.com/146</link>
			<description>&lt;div&gt;
&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;a href=&quot;http://cfile25.uf.tistory.com/original/176BB1194BD6739053530D&quot; rel=&quot;lightbox&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://cfile25.uf.tistory.com/image/176BB1194BD6739053530D&quot; alt=&quot;&quot; filemime=&quot;image/jpeg&quot; filename=&quot;cafefiles.naver.net.jpg&quot; height=&quot;1050&quot; width=&quot;700&quot;/&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;a href=&quot;http://cfile9.uf.tistory.com/original/196BB1194BD673915473EF&quot; rel=&quot;lightbox&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://cfile9.uf.tistory.com/image/196BB1194BD673915473EF&quot; alt=&quot;&quot; filemime=&quot;image/jpeg&quot; filename=&quot;img_0146_jws402.jpg&quot; height=&quot;466&quot; width=&quot;700&quot;/&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;a href=&quot;http://cfile23.uf.tistory.com/original/206BB1194BD673915584FE&quot; rel=&quot;lightbox&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://cfile23.uf.tistory.com/image/206BB1194BD673915584FE&quot; alt=&quot;&quot; filemime=&quot;image/jpeg&quot; filename=&quot;img_0127_jws402.jpg&quot; height=&quot;466&quot; width=&quot;700&quot;/&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;
&lt;/div&gt;
&lt;div&gt;
사회인 야구팀 블라블라의 좌익수입니다.&lt;/div&gt;
&lt;div&gt;
유니폼이 약간 제 스타일이 아니긴 하지만...ㅋ&lt;/div&gt;
&lt;div&gt;
스파이크가 아직 없어 그냥 운동화;;&lt;/div&gt;
&lt;div&gt;
바지도 농군 스타일로 수선을 하고 싶은데...&lt;/div&gt;
&lt;div&gt;
아직은 그냥 스타킹 올려서 입고 있네요;;&lt;/div&gt;
&lt;div&gt;
마지막 컷은 헛스윙 작렬...&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;
&lt;/div&gt;
&lt;div&gt;
저번주부터 포천 YB리그에 나가고 있습니다.&lt;/div&gt;
&lt;div&gt;
첫게임은 아쉽게 콜드게임이었지만...&lt;/div&gt;
&lt;div&gt;
다음 경기부터 화이팅입니다~!&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;
&lt;/div&gt;&lt;div class=&quot;entry-ccl&quot; style=&quot;clear: both; text-align: right; margin-bottom: 10px&quot;&gt;
	&lt;img id=&quot;ccl-icon-146-0&quot; class=&quot;entry-ccl-by&quot; src=&quot;http://i1.daumcdn.net/cfs.tistory/v/0/static/admin/editor/ccl_black01.png&quot; alt=&quot;저작자 표시&quot;/&gt;
	&lt;img id=&quot;ccl-icon-146-1&quot; class=&quot;entry-ccl-nc&quot; src=&quot;http://i1.daumcdn.net/cfs.tistory/v/0/static/admin/editor/ccl_black02.png&quot; alt=&quot;비영리&quot;/&gt;
	&lt;!--
	&lt;rdf:RDF xmlns=&quot;http://web.resource.org/cc/&quot; xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot; xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot;&gt;
		&lt;Work rdf:about=&quot;&quot;&gt;
			&lt;license rdf:resource=&quot;http://creativecommons.org/licenses/by-nc-fr/2.0/kr/&quot; /&gt;
		&lt;/Work&gt;
		&lt;License rdf:about=&quot;http://creativecommons.org/licenses/by-nc-fr/&quot;&gt;
			&lt;permits rdf:resource=&quot;http://web.resource.org/cc/Reproduction&quot;/&gt;
			&lt;permits rdf:resource=&quot;http://web.resource.org/cc/Distribution&quot;/&gt;
			&lt;requires rdf:resource=&quot;http://web.resource.org/cc/Notice&quot;/&gt;
			&lt;requires rdf:resource=&quot;http://web.resource.org/cc/Attribution&quot;/&gt;
			&lt;prohibits rdf:resource=&quot;http://web.resource.org/cc/CommercialUse&quot;/&gt;
		&lt;/License&gt;
	&lt;/rdf:RDF&gt;
	--&gt;
&lt;/div&gt;
</description>
			<category>Jk++</category>
			<category>Baseball</category>
			<category>사회인 야구</category>
			<author>SquareLiquor SquareLiquor</author>
			<guid>http://squareliquor.tistory.com/146</guid>
			<comments>http://squareliquor.tistory.com/146#entry146comment</comments>
			<pubDate>Tue, 27 Apr 2010 14:19:32 +0900</pubDate>
		</item>
		<item>
			<title>쓸만한 맥용 어플 몇가지</title>
			<link>http://squareliquor.tistory.com/145</link>
			<description>&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;a href=&quot;http://cfile9.uf.tistory.com/original/12352A054BD2BB767E972F&quot; rel=&quot;lightbox&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://cfile9.uf.tistory.com/image/12352A054BD2BB767E972F&quot; alt=&quot;&quot; filemime=&quot;image/jpeg&quot; filename=&quot;Desktop.png&quot; height=&quot;438&quot; width=&quot;700&quot;/&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
&lt;div&gt;
&lt;br /&gt;
&lt;/div&gt;
&lt;div&gt;
1. &lt;a href=&quot;http://www.sophiestication.com/coversutra/&quot; target=&quot;_blank&quot; title=&quot;[http://www.sophiestication.com/coversutra/]로 이동합니다.&quot;&gt;CoverSutra&lt;/a&gt; (유료)&lt;/div&gt;
&lt;div&gt;
&lt;div class=&quot;imageblock&quot; style=&quot;display:inline;&quot;&gt;&lt;a href=&quot;http://cfile27.uf.tistory.com/original/131468024BD2BBDA6080E8&quot; rel=&quot;lightbox&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://cfile27.uf.tistory.com/image/131468024BD2BBDA6080E8&quot; alt=&quot;&quot; filemime=&quot;image/jpeg&quot; filename=&quot;CoverSutra.png&quot; height=&quot;240&quot; width=&quot;412&quot;/&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
&lt;/div&gt;
&lt;div&gt;
너무나 유명한 어플이죠.&lt;/div&gt;
&lt;div&gt;
상단의 바탕화면에서 오른쪽 하단에 LP모양으로 떠있는 앨범아트입니다.&lt;/div&gt;
&lt;div&gt;
iTunes에서 재생중인 노래의 앨범커버, 제목 등등을 바탕화면에 뿌려줍니다.&lt;/div&gt;
&lt;div&gt;
지금 재생되고 있는 노래는 영화 &#039;500일의 섬머((500) Days of Summer)&#039;의 OST입니다.&lt;/div&gt;
&lt;div&gt;
위의 사진은 CoverSutra로 컨트롤을 할 수 있는 창입니다.&lt;/div&gt;
&lt;div&gt;
맥북 키를 주로 이용해서 저것을 사용할 일은 별로 없네요.&lt;/div&gt;
&lt;div&gt;
Skin을 바꿔보고 싶었는데 검색을 해보니 예전버젼밖에 없어서 적용은 안되네요.&lt;/div&gt;
&lt;div&gt;
그래도 기본 LP모양의 스킨이 마음에 드네요.&lt;/div&gt;
&lt;div&gt;
사이즈는 좀 줄이고 싶은데 그것도 안먹긴하지만 깔끔하니 쓸만 하네요.&lt;/div&gt;
&lt;div&gt;
유료지만 등록을 안하고 기본기능으로 쓸만합니다.&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;
&lt;/div&gt;
&lt;div&gt;
2. &lt;a href=&quot;http://www.macupdate.com/info.php/id/18272/dateline&quot; target=&quot;_blank&quot; title=&quot;[http://www.macupdate.com/info.php/id/18272/dateline]로 이동합니다.&quot;&gt;DateLine&lt;/a&gt; (무료)&lt;/div&gt;
&lt;div&gt;
&lt;div class=&quot;imageblock&quot; style=&quot;display:inline;&quot;&gt;&lt;a href=&quot;http://cfile28.uf.tistory.com/original/141741284BD2BF76965CEB&quot; rel=&quot;lightbox&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://cfile28.uf.tistory.com/image/141741284BD2BF76965CEB&quot; alt=&quot;&quot; filemime=&quot;image/jpeg&quot; filename=&quot;DateLine.png&quot; height=&quot;83&quot; width=&quot;700&quot;/&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
&lt;/div&gt;
&lt;div&gt;
상단의 바탕화면을 커버수트라옆에 달력이 DateLine 어플입니다.&lt;/div&gt;
&lt;div&gt;
iCal과 연동도 되고 괜찮은 어플인거 같네요.&lt;/div&gt;
&lt;div&gt;
날짜감각없는 백수생활에 오늘이 몇일인지는 쉽게 알 수 있을 것 같습니다.&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;
&lt;/div&gt;
&lt;div&gt;
3. &lt;a href=&quot;http://www.old-jewel.com/lazymouse/index.html&quot; target=&quot;_blank&quot; title=&quot;[http://www.old-jewel.com/lazymouse/index.html]로 이동합니다.&quot;&gt;LazyMouse&lt;/a&gt; (유료)&lt;/div&gt;
&lt;div&gt;
&lt;div class=&quot;imageblock&quot; style=&quot;display:inline;&quot;&gt;&lt;a href=&quot;http://cfile4.uf.tistory.com/original/136BA30E4BD2BDCE07EE85&quot; rel=&quot;lightbox&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://cfile4.uf.tistory.com/image/136BA30E4BD2BDCE07EE85&quot; alt=&quot;&quot; filemime=&quot;image/jpeg&quot; filename=&quot;LazyMouse.png&quot; height=&quot;145&quot; width=&quot;434&quot;/&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
&lt;/div&gt;
&lt;div&gt;
윗 그림처럼 인터넷이나 프로그램을 쓰다가 확인창 같은 것이 뜨면&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
설정에 따라 마우스커서를 확인/취소 버튼으로 알아서 옮겨줍니다.&lt;/div&gt;
&lt;div&gt;
return 누르면 되지 않느냐 생각할 수도 있겠네요. ㅋ&lt;/div&gt;
&lt;div&gt;
역시 유료지만 등록을 안하고 기본기능으로도 쓸만하네요.&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;
&lt;/div&gt;
&lt;div&gt;
4. &lt;a href=&quot;http://yllan.org/app/RetroKeyboard/&quot; target=&quot;_blank&quot; title=&quot;[http://yllan.org/app/RetroKeyboard/]로 이동합니다.&quot;&gt;RetroKeyboard&lt;/a&gt; (무료)&lt;/div&gt;
&lt;div&gt;
&lt;div class=&quot;imageblock&quot; style=&quot;display:inline;&quot;&gt;&lt;a href=&quot;http://cfile26.uf.tistory.com/original/184AA50C4BD2BE2868E0AE&quot; rel=&quot;lightbox&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://cfile26.uf.tistory.com/image/184AA50C4BD2BE2868E0AE&quot; alt=&quot;&quot; filemime=&quot;image/jpeg&quot; filename=&quot;RetroKeyboard.png&quot; height=&quot;502&quot; width=&quot;700&quot;/&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;
&lt;/div&gt;
&lt;div&gt;
이 어플은 키보드를 누를 때 소리가 나게 해주는 어플입니다.&lt;/div&gt;
&lt;div&gt;
기본으로 제공되는 소리는 일반적인 키보드 소리와 유명한 &quot;뚥흙송&quot;이네요.&lt;/div&gt;
&lt;div&gt;
전 키보드 소리로 설정을 했습니다.&lt;/div&gt;
&lt;div&gt;
한때 키보드, 마우스에 관심이 많았는데 기계식 키보드는 가격이 너무 비싸서 좌절했는데...&lt;/div&gt;
&lt;div&gt;
사운드만으로도 즐기니 좋습니다.&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;
&lt;/div&gt;
&lt;div&gt;
5. 아이콘 사이트&lt;/div&gt;
&lt;div&gt;
어플은 아니지만 괜찮은 아이콘사이트 몇개 올립니다.&lt;/div&gt;
&lt;div&gt;
맥용, 윈도우용, 리눅스용이 다있네요.&lt;/div&gt;
&lt;div&gt;
바탕화면에 맥 HD빼고 나머지는 변경을 해보았습니다.&lt;/div&gt;
&lt;div&gt;
&lt;a href=&quot;http://iconfactory.com/freeware/icon&quot; target=&quot;_blank&quot; title=&quot;[http://iconfactory.com/freeware/icon]로 이동합니다.&quot;&gt;http://iconfactory.com/freeware/icon&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;
&lt;a href=&quot;http://interfacelift.com/icons/downloads/downloads/mac_os_x/&quot; target=&quot;_blank&quot; title=&quot;[http://interfacelift.com/icons/downloads/downloads/mac_os_x/]로 이동합니다.&quot;&gt;http://interfacelift.com/icons/downloads/downloads/mac_os_x/&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;
&lt;/div&gt;
&lt;div&gt;
오랜만에 포스팅이네요.&lt;/div&gt;
&lt;div&gt;
자주 들러주는 분들도 없는 블로그에 오랜만에 글을 쓰다보니 누가 볼까하는 생각도 드네요..;;&lt;/div&gt;
&lt;div&gt;
처음에는 맥 기본폰트를 바꿔볼까하고 여기저기 뒤지다가 완전체버젼이 없는거 같아서 엉뚱한 짓만 했네요.&lt;/div&gt;
&lt;div&gt;
심심하신분들은 맥한번 꾸며보세요.&lt;/div&gt;
&lt;div&gt;
원래 저는 맥의 Defalut 설정을 좋아하는데 몇개 꾸며보니 기분전환도 되고 좋네요^^&lt;/div&gt;&lt;div class=&quot;entry-ccl&quot; style=&quot;clear: both; text-align: right; margin-bottom: 10px&quot;&gt;
	&lt;img id=&quot;ccl-icon-145-0&quot; class=&quot;entry-ccl-by&quot; src=&quot;http://i1.daumcdn.net/cfs.tistory/v/0/static/admin/editor/ccl_black01.png&quot; alt=&quot;저작자 표시&quot;/&gt;
	&lt;img id=&quot;ccl-icon-145-1&quot; class=&quot;entry-ccl-nc&quot; src=&quot;http://i1.daumcdn.net/cfs.tistory/v/0/static/admin/editor/ccl_black02.png&quot; alt=&quot;비영리&quot;/&gt;
	&lt;!--
	&lt;rdf:RDF xmlns=&quot;http://web.resource.org/cc/&quot; xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot; xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot;&gt;
		&lt;Work rdf:about=&quot;&quot;&gt;
			&lt;license rdf:resource=&quot;http://creativecommons.org/licenses/by-nc-fr/2.0/kr/&quot; /&gt;
		&lt;/Work&gt;
		&lt;License rdf:about=&quot;http://creativecommons.org/licenses/by-nc-fr/&quot;&gt;
			&lt;permits rdf:resource=&quot;http://web.resource.org/cc/Reproduction&quot;/&gt;
			&lt;permits rdf:resource=&quot;http://web.resource.org/cc/Distribution&quot;/&gt;
			&lt;requires rdf:resource=&quot;http://web.resource.org/cc/Notice&quot;/&gt;
			&lt;requires rdf:resource=&quot;http://web.resource.org/cc/Attribution&quot;/&gt;
			&lt;prohibits rdf:resource=&quot;http://web.resource.org/cc/CommercialUse&quot;/&gt;
		&lt;/License&gt;
	&lt;/rdf:RDF&gt;
	--&gt;
&lt;/div&gt;
</description>
			<category>Mac++</category>
			<category>Coversutra</category>
			<category>DateLine</category>
			<category>LazyMouse</category>
			<category>Mac</category>
			<category>Mac os X icon</category>
			<category>MacBook</category>
			<category>RetroKeyboard</category>
			<author>SquareLiquor SquareLiquor</author>
			<guid>http://squareliquor.tistory.com/145</guid>
			<comments>http://squareliquor.tistory.com/145#entry145comment</comments>
			<pubDate>Sat, 24 Apr 2010 18:54:20 +0900</pubDate>
		</item>
		<item>
			<title>Jk&#039;s iPhone Application</title>
			<link>http://squareliquor.tistory.com/144</link>
			<description>&lt;div class=&quot;imageblock&quot; style=&quot;display:inline;&quot;&gt;&lt;a href=&quot;http://cfile3.uf.tistory.com/original/1646BB0D4B2ECFEF0F5E8E&quot; rel=&quot;lightbox&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://cfile3.uf.tistory.com/image/1646BB0D4B2ECFEF0F5E8E&quot; alt=&quot;&quot; filemime=&quot;image/jpeg&quot; filename=&quot;iPhone_01.jpg&quot; height=&quot;480&quot; width=&quot;320&quot;/&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
&lt;br /&gt;
1. &lt;br /&gt;
아프리카 - 아프리카 방송을 볼 수 있는 어플 (한국계정)&lt;br /&gt;
Groupy - 연락처를 그룹별로 관리할 수 있는 어플&lt;br /&gt;
Contact by # - 번호로 연락처 검색을 할 수 있는 어플&lt;br /&gt;
Show메모리 -&amp;nbsp; 연락처를 Show에 업/다운로드 할 수 있는 어플 (한국계정)&lt;br /&gt;
MoaSMS - 등록된 무료문자를 집계해서 사용할수 있게 해준다. (한국계정)&lt;br /&gt;
MBCradio - mbc라디오를 들을 수 있는 어플 (한국계정)&lt;br /&gt;
FStream - 라디오 스트림 주소를 등록해 라디오를 듣는 어플&lt;br /&gt;
Echofun, Twitterfic - 트위터 어플&lt;br /&gt;
skype, whatapp, ping - 메신져 어플 (whatapp는 무료-&amp;gt;유료로 바뀌었음&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;imageblock&quot; style=&quot;display:inline;&quot;&gt;&lt;a href=&quot;http://cfile23.uf.tistory.com/original/1546BB0D4B2ECFEF103940&quot; rel=&quot;lightbox&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://cfile23.uf.tistory.com/image/1546BB0D4B2ECFEF103940&quot; alt=&quot;&quot; filemime=&quot;image/jpeg&quot; filename=&quot;iPhone_02.jpg&quot; height=&quot;480&quot; width=&quot;320&quot;/&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
&lt;br /&gt;
2.&lt;br /&gt;
AccuWeather - 날씨 어플&lt;br /&gt;
Seoul Bus - 버스 조회 (한국계정)&lt;br /&gt;
지하철 - 지하철조회 (한국계정)&lt;br /&gt;
iHappyDays - 음력 및 기념일 관리어플&lt;br /&gt;
Big Day Lite - D-day어플&lt;br /&gt;
Alarm Clock - 알람어플&lt;br /&gt;
aNote Lite - 메모어플&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;imageblock&quot; style=&quot;display:inline;&quot;&gt;&lt;a href=&quot;http://cfile25.uf.tistory.com/original/1546BB0D4B2ECFF01186FA&quot; rel=&quot;lightbox&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://cfile25.uf.tistory.com/image/1546BB0D4B2ECFF01186FA&quot; alt=&quot;&quot; filemime=&quot;image/jpeg&quot; filename=&quot;iPhone_03.jpg&quot; height=&quot;480&quot; width=&quot;320&quot;/&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
&lt;br /&gt;
3.&lt;br /&gt;
Google 어스 - 구글 지도&lt;br /&gt;
Google - 구글이용을 쉽게 해주는 어플&lt;br /&gt;
layar - 증강현실&lt;br /&gt;
whoshere - 주위에 아이폰, 팟터치를 쓰는 사람들을 찾아주는 어플&lt;br /&gt;
Polarize - 사진을 폴라로이드처럼 바뀌주는 어플&lt;br /&gt;
Golliracam - 사진찍는 어플&lt;br /&gt;
morelomo - 사진을 로모처럼 바꿔주는 어플&lt;br /&gt;
PSmobile - 포토샵 어플&lt;br /&gt;
SplashColor - 사진 편집어플(흑백, 부분흑백)&lt;br /&gt;
Faces Lite - 사진으로 연락처를 관리&lt;br /&gt;
iXpenseit Lite - 가계부&lt;br /&gt;
Money agent Lite - 가계부&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;imageblock&quot; style=&quot;display:inline;&quot;&gt;&lt;a href=&quot;http://cfile9.uf.tistory.com/original/1646BB0D4B2ECFF01282E2&quot; rel=&quot;lightbox&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://cfile9.uf.tistory.com/image/1646BB0D4B2ECFF01282E2&quot; alt=&quot;&quot; filemime=&quot;image/jpeg&quot; filename=&quot;iPhone_04.jpg&quot; height=&quot;480&quot; width=&quot;320&quot;/&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
&lt;br /&gt;
4.&lt;br /&gt;
WifiGet - 주위에 wifi를 검색해주는 어플&lt;br /&gt;
Dual Zoom - 돋보기 어플&lt;br /&gt;
Basic D Free - 사전 어플 (한국계정)&lt;br /&gt;
NumberKey Free - 아이팟,폰을 노트북의 키패드처럼 사용하는 어플&lt;br /&gt;
koZipCode - 우편번호 조회 어플 (한국계정)&lt;br /&gt;
Taekbea - 택배조회 어플 (한국계정)&lt;br /&gt;
shopsavvy - 바코드로 상품을 조회하는 어플&lt;br /&gt;
Shazam - 노래를 들려주면 노래를 검색해주는 어플&lt;br /&gt;
FF Lite - 뺨때리는 어플&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;imageblock&quot; style=&quot;display:inline;&quot;&gt;&lt;a href=&quot;http://cfile29.uf.tistory.com/original/1746BB0D4B2ECFF013FE61&quot; rel=&quot;lightbox&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://cfile29.uf.tistory.com/image/1746BB0D4B2ECFF013FE61&quot; alt=&quot;&quot; filemime=&quot;image/jpeg&quot; filename=&quot;iPhone_05.jpg&quot; height=&quot;480&quot; width=&quot;320&quot;/&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
&lt;br /&gt;
5.&lt;br /&gt;
Blimp - 열기구 게임&lt;br /&gt;
Paper Toss - 종이 던지기 게임&lt;br /&gt;
iSink U Lite - 잠수함게임&lt;br /&gt;
Tabout - 퍼즐게임(배를 빼내는 게임)&lt;br /&gt;
World War - 월드 워&lt;br /&gt;
Traffic Rush - 교통정리 게임&lt;br /&gt;
R.Racing GTI - 레이싱 게임&lt;br /&gt;
Asphalt Free - 레이싱 게임&lt;br /&gt;
MiniSquare - 케쥬얼 비행게임&lt;br /&gt;
GlyderFree - 글라이더 비행게임&lt;br /&gt;
F.A.S.T - 비행게임&lt;br /&gt;
Runaway - 공항게임&lt;br /&gt;
Sudoku - 스도쿠&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;imageblock&quot; style=&quot;display:inline;&quot;&gt;&lt;a href=&quot;http://cfile7.uf.tistory.com/original/1946BB0D4B2ECFF114A3B7&quot; rel=&quot;lightbox&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://cfile7.uf.tistory.com/image/1946BB0D4B2ECFF114A3B7&quot; alt=&quot;&quot; filemime=&quot;image/jpeg&quot; filename=&quot;iPhone_06.jpg&quot; height=&quot;480&quot; width=&quot;320&quot;/&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
&lt;br /&gt;
6.&lt;br /&gt;
Twilight - 영화 트와일라잇 퀴즈 게임&lt;br /&gt;
chef Wars - 식당 운영게임&lt;br /&gt;
Phisics Free - 도형게임&lt;br /&gt;
BoXiKon - 테트리스 비슷한 게임&lt;br /&gt;
LineUp - 액션퍼즐패밀리 할메게임 비슷한 게임&lt;br /&gt;&lt;div class=&quot;entry-ccl&quot; style=&quot;clear: both; text-align: right; margin-bottom: 10px&quot;&gt;
	&lt;img id=&quot;ccl-icon-144-0&quot; class=&quot;entry-ccl-by&quot; src=&quot;http://i1.daumcdn.net/cfs.tistory/v/0/static/admin/editor/ccl_black01.png&quot; alt=&quot;저작자 표시&quot;/&gt;
	&lt;img id=&quot;ccl-icon-144-1&quot; class=&quot;entry-ccl-nc&quot; src=&quot;http://i1.daumcdn.net/cfs.tistory/v/0/static/admin/editor/ccl_black02.png&quot; alt=&quot;비영리&quot;/&gt;
	&lt;!--
	&lt;rdf:RDF xmlns=&quot;http://web.resource.org/cc/&quot; xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot; xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot;&gt;
		&lt;Work rdf:about=&quot;&quot;&gt;
			&lt;license rdf:resource=&quot;http://creativecommons.org/licenses/by-nc-fr/2.0/kr/&quot; /&gt;
		&lt;/Work&gt;
		&lt;License rdf:about=&quot;http://creativecommons.org/licenses/by-nc-fr/&quot;&gt;
			&lt;permits rdf:resource=&quot;http://web.resource.org/cc/Reproduction&quot;/&gt;
			&lt;permits rdf:resource=&quot;http://web.resource.org/cc/Distribution&quot;/&gt;
			&lt;requires rdf:resource=&quot;http://web.resource.org/cc/Notice&quot;/&gt;
			&lt;requires rdf:resource=&quot;http://web.resource.org/cc/Attribution&quot;/&gt;
			&lt;prohibits rdf:resource=&quot;http://web.resource.org/cc/CommercialUse&quot;/&gt;
		&lt;/License&gt;
	&lt;/rdf:RDF&gt;
	--&gt;
&lt;/div&gt;
</description>
			<category>Mac++</category>
			<category>iPhone</category>
			<category>iPhone App</category>
			<category>아이폰</category>
			<category>아이폰 어플</category>
			<author>SquareLiquor SquareLiquor</author>
			<guid>http://squareliquor.tistory.com/144</guid>
			<comments>http://squareliquor.tistory.com/144#entry144comment</comments>
			<pubDate>Mon, 21 Dec 2009 11:07:04 +0900</pubDate>
		</item>
		<item>
			<title>MacBook에서 Home, End / Pageup, Pagedown 사용하기</title>
			<link>http://squareliquor.tistory.com/143</link>
			<description>Windows에서 막넘어온&amp;nbsp;&lt;div&gt;
MacBook 유저들 대부분이 Home, End / Pageup, Pagedown키가 없어서 불편함을 많이 느낄 것이라고 생각합니다.&lt;/div&gt;
&lt;div&gt;
저는 윈도우에서 단축키를 상당히 많이 사용해온 관계로 키가 몇개 없는 MacBook 키보드에서 불편을 많이 겪고 있었죠^^&lt;/div&gt;
&lt;div&gt;
특히 Java개발자를 준비하고 있는 저는 코딩시에 많은 불편함이 있더라구요.&lt;/div&gt;
&lt;div&gt;
그래서 우연히 발견한 맥북에서 Home, end / &amp;nbsp;Pageup, Pagedown키를 소개합니다.&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div&gt;
&lt;b&gt;-Mac os X 사용시&lt;/b&gt;&lt;/div&gt;
&lt;div&gt;
1. Home =&amp;nbsp;Command&amp;nbsp;+ ←&lt;/div&gt;
&lt;div&gt;
&lt;div class=&quot;imageblock&quot; style=&quot;display:inline;&quot;&gt;&lt;a href=&quot;http://cfile22.uf.tistory.com/original/154C7B024AE6EF031ED4EE&quot; rel=&quot;lightbox&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://cfile22.uf.tistory.com/image/154C7B024AE6EF031ED4EE&quot; alt=&quot;&quot; filemime=&quot;image/jpeg&quot; filename=&quot;home mac.jpg&quot; height=&quot;41&quot; width=&quot;100&quot;/&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;
&lt;/div&gt;
&lt;div&gt;
2. End =&amp;nbsp;Command&amp;nbsp;+ →&lt;/div&gt;
&lt;div&gt;
&lt;div class=&quot;imageblock&quot; style=&quot;display:inline;&quot;&gt;&lt;a href=&quot;http://cfile7.uf.tistory.com/original/154B65024AE6EF0235558C&quot; rel=&quot;lightbox&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://cfile7.uf.tistory.com/image/154B65024AE6EF0235558C&quot; alt=&quot;&quot; filemime=&quot;image/jpeg&quot; filename=&quot;end mac.jpg&quot; height=&quot;41&quot; width=&quot;100&quot;/&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;
&lt;/div&gt;
&lt;div&gt;
3. Pageup =&amp;nbsp;Command&amp;nbsp;+ ↑&lt;/div&gt;
&lt;div&gt;
&lt;div class=&quot;imageblock&quot; style=&quot;display:inline;&quot;&gt;&lt;a href=&quot;http://cfile25.uf.tistory.com/original/135215024AE6EF044D32A8&quot; rel=&quot;lightbox&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://cfile25.uf.tistory.com/image/135215024AE6EF044D32A8&quot; alt=&quot;&quot; filemime=&quot;image/jpeg&quot; filename=&quot;pageup mac.jpg&quot; height=&quot;41&quot; width=&quot;100&quot;/&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;
&lt;/div&gt;
&lt;div&gt;
4. Pagedown =&amp;nbsp;Command&amp;nbsp;+&amp;nbsp;↓&lt;/div&gt;
&lt;div&gt;
&lt;div class=&quot;imageblock&quot; style=&quot;display:inline;&quot;&gt;&lt;a href=&quot;http://cfile28.uf.tistory.com/original/2024E3024AE6EF0396D76C&quot; rel=&quot;lightbox&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://cfile28.uf.tistory.com/image/2024E3024AE6EF0396D76C&quot; alt=&quot;&quot; filemime=&quot;image/jpeg&quot; filename=&quot;pagedown mac.jpg&quot; height=&quot;41&quot; width=&quot;100&quot;/&gt;&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div&gt;
&lt;b&gt;-부트캠프로 Windows 사용시&lt;/b&gt;&lt;/div&gt;
&lt;div&gt;
1. Home = fn + ←&lt;/div&gt;
&lt;div&gt;
&lt;div class=&quot;imageblock&quot; style=&quot;display:inline;&quot;&gt;&lt;a href=&quot;http://cfile22.uf.tistory.com/original/134DBF024AE6E8C6335501&quot; rel=&quot;lightbox&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://cfile22.uf.tistory.com/image/134DBF024AE6E8C6335501&quot; alt=&quot;&quot; filemime=&quot;image/jpeg&quot; filename=&quot;home.jpg&quot; height=&quot;41&quot; width=&quot;100&quot;/&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;
&lt;/div&gt;
&lt;div&gt;
2. End = fn + →&lt;/div&gt;
&lt;div&gt;
&lt;div class=&quot;imageblock&quot; style=&quot;display:inline;&quot;&gt;&lt;a href=&quot;http://cfile27.uf.tistory.com/original/111977024AE6E8C6682A07&quot; rel=&quot;lightbox&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://cfile27.uf.tistory.com/image/111977024AE6E8C6682A07&quot; alt=&quot;&quot; filemime=&quot;image/jpeg&quot; filename=&quot;end.jpg&quot; height=&quot;41&quot; width=&quot;100&quot;/&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;
&lt;/div&gt;
&lt;div&gt;
3. Pageup = fn + ↑&lt;/div&gt;
&lt;div&gt;
&lt;div class=&quot;imageblock&quot; style=&quot;display:inline;&quot;&gt;&lt;a href=&quot;http://cfile29.uf.tistory.com/original/20458A024AE6E8C71E8804&quot; rel=&quot;lightbox&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://cfile29.uf.tistory.com/image/20458A024AE6E8C71E8804&quot; alt=&quot;&quot; filemime=&quot;image/jpeg&quot; filename=&quot;pageup.jpg&quot; height=&quot;41&quot; width=&quot;100&quot;/&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;
&lt;/div&gt;
&lt;div&gt;
4. Pagedown = fn +&amp;nbsp;↓&lt;/div&gt;
&lt;div&gt;
&lt;div class=&quot;imageblock&quot; style=&quot;display:inline;&quot;&gt;&lt;a href=&quot;http://cfile24.uf.tistory.com/original/204356024AE6E8C7266BCD&quot; rel=&quot;lightbox&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://cfile24.uf.tistory.com/image/204356024AE6E8C7266BCD&quot; alt=&quot;&quot; filemime=&quot;image/jpeg&quot; filename=&quot;pagedown.jpg&quot; height=&quot;41&quot; width=&quot;100&quot;/&gt;&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;
&lt;/div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;/div&gt;&lt;div&gt;
유용하게 사용하시길 바랍니다^^&lt;/div&gt;&lt;div class=&quot;entry-ccl&quot; style=&quot;clear: both; text-align: right; margin-bottom: 10px&quot;&gt;
	&lt;img id=&quot;ccl-icon-143-0&quot; class=&quot;entry-ccl-by&quot; src=&quot;http://i1.daumcdn.net/cfs.tistory/v/0/static/admin/editor/ccl_black01.png&quot; alt=&quot;저작자 표시&quot;/&gt;
	&lt;img id=&quot;ccl-icon-143-1&quot; class=&quot;entry-ccl-nc&quot; src=&quot;http://i1.daumcdn.net/cfs.tistory/v/0/static/admin/editor/ccl_black02.png&quot; alt=&quot;비영리&quot;/&gt;
	&lt;!--
	&lt;rdf:RDF xmlns=&quot;http://web.resource.org/cc/&quot; xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot; xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot;&gt;
		&lt;Work rdf:about=&quot;&quot;&gt;
			&lt;license rdf:resource=&quot;http://creativecommons.org/licenses/by-nc-fr/2.0/kr/&quot; /&gt;
		&lt;/Work&gt;
		&lt;License rdf:about=&quot;http://creativecommons.org/licenses/by-nc-fr/&quot;&gt;
			&lt;permits rdf:resource=&quot;http://web.resource.org/cc/Reproduction&quot;/&gt;
			&lt;permits rdf:resource=&quot;http://web.resource.org/cc/Distribution&quot;/&gt;
			&lt;requires rdf:resource=&quot;http://web.resource.org/cc/Notice&quot;/&gt;
			&lt;requires rdf:resource=&quot;http://web.resource.org/cc/Attribution&quot;/&gt;
			&lt;prohibits rdf:resource=&quot;http://web.resource.org/cc/CommercialUse&quot;/&gt;
		&lt;/License&gt;
	&lt;/rdf:RDF&gt;
	--&gt;
&lt;/div&gt;
</description>
			<category>Mac++</category>
			<category>END</category>
			<category>Home</category>
			<category>Mac</category>
			<category>MacBook</category>
			<category>MacBook keyboard</category>
			<category>Pageup</category>
			<category>단축키</category>
			<author>SquareLiquor SquareLiquor</author>
			<guid>http://squareliquor.tistory.com/143</guid>
			<comments>http://squareliquor.tistory.com/143#entry143comment</comments>
			<pubDate>Tue, 27 Oct 2009 21:40:53 +0900</pubDate>
		</item>
		<item>
			<title>두산베어스 바탕화면을 만들어보았습니다~!</title>
			<link>http://squareliquor.tistory.com/142</link>
			<description>&lt;div&gt;
두산베어스 바탕화면을 만들어보았습니다.&lt;br /&gt;
플래이오프가 너무 아쉽지만 우리 다시 힘을 내야죠!!&lt;br /&gt;
일년동안 우리를 즐겁게 해주었고...&lt;br /&gt;
또 기다림을 설레게 해주는 그들입니다.&lt;br /&gt;
두산 베어스 화이팅!!&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;
-급하게 만드느라 빠진 선수들도 많을텐데 팬분들 너무 서운해하지마세요..ㅜ.ㅜ&lt;br /&gt;
-1280x800용입니다.&lt;br /&gt;
-쓰인 사진들은 여기저기 퍼왔습니다.;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;
&lt;div class=&quot;imageblock&quot; style=&quot;display:inline;&quot;&gt;&lt;a href=&quot;http://cfile21.uf.tistory.com/original/1305FF264AD7385C9532DB&quot; rel=&quot;lightbox&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://cfile21.uf.tistory.com/image/1305FF264AD7385C9532DB&quot; alt=&quot;&quot; filemime=&quot;image/jpeg&quot; filename=&quot;DoosanBears.jpg&quot; height=&quot;438&quot; width=&quot;700&quot;/&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;imageblock&quot; style=&quot;display:inline;&quot;&gt;&lt;a href=&quot;http://cfile9.uf.tistory.com/original/200C21264AD73863678ED2&quot; rel=&quot;lightbox&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://cfile9.uf.tistory.com/image/200C21264AD73863678ED2&quot; alt=&quot;&quot; filemime=&quot;image/jpeg&quot; filename=&quot;DoosanBears02.jpg&quot; height=&quot;438&quot; width=&quot;700&quot;/&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class=&quot;entry-ccl&quot; style=&quot;clear: both; text-align: right; margin-bottom: 10px&quot;&gt;
	&lt;img id=&quot;ccl-icon-142-0&quot; class=&quot;entry-ccl-by&quot; src=&quot;http://i1.daumcdn.net/cfs.tistory/v/0/static/admin/editor/ccl_black01.png&quot; alt=&quot;저작자 표시&quot;/&gt;
	&lt;img id=&quot;ccl-icon-142-1&quot; class=&quot;entry-ccl-nc&quot; src=&quot;http://i1.daumcdn.net/cfs.tistory/v/0/static/admin/editor/ccl_black02.png&quot; alt=&quot;비영리&quot;/&gt;
	&lt;!--
	&lt;rdf:RDF xmlns=&quot;http://web.resource.org/cc/&quot; xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot; xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot;&gt;
		&lt;Work rdf:about=&quot;&quot;&gt;
			&lt;license rdf:resource=&quot;http://creativecommons.org/licenses/by-nc-fr/2.0/kr/&quot; /&gt;
		&lt;/Work&gt;
		&lt;License rdf:about=&quot;http://creativecommons.org/licenses/by-nc-fr/&quot;&gt;
			&lt;permits rdf:resource=&quot;http://web.resource.org/cc/Reproduction&quot;/&gt;
			&lt;permits rdf:resource=&quot;http://web.resource.org/cc/Distribution&quot;/&gt;
			&lt;requires rdf:resource=&quot;http://web.resource.org/cc/Notice&quot;/&gt;
			&lt;requires rdf:resource=&quot;http://web.resource.org/cc/Attribution&quot;/&gt;
			&lt;prohibits rdf:resource=&quot;http://web.resource.org/cc/CommercialUse&quot;/&gt;
		&lt;/License&gt;
	&lt;/rdf:RDF&gt;
	--&gt;
&lt;/div&gt;
</description>
			<category>others++</category>
			<category>두산 베어스</category>
			<category>바탕화면</category>
			<author>SquareLiquor SquareLiquor</author>
			<guid>http://squareliquor.tistory.com/142</guid>
			<comments>http://squareliquor.tistory.com/142#entry142comment</comments>
			<pubDate>Thu, 15 Oct 2009 22:01:03 +0900</pubDate>
		</item>
		<item>
			<title>twitter 많이들 하시나요??</title>
			<link>http://squareliquor.tistory.com/141</link>
			<description>&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: rgb(0, 0, 0); font-family: AppleGothic; font-size: medium; line-height: normal; &quot;&gt;&lt;div style=&quot;line-height: 1.5; font-size: 9pt; font-family: 굴림; background-color: transparent; margin-top: 1px; margin-right: 3px; margin-bottom: 0px; margin-left: 3px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(51, 51, 51); overflow-x: hidden; overflow-y: hidden; &quot;&gt;
저도 얼마전부터 트위터를 시작했습니다^^&lt;div&gt;
&lt;a href=&quot;https://twitter.com/Perugorang&quot; target=&quot;_blank&quot; title=&quot;[https://twitter.com/Perugorang]로 이동합니다.&quot;&gt;Jk&#039;s Twitter&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div&gt;
아무래도 블로그보다 더 자주 들어가게 되네요...&lt;/div&gt;
&lt;div&gt;한번 놀러가보세요^^&lt;/div&gt;
&lt;/div&gt;&lt;/span&gt;&lt;div class=&quot;entry-ccl&quot; style=&quot;clear: both; text-align: right; margin-bottom: 10px&quot;&gt;
	&lt;img id=&quot;ccl-icon-141-0&quot; class=&quot;entry-ccl-by&quot; src=&quot;http://i1.daumcdn.net/cfs.tistory/v/0/static/admin/editor/ccl_black01.png&quot; alt=&quot;저작자 표시&quot;/&gt;
	&lt;img id=&quot;ccl-icon-141-1&quot; class=&quot;entry-ccl-nc&quot; src=&quot;http://i1.daumcdn.net/cfs.tistory/v/0/static/admin/editor/ccl_black02.png&quot; alt=&quot;비영리&quot;/&gt;
	&lt;!--
	&lt;rdf:RDF xmlns=&quot;http://web.resource.org/cc/&quot; xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot; xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot;&gt;
		&lt;Work rdf:about=&quot;&quot;&gt;
			&lt;license rdf:resource=&quot;http://creativecommons.org/licenses/by-nc-fr/2.0/kr/&quot; /&gt;
		&lt;/Work&gt;
		&lt;License rdf:about=&quot;http://creativecommons.org/licenses/by-nc-fr/&quot;&gt;
			&lt;permits rdf:resource=&quot;http://web.resource.org/cc/Reproduction&quot;/&gt;
			&lt;permits rdf:resource=&quot;http://web.resource.org/cc/Distribution&quot;/&gt;
			&lt;requires rdf:resource=&quot;http://web.resource.org/cc/Notice&quot;/&gt;
			&lt;requires rdf:resource=&quot;http://web.resource.org/cc/Attribution&quot;/&gt;
			&lt;prohibits rdf:resource=&quot;http://web.resource.org/cc/CommercialUse&quot;/&gt;
		&lt;/License&gt;
	&lt;/rdf:RDF&gt;
	--&gt;
&lt;/div&gt;
</description>
			<category>Jk++</category>
			<category>트위터</category>
			<author>SquareLiquor SquareLiquor</author>
			<guid>http://squareliquor.tistory.com/141</guid>
			<comments>http://squareliquor.tistory.com/141#entry141comment</comments>
			<pubDate>Wed, 19 Aug 2009 15:28:02 +0900</pubDate>
		</item>
		<item>
			<title>mail 쓰다 좀 화나다.</title>
			<link>http://squareliquor.tistory.com/139</link>
			<description>한국에서 Mac을 사용한다는 것이 많은 어려움이 있지만.&lt;div&gt;
&lt;font class=&quot;Apple-style-span&quot; face=&quot;굴림, gulim, tahoma, sans-serif&quot;&gt;인터넷뱅킹(신한은행제외)나 몇몇 사이트들에서만 느끼는 것이라고 생각했다.&lt;/font&gt;&lt;/div&gt;
&lt;div&gt;
&lt;font class=&quot;Apple-style-span&quot; face=&quot;굴림, gulim, tahoma, sans-serif&quot;&gt;&lt;br /&gt;
&lt;/font&gt;&lt;/div&gt;
&lt;div&gt;
하.지.만!&lt;/div&gt;
&lt;div&gt;
파일을 첨부해서 메일을 보내는 것이 너무나도 큰 어려움이라는 걸 알고야 말았다.&lt;/div&gt;
&lt;div&gt;
먼저 Mac의 기본 어플인 Mail.app : 파일용량 초과.&lt;/div&gt;
&lt;div&gt;
naver : 파일추가에서 한없이 로딩. 아마도 ActiveX로 대용량첨부파일을 설치하는 것 같다.&lt;/div&gt;
&lt;div&gt;
paran : 네이버와 같은듯.&lt;/div&gt;
&lt;div&gt;
nate : 아예 보내기버튼이 먹통&lt;/div&gt;
&lt;div&gt;
gmail : 파일용량초과.&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;
&lt;/div&gt;
&lt;div&gt;
daum : hanmail express로 전환하면 가능하다는 이야기를 들었지만...지금 점검중...&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;
&lt;/div&gt;
&lt;div&gt;
그나마 daum이 가능성이 제일 높다고 생각이 된다.&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;
&lt;/div&gt;
&lt;div&gt;
ActiveX라는 것이 오픈웹에 있어서 논란의 소재가 되지만 나는 잘 모르겠고.&lt;/div&gt;
&lt;div&gt;
암튼 메일하나 보내는 것이 이렇게 어렵다는 걸 알아버린&lt;/div&gt;
&lt;div&gt;
디지털초원의 원시인이 된 기분이다.&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;
&lt;/div&gt;
&lt;div&gt;
우가우가!!&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;
&lt;/div&gt;
&lt;div&gt;
그리고 오랜만에 바탕화면을 바꿔보았지!&lt;/div&gt;
&lt;div&gt;
&lt;a href=&quot;http://www.kmug.co.kr&quot; target=&quot;_blank&quot; title=&quot;[http://www.kmug.co.kr]로 이동합니다.&quot;&gt;Kmug&lt;/a&gt;에서 스샷을 보고 삘받아서 하늘 사진을 찾아다 그나마 나은 녀석을 찾아내었다.&lt;/div&gt;
&lt;div&gt;
출처는 정신없이 찾다보니;;잘 모르겠어요;;&lt;/div&gt;
&lt;div&gt;
(그리고&amp;nbsp;오랜만에 Jamie Oliver를 보려고...ㅋ)&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div class=&quot;imageblock&quot; style=&quot;display:inline;&quot;&gt;&lt;a href=&quot;http://cfile3.uf.tistory.com/original/147B44144A554EBF74A26C&quot; rel=&quot;lightbox&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://cfile3.uf.tistory.com/image/147B44144A554EBF74A26C&quot; alt=&quot;&quot; filemime=&quot;&quot; filename=&quot;cfile3.uf@147B44144A554EBF74A26C.png&quot; height=&quot;418&quot; width=&quot;670&quot;/&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;imageblock&quot; style=&quot;display:inline;&quot;&gt;&lt;a href=&quot;http://cfile4.uf.tistory.com/original/1811AA134A554E90865BCE&quot; rel=&quot;lightbox&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://cfile4.uf.tistory.com/image/1811AA134A554E90865BCE&quot; alt=&quot;&quot; filemime=&quot;&quot; filename=&quot;cfile4.uf@1811AA134A554E90865BCE.jpg&quot; height=&quot;418&quot; width=&quot;670&quot;/&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class=&quot;entry-ccl&quot; style=&quot;clear: both; text-align: right; margin-bottom: 10px&quot;&gt;
	&lt;img id=&quot;ccl-icon-139-0&quot; class=&quot;entry-ccl-by&quot; src=&quot;http://i1.daumcdn.net/cfs.tistory/v/0/static/admin/editor/ccl_black01.png&quot; alt=&quot;저작자 표시&quot;/&gt;
	&lt;img id=&quot;ccl-icon-139-1&quot; class=&quot;entry-ccl-nc&quot; src=&quot;http://i1.daumcdn.net/cfs.tistory/v/0/static/admin/editor/ccl_black02.png&quot; alt=&quot;비영리&quot;/&gt;
	&lt;!--
	&lt;rdf:RDF xmlns=&quot;http://web.resource.org/cc/&quot; xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot; xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot;&gt;
		&lt;Work rdf:about=&quot;&quot;&gt;
			&lt;license rdf:resource=&quot;http://creativecommons.org/licenses/by-nc-fr/2.0/kr/&quot; /&gt;
		&lt;/Work&gt;
		&lt;License rdf:about=&quot;http://creativecommons.org/licenses/by-nc-fr/&quot;&gt;
			&lt;permits rdf:resource=&quot;http://web.resource.org/cc/Reproduction&quot;/&gt;
			&lt;permits rdf:resource=&quot;http://web.resource.org/cc/Distribution&quot;/&gt;
			&lt;requires rdf:resource=&quot;http://web.resource.org/cc/Notice&quot;/&gt;
			&lt;requires rdf:resource=&quot;http://web.resource.org/cc/Attribution&quot;/&gt;
			&lt;prohibits rdf:resource=&quot;http://web.resource.org/cc/CommercialUse&quot;/&gt;
		&lt;/License&gt;
	&lt;/rdf:RDF&gt;
	--&gt;
&lt;/div&gt;
</description>
			<category>Mac++</category>
			<category>activex</category>
			<category>Jamieoliver</category>
			<category>Mac</category>
			<category>MacBook</category>
			<category>mail보내기</category>
			<category>wallpaper</category>
			<category>파일첨부</category>
			<author>SquareLiquor SquareLiquor</author>
			<guid>http://squareliquor.tistory.com/139</guid>
			<comments>http://squareliquor.tistory.com/139#entry139comment</comments>
			<pubDate>Thu, 09 Jul 2009 10:59:15 +0900</pubDate>
		</item>
		<item>
			<title>Drunken Tiger - Skit(음악에 미친 Loptimist는 오늘도 밤을 새워)</title>
			<link>http://squareliquor.tistory.com/138</link>
			<description>&lt;P&gt;혁기야 지금 몇 시니? 잠좀 자자. 세상에 새벽 세시다. &lt;/P&gt;
&lt;P&gt;아 거의 다 했어 거의 다했어~ &lt;/P&gt;
&lt;P&gt;뭘 거의다해 밤 낮을 느닥없이 바꿔가지곤 &lt;/P&gt;
&lt;P&gt;아 좀..냅둬..내가 좀 맘대로 하게 맨날 알아서한다고 말만 하고는 그냥..응?..&lt;/P&gt;
&lt;P&gt;너 지금 학교는 휴학해놓고 어떡하라고 그래? &lt;/P&gt;
&lt;P&gt;아 내가 알아서 할거야.내가 알아서해~알았어..알아서한다고. &lt;br /&gt;
지금 하는거 내가 다 생각하고 준비하잖아.그냥 하는거 아니야 &lt;/P&gt;
&lt;P&gt;방에서 몇년째 니가 매일 이러고 있으니까 답답허지~ &lt;br /&gt;
평소에 취직한다고 지금 자격증따고 얼마나 바쁘게 움직이는데 어떡할건데?&lt;br /&gt;
사람들한테,엄마친구들한테도 할말이 없어 &lt;/P&gt;
&lt;P&gt;엄마 드렁큰 타이거 알지? 드렁큰타이거가 나한테 연락왔어 진짜라니까~ &lt;/P&gt;
&lt;P&gt;드렁큰타이거가 너한테 뭐하러 연락을해 뭘보고 너 &lt;/P&gt;
&lt;P&gt;들어봐 &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;br /&gt;
그냥 가슴이 아프다.&lt;br /&gt;
마치 내가 녹음을 한 양...&lt;br /&gt;
알아서 한다는 말이 이렇게 무책임하게 들린다는 걸 알았다.&lt;br /&gt;
&lt;/P&gt;&lt;div class=&quot;entry-ccl&quot; style=&quot;clear: both; text-align: right; margin-bottom: 10px&quot;&gt;
	&lt;img id=&quot;ccl-icon-138-0&quot; class=&quot;entry-ccl-by&quot; src=&quot;http://i1.daumcdn.net/cfs.tistory/v/0/static/admin/editor/ccl_black01.png&quot; alt=&quot;저작자 표시&quot;/&gt;
	&lt;img id=&quot;ccl-icon-138-1&quot; class=&quot;entry-ccl-nc&quot; src=&quot;http://i1.daumcdn.net/cfs.tistory/v/0/static/admin/editor/ccl_black02.png&quot; alt=&quot;비영리&quot;/&gt;
	&lt;!--
	&lt;rdf:RDF xmlns=&quot;http://web.resource.org/cc/&quot; xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot; xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot;&gt;
		&lt;Work rdf:about=&quot;&quot;&gt;
			&lt;license rdf:resource=&quot;http://creativecommons.org/licenses/by-nc-fr/2.0/kr/&quot; /&gt;
		&lt;/Work&gt;
		&lt;License rdf:about=&quot;http://creativecommons.org/licenses/by-nc-fr/&quot;&gt;
			&lt;permits rdf:resource=&quot;http://web.resource.org/cc/Reproduction&quot;/&gt;
			&lt;permits rdf:resource=&quot;http://web.resource.org/cc/Distribution&quot;/&gt;
			&lt;requires rdf:resource=&quot;http://web.resource.org/cc/Notice&quot;/&gt;
			&lt;requires rdf:resource=&quot;http://web.resource.org/cc/Attribution&quot;/&gt;
			&lt;prohibits rdf:resource=&quot;http://web.resource.org/cc/CommercialUse&quot;/&gt;
		&lt;/License&gt;
	&lt;/rdf:RDF&gt;
	--&gt;
&lt;/div&gt;
</description>
			<category>Jk++</category>
			<category>Drunken Tiger</category>
			<category>Loptimist</category>
			<category>skit</category>
			<category>Tiger JK</category>
			<category>드렁큰 타이거</category>
			<category>알아서 해</category>
			<category>음악에 미친 Loptimist는 오늘도 밤을 새워</category>
			<author>SquareLiquor SquareLiquor</author>
			<guid>http://squareliquor.tistory.com/138</guid>
			<comments>http://squareliquor.tistory.com/138#entry138comment</comments>
			<pubDate>Tue, 07 Jul 2009 16:58:40 +0900</pubDate>
		</item>
		<item>
			<title>4th - 2009.07.04 두산 vs LG (in 잠실) - 공을 잡다!!</title>
			<link>http://squareliquor.tistory.com/137</link>
			<description>&lt;div&gt;
네번째로 가보는 야구장.&lt;/div&gt;
&lt;div&gt;
오늘도...졌다.&lt;/div&gt;
&lt;div&gt;
이로서 내가 보러간 경기들은&amp;nbsp;1승3패다.&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;
&lt;/div&gt;
&lt;div&gt;
비록 경기는 졌지만&lt;/div&gt;
&lt;div&gt;
2군에 내려간 타자들이 슬슬 올라오고 있다는 것이 그나마 희망이다.&lt;/div&gt;
&lt;div&gt;
하지만&amp;nbsp;선발투수진들의 부상과 부진이 너무 쓰리다.&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;
&lt;/div&gt;
&lt;div&gt;
그러나!!&lt;/div&gt;
&lt;div&gt;
이 날 공을 잡았다!!&lt;/div&gt;
&lt;div&gt;
공에 대한 미련은 없었고&lt;/div&gt;
&lt;div&gt;
엘지의 공이 오면 그라운드로 다시 던져버리겠다는 각오는&lt;/div&gt;
&lt;div&gt;
날아오는 공을 보는 순간 이미 안드로메다!ㅋ&lt;/div&gt;
&lt;div&gt;
엘지 안치용이 외야에서 던져주는 공이긴 하지만&lt;/div&gt;
&lt;div&gt;
날아오는 순간 모든것이 슬로우비디오처럼 느려졌고&lt;/div&gt;
&lt;div&gt;
라이트때문에 잠깐 안보이긴 했지만&lt;/div&gt;
&lt;div&gt;
정신을 차려보니 내 손엔 이미 공이...&lt;/div&gt;
&lt;div&gt;
내 앞에 있던 아해들이 부러움과 공을 원하는 눈으로 나를 바라보았지만&lt;/div&gt;
&lt;div&gt;
난 그냥 꿀꺽..ㅋ&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;
&lt;/div&gt;
&lt;div&gt;
다음에는 두산의 홈런공이 오길 바라면서...&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;
&lt;/div&gt;
&lt;div&gt;
허슬두 화이팅!!&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div class=&quot;imageblock&quot; style=&quot;display:inline;&quot;&gt;&lt;a href=&quot;http://cfile3.uf.tistory.com/original/130CF0104A51B4DB418242&quot; rel=&quot;lightbox&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://cfile3.uf.tistory.com/image/130CF0104A51B4DB418242&quot; alt=&quot;&quot; filemime=&quot;&quot; filename=&quot;cfile3.uf@130CF0104A51B4DB418242.jpg&quot; height=&quot;480&quot; width=&quot;640&quot;/&gt;&lt;/a&gt;&lt;p class=&quot;cap1&quot; style=&quot;width: 640px&quot;&gt;KBO마크는 지워지려한다.
루빅스 큐브 받침대는 찬초출연&lt;/p&gt;&lt;/div&gt;&lt;div class=&quot;imageblock&quot; style=&quot;display:inline;&quot;&gt;&lt;a href=&quot;http://cfile4.uf.tistory.com/original/1701ED104A51B4DC5F18D9&quot; rel=&quot;lightbox&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://cfile4.uf.tistory.com/image/1701ED104A51B4DC5F18D9&quot; alt=&quot;&quot; filemime=&quot;&quot; filename=&quot;cfile4.uf@1701ED104A51B4DC5F18D9.jpg&quot; height=&quot;480&quot; width=&quot;640&quot;/&gt;&lt;/a&gt;&lt;p class=&quot;cap1&quot; style=&quot;width: 640px&quot;&gt;MAX꺼였구나...&lt;/p&gt;&lt;/div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class=&quot;entry-ccl&quot; style=&quot;clear: both; text-align: right; margin-bottom: 10px&quot;&gt;
	&lt;img id=&quot;ccl-icon-137-0&quot; class=&quot;entry-ccl-by&quot; src=&quot;http://i1.daumcdn.net/cfs.tistory/v/0/static/admin/editor/ccl_black01.png&quot; alt=&quot;저작자 표시&quot;/&gt;
	&lt;img id=&quot;ccl-icon-137-1&quot; class=&quot;entry-ccl-nc&quot; src=&quot;http://i1.daumcdn.net/cfs.tistory/v/0/static/admin/editor/ccl_black02.png&quot; alt=&quot;비영리&quot;/&gt;
	&lt;!--
	&lt;rdf:RDF xmlns=&quot;http://web.resource.org/cc/&quot; xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot; xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot;&gt;
		&lt;Work rdf:about=&quot;&quot;&gt;
			&lt;license rdf:resource=&quot;http://creativecommons.org/licenses/by-nc-fr/2.0/kr/&quot; /&gt;
		&lt;/Work&gt;
		&lt;License rdf:about=&quot;http://creativecommons.org/licenses/by-nc-fr/&quot;&gt;
			&lt;permits rdf:resource=&quot;http://web.resource.org/cc/Reproduction&quot;/&gt;
			&lt;permits rdf:resource=&quot;http://web.resource.org/cc/Distribution&quot;/&gt;
			&lt;requires rdf:resource=&quot;http://web.resource.org/cc/Notice&quot;/&gt;
			&lt;requires rdf:resource=&quot;http://web.resource.org/cc/Attribution&quot;/&gt;
			&lt;prohibits rdf:resource=&quot;http://web.resource.org/cc/CommercialUse&quot;/&gt;
		&lt;/License&gt;
	&lt;/rdf:RDF&gt;
	--&gt;
&lt;/div&gt;
</description>
			<category>Jk++</category>
			<category>LG트윈스</category>
			<category>공을 잡다</category>
			<category>두산베어스</category>
			<category>안치용</category>
			<category>잠실구장</category>
			<author>SquareLiquor SquareLiquor</author>
			<guid>http://squareliquor.tistory.com/137</guid>
			<comments>http://squareliquor.tistory.com/137#entry137comment</comments>
			<pubDate>Mon, 06 Jul 2009 17:25:32 +0900</pubDate>
		</item>
		<item>
			<title>MacBook 4개월 사용기</title>
			<link>http://squareliquor.tistory.com/136</link>
			<description>Mac에 대한 열망으로 MacBook을 지른지 4개월이 다 되었다.&lt;div&gt;
&lt;font class=&quot;Apple-style-span&quot; face=&quot;굴림, gulim, tahoma, sans-serif&quot;&gt;그동안 Mac으로 무었을 하였느냐 묻는다면&lt;/font&gt;&lt;/div&gt;
&lt;div&gt;
&lt;font class=&quot;Apple-style-span&quot; face=&quot;굴림, gulim, tahoma, sans-serif&quot;&gt;&lt;br /&gt;
&lt;/font&gt;&lt;/div&gt;
&lt;div&gt;
1. Mac 가지고 놀기.&lt;/div&gt;
&lt;div&gt;
2. 웹서핑&lt;/div&gt;
&lt;div&gt;
3. 개발환경구축 및 개발공부&lt;/div&gt;
&lt;div&gt;
4. Game&lt;/div&gt;
&lt;div&gt;
5. BootCamp로 윈도우하기.&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;
&lt;/div&gt;
&lt;div&gt;
등등이 있겠다.&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;
&lt;/div&gt;
&lt;div&gt;
얼마전 발표된 맥북과 맥북프로라인을 보면서 많은 애플러버들이 통탄을 금치 못하였을것이고&lt;/div&gt;
&lt;div&gt;
나 또한 그 중 한명이었다.&lt;/div&gt;
&lt;div&gt;
학생할인으로 구입한 뉴 흰둥이(MB881).&lt;/div&gt;
&lt;div&gt;
당시 가격에 149만원이었다. ㄷㄷ&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;
&lt;/div&gt;
&lt;div&gt;
하지만 새로 나온 MacBook Pro 13인치가 학생할인으로 1,589,000원.&lt;/div&gt;
&lt;div&gt;
레어바디유저들에 비하면 그 억울함이 덜 하지만 짜증이 나는건 사실이다.&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;
&lt;/div&gt;
&lt;div&gt;
하지만 맥의 Expose와 Spaces 만으로도 훌륭한 나의 첫 노트북이 되어주었기에 억울함은 잊으려 한다.&lt;/div&gt;&lt;div class=&quot;entry-ccl&quot; style=&quot;clear: both; text-align: right; margin-bottom: 10px&quot;&gt;
	&lt;img id=&quot;ccl-icon-136-0&quot; class=&quot;entry-ccl-by&quot; src=&quot;http://i1.daumcdn.net/cfs.tistory/v/0/static/admin/editor/ccl_black01.png&quot; alt=&quot;저작자 표시&quot;/&gt;
	&lt;img id=&quot;ccl-icon-136-1&quot; class=&quot;entry-ccl-nc&quot; src=&quot;http://i1.daumcdn.net/cfs.tistory/v/0/static/admin/editor/ccl_black02.png&quot; alt=&quot;비영리&quot;/&gt;
	&lt;!--
	&lt;rdf:RDF xmlns=&quot;http://web.resource.org/cc/&quot; xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot; xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot;&gt;
		&lt;Work rdf:about=&quot;&quot;&gt;
			&lt;license rdf:resource=&quot;http://creativecommons.org/licenses/by-nc-fr/2.0/kr/&quot; /&gt;
		&lt;/Work&gt;
		&lt;License rdf:about=&quot;http://creativecommons.org/licenses/by-nc-fr/&quot;&gt;
			&lt;permits rdf:resource=&quot;http://web.resource.org/cc/Reproduction&quot;/&gt;
			&lt;permits rdf:resource=&quot;http://web.resource.org/cc/Distribution&quot;/&gt;
			&lt;requires rdf:resource=&quot;http://web.resource.org/cc/Notice&quot;/&gt;
			&lt;requires rdf:resource=&quot;http://web.resource.org/cc/Attribution&quot;/&gt;
			&lt;prohibits rdf:resource=&quot;http://web.resource.org/cc/CommercialUse&quot;/&gt;
		&lt;/License&gt;
	&lt;/rdf:RDF&gt;
	--&gt;
&lt;/div&gt;
</description>
			<category>Mac++</category>
			<category>expose</category>
			<category>Mac</category>
			<category>MacBook</category>
			<category>Spaces</category>
			<category>뉴 흰둥이</category>
			<author>SquareLiquor SquareLiquor</author>
			<guid>http://squareliquor.tistory.com/136</guid>
			<comments>http://squareliquor.tistory.com/136#entry136comment</comments>
			<pubDate>Wed, 01 Jul 2009 11:54:32 +0900</pubDate>
		</item>
		<item>
			<title>2009.04.21 - 그래. 윈도우를 지우자!</title>
			<link>http://squareliquor.tistory.com/135</link>
			<description>졸업식이 2달 가까이 지난 지금.&lt;br /&gt;
난 여전히 아르바이트를 하고 있다.&lt;br /&gt;
비정규직의 아픔이라는 고귀한 이야기들을 꺼내기엔 난 나약하다.&lt;br /&gt;
(말이 좋아 비정규직이지 반백수...)&lt;br /&gt;
&lt;br /&gt;
-2년전&lt;br /&gt;
제대 후, 복학 후, 또 휴학 후, 복학을 하면서 막연한 개발자의 꿈을 꾸었다.&lt;br /&gt;
홀로 책을 끄적였다.&lt;br /&gt;
학교에서 관련 수업을 몇개 들었다.&lt;br /&gt;
그리고 학원을 두달 다녔다.&lt;br /&gt;
하지만 난 지금 Hello, World!같은 샬레같은 존재다.&lt;br /&gt;
&lt;br /&gt;
-2달전&lt;br /&gt;
졸업이다.&lt;br /&gt;
누군가는 설레이고 누군가는 두려웠을 졸업식.&lt;br /&gt;
나에게도 28살의 졸업식은 찾아왔고 생각보다 덤덤했다.&lt;br /&gt;
아니 너무 덤덤할거라 생각했기에 생각보다 설레었다고 해야하나?&lt;br /&gt;
손도 대지 않은 방학숙제가 개학 때 오히려 더 걱정스럽지 않은것처럼&lt;br /&gt;
미친듯이 덤덤했고 남의 졸업식같았다.&lt;br /&gt;
&lt;br /&gt;
-2일전&lt;br /&gt;
4월19일 일요일이다.&lt;br /&gt;
금요일의 술자리, 토요일의 제사때문에 내려간 시골에서의 친구들과의 술자리,&lt;br /&gt;
여자친구와의 술자리...&lt;br /&gt;
한마디로 미쳤다.&lt;br /&gt;
새내기때 생각없이 술마시던 모습과 데칼코마니처럼 일치한다.&lt;br /&gt;
(완전 소름이야. 리얼 돋았어...)&lt;br /&gt;
&lt;br /&gt;
-2분전&lt;br /&gt;
지지부진한 28살에 획을 그을 결심을 했다.&lt;br /&gt;
얼마전 어머니에게 빌려서 산 Macbook&lt;br /&gt;
어김없이 윈도우를 깔았다.&lt;br /&gt;
대한민국에서의 Mac의 한계를 극복하기 위한다는 보기 좋은 핑계였지만&lt;br /&gt;
게임과 유흥을 위함이었다.&lt;br /&gt;
야구보기, 슬러거와 블리자드 3형제, 영화나 TV프로그램 감상, 적절한 야동감상까지...&lt;br /&gt;
지금 나에게 필요한것들인지에 대한 생각들때문에 결심을 했다.&lt;br /&gt;
야구보기, 내가 안봐도 두산은 이긴다!&lt;br /&gt;
게임, 슬러거도 지우고 블리자드 3형제도 지우자.&lt;br /&gt;
영화, 극장가서 보자.&lt;br /&gt;
야동, 이제 끊을때도 되었다.&lt;br /&gt;
&lt;br /&gt;
그래, 윈도우를 지우자!&lt;br /&gt;
저것들 할 시간에 공부하고, 블로그에 좀 더 집중하고, 책도 읽고!!&lt;br /&gt;
지저스 크라이스트 형이 그랬던것처럼 &quot;일하지 않는자, 먹지도 말자!&quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
+윈도우 + WoW + 밴드오브브라더스(10편) + 스타크래프트 + 기타등등을&lt;br /&gt;
지우고나니 하드용량이 50기가 가까이 늘어났네요.&lt;br /&gt;
덕분에 하드지름신도 멀리 멀리 떠나갔습니다~!&lt;br /&gt;&lt;div class=&quot;entry-ccl&quot; style=&quot;clear: both; text-align: right; margin-bottom: 10px&quot;&gt;
	&lt;img id=&quot;ccl-icon-135-0&quot; class=&quot;entry-ccl-by&quot; src=&quot;http://i1.daumcdn.net/cfs.tistory/v/0/static/admin/editor/ccl_black01.png&quot; alt=&quot;저작자 표시&quot;/&gt;
	&lt;img id=&quot;ccl-icon-135-1&quot; class=&quot;entry-ccl-nc&quot; src=&quot;http://i1.daumcdn.net/cfs.tistory/v/0/static/admin/editor/ccl_black02.png&quot; alt=&quot;비영리&quot;/&gt;
	&lt;!--
	&lt;rdf:RDF xmlns=&quot;http://web.resource.org/cc/&quot; xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot; xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot;&gt;
		&lt;Work rdf:about=&quot;&quot;&gt;
			&lt;license rdf:resource=&quot;http://creativecommons.org/licenses/by-nc-fr/2.0/kr/&quot; /&gt;
		&lt;/Work&gt;
		&lt;License rdf:about=&quot;http://creativecommons.org/licenses/by-nc-fr/&quot;&gt;
			&lt;permits rdf:resource=&quot;http://web.resource.org/cc/Reproduction&quot;/&gt;
			&lt;permits rdf:resource=&quot;http://web.resource.org/cc/Distribution&quot;/&gt;
			&lt;requires rdf:resource=&quot;http://web.resource.org/cc/Notice&quot;/&gt;
			&lt;requires rdf:resource=&quot;http://web.resource.org/cc/Attribution&quot;/&gt;
			&lt;prohibits rdf:resource=&quot;http://web.resource.org/cc/CommercialUse&quot;/&gt;
		&lt;/License&gt;
	&lt;/rdf:RDF&gt;
	--&gt;
&lt;/div&gt;
</description>
			<category>Mac++</category>
			<category>Mac</category>
			<category>MacBook</category>
			<category>반백수</category>
			<category>윈도우를 지우자</category>
			<category>의지부족한 비정규직</category>
			<author>SquareLiquor SquareLiquor</author>
			<guid>http://squareliquor.tistory.com/135</guid>
			<comments>http://squareliquor.tistory.com/135#entry135comment</comments>
			<pubDate>Tue, 21 Apr 2009 11:14:42 +0900</pubDate>
		</item>
		<item>
			<title>[Movie] 내 머리 속의 지우개</title>
			<link>http://squareliquor.tistory.com/132</link>
			<description>&lt;DIV&gt;&lt;FONT color=#318561&gt;&lt;STRONG&gt;2008.11.28&lt;/STRONG&gt;&lt;/FONT&gt;&lt;br /&gt;
&lt;br /&gt;&lt;FONT color=#b8d63d&gt;내 머리 속의 지우개&lt;br /&gt;
-이재한&lt;br /&gt;
&lt;/FONT&gt;&lt;br /&gt;
얼마전부터 보고 싶었던 영화인데...&lt;br /&gt;
이제서야 겨우겨우 보게 되었다.&lt;br /&gt;
사실 몇번을 본 영화지만 이번에도 지루하지 않았다.&lt;br /&gt;
&lt;br /&gt;명장면, 명대사들...&lt;br /&gt;
너무 많기에 하나하나 꺼내어 적는다는게 이상한 것 같다.&lt;br /&gt;
&lt;br /&gt;내 기억들처럼...&lt;br /&gt;
&lt;br /&gt;&lt;br /&gt;
&lt;div class=&quot;imageblock&quot; style=&quot;display:inline;&quot;&gt;&lt;a href=&quot;http://cfs14.tistory.com/original/13/tistory/2008/11/28/14/55/492f87d364b01&quot; rel=&quot;lightbox&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://cfs14.tistory.com/image/13/tistory/2008/11/28/14/55/492f87d364b01&quot; alt=&quot;&quot; filemime=&quot;&quot; filename=&quot;C8662-86.jpg&quot; height=&quot;319&quot; width=&quot;500&quot;/&gt;&lt;/a&gt;&lt;/div&gt;&lt;/DIV&gt;&lt;div class=&quot;entry-ccl&quot; style=&quot;clear: both; text-align: right; margin-bottom: 10px&quot;&gt;
	&lt;img id=&quot;ccl-icon-132-0&quot; class=&quot;entry-ccl-by&quot; src=&quot;http://i1.daumcdn.net/cfs.tistory/v/0/static/admin/editor/ccl_black01.png&quot; alt=&quot;저작자 표시&quot;/&gt;
	&lt;img id=&quot;ccl-icon-132-1&quot; class=&quot;entry-ccl-nc&quot; src=&quot;http://i1.daumcdn.net/cfs.tistory/v/0/static/admin/editor/ccl_black02.png&quot; alt=&quot;비영리&quot;/&gt;
	&lt;!--
	&lt;rdf:RDF xmlns=&quot;http://web.resource.org/cc/&quot; xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot; xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot;&gt;
		&lt;Work rdf:about=&quot;&quot;&gt;
			&lt;license rdf:resource=&quot;http://creativecommons.org/licenses/by-nc-fr/2.0/kr/&quot; /&gt;
		&lt;/Work&gt;
		&lt;License rdf:about=&quot;http://creativecommons.org/licenses/by-nc-fr/&quot;&gt;
			&lt;permits rdf:resource=&quot;http://web.resource.org/cc/Reproduction&quot;/&gt;
			&lt;permits rdf:resource=&quot;http://web.resource.org/cc/Distribution&quot;/&gt;
			&lt;requires rdf:resource=&quot;http://web.resource.org/cc/Notice&quot;/&gt;
			&lt;requires rdf:resource=&quot;http://web.resource.org/cc/Attribution&quot;/&gt;
			&lt;prohibits rdf:resource=&quot;http://web.resource.org/cc/CommercialUse&quot;/&gt;
		&lt;/License&gt;
	&lt;/rdf:RDF&gt;
	--&gt;
&lt;/div&gt;
</description>
			<category>others++</category>
			<category>내 머리속의 지우개</category>
			<category>손예진</category>
			<category>이재한</category>
			<category>정우성</category>
			<author>SquareLiquor SquareLiquor</author>
			<guid>http://squareliquor.tistory.com/132</guid>
			<comments>http://squareliquor.tistory.com/132#entry132comment</comments>
			<pubDate>Fri, 28 Nov 2008 14:56:25 +0900</pubDate>
		</item>
		<item>
			<title>Java swing 과제</title>
			<link>http://squareliquor.tistory.com/131</link>
			<description>학교에서 듣는 프로그래밍언어(Java)의 과제중 하나이다.&lt;br /&gt;
과제를 조금 게을리한 탓인지...&lt;br /&gt;
가장 열심히 한 과제가 되었다;;&lt;br /&gt;
&lt;br /&gt;
&lt;DIV class=txc-textbox style=&quot;BORDER-RIGHT: #cbcbcb 1px dashed; PADDING-RIGHT: 10px; BORDER-TOP: #cbcbcb 1px dashed; PADDING-LEFT: 10px; PADDING-BOTTOM: 10px; BORDER-LEFT: #cbcbcb 1px dashed; PADDING-TOP: 10px; BORDER-BOTTOM: #cbcbcb 1px dashed; BACKGROUND-COLOR: #ffffff&quot;&gt;&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;a href=&quot;http://cfs13.tistory.com/original/23/tistory/2008/11/27/20/48/492e88f784492&quot; rel=&quot;lightbox&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://cfs13.tistory.com/image/23/tistory/2008/11/27/20/48/492e88f784492&quot; alt=&quot;&quot; filemime=&quot;&quot; filename=&quot;492e88f784492CM.jpg&quot; height=&quot;250&quot; width=&quot;300&quot;/&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;

&lt;DIV&gt;
&lt;HR style=&quot;BORDER-RIGHT: black 0px; BORDER-TOP: black 1px dotted; DISPLAY: block; BORDER-LEFT: black 0px; BORDER-BOTTOM: black 0px; HEIGHT: 1px&quot;&gt;
&lt;/DIV&gt;&lt;br /&gt;
&lt;div class=&quot;imageblock dual&quot; style=&quot;text-align: center;&quot;&gt;&lt;table cellspacing=&quot;5&quot; cellpadding=&quot;0&quot; border=&quot;0&quot; style=&quot;margin: 0 auto;&quot;&gt;&lt;tr&gt;&lt;td&gt;&lt;a href=&quot;http://cfs14.tistory.com/original/21/tistory/2008/11/27/20/51/492e89b087643&quot; rel=&quot;lightbox&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://cfs14.tistory.com/image/21/tistory/2008/11/27/20/51/492e89b087643&quot; alt=&quot;&quot; height=&quot;209&quot; width=&quot;300&quot;/&gt;&lt;/a&gt;&lt;/td&gt;&lt;td&gt;&lt;a href=&quot;http://cfs10.tistory.com/original/6/tistory/2008/12/01/17/35/4933a1ded417a&quot; rel=&quot;lightbox&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://cfs10.tistory.com/image/6/tistory/2008/12/01/17/35/4933a1ded417a&quot; alt=&quot;&quot; height=&quot;300&quot; width=&quot;300&quot;/&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/div&gt;&lt;br /&gt;
&lt;/DIV&gt;&lt;br /&gt;
위쪽의 그림처럼 창을 만드는 것인데...&lt;br /&gt;
왼쪽에서 며칠만에 오른쪽처럼 만들긴했다.&lt;br /&gt;
그런데 코드가 저렇게 하는것이 맞는것인지...&lt;br /&gt;
객체지향적인 코딩인지;;&lt;br /&gt;
모르겠다.ㅜ.ㅜ&lt;br /&gt;
&lt;br /&gt;
&lt;DIV class=txc-textbox style=&quot;BORDER-RIGHT: #cbcbcb 1px dashed; PADDING-RIGHT: 10px; BORDER-TOP: #cbcbcb 1px dashed; PADDING-LEFT: 10px; PADDING-BOTTOM: 10px; BORDER-LEFT: #cbcbcb 1px dashed; PADDING-TOP: 10px; BORDER-BOTTOM: #cbcbcb 1px dashed; BACKGROUND-COLOR: #ffffff&quot;&gt;&lt;FONT color=#b8d63d&gt;아직 Java에 관한 완전 초보입니다.&lt;br /&gt;
객체지향이라는 개념도 자세하게 익히지 못하였고...&lt;br /&gt;
시작하는 단계입니다^^&lt;br /&gt;
혹시 지나가시는 고수님들께서 하시고 싶은 조언이 있으면 &lt;br /&gt;
언제든지 환영하겠습니다.&lt;/FONT&gt;&lt;br /&gt;
&lt;/DIV&gt;&lt;br /&gt;

&lt;DIV class=txc-textbox style=&quot;BORDER-RIGHT: #cbcbcb 1px dashed; PADDING-RIGHT: 10px; BORDER-TOP: #cbcbcb 1px dashed; PADDING-LEFT: 10px; PADDING-BOTTOM: 10px; BORDER-LEFT: #cbcbcb 1px dashed; PADDING-TOP: 10px; BORDER-BOTTOM: #cbcbcb 1px dashed; BACKGROUND-COLOR: #ffffff&quot;&gt;&lt;FONT color=#5c7fb0&gt;SyntaxHighlighter를 사용하여 블로그에 프로그래밍 소스코드를 적용해보았습니다.&lt;br /&gt;
가독성이 너무 좋아진거 같네요...&lt;br /&gt;
근데 왜 저는 라인넘버가 안나올까요...&lt;/FONT&gt;&lt;br /&gt;
&lt;/DIV&gt;&lt;br /&gt;
&lt;TEXTAREA class=java name=code&gt;import javax.swing.*;
import java.awt.*;

public class Multi extends JPanel{

	private JFrame frame;
	private JPanel panel;
	private JPanel panel_1;
	private JPanel panel_A;
	private JPanel panel_B;
	private JPanel panel_C;
	private JPanel panel_D;
	private JTextArea text_A;
	private JTextField field_B;
	private JTextArea text_C;
	private JLabel label_A;
	private JLabel label_B;
	private JButton button_A;
	private JButton button_B;
	private JButton button_D01;
	private JButton button_D02;
		
	public static void main(String[] args) {
		Multi gui = new Multi();
		gui.go();		
	}
	
	public void go() {
		frame = new JFrame();
		frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
		
		JTabbedPane tab = new JTabbedPane();	
		setLayout(new BorderLayout());		
		
		panel = new JPanel(new GridLayout(4, 0, 10, 10));
		panel = new JPanel(new FlowLayout(FlowLayout.CENTER));
		panel.setBorder(javax.swing.BorderFactory.createEtchedBorder());
		
		panel_1 = new JPanel();

		panel_A = new JPanel();		
		panel_A.setBorder(javax.swing.BorderFactory.createEtchedBorder());
		panel_A.setPreferredSize(new Dimension(450,70));
		label_A = new JLabel(&quot;Date File :&quot;);
		text_A = new JTextArea(3, 23);
		text_A.setText(&quot;Select Data File&quot;);
		button_A = new JButton(&quot;Select File&quot;);
		
		panel_B = new JPanel();
		panel_B.setBorder(javax.swing.BorderFactory.createEtchedBorder());
		panel_B.setPreferredSize(new Dimension(450,45));
		label_B = new JLabel(&quot;Agent File :&quot;);
		field_B = new JTextField(20);
		field_B.setText(&quot;Select Agent File&quot;);
		button_B = new JButton(&quot;Select Agent File&quot;);
						
		panel_C = new JPanel();
		panel_C.setBorder(javax.swing.BorderFactory.createEtchedBorder());
		panel_C.setPreferredSize(new Dimension(450,70));
		text_C = new JTextArea(3, 30);
		text_C.setName(&quot;Selected Agent&#039;s Detail Information&quot;);
		
		panel_D = new JPanel();
		panel_D.setPreferredSize(new Dimension(450,50));
		button_D01 = new JButton(&quot;Agent Fetch&quot;);
		button_D02 = new JButton(&quot;Validation Check&quot;);
		
		panel.add(tab);		
		tab.add(&quot;Host Setting&quot;, null);
		tab.add(&quot;Agent Migration&quot;, panel_1);
		tab.add(&quot;Policy Management&quot;, null);
		tab.add(&quot;Service Priority&quot;, null);
		tab.add(&quot;Default Info&quot;, null);
		tab.add(&quot;Database Setting&quot;, null);
		
		panel_1.add(panel_A);	
		panel_1.add(panel_B);	
		panel_1.add(panel_C);	
		panel_1.add(panel_D);
		panel_A.add(label_A);	
		panel_A.add(text_A);		
		panel_A.add(button_A);		
		panel_B.add(label_B); 	
		panel_B.add(field_B); 	
		panel_B.add(button_B);		
		panel_C.add(text_C);		
		panel_D.add(button_D01);	
		panel_D.add(button_D02);
				
		frame.getContentPane().add(BorderLayout.CENTER, tab);	
		frame.setTitle(&quot;Distributed Multi-Agent System&quot;);
		frame.setSize(500, 500);
		frame.setResizable(false);
		frame.setVisible(true);
	}
}

&lt;/TEXTAREA&gt;&lt;br /&gt;&lt;div class=&quot;entry-ccl&quot; style=&quot;clear: both; text-align: right; margin-bottom: 10px&quot;&gt;
	&lt;img id=&quot;ccl-icon-131-0&quot; class=&quot;entry-ccl-by&quot; src=&quot;http://i1.daumcdn.net/cfs.tistory/v/0/static/admin/editor/ccl_black01.png&quot; alt=&quot;저작자 표시&quot;/&gt;
	&lt;img id=&quot;ccl-icon-131-1&quot; class=&quot;entry-ccl-nc&quot; src=&quot;http://i1.daumcdn.net/cfs.tistory/v/0/static/admin/editor/ccl_black02.png&quot; alt=&quot;비영리&quot;/&gt;
	&lt;!--
	&lt;rdf:RDF xmlns=&quot;http://web.resource.org/cc/&quot; xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot; xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot;&gt;
		&lt;Work rdf:about=&quot;&quot;&gt;
			&lt;license rdf:resource=&quot;http://creativecommons.org/licenses/by-nc-fr/2.0/kr/&quot; /&gt;
		&lt;/Work&gt;
		&lt;License rdf:about=&quot;http://creativecommons.org/licenses/by-nc-fr/&quot;&gt;
			&lt;permits rdf:resource=&quot;http://web.resource.org/cc/Reproduction&quot;/&gt;
			&lt;permits rdf:resource=&quot;http://web.resource.org/cc/Distribution&quot;/&gt;
			&lt;requires rdf:resource=&quot;http://web.resource.org/cc/Notice&quot;/&gt;
			&lt;requires rdf:resource=&quot;http://web.resource.org/cc/Attribution&quot;/&gt;
			&lt;prohibits rdf:resource=&quot;http://web.resource.org/cc/CommercialUse&quot;/&gt;
		&lt;/License&gt;
	&lt;/rdf:RDF&gt;
	--&gt;
&lt;/div&gt;
</description>
			<category>Java++</category>
			<category>java</category>
			<category>Java swing</category>
			<author>SquareLiquor SquareLiquor</author>
			<guid>http://squareliquor.tistory.com/131</guid>
			<comments>http://squareliquor.tistory.com/131#entry131comment</comments>
			<pubDate>Thu, 27 Nov 2008 20:28:38 +0900</pubDate>
		</item>
		<item>
			<title>[Movie] 아내가 결혼했다</title>
			<link>http://squareliquor.tistory.com/130</link>
			<description>&lt;FONT color=#318561&gt;&lt;STRONG&gt;2008.11.21&lt;br /&gt;
&lt;br /&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT color=#b8d63d&gt;아내가 결혼했다.&lt;/FONT&gt;&lt;br /&gt;
&lt;FONT color=#b8d63d&gt;-정윤수&lt;/FONT&gt;&lt;br /&gt;
&lt;br /&gt;가장 인상 깊은 대사가...&lt;br /&gt;
&quot;말도 안되는 말을 말처럼 잘한다.&quot;&lt;br /&gt;
에서&lt;SPAN id=callbacknestperugorangtistorycom1268286 style=&quot;FLOAT: right; WIDTH: 1px; HEIGHT: 1px&quot;&gt;&lt;EMBED id=bootstrapperperugorangtistorycom1268286 src=http://perugorang.tistory.com/plugin/CallBack_bootstrapperSrc width=1 height=1 type=application/x-shockwave-flash allowscriptaccess=&quot;always&quot; wmode=&quot;transparent&quot; EnableContextMenu=&quot;false&quot; FlashVars=&quot;&amp;amp;callbackId=perugorangtistorycom1268286&amp;amp;host=http://perugorang.tistory.com&amp;amp;embedCodeSrc=http%3A%2F%2Fperugorang.tistory.com%2Fplugin%2FCallBack_bootstrapper%3F%26src%3Dhttp%3A%2F%2Fcfs.tistory.com%2Fblog%2Fplugins%2FCallBack%2Fcallback%26id%3D126%26callbackId%3Dperugorangtistorycom1268286%26destDocId%3Dcallbacknestperugorangtistorycom1268286%26host%3Dhttp%3A%2F%2Fperugorang.tistory.com%26float%3Dleft&quot; swLiveConnect=&quot;true&quot;&gt;&lt;/SPAN&gt;&lt;br /&gt;
&lt;br /&gt;&quot;진짜 내가 되고 싶어.&quot;&lt;br /&gt;
라는 &lt;br /&gt;
대사로 바뀌었다.&lt;br /&gt;
&lt;br /&gt;&lt;br /&gt;
&lt;div class=&quot;imageblock&quot; style=&quot;display:inline;&quot;&gt;&lt;a href=&quot;http://cfs15.tistory.com/original/27/tistory/2008/11/27/16/41/492e4f233d4a4&quot; rel=&quot;lightbox&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://cfs15.tistory.com/image/27/tistory/2008/11/27/16/41/492e4f233d4a4&quot; alt=&quot;&quot; filemime=&quot;&quot; filename=&quot;D5416-21.jpg&quot; height=&quot;333&quot; width=&quot;500&quot;/&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;entry-ccl&quot; style=&quot;clear: both; text-align: right; margin-bottom: 10px&quot;&gt;
	&lt;img id=&quot;ccl-icon-130-0&quot; class=&quot;entry-ccl-by&quot; src=&quot;http://i1.daumcdn.net/cfs.tistory/v/0/static/admin/editor/ccl_black01.png&quot; alt=&quot;저작자 표시&quot;/&gt;
	&lt;img id=&quot;ccl-icon-130-1&quot; class=&quot;entry-ccl-nc&quot; src=&quot;http://i1.daumcdn.net/cfs.tistory/v/0/static/admin/editor/ccl_black02.png&quot; alt=&quot;비영리&quot;/&gt;
	&lt;!--
	&lt;rdf:RDF xmlns=&quot;http://web.resource.org/cc/&quot; xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot; xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot;&gt;
		&lt;Work rdf:about=&quot;&quot;&gt;
			&lt;license rdf:resource=&quot;http://creativecommons.org/licenses/by-nc-fr/2.0/kr/&quot; /&gt;
		&lt;/Work&gt;
		&lt;License rdf:about=&quot;http://creativecommons.org/licenses/by-nc-fr/&quot;&gt;
			&lt;permits rdf:resource=&quot;http://web.resource.org/cc/Reproduction&quot;/&gt;
			&lt;permits rdf:resource=&quot;http://web.resource.org/cc/Distribution&quot;/&gt;
			&lt;requires rdf:resource=&quot;http://web.resource.org/cc/Notice&quot;/&gt;
			&lt;requires rdf:resource=&quot;http://web.resource.org/cc/Attribution&quot;/&gt;
			&lt;prohibits rdf:resource=&quot;http://web.resource.org/cc/CommercialUse&quot;/&gt;
		&lt;/License&gt;
	&lt;/rdf:RDF&gt;
	--&gt;
&lt;/div&gt;
</description>
			<category>others++</category>
			<category>아내가 결혼했다</category>
			<category>정윤수</category>
			<author>SquareLiquor SquareLiquor</author>
			<guid>http://squareliquor.tistory.com/130</guid>
			<comments>http://squareliquor.tistory.com/130#entry130comment</comments>
			<pubDate>Thu, 27 Nov 2008 16:41:37 +0900</pubDate>
		</item>
		<item>
			<title>2008.11.25 - skin을 바꾸었습니다. by celli&#039;s Gray Rain 스킨</title>
			<link>http://squareliquor.tistory.com/128</link>
			<description>&lt;P style=&quot;LINE-HEIGHT: 1.5&quot;&gt;&lt;br /&gt;
정말 오랜만에 다시 블로그 관리에 신경을 써야겠다는 생각과 함께 &lt;br /&gt;
몇개의 글을 쓰는것으로 시작해본다.&lt;br /&gt;
&lt;br /&gt;그래서 이럴때마다 항상 블로그skin부터 바꾸고 본다.&lt;br /&gt;
&lt;A title=&quot;[http://www.textcube.org/theme]로 이동합니다.&quot; href=&quot;http://www.textcube.org/theme&quot; target=_blank&gt;텍스트큐브 스킨 카테고리&lt;/A&gt;에서 몇개를 둘러보던중......&lt;br /&gt;
역시 심플한것에 끌리는지 &lt;A title=&quot;[http://www.ennuism.net/]로 이동합니다.&quot; href=&quot;http://www.ennuism.net/&quot; target=_blank&gt;cell&lt;/A&gt;i님의 스킨이 눈에 들어왔다.&lt;br /&gt;
&lt;br /&gt;약간 내 입맛에 맞게 수정도 해보았다.&lt;br /&gt;
그리고 블로그에도 약간의 수정사항이 있다.&lt;br /&gt;
&lt;br /&gt;&lt;/P&gt;
&lt;DIV class=txc-textbox style=&quot;BORDER-RIGHT: #cbcbcb 1px dashed; PADDING-RIGHT: 10px; BORDER-TOP: #cbcbcb 1px dashed; PADDING-LEFT: 10px; PADDING-BOTTOM: 10px; BORDER-LEFT: #cbcbcb 1px dashed; LINE-HEIGHT: 1.5; PADDING-TOP: 10px; BORDER-BOTTOM: #cbcbcb 1px dashed; BACKGROUND-COLOR: #ffffff&quot;&gt;&lt;FONT color=#b8d63d&gt;&lt;SPAN style=&quot;FONT-FAMILY: Gulim&quot;&gt;Skin 수정사항&lt;/SPAN&gt;&lt;br /&gt;
&lt;SPAN style=&quot;FONT-FAMILY: Gulim&quot;&gt;+사이드바(메뉴바)를 위로 올려보았다.&lt;/SPAN&gt;&lt;br /&gt;
&lt;SPAN style=&quot;FONT-FAMILY: Gulim&quot;&gt;+본문 폭을 100px 늘려보았다.&lt;/SPAN&gt;&lt;/FONT&gt;&lt;br /&gt;
&lt;/DIV&gt;
&lt;P style=&quot;LINE-HEIGHT: 1.5&quot;&gt;&lt;br /&gt;
&lt;/P&gt;
&lt;DIV class=txc-textbox style=&quot;BORDER-RIGHT: #cbcbcb 1px dashed; PADDING-RIGHT: 10px; BORDER-TOP: #cbcbcb 1px dashed; PADDING-LEFT: 10px; PADDING-BOTTOM: 10px; BORDER-LEFT: #cbcbcb 1px dashed; PADDING-TOP: 10px; BORDER-BOTTOM: #cbcbcb 1px dashed; BACKGROUND-COLOR: #ffffff&quot;&gt;&lt;FONT color=#49b5d5&gt;Blog 수정사항&lt;br /&gt;
+카테고리수정&lt;br /&gt;
&amp;nbsp; 1. 이야기/heart +&amp;nbsp;이야기/only jk = 이야기/Heart + Jk&lt;br /&gt;
&amp;nbsp; 2. 이야기/eye+ear + 이야기/foot = 이야기/eye+ear+foot&lt;br /&gt;
&amp;nbsp; 3.&amp;nbsp;이야기/Java&amp;nbsp;王&amp;nbsp;Jk 카테고리&amp;nbsp;생성&lt;br /&gt;
&amp;nbsp; 4. 그림카테고리 하위카테고리 삭제&lt;br /&gt;
+Jk&#039;s eye Link 다시 삽입&lt;/FONT&gt;&lt;br /&gt;
&lt;/DIV&gt;
&lt;P style=&quot;LINE-HEIGHT: 1.5&quot;&gt;&lt;br /&gt;
&lt;br /&gt;이렇게 마음에 쏙 드는 스킨을 제공해주신 &lt;A title=&quot;[http://www.ennuism.net/]로 이동합니다.&quot; href=&quot;http://www.ennuism.net/&quot; target=_blank&gt;celli&lt;/A&gt;님에게 한번 더 감사의 말씀을 드리며&lt;br /&gt;
다시 블로그 운영에 박차를 가해보아야겠다!&lt;br /&gt;
&lt;br /&gt;&lt;div class=&quot;imageblock dual&quot; style=&quot;text-align: center;&quot;&gt;&lt;table cellspacing=&quot;5&quot; cellpadding=&quot;0&quot; border=&quot;0&quot; style=&quot;margin: 0 auto;&quot;&gt;&lt;tr&gt;&lt;td&gt;&lt;a href=&quot;http://cfs11.tistory.com/original/13/tistory/2008/11/25/10/25/492b541f4ee62&quot; rel=&quot;lightbox&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://cfs11.tistory.com/image/13/tistory/2008/11/25/10/25/492b541f4ee62&quot; width=&quot;300&quot; height=&quot;346&quot; alt=&quot;&quot;/&gt;&lt;/a&gt;&lt;p class=&quot;cap1&quot;&gt;Menu Close&lt;/p&gt;&lt;/td&gt;&lt;td&gt;&lt;a href=&quot;http://cfs11.tistory.com/original/20/tistory/2008/11/25/10/25/492b541f9feb5&quot; rel=&quot;lightbox&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://cfs11.tistory.com/image/20/tistory/2008/11/25/10/25/492b541f9feb5&quot; width=&quot;300&quot; height=&quot;461&quot; alt=&quot;&quot;/&gt;&lt;/a&gt;&lt;p class=&quot;cap1&quot;&gt;Menu Open&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/div&gt;&lt;/P&gt;
&lt;DIV&gt;
&lt;DIV style=&quot;BORDER-RIGHT: 0pt; BORDER-TOP: 0pt; BACKGROUND: url(http://deco.daum-img.net/contents/horizontalrule/line06.gif?rv=1.0.1) repeat-x left 50%; BORDER-LEFT: 0pt; WIDTH: 99%; BORDER-BOTTOM: 0pt; HEIGHT: 15px&quot;&gt;
&lt;HR style=&quot;BORDER-RIGHT: 0pt; BORDER-TOP: 0pt; LEFT: -999px; BORDER-LEFT: 0pt; BORDER-BOTTOM: 0pt; POSITION: relative; TOP: -999px&quot;&gt;
&lt;/DIV&gt;&lt;br /&gt;
+Bonus&lt;br /&gt;
오랜만에 커밍하는 바탕화면 모습^^&lt;br /&gt;
Discovery - Boom De Ah Dah!&lt;br /&gt;
완전 중독이다..+_+&lt;br /&gt;
각종 붐디야다가 다 들어있는 파일을 받으시면 클릭하세요^^&lt;br /&gt;
&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;a href=&quot;http://squareliquor.tistory.com/attachment/492b567e745d1ER.zip&quot;&gt;&lt;img src=&quot;http://i1.daumcdn.net/cfs.tistory/v/0/blog/image/extension/zip.gif&quot; alt=&quot;&quot; style=&quot;vertical-align: middle;&quot; /&gt; Boomdeyada.zip&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
&lt;div class=&quot;imageblock&quot; style=&quot;display:inline;&quot;&gt;&lt;a href=&quot;http://cfs11.tistory.com/original/20/tistory/2008/11/25/10/25/492b5420782a6&quot; rel=&quot;lightbox&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://cfs11.tistory.com/image/20/tistory/2008/11/25/10/25/492b5420782a6&quot; width=&quot;600&quot; height=&quot;374.5714285714286&quot; alt=&quot;&quot; filename=&quot;492b5420782a6AJ.jpg&quot; filemime=&quot;&quot;/&gt;&lt;/a&gt;&lt;/div&gt;&lt;/DIV&gt;&lt;div class=&quot;entry-ccl&quot; style=&quot;clear: both; text-align: right; margin-bottom: 10px&quot;&gt;
	&lt;img id=&quot;ccl-icon-128-0&quot; class=&quot;entry-ccl-by&quot; src=&quot;http://i1.daumcdn.net/cfs.tistory/v/0/static/admin/editor/ccl_black01.png&quot; alt=&quot;저작자 표시&quot;/&gt;
	&lt;img id=&quot;ccl-icon-128-1&quot; class=&quot;entry-ccl-nc&quot; src=&quot;http://i1.daumcdn.net/cfs.tistory/v/0/static/admin/editor/ccl_black02.png&quot; alt=&quot;비영리&quot;/&gt;
	&lt;!--
	&lt;rdf:RDF xmlns=&quot;http://web.resource.org/cc/&quot; xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot; xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot;&gt;
		&lt;Work rdf:about=&quot;&quot;&gt;
			&lt;license rdf:resource=&quot;http://creativecommons.org/licenses/by-nc-fr/2.0/kr/&quot; /&gt;
		&lt;/Work&gt;
		&lt;License rdf:about=&quot;http://creativecommons.org/licenses/by-nc-fr/&quot;&gt;
			&lt;permits rdf:resource=&quot;http://web.resource.org/cc/Reproduction&quot;/&gt;
			&lt;permits rdf:resource=&quot;http://web.resource.org/cc/Distribution&quot;/&gt;
			&lt;requires rdf:resource=&quot;http://web.resource.org/cc/Notice&quot;/&gt;
			&lt;requires rdf:resource=&quot;http://web.resource.org/cc/Attribution&quot;/&gt;
			&lt;prohibits rdf:resource=&quot;http://web.resource.org/cc/CommercialUse&quot;/&gt;
		&lt;/License&gt;
	&lt;/rdf:RDF&gt;
	--&gt;
&lt;/div&gt;
</description>
			<category>Jk++</category>
			<category>celli</category>
			<category>Skin</category>
			<category>스킨</category>
			<author>SquareLiquor SquareLiquor</author>
			<guid>http://squareliquor.tistory.com/128</guid>
			<comments>http://squareliquor.tistory.com/128#entry128comment</comments>
			<pubDate>Tue, 25 Nov 2008 10:33:18 +0900</pubDate>
		</item>
		<item>
			<title>Adobe CS4 신제품 발표회</title>
			<link>http://squareliquor.tistory.com/125</link>
			<description>&lt;TABLE id=Table_01 cellSpacing=0 cellPadding=0 width=660 align=center border=0&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width=660 colSpan=3&gt;&lt;IMG height=59 alt=&quot;&quot; src=&quot;http://www.creativefreedom.co.kr/CS4_launch/edm/eDM_2nd_01.jpg&quot; width=660&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD colSpan=3&gt;&lt;IMG height=411 alt=&quot;&quot; src=&quot;http://www.creativefreedom.co.kr/CS4_launch/edm/eDM_2nd_02.jpg&quot; width=660&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD colSpan=3&gt;
&lt;TABLE cellSpacing=0 cellPadding=0 width=&quot;100%&quot; border=0&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD&gt;&lt;A href=&quot;http://www.creativefreedom.co.kr/CS4_launch/edm/map_convention_hall.gif&quot; target=_blank&gt;&lt;IMG height=68 alt=&quot;&quot; src=&quot;http://www.creativefreedom.co.kr/CS4_launch/edm/eDM_sponsor_slice_03.jpg&quot; width=331 border=0&gt;&lt;/A&gt;&lt;/TD&gt;
&lt;TD&gt;&lt;A href=&quot;http://www.adobecreative.co.kr/CS4_launch/register.asp&quot; target=_blank&gt;&lt;IMG height=68 alt=&quot;&quot; src=&quot;http://www.creativefreedom.co.kr/CS4_launch/edm/eDM_sponsor_slice_04.jpg&quot; width=329 border=0&gt;&lt;/A&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD colSpan=3&gt;&lt;IMG height=499 alt=&quot;&quot; src=&quot;http://www.creativefreedom.co.kr/CS4_launch/edm/eDM_2nd_04.jpg&quot; width=660&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD colSpan=3&gt;&lt;IMG height=472 alt=&quot;&quot; src=&quot;http://www.creativefreedom.co.kr/CS4_launch/edm/eDM_2nd_05.jpg&quot; width=660&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD colSpan=3&gt;&lt;IMG height=261 alt=&quot;&quot; src=&quot;http://www.creativefreedom.co.kr/CS4_launch/edm/eDM_2nd_06.jpg&quot; width=660&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD colSpan=3&gt;&lt;IMG height=202 alt=&quot;&quot; src=&quot;http://www.creativefreedom.co.kr/CS4_launch/edm/eDM_2nd_07.jpg&quot; width=660 border=0&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD colSpan=3&gt;&lt;A href=&quot;http://www.creativefreedom.co.kr/CS4_launch/edm/map_convention_hall.gif&quot; target=_blank&gt;&lt;IMG height=63 alt=&quot;&quot; src=&quot;http://www.creativefreedom.co.kr/CS4_launch/edm/eDM_sponsor_slice_09.jpg&quot; width=660 border=0&gt;&lt;/A&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD align=middle bgColor=#000000 colSpan=3&gt;
&lt;TABLE cellSpacing=0 cellPadding=0 width=&quot;90%&quot; border=0&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD align=middle&gt;&lt;A href=&quot;http://www.hp.co.kr/&quot; target=_blank&gt;&lt;IMG height=53 alt=&quot;&quot; src=&quot;http://www.creativefreedom.co.kr/CS4_launch/edm/eDM_sponsor_slice_11.jpg&quot; width=58 border=0&gt;&lt;/A&gt;&lt;/TD&gt;
&lt;TD align=middle&gt;&lt;A href=&quot;http://kr.nvidia.com/page/home.html&quot; target=_blank&gt;&lt;IMG height=58 alt=&quot;&quot; src=&quot;http://www.creativefreedom.co.kr/CS4_launch/edm/eDM_sponsor_slice_13.jpg&quot; width=70 border=0&gt;&lt;/A&gt;&lt;/TD&gt;
&lt;TD align=middle&gt;&lt;A href=&quot;http://www.fujixerox.co.kr/&quot; target=_blank&gt;&lt;IMG height=56 alt=&quot;&quot; src=&quot;http://www.creativefreedom.co.kr/CS4_launch/edm/eDM_sponsor_slice_15.jpg&quot; width=139 border=0&gt;&lt;/A&gt;&lt;/TD&gt;
&lt;TD align=middle&gt;&lt;A href=&quot;http://www.wacomdigital.co.kr/&quot; target=_blank&gt;&lt;IMG height=57 alt=&quot;&quot; src=&quot;http://www.creativefreedom.co.kr/CS4_launch/edm/eDM_sponsor_slice_17.jpg&quot; width=76 border=0&gt;&lt;/A&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD align=middle bgColor=#000000 colSpan=3 height=20&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;br /&gt;
&lt;br /&gt;얼마전 학교 랩실의 Adobe set를 CS2에서 CS4로 교체건 때문에 Adobe직원분이 온적이 있었다.&lt;br /&gt;
그때 알려주신 12월4일의 Adobe 신제품발표회!&lt;br /&gt;
그분도 예전에 경품으로 나온 Mac book이 당첨이 되었지만 직원이라 못받았다는 가슴아픈 이야기도 들었다.&lt;br /&gt;
요즘 너무 가지고 싶은 Mac book에 대한 혹시나 하는 호기심으로 가볼까 했는데...&lt;br /&gt;
수업이 2개나 있다...&lt;br /&gt;
왜 하필 목요일.ㅜ.ㅜ&lt;br /&gt;
고민해봐야겠다.</description>
			<category>others++</category>
			<category>adobe</category>
			<category>CS4</category>
			<author>SquareLiquor SquareLiquor</author>
			<guid>http://squareliquor.tistory.com/125</guid>
			<comments>http://squareliquor.tistory.com/125#entry125comment</comments>
			<pubDate>Sun, 23 Nov 2008 13:13:35 +0900</pubDate>
		</item>
		<item>
			<title>The world is just Awesome!!</title>
			<link>http://squareliquor.tistory.com/124</link>
			<description>&lt;DIV align=center&gt;&lt;object type=&quot;application/x-shockwave-flash&quot; classid=&quot;clsid:d27cdb6e-ae6d-11cf-96b8-444553540000&quot; codebase=&quot;http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0&quot; width=&quot;502&quot; height=&quot;399&quot;&gt;
	&lt;param name=&quot;movie&quot; value=&quot;http://flvs.daum.net/flvPlayer.swf?vid=cFcQ48kWH40%24&amp;amp;pwidth=502&amp;amp;pheight=399&quot;/&gt;
	&lt;param name=&quot;allowScriptAccess&quot; value=&quot;always&quot;/&gt;
	&lt;param name=&quot;allowFullScreen&quot; value=&quot;true&quot;/&gt;
	&lt;param name=&quot;bgcolor&quot; value=&quot;#000000&quot;/&gt;
	&lt;embed src=&quot;http://flvs.daum.net/flvPlayer.swf?vid=cFcQ48kWH40%24&amp;amp;pwidth=502&amp;amp;pheight=399&quot; width=&quot;502&quot; height=&quot;399&quot; allowscriptaccess=&quot;always&quot; allowfullscreen=&quot;true&quot; type=&quot;application/x-shockwave-flash&quot; bgcolor=&quot;#000000&quot;/&gt;
&lt;/object&gt;
&lt;br /&gt;

&lt;DIV style=&quot;TEXT-ALIGN: left&quot;&gt;&lt;br /&gt;
&lt;FONT color=#8e8e8e&gt;&lt;FONT size=+0&gt;&lt;SPAN style=&quot;FONT-FAMILY: Gulim&quot;&gt;&lt;SPAN style=&quot;FONT-SIZE: 9pt&quot;&gt;&lt;SPAN style=&quot;FONT-FAMILY: Gulim&quot;&gt;&lt;SPAN style=&quot;FONT-FAMILY: Dotum&quot;&gt;Boom de ah-da~!&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;br /&gt;
&lt;br /&gt;&lt;SPAN style=&quot;FONT-FAMILY: Gulim&quot;&gt;&lt;SPAN style=&quot;FONT-SIZE: 9pt&quot;&gt;&lt;SPAN style=&quot;FONT-FAMILY: Gulim&quot;&gt;&lt;SPAN style=&quot;FONT-FAMILY: Dotum&quot;&gt;이번 추석 기간동안 고향에 있으면서&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;br /&gt;
&lt;SPAN style=&quot;FONT-FAMILY: Gulim&quot;&gt;&lt;SPAN style=&quot;FONT-SIZE: 9pt&quot;&gt;&lt;SPAN style=&quot;FONT-FAMILY: Gulim&quot;&gt;&lt;SPAN style=&quot;FONT-FAMILY: Dotum&quot;&gt;&quot;x밀리가 떴다&quot;, &quot;x박2일&quot; 등의 리얼 야생버라이어티라고 이야기하는 여러 프로그램들의&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;br /&gt;
&lt;SPAN style=&quot;FONT-FAMILY: Gulim&quot;&gt;&lt;SPAN style=&quot;FONT-SIZE: 9pt&quot;&gt;&lt;SPAN style=&quot;FONT-FAMILY: Gulim&quot;&gt;&lt;SPAN style=&quot;FONT-FAMILY: Dotum&quot;&gt;폭격속에서 TV보기도 지쳐버렸다.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;br /&gt;
&lt;SPAN style=&quot;FONT-FAMILY: Gulim&quot;&gt;&lt;SPAN style=&quot;FONT-SIZE: 9pt&quot;&gt;&lt;SPAN style=&quot;FONT-FAMILY: Gulim&quot;&gt;&lt;SPAN style=&quot;FONT-FAMILY: Dotum&quot;&gt;그러다 채널을 돌리던 도중 Discovery채널에서 멈추는 순간 가슴이 두근거렸다.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;br /&gt;
&lt;SPAN style=&quot;FONT-FAMILY: Gulim&quot;&gt;&lt;SPAN style=&quot;FONT-SIZE: 9pt&quot;&gt;&lt;SPAN style=&quot;FONT-FAMILY: Gulim&quot;&gt;&lt;SPAN style=&quot;FONT-FAMILY: Dotum&quot;&gt;Man vs Wild라는 프로그램을 보면서 경악을 금치 못하였다.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;br /&gt;
&lt;SPAN style=&quot;FONT-FAMILY: Gulim&quot;&gt;&lt;SPAN style=&quot;FONT-SIZE: 9pt&quot;&gt;&lt;SPAN style=&quot;FONT-FAMILY: Gulim&quot;&gt;&lt;SPAN style=&quot;FONT-FAMILY: Dotum&quot;&gt;이것에는 여러가지 이유가 있었다.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;br /&gt;
&lt;SPAN style=&quot;FONT-FAMILY: Gulim&quot;&gt;&lt;SPAN style=&quot;FONT-SIZE: 9pt&quot;&gt;&lt;SPAN style=&quot;FONT-FAMILY: Gulim&quot;&gt;&lt;SPAN style=&quot;FONT-FAMILY: Dotum&quot;&gt;이것저것 보고 있기도 힘든 음식(...이라기보단 살아있는 여러가지들)을 날로 먹는 그의 모습과&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;br /&gt;
&lt;SPAN style=&quot;FONT-FAMILY: Gulim&quot;&gt;&lt;SPAN style=&quot;FONT-SIZE: 9pt&quot;&gt;&lt;SPAN style=&quot;FONT-FAMILY: Gulim&quot;&gt;&lt;SPAN style=&quot;FONT-FAMILY: Dotum&quot;&gt;자연속으로 뛰어드는 그의 모습에서 놀라움을 금치 못하였다.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;br /&gt;
&lt;SPAN style=&quot;FONT-FAMILY: Gulim&quot;&gt;&lt;SPAN style=&quot;FONT-SIZE: 9pt&quot;&gt;&lt;SPAN style=&quot;FONT-FAMILY: Gulim&quot;&gt;&lt;SPAN style=&quot;FONT-FAMILY: Dotum&quot;&gt;그 외에도 북해에서 대게잡이를 하는 이들의 꿈틀대는 살아있음...&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;br /&gt;
&lt;SPAN style=&quot;FONT-FAMILY: Gulim&quot;&gt;&lt;SPAN style=&quot;FONT-SIZE: 9pt&quot;&gt;&lt;SPAN style=&quot;FONT-FAMILY: Gulim&quot;&gt;&lt;SPAN style=&quot;FONT-FAMILY: Dotum&quot;&gt;&quot;살아있는 지구(planet earth)의 장대함까지도 느낄수 있었다.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;br /&gt;
&lt;SPAN style=&quot;FONT-FAMILY: Gulim&quot;&gt;&lt;SPAN style=&quot;FONT-SIZE: 9pt&quot;&gt;&lt;SPAN style=&quot;FONT-FAMILY: Gulim&quot;&gt;&lt;SPAN style=&quot;FONT-FAMILY: Dotum&quot;&gt;감동과 감동의 물결이 물밀듯밀려왔다.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;br /&gt;
&lt;br /&gt;&lt;SPAN style=&quot;FONT-FAMILY: Gulim&quot;&gt;&lt;SPAN style=&quot;FONT-SIZE: 9pt&quot;&gt;&lt;SPAN style=&quot;FONT-FAMILY: Gulim&quot;&gt;&lt;SPAN style=&quot;FONT-FAMILY: Dotum&quot;&gt;하지만 인류는 어서 멸망??멸종해야한다는 나의 생각에는 변함이 없다.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;br /&gt;
&lt;SPAN style=&quot;FONT-FAMILY: Gulim&quot;&gt;&lt;SPAN style=&quot;FONT-SIZE: 9pt&quot;&gt;&lt;SPAN style=&quot;FONT-FAMILY: Gulim&quot;&gt;&lt;SPAN style=&quot;FONT-FAMILY: Dotum&quot;&gt;이 거대하고 소중한 자연을 파괴하는것은 오직 인류이니까...&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;br /&gt;
&lt;SPAN style=&quot;FONT-FAMILY: Gulim&quot;&gt;&lt;SPAN style=&quot;FONT-SIZE: 9pt&quot;&gt;&lt;SPAN style=&quot;FONT-FAMILY: Gulim&quot;&gt;&lt;SPAN style=&quot;FONT-FAMILY: Dotum&quot;&gt;누군가가 나에게 말했던 그러한 생각은 자연지상주의=인간지상주의와 다를바없다는 이야기에 나는 동의하지 못하고 있다는 이야기이다.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;br /&gt;
&lt;br /&gt;&lt;SPAN style=&quot;FONT-FAMILY: Gulim&quot;&gt;&lt;SPAN style=&quot;FONT-SIZE: 9pt&quot;&gt;&lt;SPAN style=&quot;FONT-FAMILY: Gulim&quot;&gt;&lt;SPAN style=&quot;FONT-FAMILY: Dotum&quot;&gt;그리고 위의 광고(?)는 나의 눈과 귀와 온신경을 즐겁게 해준다.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;br /&gt;
&lt;br /&gt;&lt;SPAN style=&quot;FONT-FAMILY: Gulim&quot;&gt;&lt;SPAN style=&quot;FONT-SIZE: 9pt&quot;&gt;&lt;SPAN style=&quot;FONT-FAMILY: Gulim&quot;&gt;&lt;SPAN style=&quot;FONT-FAMILY: Dotum&quot;&gt;이것이 리얼야생버라이어티다 이사람들아!!&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;br /&gt;
&lt;br /&gt;&lt;SPAN style=&quot;FONT-FAMILY: Gulim&quot;&gt;&lt;SPAN style=&quot;FONT-SIZE: 9pt&quot;&gt;&lt;SPAN style=&quot;FONT-FAMILY: Gulim&quot;&gt;&lt;SPAN style=&quot;FONT-FAMILY: Dotum&quot;&gt;젊은이들이여!!Discovery&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;SPAN style=&quot;FONT-FAMILY: Gulim&quot;&gt;&lt;SPAN style=&quot;FONT-SIZE: 9pt&quot;&gt;&lt;SPAN style=&quot;FONT-FAMILY: Gulim&quot;&gt;&lt;SPAN style=&quot;FONT-FAMILY: Dotum&quot;&gt;를 보자!! 지구를 보자!!&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;br /&gt;
&lt;/FONT&gt;&lt;br /&gt;
&lt;FONT color=#009966&gt;&lt;SPAN style=&quot;FONT-FAMILY: Dotum&quot;&gt;Boom de Ah-da!!&lt;/SPAN&gt;&lt;br /&gt;
&lt;SPAN style=&quot;FONT-FAMILY: Dotum&quot;&gt;The world is just Awesome!!&lt;/SPAN&gt;&lt;br /&gt;
&lt;/FONT&gt;&lt;br /&gt;
&lt;SPAN style=&quot;FONT-FAMILY: Dotum&quot;&gt;p.s 오랜만에 쓰는 글이라 그런지 감정이 잘 담아지지 않는다.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
			<category>Jk++</category>
			<category>boom de ah-da</category>
			<category>discovery channel</category>
			<category>the world is just awesome</category>
			<category>디스커버리채널</category>
			<category>자연</category>
			<author>SquareLiquor SquareLiquor</author>
			<guid>http://squareliquor.tistory.com/124</guid>
			<comments>http://squareliquor.tistory.com/124#entry124comment</comments>
			<pubDate>Wed, 17 Sep 2008 20:27:15 +0900</pubDate>
		</item>
		<item>
			<title>2008.08.29 블로그 겉모습만 바꿈</title>
			<link>http://squareliquor.tistory.com/123</link>
			<description>&lt;P&gt;&lt;FONT color=#8e8e8e&gt;방학이 시작되면 리뉴얼하겠다전 나의 블로그가&lt;br /&gt;
방학 내내 방치되다 끝자락에 닿아서야 간신히 그 겉모습만 바꾸었다.&lt;br /&gt;
티스토리에서 제공되는 기본 스킨중의 하나지만 무언가 끌림이 있었다.&lt;br /&gt;
뭘까?&lt;br /&gt;
하지만 지금까지와는 다르게 새로움은 없다.&lt;br /&gt;
산뜻해지고 설레이며 상쾌한...&lt;br /&gt;
나에게 그리고 타인들에게 보여주고 싶은 새로움이 없다.&lt;br /&gt;
&lt;br /&gt;마치 지금까지 변하지 않은 게으르고 구질구질한...&lt;br /&gt;
말뿐인 각오와 같아서일까...&lt;br /&gt;
&lt;br /&gt;하루에 몇페이지의 책을 넘기느냐가 중요한것이 아니다.&lt;br /&gt;
머리속에 꾹꾹 눌러담아야할 지식들이 오히려&lt;br /&gt;
담배연기처럼 훌훌 빠져나가버린다.&lt;br /&gt;
&lt;br /&gt;얼마전 했던말처럼&lt;br /&gt;
맛있는 반찬과 맛없는 반찬이 있다.&lt;br /&gt;
둘을 적절히 섞어서 먹을것인가.&lt;br /&gt;
맛있는 반찬부터 뚝딱 먹어버릴것인가.&lt;br /&gt;
맛있는 공부는 술술 잘풀려간다.(HTML)&lt;br /&gt;
맛없는 공부는 당췌 나아가질않는다.(JAVA)&lt;br /&gt;
&lt;br /&gt;그래도 어떤 반찬을 먹을지를 고민하다니&lt;br /&gt;
많이 나아졌다.&lt;br /&gt;
하지만 만족하지말자.&lt;br /&gt;
(만족할것도 없지만...)&lt;br /&gt;
&lt;br /&gt;좌우명이나 바꿔볼까.&lt;br /&gt;
&lt;/FONT&gt;&lt;FONT color=#009966&gt;&lt;STRONG&gt;만족하지말자!&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
			<category>Jk++</category>
			<category>HTML</category>
			<category>java</category>
			<category>공부</category>
			<category>반찬</category>
			<category>현정</category>
			<author>SquareLiquor SquareLiquor</author>
			<guid>http://squareliquor.tistory.com/123</guid>
			<comments>http://squareliquor.tistory.com/123#entry123comment</comments>
			<pubDate>Fri, 29 Aug 2008 22:00:58 +0900</pubDate>
		</item>
		<item>
			<title>[Movie] 비스티보이즈</title>
			<link>http://squareliquor.tistory.com/119</link>
			<description>&lt;STRONG&gt;&lt;FONT color=#318561&gt;2008.08.22&lt;/FONT&gt;&lt;/STRONG&gt;&lt;br /&gt;
&lt;br /&gt;&lt;FONT color=#b8d63d&gt;비스티보이즈&lt;br /&gt;
-윤종빈&lt;/FONT&gt;&lt;br /&gt;
&lt;br /&gt;&lt;br /&gt;
&lt;br /&gt;&lt;embed pluginspage=http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash src=http://noriterm.ipop.co.kr/cgi-bin/noriter_flash_view.cgi?mid=2368292&amp;amp;nid=15895534 width=&quot;500&quot; height=&quot;216&quot; type=application/x-shockwave-flash QUALITY=&quot;high&quot; LOOP=&quot;true&quot; PLAY=&quot;true&quot;&gt;&lt;/embed&gt;&lt;br /&gt;
&lt;br /&gt;영화는 참 좋다.&lt;br /&gt;
다른사람들을 통해 많은 경험을 해볼수 있으니깐...&lt;br /&gt;
내가 하고 싶어도 하지 못하는 것들처럼...</description>
			<category>others++</category>
			<category>비스티보이즈</category>
			<author>SquareLiquor SquareLiquor</author>
			<guid>http://squareliquor.tistory.com/119</guid>
			<comments>http://squareliquor.tistory.com/119#entry119comment</comments>
			<pubDate>Fri, 22 Aug 2008 10:50:03 +0900</pubDate>
		</item>
		<item>
			<title>2008.08.20 별 그리고 발등에 지피는 불</title>
			<link>http://squareliquor.tistory.com/118</link>
			<description>&lt;p&gt;&amp;nbsp;&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;a href=&quot;http://cfs7.tistory.com/upload_control/download.blog?fhandle=YmxvZzYyMTY0QGZzNy50aXN0b3J5LmNvbTovYXR0YWNoLzAvMi5KUEc%3D&quot; rel=&quot;lightbox&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://cfs7.tistory.com/upload_control/download.blog?fhandle=YmxvZzYyMTY0QGZzNy50aXN0b3J5LmNvbTovYXR0YWNoLzAvMi5KUEc%3D&quot; alt=&quot;사용자 삽입 이미지&quot; height=&quot;562&quot; width=&quot;600&quot;/&gt;&lt;/a&gt;&lt;/div&gt;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;
대학생활 마지막 방학이다.&lt;br /&gt;
나태한건 새내기때와 별반 다르지 않다.&lt;br /&gt;
열심히 살자고 다짐은 금강산 1만2천봉보다 더 많이 한거 같은데...&lt;br /&gt;
공부하는 책의 진도는 나가지 않고...&lt;br /&gt;
앉으면 인터넷질, 슬러거질, 네이트질...&lt;br /&gt;
&lt;br /&gt;
2주도 안남았다.&lt;br /&gt;
이제는 스스로 발등에 불을 지필때이다.&lt;br /&gt;
&lt;br /&gt;
&lt;/p&gt;</description>
			<category>Jk++</category>
			<author>SquareLiquor SquareLiquor</author>
			<guid>http://squareliquor.tistory.com/118</guid>
			<comments>http://squareliquor.tistory.com/118#entry118comment</comments>
			<pubDate>Wed, 20 Aug 2008 16:58:57 +0900</pubDate>
		</item>
		<item>
			<title>2008.08.15 글자</title>
			<link>http://squareliquor.tistory.com/117</link>
			<description>생명을 가지고 살아가는 존재들에게 표현이라는 것으로 내면의 모든 것을 나타내기란 무척이나 어리석다.&lt;br /&gt;
아무리 기쁘다해도 아무리 짜증난다해도...그리고 그 어떤 것이라도 이까짓 문자로 나타낸다는 것은 더욱더 어리석다.&lt;br /&gt;
그런데도 이런 블로그에 글을 남기려하는 모습이 바보같기도 하다.&lt;br /&gt;
&lt;br /&gt;지금 내 기분 또한 이까짓 블로그에 표현한다는 것이 불가능하겠지??&lt;br /&gt;
복잡한 머리속도 정리가 안되는 마당에...&lt;br /&gt;
&lt;br /&gt;독심술...타인의 마음보다 내 마음을 꽤뚫어보는 독심술을 익히고 싶다.&lt;br /&gt;
어이없는 생각으로 인한 어이없는 현실을 받아들이는 사람의 괴로움이란&lt;br /&gt;
자기가 빠질껄 알면서 판 무덤에 자기가 빠진 꼴이랄까??&lt;br /&gt;
&lt;br /&gt;제기랄...병신같은 문자...병신같은 표현들이다.</description>
			<category>Jk++</category>
			<author>SquareLiquor SquareLiquor</author>
			<guid>http://squareliquor.tistory.com/117</guid>
			<comments>http://squareliquor.tistory.com/117#entry117comment</comments>
			<pubDate>Fri, 15 Aug 2008 02:25:11 +0900</pubDate>
		</item>
		<item>
			<title>2008.07.29 안녕아빠</title>
			<link>http://squareliquor.tistory.com/115</link>
			<description>&lt;P&gt;자주가는 커뮤니티에서 안녕아빠라는 다큐가 있다는 이야기를 듣고 나도 보게 되었다.&lt;br /&gt;
암때문에 남은 시간이 길지 않은 아빠와 가족들의 이야기이다.&lt;br /&gt;
&lt;br /&gt;가족들이 힘을 냈으면 좋겠다.&lt;br /&gt;
보는 내내 눈물이 끊이지 않았다.&lt;br /&gt;
&lt;br /&gt;왜 항상 사람들에게 이별은 원하지 않을때 &lt;br /&gt;
그들이 가장 사랑할때 찾아오는 것일까...&lt;/P&gt;</description>
			<category>others++</category>
			<category>안녕아빠</category>
			<author>SquareLiquor SquareLiquor</author>
			<guid>http://squareliquor.tistory.com/115</guid>
			<comments>http://squareliquor.tistory.com/115#entry115comment</comments>
			<pubDate>Tue, 29 Jul 2008 13:57:16 +0900</pubDate>
		</item>
		<item>
			<title>2008.07.25 달콤한 꿈</title>
			<link>http://squareliquor.tistory.com/114</link>
			<description>&lt;P&gt;어느 깊은 가을밤&lt;br /&gt;
잠에서 깨어난 제자가 울고 있었다.&lt;br /&gt;
그 모습을 본 스승이 기이하게 여겨 제자에게 물었다.&lt;br /&gt;
&lt;FONT color=#c1c1c1&gt;&quot;무서운 꿈을 꾸었느냐?&quot;&lt;/FONT&gt;&lt;br /&gt;
&lt;FONT color=#000000&gt;&quot;아닙니다.&quot;&lt;br /&gt;
&lt;/FONT&gt;&lt;FONT color=#c1c1c1&gt;&quot;슬픈 꿈을 꾸었느냐?&quot;&lt;br /&gt;
&lt;/FONT&gt;&lt;FONT color=#000000&gt;&quot;아닙니다.&quot;&lt;br /&gt;
&quot;달콤한 꿈을 꾸었습니다.&quot;&lt;br /&gt;
&lt;/FONT&gt;&lt;FONT color=#c1c1c1&gt;&quot;그런데 왜 그리 슬피 우느냐?&quot;&lt;br /&gt;
&lt;/FONT&gt;제자는 흐르는 눈물을 닦아내며 나지막히 말했다.&lt;br /&gt;
&lt;FONT color=#000000&gt;&lt;br /&gt;
&quot;그 꿈을...&lt;FONT color=#ffffff&gt;다시 꿀수 있을까&lt;/FONT&gt;&lt;FONT color=#000000&gt;.&lt;/FONT&gt;&quot; &lt;/FONT&gt;&lt;/P&gt;</description>
			<category>Jk++</category>
			<author>SquareLiquor SquareLiquor</author>
			<guid>http://squareliquor.tistory.com/114</guid>
			<comments>http://squareliquor.tistory.com/114#entry114comment</comments>
			<pubDate>Fri, 25 Jul 2008 20:33:09 +0900</pubDate>
		</item>
	</channel>
</rss>

