<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="/style/rss/style.xsl" type="text/xsl" media="screen"?>
<rss version="2.0">
	<channel>
		<title>ajax</title>
		<link>http://ajax.tistory.com/</link>
		<description></description>
		<language>ko</language>
		<pubDate>Wed, 28 Nov 2007 09:45:56 +0900</pubDate>
		<generator>Tistory 1.1</generator>
		<item>
			<title>google browser sync 쓰지 마세요</title>
			<link>http://ajax.tistory.com/entry/google-browser-sync-%EC%93%B0%EC%A7%80-%EB%A7%88%EC%84%B8%EC%9A%94</link>
			<description>&lt;P&gt;나처럼 여러 PC 를 쓰면서, firefox 의 bookmark 를 같이 관리하는 사람들은 book mark sync and sort (firefox 부가 기능) 를 많이 쓸 것이다. 그런데 이 부가기능의 최대 단점은 내려받기가 너무 느려서 실행이 안 될 때가 많다는 거다&lt;br /&gt;google browser sync (&lt;A href=&quot;http://www.google.com/tools/firefox/browsersync/&quot;&gt;http://&lt;SPAN class=a&gt;&lt;FONT size=2&gt;www.google.com/tools/firefox/browsersync/&lt;/A&gt; &lt;/FONT&gt;&lt;/SPAN&gt;)믿을 만한게 못된다&lt;br /&gt;설치한 후, 두 번 째 PC 에서 보면 뒤죽박죽이 되어있다.&lt;br /&gt;book mark sync and sort 그냥 참고 써야곘다 &lt;/P&gt;</description>
			<category>Addon</category>
			<category>bookmark-sync-and-sort</category>
			<category>Firefox</category>
			<category>google-browser-sync</category>
			<author>ananda</author>
			<guid>http://ajax.tistory.com/21</guid>
			<comments>http://ajax.tistory.com/entry/google-browser-sync-%EC%93%B0%EC%A7%80-%EB%A7%88%EC%84%B8%EC%9A%94#entry21comment</comments>
			<pubDate>Wed, 28 Nov 2007 09:26:05 +0900</pubDate>
		</item>
		<item>
			<title>[javascript] pop 으로 띄운 child 가 parent 값을 읽지 못할 때</title>
			<link>http://ajax.tistory.com/entry/javascript-pop-%EC%9C%BC%EB%A1%9C-%EB%9D%84%EC%9A%B4-child-%EA%B0%80-parent-%EA%B0%92%EC%9D%84-%EC%9D%BD%EC%A7%80-%EB%AA%BB%ED%95%A0-%EB%95%8C</link>
			<description>opener.document.formName.inputName.value 를 읽어오려는데&lt;br /&gt;
에러가 난다.&lt;br /&gt;
IE 창을 보니 &#039;액세수가 거부되었습니다&#039; 라는 에러 메시지가 나온다.&lt;br /&gt;
(firebug 에서는 uncaught exception: HTMLDocument.formName 1) &lt;br /&gt;
&lt;br /&gt;
30 분 정도면 고칠 수 있을 줄 알았는데 결국 4 시간만에 찾았다.&lt;br /&gt;
parent 쪽에서 domain 을 다시 할당하고 있었다.&lt;br /&gt;
(&lt;br /&gt;
&lt;br /&gt;
if(document.domain.toString().indexOf(&quot;x1test.co.kr&quot;) != -1)
             document.domain=&quot;x1test.co.kr&quot;;
else document.domain=&quot;x1.co.kr&quot;;&lt;br /&gt;
)&lt;br /&gt;
이럴 때는 child 쪽에서도 위 스크립트를 다시 반복해주면 된다.&lt;br /&gt;
</description>
			<category>child</category>
			<category>domain</category>
			<category>JavaScript</category>
			<category>parent</category>
			<category>pop</category>
			<category>액세스가 거부되었습니다.</category>
			<author>ananda</author>
			<guid>http://ajax.tistory.com/20</guid>
			<comments>http://ajax.tistory.com/entry/javascript-pop-%EC%9C%BC%EB%A1%9C-%EB%9D%84%EC%9A%B4-child-%EA%B0%80-parent-%EA%B0%92%EC%9D%84-%EC%9D%BD%EC%A7%80-%EB%AA%BB%ED%95%A0-%EB%95%8C#entry20comment</comments>
			<pubDate>Wed,  5 Sep 2007 20:20:36 +0900</pubDate>
		</item>
		<item>
			<title>javascript , try catch 보기</title>
			<link>http://ajax.tistory.com/entry/javascript-try-catch-%EB%B3%B4%EA%B8%B0</link>
			<description>try&lt;br /&gt;&amp;nbsp;&amp;nbsp; {&lt;br /&gt;&amp;nbsp;&amp;nbsp; adddlert(&quot;Welcome guest!&quot;)&lt;br /&gt;&amp;nbsp;&amp;nbsp; }&lt;br /&gt;catch(err)&lt;br /&gt;&amp;nbsp;&amp;nbsp; {&lt;br /&gt;&amp;nbsp;&amp;nbsp; txt=&quot;There was an error on this page.\n\n&quot;&lt;br /&gt;&amp;nbsp;&amp;nbsp; txt+=&quot;Error description: &quot; + err.description + &quot;\n\n&quot;&lt;br /&gt;&amp;nbsp;&amp;nbsp; txt+=&quot;Click OK to continue.\n\n&quot;&lt;br /&gt;&amp;nbsp;&amp;nbsp; alert(txt)&lt;br /&gt;&amp;nbsp;&amp;nbsp; }&lt;br /&gt;출전 w3c.org &lt;br /&gt;</description>
			<category>JavaScript</category>
			<author>ananda</author>
			<guid>http://ajax.tistory.com/19</guid>
			<comments>http://ajax.tistory.com/entry/javascript-try-catch-%EB%B3%B4%EA%B8%B0#entry19comment</comments>
			<pubDate>Wed,  5 Sep 2007 15:58:15 +0900</pubDate>
		</item>
		<item>
			<title>digg down 화면</title>
			<link>http://ajax.tistory.com/entry/digg-down-%ED%99%94%EB%A9%B4</link>
			<description>digg down 화면이다.&lt;br /&gt;&lt;br /&gt;
사용할 수 없다는 공지 외에, digg 사람들이 추천하는 재미있는 사이트를 링크해 놓았다.&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://cfs2.tistory.com/upload_control/download.blog?fhandle=YmxvZzE0MjUzQGZzMi50aXN0b3J5LmNvbTovYXR0YWNoLzAvMC5KUEc=&quot; alt=&quot;사용자 삽입 이미지&quot; height=&quot;400&quot; width=&quot;500&quot;/&gt;&lt;/div&gt;

</description>
			<category>digg</category>
			<author>ananda</author>
			<guid>http://ajax.tistory.com/18</guid>
			<comments>http://ajax.tistory.com/entry/digg-down-%ED%99%94%EB%A9%B4#entry18comment</comments>
			<pubDate>Thu, 28 Jun 2007 09:43:58 +0900</pubDate>
		</item>
		<item>
			<title>[firefox] clipboard 복사 처리</title>
			<link>http://ajax.tistory.com/entry/firefox-clipboard-%EB%B3%B5%EC%82%AC-%EC%B2%98%EB%A6%AC</link>
			<description>function jsUrlCopy() {
        if (g_browser == &quot;IE&quot;) {
                var doc = document.viewForm.url.createTextRange();
                doc.select();
                doc.execCommand(&quot;Copy&quot;);
                g_popupLayer(ALERT_COPY, &#039;alert&#039;);
        }
        else {
                var str = document.viewForm.url.value;
                prompt(&quot;이 글의 고유주소입니다. Ctrl+C를 눌러 복사하세요.&quot;, str);
        }
        return;

}&lt;br /&gt;
&lt;br /&gt;
풀꽃세상에서 스크립트를 보고 일단 위 처럼 prompt 로 처리</description>
			<category>Ajax</category>
			<category>Firefox</category>
			<author>ananda</author>
			<guid>http://ajax.tistory.com/17</guid>
			<comments>http://ajax.tistory.com/entry/firefox-clipboard-%EB%B3%B5%EC%82%AC-%EC%B2%98%EB%A6%AC#entry17comment</comments>
			<pubDate>Thu, 21 Jun 2007 18:37:53 +0900</pubDate>
		</item>
		<item>
			<title>firefox 에 clibboard 복사 기능은 있는가</title>
			<link>http://ajax.tistory.com/entry/firefox-%EC%97%90-clibboard-%EB%B3%B5%EC%82%AC-%EA%B8%B0%EB%8A%A5%EC%9D%80-%EC%9E%88%EB%8A%94%EA%B0%80</link>
			<description>IE 에서 cliboard 에 복사하는 기능을 &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
        var doc = document.viewForm.url.createTextRange();
        doc.select();
        doc.execCommand(&quot;Copy&quot;);&lt;br /&gt;
&lt;br /&gt;
식으로 처리한다.&lt;br /&gt; &lt;br /&gt;
firefox 에서 같은 기능을 구현하려면 어떻게 해야 할까?&lt;br /&gt;
아예 그런 기능이 없는 것일까&lt;br /&gt;&lt;br /&gt;==&amp;gt;&lt;br /&gt;&lt;br /&gt;firefox 에서는 원칙적으로 불가능하다.&lt;br /&gt;보안 상 clipboard 로&amp;nbsp; 복사하는 것을 허용하지 않기 때문이다.&lt;br /&gt;http://www.jeffothy.com/weblog/clipboard-copy/&lt;br /&gt;에 보면 flash 파일을 이용해서 구현한 트릭이 있다.&lt;br /&gt;</description>
			<category>clipboard</category>
			<category>Firefox</category>
			<author>ananda</author>
			<guid>http://ajax.tistory.com/16</guid>
			<comments>http://ajax.tistory.com/entry/firefox-%EC%97%90-clibboard-%EB%B3%B5%EC%82%AC-%EA%B8%B0%EB%8A%A5%EC%9D%80-%EC%9E%88%EB%8A%94%EA%B0%80#entry16comment</comments>
			<pubDate>Tue, 22 May 2007 14:01:49 +0900</pubDate>
		</item>
		<item>
			<title>digg.com 구인공고</title>
			<link>http://ajax.tistory.com/entry/diggcom-%EA%B5%AC%EC%9D%B8%EA%B3%B5%EA%B3%A0</link>
			<description>&lt;h2&gt;Senior Systems Engineer (potrero hill)&lt;/h2&gt;
&lt;hr&gt;
Reply to: &lt;a href=&quot;mailto:opsjobs@digg.com?subject=Senior%20Systems%20Engineer%20%28potrero%20hill%29&quot;&gt;opsjobs@digg.com&lt;/a&gt;&lt;br /&gt;
Date: 2007-02-26,  2:45PM PST&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
GENERAL FUNCTIONS: 
&lt;br /&gt;
digg.com is a user driven social content website. We are looking for an
experienced Senior Systems Engineer, with a background in managing
Linux server clusters at high volume Web sites. To succeed in this
position at digg, you&#039;ll need to have be very adaptable to performing
multiple disparate tasks and ample curiosity about how our code impacts
our systems and how to constantly improve the stability and performance
of our server environment. A very focused and relaxed attitude is
essential. We have a small, self-driven team without much bureaucracy.
If you can deal with a loose organization structure with high
expectations of performance, then we&#039;d like to talk to you.
&lt;br /&gt;
&lt;br /&gt;
RESPONSIBILITIES: 
&lt;br /&gt;
- Manage the physical and logical configuration of Debian Linux servers
&lt;br /&gt;
- Develop and maintain operations procedures for daily maintenance of servers
&lt;br /&gt;
- Develop software tools and scripts to configure, monitor and maintain our servers.
&lt;br /&gt;
- Analyze and maintain performance data to optimize the usage of our server systems. 
&lt;br /&gt;
&lt;br /&gt;
QUALIFICATIONS: 
&lt;br /&gt;
- Bachelors in Computer Science/Information Systems or comparable experience. 
&lt;br /&gt;
- 6 or more years of systems administration experience at a high volume Web site.
&lt;br /&gt;
- Solid understanding of Unix systems administration, including filesystem semantics and NFS. 
&lt;br /&gt;
- Deep experience with Apache, MySQL and PHP
&lt;br /&gt;
- Proficiency in scripting/programming in any of python, perl, python, C, or C++. 
&lt;br /&gt;
- Must have excellent verbal and written communication skills. 
&lt;br /&gt;
&lt;br /&gt;
PREFERRED: 
&lt;br /&gt;
- Experience maintaining routers/switches/load-balancing devices
&lt;br /&gt;
- Experience with Systems/Network security
&lt;br /&gt;
&lt;br /&gt;
Please contact opsjobs@digg.com with a quick note about yourself and your resume.&lt;table summary=&quot;craigslist hosted images&quot;&gt;
	&lt;tbody&gt;&lt;tr&gt;&lt;td align=&quot;center&quot;&gt;&lt;br /&gt;&lt;/td&gt;
		&lt;td align=&quot;center&quot;&gt;&lt;br /&gt;&lt;/td&gt;&lt;/tr&gt;
	&lt;tr&gt;&lt;td align=&quot;center&quot;&gt;&lt;br /&gt;&lt;/td&gt;
		&lt;td align=&quot;center&quot;&gt;&lt;br /&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;





&lt;br /&gt;&lt;br /&gt;
&lt;ul class=&quot;blurbs&quot;&gt;&lt;li&gt; Compensation: DOE
&lt;/li&gt;&lt;li&gt; Principals only.  Recruiters, please don&#039;t contact this job poster.
&lt;/li&gt;&lt;li&gt; Please, no phone calls about this job!
&lt;/li&gt;&lt;li&gt; Please do not contact job poster about other services, products or commercial interests.&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt; 
PostingID: 285110049&lt;br /&gt;


</description>
			<category>digg.com</category>
			<category>구인공고</category>
			<author>ananda</author>
			<guid>http://ajax.tistory.com/15</guid>
			<comments>http://ajax.tistory.com/entry/diggcom-%EA%B5%AC%EC%9D%B8%EA%B3%B5%EA%B3%A0#entry15comment</comments>
			<pubDate>Tue,  6 Mar 2007 11:37:28 +0900</pubDate>
		</item>
		<item>
			<title>firebug 의 bug?</title>
			<link>http://ajax.tistory.com/entry/firebug-%EC%9D%98-bug</link>
			<description>var atextlist=document.getElementById(&#039;answer_list&#039;);&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
document.getElementById&lt;br /&gt;
&lt;br /&gt;
를 호출한는데 자꾸 &lt;br /&gt;
firebug 에서 has no properties 라는 에러 메시지를 출력하면서&lt;br /&gt;
멈춘다. 소스 보기로 보면 해당 atextlist 는 이미 만들어져 있는데 ...&lt;br /&gt;
&lt;br /&gt;
firebug 를 disable 시킨 후에 해보니 정삭 작동한다.&lt;br /&gt;
firebug 의 bug 인 것 같다.&lt;br /&gt;==&amp;gt;&lt;br /&gt;firefox(1.5.0.1) 와 버전이 맞지 않아서 생긴듯하다.&lt;br /&gt;이 문제로 1 년 이상 써왔던 firefox 1.* 를 버리고&lt;br /&gt;2.0 대로 업그레이드 했다. &lt;br /&gt;&lt;br /&gt;==&amp;gt;&lt;br /&gt;그래도 해결 안되어서&lt;br /&gt;firefox 를 다시 설치 하니까 잘 된다.&lt;br /&gt;extension(부가도구) 끼리 충돌이 있었던 것 같다.&lt;br /&gt;덕분에 sage, scrapbook 의 데이타가 없어졌다.&lt;br /&gt;(FFBE 로도 복원이 안된다)&lt;br /&gt;Google calendar notifier 등을 새로 설정했다.&lt;br /&gt;</description>
			<category>Ajax</category>
			<category>Debugger</category>
			<category>extension</category>
			<category>extenston충돌</category>
			<category>Firebug</category>
			<category>Firefox</category>
			<category>JavaScript</category>
			<author>ananda</author>
			<guid>http://ajax.tistory.com/14</guid>
			<comments>http://ajax.tistory.com/entry/firebug-%EC%9D%98-bug#entry14comment</comments>
			<pubDate>Mon, 26 Feb 2007 15:04:05 +0900</pubDate>
		</item>
		<item>
			<title>IE javascript debugger</title>
			<link>http://ajax.tistory.com/entry/IE-javascript-debugger</link>
			<description>http://www.microsoft.com/downloads/details.aspx?FamilyID=2f465be0-94fd-4569-b3c4-dffdf19ccd99&amp;displaylang=en&amp;Hash=RiG8hdI2TukMMEqeFt5MV2p1Lc9bH54aCYVmdmZewt1KznY%2fPyABhDanHPpLf7I28oe8EzB%2b1KomrGoH2fe6pA%3d%3d

firebug 와 비교할 대상은 아니지만 (감히?)
에러 때 적어도
어느 줄에서 에러인 지는 보여준다.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
디버그 창이 뜨고 나면 &lt;br /&gt;
익스플로러는 죽는다.&lt;br /&gt;
익숙한 메시지를 남기고&lt;br /&gt;
... 프로그램이 응답하지 않습니다 ....&lt;br /&gt;
(응답하지 않아도 좋으니 죽지나 마라)
</description>
			<category>Debugger</category>
			<category>IE</category>
			<category>JavaScript</category>
			<category>M$</category>
			<author>ananda</author>
			<guid>http://ajax.tistory.com/13</guid>
			<comments>http://ajax.tistory.com/entry/IE-javascript-debugger#entry13comment</comments>
			<pubDate>Fri, 23 Feb 2007 14:59:34 +0900</pubDate>
		</item>
		<item>
			<title>[javascript] innerHtml 안에서 fucntion 호출 때 인수 표시</title>
			<link>http://ajax.tistory.com/entry/javascript-innerHtml-%EC%95%88%EC%97%90%EC%84%9C-fucntion-%ED%98%B8%EC%B6%9C-%EB%95%8C-%EC%9D%B8%EC%88%98-%ED%91%9C%EC%8B%9C</link>
			<description>innerHTMTL 을 쓰게 면 &lt;br /&gt;&lt;br /&gt;div.innerHTML = &quot; aaaa &quot; + &quot; ffff &quot; + &quot; &quot;;&lt;br /&gt;&lt;br /&gt;형식이 되는데 innerHTML 안에서 javascript 함수를 호출할 때,&lt;br /&gt;인자로 쓰이는 문자열은 &quot; 를 escape 해서 쓰면 된다.&lt;br /&gt;&#039; 를 escape 하면 작동이 안된다. &lt;br /&gt;</description>
			<category>Ajax</category>
			<category>escape</category>
			<category>function</category>
			<category>innerHTML</category>
			<category>JavaScript</category>
			<author>ananda</author>
			<guid>http://ajax.tistory.com/12</guid>
			<comments>http://ajax.tistory.com/entry/javascript-innerHtml-%EC%95%88%EC%97%90%EC%84%9C-fucntion-%ED%98%B8%EC%B6%9C-%EB%95%8C-%EC%9D%B8%EC%88%98-%ED%91%9C%EC%8B%9C#entry12comment</comments>
			<pubDate>Fri, 16 Feb 2007 15:28:34 +0900</pubDate>
		</item>
	</channel>
</rss>
