<?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>Ask a Macologist</title>
	<atom:link href="http://www.themacstore.com/mac-help/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.themacstore.com/mac-help</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Fri, 06 Apr 2012 23:15:53 +0000</lastBuildDate>
	
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Flashback Trojan Virus</title>
		<link>http://www.themacstore.com/mac-help/flashback-trojan-virus/</link>
		<comments>http://www.themacstore.com/mac-help/flashback-trojan-virus/#comments</comments>
		<pubDate>Fri, 06 Apr 2012 23:02:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[OS]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[antiviris]]></category>
		<category><![CDATA[flashback trojan]]></category>
		<category><![CDATA[mac virus]]></category>
		<category><![CDATA[malware]]></category>
		<category><![CDATA[virus]]></category>

		<guid isPermaLink="false">http://www.themacstore.com/mac-help/?p=139</guid>
		<description><![CDATA[ Ah! It’s a virus and it’s attacking Macs!!! Now hold on to your hats, cuz we’re going in.  Semantics aside, this malware Trojan “Flashback” has infected over half a million Macs worldwide according Doctor Web, a Russian anti-virus vendor. Our Macologists have hashed it out and have some recommendations. Installing an antivirus software [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.themacstore.com/mac-help/"><img class="alignleft" style="padding:10px;" title="Macvirus" src="http://www.themacstore.com/img/mac_virus.jpg" alt="the mac store" width="420" height="275" /></a> Ah! It’s a virus and it’s attacking Macs!!! Now hold on to your hats, cuz we’re going in.  Semantics aside, this malware Trojan “Flashback” has infected over half a million Macs worldwide according Doctor Web, a Russian anti-virus vendor. Our <a href="”">Macologists</a> have hashed it out and have some recommendations. Installing an antivirus software should be your first course of action. We recommend <a href="”">ClamXav</a> because it is passive, and only runs if you want it to. For Business customers, Sophos is an excellent option. <a href="”http://www.sophos.com/en-us/products/free-tools/sophos-antivirus-for-mac-home-edition.aspx”">Sophos</a> makes a home edition that Mac users can download for free and is great for users looking for slightly more peace of mind than normal software updates provide. Finally we also suggest MacScan, which is made by <a href="”">SecureMac</a> who solved the MacDefender issue. It also removes tracking cookies and doesn’t run all the time which frees up resources to let your Mac run at it’s best. The scheduler feature makes the MacScan worth the $30 onetime fee.  If you have any questions or concerns about the Flashback Trojan please come visit us at one of our <a href="”">Mac Store locations.</a> We would be happy to take a look at your Mac at our <a href="”">Helpdesk</a> to <a href="”">find out if it’s infected.</a> We will walk you through the proper course of action for your situation.  Mac OS X is not impenetrable, but compared to Windows based operating systems, the risks of Virus infection is minimal.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.themacstore.com/mac-help/flashback-trojan-virus/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Resolving File Permission Issues</title>
		<link>http://www.themacstore.com/mac-help/resolving-file-permission-issues/</link>
		<comments>http://www.themacstore.com/mac-help/resolving-file-permission-issues/#comments</comments>
		<pubDate>Wed, 15 Sep 2010 20:11:19 +0000</pubDate>
		<dc:creator>Macologist David G.</dc:creator>
				<category><![CDATA[Disk Utility]]></category>
		<category><![CDATA[Permissions]]></category>
		<category><![CDATA[Terminal]]></category>

		<guid isPermaLink="false">http://www.themacstore.com/mac-help/?p=124</guid>
		<description><![CDATA[A problem I see pretty commonly is one related to permissions on files that were restored from a Time Machine backup, migrated from another computer, or restored from a deleted User&#8217;s home folder that was then migrated to another machine.
Let&#8217;s say a customer has restored his data to a new hard drive or new Mac [...]]]></description>
			<content:encoded><![CDATA[<p>A problem I see pretty commonly is one related to permissions on files that were restored from a Time Machine backup, migrated from another computer, or restored from a deleted User&#8217;s home folder that was then migrated to another machine.</p>
<p>Let&#8217;s say a customer has restored his data to a new hard drive or new <a href="/macs/new_macs/">Mac computer</a> from a backup source. These restored files are unavailable due to permissions problems or ownership privileges on the files. The Get Info window cannot solve this issue as the needed options for fixing or changing the permissions are unavailable in Finder. What to do? Fix them in Disk Utility or Terminal!<span id="more-124"></span></p>
<h3>Disk Utility is a great tool</h3>
<p>For solving many permissions errors. It includes two important operations:<br />
• Verify<br />
• Repair Disk Permissions.</p>
<p>This operation will solve much of the customer&#8217;s issues with permissions, but if access problems persist, it might be necessary to change ownership of the files in Terminal.</p>
<h3>Using a sudo command</h3>
<p>Terminal allows the root user to change the ownership on a single file or recursively to all items in a folder. To do so, first navigate to the location of the file or folders on which you would like to change ownership using the cd command.</p>
<p>If the data is housed on the local User home folder, changing directories won&#8217;t be necessary. Then, use the command:</p>
<p><strong>sudo chown -R username:staff /Volume/volumename/username</strong></p>
<p>• where &#8220;username&#8221; is the short name for the account which you would like to use to access the data<br />
• Volumename is the location of the data on which permissions need repair.</p>
<p>The User will have to authenticate using the User&#8217;s admin account password before the action is applied to the file system.</p>
<p>It&#8217;s not always the best idea to change permissions in Terminal, but you may need to use it if Disk Utility &amp; Get Info can&#8217;t get the job done.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.themacstore.com/mac-help/resolving-file-permission-issues/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Comment and WIN!</title>
		<link>http://www.themacstore.com/mac-help/comment-and-win/</link>
		<comments>http://www.themacstore.com/mac-help/comment-and-win/#comments</comments>
		<pubDate>Fri, 30 Jul 2010 17:36:29 +0000</pubDate>
		<dc:creator>michael</dc:creator>
				<category><![CDATA[Mac Store]]></category>

		<guid isPermaLink="false">http://www.themacstore.com/mac-help/?p=105</guid>
		<description><![CDATA[Thanks to all the lovely folks over at Facebook, we&#8217;ve officially hit 6,000 fans! As promised, we&#8217;ve got a package of goodies ready to ship out to one lucky amigo.
 To enter: comment below with the number of artists in your iTunes Music library (or really, just drop any ol&#8217; comment in there   [...]]]></description>
			<content:encoded><![CDATA[<p>Thanks to all the lovely folks over at Facebook, <a href="http://www.facebook.com/TheMacStore">we&#8217;ve officially hit 6,000 fans!</a> As promised, we&#8217;ve got a package of goodies ready to ship out to one lucky amigo.</p>
<p> <strong>To enter:</strong> comment below with the number of artists in your iTunes Music library (or really, just drop any ol&#8217; comment in there <img src='http://www.themacstore.com/mac-help/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />   -and while you&#8217;re at it, please excuse my Photo-chop skills (or lack thereof &#8230;)</p>
<p><a href="http://www.themacstore.com/img/mac_store_giveaway_goodies.jpg"><img class="alignright" title="Mac Store Giveaway Goodies" src="http://www.themacstore.com/img/mac_store_giveaway_goodies.jpg" alt="Mac Store Giveaway Goodies" width="373" height="319" /></a></p>
<p>What you get if ya win:<br />
&bull; 1 Contour Design, Pocket Sleeve for MacBook &#8211; $39.95<br />
&bull; 1 pair Skullcandy 50/50 Earbuds &#8211; $49.95<br />
&bull; 1 pair Altec Backbeat Classic Mobile Earbuds &#8211; $22.88<br />
&bull; 1 Booq Mamba Pack Backpack, Red &#8211; $99.99</p>
<p>One entry per person, per day. We&#8217;ll announce the winner Monday around noon, so for those of you with superior math skills, you can enter a total of 4 times (if you leave comments today, Saturday, Sunday and Monday before noon.)</p>
<p>As always &#8211; no purchase necessary. CSNW employees and partners are ineligible. Offer ends 8/02/2010 at 12PM PST.</p>
<p><a href="http://www.themacstore.com/pages/contest_rules">Full rules and conditions</a>.</p>
<p><b>Update:</b> Comments are now closed and a winner will be chosen.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.themacstore.com/mac-help/comment-and-win/feed/</wfw:commentRss>
		<slash:comments>33</slash:comments>
		</item>
		<item>
		<title>Resetting your Mac&#8217;s System Management Controller (SMC)</title>
		<link>http://www.themacstore.com/mac-help/resetting-your-macs-system-management-controller-smc/</link>
		<comments>http://www.themacstore.com/mac-help/resetting-your-macs-system-management-controller-smc/#comments</comments>
		<pubDate>Fri, 25 Jun 2010 22:33:55 +0000</pubDate>
		<dc:creator>Macologist Erik R.</dc:creator>
				<category><![CDATA[Laptop]]></category>
		<category><![CDATA[MacBook]]></category>
		<category><![CDATA[Troubleshooting]]></category>

		<guid isPermaLink="false">http://www.themacstore.com/mac-help/?p=82</guid>
		<description><![CDATA[The other day someone brought in a unibody 13&#8243; MacBook Pro with a noisy problem. Rather than the standard RAM tones (which is part of a standard self-test) this person&#8217;s MacBook Pro continuously beeped.
After checking for battery issues, it became clear that this issue may be resolved with an SMC reset.
SMC stands for &#8220;system management controller&#8221; [...]]]></description>
			<content:encoded><![CDATA[<p>The other day someone brought in a unibody 13&#8243; MacBook Pro with a noisy problem. Rather than the standard RAM tones (which is part of a standard self-test) this person&#8217;s MacBook Pro continuously beeped.</p>
<p>After checking for battery issues, it became clear that this issue may be resolved with an SMC reset.<span id="more-82"></span></p>
<p>SMC stands for &#8220;system management controller&#8221; and this little guy is responsible for many low-level functions on Intel-based Macs, such as responding when you press the power button, responding when you open and close the lid of your laptop, and sensing changes to ambient lighting.</p>
<p>It&#8217;s certainly possible that the SMC could encounter an issue that might cause strange behavior &#8211; much like the situation described above with the continuous beep. In these odd cases, resetting the SMC may be the only way to resolve an issue, however, an SMC reset should only be attempted after all other tried and true troubleshooting have been performed. If you&#8217;re at all uncomfortable with the proceedure feel free to make an <a href="/helpdesk/">appointment with our HelpDesk</a> folks &#8211; that&#8217;s why we&#8217;re here.</p>
<p><strong>Before You Reset Your SMC</strong></p>
<p>• Try each of the following steps in the order below before you reset the SMC. Make sure to test that the issue remains after completing each troubleshooting step.</p>
<p>• Press Command + Option + Escape to force quit any application that is not responding.</p>
<p>• Put your Mac to sleep by choosing the Apple () menu from the upper-left menu bar and then choosing Sleep. Wake the computer after it has gone to sleep.</p>
<p>• Restart your Mac by by choosing the Apple () menu from the upper-left menu bar and then choosing Restart.</p>
<p>• Shut down your Mac by by choosing the Apple () menu from the upper-left menu bar and then choosing Shut Down.</p>
<p>• If your Mac appears to be running normally but isn&#8217;t responding, force the computer to shut down by pressing and holding the power button for 10 seconds. Note: You will lose any unsaved work in any open applications.</p>
<p>For Mac portables experiencing issues related to the MagSafe power adapter and/or battery, try:</p>
<p>• Unplug the MagSafe power adapter from the Mac and the wall power socket for several seconds.</p>
<p>• Shutdown the Mac. Physically remove and re-insert the battery (if it&#8217;s removable) and startup the Mac.</p>
<p>• If the issue is still not resolved after following the troubleshooting items above, an SMC reset may be necessary.</p>
<p>• After performing normal troubleshooting, these symptoms may indicate that an SMC reset may be necessary:</p>
<h2>Resetting the SMC</h2>
<p>The process for resetting your SMC is slightly different for laptops with removable batteries v.s. non-removable, and desktops also have their own process. We&#8217;ve outlined the process for each below:</p>
<h3>SMC reset for Mac laptops with a removable battery</h3>
<p>• Shut down the computer.</p>
<p>• Disconnect the MagSafe power adapter from the computer, if it&#8217;s connected.</p>
<p>• Remove the battery.</p>
<p>• Press and hold the power button for 5 seconds.</p>
<p>• Release the power button.</p>
<p>• Reconnect the battery and MagSafe power adapter.</p>
<p>• Press the power button to turn on the computer.</p>
<h3>SMC reset for Mac laptops with non-removable batteries</h3>
<p>These include MacBook Pro (Early 2009) and later, all models of MacBook Air, and MacBook (Late 2009).</p>
<p>• Shut down the computer.</p>
<p>• Plug in the MagSafe power adapter to a power source, connecting it to the Mac if its not already connected.</p>
<p>• On the built-in keyboard, press the (left side) Shift-Control-Option keys and the power button at the same time.</p>
<p>• Release all the keys and the power button at the same time.</p>
<p>• Press the power button to turn on the computer.  Note: The LED on the MagSafe power adapter doesn&#8217;t change states or temporarily turn-off when you reset the SMC.</p>
<h3>SMC reset for Mac Pro, Intel-based iMac, Intel-based Mac mini, or Intel-based Xserve</h3>
<p>• Shut down the computer.</p>
<p>• Unplug the computer&#8217;s power cord.</p>
<p>• Press and hold the power button for 5 seconds.</p>
<p>• Release the power button.</p>
<p>• Attach the computers power cable.</p>
<p>• Press the power button to turn on the computer.</p>
<p>So there you have it, a full breakdown of SMC resets for most late-model Mac computers. The next time your MacBook Pro  starts beeping through the night you&#8217;ll know where to turn for the answer. <img src='http://www.themacstore.com/mac-help/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.themacstore.com/mac-help/resetting-your-macs-system-management-controller-smc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to: troubleshoot iPod touch apps which close after opening.</title>
		<link>http://www.themacstore.com/mac-help/how-to-troubleshoot-ipod-touch-apps-which-close-after-opening/</link>
		<comments>http://www.themacstore.com/mac-help/how-to-troubleshoot-ipod-touch-apps-which-close-after-opening/#comments</comments>
		<pubDate>Mon, 24 May 2010 21:19:50 +0000</pubDate>
		<dc:creator>Macologist Michael J.</dc:creator>
				<category><![CDATA[Apps]]></category>
		<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[iPod]]></category>

		<guid isPermaLink="false">http://www.themacstore.com/mac-help/?p=68</guid>
		<description><![CDATA[Quite often we&#8217;ll get folks asking about iPod touch apps which close right after opening. These apps won&#8217;t get past the opening screen, and it frustrates a lot of people. These are often non-OS standard apps, and rest assured, there is a way to troubleshoot your iPod touch to get things working again.
Step 1 &#8211; [...]]]></description>
			<content:encoded><![CDATA[<p>Quite often we&#8217;ll get folks asking about iPod touch apps which close right after opening. These apps won&#8217;t get past the opening screen, and it frustrates a lot of people. These are often non-OS standard apps, and rest assured, there is a way to troubleshoot your iPod touch to get things working again.<span id="more-68"></span></p>
<p><a><strong>Step 1 &#8211; Deauthorize and reauthorize your computer</strong></a></p>
<p><a><strong> </strong></a>Before you attempt any of these these steps, grab a fresh back up of your  device&#8217;s apps and files using iTunes. You could lose data if you don&#8217;t back things up &#8211; so do it first!</p>
<p>1. Connect your device to a computer and open iTunes.</p>
<p>2. In iTunes, select your device in the left-hand column and then  click the Applications tab. Verify that Sync Applications is checked.</p>
<p>3. Choose <strong>Store &gt; Deauthorize Computer</strong> from the  menu bar. Enter your iTunes Store account and password, and then click  Deauthorize.</p>
<p>4. Click Sync in the lower-right to sync your device. When  prompted, select Don&#8217;t Authorize. This will remove all applications and  other iTunes Store content from the device.</p>
<p><strong>5. Note:</strong> You may see this prompt more than once.  Select Don&#8217;t Authorize each time</p>
<p>6. When the sync is complete, choose <strong>Store &gt; Authorize  Computer</strong> from the menu bar. Enter your iTunes Store account and  password, and then click Authorize.</p>
<p>7. Sync your applications and content from iTunes to the device.</p>
<p><a><strong>Step 2 &#8211; </strong></a><a><strong>Check for updates</strong></a></p>
<p><a><strong> </strong></a>Make sure you&#8217;ve have the latest version of iTunes installed. You can  <a href="http://www.apple.com/itunes/download/">download and install the  latest version of iTunes here.</a> You should also check to see if there  are any updates available for your application, installing the update  may help to resolve any issues you may be experiencing. When checking  for updates or newer versions of your application, make sure you are  downloading the correct version for your device.</p>
<p><a><strong>Step 3 &#8211; Reinstall the application</strong></a></p>
<p><a><strong> </strong></a>Remove the application from your device and your iTunes library.</p>
<p>To remove an App Store application from your device:</p>
<p>1. Touch and hold any application icon on the Home Screen until the  icons start to wiggle.</p>
<p>2. Tap the &#8220;x&#8221; in the corner of the application you want to delete.</p>
<p>3. Tap Delete to remove the application and all of its data from  your device.</p>
<p>4. Press the Home button to save your arrangement.</p>
<p>To remove an App Store application from your iTunes library:</p>
<p>1. Click on Applications from the left-hand column of the iTunes  window.</p>
<p>2. Locate the application and either right-click or Control-click  and choose <strong>Delete</strong> from the shortcut menu.</p>
<p>3. Select <strong>Remove</strong> when asked if you want to remove  the selected application from your iTunes library.</p>
<p>4. Select <strong>Move to Trash </strong>when asked if you want to  move the selected application to the Trash or Recycle Bin.</p>
<p>To download the application to your device or computer again:</p>
<p>1. Go to the App Store on your device or in iTunes.</p>
<p>2. Make sure you are signed in with the same account used for the  original purchase.</p>
<p>3. Locate the application and click the &#8220;Buy App&#8221; button or tap the  price on the device.</p>
<p>4. You will then see a dialog similar to one of the two below.</p>
<p>Redownloading from your computer you will see a prompt which says&#8221; You have already downloaded this time. To download it again for free, select OK.&#8221; Select OK to redownload the app.</p>
<p>Redownloading from your device you will see a prompt which says &#8220;You have already purchased this item. To download it again for free, select OK.&#8221; Select OK to redownload the app to your device.</p>
<p><strong>Note:</strong> If you are rebilled for your download you can report the issue to Apple. If you are still having difficulty using a  particular application, try downloading a different free application  from the App Store.</p>
<p>That should do it! If the app still isn&#8217;t functioning properly you can <a href="http://support.apple.com/kb/TS1702">report that to Apple here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.themacstore.com/mac-help/how-to-troubleshoot-ipod-touch-apps-which-close-after-opening/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What to do when a flashing folder appears when you start your Mac.</title>
		<link>http://www.themacstore.com/mac-help/what-to-do-when-a-flashing-folder-appears-when-you-start-your-mac/</link>
		<comments>http://www.themacstore.com/mac-help/what-to-do-when-a-flashing-folder-appears-when-you-start-your-mac/#comments</comments>
		<pubDate>Tue, 11 May 2010 21:18:23 +0000</pubDate>
		<dc:creator>Macologist Mona W.</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[OS]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.themacstore.com/mac-help/?p=62</guid>
		<description><![CDATA[If your Mac is flashing a folder at you on start up, it likely needs a reminder as to where that start-up software is.
• Put in your install disk, let the computer start from that.
• Go past the Languages screen on the install and choose disk utilities from the utility menu at the top.
• Select [...]]]></description>
			<content:encoded><![CDATA[<p>If your Mac is flashing a folder at you on start up, it likely needs a reminder as to where that start-up software is.</p>
<p>• <strong>Put in your install disk</strong>, let the computer start from that.</p>
<p>• <strong>Go past the Languages screen</strong> on the install and choose disk utilities from the utility menu at the top.</p>
<p>• <strong>Select your Macintosh HD</strong> from the list on the left.  Repair permissions first then select repair disk.</p>
<p>• <strong>If the disk is not repairable you may need another utility</strong> such as Disk Warrior to repair.  (We sell Disk Warrior at the Mac Store and it is an excellent investment for anyone with a Mac computer. We use it ourselves at our Help Desks and our Repair Center.</p>
<p>• <strong>After repairing retry booting</strong> the computer.</p>
<p>If this solves your problems, great !  If not you may need to either call tech support or make a help desk appointment for a software fix or diagnosis. If you are want to try a software repair yourself then do an archive and install from the install disk.  This will leave your information intact but replaces the operating system.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.themacstore.com/mac-help/what-to-do-when-a-flashing-folder-appears-when-you-start-your-mac/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To: Reset Your Mac&#8217;s Printing System</title>
		<link>http://www.themacstore.com/mac-help/how-to-reset-your-macs-printing-system/</link>
		<comments>http://www.themacstore.com/mac-help/how-to-reset-your-macs-printing-system/#comments</comments>
		<pubDate>Tue, 27 Apr 2010 19:20:54 +0000</pubDate>
		<dc:creator>Macologist Jesse H.</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[Printing]]></category>

		<guid isPermaLink="false">http://www.themacstore.com/mac-help/?p=59</guid>
		<description><![CDATA[A printer can be a big headache when it stops working properly.  If you&#8217;ve tried everything in the manual and it&#8217;s still misbehaving, you might want to try to reset the printing system.
In earlier versions of Mac OS X, this could be done from a simple menu option in the Printer Setup Utility, but that [...]]]></description>
			<content:encoded><![CDATA[<p>A printer can be a big headache when it stops working properly.  If you&#8217;ve tried everything in the manual and it&#8217;s still misbehaving, you might want to try to reset the printing system.</p>
<p>In earlier versions of Mac OS X, this could be done from a simple menu option in the Printer Setup Utility, but that utility is no longer around in 10.6 Snow Leopard.  Luckily it can still be done &#8212; the feature is just hidden.<span id="more-59"></span></p>
<p><strong>Be warned</strong> &#8212; this will make your computer &#8220;forget&#8221; all printers and printer settings you&#8217;ve set up.  You&#8217;ll have to add the printer to your printer list again as you did when you first connected it.</p>
<p>Head to System Preferences; you can get there by choosing &#8220;System Preferences…&#8221; under the Apple-icon menu in the top left.</p>
<p>In System Preferences, choose &#8220;Print &amp; Fax&#8221;.</p>
<p>You should see a column on the left with a list of the printers you&#8217;ve set up.  Hold &#8220;control&#8221; on your keyboard while clicking on this list.  You should see a selection to &#8220;Reset Printing System…&#8221;  Choose this.</p>
<p>You will be warned that this will delete all printer queues and pending print jobs.  If this is alright, click OK.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.themacstore.com/mac-help/how-to-reset-your-macs-printing-system/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to move an iTunes library to an external drive.</title>
		<link>http://www.themacstore.com/mac-help/how-to-move-an-itunes-library-to-an-external-drive/</link>
		<comments>http://www.themacstore.com/mac-help/how-to-move-an-itunes-library-to-an-external-drive/#comments</comments>
		<pubDate>Wed, 21 Apr 2010 23:31:00 +0000</pubDate>
		<dc:creator>Macologist Jesse H.</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[iTunes]]></category>

		<guid isPermaLink="false">http://www.themacstore.com/mac-help/?p=51</guid>
		<description><![CDATA[By default, iTunes likes to sort, organize, and manage your music files and folders for you.  This is really convenient &#8212; who wants to make a new folder for every album and type out the name of every song when they get new music?
But since iTunes organizes and keeps track of your music, it can [...]]]></description>
			<content:encoded><![CDATA[<p>By default, iTunes likes to sort, organize, and manage your music files and folders for you.  This is really convenient &#8212; who wants to make a new folder for every album and type out the name of every song when they get new music?<span id="more-51"></span><br />
But since iTunes organizes and keeps track of your music, it can be pretty fickle about where that music lives.  It&#8217;s easy to confuse iTunes by moving files around manually &#8212; if the music isn&#8217;t where iTunes thinks it is, they won&#8217;t play, and you&#8217;ll get the dreaded little &#8220;!&#8221; next to your songs.</p>
<p>The problem is, our music libraries get bigger and bigger, and a lot of us outgrow the space we&#8217;ve got in our <a href="/">Mac computers</a>. An external hard drive is a great option &#8212; it can give us tons more room to grow our music collections… but how do we move our music over without making iTunes go crazy?</p>
<p>The good news is there&#8217;s a pretty foolproof way to do it, but it might be the opposite of how you&#8217;d expect.  Instead of moving the files over ourselves, and then pointing iTunes to the new location, we actually point iTunes to the new location first, and then tell it to &#8220;pull&#8221; everything over.  The best part is, this way we don&#8217;t lose our playlists, ratings, album art, and all the other &#8220;extra&#8221; stuff.  Here&#8217;s how to do it, step by step.</p>
<p><strong>1) Connect your external hard drive</strong>, and wait for it to appear on the desktop.</p>
<p><strong>2) In iTunes, open up your Preferences</strong> (under the &#8220;iTunes&#8221; menu).  Head over to the &#8220;Advanced&#8221; section.</p>
<p><strong>3) Make sure you have a checkmark</strong> next to &#8220;Keep iTunes Media folder organized&#8221;.</p>
<p><strong>4) Under &#8220;iTunes Media folder location&#8221;</strong> you&#8217;ll see the &#8220;path&#8221; to the folder that holds all your music on your hard drive.  It will probably look something like:<br />
/Users/jesse/Music/iTunes/iTunes Music</p>
<p><strong>5) To the right of this, there is a &#8220;Change…&#8221; button.  Click it.</strong></p>
<p><strong>6) Now you&#8217;ll be prompted to choose a new folder</strong> to keep your music in.  Select your external hard drive &#8212; make a new folder just for the music if you want to keep everything tidy &#8212; and click &#8220;Choose&#8221;.  Now you can close the Preferences window by clicking &#8220;OK&#8221; in the bottom-right.</p>
<p><strong>7) Finally, you&#8217;ll tell iTunes to &#8220;pull&#8221; your music to its new home. </strong>On the newest version of iTunes, you&#8217;ll go to the File menu, and under &#8220;Library&#8221;, choose &#8220;Organize Library&#8221;.  Here, you&#8217;ll select &#8220;Consolidate files&#8221;, and click &#8220;OK&#8221;.</p>
<p>Depending on how much music you have, this can take anywhere from a few minutes to an hour or more.  Once it&#8217;s done, iTunes will automatically be keeping everything on your external drive.  Even new music you buy, download, or import will be added to the appropriate location on the external drive.</p>
<p>Be careful! If you open iTunes without that external drive connected, iTunes won&#8217;t be able to find your music and will ask if you want to start a new library from scratch.  If this happens, be sure to click &#8220;Cancel&#8221; and connect the external drive before opening iTunes again.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.themacstore.com/mac-help/how-to-move-an-itunes-library-to-an-external-drive/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mac Tip: Quick screen zoom with your Mac.</title>
		<link>http://www.themacstore.com/mac-help/mac-tip-quick-screen-zoom-with-your-mac/</link>
		<comments>http://www.themacstore.com/mac-help/mac-tip-quick-screen-zoom-with-your-mac/#comments</comments>
		<pubDate>Thu, 08 Apr 2010 16:44:30 +0000</pubDate>
		<dc:creator>Macologist Jesse H.</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[Tips & Tricks]]></category>

		<guid isPermaLink="false">http://www.themacstore.com/mac-help/?p=37</guid>
		<description><![CDATA[If you ever want to get a closer look at something on your computer screen, there&#8217;s a quick way to zoom in on whatever you&#8217;re pointing at.
First, make sure &#8220;Zoom&#8221; is enabled by going to System Preferences and clicking on &#8220;Universal Access&#8221;.  Make sure &#8220;Zoom&#8221; is set to &#8220;On&#8221;. Now, zooming in on wherever you&#8217;re [...]]]></description>
			<content:encoded><![CDATA[<p>If you ever want to get a closer look at something on your computer screen, there&#8217;s a quick way to zoom in on whatever you&#8217;re pointing at.</p>
<p>First, make sure &#8220;Zoom&#8221; is enabled by going to System Preferences and clicking on &#8220;Universal Access&#8221;.  Make sure &#8220;Zoom&#8221; is set to &#8220;On&#8221;. Now, zooming in on wherever you&#8217;re pointing is incredibly easy.</p>
<p><img width="400px" alt="Mac Zoom Dialog Box" src="/img/mac_zoom_shortcut.gif" /></p>
<p><em>On a laptop</em>: hold the control button on your keyboard, and do the &#8220;scroll&#8221; gesture: two fingers on the trackpad, moving up &amp; down to zoom in &amp; out.</p>
<p><em>On a desktop:</em> hold the control button on your keyboard, and use the scroll wheel (or scroll ball) on your mouse to zoom in and out.  This also works on the Mighty Mouse: just brush your finger up and down where a scroll wheel would normally be.</p>
<p>You can even fine-tune how your screen follows the cursor when zoomed in.  Under &#8220;Universal Access&#8221; just click &#8220;Options…&#8221; next to &#8220;Zoom&#8221; and try out the different modes.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.themacstore.com/mac-help/mac-tip-quick-screen-zoom-with-your-mac/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to eject a disk that&#8217;s stuck in your Mac.</title>
		<link>http://www.themacstore.com/mac-help/how-to-eject-a-disk-thats-stuck-in-your-mac/</link>
		<comments>http://www.themacstore.com/mac-help/how-to-eject-a-disk-thats-stuck-in-your-mac/#comments</comments>
		<pubDate>Mon, 22 Mar 2010 23:46:08 +0000</pubDate>
		<dc:creator>Macologist Jesse H.</dc:creator>
				<category><![CDATA[Disk Drives]]></category>
		<category><![CDATA[How To]]></category>

		<guid isPermaLink="false">http://www.themacstore.com/mac-help/?p=27</guid>
		<description><![CDATA[Sometimes your Mac might not want to give up the CD or DVD in its disc drive.  Unfortunately, this annoyance can be caused by a variety of things, and if you&#8217;ve got a stubborn disc, try the following tricks:
• Restart your computer. While it&#8217;s restarting, hold the mouse button (or trackpad button) down.  Keep holding [...]]]></description>
			<content:encoded><![CDATA[<p>Sometimes your Mac might not want to give up the CD or DVD in its disc drive.  Unfortunately, this annoyance can be caused by a variety of things, and if you&#8217;ve got a stubborn disc, try the following tricks:</p>
<p>• <strong>Restart your computer.</strong> While it&#8217;s restarting, hold the mouse button (or trackpad button) down.  Keep holding it while the computer chimes and boots up.  If it boots all the way without ejecting the disk, try the same thing again, but this time holding the &#8220;eject&#8221; key (or F12 if you don&#8217;t have an &#8220;eject&#8221; key).</p>
<p>• <strong>If you have a laptop, try holding it sideways</strong> with the disc slot facing downward while you eject the disc, so you&#8217;re working with gravity.</p>
<p>• <strong>If you&#8217;re comfortable using the command line, open up the Terminal application</strong> and type the following and then hit Return: &#8220;drutil eject&#8221;</p>
<p>Sometimes the disc is stuck because it was the wrong size for the drive (make sure you don&#8217;t use miniature discs!) or because a second disc was accidentally inserted when one was already in there.</p>
<p>Attempting to &#8220;pry&#8221; a disc out is rarely successful, since drives are designed to hold discs tightly even when the computer is moved around. If the disc is physically wedged or trapped in the drive, it&#8217;s best to let a technician disassemble the unit.  This can minimize further damage to the disc and to the drive itself.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.themacstore.com/mac-help/how-to-eject-a-disk-thats-stuck-in-your-mac/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

