<?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>Arpia.be &#187; Apple</title>
	<atom:link href="http://www.arpia.be/tag/apple/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.arpia.be</link>
	<description>Website of Peter Craddock, novel writer and composer</description>
	<lastBuildDate>Wed, 14 Dec 2011 13:04:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>The billionth download in the App Store</title>
		<link>http://www.arpia.be/2009/04/the-billionth-download-in-the-app-store/</link>
		<comments>http://www.arpia.be/2009/04/the-billionth-download-in-the-app-store/#comments</comments>
		<pubDate>Sun, 12 Apr 2009 07:29:17 +0000</pubDate>
		<dc:creator>Peter Craddock</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[App Store]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[iTunes]]></category>

		<guid isPermaLink="false">http://www.arpia.be/?p=180</guid>
		<description><![CDATA[If you keep up with Apple-related news, you&#8217;re bound to know that Apple is approaching 1 billion downloads at the App Store, and will be giving 13.000 USD worth of gifts to whomever either downloads the billionth app, or sends a form right after the 999.999.999th app has been downloaded.
So, the question is: when will [...]]]></description>
			<content:encoded><![CDATA[<p>If you keep up with Apple-related news, you&#8217;re bound to know that Apple is approaching 1 billion downloads at the App Store, and will be giving <a href="http://www.apple.com/itunes/billion-app-countdown/">13.000 USD worth of gifts</a> to whomever either downloads the billionth app, or sends a form right after the 999.999.999th app has been downloaded.</p>
<p>So, the question is: when will that be?<br />
Turns out the counter can help us have a certain strategy.</p>
<p><span id="more-180"></span>I decided to take a look at how the counter uses its data after reading an <a href="http://forums.macrumors.com/showpost.php?p=7445115&#038;postcount=198">interesting post</a> over at the MacRumors.com fora.</p>
<p>First, one should know that the counter displayed on the aforementioned contest page at Apple.com is a JavaScript counter that fetches its data from a .txt file, <a href="http://www.apple.com/autopush/us/itunes/includes/countdown.txt">countdown.txt</a>.<br />
How is this useful? Knowing where it gets its data means that we can know what is the &#8220;hard&#8221; data. Basically, <em>the counter isn&#8217;t &#8220;live&#8221;</em>.</p>
<p>Here&#8217;s the data I collected:</p>
<p><code>11-APR-2009 21:00:00|938030517|275391<br />
11-APR-2009 22:00:00|938271179|240662<br />
11-APR-2009 23:00:00|938477072|205893 (8.43 AM in Brussels, 11.43 PM in CA [California, Apple's area])</p>
<p>7.40 (22.40 CA): 938477900<br />
7.57 (22.57 CA): 938548000<br />
7.57 (22.57 CA): 938503000 // => variation!<br />
8.00 (23.00 CA): 938511841<br />
8.40 (23.40 CA): 938673000<br />
8.45 (23.45 CA): 938693000<br />
8.46 (23:46 CA): 938638000 // => variation!<br />
8.50 (23:50 CA): 938649000<br />
9.00 (00:00 CA): 938682965</code></p>
<p>As you can see, the data from 11 PM was added at around 11.43 PM, and the counter data was adjusted at 11.46 PM.</p>
<p>The data of the countdown.txt file can be summarised as follows:<br />
Date &#8211; Time &#8211; Number Sold &#8211; Delta<br />
The last number, which I call &#8220;delta&#8221;, seems to represent the number of applications bought between 10 PM and 11 PM (as 938271179 + 205893 = 938477072).<br />
The interesting thing is that the counter then uses the delta to calculate what it&#8217;s supposed to be at the following hour, i.e. 12 PM in this case. Thus, at 12 PM San Francisco time, it displayed 938682965 (I have just checked).</p>
<p>Therefore, <strong>the countdown.txt file is updated approximately 40 minutes after the hour, and the delta is then used to adjust the counter</strong>, though that can apparently take up to 15 minutes (see the examples of counter data between 10 and 11 PM, where the change occurred at 10.57 PM).</p>
<p>How can this be of use?<br />
Well, it can be useful to take a look at the fluctuation of data, as collected by MacRumors.com member <strong>omahajim</strong> and posted at <a href="http://spreadsheets.google.com/ccc?key=peSvgz_rUARx-RxxRCyqsVw">GoogleDocs</a>, and see what is the average during certain hours over a few days. The idea is that you can then determine whether at a given hour, the &#8220;delta&#8221; found in countdown.txt will be close to reality or not (based on previous days &#8211; during hours where it&#8217;s night on the American continent, fewer apps are downloaded), and that will especially be useful during the last hour of the countdown.<br />
One should note, however, that there is a good chance that, during the last hour of the countdown, the number of downloads will surge after a certain point (read: after 999.999.500, there could be something crazy like 5000 downloads a second).</p>
<p>Nevertheless, this might be of use to someone who hopes to win the mega (and only) prize of &#8220;a $10,000 iTunes Gift Card, an iPod touch, a Time Capsule, and a MacBook Pro&#8221;.<br />
I know I&#8217;d love to win it, but there&#8217;s a good chance the countdown will end while I&#8217;m asleep, so I figured that it would do me no harm to reveal such data.</p>
<p>If by a strange twist of fate you <em>do</em> win after reading this, may I ask for the Time Capsule or a couple of App Store purchases?</p>
<!-- PHP 5.x -->]]></content:encoded>
			<wfw:commentRss>http://www.arpia.be/2009/04/the-billionth-download-in-the-app-store/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>We Mac users who iWork</title>
		<link>http://www.arpia.be/2009/01/we-mac-users-who-iwork/</link>
		<comments>http://www.arpia.be/2009/01/we-mac-users-who-iwork/#comments</comments>
		<pubDate>Thu, 08 Jan 2009 18:02:31 +0000</pubDate>
		<dc:creator>Peter Craddock</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Apple]]></category>

		<guid isPermaLink="false">http://www.arpia.be/?p=135</guid>
		<description><![CDATA[On Tuesday (the 6th), Philip Schiller set out to deliver the last Apple keynote at MacWorld. Internet coverage was more than ample, from AppleInsider to Gizmodo, though some problems occurred (the live feed by MacRumors was hijacked by 4chan hackers, for example).
I had an exam the following day, and a power cut right when Phil [...]]]></description>
			<content:encoded><![CDATA[<p>On Tuesday (the 6th), Philip Schiller set out to deliver the last Apple keynote at MacWorld. Internet coverage was more than ample, from AppleInsider to Gizmodo, though some problems occurred (the live feed by MacRumors was hijacked by 4chan hackers, for example).</p>
<p>I had an exam the following day, and a power cut right when Phil Schiller was on stage, so I was unable to follow it immediately. However, when I did read up about it, I was surprised by the reaction of some of those large websites who covered the event.</p>
<p><span id="more-135"></span>First, one should mention what was announced by Phil Schiller: updates to the iLife and iWork software suites, and an updated 17-inch MacBook Pro, along with an announcement relating to iTunes. Schiller explained in detail, too much perhaps, the main new features of the software updates, and the effect was a much more technical and detailed keynote than the ones Steve Jobs had done in the previous years.</p>
<p>In their live feeds, Engadget and Gizmodo had many comments, by those covering the event, relating to how boring the many iWork announcements were. One of the people involved kept on writing &#8220;updates&#8221; such as &#8220;wake me up at the next announcement&#8221;.</p>
<p>In the main articles that followed the keynote, many plainly stated that the MacWorld announcements were &#8220;underwhelming&#8221;, disappointing and whatnot. Many comments posted in reply to these articles mocked Phil Schiller for delivering a keynote which would be forgotten sooner than any of the previous ones.</p>
<p>Well, I&#8217;d like to pitch in.</p>
<p>I am one of those Mac users who does not have a massive photo collection. I am one of those who doesn&#8217;t ever create home movies. If I record music, I create my own, and don&#8217;t create a track based on pre-defined loops. iLife is therefore <em>not</em> a suite I use a lot (the only application I use among iDVD, iMovie, iPhoto, iWeb and Garageband is Garageband, and only to record a few songs per year).</p>
<p>On the other hand, since iWork &#8217;08 came out in the summer of 2007, I have been using Pages <em>every single day</em> at university and at home. It&#8217;s a word processing application that does almost everything I want it to do, and it does it in a very pleasant way. It&#8217;s fast, and it&#8217;s simple. I don&#8217;t get frustrated using it, unlike Microsoft Word.</p>
<p>I don&#8217;t use Keynote, because I never have to do any presentations (though that will most probably change as soon as I start to work), but I&#8217;ve found that I use Numbers more and more.</p>
<p>All in all, I&#8217;m certainly more of an iWork user than an iLife user.</p>
<p>And with a MacBook which is not even two years old, I&#8217;m not in the market for a new machine. I don&#8217;t care much about the availability of a new MacBook Pro with a 17-inch screen, and I certainly wouldn&#8217;t care either about a new MacMini or iMac, or even an iPhone Nano (I&#8217;m happy with my iPod touch ).</p>
<p>No, I didn&#8217;t want a keynote about awesome new machines. I wanted one about software.</p>
<p>So, how did this keynote go?</p>
<p>After Phil and the developer behind iMovie had talked about three of the iLife applications in great detail, and after many details concerning Keynote, I was extremely disappointed to see that Pages had been mentioned for only a short time, just to say that it has a cool new &#8220;full-screen&#8221; feature (great to write without distraction), lots of new templates (I don&#8217;t really care for those, because I tend to build my documents from scratch) and integration with Numbers (very nifty feature, which I&#8217;m sure I&#8217;ll be using in the future). Come on, Phil! I was hoping for some more detail on my most-used productivity application!</p>
<p>Still, word processing is not many people&#8217;s idea of &#8220;fun&#8221;, despite the ease at which one can make <em>great</em> looking documents in Pages. Which is probably at least partly the reason why iWork didn&#8217;t get as huge an update as it should have (I know there are a couple of bugs I&#8217;ve been reporting to Apple for a year that still haven&#8217;t been fixed, despite their absolute necessity for professional papers).</p>
<p>I guess I&#8217;m a little annoyed at Apple and at Mac users in general. It seems that Apple&#8217;s stereotype of the Mac user is true (the Mac user only cares about &#8220;fun stuff&#8221;, like &#8220;nice photos&#8221; and &#8220;cool home movies&#8221;), and Apple hasn&#8217;t yet realised that there are power-users of the iWork suite who would like Apple to iron out some bugs rather than pour all its software resources into the iPhone and the impressive but less &#8220;professional&#8221; iLife suite.</p>
<p>Well, here&#8217;s to hoping that at some point Apple wakes up to hear the voices of those Mac users out there who truly use iWork and would love to see it become better. After all, they&#8217;re the ones who will bring the Mac among the white collars and suits.</p>
<p>I guess I must applaud Apple for even mentioning iWork, despite the audience which was far too oriented towards gadgets and &#8220;cool&#8221; stuff. But really, there&#8217;s still <em>so</em> much to be done.</p>
<p>Now, will it please fix the footnote and table of contents issues?</p>
<!-- PHP 5.x -->]]></content:encoded>
			<wfw:commentRss>http://www.arpia.be/2009/01/we-mac-users-who-iwork/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>News wrap: coseismal</title>
		<link>http://www.arpia.be/2008/12/news-wrap-coseismal/</link>
		<comments>http://www.arpia.be/2008/12/news-wrap-coseismal/#comments</comments>
		<pubDate>Wed, 17 Dec 2008 14:00:04 +0000</pubDate>
		<dc:creator>Peter Craddock</dc:creator>
				<category><![CDATA[Random]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[University]]></category>

		<guid isPermaLink="false">http://www.arpia.be/?p=121</guid>
		<description><![CDATA[Many things have happened these past days or will happen in a few days, and I thought I might as well write about them all in one go: King&#8217;s College&#8217;s conditional offer, studying for exams, watching an idiotic film, the announcement of a lack of a keynote by Steve Jobs at Macworld, the impending launch [...]]]></description>
			<content:encoded><![CDATA[<p>Many things have happened these past days or will happen in a few days, and I thought I might as well write about them all in one go: King&#8217;s College&#8217;s <strong>c</strong>onditional <strong>o</strong>ffer, <strong>s</strong>tudying for <strong>e</strong>xams, watching an <strong>i</strong>diotic film, the announcement of a lack of a keynote by <strong>S</strong>teve Jobs at Macworld, the impending launch of <strong>M</strong>acHeist III, an interview at <strong>A</strong>llen &amp; Overy for a summer internship and solving a <strong>l</strong>egislation problem for the year below at university.</p>
<p>All of these are completely unrelated, yet somehow linked in time. And when you write the bolded letters together, it gives the word &#8220;coseismal&#8221; (&#8220;relating to points on the earth&#8217;s surface affected by an <strong>earthquake</strong> simultaneously&#8221;). Coincidence? I think not! We&#8217;re doomed!</p>
<p><span id="more-121"></span>On Friday, I received an e-mail from King&#8217;s College London stating that they wished to make me a conditional offer for an LLM (read: a Master&#8217;s degree in Laws) in Information Technology Law. This offer means that if I get 13/20 as an average for my current Master&#8217;s degree, I&#8217;ll be accepted into King&#8217;s. Doable, as I&#8217;ve never had an average under that level, though over-confidence is never a good thing.</p>
<p>The following day, I had to solve an interplanetary crisis. Well, not quite. But basically, I had to send an e-mail to all the &#8220;Master 1&#8243; students (all 450-500 of them &#8211; e-mail lists rule) to tell them where they could obtain an electronic version of the legislation compilation I&#8217;d made for Social Security Law.</p>
<p>Sunday, I noticed that the <a href="http://www.macheist.com/forums/">MacHeist webboards</a> had seen some recent activity, outside the &#8220;Lounge&#8221; section (which is basically &#8220;random ravings about different subjects&#8221;, and wholly unrelated to the MacHeist concept of unlocking free applications and getting a whooping bundle of a value above 400 US Dollars for 39-49 USD). And on Monday, the frenzy started again. MacHeist 3 will be launched very soon, so if you&#8217;re interested in free Mac software and a great app bundle, be sure to sign up.</p>
<p>On Monday, well, nothing special happened. Much like during the week-end, I had to study. I just love studying, don&#8217;t you?</p>
<p>Tuesday, two things: first, I watched Catwoman, with Halle Berry, just for the hell of it. I knew it had been voted many times over the worst film ever, so I <em>had</em> to watch it. I forced myself until the end not to switch channels. Hard, though, as the plot was &#8220;not great&#8221;, and neither was anything else in the film. Actually, the whole movie deserved its disastrous ratings. There was one nice bit though, when Catwoman steals a Jaguar.<br />
Second, I read on <a href="http://www.appleinsider.com/">AppleInsider</a> and <a href="http://www.macrumors.com/">MacRumors</a> (eugh, no &#8220;u&#8221; in Rumours?) that Steve Jobs will not deliver a keynote address at the upcoming MacWorld expo in January. Disaster! Perhaps not, but I so enjoyed watching Steve Jobs do his keynote presentations in the past to unveil cool products every six months (at MacWorld and the WWDC). Oh well. Hopefully, Apple will understand that there&#8217;s a problem with their pricing at some point, and that people who want OS X all wish they could pay less to enjoy it (though I know they have very good arguments backing their pricing plan).</p>
<p>And finally, this Wednesday, I had an interview with Allen &amp; Overy, an international law firm, because I&#8217;m applying for a summer internship. Hopefully, if someone from A&amp;O stumbles upon this post, they&#8217;ll take the randomness as the sign of a healthy mind: after all, it&#8217;s unhealthy to study 24 hours a day. You go mad. Mad, I tell you!</p>
<p>As you can see, my mind has gone bonkers. All because of this studying time. It&#8217;s gone seismic, with break points everywhere.</p>
<p>Coseismal, I told you.</p>
<p>Strange string of events.</p>
<p>And to think that my first exam is only on the 5th of January. And I finish on the 16th. I wonder in which mental state I&#8217;ll be by then.</p>
<!-- PHP 5.x -->]]></content:encoded>
			<wfw:commentRss>http://www.arpia.be/2008/12/news-wrap-coseismal/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iTunesque update: glyphs for Mail &amp; Preview</title>
		<link>http://www.arpia.be/2008/08/glyphs-for-mail-preview/</link>
		<comments>http://www.arpia.be/2008/08/glyphs-for-mail-preview/#comments</comments>
		<pubDate>Tue, 12 Aug 2008 18:16:52 +0000</pubDate>
		<dc:creator>Peter Craddock</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Customisation]]></category>
		<category><![CDATA[iTunesque]]></category>
		<category><![CDATA[Leopard]]></category>

		<guid isPermaLink="false">http://www.arpia.be/?p=51</guid>
		<description><![CDATA[Finally. It took me some time, because my law internship kind of broke the pace of things (wink wink nudge nudge), but I have finally completed reworking the glyph designs made by Dustin Schau for Mail.app and Preview.app in order to replace the &#8220;Aqua&#8221; ones that have existed for the past X years, and have [...]]]></description>
			<content:encoded><![CDATA[<p>Finally. It took me some time, because my law internship kind of broke the pace of things (wink wink nudge nudge), but I have finally completed reworking the glyph designs made by Dustin Schau for Mail.app and Preview.app in order to replace the &#8220;Aqua&#8221; ones that have existed for the past X years, and have compiled the whole thing into one package with automated installer &amp; uninstaller and with manual installation instructions.</p>
<p>So, what exactly do these glyphs look like?</p>
<p><span id="more-51"></span></p>
<p>Here is the little mock-up Dustin made:</p>
<p><img style="vertical-align: middle;" src="http://www.arpia.be/images/wp/glyphs.jpg" alt="Mock-up by Dustin" width="450" height="300" /></p>
<p>As you can see, the design blend rather well with the &#8220;curved pill&#8221; design included in <a href="http://www.arpia.be/itunesque/">iTunesque</a>. I can assure you they also work well with the &#8220;rectangle pill&#8221; design, which was also included in the previous stable release of <a title="iLeopard website" href="http://www.ileopard2.co.cc/">iLeopard</a>. However, I cannot guarantee that they won&#8217;t clash with the stock appearance of the Mail &amp; Preview button pills.</p>
<p><strong>Note: the glyphs are completely independent from any theme elements and are located within the applications in question. As such, you can use them with any theme, but you may have to re-apply such modifications if Mail and/or Preview are updated.</strong></p>
<p>Here is a more (but not completely) comprehensive view of these glyphs, again using the iTunesque &#8220;curved pills&#8221; (click the images to see in full-size):</p>
<p><em>Mail glyphs:</em></p>
<p><a title="Full-size" href="http://www.arpia.be/images/wp/glyphs_2.jpg" class="image" rel="lightbox[51]"><img style="vertical-align: middle;" src="http://www.arpia.be/images/wp/glyphs_2b.jpg" alt="Mail glyphs 1" width="450" height="135" /></a></p>
<p><a title="Full-size" href="http://www.arpia.be/images/wp/glyphs_3.jpg" class="image" rel="lightbox[51]"><img src="http://www.arpia.be/images/wp/glyphs_3b.jpg" alt="Mail glyphs 2" width="450" height="186" /></a></p>
<p><em>Preview glyphs:</em></p>
<p><a title="Full-size" href="http://www.arpia.be/images/wp/glyphs_4.jpg" class="image" rel="lightbox[51]"><img style="vertical-align: middle;" src="http://www.arpia.be/images/wp/glyphs_4b.jpg" alt="Preview glyphs" width="450" height="228" /></a></p>
<p>Now, the ZIP package to which I&#8217;ll link in a bit includes an automated installer, which offers you the possibility only to install the glyphs for one of the applications or to install them for both. I myself prefer to have these glyphs in Preview and not in Mail, for some reason, but Dustin told me he is &#8220;using them right now, and [he loves] them!&#8221; Basically, your choice (as is the general philosophy of iTunesque).</p>
<p>You will also be glad to know that these glyphs will also be an option included in iLeopard 2.1 (according to the creator), which brings many of the iTunesque options (even one I never released here) to iLeopard in order to make the possibilities almost endless. If you are an avid iLeopard fan, I suggest waiting until you get the complete thing.</p>
<p>So, without further ado, <a title="Glyph package" href="http://www.arpia.be/public/themes/glyphs.zip"><strong>here is the link to the glyphs</strong></a>.</p>
<p>Download, and have fun customising your Mac even more.</p>
<!-- PHP 5.x -->]]></content:encoded>
			<wfw:commentRss>http://www.arpia.be/2008/08/glyphs-for-mail-preview/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Apple&#8217;s App Store a month after launch</title>
		<link>http://www.arpia.be/2008/08/apples-app-store/</link>
		<comments>http://www.arpia.be/2008/08/apples-app-store/#comments</comments>
		<pubDate>Sat, 09 Aug 2008 18:21:41 +0000</pubDate>
		<dc:creator>Peter Craddock</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[App Store]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[iPod Touch]]></category>

		<guid isPermaLink="false">http://www.arpia.be/?p=49</guid>
		<description><![CDATA[For the uninitiated, Apple launched the iPhone 3G a month ago, and with it came a software update for all existing iPhones &#38; iPod Touches (well, I&#8217;ve no idea how to write the plural for &#8220;iPod Touch&#8221;).
This software update was &#8220;the big one&#8221;, because Apple launched an application store (the &#8220;App Store&#8221;) accessible to all [...]]]></description>
			<content:encoded><![CDATA[<p>For the uninitiated, Apple launched the iPhone 3G a month ago, and with it came a software update for all existing iPhones &amp; iPod Touches (well, I&#8217;ve no idea how to write the plural for &#8220;iPod Touch&#8221;).</p>
<p>This software update was &#8220;the big one&#8221;, because Apple launched an application store (the &#8220;App Store&#8221;) accessible to all iDevices with that new OS update. As any self-respecting Apple fanatic, I promptly upgraded my iPod Touch. And boy, am I amazed at this thing.</p>
<p><span id="more-49"></span></p>
<p>I rarely marvel at electronic gadgets. The only things that ever really impressed me before were the iPod, my piano keyboard, my HD-fitted DVD-recorder (admiration for that has fallen fast) and my Macs. Wow. I really am an Apple fanboy.</p>
<p>But with the App Store, Apple made the iPod Touch, a previously &#8220;ultra cool but not all that super&#8221; device, into the greatest thing I&#8217;ve ever seen fit in a pocket. Since upgrading, I&#8217;ve been keeping an eye on the App Store (inside the iTunes Store) <em>every single day</em>. That&#8217;s how incredible this thing is. And no need to jailbreak the device anymore (and therefore void the warranty) to get this functionality.</p>
<p>Before going into more detail, this is what the iPod Touch looks like before downloading applications from the App Store:</p>
<p><img src="http://www.arpia.be/images/wp/itouch.jpg" alt="iPod Touch image provided by Apple" /></p>
<h4>(image courtesy of Apple.com)</h4>
<p>And this is what I now have (click for larger images):</p>
<p><a title="Click for larger view" href="http://www.arpia.be/images/wp/itouch2.PNG" rel="lightbox[49]"><img src="http://www.arpia.be/images/wp/itouch2.jpg" alt="Page 1" /></a> <a title="Click for larger view" href="http://www.arpia.be/images/wp/itouch3.PNG" rel="lightbox[49]"><img src="http://www.arpia.be/images/wp/itouch3.jpg" alt="Page 2" /></a></p>
<p><a title="Click for larger view" href="http://www.arpia.be/images/wp/itouch4.PNG" rel="lightbox[49]"><img src="http://www.arpia.be/images/wp/itouch4.jpg" alt="Page 3" /></a> <a title="Click for larger view" href="http://www.arpia.be/images/wp/itouch5.PNG" rel="lightbox[49]"><img src="http://www.arpia.be/images/wp/itouch5.jpg" alt="Page 4" /></a></p>
<p>It is worth mentioning I only paid for three apps in there (iDrink, iDrops and FileMagnet), for a total of only a few Euros.</p>
<p>The greatest downside of the App Store is that you can&#8217;t try applications before buying them. I hope this is soon going to change.</p>
<p>So, are these apps worth anything? Are they of any use?</p>
<p><i> </i><br />
<b>Productivity</b></p>
<p>There are many, many productivity apps on the App Store. To-do apps are there by the dozen, and so are note-taking apps, and given that you can&#8217;t &#8220;try-before-you-buy&#8221;, you have to be really sure you want this or that app before clicking on the &#8220;Buy&#8221; button. But plenty of these apps are there for free as well, so I&#8217;ve downloaded the free ones and tried them out.</p>
<p>And two of these free apps struck me as very good.</p>
<p>The first is &#8220;iProcrastinate Mobile&#8221;, which appears as &#8220;Tasks&#8221; on the iTouch. It&#8217;s the first free to-do app that seems to show some real promise, and probably more so than many of the <$10 to-do apps. Why? Because it looks smart, is easy to use, and will soon be supporting reminders/alerts. Once it does support reminders, I'll definitely be donating to the creator, because it will be all I need.</p>
<p>The second is "reQall", which I find very useful for shopping lists, but it's really an all-round productivity app. My major concern with it is that it seems not to work as well when it can't sync with your data on the reQall servers or something.</p>
<p><i> </i><br />
<b>Document readers</b></p>
<p>One feature I thought was lacking cruelly on the iPod Touch was the ability to use it as a storage device, which all other iPods can do. But now, FileMagnet comes to fill the void. This app allows Leopard users to put all kinds of files on their iTouch: iWork docs, MS Office docs, folders, photos, movies, text docs, &#8230;</p>
<p>Secondly, eBooks. Ah, eBooks. I never got into them, but Stanza has managed to convince me otherwise. This app allows you to download hundreds of eBooks for free (and you can probably pay for others too), notably lots of classics. Easy to use, and very nifty.</p>
<p><i> </i><br />
<b>Games</b></p>
<p>With a whole page of games, I have to mention them. You&#8217;d be surprised at the quality of some of the free games out there (Aurora Feint, Othello, Sol Free). Because of my satisfaction with these things (and iDrops, which is by far my favourite iTouch game), I haven&#8217;t ever felt compelled to purchase the big titles (SuperMonkeyBall, Crash Bandicoot, CroMag, &#8230;).</p>
<p>And, believe it or not, competition is so fierce that many games priced at $9.99 saw their prices drop within weeks.</p>
<p>I should mention that half of the games on my iTouch are not my favourite kind of game, but are there for others. For example, I&#8217;m no Sudoku lover, but many around me are (such as my brother &#038; sister), so I still tried to find the best free Sudoku game.</p>
<p><i> </i><br />
<b>Random things</b></p>
<p>I&#8217;ve found that if I ever feel the urge to learn languages, the iTouch is a great device. I discovered that first when trying out audio lessons for Japanese, but I really see it now with the App Store. Many language apps have appeared, some of them for free, some of them at a cost, so it&#8217;s worth checking out. I&#8217;m keeping the Italian, Spanish, Mandarin (Chinese for the uninitiated) and German in case. Anyway, I should get my German back up to speed.</p>
<p>There are a number of nifty random apps out there as well. iDrink is a very nice cocktail app, for those who would every now and then be interested in trying out or making new drinks, &#8230; There&#8217;s also the Mocha VNC Lite app, which basically allows you to control any computer, PC or Mac (I&#8217;ve had fun controlling my MacBook from my iTouch), just like Remote allows you to control iTunes.<br />
And there are apps to help you use the device: SpeedType and TouchTrain are perfect examples.</p>
<p><i> </i><br />
<b>All in all&#8230;</b></p>
<p>I&#8217;m very glad to have an iPod Touch, and I&#8217;m even more glad to have it updated to version 2 of its operating system. The App Store is a real hit for me, and I love it.</p>
<p>Thank you Apple for this. Finally. And a big thank you to the developers too. Looking forward to see what comes up on the App Store in the weeks/months to come&#8230;</p>
<!-- PHP 5.x -->]]></content:encoded>
			<wfw:commentRss>http://www.arpia.be/2008/08/apples-app-store/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Snow Leopard, iPhone: certainties, hopes</title>
		<link>http://www.arpia.be/2008/06/snow-leopard-iphone-hopes/</link>
		<comments>http://www.arpia.be/2008/06/snow-leopard-iphone-hopes/#comments</comments>
		<pubDate>Mon, 09 Jun 2008 18:57:55 +0000</pubDate>
		<dc:creator>Peter Craddock</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Leopard]]></category>

		<guid isPermaLink="false">http://www.arpia.be/?p=39</guid>
		<description><![CDATA[I&#8217;ve been studying all day for an exam I have on Wednesday, and I only started learning anything useful two hours ago.
It so happens that this Monday, the WWDC kicked off with a keynote by Steve Jobs, the prophet who guides all Apple fans throughout the world. For the uninitiated, &#8220;WWDC&#8221; stands for &#8220;Worldwide Developer [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been studying all day for an exam I have on Wednesday, and I only started learning anything useful two hours ago.</p>
<p>It so happens that this Monday, the WWDC kicked off with a keynote by Steve Jobs, the prophet who guides all Apple fans throughout the world. For the uninitiated, &#8220;WWDC&#8221; stands for &#8220;Worldwide Developer Conference&#8221;, and it is one of the major yearly Apple-related events.</p>
<p>Last year, Steve Jobs showed the world a feature-complete version of Mac OS X Leopard, among others. But this year, big disappointment if you&#8217;re not much into the iPhone and were hoping for a sneak preview at &#8220;Snow Leopard&#8221;, the next version of the OS. Disappointment, but surprise right afterwards.</p>
<p><span id="more-39"></span></p>
<p>At the beginning of his keynote address, Steve Jobs stated that he was &#8220;going to take this morning to talk about the iPhone&#8221; (source: <a href="http://www.engadget.com/2008/06/09/steve-jobs-keynote-live-from-wwdc-2008/">Engadget</a>).</p>
<p>And it is indeed admirable that for the following 90 minutes, Jobs and many developers talked about how many things were coming to the iPhone platform.</p>
<p>I own an iPod Touch, and will definitely be hoping to upgrade my iTouch software: lots of great improvements, most notably the App Store, which looks like it&#8217;ll hold a good number of free quality apps.</p>
<p>But no talk of the next version of the OS. Pity, really. The developers will hear about it later today.<br />
No, the real news is twofold.</p>
<p>First, the change affecting the old .Mac service, and secondly, the new 3G iPhone, which is the first example I&#8217;ve seen of Apple taking international pricing into consideration.</p>
<p>Regarding the new .Mac, entitled &#8220;MobileMe&#8221; and featuring great syncing between Macs, PCs and mobile devices (read: iPhone/iTouch). Still $99 per year though.</p>
<p>But now, the 3G iPhone will be much cheaper and available in many more countries:<br />
&#8220;The maximum price around the world is $199 USD&#8221; (<a href="http://www.macrumorslive.com/">source</a>).</p>
<p>This move surprises me. Since when does Apple make affordable devices whose pricing isn&#8217;t going to change throughout the world?<br />
Does this mean European customers (among others) will soon see more similar prices for Macs?</p>
<p>Just speculation. But this is good news for me.</p>
<p>And in other news, MacHeist has spiced up their &#8220;Retail Bundle&#8221;, and it seems that you can now get <a href="http://www.macheist.com/mrl">&#8220;14 Top Mac Apps for just $49&#8243;</a> (and a bonus app if you buy as soon as it launches).</p>
<p>All in all, a very good week for the Mac community and for the growing iPhone/iTouch community.</p>
<!-- PHP 5.x -->]]></content:encoded>
			<wfw:commentRss>http://www.arpia.be/2008/06/snow-leopard-iphone-hopes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My Leopard&#8217;s Look: part III</title>
		<link>http://www.arpia.be/2008/05/my-leopards-look-part-iii/</link>
		<comments>http://www.arpia.be/2008/05/my-leopards-look-part-iii/#comments</comments>
		<pubDate>Wed, 21 May 2008 15:32:14 +0000</pubDate>
		<dc:creator>Peter Craddock</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Customisation]]></category>
		<category><![CDATA[Leopard]]></category>
		<category><![CDATA[Themes]]></category>

		<guid isPermaLink="false">http://www.arpia.be/?p=33</guid>
		<description><![CDATA[In this series, entitled &#8220;My Leopard&#8217;s Look&#8221;, I talk about the different aspects of customising the appearance of Mac OS X &#8220;Leopard&#8221;: icons, the Dock and wallpapers, and finally theming. 
Check Part I of this series to read about icons, and Part II to read about the Dock and wallpapers.
  
Themes
I never was interested [...]]]></description>
			<content:encoded><![CDATA[<p><em>In this series, entitled &#8220;My Leopard&#8217;s Look&#8221;, I talk about the different aspects of customising the appearance of Mac OS X &#8220;Leopard&#8221;: icons, the Dock and wallpapers, and finally theming.<br />
Check <a href="http://www.arpia.be/2008/05/my-leopards-look-pt1/">Part I</a> of this series to read about icons, and <a href="http://www.arpia.be/2008/05/my-leopards-look-part-ii/">Part II</a> to read about the Dock and wallpapers.</em></p>
<p><em> </em><br />
<strong>Themes</strong></p>
<p>I never was interested in themes under Tiger (Mac OS 10.4), partly because I had a 1999 G3 iMac, and partly because the only tool &#8220;average users&#8221; could use to apply themes was Unsanity&#8217;s <a href="http://unsanity.com/haxies/shapeshifter">ShapeShifter</a> (which came at a hefty price for a student, and which is a &#8220;haxie&#8221; that requires &#8220;Application Enhancer&#8221; [APE] to run, and APE has caused me a couple of problems in the past).</p>
<p>Then Leopard came along, and while I was very happy with the new unified metal look for all applications, the blue aqua (scrollbars, list headers, &#8230;) was starting to feel old.<br />
So I decided to take a look at Leopard theming options.<br />
<span id="more-33"></span></p>
<p>It turns out that Apple has completely changed the way OS X draws the User Interface (UI) in Leopard, because it hopes to move towards <a href="http://en.wikipedia.org/wiki/Resolution_independence">resolution independence</a> (something you can see in action <a href="http://en.wikipedia.org/wiki/Image:OSX_ResIndependance_Comparison.png">here</a>).<br />
But we&#8217;re not there yet, and so Leopard uses a number of old and new sources of data to draw this UI (when resolution independence isn&#8217;t enabled &#8211; if you wish to try out resolution independence, <a href="http://www.macthemes2.net/wiki/Vector_UI">Vector UI instructions are here</a>).</p>
<p>Since the 18th of May, it is possible to theme (in great part) Leopard, by replacing images found within these different sources, thanks to the release of <a href="http://macthemes2.net/forum/viewtopic.php?id=16786160">ArtFileTool</a>, a tool to complement <a href="http://macthemes2.net/forum/viewtopic.php?id=16785767">ArtTools</a> and <a href="http://www.geekspiff.com/software/themepark/">ThemePark</a>.<br />
If you are interested in theming, by using these different tools, I strongly recommend heading over to the <a href="http://www.macthemes2.net/wiki/">MacThemes Wiki</a>.</p>
<p>But for the average user, who doesn&#8217;t want to spend hours replacing images (trust me, this kind of time is required), what are the possibilities?</p>
<p>Right now, there are no &#8220;full theme&#8221; options, because theme developers are only starting to get things done with the aforementioned tools.<br />
But if you&#8217;re interested, there are already partial themes, and there are a number of themes in development.</p>
<p>First of all, I&#8217;d like to mention a way to &#8220;iTunesify&#8221; your Leopard. If you prefer the <a href="http://www.arpia.be/public/itunes.jpg">iTunes look</a> to standard Aqua scrollbars, progress bars and list headers, this kind of change is possible:<br />
<a href="http://www.arpia.be/public/leop2.jpg" class="image" rel="lightbox[33]" title="My Leopard's Look: part III"><img src="http://www.arpia.be/public/leop2-b.jpg" alt="Peter's Leopard" /></a> (click for full-size)</p>
<p>To do so, <a href="http://www.arpia.be/itunesque/">read this post</a>. It contains links to all the required files, step-by-step installation instructions and even an installer package.<br />
A more complete &#8220;iLeopard&#8221; theme <a href="http://ileopard2.co.cc/">has been released</a> in the works.</p>
<p>Another partial theme is a scrollbar replacement, <a href="http://macthemes2.net/forum/viewtopic.php?id=16785442">Ether</a> (and an <a href="http://vanillanine.com/">Ether-inspired theme</a> is also in the works).</p>
<p>Other themes in development for Leopard include <a href="http://macthemes2.net/forum/viewtopic.php?id=16785904">Metal Muku</a>, <a href="http://macthemes2.net/forum/viewtopic.php?id=16785877">Kaer</a> and <a href="http://macthemes2.net/forum/viewtopic.php?id=16785695&amp;p=3">Siro</a>.</p>
<p>Unfortunately, as you can see, the list isn&#8217;t very long. Yet.<br />
Given time, a number of themes will appear to feed some spice to your Leopard.<br />
And, a little note to (would-be) developers: a new tool to make this whole image replacement business easier is in the works, a sort of &#8220;ThemePark for Leopard&#8221;. Keep an eye out for Architect &#038; Fa&ccedil;ade.</p>
<p><em> </em><br />
<em> </em><br />
That&#8217;s it for this series on Leopard customisation. Hopefully, you will have learnt something useful and have found this interesting.<br />
If you have any questions, do leave a comment, or send an e-mail address to the address on <a title="About Peter" href="http://www.arpia.be/about/">the &#8220;About&#8221; page</a>.</p>
<p>Edit: updated 14th of November to reflect some recent developments.</p>
<!-- PHP 5.x -->]]></content:encoded>
			<wfw:commentRss>http://www.arpia.be/2008/05/my-leopards-look-part-iii/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My Leopard&#8217;s Look: part II</title>
		<link>http://www.arpia.be/2008/05/my-leopards-look-part-ii/</link>
		<comments>http://www.arpia.be/2008/05/my-leopards-look-part-ii/#comments</comments>
		<pubDate>Mon, 19 May 2008 20:22:15 +0000</pubDate>
		<dc:creator>Peter Craddock</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Customisation]]></category>
		<category><![CDATA[Leopard]]></category>
		<category><![CDATA[Themes]]></category>

		<guid isPermaLink="false">http://www.arpia.be/?p=6</guid>
		<description><![CDATA[In this series, entitled &#34;My Leopard&#8217;s Look&#34;, I talk about the different aspects of customising the appearance of Mac OS X &#34;Leopard&#34;: icons, the Dock and wallpapers, and finally theming. 
Check Part I of this series to read about icons.
  
Dock
The Dock itself
The 3D Dock introduced in Leopard was one of its most controversial [...]]]></description>
			<content:encoded><![CDATA[<p><i>In this series, entitled &quot;My Leopard&#8217;s Look&quot;, I talk about the different aspects of customising the appearance of Mac OS X &quot;Leopard&quot;: icons, the Dock and wallpapers, and finally theming.<br />
Check <a href="http://www.arpia.be/2008/05/my-leopards-look-pt1/">Part I</a> of this series to read about icons.</i></p>
<p><i> </i><br />
<b>Dock</b></p>
<p><i>The Dock itself</i></p>
<p>The 3D Dock introduced in Leopard was one of its most controversial features. Many users far preferred the 2D Dock from Tiger. But then someone found how to customise the 3D Dock, and now, you can find Dock skins and instructions on how to install them all over the place (<a href="http://www.leoparddocks.com/index.php">LeopardDocks.com</a> and <a href="http://leoparddocks.net/">LeopardDocks.net</a> spring to mind).</p>
<p><span id="more-6"></span><br />
Best of all, you can even find apps to help you organise &#038; apply your Dock skins. CandyBar comes with that functionality, but freeware <a href="http://www.innermindmedia.com/dock_doctor_app.html">DockDoctor</a> is my personal choice for that.</p>
<p><i>The Dock&#8217;s contents</i></p>
<p>But the Dock skin isn&#8217;t the most important. No, the most important is <i>what appears on your Dock</i> (and what is <a href="http://macapper.com/2007/11/19/tip-make-your-hidden-applications-translucent/">hidden</a>), how it reacts and how it&#8217;s arranged.<br />
For many months, I had &quot;just&quot; three main Stacks (University, Arpia Novels and Downloads). I then added a Games Stack, and finally an Uploads Stack (because I upload lots of stuff, for university &#038; for other things).</p>
<p>You&#8217;d be surprised how easy Stacks are to use as an application launcher. Before Leopard, <a href="http://www.blacktree.com/">Quicksilver</a> was my application launcher: I hit &quot;ctrl&quot; + &quot;space&quot;, then typed the first letters of the app&#8217;s name, and there we go. Then came Leopard, and Spotlight became my app launcher, because it was much faster than Quicksilver. And finally, I discovered how useful Stacks could be.</p>
<p>The thing is, you can create folders (I create them in my &quot;Documents&quot; folder) with aliases to applications, and make Stacks out of them. I have a &quot;Web&quot; Stack (CotEditor, CSSEdit, Firefox 2 and 3, Forklift, <a href="http://www.kronenberg.org/ies4osx/">IE6 thanks to Darwine</a>, and Webkit), an &quot;Office&quot; Stack (the MS Office suite, Grapher, OmniOutliner) and an &quot;Organisers&quot; Stack (Bento, Cha-Ching, Linotype Explorer X and Wallet). And to make it even easier to use, I replaced the system &quot;Alias&quot; icon with <a href="http://www.arpia.be/public/alias.zip">a blank one</a>, which means that my Web Stack looks like this:</p>
<p><a href="http://www.arpia.be/public/leostack.jpg" title="Web Stack" class="image" rel="lightbox[6]"><img src="http://www.arpia.be/public/leostack-b.jpg" alt="Web Stack" /></a></p>
<p>And now, to launch Forklift (so from the first move until the application is completely open) takes me 4.4 seconds using the Stack, where it took me 5.1 seconds using Spotlight. Wooo, 0.7 seconds saved!</p>
<p>And then, there&#8217;s the &quot;Applications&quot; side of the Dock. I put those I really use a lot there (Mail, Safari, iTunes, iCal, Pages) and the apps I use occasionally but still regularly (Adium, System Prefs, TextEdit, Keynote, Numbers and Photoshop). The rest is either in a Stack, or easily accessible via Spotlight. But you can see how, if it&#8217;s faster to open an app using a Stack, it&#8217;s even faster to open it if it lies on your Dock.</p>
<p><i> </i><br />
<b>Wallpapers</b></p>
<p>Wallpapers are most probably the first thing the average user changes when he/she gets a new Mac. Let&#8217;s face it: the wallpapers that come with Leopard aren&#8217;t perfect, and certainly don&#8217;t match everyone&#8217;s personality.<br />
I find that <a href="http://interfacelift.com/">InterfaceLIFT</a> and <a href="http://browse.deviantart.com/customization/wallpaper/">DeviantART</a> are among the best repositories for wallpapers.<br />
But what if you have a personal favourite, yet still want the wallpaper to change randomly every 5, 10, 30 minutes? I asked myself the question, because Aurora, Leopard&#8217;s default wallpaper, became my favourite (it&#8217;s the closest I&#8217;ve found to saying &quot;this is for Peter&quot; &#8211; I swear, Steve Jobs thought of me when he approved this wallpaper). The answer is simple enough: make duplicates. Little tip, but if you have over a hundred wallpapers (I know I do), having half a dozen copies of your favourite gives it a better chance of showing up.</p>
<p>One thing I&#8217;d like to mention is that it is possible to also customise the wallpaper that appears behind the login screen (if you have automatic login disabled), and it&#8217;s even possible to make that background change randomly every time you log out/shut down.<br />
Unfortunately, I can&#8217;t remember exactly how to set it up. <a href="http://www.macosxhints.com/article.php?story=20071231051934763">Here</a>, however, is a place where you can see what I did (scroll down to the comment by &quot;Pace&quot;, i.e. me). If you&#8217;re interested, I recommend doing a Google search for &quot;logout hook&quot;.</p>
<p><i> </i><br />
Well, that&#8217;s it for the Dock and wallpapers. Next volume: theming and forcing OS X to appear even more as you want it to be.</p>
<!-- PHP 5.x -->]]></content:encoded>
			<wfw:commentRss>http://www.arpia.be/2008/05/my-leopards-look-part-ii/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My Leopard&#8217;s Look: part I</title>
		<link>http://www.arpia.be/2008/05/my-leopards-look-pt1/</link>
		<comments>http://www.arpia.be/2008/05/my-leopards-look-pt1/#comments</comments>
		<pubDate>Sun, 18 May 2008 21:49:06 +0000</pubDate>
		<dc:creator>Peter Craddock</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Customisation]]></category>
		<category><![CDATA[Leopard]]></category>
		<category><![CDATA[Themes]]></category>

		<guid isPermaLink="false">http://www.arpia.be/?p=5</guid>
		<description><![CDATA[There are many things you can do to make your Mac look unique. 
You can customise the hardware by decorating it or adding &#34;skins&#34;. 
But most of the customising comes from the software. Partly because it&#8217;s often free, and because it&#8217;s less&#8230; permanent.
So, what can you do if you have Mac OS 10.5, a.k.a. Leopard?
Until [...]]]></description>
			<content:encoded><![CDATA[<p>There are many things you can do to make your Mac look unique.<br />
You can customise the hardware by decorating it or adding &quot;skins&quot;.<br />
But most of the customising comes from the software. Partly because it&#8217;s often free, and because it&#8217;s less&#8230; permanent.</p>
<p>So, what can you do if you have Mac OS 10.5, a.k.a. Leopard?</p>
<p>Until this weekend of mid-May, icons and dock changes (which I&#8217;ll detail later) were pretty much all you could do, because Apple has changed the way OS X generates the user interface in many ways. Not completely yet though: it appears 10.6 will be the first to fully use the new &quot;CoreUI&quot;.<br />
But enough technobabble. In short, since this week-end, all parts of Leopard are customisable. At least, that&#8217;s the theory.<br />
And to illustrate, <a href="http://upload.wikimedia.org/wikipedia/en/e/e3/Coverflowquicklook.jpg">this is a normal Leopard screenshot</a>. But here is an example of a <a href="http://img84.imageshack.us/img84/3707/uploadix8.png">new appearance</a>, without using any hacks (note that system fonts can also be changed), and <a href="http://www.arpia.be/public/leop2.jpg">here is my personal Leopard&#8217;s appearance</a>.</p>
<p>Note: there are still some limits, but for example, window backgrounds are customisable, &#8230;</p>
<p><i>In this series, I&#8217;ll talk about the different aspects of customisation, mostly for the sake of those users not entirely familiar with it, but it will contain some advanced customisation information as well.<br />
Part II will concern the Dock and wallpapers, and part III, theming.</i></p>
<p><span id="more-5"></span><i> </i><br />
<b>Icons</b></p>
<p>Icons are the first thing I believe every Mac user should give some thought to. Why? Without at least one new icon, Macs look like they&#8217;ve just come out of the Apple store. They are only half-alive, and they haven&#8217;t truly become the property of their owner.<br />
Icons enable you to distinguish one folder from another, and this can be both crucial and a true timesaver.<br />
I love icons, and if you take a look at my Leopard, you&#8217;ll see it right away:<br />
<a href="http://www.arpia.be/public/leop3.jpg" class="image" rel="lightbox[5]" title="My Leopard's Look: part I"><img src="http://www.arpia.be/public/leop3-b.jpg" alt="Peter's Leopard: icons" /></a></p>
<p>So where can you get such icons?<br />
My favourite source of Leopard icons (which are made to be nice from 16&#215;16 pixels [mini size] to 512&#215;512 [HUGE]) is <a href="http://macthemes2.net/forum/viewforum.php?id=2">MacThemes2.net</a> (with a <a href="http://macthemes2.net/">blog</a> of announcements too). My personal choice has been Jonas Rask&#8217;s <a href="http://jonasraskdesign.com/downloads/downloads.html">Maji icon set</a>, modified to fit my needs and taste.</p>
<p><i> </i><br />
But getting icons isn&#8217;t enough. You then need to apply them, modify them, even change the system icons.<br />
Fortunately for us, there are freeware options to doing all that.</p>
<p>First off, applying icons. This <a href="http://www.youtube.com/watch?v=LAGaNbM_Gz0">YouTube video</a> shows you that applying icons requires no external software: you have it all in OS X.</p>
<p>Your first freeware friend is <a href="http://www.freemacsoft.net/LiteIcon/">LiteIcon</a>. LiteIcon enables you to change the stock system icons (that generic folder, that sidebar Desktop icon, that generic USB external drive icon) in no time, and makes it painless and costless. If you really want to do lots of changing, you might consider donating to the creator of this nifty app. If you want to also organise your icons within the same app, you&#8217;ll need <a href="http://www.panic.com/candybar/">CandyBar</a>, by Panic, which does cost money.</p>
<p>Now, secondly, I&#8217;d like to mention an app I discovered by chance, after looking for a long time for &quot;the right app&quot; for creating custom icons by combining existing ones. <a href="http://trollin.loos.li/">IconCompo</a> is one of the few apps out there to support Leopard&#8217;s 512&#215;512 sizes (though it&#8217;s not apparent when you use the app), and it allows you to create icons that appear to be imprinted on another icon or icons that seem to be in front of another. A lot of trial &#038; error is necessary before you can fully understand the app, which means it isn&#8217;t the easiest to use, but it&#8217;s the most powerful I found for free (and pretty much the only one that does what I wanted it to do).<br />
<img src="http://www.arpia.be/public/leop-ico.jpg" alt="Icons: in front and inside" /></p>
<p><i> </i><br />
Once you&#8217;ve got all that worked out, it&#8217;s time to move on to step 2: the Dock.</p>
<!-- PHP 5.x -->]]></content:encoded>
			<wfw:commentRss>http://www.arpia.be/2008/05/my-leopards-look-pt1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

