<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments for The Irrational Rose</title>
	<atom:link href="http://railcs.com/blogs/ir/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://railcs.com/blogs/ir</link>
	<description>this is obviously written by someone who has no idea what he’s doing …</description>
	<pubDate>Wed, 07 Jan 2009 17:59:00 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>Comment on Blue Aurora Wallpaper Clock by Sree</title>
		<link>http://railcs.com/blogs/ir/make/blue-aurora-wallpaper-clock#comment-2473</link>
		<dc:creator>Sree</dc:creator>
		<pubDate>Thu, 04 Dec 2008 08:51:33 +0000</pubDate>
		<guid isPermaLink="false">http://railcs.com/blogs/ir/?p=53#comment-2473</guid>
		<description>&lt;p&gt;Very good&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Very good</p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on Applescript to Populate Address Book with Jabber-MSN Contact Info by qiushihe</title>
		<link>http://railcs.com/blogs/ir/tips/applescript-to-populate-address-book-with-jabber-msn-contact-info#comment-135</link>
		<dc:creator>qiushihe</dc:creator>
		<pubDate>Thu, 29 May 2008 05:38:50 +0000</pubDate>
		<guid isPermaLink="false">http://railcs.com/blogs/ir/tips/applescript-to-populate-address-book-with-jabber-msn-contact-info#comment-135</guid>
		<description>&lt;p&gt;Hi Firas,&lt;/p&gt;

&lt;p&gt;I don't see how the script could possibly run into a infinite loop since all loops in the script are "repeat with ..." and thus would eventually end.&lt;/p&gt;

&lt;p&gt;I admit script is not very efficient (mea culpa). The script loops through &lt;em&gt;every single entry in the address book&lt;/em&gt; for each jabber contacts and in my case it took 30 seconds to go through only 7 jabber contacts with around 100 entries in my Address Book (2.2Ghz MBP).&lt;/p&gt;

&lt;p&gt;An indication that the script is working would be that some of your Address Book entries should be modified already by the script.&lt;/p&gt;

&lt;p&gt;One way to solve your issue would be to optimize the code and I may do that if I have time. And another solution would be a script that would simply loop through your Address Book and add an Jabber IM Handle of the proper format to every one who has an MSN IM Handle (basically my script without the iChat part).&lt;/p&gt;

&lt;p&gt;Without Wax&lt;/p&gt;

&lt;p&gt;Billy&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi Firas,</p>

<p>I don&#8217;t see how the script could possibly run into a infinite loop since all loops in the script are &#8220;repeat with &#8230;&#8221; and thus would eventually end.</p>

<p>I admit script is not very efficient (mea culpa). The script loops through <em>every single entry in the address book</em> for each jabber contacts and in my case it took 30 seconds to go through only 7 jabber contacts with around 100 entries in my Address Book (2.2Ghz MBP).</p>

<p>An indication that the script is working would be that some of your Address Book entries should be modified already by the script.</p>

<p>One way to solve your issue would be to optimize the code and I may do that if I have time. And another solution would be a script that would simply loop through your Address Book and add an Jabber IM Handle of the proper format to every one who has an MSN IM Handle (basically my script without the iChat part).</p>

<p>Without Wax</p>

<p>Billy</p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on Applescript to Populate Address Book with Jabber-MSN Contact Info by Firas</title>
		<link>http://railcs.com/blogs/ir/tips/applescript-to-populate-address-book-with-jabber-msn-contact-info#comment-71</link>
		<dc:creator>Firas</dc:creator>
		<pubDate>Thu, 22 May 2008 00:29:39 +0000</pubDate>
		<guid isPermaLink="false">http://railcs.com/blogs/ir/tips/applescript-to-populate-address-book-with-jabber-msn-contact-info#comment-71</guid>
		<description>&lt;p&gt;Hey,&lt;/p&gt;

&lt;p&gt;I'm trying out your script because I've just set up MSN with Jabber and I'm also too lazy to choose cards for all my contacts....&lt;/p&gt;

&lt;p&gt;I'm using a different jabber server which is fine but all I did was modify your script to go from:&lt;/p&gt;

&lt;p&gt;if name of this_buddy ends with “@msn” then&lt;/p&gt;

&lt;p&gt;TO:&lt;/p&gt;

&lt;p&gt;if name of this_buddy ends with “@msn.netlab.cz”&lt;/p&gt;

&lt;p&gt;What's happening is that the script appears to be going in an infinite loop counting my friends over and over again. I ran it twice and both times it got up to 2 hours.&lt;/p&gt;

&lt;p&gt;any ideas on what could be wrong? (ichat works fine btw just the name thing is a bit annoying).&lt;/p&gt;

&lt;p&gt;I'm on Leopard, Intel 2.1 ghz MB&lt;/p&gt;

&lt;p&gt;Thanks!&lt;/p&gt;

&lt;p&gt;Firas&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hey,</p>

<p>I&#8217;m trying out your script because I&#8217;ve just set up MSN with Jabber and I&#8217;m also too lazy to choose cards for all my contacts&#8230;.</p>

<p>I&#8217;m using a different jabber server which is fine but all I did was modify your script to go from:</p>

<p>if name of this_buddy ends with “@msn” then</p>

<p>TO:</p>

<p>if name of this_buddy ends with “@msn.netlab.cz”</p>

<p>What&#8217;s happening is that the script appears to be going in an infinite loop counting my friends over and over again. I ran it twice and both times it got up to 2 hours.</p>

<p>any ideas on what could be wrong? (ichat works fine btw just the name thing is a bit annoying).</p>

<p>I&#8217;m on Leopard, Intel 2.1 ghz MB</p>

<p>Thanks!</p>

<p>Firas</p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on Defeat Annoying &#8220;Open Link in New Window&#8221; in Safari by qiushihe</title>
		<link>http://railcs.com/blogs/ir/tips/defeat-annoying-open-link-in-new-window-in-safari#comment-13</link>
		<dc:creator>qiushihe</dc:creator>
		<pubDate>Sun, 13 Apr 2008 07:55:54 +0000</pubDate>
		<guid isPermaLink="false">http://railcs.com/blogs/ir/tips/defeat-annoying-open-link-in-new-window-in-safari#comment-13</guid>
		<description>&lt;p&gt;Hi Jim, I do have that preference turn on, and I did use the single-window trick for Safari 3.1 from here: http://www.tuaw.com/2008/03/21/terminal-tip-safari-3-1-brings-true-one-window-mode/&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi Jim, I do have that preference turn on, and I did use the single-window trick for Safari 3.1 from here: <a href="http://www.tuaw.com/2008/03/21/terminal-tip-safari-3-1-brings-true-one-window-mode/" rel="nofollow">http://www.tuaw.com/2008/03/21/terminal-tip-safari-3-1-brings-true-one-window-mode/</a></p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on Defeat Annoying &#8220;Open Link in New Window&#8221; in Safari by Jim Roepcke</title>
		<link>http://railcs.com/blogs/ir/tips/defeat-annoying-open-link-in-new-window-in-safari#comment-11</link>
		<dc:creator>Jim Roepcke</dc:creator>
		<pubDate>Tue, 08 Apr 2008 09:52:00 +0000</pubDate>
		<guid isPermaLink="false">http://railcs.com/blogs/ir/tips/defeat-annoying-open-link-in-new-window-in-safari#comment-11</guid>
		<description>&lt;p&gt;Hi Billy, do you have the "Open links from applications:" preference (in the General tab) set to "in a new tab in the current window"?  That would reduce the number of windows you have drastically.&lt;/p&gt;

&lt;p&gt;Regardless, the Merge command IS pretty cool, thanks for pointing it out, I hadn't noticed it yet (probably because I still use Firefox).&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi Billy, do you have the &#8220;Open links from applications:&#8221; preference (in the General tab) set to &#8220;in a new tab in the current window&#8221;?  That would reduce the number of windows you have drastically.</p>

<p>Regardless, the Merge command IS pretty cool, thanks for pointing it out, I hadn&#8217;t noticed it yet (probably because I still use Firefox).</p>]]></content:encoded>
	</item>
</channel>
</rss>
