<?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>Finer Points of Usability, Web Design &#38; Graphic Design&#187; Apple Inc.</title>
	<atom:link href="http://www.szilveszter.ca/news/category/apple/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.szilveszter.ca</link>
	<description>Covering the finer points of usability and design, interjected with a bit of humour and sarcasm.</description>
	<lastBuildDate>Wed, 18 Aug 2010 07:16:52 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Modding CoverSutra Themes, The Sophiesticated Way</title>
		<link>http://www.szilveszter.ca/news/2010/modding-coversutra-themes-the-sophiesticated-way/</link>
		<comments>http://www.szilveszter.ca/news/2010/modding-coversutra-themes-the-sophiesticated-way/#comments</comments>
		<pubDate>Sat, 02 Jan 2010 17:33:09 +0000</pubDate>
		<dc:creator>William Szilveszter</dc:creator>
				<category><![CDATA[Apple Inc.]]></category>
		<category><![CDATA[Tips & Tricks]]></category>

		<guid isPermaLink="false">http://www.szilveszter.ca/blog/?p=629</guid>
		<description><![CDATA[CoverSutra is an iTunes controller for Mac OS X. It&#8217;s been around a while now. Back in the days when iTunes controllers were all the rage. Yet it stood its ground and has become quite robust—becoming a lean, mean, controlling machine—and a solid edition to any modders desktop. Moreover, it provides users with three nicely [...]]]></description>
			<content:encoded><![CDATA[<div><img class="alignleft size-full wp-image-636" title="CoverSutra" src="http://www.szilveszter.ca/blog/wp-content/uploads/2010/01/cs-fv.png" alt="" width="178" height="193" /></div>
<p><a href="http://www.sophiestication.com/apps/">CoverSutra</a> is an iTunes controller for Mac OS X. It&#8217;s been around a while now. Back in the days when iTunes controllers were all the rage. Yet it stood its ground and has become quite robust—becoming a lean, mean, controlling machine—and a solid edition to any modders desktop. Moreover, it provides users with three nicely designed themes. But sadly, it&#8217;s not very modder friendly, if, you know, you aren&#8217;t into the default themes. However, there are always ways around things, and modders are notorious for dissecting and deconstructing programs.</p>
<p>This guide will take a lot of the legwork out of modding CoverSutra. So let&#8217;s begin. First, open up the contents of the program (right click on the app in Finder) and navigate to the PlugIn folder, found inside of the Contents folder. There, you&#8217;ll see the three default themes. Choose the theme you find most disposable (I&#8217;ve chosen JewelBoxing—the modern CD box displayed on the left Album Cover dialog screen in the Preferences Pane).</p>
<p><span id="more-629"></span></p>
<p>In Finder, right click on the file and choose &#8220;Show Package Contents.&#8221; As you&#8217;ll see, there isn&#8217;t much to a theme. A handful of .tiffs and an Info.plist file. Open up the plist and you&#8217;ll see the code required to make the theme functional. If you have any experience in modding, you&#8217;ll feel right at home, as this stuff is actually quite rudimentary.</p>
<p><img class="alignright size-full wp-image-637" title="CS Cover" src="http://www.szilveszter.ca/blog/wp-content/uploads/2010/01/cover.jpg" alt="" width="144" height="144" /></p>
<p>Let me give you a precis of the plist file. The lines you need to change are the values of the coverFrame keys. These tell CoverSutra how to position and size the cover being displayed. Leave all other strings alone, even the size key, which dictates the actual image size. As pictured to the left, you can make the cover any size you wish, provided it is ultimately constrained within the dimensions of the current theme (144&#215;144 for example). You&#8217;ll notice that each theme as 3 difference cover sizes (Extra Small, Small, and Medium—I guess Sophie doesn&#8217;t like large? Anyway, I digress). Medium is the standard size and is the one I&#8217;ve modded successfully, and will be the one I use in my example.</p>
<p>First thing to do is create your overlay image. This will be the image that is pinned on top of the album cover art that CoverSutra will display when a song is played. As I said, you can make this image any size you wish, provided it does not exceed the dimensions found in the theme. Simply start with a 144&#215;144 (for medium) sized canvas and go from there. Tiff files support transparency, so position the image however you wish.</p>
<p>Next, save the file using the same file name (in this case medium.tiff and emptyMedium.tiff, where the latter is the image that will be displayed when your song does not contain cover art). Now it&#8217;s time to adjust the cover art to be displayed properly within your new image. These values are found under the coverFrame key (bolded values) of the plist file:</p>
<p><pre><code>CoverSutraAlbumCaseMedium
&nbsp;&nbsp;&nbsp;&nbsp;caseImage
&nbsp;&nbsp;&nbsp;&nbsp;medium.tiff
&nbsp;&nbsp;&nbsp;&nbsp;coverFrame
&nbsp;&nbsp;&nbsp;&nbsp;{{15, 24}, {100, 100}}
&nbsp;&nbsp;&nbsp;&nbsp;size
&nbsp;&nbsp;&nbsp;&nbsp;{144, 144}
&nbsp;&nbsp;&nbsp;&nbsp;emptyCaseImage
&nbsp;&nbsp;&nbsp;&nbsp;emptyMedium.tiff</code></pre></p>
<p>The first set of values (in pixels) represent the left and bottom offsets, respectively. The second set of values represent the actual vertical and horizontal cover dimensions. To promote clarity, let&#8217;s go through an example.</p>
<p><img class="alignleft size-full wp-image-639" title="CS theme dimensions" src="http://www.szilveszter.ca/blog/wp-content/uploads/2010/01/dimensions.jpg" alt="" width="144" height="144" /></p>
<p>In the code above, the cover art is positioned 14 pixels from the left, 24 pixels from the bottom (represented by the yellow areas). The other two values represent the full dimensions of the cover art, as represented by the four red corners. Essentially, here the cover is 100&#215;100 pixels and it is offset from the left 14 pixels, and from the bottom 24 pixels.</p>
<p>Once you have the correct values, simply save the changes to the plist file and then copy your modded theme back to the PlugIns folder found within the program. I&#8217;ve personally ported over my Fcuk Vinyl BowTie theme, which you can download <a href="http://www.szilveszter.ca/files/cs-fcukvinyl.zip">here</a> (as you can see, I&#8217;ve replaced the JewelBoxing theme). <em>It is of note that I have only modified the medium size that is typically pinned to the desktop</em>. Once you overwrite the default theme of the same name, open up the CoverSutra Preference Pane and you&#8217;ll see it listed in the Album Cover tab.</p>
<p>There really isn&#8217;t all that much to it, but hopefully I saved you the 20 minutes of legwork it took me to mod my first cover art. Now go and mod all your <a href="http://bowtieapp.com/">BowTie</a> themes and bring them over to CoverSutra. But bear in mind, you will only be able to replace the default themes, and that means running no more than 3 themes at a time.</p>
<p>Modder 4 Life.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.szilveszter.ca/news/2010/modding-coversutra-themes-the-sophiesticated-way/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Snow Leopard Woes: The Service Battery Notice</title>
		<link>http://www.szilveszter.ca/news/2009/snow-leopard-and-battery-woes/</link>
		<comments>http://www.szilveszter.ca/news/2009/snow-leopard-and-battery-woes/#comments</comments>
		<pubDate>Thu, 24 Sep 2009 20:25:14 +0000</pubDate>
		<dc:creator>William Szilveszter</dc:creator>
				<category><![CDATA[Apple Inc.]]></category>

		<guid isPermaLink="false">http://www.szilveszter.ca/blog/?p=447</guid>
		<description><![CDATA[Some Snow Leopard adopters have noticed a strange warning in their status bars: &#8220;Service Battery.&#8221; I&#8217;ve personally had the &#8220;Service Battery&#8221; warning for some time now under Snow Leopard. Leopard, incidentally did not yield this bulletin, and neither did the early test builds of SL, suggesting that Apple made some last minute changes before the [...]]]></description>
			<content:encoded><![CDATA[<div><img src="http://www.szilveszter.ca/blog/wp-content/uploads/2009/09/service-battery.jpg" alt="" title="Snow Leopard Service Battery Notice" width="266" height="172" class="alignleft size-full wp-image-1353" /></div>
<p>Some Snow Leopard adopters have noticed a strange warning in their status bars: &#8220;Service Battery.&#8221; I&#8217;ve personally had the &#8220;Service Battery&#8221; warning for some time now under Snow Leopard. Leopard, incidentally did not yield this bulletin, and neither did the early test builds of SL, suggesting that Apple made some last minute changes before the final release.</p>
<p>I have <em>not</em> taken my MacBook Pro in to see an Apple technician because nothing has changed, save it takes nearly a full minute for my battery to begin charging (SL notifies me that my battery is &#8220;Not Charging&#8221; when AC is initially connected; however, the charging does occur after a short delay), and my battery life is severely crippled (standard use gives me just shy of 2 hours). This notice has simply led me to assume my 1.5 year old battery had come to the end of its life. However, recently rumblings in the Apple <a href="http://discussions.apple.com/thread.jspa?threadID=2139186">forums</a> are suggesting that that may not be the case, or rather their may exist an underlying problem of some kind with either Apple batteries (something that is not entirely <a href="http://www.engadget.com/2006/07/31/apple-initiates-macbook-pro-battery-recall-program/">new</a>) or with Snow Leopard itself.</p>
<p><span id="more-447"></span></p>
<p>A recent <a href="http://www.tuaw.com/2009/09/24/10-6-falsely-reports-service-battery-i-think-not/">article</a> by Josh Carr, a smarmy, arrogant, and belittling reporter on the once enjoyable TAUW, claims Snow Leopard is simply more advanced at isolating and reporting battery decomposition. He states:</p>
<blockquote><p>Most of the time, people don&#8217;t realize their battery has issues until it REALLY has issues like 20 minute run-times, random shut downs, the black &#8220;x&#8221; in the battery icon, etc. All of these are issues we (technicians) use to identify a bad battery. These new battery checks could actually help you find out your battery is bad before the warranty runs out; before it gets to the point of no return.</p></blockquote>
<p>Now aside from the healthy dose of FUD and pushing half-baked, &#8220;personal experience&#8221;, he claims those suffering from this warning simply have bad batteries (and for a lack of a better term, are just plain stupid). He implies that many users are simply not knowledgeable in this area and should implicitly trust Apple engineers (and Geniuses) in their assessments. However, one Apple form user (brownstone) reports that an Apple certified Genius ran diagnostics on their battery after the service message appeared, to find the battery was actually functioning properly, yet upon a visible check, the battery showed signs of swelling. Both the user and the Apple Genius expressed awe that such a problem was not picked up by the Apple on-sight diagnostic software (could it be that Snow Leopard is more advanced than their own inhouse diagnostic tools?). Brownstone&#8217;s battery was deemed defective and he received a prompt replacement, free of charge.</p>
<p>If the batteries are defecting, Apple will stand behind them, provided they are under warranty of course. However, if the warning is a result of battery &#8220;depletion&#8221; (read: battery overuse), then you are going to foot the bill for a new one.</p>
<p>Yet some users report the presence of this warning despite installing brand new batteries—batteries that also run just fine under Leopard. Some, who own multiple batteries, claim the newly released operating system finds fault with all of them. Other users report intermittent service battery warnings or cycling battery health states (as read by iStat widget). These reports seem to signal more than just a handful of aging or potentially failing batteries.</p>
<p>In attempts to fix the problem, many forum users have tried trashing the com.apple.PowerManagement.plist file, <a href="http://docs.info.apple.com/article.html?path=Mac/10.5/en/9036.html">re-calibrating</a> their batteries, resetting <a href="http://support.apple.com/kb/HT3964">PRAM</a>, all to no avail, prompting users to either revert back to Leopard or simply suffer with the issues.</p>
<p>Random shutdowns at various battery percentages and an inability to charge the battery past these points have also been reported, yet these reports are preliminary and insufficient data exists to point direct fault at Snow Leopard. However, some users claim the issue is fixed when they revert back to the previous iteration of Mac OS X (and an increase in battery life is experienced).</p>
<p>As of today, Apple has nothing to add, stating they are not aware of any such problems in their newly released OS. Notebook users declare that Apple technicians and service staff are pointing to likely hardware failure (batteries or logic boards). They advise that users heed the warnings and take their computers in for servicing. In most cases users have indeed identified bad batteries, with a replacement solving the illustrious warning. However, there does exists too many people that report a wide range of problems to ignore. In any case, this doesn&#8217;t seem to be a clearcut case, as Mr. Carr would have us believe.</p>
<p>Moreover, if SL is indeed functioning properly, this would signal a massive underlying problem with Apple batteries. A problem that is perhaps validated by those receiving the battery service notice on new, replacement batteries.</p>
<p>My own battery has been replaced twice already. The first was part of a larger recall, while the second was due to battery failure. Both were covered under my warranty. But this new battery is only a year and a half old, with not but 159 cycles. Surely a battery has to last longer than that?</p>
<p>As is with most Apple notices, they are less descriptive than a user may like. The current battery notice tells us nothing about what is actually occurring with the battery, simply that a problem exists.</p>
<p>If you have this warning, I encourage you to post your experience in the Apple forums, or to call Apple directly, and speak with a technician. If your computer is under warranty, you will receive a brand new battery. If your battery, however, is no longer covered under warranty, then I would strongly urge you to avoid purchasing a new one until more information is made available. This may very well be a software issue and if that is indeed the case, may be fixed in a future release (currently, Mac OS X 10.6.2 does not provide a fix). Until then, if your battery functions properly (no intermittent shutdowns and sustains a full charge), yet merely exhibits a reduced charge capacity, you may want to hold off on shelling out for a replacement.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.szilveszter.ca/news/2009/snow-leopard-and-battery-woes/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>Prevent Hard Disk Spindown Using PMSET</title>
		<link>http://www.szilveszter.ca/news/2009/prevent-hard-disk-drive-spindown-on-mac-os-x/</link>
		<comments>http://www.szilveszter.ca/news/2009/prevent-hard-disk-drive-spindown-on-mac-os-x/#comments</comments>
		<pubDate>Wed, 12 Aug 2009 10:41:12 +0000</pubDate>
		<dc:creator>William Szilveszter</dc:creator>
				<category><![CDATA[Apple Inc.]]></category>
		<category><![CDATA[Tips & Tricks]]></category>

		<guid isPermaLink="false">http://www.szilveszter.ca/blog/?p=289</guid>
		<description><![CDATA[Using PMSET on Mac OS X, you can prevent your external hardrive from going to sleep (or spinning down). If you rock a notebook, and rely on an external enclosure, you probably know how annoying it is when your drive goes to sleep on you and it takes a good 30 seconds for it to [...]]]></description>
			<content:encoded><![CDATA[<div><img src="http://www.szilveszter.ca/blog/wp-content/uploads/2009/08/326628676_672197015d.jpg" alt="Hard Disk Drive" title="Hard Disk Drive" width="200" height="133" class="alignleft size-full wp-image-295" /></div>
<p>Using <a href="http://developer.apple.com/documentation/Darwin/Reference/ManPages/man1/pmset.1.html">PMSET</a> on Mac OS X, you can prevent your external hardrive from going to sleep (or spinning down). If you rock a notebook, and rely on an external enclosure, you probably know how annoying it is when your drive goes to sleep on you and it takes a good 30 seconds for it to spin back up again. More annoying is when Finder becomes unresponsive until this happens. If your drive is set to spindown every 15 minutes, then this ends up being downright maddening, and seriously cripples your workflow.</p>
<p>Worst yet, most external enclosures are incredibly aggressive when it comes to their power saving features, and sadly, nearly all of them do not provide the option to change the frequency of which the drives power down. It may not be so bad if you could get the drive to spindown when you truly weren&#8217;t using it, but enclosures are dumb. They spindown regardless of your <em>intended</em> usage. If the system is not actively using the hardrive, then it goes to sleep. Well, I suppose that&#8217;s fine but system&#8217;s still consult your drives even if you don&#8217;t expressly do so (e.g., entering Front Row will talk to any drive connected to your system, and if a drive went to sleep, become unresponsive upon load until said drive wakes up).</p>
<p>I got real sick of this behaviour and decided to hit up google, hoping to find a workable solution. Sadly, all I found were ancient hacks, obscure cron jobs that wrote to the drive every <em>n</em> minutes, and over-priced <a href="http://www.macupdate.com/info.php/id/31058">programs</a> that meant I had to run an additional process. I had hoped for a better way, and eventually I stumbled on one: PMSET.</p>
<p><span id="more-289"></span></p>
<p>PMSET manipulates power management settings. In fact, the Energy Saver preference pane is a simplified interface for pmset, removing some more advanced functionality. Well that advanced functionality is what we need here. Note: All changes made through pmset are saved in a persistent preferences file, located in:</p>
<p><pre>/Library/Preferences/SystemConfiguration/com.apple.PowerManagement.plist</pre></p>
<p>So fire up Terminal (located in the Utilities folder), and we&#8217;ll get started. The -b, -c, -u, and -a flags determine whether the settings apply to battery (-b), AC (outlet) (-c), UPS (-u) or under all of these conditions (-a).</p>
<p>So if we type the following in Terminal: <code>sudo pmset -c disksleep 0</code>, we are telling our system to prevent the disk from sleeping when it&#8217;s connected to AC (power outlet), but to allow the disk to spindown normally when it&#8217;s either on battery power, or using a uninterruptible power supply (UPS). Note: For the settings to be applied, we need to use the sudo command. This means you&#8217;ll have to have administrator access and will be required to enter your password. Don&#8217;t panic if characters don&#8217;t appear when you type the password, this is completely normal. Sudo doesn&#8217;t provide character feedback as to enhance security.</p>
<p>If we want to prevent the disk from going to sleep no matter what kind of power source we are using, we would enter the following: <code>sudo pmset -a disksleep 0</code>. If we want to, say, extend the disk sleep interval to an hour, we would enter the following: <code>sudo pmset -a disksleep 60</code>. Again, this will apply the changes no matter what kind of power source we are using and if the drive is not used for an hour, allow it sleep.</p>
<p>But say you want to prevent the disk from sleeping on AC, but also to extend the sleep interval to an hour when you are unplugged and running on your battery. Well, you would type the following in Terminal: <code>sudo pmset -c disksleep 0 -b disksleep 60</code>. </p>
<p>There is a lot more pmset can do for you, but if you just want to prevent your external disk from going to sleep so you can work without OS X waiting for your hardrive to spinup back up all the time, the above examples should suffice.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.szilveszter.ca/news/2009/prevent-hard-disk-drive-spindown-on-mac-os-x/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Palm Just a Bunch of Pirates, Arrrrr!</title>
		<link>http://www.szilveszter.ca/news/2009/palm-just-a-bunch-of-pirates-arrrr/</link>
		<comments>http://www.szilveszter.ca/news/2009/palm-just-a-bunch-of-pirates-arrrr/#comments</comments>
		<pubDate>Thu, 30 Jul 2009 22:46:29 +0000</pubDate>
		<dc:creator>William Szilveszter</dc:creator>
				<category><![CDATA[Apple Inc.]]></category>
		<category><![CDATA[Rants]]></category>

		<guid isPermaLink="false">http://www.szilveszter.ca/blog/?p=236</guid>
		<description><![CDATA[Everyone&#8217;s pretty familiar with the Palm Pre and its fabled iTunes support (unless you&#8217;ve been on Mars, in a cave, with your eyes shut, and your fingers in your ears). The release of the new Palm Pre saw native iTunes connectivity. Its users rejoiced. Apple (obviously) didn&#8217;t like Palm piggybacking off its baby (hey, Apple [...]]]></description>
			<content:encoded><![CDATA[<div><img src="http://www.szilveszter.ca/blog/wp-content/uploads/2009/07/palm-pre.jpg" alt="Palm Pre with iTunes" title="Palm Pre with iTunes" width="150" height="225" class="alignleft size-full wp-image-237" /></div>
<p>Everyone&#8217;s pretty familiar with the Palm Pre and its fabled iTunes support (unless you&#8217;ve been on Mars, in a cave, with your eyes shut, and your fingers in your ears). The release of the new Palm Pre saw native iTunes connectivity. Its users rejoiced. Apple (obviously) didn&#8217;t like Palm piggybacking off its baby (hey, Apple fanboy or no, they did put a ton of money and man-hours into their flagship program; you know the one that blew open online music sales?), so they released a new version blocking the Pre. Apple 1, Palm 0. A few days later, a new firmware update for the Pre was loosed on the disgruntled phone owners returning iTunes connectivity. Apple 1, Palm 1.</p>
<p>So now we wait. We wait for Apple to inevitably block the Pre with a probably much more advanced method. You see, the Pre used a hack the first time around. Apple blocked it by requiring that all devices present their God-given USB vendor ID. Palm fired back by spoofing the vendor ID to look just like an iPod. Clever? No, not really. And Nilay Patel (of Engadget fame) writes why, in an elegant and truly sound rundown of Palm&#8217;s &#8220;tactics.&#8221; You can hit up his post <a href="http://www.engadget.com/2009/07/30/editorial-palm-itunes-and-the-ties-that-dont-bind/">here</a>.</p>
<p>I was going to write a lengthy discussion about the debacle, but I think Patel has already said it all. Just a fantastic piece of journalism, from a very astute and down to earth reporter. I&#8217;m sure Pre owners aren&#8217;t going to line up to return their Pres over this situation any time soon, but I hope they remove themselves from the heat of the moment and see just what&#8217;s really is going on, and why companies shouldn&#8217;t conduct business in this way. That&#8217;s a two minute time-out for you Palm. And I want you to write a 500 word essay on why you think this is not how to conduct business.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.szilveszter.ca/news/2009/palm-just-a-bunch-of-pirates-arrrr/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft Stores Complete with Guru Bars?</title>
		<link>http://www.szilveszter.ca/news/2009/microsoft-stores-complete-with-guru-bars/</link>
		<comments>http://www.szilveszter.ca/news/2009/microsoft-stores-complete-with-guru-bars/#comments</comments>
		<pubDate>Sun, 26 Jul 2009 06:38:33 +0000</pubDate>
		<dc:creator>William Szilveszter</dc:creator>
				<category><![CDATA[Apple Inc.]]></category>

		<guid isPermaLink="false">http://www.szilveszter.ca/blog/?p=213</guid>
		<description><![CDATA[So you’ve heard of this? Microsoft is proposing to open Microsoft Stores (Apple Store clones, nearly down the the furniture). It’s a good move, but what are they going to line the shelves with? Copies of mice and Windows XP boxes? I kid. But truthfully, they don’t manufacture that many products. Oh, and keyboards—mice, Windows, [...]]]></description>
			<content:encoded><![CDATA[<div><img src="http://www.szilveszter.ca/blog/wp-content/uploads/2009/07/BALLMERasDrEvil.jpg" alt="Microsoft CEO, Steve Ballmer" title="Microsoft CEO, Steve Ballmer" width="120" height="150" class="alignleft size-full wp-image-212" /></div>
<p>So you’ve heard of <a href="http://gizmodo.com/5322328/leak-inside-the-microsoft-store-with-wall+sized-screens-and-the-answer-bar/gallery/">this</a>? Microsoft is proposing to open Microsoft Stores (Apple Store clones, nearly down the the furniture). It’s a good move, but what are they going to line the shelves with? Copies of mice and Windows XP boxes? I kid. But truthfully, they don’t manufacture that many products. Oh, and keyboards—mice, Windows, and keyboards. Maybe X-Boxes too? Have a gaming wing? Anyway, I digress.</p>
<p>Employees delivered a stirring PowerPoint, outlining the plan. Right away, I noticed a big problem: The PC. You know, the thing that actually runs Windows. Apple has the luxury of supporting their own hardware (as well as software). When a Mac user walks up to a Genius Bar at an Apple Store, the Apple Genius has express knowledge about the entire unit. Sadly, Microsoft “Gurus” won’t. There are plenty of PC makers who manufacture hardware—from Dell, HP, Toshiba, Acer, Asus, Sony, MSI, and more. While the operating system may be the same on all of them (read Windows XP and up), the hardware won’t be, and Microsoft is in no position to supply a repair. So if your Asus notebook won’t boot, what is a Microsoft Guru going to do for you? Refer you to the device manufacturer? That’s going to upset a lot of people. I mean, I can do that myself. Why did I visit a Microsoft store if they&#8217;re only going to transfer my problem to another company? People won’t like that. No one likes to be transferred. It’s upsetting. People want to leave with a repair or a new product, not the run-around.</p>
<p><span id="more-213"></span></p>
<p>Walking into an Apple Store, you get full service under one roof. If there is a hardware failure, they can service the unit for you. No need to go anywhere else. Because Apple manufacturers both the hardware and the software to run it, they are in an optimal position to please the customer. Microsoft makes an operating system (okay and a gaming station and some peripherals). But it doesn’t manufacture (or have any connection with) the hardware. It just so happens that PC manufacturers chose to install said operating system on their products (they could just as well—and have—install a competitor like Linux).</p>
<p>Sadly, let&#8217;s add further to the confusion: 99% of PCs sold on the market have a big sticker declaring “Designed for Windows”, blurring even further the distinction between Microsoft and the PC. A general user may wonder why the Microsoft Guru can&#8217;t fix his Toshiba when 3 stickers on the face scream Microsoft, Microsoft, Microsoft!</p>
<p>Setting up these Guru Bars are great on conceptual paper (and I imagine squirmy stockholders that haren&#8217;t too happy about the <a href="http://news.bbc.co.uk/2/hi/business/8166262.stm">profit reports</a>), but they fail miserably when you run them through the “real life simulator.” Again, Microsoft is going to butcher this endeavour because they are just incredibly myopic (baffling at times, I know). Success is not based on ideas alone, but the actual implementation of those ideas, and that&#8217;s what this company just can&#8217;t seem to grasp (baffling at times, I know). They mimic the successful company only to a superficial degree. No wonder the Redmond Giant is wobbling&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.szilveszter.ca/news/2009/microsoft-stores-complete-with-guru-bars/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mac OS X Leopard: New Kitty Has Claws</title>
		<link>http://www.szilveszter.ca/news/2007/the-kittys-got-claws/</link>
		<comments>http://www.szilveszter.ca/news/2007/the-kittys-got-claws/#comments</comments>
		<pubDate>Sun, 28 Oct 2007 09:26:50 +0000</pubDate>
		<dc:creator>William Szilveszter</dc:creator>
				<category><![CDATA[Apple Inc.]]></category>

		<guid isPermaLink="false">http://www.szilveszter.ca/blog/?p=6</guid>
		<description><![CDATA[October 26th, 2007 came and went. There was no cure for cancer. No sign of world peace. No apocalypse. But if you owned a Mac, or were awaiting for one in the mail, you were counting down the minutes to 6:00 PM. Why? Because of Apple&#8217;s new operating system: Mac OS 10.5., ebulliently dubbed Leopard. [...]]]></description>
			<content:encoded><![CDATA[<div><img src='http://www.szilveszter.ca/blog/wp-content/uploads/2008/05/apple-leopard.jpg' alt='Apple OS X Leopard' class="alignleft" /></div>
<p>October 26th, 2007 came and went. There was no cure for cancer. No sign of world peace. No apocalypse. But if you owned a Mac, or were awaiting for one in the mail, you were counting down the minutes to 6:00 PM. Why? Because of Apple&#8217;s new operating system: Mac OS 10.5., ebulliently dubbed Leopard.</p>
<p>Leopard is a progressive step to a better operating system. It boast improvements galore (Apple claims 300+), everything from the new unified interface, to the new Quick Look feature. Apple has put down the gauntlet to anyone in the operating system (hint, Microsoft) and has shown them what it really means to love your customers. To help them work faster, better, and smarter.</p>
<p>This love is apparent from the first screen and grows as each new feature is uncovered by the end-user. Again, Apple&#8217;s pedantic nature shines through, like some monolithic beacon of hope for all of us that suffer from perfectionism. Down to the icons, Apple takes great care in crafting its products, and Leopard is no exception.</p>
<p>If you have a Mac, do yourself a favour and pick up a copy. If you are one of the many idling on a PC, go and have a good cry&#8230; then buy yourself a Mac.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.szilveszter.ca/news/2007/the-kittys-got-claws/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk (enhanced)
Database Caching 1/33 queries in 0.030 seconds using disk
Object Caching 368/433 objects using disk

Served from: www.szilveszter.ca @ 2010-09-09 13:56:22 -->