<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:thr="http://purl.org/syndication/thread/1.0">
  <title type="html">Minkee.net</title>
  <id>http://minkee.net/</id>
  <link rel="alternate" type="text/html" hreflang="en" href="http://minkee.net/" />
  <subtitle type="html">This blog is written in English, Korean, and Japanese.</subtitle>
  <updated>2008-12-10T15:43:30+01:00</updated>
  <generator>Textcube 1.7.6 : Staccato</generator>
  <entry>
    <title type="html">Using Thunderbird to backup files in Gmail, 썬더버드로 Gmail에 파일 백업 (Windows)</title>
    <link rel="alternate" type="text/html" href="http://minkee.net/109" />
    <link rel="replies" type="application/atom+xml" href="http://minkee.net/atom/response/109" thr:count="0"/>
    <category term="Computer, Palm" />
    <category term="Thunderbird" />
    <category term="모질라" />
    <category term="썬더버드" />
    <author>
      <name>(Minkee Kim)</name>
    </author>
    <id>http://minkee.net/109</id>
    <updated>2008-12-08T00:14:03+01:00</updated>
    <published>2008-12-08T00:14:03+01:00</published>
    <summary type="html">This post helps you how to set Thunderbird for your file backup in Giga-size email accounts; let’s say Gmail.&lt;br&gt;&lt;br&gt;썬더보드에서 바로 이멜로 파일 백업하는 방법이다. 아래의 배치파일을 만들어 주기적으로 실행시키면 된다.&lt;br&gt;&lt;br&gt;First, you need to compose a batch file label as “Autobackup.bat” as follows:&lt;br&gt;&lt;br&gt;&lt;blockquote&gt;@echo off&lt;br&gt;&lt;br&gt;FOR /F &quot;tokens=1-4 delims=/ &quot; %%i IN (&#039;date /t&#039;) DO SET DATE=%%i-%%j-%%k&lt;br&gt;&lt;br&gt;&quot;C:\Program Files\Mozilla Thunderbird\thunderbird.exe&quot; -compose to=&#039;YOUREMAIL@gmail.com&#039;,subject=&quot;File Backup %DATE%&quot;,body=&quot;.&quot;,attachment=file://D:/YourBackupFile.7z&lt;/blockquote&gt;&lt;br&gt;Couple of variables is prepared beforehand. Change them as you like. For making the 7z file, I use another batch file which is similar to this example.&lt;br&gt;&lt;br&gt;단, 당연한 이야기지만, 아래의 두개 변수는 개인 사용자에 맡게 바꾸어야 한다.&lt;br&gt;&lt;br&gt;&lt;div style=&quot;margin-left: 40px;&quot;&gt;&lt;span style=&quot;color: rgb(0, 128, 0); font-weight: bold;&quot;&gt;YOUREMAIL@gmail.com&lt;/span&gt;　&amp;nbsp; (your email account for receiving backup files)&lt;br&gt;&lt;span style=&quot;color: rgb(0, 128, 0); font-weight: bold;&quot;&gt;D:/YourBackupFile.7z &lt;/span&gt;　　　(your file to backup; do not forget the prefix, “file://”)&lt;br&gt;&lt;/div&gt;&lt;br&gt;Now, you can assign this batch file, “Autobackup.bat”, in one of your favorite schedule program. Task scheduler in Windows could be an example software. I personally prefer to use other macro software such as “Macro Express 2000”. That is because you unfortunately have another step after executing the batch file; you have to push the&lt;span style=&quot;font-weight: bold; color: rgb(0, 128, 0);&quot;&gt; [Ctrl] + [Enter]&lt;/span&gt; buttons to send the email. Strictly speaking, this batch file can only provide you half-automatic backup system. &lt;br&gt;&lt;br&gt;&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;img src=&quot;http://minkee.net/attach/1/9779582638.gif&quot; alt=&quot;User image&quot; height=&quot;364&quot; width=&quot;450&quot; /&gt;&lt;p class=&quot;cap1&quot;&gt;The batch script will open Thunderbird which waits your final decision of &amp;quot;sending&amp;quot;.&lt;/p&gt;&lt;/div&gt;&lt;br&gt;마지막 한가지, 아쉽게도 위의 스크립트를 실행시키면 위와 같이 최후의 결정을 기다리는 창이 나온다. 이때 &quot;Send&quot; 버튼을 수동으로 눌러줘야 한다. 그렇다!! 이 스크립트는 50% 만 자동인 백업 스크립트인 것이다.&lt;br&gt;&lt;br&gt;Anybody knows how to push the button of “Send” on command line of Thunderbird?&lt;br&gt;&lt;br&gt;누구라도 저 Send버튼을 자동으로 눌러주는 명령어를 아는 사람은 연락 주시 바랍니다.&lt;br&gt;&lt;fieldset style=&quot;margin:20px 0px 20px 0px;padding:5px;&quot;&gt;&lt;legend&gt;&lt;span&gt;&lt;strong&gt;크리에이티브 커먼즈 라이센스&lt;/strong&gt;&lt;/span&gt;&lt;/legend&gt;&lt;!--Creative Commons License--&gt;&lt;div style=&quot;float: left; width: 88px; margin-top: 3px;&quot;&gt;&lt;a rel=&quot;license&quot; href=&quot;http://creativecommons.org/licenses/by-nc-nd/2.0/kr/&quot; target=_blank&gt;&lt;img alt=&quot;Creative Commons License&quot; style=&quot;border-width: 0&quot; src=&quot;http://i.creativecommons.org/l/by-nc-nd/2.0/kr/88x31.png&quot;/&gt;&lt;/a&gt;&lt;/div&gt;&lt;div style=&quot;margin-left: 92px; margin-top: 3px; text-align: justify;&quot;&gt;이 저작물은 &lt;a rel=&quot;license&quot; href=&quot;http://creativecommons.org/licenses/by-nc-nd/2.0/kr/&quot; target=_blank&gt;크리에이티브 커먼즈 코리아 저작자표시-비영리-변경금지 2.0 대한민국 라이센스&lt;/a&gt;에 따라 이용하실 수 있습니다.
			&lt;!-- Creative Commons License--&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-nd/2.0/kr/&quot; /&gt;
			&lt;/Work&gt;
			&lt;License rdf:about=&quot;http://creativecommons.org/licenses/by-nc-nd/&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;&lt;/fieldset&gt;</summary>
  </entry>
  <entry>
    <title type="html">Palm Desktop error with time change, 팜 데스크탑 오류 (해외출장 시)</title>
    <link rel="alternate" type="text/html" href="http://minkee.net/108" />
    <link rel="replies" type="application/atom+xml" href="http://minkee.net/atom/response/108" thr:count="0"/>
    <category term="Computer, Palm" />
    <category term="Palm Desktop" />
    <category term="Zire21" />
    <category term="팜데스크탑" />
    <author>
      <name>(Minkee Kim)</name>
    </author>
    <id>http://minkee.net/108</id>
    <updated>2008-12-04T14:04:26+01:00</updated>
    <published>2008-12-05T18:53:00+01:00</published>
    <summary type="html">&lt;span style=&quot;color: rgb(0, 128, 0);&quot;&gt;영문으로 썼지만, 중간중간 녹색팬으로 한글 설명을 추가했습니다. 그림만 봐도 사태의 심각성을 쉽게 이해할 수 있으리라 봅니다.&lt;/span&gt;&lt;br style=&quot;color: rgb(0, 128, 0);&quot;&gt;&lt;br&gt;On this month, I had 3 business trips heading abroad from Helsinki: to Sweden, Copenhagen, and Germany. I believed that my little Zire 21 would help me through all the tight meetings and seminars. However, unfortunately, I was so disappointed the errors in Palm Desktop. When I had frequent appointments of making phone call to Korea and Japan during the trips, my Zire 21 has mixed schedule in Calendar the Helsinki time and the local time (1 hour faster). &lt;br&gt;&lt;br&gt;&lt;span style=&quot;color: rgb(0, 128, 0);&quot;&gt;해외 출장이 잦았는데 시착 1시간 차이날 때 마다 팜에 있는 일정이 전부 오류가 나왔다. 예를 들어 &quot;정오에 점심 약속&quot; 이라고 써 놓아도 노트북 시간을 변경하면 12시가 아닌 오전 11시로 시간이 틀어졌다.&lt;/span&gt;&lt;br&gt;&lt;br&gt;When I change my laptop time, the entire schedule which was made beforehand indicates wrong time, e.g., “(11 am) Lunch at noon”. As you know the noon indicates 12 pm, not 11 am. If it is important to know when I have the Finnish lunch in Germany, I would keep the wrong time schedule. But, we do not care such strange schedule, in general!&lt;br&gt;&lt;br&gt;Here comes what I have found since.&lt;br&gt;&lt;br&gt;&lt;span style=&quot;color: rgb(0, 128, 0);&quot;&gt;오류가 났던 몇가지 예를 들면 다음과 같다.&lt;/span&gt;&lt;br&gt;&lt;br&gt;&lt;h3&gt;[Problem 1]&lt;/h3&gt;During my business trip, all schedule starts an hour earlier. That is, I will have a noon lunch at 11am.&lt;br&gt;&lt;br&gt;&lt;h4&gt;At home, GMT+2&lt;/h4&gt;Palm Desktop: (12 pm) Lunch at noon&lt;br&gt;Zire 21: (12 pm) Lunch at noon&lt;br&gt;&amp;nbsp;&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;img src=&quot;http://minkee.net/attach/1/7380151586.gif&quot; alt=&quot;User image&quot; height=&quot;279&quot; width=&quot;450&quot; /&gt;&lt;p class=&quot;cap1&quot;&gt;Correct Palm Desktop at home&lt;/p&gt;&lt;/div&gt;&lt;span style=&quot;color: rgb(0, 128, 0);&quot;&gt;위의 그림 처럼 되어 있어야 할 일정이 아래 그림 처럼 전부 1시간이 빨라졌다, &quot;&lt;span style=&quot;font-style: italic;&quot;&gt;정오의 희망곡&lt;/span&gt;&quot;을 11시에 들으란 말인가!!&lt;/span&gt; &lt;br&gt;&lt;br&gt;&lt;h4&gt;During business trip, GMT+1&lt;/h4&gt;Palm Desktop: (11 pm) Lunch at noon&lt;br&gt;Zire 21: (12 pm) Lunch at noon&lt;br&gt;&amp;nbsp;&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;img src=&quot;http://minkee.net/attach/1/1181164363.gif&quot; alt=&quot;User image&quot; height=&quot;279&quot; width=&quot;450&quot; /&gt;&lt;p class=&quot;cap1&quot;&gt;Palm Desktop during trip&lt;/p&gt;&lt;/div&gt;&lt;br&gt;&lt;h3&gt;[Problem 2]&lt;/h3&gt;All repeated schedules with slots mass up.&lt;br&gt;&lt;br&gt;&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;img src=&quot;http://minkee.net/attach/1/2043316505.gif&quot; alt=&quot;User image&quot; height=&quot;279&quot; width=&quot;450&quot; /&gt;&lt;p class=&quot;cap1&quot;&gt;Correct Palm Desktop at home&lt;/p&gt;&lt;/div&gt;This is the worse. All the slots disappears and all of the repeated schedule will be in disorder.&lt;br&gt;&lt;br&gt;&lt;span style=&quot;color: rgb(0, 128, 0);&quot;&gt;가장 심각한 것은 중간 휴식이 있는 반복 일정이 막무가내로 변경된다는 점이다. 이건 도저히 용납할 수 없었다.&lt;/span&gt;&lt;br&gt;&lt;br&gt;&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;img src=&quot;http://minkee.net/attach/1/1188353350.gif&quot; alt=&quot;User image&quot; height=&quot;279&quot; width=&quot;450&quot; /&gt;&lt;p class=&quot;cap1&quot;&gt;Palm Desktop during trip&lt;/p&gt;&lt;/div&gt;&lt;br&gt;&lt;br&gt;&lt;h3&gt;[Solution]&lt;/h3&gt;Before departure, set your schedule according to the local time. For example, if you do a weekly meeting on Skype (4PM, GMT+2) with Japan (11PM, GMT+9), you need to set the schedule according to the local time of trip (3PM, GMT+1). During your flight, I recommend you to follow the instruction for not getting in trouble with your schedule.&lt;br&gt;&lt;ol&gt;&lt;li&gt;Do Hotsync in normal mode.&lt;/li&gt;&lt;li&gt;After arrival, change your local time both in your PC and palm device. You would see the massed time in Calendar.&lt;/li&gt;&lt;li&gt;Do Hotsync under “&lt;span style=&quot;text-decoration: underline; font-weight: bold;&quot;&gt;Handheld overwrites Desktop&lt;/span&gt;”.&lt;/li&gt;&lt;li&gt;When you go back home, do the process in reverse.&lt;/li&gt;&lt;/ol&gt;&lt;span style=&quot;color: rgb(0, 128, 0);&quot;&gt;해결 방법은 간단하게 팜기기나오는 데이터를 팜데스크탑에 덮어 쓰면 된다. 별로 탐탁치 않지만, 그나마 가장 나은 방법이다.&lt;/span&gt;&lt;br&gt;&lt;br&gt;&lt;h3&gt;[Conclusion]&lt;/h3&gt;Through my little examination, I concluded that the Palm device (Zire 21) never fails to show the correct schedule and time on calendar regardless of local time, while Palm desktop masses up Calendar. Because calendar helps you to remind when and where to meet people in the area where you are now, I suggest you not to expect Palm to change time of each schedule automatically. Rely on your little device. Overwrite Calendar from the device to desktop.&lt;br&gt;&lt;fieldset style=&quot;margin:20px 0px 20px 0px;padding:5px;&quot;&gt;&lt;legend&gt;&lt;span&gt;&lt;strong&gt;크리에이티브 커먼즈 라이센스&lt;/strong&gt;&lt;/span&gt;&lt;/legend&gt;&lt;!--Creative Commons License--&gt;&lt;div style=&quot;float: left; width: 88px; margin-top: 3px;&quot;&gt;&lt;a rel=&quot;license&quot; href=&quot;http://creativecommons.org/licenses/by-nc-nd/2.0/kr/&quot; target=_blank&gt;&lt;img alt=&quot;Creative Commons License&quot; style=&quot;border-width: 0&quot; src=&quot;http://i.creativecommons.org/l/by-nc-nd/2.0/kr/88x31.png&quot;/&gt;&lt;/a&gt;&lt;/div&gt;&lt;div style=&quot;margin-left: 92px; margin-top: 3px; text-align: justify;&quot;&gt;이 저작물은 &lt;a rel=&quot;license&quot; href=&quot;http://creativecommons.org/licenses/by-nc-nd/2.0/kr/&quot; target=_blank&gt;크리에이티브 커먼즈 코리아 저작자표시-비영리-변경금지 2.0 대한민국 라이센스&lt;/a&gt;에 따라 이용하실 수 있습니다.
			&lt;!-- Creative Commons License--&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-nd/2.0/kr/&quot; /&gt;
			&lt;/Work&gt;
			&lt;License rdf:about=&quot;http://creativecommons.org/licenses/by-nc-nd/&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;&lt;/fieldset&gt;</summary>
  </entry>
  <entry>
    <title type="html">비 한글 윈도우에서 V3 light on non-Korean Windows</title>
    <link rel="alternate" type="text/html" href="http://minkee.net/107" />
    <link rel="replies" type="application/atom+xml" href="http://minkee.net/atom/response/107" thr:count="0"/>
    <category term="Computer, Palm" />
    <category term="v3light" />
    <category term="v3라이트" />
    <author>
      <name>(Minkee Kim)</name>
    </author>
    <id>http://minkee.net/107</id>
    <updated>2008-11-26T20:47:38+01:00</updated>
    <published>2008-11-26T20:33:23+01:00</published>
    <summary type="html">일본어 공부한다고 다짐하고 일본어 Windows XP를 열심히 쓰고 있다. 문제는 일본이나 다른 나라에는 알약이나 V3 라이트 같은 좋은 프리웨어가 없다는 것.&lt;br&gt;&lt;br&gt;몇몇 한글판 백신이 있기는 하지만, 다른 나라사람들에게는 안 쓰게 하려는 생각이었는 지, 한글로만 만들어져 있고, 그나마 다 깨진다. 전혀 유니코드 환경을 고려 안한 백신들이 많다.&lt;br&gt;&lt;br&gt;그런 의미에서 큰 기대를 하고 이번에 새롭게 나온 v3 light를 일본어 윈도우에 설치해 보았다.&lt;br&gt;&lt;br&gt;&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;img src=&quot;http://minkee.net/attach/1/4012290721.png&quot; alt=&quot;User image&quot; height=&quot;345&quot; width=&quot;450&quot; /&gt;&lt;/div&gt;첫 설치 화면은 반갑게 (?) 영어로 나왔다. 깨진 한글이 아닌 것만해도 어디냐...&lt;br&gt;&lt;br&gt;&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;img src=&quot;http://minkee.net/attach/1/5911911155.png&quot; alt=&quot;User image&quot; height=&quot;345&quot; width=&quot;450&quot; /&gt;&lt;/div&gt;설치 도중에 한번 깨진 부분이 나온다. 맨 밑 깨진 한글은 아마 사이트가드를 설치하는 옵션이라고 한다. &lt;br&gt;&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;img src=&quot;http://minkee.net/attach/1/5318936428.png&quot; alt=&quot;User image&quot; height=&quot;196&quot; width=&quot;399&quot; /&gt;&lt;/div&gt;설치가 완료되고 나서 왠일인지 너무 업데이트가 느렸다. 처음이라 그런지 한 30분은 업데이트를 하더니, 설치파일 7메가 짜리가 270메가로 불어났다. 폴더에 무슨 폴더를 그리 많이 넣었는 지, 3D 게임을 다운받아 넣은 것도 아닌데 ...&lt;br&gt;&lt;br&gt;&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;img src=&quot;http://minkee.net/attach/1/6958659132.png&quot; alt=&quot;User image&quot; height=&quot;550&quot; width=&quot;450&quot; /&gt;&lt;/div&gt;설치 후에 메모리를 테스트 해보니 합이 3메가 미만으로 매우 만족스러웠다. AVG가 50메가가 넘어가는 것에 비해서 만족스럽다. 다만 앞으로 얼마나 바이러스를 잡을 수 있을 것인가는 써보면서 알아봐야 겠다.&lt;br&gt;&lt;br&gt;&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;img src=&quot;http://minkee.net/attach/1/1034369549.png&quot; alt=&quot;User image&quot; height=&quot;189&quot; width=&quot;212&quot; /&gt;&lt;/div&gt;시계 옆에 있는 v3아이콘을 클릭하면 이렇게 이쁜 한글이 나온다. 당연한 것이지만 그간 일본어 윈도우에서 한글 백신을 사용했을 때 매번 깨져나왔던게 없어서 너무 반갑다.&lt;br&gt;&lt;fieldset style=&quot;margin:20px 0px 20px 0px;padding:5px;&quot;&gt;&lt;legend&gt;&lt;span&gt;&lt;strong&gt;크리에이티브 커먼즈 라이센스&lt;/strong&gt;&lt;/span&gt;&lt;/legend&gt;&lt;!--Creative Commons License--&gt;&lt;div style=&quot;float: left; width: 88px; margin-top: 3px;&quot;&gt;&lt;a rel=&quot;license&quot; href=&quot;http://creativecommons.org/licenses/by-nc-nd/2.0/kr/&quot; target=_blank&gt;&lt;img alt=&quot;Creative Commons License&quot; style=&quot;border-width: 0&quot; src=&quot;http://i.creativecommons.org/l/by-nc-nd/2.0/kr/88x31.png&quot;/&gt;&lt;/a&gt;&lt;/div&gt;&lt;div style=&quot;margin-left: 92px; margin-top: 3px; text-align: justify;&quot;&gt;이 저작물은 &lt;a rel=&quot;license&quot; href=&quot;http://creativecommons.org/licenses/by-nc-nd/2.0/kr/&quot; target=_blank&gt;크리에이티브 커먼즈 코리아 저작자표시-비영리-변경금지 2.0 대한민국 라이센스&lt;/a&gt;에 따라 이용하실 수 있습니다.
			&lt;!-- Creative Commons License--&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-nd/2.0/kr/&quot; /&gt;
			&lt;/Work&gt;
			&lt;License rdf:about=&quot;http://creativecommons.org/licenses/by-nc-nd/&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;&lt;/fieldset&gt;</summary>
  </entry>
  <entry>
    <title type="html">PhD dissertation</title>
    <link rel="alternate" type="text/html" href="http://minkee.net/105" />
    <link rel="replies" type="application/atom+xml" href="http://minkee.net/atom/response/105" thr:count="0"/>
    <category term="Science Education" />
    <author>
      <name>(Minkee Kim)</name>
    </author>
    <id>http://minkee.net/105</id>
    <updated>2008-12-10T15:24:02+01:00</updated>
    <published>2008-08-14T03:23:48+01:00</published>
    <summary type="html">This is my PhD dissertation published on August 2008.&lt;br&gt;&lt;br&gt;[CITATION]&lt;br&gt;Kim, M. (2008). &lt;span style=&quot;font-style: italic;&quot;&gt;Causal Relationships among Students&#039; Attitude, Interest, Conceptual Understanding, and School Achievement in Secondary Physics&lt;/span&gt;. Seoul National University, Seoul.&lt;br&gt;&lt;br&gt;[KEY WORDS]&lt;br&gt;dichotomous attitude toward science, topic interest, conceptual understanding, school achievement, structural equation modeling, Relevance of Science Education (ROSE)&lt;br&gt;&lt;br&gt;Please, have a look with the PDF file below:&lt;br&gt;&lt;br&gt;&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;a class=&quot;extensionIcon&quot; href=&quot;http://minkee.net/attachment/4075124363.pdf&quot;&gt;&lt;img src=&quot;http://minkee.net/image/extension/pdf.gif&quot; alt=&quot;&quot; /&gt; Minkee PhD Paper.pdf&lt;/a&gt;&lt;/div&gt;&lt;br&gt;&lt;fieldset style=&quot;margin:20px 0px 20px 0px;padding:5px;&quot;&gt;&lt;legend&gt;&lt;span&gt;&lt;strong&gt;크리에이티브 커먼즈 라이센스&lt;/strong&gt;&lt;/span&gt;&lt;/legend&gt;&lt;!--Creative Commons License--&gt;&lt;div style=&quot;float: left; width: 88px; margin-top: 3px;&quot;&gt;&lt;a rel=&quot;license&quot; href=&quot;http://creativecommons.org/licenses/by-nc-nd/2.0/kr/&quot; target=_blank&gt;&lt;img alt=&quot;Creative Commons License&quot; style=&quot;border-width: 0&quot; src=&quot;http://i.creativecommons.org/l/by-nc-nd/2.0/kr/88x31.png&quot;/&gt;&lt;/a&gt;&lt;/div&gt;&lt;div style=&quot;margin-left: 92px; margin-top: 3px; text-align: justify;&quot;&gt;이 저작물은 &lt;a rel=&quot;license&quot; href=&quot;http://creativecommons.org/licenses/by-nc-nd/2.0/kr/&quot; target=_blank&gt;크리에이티브 커먼즈 코리아 저작자표시-비영리-변경금지 2.0 대한민국 라이센스&lt;/a&gt;에 따라 이용하실 수 있습니다.
			&lt;!-- Creative Commons License--&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-nd/2.0/kr/&quot; /&gt;
			&lt;/Work&gt;
			&lt;License rdf:about=&quot;http://creativecommons.org/licenses/by-nc-nd/&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;&lt;/fieldset&gt;</summary>
  </entry>
  <entry>
    <title type="html">myLG070 사용기, &quot;신이 내린 선물(?)&quot;</title>
    <link rel="alternate" type="text/html" href="http://minkee.net/104" />
    <link rel="replies" type="application/atom+xml" href="http://minkee.net/atom/response/104" thr:count="2"/>
    <category term="Skype" />
    <category term="mylg070" />
    <category term="skype" />
    <category term="인터넷전화" />
    <author>
      <name>(Minkee Kim)</name>
    </author>
    <id>http://minkee.net/104</id>
    <updated>2008-08-02T07:55:42+01:00</updated>
    <published>2008-07-12T12:54:40+01:00</published>
    <summary type="html">&lt;h5&gt;(http://cafe.naver.com/user070/7308 에도 같이 글을 올려 놓았습니다.)&lt;/h5&gt;&lt;br&gt;http://cafe.naver.com/user070 에서 이번 11차 이벤트 기회에 3대를 신청했습니다. 한대는 동생, 한대는 저, 한대는 부모님이 쓰고 있습니다. 아직 사용일은 짧지만 좋은 점 아쉬운 점을 정리해 보겠습니다.&lt;br&gt;&lt;br&gt;&lt;h4&gt;겉모습&lt;/h4&gt;우선 겉모습을 보시면 아래 사진 처럼 귀엽습니다. 크기는 요즘 나오는 티비 리모콘 정도로 약간 토실토실하면서 가볍습니다. 핸드폰과 같은 단단한 느낌은 아니지만 부담없이 들고 다닐 수 있고 고장 잘 안 날 것 같은 집 무선 전화 느낌입니다. &lt;br&gt;&amp;nbsp;&lt;br&gt;&lt;h4&gt;&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;img src=&quot;http://minkee.net/attach/1/9235828031.png&quot; alt=&quot;User image&quot; height=&quot;300&quot; width=&quot;400&quot; /&gt;&lt;p class=&quot;cap1&quot;&gt;간편한 인터페이스 http://minkee.net&lt;/p&gt;&lt;/div&gt;전용AP&lt;/h4&gt;물론 한대를 신청하면 한대만 옵니다. 그런데 박스안에 하나 더 들어 있는 부속은 아래 그림과 같은 무선공유기입니다. 전용AP라고 부르고 있지만 일반 무선공유기랑 큰 차이가 없습니다. 다만 뒤에 유선으로 연결할 수 있는 포트가 한개만 제공하고 있습니다. 즉, 기존의 컴퓨터 한대에 사용하는 유선랜에 이 전용AP를 꼽아서 전화기 본체에만 랜을 공급하고 나머지 인터넷 공유에 대한 부분은 서비스 하지 않겠다는 뜻입니다. 그렇지만 무선은 얼마든지 공급하고 있기 때문에 현재, 아래의 전용AP 1개로 전화기 본체 2대, 놋북 1대, 일반 데스크탑 1대가 인터넷을 아무 문제 없이 공유하고 있습니다. (초기에 암호가 걸려있으니 노트북 무선랜 공유는 설명서를 참고하세요~)&lt;br&gt;&lt;br&gt;기존에 집에서 3년동안 써오던 공유기가 있었습니다만, 이번 기회에 아래 녀석으로 바꾸었습니다. 테스트를 해보니 기계가 새것이라 그런지 무선랜 수신율이 조금 더 좋네요. 바꾸길 추천합니다. 그리고 또하나 전용AP를 권하는 이유는 바로 전기 소모율입니다. 확인해 보니 기존의 무선공유기는 전기를 많이 먹었습니다. 옛날 것은 본체에 손을 대면 뜨끈뜨끈했었지만, 전용AP는 아주 약간 미지근한 정도입니다. 사용하는 아답터도 12와트였던 것이 10와트로 전기 사용량을 절약하였습니다. 본체는 더 적은 양의 전기를 사용할 것 같습니다. &lt;span style=&quot;color: rgb(255, 51, 153); font-weight: bold;&quot;&gt;고유가 시대에 작은 전기세라도 아껴야죠~&lt;/span&gt;&lt;br&gt;&lt;h4&gt;&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;img src=&quot;http://minkee.net/attach/1/4817551487.png&quot; alt=&quot;User image&quot; height=&quot;400&quot; width=&quot;300&quot; /&gt;&lt;p class=&quot;cap1&quot;&gt;저전력 전용AP http://minkee.net&lt;/p&gt;&lt;/div&gt;무선접속관련&lt;/h4&gt;그 다음 가장 중요한 전화기 본체에서 어떻게 무선랜을 사용하는지 알아보겠습니다. 가운데 동근 버튼의 윗부분을 누르면 아래와 같은 &quot;무선랜검색&quot; 부분이 나옵니다. 만약 전용AP를 사용했다면 리스트의 가장 윗 부분에 있는 항목이 바로 연결이 됩니다. 그러나, 사용장소가 전용AP가 설치된 곳이 아니라면 검색이 되는 무선 공유기 중에서 선택하시면 됩니다. 노트북 사용자들은 쉽게 할 수 있으리라 봅니다. 암호화 설정도 쉽게 되는 편이었습니다. 그리고 접속관련해서 반응 속도가 제 노트북 보다 빨라서 좋았습니다. &lt;br&gt;&lt;h4&gt;&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;img src=&quot;http://minkee.net/attach/1/7187913445.png&quot; alt=&quot;User image&quot; height=&quot;400&quot; width=&quot;300&quot; /&gt;&lt;p class=&quot;cap1&quot;&gt;쾌적한 무선접속 http://minkee.net&lt;/p&gt;&lt;/div&gt;문자??&lt;/h4&gt;그 다음으로 집전화로써는 특이하게 제공되고 있는 문자메시지(SMS)기능입니다. 그러나 아쉽게도 이는 통신사에서 문자 발신을 통해서 사용 요금을 조금이라도 올려보려는 전략이 있었던 것 같습니다. 보내는 것은 잘 되는 것 같은데 문자를 받을 때는 매우 제약이 많습니다. 무엇보다도 요즘 무료로 많이 제공하고 있는 인터넷 무료 문자 발송 시스템에서는 현재까지 발송이 불가능합니다. myLG070 본사에서도 가입 시 문자 소식을 받으려면 일반 핸드폰 번호를 물어보고 있습니다. 그래서, &lt;span style=&quot;color: rgb(255, 118, 53); font-weight: bold;&quot;&gt;&quot;핸드폰이 없어서 문자받고 싶어서 가입하려는데, 이걸로는 문자를 못 받나요??&quot;&lt;/span&gt; 라고 물으니 아직은 안된다는 답변만 들었습니다. 따라서 문자 받기 기능은 많이 보류하셔야 하겠습니다.&lt;br&gt;&lt;br&gt;그리고 접속 신호가 약할 경우 &lt;span style=&quot;font-weight: bold; color: rgb(255, 118, 53);&quot;&gt;핸드폰에서 보낸 문자도 씹히는 경우&lt;/span&gt;가
있었습니다. 요즘 핸드폰 사용자들의 문자 패턴을 볼 때, 금방 답장이 없으면 &quot;내가 보낸 문자 왜 답문 안 했어?&quot; 라고 금방 되묻는
사람들이 많은 것 처럼 문자발신을 &quot;내용증명&quot; 수준으로 사용하는 경우가 많습니다. 따라서 문자가 씹히는 myLG070은 지인들에게 큰 오해를
불러일으킬 수 있는 위험이 있습니다.&lt;br&gt;
&lt;h4&gt;&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;img src=&quot;http://minkee.net/attach/1/5538453087.png&quot; alt=&quot;User image&quot; height=&quot;400&quot; width=&quot;300&quot; /&gt;&lt;p class=&quot;cap1&quot;&gt;실망스런 문자 http://minkee.net&lt;/p&gt;&lt;/div&gt;&lt;/h4&gt;전반적으로 단점보다는 장점이 많은 &quot;집전화&quot;였습니다. 휴대폰의 대용으로는 사용하는데 불편을 겪을 수도 있습니다만, 집의 무선전화 수준에서는 매우 쾌적한 통화가 가능합니다. 마지막으로 장단점, 그리고 어떤 유저들이 myLG070을 사용할 지에 대해서 아래에 정리해보았습니다. 일본에 남친이 있는 까페 어떤 분께서 이 전화기를 가리켜 &quot;&lt;span style=&quot;font-weight: bold; color: rgb(255, 118, 53);&quot;&gt;신이 주신 선물&lt;/span&gt;&quot; 이라고도 극찬을 하신 분도 있습니다. 사용 목적을 잘 생각하시면 &quot;인터넷 기반 가입자간 무료 전화기&quot;는 큰 득이 될 수 있습니다.&lt;br&gt;&lt;br&gt;&lt;h4&gt;몰랐던 장점&lt;/h4&gt;무선랜 접속과 관련해서 노트북 보다도 빠른 처리 속도&lt;br&gt;다른 전화기에서 myLG070으로 전화를 걸 때 빠른 전화 도착 (?) 속도&lt;br&gt;부모님들도 쉽게 사용할 수 있는 큼지막한 단추들&lt;br&gt;강력한 리모콘 기능&lt;br&gt;단순한 작동법&lt;br&gt;생각보다 오래가는 배터리 (잘 때 꺼 놓으면 한번 충전에 삼일정도)&lt;br&gt;가장 많이 사용하는 범용 USB 단자로도 데스크탑에 연결해서 충전가능&lt;br&gt;전화기 본체, 전용AP 모두 110~220V로 사용가능&lt;br&gt;&lt;br&gt;&lt;h4&gt;몰랐던 단점&lt;/h4&gt;네이트온 문자 보내기 등등 인터넷에서 myLG070으로 문자 보내기 불가&lt;br&gt;따라서 각종 문자 소식 받기 서비스 가입불가&lt;br&gt;핸드폰에서 보내도 가끔 받지 못하는 문자&lt;br&gt;스카이프 수준 보다 떨어지는 음질&lt;br&gt;(개인차가 있겠지만)전화 통화시 머리 통증&lt;br&gt;핸즈프리 단자가 없다&lt;br&gt;&lt;br&gt;&lt;h4&gt;myLG070이 유용한 사람&lt;/h4&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;h4&gt;myLG070이 불편한 사람&lt;/h4&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;a href=&quot;http://www.mylg070.com/apply/LGVoIPQualityX.html&quot; target=&quot;_blank&quot;&gt;http://www.mylg070.com/apply/LGVoIPQualityX.html&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;h4&gt;친구 핸드폰에서 발송된 문자가 myLG070에서 수신되지 않은 (씹힌) 경우&lt;/h4&gt;2008.07.09 오후 1시 20분 경&lt;br&gt;친구의 016 핸드폰에서 발송되었으나 실패. 당시 문자 테스트 한다고 무선 감도가 약한 옆방에 있었다.&lt;br&gt;&lt;br&gt;2008.07.15 오후 7시 20분 경&lt;br&gt;친구의 010 핸드폰에서 발송되었으나 실패. 당시 전원을 꺼 놓고 있었는데, 켠 이후에도 문자는 도착하지 않았다. 이걸로 친구랑 조금 다툼.&lt;br&gt;&lt;br&gt;&lt;fieldset style=&quot;margin:20px 0px 20px 0px;padding:5px;&quot;&gt;&lt;legend&gt;&lt;span&gt;&lt;strong&gt;크리에이티브 커먼즈 라이센스&lt;/strong&gt;&lt;/span&gt;&lt;/legend&gt;&lt;!--Creative Commons License--&gt;&lt;div style=&quot;float: left; width: 88px; margin-top: 3px;&quot;&gt;&lt;a rel=&quot;license&quot; href=&quot;http://creativecommons.org/licenses/by-nc-nd/2.0/kr/&quot; target=_blank&gt;&lt;img alt=&quot;Creative Commons License&quot; style=&quot;border-width: 0&quot; src=&quot;http://i.creativecommons.org/l/by-nc-nd/2.0/kr/88x31.png&quot;/&gt;&lt;/a&gt;&lt;/div&gt;&lt;div style=&quot;margin-left: 92px; margin-top: 3px; text-align: justify;&quot;&gt;이 저작물은 &lt;a rel=&quot;license&quot; href=&quot;http://creativecommons.org/licenses/by-nc-nd/2.0/kr/&quot; target=_blank&gt;크리에이티브 커먼즈 코리아 저작자표시-비영리-변경금지 2.0 대한민국 라이센스&lt;/a&gt;에 따라 이용하실 수 있습니다.
			&lt;!-- Creative Commons License--&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-nd/2.0/kr/&quot; /&gt;
			&lt;/Work&gt;
			&lt;License rdf:about=&quot;http://creativecommons.org/licenses/by-nc-nd/&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;&lt;/fieldset&gt;</summary>
  </entry>
  <entry>
    <title type="html">프로세스 관리를 통한 XP 속도 향상</title>
    <link rel="alternate" type="text/html" href="http://minkee.net/103" />
    <link rel="replies" type="application/atom+xml" href="http://minkee.net/atom/response/103" thr:count="0"/>
    <category term="Computer, Palm" />
    <category term="xp" />
    <category term="속도향상" />
    <author>
      <name>(Minkee Kim)</name>
    </author>
    <id>http://minkee.net/103</id>
    <updated>2008-12-04T13:59:42+01:00</updated>
    <published>2008-06-25T15:42:34+01:00</published>
    <summary type="html">&lt;h3&gt;들어가며&lt;/h3&gt;예나 지금이나 컴퓨터들은 공장 출시부터 설치되어지는 다양한 악세사리 어플들과 안쓰는 드라이브 프로세스들이 누적이 되면서 어마어마한 속도 저하가 발생한다. 민기의 놋북도 최근 느려터진 속도에 업그레이드를 하려 하다가, 구글링을 통해 얻은 지식으로 프로세스를 정리하고 많은 속도 향상이 있었다. 3년된 놋북에 2년된 40기가 하드를 달고 윈도우를 밀은지 반년이 넘어가지만 프로세스 정리를 통해서 현재 &lt;span style=&quot;text-decoration: underline;&quot;&gt;하이버네이션 들어가기 10초 나오기 13초가&lt;/span&gt; 걸린다. 전엔 거의 1분쯤 거렸던 것에 비해서 눈부신 향상이다.&lt;br&gt;&lt;br&gt;이를 위해서 크게 3가지 작업이 필요하다.&lt;br&gt;1. Process Explorer라는 어플을 통해 어떤 프로세스를 멈출 것인가 선택&lt;br&gt;2. Stop Services.bat 라는 스크립트를 제작&lt;br&gt;3. Kill Process.vbs 라는 스크립트 제작&lt;br&gt;&lt;br&gt;이후에 일반적인 놋북을 사용하다 빠른 속도가 필요할 때 2, 3번에 제작된 파일을 한번씩 실행시켜 주면 속도가 크게 향상된다. 이제부터 하나씩 알아보자.&lt;br&gt;&lt;br&gt;&lt;h3&gt;1. Process Explorer&lt;/h3&gt;이 프로그램은 MS 정식 어플로 현재 (2008.06.25) 아래의 사이트에서 다운 받을 수 있다.&lt;br&gt;&lt;a href=&quot;http://technet.microsoft.com/en-us/sysinternals/bb896653.aspx&quot; target=&quot;_blank&quot;&gt;http://technet.microsoft.com/en-us/sysinternals/bb896653.aspx&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;img src=&quot;http://minkee.net/attach/1/8404862273.png&quot; alt=&quot;User image&quot; height=&quot;337&quot; width=&quot;450&quot; /&gt;&lt;/div&gt;그림에서 다양한 프로세스들이 작동되고 있음이 보인다. 또한 이를 트리구조로 표현해주고 있다. 이제 하나하나 내가 없애야 할 서비스와 일반 프로세스를 찾아주면 된다. 이 과정이 조금 복잡해보이지만, 우선 쉽게는 Microsoft 회사에서 제작되지 않은 프로세스나 어플들 위주로 선택해주면 된다. 잘 모를 경우 Search Online (Ctrl+M) 기능으로 바로 웹에서 정보를 찾아준다. 이를 통해 불필요한 서비스(프로세스)인지를 판가름할 수 있다.&lt;br&gt;&lt;br&gt;자신이 멈추고 싶은 프로세스들을 잘 적어 놓자. 서비스의 경우 서비스 텝에서 서비스명을 적어놓고 일반 exe프로그램의 경우 그 프로그램 이름을 잘 적어놓자.&lt;br&gt;&lt;br&gt;&lt;h3&gt;2. Stop Services.bat&lt;/h3&gt;대부분의 프로세스들은 .exe로 시작되지만 특별하게 규칙적으로 관리되어야 하는 것들은 윈도우에서 따로 service 로 특별(?)관리 해주기 때문에 끄고 켜기가 쉽다. 위의 파일명으로 빈 텍스트 파일을 만들어서 &lt;span style=&quot;text-decoration: underline;&quot;&gt;net stop 프로세스명&lt;/span&gt; 의 형태로 자신이 끄고 싶은 한줄씩 써 놓자. &lt;br&gt;&lt;br&gt;&lt;h3&gt;3. Kill Process.vbs&lt;/h3&gt;이 파일은 윈도우 서비스에서 관리해주고 있지는 않지만 멈추고 싶은 어플들을 꺼주는 스크립트이다. 마찬가지로 빈 파일을 만들고 아래의 코드를 붙여 넣자.&lt;br&gt;&lt;br&gt;&lt;blockquote&gt;Option Explicit&lt;br&gt;Dim objWMIService, objProcess, colProcess&lt;br&gt;Dim strComputer, strProcessKill&lt;br&gt;strComputer = &quot;.&quot;&lt;br&gt;&lt;br&gt;strProcessKill = &quot;&#039;GoogleUpdaterService.exe&#039;&quot;&lt;br&gt;Set objWMIService = GetObject(&quot;winmgmts:&quot; &amp;amp; &quot;{impersonationLevel=impersonate}!\\&quot; &amp;amp; strComputer &amp;amp; &quot;\root\cimv2&quot;)&lt;br&gt;Set colProcess = objWMIService.ExecQuery (&quot;Select * from Win32_Process Where Name = &quot; &amp;amp; strProcessKill )&lt;br&gt;For Each objProcess in colProcess&lt;br&gt;objProcess.Terminate()&lt;br&gt;Next&lt;br&gt;&lt;br&gt;strProcessKill = &quot;&#039;Pen_Tablet.exe&#039;&quot;&lt;br&gt;Set objWMIService = GetObject(&quot;winmgmts:&quot; &amp;amp; &quot;{impersonationLevel=impersonate}!\\&quot; &amp;amp; strComputer &amp;amp; &quot;\root\cimv2&quot;)&lt;br&gt;Set colProcess = objWMIService.ExecQuery (&quot;Select * from Win32_Process Where Name = &quot; &amp;amp; strProcessKill )&lt;br&gt;For Each objProcess in colProcess&lt;br&gt;objProcess.Terminate()&lt;br&gt;Next&lt;br&gt;&lt;br&gt;WScript.Quit&lt;/blockquote&gt;&lt;br&gt;위 코드에서 두번째 세번째 문단은 반복되고 있음을 알 수 있다. 첫줄의 exe 프로그램명 부분에 큰따옴표, 작은따옴표를 유의해서 멈추어야할 프로세스들을 적어주면 된다. 나의 경우 위의 코드를 반복해서 30개 정도의 .exe 프로세스를 멈추고 있다.&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;h3&gt;실행시키기&lt;/h3&gt;이제 모든 준비과정은 끝났고 이제 자기 컴퓨터에서 위의 두개 스크립트를 실행시켜주면 된다. 참고로 본 필자인 민기의 컴퓨터 사양은 다음과 같다.&lt;br&gt;&lt;br&gt;Panasonic Let&#039;s note R3&lt;br&gt;RAM 760M&lt;br&gt;HDD 40G&lt;br&gt;&lt;br&gt;속도 향상은 두드러 졌으며 그 버벅거림의 대명사인 구글 데스크탑과 메크로 프로그램 한개를 돌리면서도 하이버네이션 들어가기 10초 나오기 13초라는 경이로운 속도를 보여줬다. 윈도우 밀어본지도 반년이 지난 상태이다.&lt;br&gt;&lt;br&gt;조금이라도 더 속도 향상을 꾀하고 싶으신분은 관리도구에서 서비스 항목에 들어간 후에 아래 민기의 컴퓨터에서 나타나고 있는 서비스 목록만 남기고 나머지들은 모두 스크립트 2번에 집어 넣을 수도 있다. 아래에서 보듯이 현재 20개의 서비스만 돌아가고 있다. Task Scheduler 나 Wireless Zero Configuration 등을 더 멈출 수도 있겠지만 이는 사용자에 따라 다르겠다. &lt;br&gt;&lt;blockquote&gt;DCOM Server Process Launcher&lt;br&gt;DHCP Client&lt;br&gt;Event Log&lt;br&gt;Network Connections&lt;br&gt;Plug and Play&lt;br&gt;Print Spooler&lt;br&gt;Remote Procedure Call (RPC)&lt;br&gt;Task Scheduler&lt;br&gt;Windows Audio&lt;br&gt;Windows Firewall/Internet Connection Sharing (ICS)&lt;br&gt;Windows Management Instrumentation&lt;br&gt;Workstation&lt;/blockquote&gt;속도 향상이 두드러짐에도 이 방법이 널리 사용되지 않는 이유는 잘못된 프로세스를 건드렸을 때 재부팅을 감수해야 하는 것과 컴퓨터마다 설치된 하드웨어, 소프트웨어들이 다르기 때문에 동일한 속도향상 스크립트는 있을 수 없기 때문인것 같다. 본 컴퓨터의 경우 웹카메라, 터치패드 어플, 스타일러스팬 어플 등등을 정지시키고 크게 속도향상이 있었다.&lt;br&gt;&lt;br&gt;컴터의 느려진 속도로 업글을 생각하고 있는 사람이 있다면 조금 더 참을성을 갖고 프로세스 관리를 통해 공짜 업글의 효과를 보는 것이 어떨까요??&lt;br&gt;&lt;br&gt;&lt;h3&gt;에러 발생시??&lt;/h3&gt;윈도우 처음부터 실행하라고 있던 프로세스들을 하나둘 멈추다 보면 분명 에러가 발생하기 마련이다. 따라서 프로세스를 완전히 삭제하거나 하지 말고 꼭 스크립트로 만들어서 정상 부팅후에 실해시키길 바란다. 스크립트 적용후에 에러(대부분 윈도우 1분안에 재부팅)이 나타난다면 재부팅후 그 스크립트를 수정해주면 된다.&lt;br&gt;&lt;br&gt;&lt;h3&gt;덤&lt;/h3&gt;누차 말하지만 최적화된 스크립트는 컴퓨터마다 다르다. 필자가 글을 잘 못쓴 탓도 있고 시도해보다 안되는 사람들이 분명 발생할것 같아서 민기의 컴퓨터에서 써던 스크립트 파일 2개를 공개하겠습니다. 이것으로도 어느정도 효과를 볼 것이라 생각됩니다. 다만 최적화를 위해서는 처음부터 선별작업을 거쳐야 합니다.&lt;br&gt;&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;a class=&quot;extensionIcon&quot; href=&quot;http://minkee.net/attachment/8846932044.zip&quot;&gt;&lt;img src=&quot;http://minkee.net/image/extension/zip.gif&quot; alt=&quot;&quot; /&gt; Turbo.zip&lt;/a&gt;&lt;/div&gt;&lt;br&gt;&lt;fieldset style=&quot;margin:20px 0px 20px 0px;padding:5px;&quot;&gt;&lt;legend&gt;&lt;span&gt;&lt;strong&gt;크리에이티브 커먼즈 라이센스&lt;/strong&gt;&lt;/span&gt;&lt;/legend&gt;&lt;!--Creative Commons License--&gt;&lt;div style=&quot;float: left; width: 88px; margin-top: 3px;&quot;&gt;&lt;a rel=&quot;license&quot; href=&quot;http://creativecommons.org/licenses/by-nc-nd/2.0/kr/&quot; target=_blank&gt;&lt;img alt=&quot;Creative Commons License&quot; style=&quot;border-width: 0&quot; src=&quot;http://i.creativecommons.org/l/by-nc-nd/2.0/kr/88x31.png&quot;/&gt;&lt;/a&gt;&lt;/div&gt;&lt;div style=&quot;margin-left: 92px; margin-top: 3px; text-align: justify;&quot;&gt;이 저작물은 &lt;a rel=&quot;license&quot; href=&quot;http://creativecommons.org/licenses/by-nc-nd/2.0/kr/&quot; target=_blank&gt;크리에이티브 커먼즈 코리아 저작자표시-비영리-변경금지 2.0 대한민국 라이센스&lt;/a&gt;에 따라 이용하실 수 있습니다.
			&lt;!-- Creative Commons License--&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-nd/2.0/kr/&quot; /&gt;
			&lt;/Work&gt;
			&lt;License rdf:about=&quot;http://creativecommons.org/licenses/by-nc-nd/&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;&lt;/fieldset&gt;</summary>
  </entry>
  <entry>
    <title type="html">Chapter 30. The Apostrophe /Leekyoung/</title>
    <link rel="alternate" type="text/html" href="http://minkee.net/102" />
    <link rel="replies" type="application/atom+xml" href="http://minkee.net/atom/response/102" thr:count="0"/>
    <category term="The-Little-Brown-Handbook" />
    <category term="English Cafe" />
    <category term="English Composition" />
    <category term="The Little Brown Handbook" />
    <category term="英作文" />
    <category term="영작문" />
    <author>
      <name>(Minkee Kim)</name>
    </author>
    <id>http://minkee.net/102</id>
    <updated>2008-05-25T13:07:42+01:00</updated>
    <published>2008-05-25T13:07:42+01:00</published>
    <summary type="html">&lt;h4&gt;&lt;span style=&quot;font-size: 11pt;&quot; lang=&quot;EN-US&quot;&gt;Chapter 30. The
Apostrophe&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/h4&gt;





&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot;&gt;&lt;o:p&gt;&lt;br /&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;span style=&quot;background: rgb(217, 217, 217) none repeat scroll 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;&quot; lang=&quot;EN-US&quot;&gt;a. Use the apostrophe to indicate the possessive case
for nouns and indefinite pronouns.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; style=&quot;margin-left: 10pt;&quot;&gt;&lt;span lang=&quot;EN-US&quot;&gt;1) Add –‘s to singular nouns and indefinite pronouns.&lt;/span&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot; style=&quot;margin-left: 20pt;&quot;&gt;&lt;span lang=&quot;EN-US&quot;&gt;Ex) Anyone&lt;span style=&quot;background: yellow none repeat scroll 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;&quot;&gt;’s&lt;/span&gt;
eyes would widen.&lt;/span&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot; style=&quot;margin-left: 10pt;&quot;&gt;&lt;span lang=&quot;EN-US&quot;&gt;2) Add –‘s to plural nouns not ending in –s.&lt;/span&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot; style=&quot;margin-left: 20pt;&quot;&gt;&lt;span lang=&quot;EN-US&quot;&gt;Ex) The bill establishes children&lt;span style=&quot;background: yellow none repeat scroll 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;&quot;&gt;’s&lt;/span&gt; rights.&lt;/span&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot; style=&quot;margin-left: 10pt;&quot;&gt;&lt;span lang=&quot;EN-US&quot;&gt;3) Add only an apostrophe to plural nouns ending in –s.&lt;/span&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot; style=&quot;margin-left: 20pt;&quot;&gt;&lt;span lang=&quot;EN-US&quot;&gt;Ex) Workers&lt;span style=&quot;background: yellow none repeat scroll 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;&quot;&gt;’&lt;/span&gt;
incomes have not risen much over the past decade.&lt;/span&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot; style=&quot;margin-left: 10pt;&quot;&gt;&lt;span lang=&quot;EN-US&quot;&gt;4) Add –‘s only to the last word of compound words or word groups.&lt;/span&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot; style=&quot;margin-left: 20pt;&quot;&gt;&lt;span lang=&quot;EN-US&quot;&gt;Ex) The &lt;u&gt;council president&lt;span style=&quot;background: yellow none repeat scroll 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;&quot;&gt;’s&lt;/span&gt;&lt;/u&gt; address was a bore.&lt;/span&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot; style=&quot;margin-left: 10pt;&quot;&gt;&lt;span lang=&quot;EN-US&quot;&gt;5) With two or more words, add –‘s to one or both depending on
meaning.&lt;/span&gt;&lt;/p&gt;



&lt;p class=&quot;MsoNormal&quot; style=&quot;margin-left: 20pt;&quot;&gt;&lt;span lang=&quot;EN-US&quot;&gt;Ex) (individual possession) -&amp;gt; &lt;u&gt;Zimbale&lt;span style=&quot;background: yellow none repeat scroll 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;&quot;&gt;’s&lt;/span&gt; and Mason&lt;span style=&quot;background: yellow none repeat scroll 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;&quot;&gt;’s&lt;/span&gt;&lt;/u&gt; comedy techniques are similar.&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; style=&quot;margin-left: 20pt;&quot;&gt;&lt;span lang=&quot;EN-US&quot;&gt;(joint possession) -&amp;gt;
The child recovered despite her &lt;u&gt;mother and father&lt;span style=&quot;background: yellow none repeat scroll 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;&quot;&gt;’s&lt;/span&gt; &lt;/u&gt;neglect.&lt;/span&gt;&lt;/p&gt;



&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot;&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;background: rgb(217, 217, 217) none repeat scroll 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;&quot; lang=&quot;EN-US&quot;&gt;b. Delete or replace any apostrophe in a plural noun,
a singular verb, or a possessive personal pronoun.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot; style=&quot;margin-left: 10pt;&quot;&gt;&lt;span lang=&quot;EN-US&quot;&gt;1) The unleashed dog’s began traveling in a pack. (X)&lt;/span&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot; style=&quot;margin-left: 10pt;&quot;&gt;&lt;span lang=&quot;EN-US&quot;&gt;&lt;span style=&quot;&quot;&gt;&amp;nbsp;⇒&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-family: Wingdings;&quot; lang=&quot;EN-US&quot;&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot; style=&quot;margin-left: 10pt;&quot;&gt;&lt;span lang=&quot;EN-US&quot;&gt;2) It run’s more reliably. (X)&lt;/span&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot; style=&quot;margin-left: 10pt;&quot;&gt;&lt;span lang=&quot;EN-US&quot;&gt;&lt;span style=&quot;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-family: Wingdings;&quot; lang=&quot;EN-US&quot;&gt;&lt;span style=&quot;&quot;&gt;⇒&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot; style=&quot;margin-left: 10pt;&quot;&gt;&lt;span lang=&quot;EN-US&quot;&gt;3) The credit is her’s not their’s not. (X)&lt;/span&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot; style=&quot;margin-left: 10pt;&quot;&gt;&lt;span lang=&quot;EN-US&quot;&gt;&lt;span style=&quot;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-family: Wingdings;&quot; lang=&quot;EN-US&quot;&gt;&lt;span style=&quot;&quot;&gt;⇒&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;



&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot;&gt;&lt;/span&gt;&lt;span style=&quot;background: rgb(217, 217, 217) none repeat scroll 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;&quot; lang=&quot;EN-US&quot;&gt;c. Use an apostrophe to indicate the omission in a
standard contraction.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot; style=&quot;margin-left: 10pt;&quot;&gt;&lt;span lang=&quot;EN-US&quot;&gt;Ex) Legislators know their going to have to cut the budget to
eliminate it’s deficit. (X)&lt;/span&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot; style=&quot;margin-left: 10pt;&quot;&gt;&lt;span lang=&quot;EN-US&quot;&gt;&lt;span style=&quot;&quot;&gt;&amp;nbsp;⇒&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-family: Wingdings;&quot; lang=&quot;EN-US&quot;&gt;&lt;/span&gt;&lt;/p&gt;



&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;span style=&quot;background: rgb(217, 217, 217) none repeat scroll 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;&quot; lang=&quot;EN-US&quot;&gt;d. Increasingly, the apostrophe does not mark plural
abbreviations, dates, and words or characters named as words.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot;&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;fieldset style=&quot;margin:20px 0px 20px 0px;padding:5px;&quot;&gt;&lt;legend&gt;&lt;span&gt;&lt;strong&gt;크리에이티브 커먼즈 라이센스&lt;/strong&gt;&lt;/span&gt;&lt;/legend&gt;&lt;!--Creative Commons License--&gt;&lt;div style=&quot;float: left; width: 88px; margin-top: 3px;&quot;&gt;&lt;a rel=&quot;license&quot; href=&quot;http://creativecommons.org/licenses/by-nc-nd/2.0/kr/&quot; target=_blank&gt;&lt;img alt=&quot;Creative Commons License&quot; style=&quot;border-width: 0&quot; src=&quot;http://i.creativecommons.org/l/by-nc-nd/2.0/kr/88x31.png&quot;/&gt;&lt;/a&gt;&lt;/div&gt;&lt;div style=&quot;margin-left: 92px; margin-top: 3px; text-align: justify;&quot;&gt;이 저작물은 &lt;a rel=&quot;license&quot; href=&quot;http://creativecommons.org/licenses/by-nc-nd/2.0/kr/&quot; target=_blank&gt;크리에이티브 커먼즈 코리아 저작자표시-비영리-변경금지 2.0 대한민국 라이센스&lt;/a&gt;에 따라 이용하실 수 있습니다.
			&lt;!-- Creative Commons License--&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-nd/2.0/kr/&quot; /&gt;
			&lt;/Work&gt;
			&lt;License rdf:about=&quot;http://creativecommons.org/licenses/by-nc-nd/&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;&lt;/fieldset&gt;</summary>
  </entry>
  <entry>
    <title type="html">Chapter 29. The semicolon /Leekyoung/</title>
    <link rel="alternate" type="text/html" href="http://minkee.net/101" />
    <link rel="replies" type="application/atom+xml" href="http://minkee.net/atom/response/101" thr:count="0"/>
    <category term="The-Little-Brown-Handbook" />
    <category term="English Cafe" />
    <category term="English Composition" />
    <category term="The Little Brown Handbook" />
    <category term="英作文" />
    <category term="영작문" />
    <author>
      <name>(Minkee Kim)</name>
    </author>
    <id>http://minkee.net/101</id>
    <updated>2008-05-25T13:07:55+01:00</updated>
    <published>2008-05-25T13:06:22+01:00</published>
    <summary type="html">&lt;h4&gt;&lt;span style=&quot;font-size: 11pt;&quot; lang=&quot;EN-US&quot;&gt;Chapter 29. The
semicolon&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/h4&gt;&lt;br /&gt;&lt;span style=&quot;background: rgb(217, 217, 217) none repeat scroll 0% 50%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;&quot; lang=&quot;EN-US&quot;&gt;a. Use a semicolon between main clauses not joined by
&lt;i style=&quot;&quot;&gt;and&lt;/i&gt;, &lt;i style=&quot;&quot;&gt;but&lt;/i&gt;, or another coordinating conjunction.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;

&lt;p class=&quot;MsoNormal&quot; style=&quot;margin-left: 10pt;&quot;&gt;&lt;span lang=&quot;EN-US&quot;&gt;Ex) The drug does little to relieve symptoms&lt;span style=&quot;background: yellow none repeat scroll 0% 50%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;&quot;&gt;, and&lt;/span&gt; it can have side effects.&lt;/span&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot; style=&quot;margin-left: 10pt;&quot;&gt;&lt;span lang=&quot;EN-US&quot;&gt;&lt;span style=&quot;&quot;&gt;&amp;nbsp;&amp;nbsp; &lt;/span&gt;The side effects are not
minor&lt;span style=&quot;background: yellow none repeat scroll 0% 50%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;&quot;&gt;;&lt;/span&gt; some leave
the patient quite ill.&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;background: rgb(217, 217, 217) none repeat scroll 0% 50%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;&quot; lang=&quot;EN-US&quot;&gt;b. Use a semicolon between main clauses related by &lt;i style=&quot;&quot;&gt;however, for example&lt;/i&gt;, and so on.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;background: rgb(217, 217, 217) none repeat scroll 0% 50%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;&quot; lang=&quot;EN-US&quot;&gt;c. Use a semicolon to separate main clauses if they
are complicated or contain commas, even with a coordinating conjunction.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot; style=&quot;margin-left: 10pt;&quot;&gt;&lt;span lang=&quot;EN-US&quot;&gt;Ex) By a conscious effort of the mind, we can stand aloof from
actions and their consequences&lt;span style=&quot;background: yellow none repeat scroll 0% 50%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;&quot;&gt;;&lt;/span&gt; &lt;u&gt;and&lt;/u&gt; all things, good and bad, go by us like a torrent.&lt;/span&gt;&lt;/p&gt;



&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;span style=&quot;background: rgb(217, 217, 217) none repeat scroll 0% 50%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;&quot; lang=&quot;EN-US&quot;&gt;d. Use semicolons to separate items in a series if
they are long or contain commas.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot; style=&quot;margin-left: 10pt;&quot;&gt;&lt;span lang=&quot;EN-US&quot;&gt;Ex) The custody case involved Amy Dalton, the child&lt;span style=&quot;background: yellow none repeat scroll 0% 50%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;&quot;&gt;;&lt;/span&gt; Ellen and Mark Dalton,
the parents&lt;span style=&quot;background: yellow none repeat scroll 0% 50%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;&quot;&gt;;&lt;/span&gt; and
Ruth and Hal Blum, the grandparents.&lt;/span&gt;&lt;/p&gt;



&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;span style=&quot;background: rgb(217, 217, 217) none repeat scroll 0% 50%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;&quot; lang=&quot;EN-US&quot;&gt;e. Use the semicolon only where required.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot; style=&quot;margin-left: 10pt;&quot;&gt;&lt;span lang=&quot;EN-US&quot;&gt;1) Delete or replace any semicolon that separates a subordinate
clause or a phrase from a main clause.&lt;/span&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot; style=&quot;margin-left: 20pt;&quot;&gt;&lt;span lang=&quot;EN-US&quot;&gt;Ex) Pygmies are in danger of extinction; because of encroaching
development. (X)&lt;/span&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot; style=&quot;margin-left: 20pt;&quot;&gt;&lt;span lang=&quot;EN-US&quot;&gt;&lt;span style=&quot;&quot;&gt;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-family: Wingdings;&quot; lang=&quot;EN-US&quot;&gt;&lt;span style=&quot;&quot;&gt;⇒&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot; style=&quot;margin-left: 20pt;&quot;&gt;&lt;span lang=&quot;EN-US&quot;&gt;Ex) According to African authorities; only about 35,000 Pygmies
exist today. (X)&lt;/span&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot; style=&quot;margin-left: 20pt;&quot;&gt;&lt;span lang=&quot;EN-US&quot;&gt;&lt;span style=&quot;&quot;&gt;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-family: Wingdings;&quot; lang=&quot;EN-US&quot;&gt;&lt;span style=&quot;&quot;&gt;⇒&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot; style=&quot;margin-left: 10pt;&quot;&gt;&lt;span lang=&quot;EN-US&quot;&gt;2) Delete or replace any semicolon that introduces a series or
explanation.&lt;/span&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot; style=&quot;margin-left: 20pt;&quot;&gt;&lt;span lang=&quot;EN-US&quot;&gt;Ex) Teachers have heard all sorts of reasons why students do poorly;
psychological problems, family illness, too much work, too little time. (X)&lt;/span&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot; style=&quot;margin-left: 10pt;&quot;&gt;&lt;span lang=&quot;EN-US&quot;&gt;&lt;span style=&quot;&quot;&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-family: Wingdings;&quot; lang=&quot;EN-US&quot;&gt;&lt;span style=&quot;&quot;&gt;⇒&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;



&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot;&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;span style=&quot;background: yellow none repeat scroll 0% 50%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;&quot; lang=&quot;EN-US&quot;&gt;Homework &amp;gt; Use the semicolon sparingly.&lt;/span&gt;&lt;/p&gt;



&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot;&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&amp;lt;Semicolon overused&amp;gt;&lt;/span&gt;&lt;/p&gt;





&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot;&gt;The Make-a-Wish Foundation helps sick
children&lt;span style=&quot;background: yellow none repeat scroll 0% 50%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;&quot;&gt;;&lt;/span&gt; it grants
the wishes of children who are terminally ill. The foundation learns of a
child’s wish&lt;span style=&quot;background: yellow none repeat scroll 0% 50%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;&quot;&gt;;&lt;/span&gt; the
information usually comes from parents, friends, or hospital staff&lt;span style=&quot;background: yellow none repeat scroll 0% 50%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;&quot;&gt;;&lt;/span&gt; the wish may be for a
special toy, a trip to the circus, or a visit to Disneyland. The foundation
grants some wishes with its own funds&lt;span style=&quot;background: yellow none repeat scroll 0% 50%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;&quot;&gt;;&lt;/span&gt; for other wishes it appeals to those who have what the child
desires.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&amp;lt;Revised&amp;gt;&lt;/span&gt;&lt;/p&gt;&lt;fieldset style=&quot;margin:20px 0px 20px 0px;padding:5px;&quot;&gt;&lt;legend&gt;&lt;span&gt;&lt;strong&gt;크리에이티브 커먼즈 라이센스&lt;/strong&gt;&lt;/span&gt;&lt;/legend&gt;&lt;!--Creative Commons License--&gt;&lt;div style=&quot;float: left; width: 88px; margin-top: 3px;&quot;&gt;&lt;a rel=&quot;license&quot; href=&quot;http://creativecommons.org/licenses/by-nc-nd/2.0/kr/&quot; target=_blank&gt;&lt;img alt=&quot;Creative Commons License&quot; style=&quot;border-width: 0&quot; src=&quot;http://i.creativecommons.org/l/by-nc-nd/2.0/kr/88x31.png&quot;/&gt;&lt;/a&gt;&lt;/div&gt;&lt;div style=&quot;margin-left: 92px; margin-top: 3px; text-align: justify;&quot;&gt;이 저작물은 &lt;a rel=&quot;license&quot; href=&quot;http://creativecommons.org/licenses/by-nc-nd/2.0/kr/&quot; target=_blank&gt;크리에이티브 커먼즈 코리아 저작자표시-비영리-변경금지 2.0 대한민국 라이센스&lt;/a&gt;에 따라 이용하실 수 있습니다.
			&lt;!-- Creative Commons License--&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-nd/2.0/kr/&quot; /&gt;
			&lt;/Work&gt;
			&lt;License rdf:about=&quot;http://creativecommons.org/licenses/by-nc-nd/&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;&lt;/fieldset&gt;</summary>
  </entry>
  <entry>
    <title type="html">Chapter 27 &amp; 28 End Punctuation, The Comma /Minkee/</title>
    <link rel="alternate" type="text/html" href="http://minkee.net/100" />
    <link rel="replies" type="application/atom+xml" href="http://minkee.net/atom/response/100" thr:count="0"/>
    <category term="The-Little-Brown-Handbook" />
    <category term="English Cafe" />
    <category term="English Composition" />
    <category term="The Little Brown Handbook" />
    <category term="英作文" />
    <category term="영작문" />
    <author>
      <name>(Minkee Kim)</name>
    </author>
    <id>http://minkee.net/100</id>
    <updated>2008-05-18T07:13:04+01:00</updated>
    <published>2008-05-18T07:12:56+01:00</published>
    <summary type="html">&lt;h3&gt;Chapter 27 End Punctuation&lt;/h3&gt;The end punctuation marks are:&lt;br /&gt;the period .&lt;br /&gt;the question mark ?&lt;br /&gt;the exclamation point !&lt;br /&gt;&lt;br /&gt;Use period with some abbreviations.&lt;br /&gt;Dr. Feb. ft. St. Ms. i.e. e.g. p. a.p.&lt;br /&gt;&lt;br /&gt;&lt;h4&gt;CAUTION&lt;/h4&gt;1. When a sentence ends in an abbreviation with a period, do not use the double periods.&lt;br /&gt;My first class is at 8 a.m.&lt;br /&gt;&lt;br /&gt;2. Question marks and exclamation points are never combined with other punctuations.&lt;br /&gt;“What is the point?,” readers ask.&lt;br /&gt;“What is the point?” readers ask.&lt;br /&gt;&lt;br /&gt;&lt;h4&gt;TASK&lt;/h4&gt;Revise the punctuation mark usage.&lt;br /&gt;&lt;br /&gt;For the comment “Does physics literacy simply happen by enrolling in physics?”, the authors added more literature of how serious the equity situation is, not answering the question.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;h3&gt;Chapter 28 The Comma Minkee&lt;/h3&gt;&lt;h3&gt;&lt;/h3&gt;Separate main cluases:&lt;br /&gt;&lt;h4&gt;1) from another main clause linked by a coordinating conjunction&lt;/h4&gt;, in that (=because)&lt;br /&gt;, and&lt;br /&gt;Coffee drinkers may suffer sleeplessness, for the drug acts as a stimulant to the nervous system.&lt;br /&gt;&lt;br /&gt;&lt;h4&gt;2) from introductory elements&lt;/h4&gt;Once again, &lt;br /&gt;In the same light, &lt;br /&gt;For the perspective, &lt;br /&gt;Thus,&lt;br /&gt;Although,&lt;br /&gt;&lt;br /&gt;&lt;h4&gt;3) from nonessential element&lt;/h4&gt;The empty building symbolizes a local economy, which affects everyone.&lt;br /&gt;In the photo taken in Buenos Aires, Friday, April 11, 2008 before the Olympic Torch tour along the streets of Argentinean capital, hundreds of the South American people are holding their posters which read ‘Tibet Free’, along with the big Tibetan flag.&lt;br /&gt;The company, which is located in Oklahoma, has a good reputation.&lt;br /&gt;&lt;br /&gt;&lt;h4&gt;CAUTION&lt;/h4&gt;When a transitional expression links main clauses, precede it with a semicolon and follow it with a comma.&lt;br /&gt;Ex]&lt;br /&gt;European workers often have long paid vacations; indeed, they may receive a full month.&lt;br /&gt;American workers thus put in more work days. But the days themselves may be shorter.&lt;br /&gt;&lt;br /&gt;&lt;h4&gt;Use commas between items in a series and between coordinate adjectives.&lt;/h4&gt;She was a faithful, sincere friend.&lt;br /&gt;They are dedicated medical students.&lt;br /&gt;Little, brown handbook&lt;br /&gt;Sohee will make a presentation on the handbook in EPIC seminar, on Tuesday, May 20, 2008.&lt;br /&gt;Her second presentation will be about the research proposal on 3 June 2008.&lt;br /&gt;Use commas with quotations&lt;br /&gt;&quot;Students have as much right as any adult to voice their opinion against the beef issue,&quot; said an unnamed official of the union.&lt;br /&gt;&lt;br /&gt;&lt;h4&gt;Do not use commas when&lt;/h4&gt;Essential elements&lt;br /&gt;Hawthorne’s work The Scarlet Letter was the first major American novel.&lt;br /&gt;James Joyce’s short story “The Dead” was made into an affecting film.&lt;br /&gt;&lt;br /&gt;&lt;h4&gt;[Homework]&lt;/h4&gt;Find meaningful, practical expressions or usages of commas in the following academic paper:&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;Jenkins, E. W., &amp;amp; Nelson, N. W. (2005). Important but not for me: students&#039; attitudes towards secondary school science in England. Research in Science &amp;amp; Technological Education, 23(1), 41-57.&lt;/blockquote&gt;&lt;br /&gt;&lt;br /&gt;&lt;fieldset style=&quot;margin:20px 0px 20px 0px;padding:5px;&quot;&gt;&lt;legend&gt;&lt;span&gt;&lt;strong&gt;크리에이티브 커먼즈 라이센스&lt;/strong&gt;&lt;/span&gt;&lt;/legend&gt;&lt;!--Creative Commons License--&gt;&lt;div style=&quot;float: left; width: 88px; margin-top: 3px;&quot;&gt;&lt;a rel=&quot;license&quot; href=&quot;http://creativecommons.org/licenses/by-nc-nd/2.0/kr/&quot; target=_blank&gt;&lt;img alt=&quot;Creative Commons License&quot; style=&quot;border-width: 0&quot; src=&quot;http://i.creativecommons.org/l/by-nc-nd/2.0/kr/88x31.png&quot;/&gt;&lt;/a&gt;&lt;/div&gt;&lt;div style=&quot;margin-left: 92px; margin-top: 3px; text-align: justify;&quot;&gt;이 저작물은 &lt;a rel=&quot;license&quot; href=&quot;http://creativecommons.org/licenses/by-nc-nd/2.0/kr/&quot; target=_blank&gt;크리에이티브 커먼즈 코리아 저작자표시-비영리-변경금지 2.0 대한민국 라이센스&lt;/a&gt;에 따라 이용하실 수 있습니다.
			&lt;!-- Creative Commons License--&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-nd/2.0/kr/&quot; /&gt;
			&lt;/Work&gt;
			&lt;License rdf:about=&quot;http://creativecommons.org/licenses/by-nc-nd/&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;&lt;/fieldset&gt;</summary>
  </entry>
  <entry>
    <title type="html">HW 25. Artificial Sugar /Sohee/</title>
    <link rel="alternate" type="text/html" href="http://minkee.net/99" />
    <link rel="replies" type="application/atom+xml" href="http://minkee.net/atom/response/99" thr:count="0"/>
    <category term="The-Little-Brown-Handbook" />
    <category term="English Cafe" />
    <category term="English Composition" />
    <category term="The Little Brown Handbook" />
    <category term="英作文" />
    <category term="영작문" />
    <author>
      <name>(Minkee Kim)</name>
    </author>
    <id>http://minkee.net/99</id>
    <updated>2008-04-26T11:06:16+01:00</updated>
    <published>2008-04-26T11:05:55+01:00</published>
    <summary type="html">&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;img src=&quot;http://minkee.net/attach/1/8538291611.jpg&quot; alt=&quot;User inserted image&quot; class=&quot;tt-resampling&quot; height=&quot;247&quot; width=&quot;450&quot; /&gt;&lt;/div&gt;&lt;br /&gt;&lt;h4&gt;
[Original]&lt;/h4&gt;
When eating some foods, many people worry about getting high calories
and gaining weights. Thus it seems that food containing artificial
sweeteners instead of sugar solve this problem. For example, aspartame,
one of the artificial sweeteners, has 4kcal/g as well as sugar has but
it is 200 times sweeter than sugar. So when manufacturing drinks and
candies with aspartame we need just amount of 1/200 of sugar. As a
result, we can enjoy coke and candy without worry about calories. &lt;br /&gt;
However, many doctors and researchers argue that artificial sweetener
may increase a person’s risk of headache, dizziness, stroke,
convulsions, encephaloma. And some research shows that continual eating
aspartame may cause getting fat because digestive system confuse sweet
flavor with low calories and body need more food. On the other hand,
some researchers say that eating artificial sweetener dose not effect
human body at all. Despite WHO’s announcement of safety of aspartame in
2006, aspartame is still controversial &lt;br /&gt;
It depends on you whether or not eating artificial sweetener. However,
we should know the ingredients of the foods before you pick up foods. &lt;br /&gt;
(Word Count:188)&lt;br /&gt;
&lt;br /&gt;&lt;h4&gt;[Revised]&lt;/h4&gt;Enjoying food, people worry about getting high calories and gaining weights. For them, artificial sweeteners, alternative types of sugar, seems to lesson their concern. Among them, aspartame, one of the artificial sweeteners, has 4 kilo calories per gram (as much amount as sugar has); but, it is 200 times sweeter than sugar. When manufacturing drinks and candies with aspartame, it needs only 1/200 sugar. As a result, we have enjoyed coke and candies without worrying about calories. &lt;br /&gt;&lt;br /&gt;However, many doctors and researchers argue that artificial sweeteners may increase the risk of headache, dizziness, stroke, convulsions, and encephaloma to some consumers. Moreover, some researchers show that continual consumption of aspartame may cause getting fat, because digestive system confuses the sweet flavor with low calorie ingredient and commands our body to requires more food. Despite the WHO announcement for safety of aspartame in 2006, its side-effect is still controversial. Some researchers say that eating artificial sweetener dose not effect human body at all. &lt;br /&gt;&lt;br /&gt;It depends on you whether to take artificial sweetener or not. However, we should know about its ingredient before picking up a food.&lt;fieldset style=&quot;margin:20px 0px 20px 0px;padding:5px;&quot;&gt;&lt;legend&gt;&lt;span&gt;&lt;strong&gt;크리에이티브 커먼즈 라이센스&lt;/strong&gt;&lt;/span&gt;&lt;/legend&gt;&lt;!--Creative Commons License--&gt;&lt;div style=&quot;float: left; width: 88px; margin-top: 3px;&quot;&gt;&lt;a rel=&quot;license&quot; href=&quot;http://creativecommons.org/licenses/by-nc-nd/2.0/kr/&quot; target=_blank&gt;&lt;img alt=&quot;Creative Commons License&quot; style=&quot;border-width: 0&quot; src=&quot;http://i.creativecommons.org/l/by-nc-nd/2.0/kr/88x31.png&quot;/&gt;&lt;/a&gt;&lt;/div&gt;&lt;div style=&quot;margin-left: 92px; margin-top: 3px; text-align: justify;&quot;&gt;이 저작물은 &lt;a rel=&quot;license&quot; href=&quot;http://creativecommons.org/licenses/by-nc-nd/2.0/kr/&quot; target=_blank&gt;크리에이티브 커먼즈 코리아 저작자표시-비영리-변경금지 2.0 대한민국 라이센스&lt;/a&gt;에 따라 이용하실 수 있습니다.
			&lt;!-- Creative Commons License--&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-nd/2.0/kr/&quot; /&gt;
			&lt;/Work&gt;
			&lt;License rdf:about=&quot;http://creativecommons.org/licenses/by-nc-nd/&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;&lt;/fieldset&gt;</summary>
  </entry>
</feed>
