<?xml version="1.0" encoding="ISO-8859-1"?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title>MacTalk - Mac Apps</title>
		<link>http://www.mactalk.com.au/</link>
		<description><![CDATA[Discussion and support for applications - posts about Mac OS X (e.g: network settings, Spaces & Expose, keychain, Migration Assistant, etc.) go in the Mac OS X forum.]]></description>
		<language>en</language>
		<lastBuildDate>Wed, 16 May 2012 15:52:13 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>60</ttl>
		<image>
			<url>http://www.mactalk.com.au/images/styles/ShinyBlue/misc/rss.png</url>
			<title>MacTalk - Mac Apps</title>
			<link>http://www.mactalk.com.au/</link>
		</image>
		<item>
			<title>Diablo III - The Wait is Over</title>
			<link>http://www.mactalk.com.au/56/108860-diablo-iii-wait-over.html</link>
			<pubDate>Mon, 14 May 2012 06:41:21 GMT</pubDate>
			<description><![CDATA[Back in the day... 
 
There was once a dearth of Mac games for the early iMacs such as the iMac DV. Sure there are always games but not mega games. So we were served well by Blizzard North. Not just a port, Diablo II really fit the iMac. And it ran well too, something you can't really attribute to...]]></description>
			<content:encoded><![CDATA[<div>Back in the day...<br />
<br />
There was once a dearth of Mac games for the early iMacs such as the iMac DV. Sure there are always games but not mega games. So we were served well by Blizzard North. Not just a port, Diablo II really fit the iMac. And it ran well too, something you can't really attribute to your typical port.<br />
<br />
In terms of massive games, Diablo II was massive, breaking sales records all over the place. And we were right amongst it.<br />
<br />
And so we waited for a sequel. We got an expansion pack after a while and it was incredible. But the sequel? Well, we waited and waited. And waited.<br />
<br />
So I just can't avoid this indulgence. I gotta shout it from the top. The sequel, Diablo III, is upon us! Come 5pm tomorrow (pre-purchased boxes allowed from 9am in game stores) the servers will go live and I'll be in there swinging my sword!<br />
<br />
A decade is a long time to wait. I am really overjoyed.</div>

]]></content:encoded>
			<category domain="http://www.mactalk.com.au/mac-apps/">Mac Apps</category>
			<dc:creator>Lilith</dc:creator>
			<guid isPermaLink="true">http://www.mactalk.com.au/56/108860-diablo-iii-wait-over.html</guid>
		</item>
		<item>
			<title>Timeout to stop copy operation</title>
			<link>http://www.mactalk.com.au/56/108855-timeout-stop-copy-operation.html</link>
			<pubDate>Sun, 13 May 2012 23:53:21 GMT</pubDate>
			<description><![CDATA[Hello, 
 
I am trying to recover files from a bitmap-corrupted disk and some files are just plain rubbish and take forever to copy. I would like to use some kind of "timeout" to cancel the copy operation after a certain amount of time. 
As far as I am now is using AppleScript: 
 
Code: 
---------...]]></description>
			<content:encoded><![CDATA[<div>Hello,<br />
<br />
I am trying to recover files from a bitmap-corrupted disk and some files are just plain rubbish and take forever to copy. I would like to use some kind of &quot;timeout&quot; to cancel the <span style="font-family: Courier New">copy</span> operation after a certain amount of time.<br />
As far as I am now is using AppleScript:<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">--while iterating through the files<br />
try<br />
&nbsp; &nbsp; &nbsp; &nbsp; with timeout of 15 seconds<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; tell application &quot;Finder&quot;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; duplicate this_file to target_folder<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; end tell<br />
&nbsp; &nbsp; &nbsp; &nbsp; end timeout<br />
on error<br />
&nbsp; &nbsp; &nbsp; &nbsp; return 0<br />
end try</code><hr />
</div>The problem is that after 15 seconds, the <span style="font-family: Courier New">copy</span> operation in Finder won't stop, it will just pause the script, which is the correct behaviour of the <span style="font-family: Courier New">with timeout</span> command (but not the one I need).<br />
<br />
The only thread I could find about this topic was <a href="http://www.cocoabuilder.com/archive/cocoa/168811-problem-with-use-of-timeout-property-of-finder-in-applescript.html" target="_blank">here</a> and the intervention was rather useless...<br />
<br />
Any ideas? You don't have to use AppleScript, any solution is welcome!</div>

]]></content:encoded>
			<category domain="http://www.mactalk.com.au/mac-apps/">Mac Apps</category>
			<dc:creator>southko</dc:creator>
			<guid isPermaLink="true">http://www.mactalk.com.au/56/108855-timeout-stop-copy-operation.html</guid>
		</item>
		<item>
			<title>embedded youtube problems</title>
			<link>http://www.mactalk.com.au/56/108844-embedded-youtube-problems.html</link>
			<pubDate>Sat, 12 May 2012 23:31:08 GMT</pubDate>
			<description><![CDATA[In recent days I have started to have a problem with youtube videos embedded in a web page.  it doesn't happen all the time, but often it starts to load and then just goes black.  This has happened both in OSX and the ipad. 
 
It is also stuttering and locking up when it starts playback as it...]]></description>
			<content:encoded><![CDATA[<div>In recent days I have started to have a problem with youtube videos embedded in a web page.  it doesn't happen all the time, but often it starts to load and then just goes black.  This has happened both in OSX and the ipad.<br />
<br />
It is also stuttering and locking up when it starts playback as it downloads.  With a 100Mbps pipe and good quality graphics/CPU, that should not be a problem.  <br />
<br />
Could it be a problem with the HTML5 permanent beta on youtube?</div>

]]></content:encoded>
			<category domain="http://www.mactalk.com.au/mac-apps/">Mac Apps</category>
			<dc:creator>entropy</dc:creator>
			<guid isPermaLink="true">http://www.mactalk.com.au/56/108844-embedded-youtube-problems.html</guid>
		</item>
		<item>
			<title>Indesign 5.5 resizing imported PDFs to 115%</title>
			<link>http://www.mactalk.com.au/56/108805-indesign-5-5-resizing-imported-pdfs-115-a.html</link>
			<pubDate>Wed, 09 May 2012 23:59:53 GMT</pubDate>
			<description><![CDATA[Hi guys 
 
i did a manual imposition in INDD cS5.5 for a client's business cards - they were being printed 21 up - various  names etc - i imported them all exactly the same way - drew a pic box > place > PDF. 7 of them for some reason have scaled up to 115% and that ahs meant some data being...]]></description>
			<content:encoded><![CDATA[<div>Hi guys<br />
<br />
i did a manual imposition in INDD cS5.5 for a client's business cards - they were being printed 21 up - various  names etc - i imported them all exactly the same way - drew a pic box &gt; place &gt; PDF. 7 of them for some reason have scaled up to 115% and that ahs meant some data being outside the crops.....<br />
<br />
is this a setting in indd that can be switched off - why did it only happen on 7 and not the lot when all PDFs are identical and imported in exactly the same way?!!<br />
<br />
any help would be much appreciated.<br />
<br />
cheers!<br />
Bex</div>

]]></content:encoded>
			<category domain="http://www.mactalk.com.au/mac-apps/">Mac Apps</category>
			<dc:creator>Bexford</dc:creator>
			<guid isPermaLink="true">http://www.mactalk.com.au/56/108805-indesign-5-5-resizing-imported-pdfs-115-a.html</guid>
		</item>
	</channel>
</rss>

