
<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Nothing To Say Here &#187; Hints &amp; Tips</title>
	<atom:link href="http://blog.leefindlow.com/category/hints-tips/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.leefindlow.com</link>
	<description></description>
	<lastBuildDate>Fri, 28 May 2010 01:04:16 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>iWork &#039;09 Pages: .doc Support</title>
		<link>http://blog.leefindlow.com/2009/01/iwork-09-pages-doc-support/</link>
		<comments>http://blog.leefindlow.com/2009/01/iwork-09-pages-doc-support/#comments</comments>
		<pubDate>Sun, 25 Jan 2009 21:48:15 +0000</pubDate>
		<dc:creator>Lee Findlow</dc:creator>
				<category><![CDATA[Hints & Tips]]></category>
		<category><![CDATA[Pages]]></category>
		<category><![CDATA[iwork 09]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[OS X]]></category>

		<guid isPermaLink="false">http://blog.leefindlow.com/?p=164</guid>
		<description><![CDATA[One of the issue&#8217;s with Pages is it&#8217;s lack of support for the .doc format, which is something that can&#8217;t really be ignored as in most places trying to open a &#8220;.pages&#8221; document would be an absolute nightmare, so for &#8230; <a href="http://blog.leefindlow.com/2009/01/iwork-09-pages-doc-support/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>One of the issue&#8217;s with Pages is it&#8217;s lack of support for the .doc format, which is something that can&#8217;t really be ignored as in most places trying to open a &#8220;.pages&#8221; document would be an absolute nightmare, so for now .doc is here to stay.</p>
<p>Pages work&#8217;s fine when saving a document in .doc format, but as soon as you try to save it again (e.g. a simple change to it) you get presented with the following window:</p>
<p><img class="aligncenter" src="http://static.leefindlow.com/blog/images/iWork-09/Pages/Save-As-Word-Document.thumb.jpg" alt="Save as Word Document" /></p>
<p>Which is a right pain when you&#8217;re trying to do virtually anything with a Word Document, so your options are don&#8217;t save until you&#8217;re finished and hope nothing goes wrong, keep going through the process above to save the document, or keep on reading to find a simple fix.</p>
<h3>It&#8217;s all in the .plist</h3>
<p>In common with Apple&#8217;s other recent &#8220;mishap&#8221;, there are just a couple of things you need to change in a .plist file. It&#8217;s nice &amp; simple and only takes a couple of minutes, or if you&#8217;re lazy you can download the file which I&#8217;ve posted below.</p>
<h3>For the technically minded</h3>
<h4>What you&#8217;ll need</h4>
<p>For the sake of easiness I am be going to using Property List Editor, it comes included with Apple&#8217;s developer tools, if you haven&#8217;t got this installed it is still possible to do so, simply using TextEdit, although that is significantly more complicated, and I would reccomend that you download the .plist file at the end of this entry.</p>
<p><strong>Update (11/8/09):</strong> As has been pointed out in the comments the actual plist entries which you are required to edit has changed with updated versions of iWork, please bear this in mind and look out for it when you follow this tutorial!</p>
<ol>
<li id="tech1">First off, you need to open the Pages.app package, to do this simply browse to it using finder, then right-click and click &#8220;Show Packages Contents&#8221;.<br />
<img class="aligncenter" src="http://static.leefindlow.com/blog/images/iWork-09/Pages/Show-Package-Contents.jpg" alt="Show Package Contents" /></li>
<li>Now a new Finder window will appear, this allows you to browse around the &#8230; Package Contents, although for now we&#8217;re only interested in one file, &#8220;Info.plist&#8221; (in the Contents folder). This is what appears to be Pages&#8217; main configuration file, so by editing it we can adjust the behaviour of it.</li>
<li>I would recommend that you make a backup of &#8220;Info.plist&#8221; before you do anything, just in case something bad happens, to do this simply copy it to somewhere you&#8217;ll remember (like the Desktop). Now double click on the original file (within Package Contents) to open it with Property List Editor.</li>
<li>Now we&#8217;re getting somewhere, you will see a view of the properties associated, you need to expand the &#8220;Root&#8221; by clicking the triangle/arrow to the right of it, and then expand the &#8220;CFBundleDocumentTypes&#8221; in the same way. This gives a list of numbers, and you then need to expand 8 and 9, which will let you view something similar to this:</li>
<p><img class="aligncenter" src="http://static.leefindlow.com/blog/images/iWork-09/Pages/Info.plist.thumb.jpg" alt="Property List Editor" /></p>
<li>The properties which you need to change are CFBundleTypeRole, for both instances (shown above) change them to &#8220;Editor&#8221; (without quotes), you can do this by double-clicking on where it says &#8220;Viewer&#8221;. Now you just need to save the file (File&gt;Save), close Property List Editor, and you&#8217;re good to go.</li>
<li id="tech6">Now when you open up a Word Document using Pages and try to save any pages it should all work seamlessly, although you may notice a small progress bar like this:<br />
<img class="aligncenter" src="http://static.leefindlow.com/blog/images/iWork-09/Pages/Exporting-as-Word-Document.jpg" alt="Exporting as Word Document" /><br />
Which is nothing to worry about, it just let&#8217;s you know that all is working well.</li>
</ol>
<p>Hopefully that was easy enough to accomplish, if not here&#8217;s the easy version below:</p>
<h3>For the not-so-technically minded</h3>
<p>Here&#8217;s a version of the above tutorial which accomplishes the same output but with fewer steps, just to make life easier for you <img src='http://blog.leefindlow.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<ol>
<li>Follow steps 1 and 2 <a href="#tech1">above</a>.</li>
<li>Download the updated Info.plist from here: <a href="http://static.leefindlow.com/blog/images/iWork-09/Pages/Info.plist" target="_blank">Info.plist</a>, you may need to tell your browser to download it (right-click, Save Link As).</li>
<li>Copy the new Info.plist into the Contents folder of the Package Contents window. Now just close this and re-open Pages to have the ability to <a href="#tech6">save Word Documents</a>.</li>
</ol>
<h3>Conclusion</h3>
<p>I think that it is rather odd that this support isn&#8217;t enabled by default, after all when you open a document the last thing you&#8217;ll want to do is save it somewhere else, as that&#8217;s what &#8220;Save As&#8221; is for. To me it is a completely illogical step for a user to have to take, and I can imagine there being many &#8220;.pages&#8221; documents inadvertently being passed around by unsuspecting iWork users. Although maybe this is Apple&#8217;s way of promoting the software, with the hope that people who receive these &#8220;weird&#8221; files will end up paying for software that they don&#8217;t necessarily need?</p>
<p>I hope that this post has covered everything, and that it is easy enough to understand. If you have any questions please leave a comment and I&#8217;ll try my best to help you out.</p>
<p><strong>Update (6/2/09):</strong> Inserted link to the pre-built Info.plist, which I forget to add. Oops.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.leefindlow.com/2009/01/iwork-09-pages-doc-support/feed/</wfw:commentRss>
		<slash:comments>95</slash:comments>
		</item>
		<item>
		<title>Dreamhost Tip: WordPress &amp; the “stats” folder</title>
		<link>http://blog.leefindlow.com/2007/04/dreamhost-tip-wordpress-the-stats-folder/</link>
		<comments>http://blog.leefindlow.com/2007/04/dreamhost-tip-wordpress-the-stats-folder/#comments</comments>
		<pubDate>Mon, 16 Apr 2007 19:08:22 +0000</pubDate>
		<dc:creator>Lee Findlow</dc:creator>
				<category><![CDATA[Hints & Tips]]></category>

		<guid isPermaLink="false">http://blog.leefindlow.com/?p=41</guid>
		<description><![CDATA[Warning: May cause unexpected results with feedburner Something I just noticed is that if you have a wordpress blog hosted at the root of a domain, you cannot access the /stats folder, since the mod_rewrite code in wordpress over-rides it, &#8230; <a href="http://blog.leefindlow.com/2007/04/dreamhost-tip-wordpress-the-stats-folder/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Warning: May cause unexpected results with feedburner</p>
<p>Something I just noticed is that if you have a wordpress blog hosted at the root of a domain, you cannot access the /stats folder, since the mod_rewrite code in wordpress over-rides it, and tries to acccess one of it&#8217;s own pages. So I&#8217;ve just gone a little googling and found that if you add the line:</p>
<p><code>RewriteCond %{REQUEST_FILENAME} !-U</code></p>
<p>To the  .htaccess file it will allow you to access the stats report, and still keep WordPress happy.</p>
<p>Seems like the Apache Manual is actually useful &#8211; http://httpd.apache.org/docs/2.0/mod/mod_rewrite.html#rewritecond &#8211; scroll down a bit.</p>
<p>But since I know, well, next to nothing about mod_rewrite this may not be the best/most efficient way of doing it, so if it could cause any problems, or if there is a better way please let me know!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.leefindlow.com/2007/04/dreamhost-tip-wordpress-the-stats-folder/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

