
<?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; Apple</title>
	<atom:link href="http://blog.leefindlow.com/category/apple/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>iWork &#039;09</title>
		<link>http://blog.leefindlow.com/2009/01/iwork-09/</link>
		<comments>http://blog.leefindlow.com/2009/01/iwork-09/#comments</comments>
		<pubDate>Sat, 24 Jan 2009 23:15:03 +0000</pubDate>
		<dc:creator>Lee Findlow</dc:creator>
				<category><![CDATA[iWork]]></category>
		<category><![CDATA[iwork 09]]></category>

		<guid isPermaLink="false">http://blog.leefindlow.com/?p=160</guid>
		<description><![CDATA[One of the &#8220;exciting&#8221; new releases at MWSF this year, iWork (aptly named) &#8217;09. Seemingly a bog standard progression of the standard iWork line. Since I&#8217;m relatively new to OS X I&#8217;ve never really had chance to use it before, &#8230; <a href="http://blog.leefindlow.com/2009/01/iwork-09/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter" src="http://static.leefindlow.com/blog/images/iWork-09/iWork-09-Apps.jpg" alt="iWork '09 Apps" /></p>
<p>One of the &#8220;exciting&#8221; new releases at <span title="Macworld San Fancisco">MWSF</span> this year, iWork (aptly named) &#8217;09. Seemingly a bog standard progression of the standard iWork line. Since I&#8217;m relatively new to OS X I&#8217;ve never really had chance to use it before, so with a new release now seems the ideal time to give it a go.</p>
<p>Also, worth mentioning, is that it has had quite a lot of publicity recently regarding a certain iWork &#8217;09 plist file. But that&#8217;s a story that <a href="http://www.google.com/search?q=com.apple.iWork09.Installer.plist">Google</a> will tell you, so no need for me to repeat what has already been said.</p>
<p>I&#8217;m currently playing around with them at the moment, having no past experience mean&#8217;s they take a bit of getting used to, but so far I&#8217;m liking Keynote &amp; Numbers, but favour Microsoft Word over Pages &#8211; simply not a fan of the DTP aspects of Pages&#8217; interface. Anyone else had chance to play around? What do you think, and how do you reckon they compare to past versions?</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.leefindlow.com/2009/01/iwork-09/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress App</title>
		<link>http://blog.leefindlow.com/2009/01/wordpress-app/</link>
		<comments>http://blog.leefindlow.com/2009/01/wordpress-app/#comments</comments>
		<pubDate>Sat, 24 Jan 2009 18:28:52 +0000</pubDate>
		<dc:creator>Lee Findlow</dc:creator>
				<category><![CDATA[App Store]]></category>
		<category><![CDATA[ipod touch]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://blog.leefindlow.com/?p=150</guid>
		<description><![CDATA[&#8220;Don&#8217;t judge a book by it&#8217;s cover&#8221; comes to mind when using this app, although in a negative sense. To begin with I thought it was great, all the features I would really need in a nice simple package. This &#8230; <a href="http://blog.leefindlow.com/2009/01/wordpress-app/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>&#8220;Don&#8217;t judge a book by it&#8217;s cover&#8221; comes to mind when using this app, although in a negative sense.<br />
To begin with I thought it was great, all the features I would really need in a nice simple package. This was on a fresh WordPress install, so I thought if anything was every going to go wrong, then it was least likely to happen here as there were no plugins to get in the way.</p>
<h3>First Impressions</h3>
<p>As I have said above, to begin with I had high hopes for this App, it seemed well polished like the usual WordPress admin panel. Adding my blog was easy; simply enter URL, username, and password. It is after this part when confusioon occurs.</p>
<p>Opening up the App you get a nice, simple interface with 2 options: &#8220;Set up your blog&#8221; and About, clicking on setup you enter blog details and how many recent posts you wish to display, if you&#8217;ve managed that part correctly it will be taken back to the main screen where your blog is now listed. So far so good.</p>
<p>Clicking on the blog brings up an interface similar to Mail.app, listing all of your previous post&#8217;s and a Local Drafts folder, which you can use for offline drafts. Clicking on a post let&#8217;s you edit it, upload Photo&#8217;s, Preview it and change Post Settings. Although for me the Preview page has often frozen, sometimes just quitting the app and returning back to the home screen, and other times showing the post under a default template as if it cannot connect to the internet.</p>
<p>Posting a new entry is pretty similar, press the &#8220;Write&#8221; button and enter all the text. Under one condition, it doesn&#8217;t crash and send you back to the home page. Once you get to the interface it is pretty much self-explanatory, letting you enter a Title, Tags, Categories, the entry itself and set it&#8217;s status. There are also the same additional tabs as the edit interface. Once you&#8217;ve done here click Save to then, well, save the post. Assuming this works and you aren&#8217;t thrown back into the Home Screen you&#8217;re all done.</p>
<h3>Annoyances</h3>
<p>Where do I start. Firstly I have found that the Categories are cached, sounds great, but I couldn&#8217;t get the cache to update. Since first setting up I had created lot&#8217;s of categories through the web panel, and no matter what I did I couldn&#8217;t get these to show up. Also there&#8217;s it&#8217;s love of the Home Screen, can&#8217;t go anywhere/do anything without it. And finally no way to edit settings once they have been entered (as far as I can tell). It seems like once a blog has been added, it can&#8217;t be deleted, and neither can any settings which go along with it.</p>
<p>So really I like the concept of it, although think it&#8217;s pretty badly implemented. For now it&#8217;s deleted from my iPod, and I&#8217;ll definately consider installing again in the future.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.leefindlow.com/2009/01/wordpress-app/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Server Setup (plus Time Machine)</title>
		<link>http://blog.leefindlow.com/2009/01/server-setup-plus-time-machine/</link>
		<comments>http://blog.leefindlow.com/2009/01/server-setup-plus-time-machine/#comments</comments>
		<pubDate>Fri, 23 Jan 2009 19:23:15 +0000</pubDate>
		<dc:creator>Lee Findlow</dc:creator>
				<category><![CDATA[10.5 - Leopard]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[hackintosh]]></category>
		<category><![CDATA[leopard]]></category>
		<category><![CDATA[time machine]]></category>

		<guid isPermaLink="false">http://blog.leefindlow.com/?p=97</guid>
		<description><![CDATA[So, I&#8217;ve decided that I&#8217;ve got to a point where I need a central place to store everything (i.e. backups). Previously when I had my Server[ything] it was more for fun and getting to grips with Linux. But since then &#8230; <a href="http://blog.leefindlow.com/2009/01/server-setup-plus-time-machine/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>So, I&#8217;ve decided that I&#8217;ve got to a point where I need a central place to store everything (i.e. backups). Previously when I had my Server[ything] it was more for fun and getting to grips with Linux. But since then I&#8217;ve discovered Virtual Machines, a much greener albeit slower approach to things. This kind-of rendered a server useless to me, as it got to a stage where I permanently required 2 computers switched on even for the simplest of tasks, as my files were sprawled about all over the place.</p>
<p>A logical choice for this to me seemed to be to go with what I was used to, <a href="http://www.ubuntu.com/">Ubuntu</a> box with all the additional software which I needed installed via apt-get, this is something which I&#8217;ve got experience in doing and I know it works effectively. But, since there are now Mac&#8217;s involved I also thought Time Machine integration would be a nice touch, after a bit of googling around I found <a href="http://www.kremalicious.com/2008/06/ubuntu-as-mac-file-server-and-time-machine-volume/">this tutorial</a>. It all seemed simple enough to understand so I decided to go for it and hope for the best.</p>
<p>A couple of hours later I&#8217;d got it all setup, along with a DHCP server running on the Ubuntu box which makes everything run just a tad more smoothly, so, time for the first backup. Initially I couldn&#8217;t get past the &#8220;Preparing Backup&#8221; stage, it seemed that I have got too much crap on my laptop, so I thought I&#8217;d kick-start the process by excluding the &#8220;Users&#8221; folder, bringing the backup size to a more manageable 27 GB. This all worked fine after a lot of fiddling, but basically the connection kept getting interrupted for some reason, and it took forever to do the initial backup, at this point I removed the exclusion folder for the Users fold and left Time Machine to do its stuff. Though not for long, I kept getting network problems, so came to the conclusion that this simply wasn&#8217;t working.</p>
<h3>Time to rethink?</h3>
<p>By then I was getting somewhat annoyed, what seemed like a simple process simply wasn&#8217;t working, and why could the backup&#8217;s simply be created on any file sharing protocol which OS X supports? After all the data is stored within a &#8220;.sparsebundle&#8221; file, therefore there won&#8217;t be loss of meta data regardless of these variables (I am pretty sure about this, not 100% though).</p>
<p>I came to the conclusion that the best solution would be to add something there which natively supported the AFP protocol, since a new Apple computer was out of the question it seemed the <a href="http://osx86project.org/">next best thing</a> would be a logical choice, I knew that the machine I had to install &#8220;Leopard&#8221; on had driver support which left much to be desired, although my conclusion was that so long as I could get the ethernet port running I was good to go. Installed this without a glitch, ticked all the right boxes and within an hour a &#8220;brand new&#8221; mac. Setting up the Time Machine drive so that It was shared over AFP was no problem, and my MacBook picked it up straight away, then after selecting through Time Machine prefpane I set it going and got a backup done over a speedy gigabit connection, so far so good, but then I started getting the same problems &#8211; every so often the connection would appear to just cut off, not allowing me to login over AFP or, well, do anything really. Since this has happened twice on the same computer I am beginning to think that maybe the problem is related to the physical port, as otherwise I&#8217;m out of ideas.</p>
<h3>And now &#8230;</h3>
<p>That is where I&#8217;m stuck for options; I can either use Time Machine with a standard external drive, and simple connect it up to different computers, continue trying to get to the root cause of the problem with my Server, or spend money on new hardware (Time Capsule/Mac Mini).</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.leefindlow.com/2009/01/server-setup-plus-time-machine/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iPod, after a few weeks</title>
		<link>http://blog.leefindlow.com/2007/10/ipod-after-a-few-weeks/</link>
		<comments>http://blog.leefindlow.com/2007/10/ipod-after-a-few-weeks/#comments</comments>
		<pubDate>Mon, 29 Oct 2007 22:19:22 +0000</pubDate>
		<dc:creator>Lee Findlow</dc:creator>
				<category><![CDATA[iPod]]></category>

		<guid isPermaLink="false">http://blog.leefindlow.com/?p=58</guid>
		<description><![CDATA[The novelty of the touch screen is beginning to wear off, and now I&#8217;m beginning to notice some things with it (not faults, just little annoyances). First, the calendar issue, I&#8217;ve stopped using GCal, and started using outlook. Yes, it &#8230; <a href="http://blog.leefindlow.com/2007/10/ipod-after-a-few-weeks/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>The novelty of the touch screen is beginning to wear off, and now I&#8217;m beginning to notice some things with it (not faults, just little annoyances).</p>
<p>First, the calendar issue, I&#8217;ve stopped using GCal, and started using outlook. Yes, it is great that it syncs, but, I want to be able to add/edit the calendar from within my iPod, which apparently is <a href="http://www.macrumors.com/2007/10/08/ipod-touch-calendar-to-get-add-edit-functionality/" target="_blank">coming soon</a>. Also I&#8217;d quite like an email client, maybe the iPhones one, as now I understand what IMAP is, it&#8217;s quite useful for getting everything working together. Another thing, a notes application, just for writing notes &amp; stuff, as I am getting quite good at using the on-screen keyboard. No doubt all of these things will be fixed though, maybe sometime around <a href="http://www.macrumors.com/2007/10/17/steve-jobs-announces-3rd-party-sdk-for-iphone-for-february-2008/" target="_blank">February 2008</a>?</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.leefindlow.com/2007/10/ipod-after-a-few-weeks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Where can I buy a dock?</title>
		<link>http://blog.leefindlow.com/2007/10/where-can-i-buy-a-dock/</link>
		<comments>http://blog.leefindlow.com/2007/10/where-can-i-buy-a-dock/#comments</comments>
		<pubDate>Thu, 18 Oct 2007 18:54:59 +0000</pubDate>
		<dc:creator>Lee Findlow</dc:creator>
				<category><![CDATA[iPod]]></category>

		<guid isPermaLink="false">http://blog.leefindlow.com/?p=56</guid>
		<description><![CDATA[Yes, I know they are overpricced pieces of plastics, but after using one with my iPod mini for the past few years, I got rather used to it, and it was a convenient place to place my iPod. So now &#8230; <a href="http://blog.leefindlow.com/2007/10/where-can-i-buy-a-dock/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Yes, I know they are overpricced pieces of plastics, but after using one with my iPod mini for the past few years, I got rather used to it, and it was a convenient place to place my iPod. So now I&#8217;m after one for my new iPod. Trouble is they don&#8217;t seem to be in stock anywhere, except the Apple Store. And I don&#8217;t really want to pay £4.50 p&amp;p on top of the £35 price for it. They&#8217;re out of stock at play.com, eBuyer doesn&#8217;t have them, can&#8217;t find the new version on amazon, and dabs doesn&#8217;t have them either.</p>
<p>Same problem with all the following: Argos, Comet and Currys.</p>
<p>So I&#8217;m out of ideas. Maybe I&#8217;ll just have to wait, and what annoys me is the ridiculous prices of accesories. £269 for iPod I think is reasonable, £19 for 6 socks, definately not, £35 for dock &amp; remote. Not at all. But, people must be buying them, it seems an unnecessary premium for stuff that must cost nothing to make. Although controlling iPod by remote will be good <img src='http://blog.leefindlow.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p>Also it seems like a Friday today for some reason, must be because I am attempting to do homework, but it has taken me (so far) a few hours to do just a relatively simple piece of physics. Must concentrate harder.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.leefindlow.com/2007/10/where-can-i-buy-a-dock/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I’ve got my iPod!</title>
		<link>http://blog.leefindlow.com/2007/10/ive-got-my-ipod/</link>
		<comments>http://blog.leefindlow.com/2007/10/ive-got-my-ipod/#comments</comments>
		<pubDate>Wed, 03 Oct 2007 16:05:01 +0000</pubDate>
		<dc:creator>Lee Findlow</dc:creator>
				<category><![CDATA[iPod]]></category>

		<guid isPermaLink="false">http://blog.leefindlow.com/?p=53</guid>
		<description><![CDATA[It&#8217;s just amazing, the speed of it is loads quicker than iTunes can ever be on my computer, just absolutely amazing! Safari is great, surprisingly browsing the web on a small screen doesn&#8217;t seem a problem, as it is easy &#8230; <a href="http://blog.leefindlow.com/2007/10/ive-got-my-ipod/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s just amazing, the speed of it is loads quicker than iTunes can ever be on my computer, just absolutely amazing!</p>
<p>Safari is great, surprisingly browsing the web on a small screen doesn&#8217;t seem a problem, as it is easy to zoom in and travel around.</p>
<p>Youtube &#8211; excellent, even youtube results found on google open up in it. It&#8217;s a nice, easy to use interface. Admittedly it is a bit of a shame that you can&#8217;t log in to see favourites etc.</p>
<p>iTunes Store &#8211; excellent! i&#8217;ve not actuall purchased anything from there, but even just listening to stuff works brilliantly, and is instant.</p>
<p>Calculator &#8211; It works, good enough for me!</p>
<p>Video player &#8211; works very good, no delays or anything when opening &amp; fast forwarding videos.</p>
<p>Music &#8211; Cover flow is very nice, and a good way to randomly choose what you want to listen to! Also the various sorting options are great.</p>
<p>Pictures &#8211; Fun to play around with, dragging stuff about &amp; zoooming in.</p>
<p>Things I wish it had:</p>
<ul>
<li>Notes of some sort, it would be nice to be able to just write stuff on it, after all my old ipod had the ability to read text files!</li>
<li>Add to the calendar &#8211; how hard can it be?</li>
<li>Mail &#8211; again, how hard can it be?</li>
<li>Flash support &#8211; I can view PDF&#8217;s, so why not flash files?</li>
<li>Support for 3rd party apps &#8211; why not? Would open it up for loads more functionality</li>
</ul>
<p>That&#8217;s all, back to playing <img src='http://blog.leefindlow.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p>Update: Some More Things</p>
<ul>
<li>Syncing of Podcasts over WiFi &#8211; would be great when away from computer for a longish period of time</li>
<li>Films/TV Shows from iTMS &#8211; although I suppose youtube pretty much has this area covered.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blog.leefindlow.com/2007/10/ive-got-my-ipod/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>iPod’s nearly here!</title>
		<link>http://blog.leefindlow.com/2007/10/ipods-nearly-here/</link>
		<comments>http://blog.leefindlow.com/2007/10/ipods-nearly-here/#comments</comments>
		<pubDate>Mon, 01 Oct 2007 21:11:22 +0000</pubDate>
		<dc:creator>Lee Findlow</dc:creator>
				<category><![CDATA[iPod]]></category>

		<guid isPermaLink="false">http://blog.leefindlow.com/?p=52</guid>
		<description><![CDATA[It&#8217;s finally getting here, after almost 4 weeks of waiting! Last time I checked it was in &#8220;Liege Euro Hub&#8221;, somewhere in Belgium. Expected to be delivered tomorrow, so that&#8217;ll give me something to do tomorrow night I&#8217;ve just been &#8230; <a href="http://blog.leefindlow.com/2007/10/ipods-nearly-here/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s finally getting here, after almost 4 weeks of waiting! Last time I checked it was in &#8220;Liege Euro Hub&#8221;, somewhere in Belgium. Expected to be delivered tomorrow, so that&#8217;ll give me something to do tomorrow night I&#8217;ve just been sorting out all my music in iTunes, some was at an unnecessarily high bit-rate, so everything now is at 192kbps (that was higher than that before).</p>
<p>Only problem is that Apple don&#8217;t seem to have released much for it yet. I was wanting to buy a decent case, although the only thing on the apple store are the socks (do look rather nice though), and I don&#8217;t want to buy a 99p silicone case and wait for it to come from Hong Kong. Maybe protective wrapping will be a viable option for the time being <img src='http://blog.leefindlow.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.leefindlow.com/2007/10/ipods-nearly-here/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I want a Mac</title>
		<link>http://blog.leefindlow.com/2007/09/i-want-a-mac/</link>
		<comments>http://blog.leefindlow.com/2007/09/i-want-a-mac/#comments</comments>
		<pubDate>Sat, 15 Sep 2007 21:11:36 +0000</pubDate>
		<dc:creator>Lee Findlow</dc:creator>
				<category><![CDATA[Mac]]></category>

		<guid isPermaLink="false">http://blog.leefindlow.com/?p=49</guid>
		<description><![CDATA[Yep, I want a Mac. Although I&#8217;m not going to cry like a baby until I get one. But my computer has really been doing my head in recently, for example: I&#8217;ve been trying to convert a few videos to &#8230; <a href="http://blog.leefindlow.com/2007/09/i-want-a-mac/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Yep, I want a Mac. Although I&#8217;m not going to cry like a baby until I get one. But my computer has really been doing my head in recently, for example:</p>
<ul>
<li>I&#8217;ve been trying to convert a few videos to an iPod compatible format, I wrongly assumed that this would be simple.  The files are in MPEG-2 format, and I want them in mp4 (I think that&#8217;s it), but no matter what software I use it just won&#8217;t happen. &#8220;SUPER&#8221; video converter just doesn&#8217;t like vista. VLC creates the file, but nothing will read it. iTunes, no chance. It seems something which I thought would literally be a task of opening file, choosing format, clicking convert, seems to be impossible. Now, it may not be easy on a Mac, but it can&#8217;t be this difficult can it?</li>
<li>iTunes. One of the best pieces of software, but yet again it doesn&#8217;t seem to like Vista, scrolling is like you would expect from an old PC with integrated graphics, and it is generally laggy.</li>
</ul>
<p>Plus there are other reasons, so I&#8217;ve decided that I&#8217;m buying an Apple PC. It&#8217;ll be between a Mac Mini (would make be nice with a big TV screen &#8230; need the TV), or a MacBook (would be nice for general portability).</p>
<p>Also my new iPod Touch hasn&#8217;t been shipped yet, which it shouldn&#8217;t have been, but I&#8217;m getting a tad impatient!</p>
<p>Update: I&#8217;ve found something which works for ripping DVD&#8217;s, <a href="http://www.magicdvdripper.com/" target="_blank">Magic DVD Ripper</a>. Has an iPod mode, just need to change the resolution for iPod Touch. Excellent.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.leefindlow.com/2007/09/i-want-a-mac/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>My Idea for a Mac</title>
		<link>http://blog.leefindlow.com/2007/04/my-idea-for-a-mac/</link>
		<comments>http://blog.leefindlow.com/2007/04/my-idea-for-a-mac/#comments</comments>
		<pubDate>Tue, 10 Apr 2007 21:43:32 +0000</pubDate>
		<dc:creator>Lee Findlow</dc:creator>
				<category><![CDATA[Mac]]></category>

		<guid isPermaLink="false">http://blog.leefindlow.com/?p=38</guid>
		<description><![CDATA[An Apple PC is something I&#8217;d really like to get, it&#8217;s just the prices putting me off, £399 for the most basic Mac Mini. Which is great and small, but I don&#8217;t necessarily want all that smallness, since it means &#8230; <a href="http://blog.leefindlow.com/2007/04/my-idea-for-a-mac/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>An Apple PC is something I&#8217;d really like to get, it&#8217;s just the prices putting me off, £399 for the most basic Mac Mini. Which is great and small, but I don&#8217;t necessarily want all that smallness, since it means having to upgrade the RAM (And avoid Apple&#8217;s ridiculous prices on it) would require me fiddling in places not necessarily meant to be fiddeled in.</p>
<p>The Mac Pro on the other hand, is a large machine, very powerful, and expensive. But most importantly big &amp; upgradeable, like a PC.</p>
<p>Which brings me to my point. Why not make a low-end Mac Pro, identical specs to the Mac Mini, but a lot cheaper. To me this makes sense, as surely production cost&#8217;s would be lowered since Apple wouldn&#8217;t be so limited to space, and the end user would be at an advantage as they would have a nice upgradeable machine.</p>
<p>I&#8217;ve just looked at the parts required for a system with similar specs to the Mac Mini and the total price comes to about Â£230 without a case, bearing in mind thats just me looking at eBuyer, not taking into account the discounts apple are bound to get through volume purchasing. Admittedly that doesn&#8217;t look at the exact hardware they would use, but it must be an approximation.</p>
<p>If they released something like this, I would definately be considering buying it, since it still offers the upgradeability, without spending too much money.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.leefindlow.com/2007/04/my-idea-for-a-mac/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

