<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" version="2.0">

<channel>
	<title>Apple Tidbits</title>
	
	<link>http://www.appletidbits.com/articles</link>
	<description>Apple history unbound</description>
	<pubDate>Fri, 22 May 2009 01:16:10 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/AppleTidbits" type="application/rss+xml" /><item>
		<title>Putting your Mac’s screen to sleep</title>
		<link>http://www.appletidbits.com/articles/tips/putting-your-macs-screen-to-sleep/</link>
		<comments>http://www.appletidbits.com/articles/tips/putting-your-macs-screen-to-sleep/#comments</comments>
		<pubDate>Fri, 22 May 2009 01:15:58 +0000</pubDate>
		<dc:creator>andrew</dc:creator>
		
		<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://www.appletidbits.com/articles/?p=118</guid>
		<description><![CDATA[Instead of waiting for your Mac&#8217;s display to sleep as set in the energy saver system preference you can instantly tell your Mac to turn it off.
Press shift + control + eject and the display will sleep without the computer entering sleep mode.
]]></description>
			<content:encoded><![CDATA[<p>Instead of waiting for your Mac&#8217;s display to sleep as set in the energy saver system preference you can instantly tell your Mac to turn it off.</p>
<p>Press <em>shift + control + eject </em>and the display will sleep without the computer entering sleep mode.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.appletidbits.com/articles/tips/putting-your-macs-screen-to-sleep/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Mounting disk images on the CLI</title>
		<link>http://www.appletidbits.com/articles/tips/mounting-disk-images-on-the-cli/</link>
		<comments>http://www.appletidbits.com/articles/tips/mounting-disk-images-on-the-cli/#comments</comments>
		<pubDate>Wed, 25 Mar 2009 05:40:17 +0000</pubDate>
		<dc:creator>andrew</dc:creator>
		
		<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://www.appletidbits.com/articles/?p=108</guid>
		<description><![CDATA[Simply use:
hdiutil attach /path/to/image.dmg
Change attach to detach when finished with the image.
]]></description>
			<content:encoded><![CDATA[<p>Simply use:</p>
<p><code>hdiutil attach /path/to/image.dmg</code></p>
<p>Change <em>attach</em> to <em>detach</em> when finished with the image.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.appletidbits.com/articles/tips/mounting-disk-images-on-the-cli/feed/</wfw:commentRss>
		</item>
		<item>
		<title>23 Nov 2008: New iPod’s added</title>
		<link>http://www.appletidbits.com/articles/site-updates/23-nov-2008-new-ipods-added/</link>
		<comments>http://www.appletidbits.com/articles/site-updates/23-nov-2008-new-ipods-added/#comments</comments>
		<pubDate>Sun, 23 Nov 2008 05:00:12 +0000</pubDate>
		<dc:creator>andrew</dc:creator>
		
		<category><![CDATA[Site updates]]></category>

		<guid isPermaLink="false">http://www.appletidbits.com/articles/site-updates/23-nov-2008-new-ipods-added/</guid>
		<description><![CDATA[The complete refresh of the iPod range (Shuffle, Nano, Touch and Classic) was added to the iPod specification database including the iPhone 3G.
]]></description>
			<content:encoded><![CDATA[<p>The complete refresh of the iPod range (<a href="http://www.appletidbits.com/ipoddbspec.php?display=65">Shuffle</a>, <a href="http://www.appletidbits.com/ipoddbspec.php?display=67">Nano</a>, <a href="http://www.appletidbits.com/ipoddbspec.php?display=69">Touch</a> and <a href="http://www.appletidbits.com/ipoddbspec.php?display=72">Classic</a>) was added to the iPod specification database including the <a href="http://www.appletidbits.com/ipoddbspec.php?display=63">iPhone 3G</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.appletidbits.com/articles/site-updates/23-nov-2008-new-ipods-added/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Eject tray from the terminal</title>
		<link>http://www.appletidbits.com/articles/tips/eject-tray-from-the-terminal/</link>
		<comments>http://www.appletidbits.com/articles/tips/eject-tray-from-the-terminal/#comments</comments>
		<pubDate>Sat, 01 Nov 2008 21:39:24 +0000</pubDate>
		<dc:creator>andrew</dc:creator>
		
		<category><![CDATA[Tips]]></category>

		<category><![CDATA[cd eject]]></category>

		<category><![CDATA[dvd eject]]></category>

		<category><![CDATA[fun]]></category>

		<category><![CDATA[prank]]></category>

		<category><![CDATA[terminal]]></category>

		<guid isPermaLink="false">http://www.appletidbits.com/articles/tips/eject-tray-from-the-terminal/</guid>
		<description><![CDATA[Simple:
drutil tray open
Try close, or for fun make a script to do:
drutil tray open
sleep 1
drutil tray close
]]></description>
			<content:encoded><![CDATA[<p>Simple:</p>
<pre>drutil tray open</pre>
<p>Try close, or for fun make a script to do:</p>
<pre>drutil tray open
sleep 1
drutil tray close</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.appletidbits.com/articles/tips/eject-tray-from-the-terminal/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Stop offering to go back in time</title>
		<link>http://www.appletidbits.com/articles/tips/stop-offering-to-go-back-in-time/</link>
		<comments>http://www.appletidbits.com/articles/tips/stop-offering-to-go-back-in-time/#comments</comments>
		<pubDate>Wed, 02 Jul 2008 04:45:18 +0000</pubDate>
		<dc:creator>andrew</dc:creator>
		
		<category><![CDATA[Tips]]></category>

		<category><![CDATA[disable]]></category>

		<category><![CDATA[mac os x]]></category>

		<category><![CDATA[time machine]]></category>

		<guid isPermaLink="false">http://www.appletidbits.com/articles/tips/stop-offering-to-go-back-in-time/</guid>
		<description><![CDATA[Ever get sick of those pesky offers of enabling Mac OS X 10.5&#8217;s time machine feature on removable disks? Type the following command into a terminal window and you will only be kept in the present.
defaults write com.apple.TimeMachine DoNotOfferNewDisksForBackup -bool YES
Use NO to turn offers back on.
]]></description>
			<content:encoded><![CDATA[<p>Ever get sick of those pesky offers of enabling Mac OS X 10.5&#8217;s time machine feature on removable disks? Type the following command into a terminal window and you will only be kept in the present.</p>
<p><code>defaults write com.apple.TimeMachine DoNotOfferNewDisksForBackup -bool YES</code></p>
<p>Use NO to turn offers back on.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.appletidbits.com/articles/tips/stop-offering-to-go-back-in-time/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Really really big icons</title>
		<link>http://www.appletidbits.com/articles/tips/really-really-big-icons/</link>
		<comments>http://www.appletidbits.com/articles/tips/really-really-big-icons/#comments</comments>
		<pubDate>Sun, 08 Jun 2008 12:42:30 +0000</pubDate>
		<dc:creator>andrew</dc:creator>
		
		<category><![CDATA[Tips]]></category>

		<category><![CDATA[copy icons]]></category>

		<category><![CDATA[icons]]></category>

		<category><![CDATA[mac os x]]></category>

		<guid isPermaLink="false">http://www.appletidbits.com/articles/tips/really-really-big-icons/</guid>
		<description><![CDATA[Ever think that one of the Mac OS X icons is just really cool and could look good in a document? A whole bunch of icons both old school and new are stored in the CoreTypes.bundle that lives inside /System/Library/CoreServices/. Simply right click and select show package contents to navigate to the resources folder where [...]]]></description>
			<content:encoded><![CDATA[<p>Ever think that one of the Mac OS X icons is just really cool and could look good in a document? A whole bunch of icons both old school and new are stored in the CoreTypes.bundle that lives inside /System/Library/CoreServices/. Simply right click and select show package contents to navigate to the resources folder where you can copy any of the vast array of icons available.</p>
<p align="center"><a href="http://www.appletidbits.com/articles/wp-content/uploads/2008/06/home.png" title="Mac OS X home icon"><img src="http://www.appletidbits.com/articles/wp-content/uploads/2008/06/home.png" alt="Mac OS X home icon" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.appletidbits.com/articles/tips/really-really-big-icons/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Taking screenshots in Mac OS X</title>
		<link>http://www.appletidbits.com/articles/tips/taking-screenshots-in-mac-os-x/</link>
		<comments>http://www.appletidbits.com/articles/tips/taking-screenshots-in-mac-os-x/#comments</comments>
		<pubDate>Sat, 29 Mar 2008 00:38:12 +0000</pubDate>
		<dc:creator>andrew</dc:creator>
		
		<category><![CDATA[Tips]]></category>

		<category><![CDATA[mac os x]]></category>

		<category><![CDATA[screenshot]]></category>

		<guid isPermaLink="false">http://www.appletidbits.com/articles/tips/taking-screenshots-in-mac-os-x/</guid>
		<description><![CDATA[Built right into Mac OS X is the ability to take screenshots. The feature is accessed by simple key commands to take a picture of exactly what was displayed on your screen.
The most basic key command is command + shift + 3. A file will be saved on your desktop generally called Picture 1, Picture [...]]]></description>
			<content:encoded><![CDATA[<p>Built right into Mac OS X is the ability to take screenshots. The feature is accessed by simple key commands to take a picture of exactly what was displayed on your screen.</p>
<p>The most basic key command is <em>command + shift + 3</em>. A file will be saved on your desktop generally called Picture 1, Picture 2. To take a screenshot of a select area of the screen, <em>press 4</em> instead of 3. A lesser known key command to take a screenshot of a specific item - a window, icon, the dock, the menu bar - can be performed by <em>pressing space bar immediately after</em> command + shift + 4. The cursor will change from the cross hair for selecting an area, to a camera and the outline of the object the command will capture.</p>
<p>All of the aforementioned commands will create a file on your desktop. To copy the screenshot directly to the clipboard <em>hold down control</em> while performing the key commands.</p>
<p>Included is a list of the key commands and their function:</p>
<ul>
<li>command + shift + 3    - take a screenshot of the entire screen and save it to the desktop;</li>
<li><em>command + shift + control + 3    - take screenshot a picture of the entire screen to the clipboard;</em></li>
<li>command + shift + 4    - take a screenshot of a selection and save it to the desktop;</li>
<li><em>command + shift + control + 4    - take a screenshot of a selection to the clipboard;</em></li>
<li>command + shift + 4 and then press space    - take a screenshot of an object and save it to the desktop</li>
<li><em>command+ shift + control + 4 and then press space    - take a screenshot of an object to the clipboard.</em></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.appletidbits.com/articles/tips/taking-screenshots-in-mac-os-x/feed/</wfw:commentRss>
		</item>
		<item>
		<title>macbillboard.com</title>
		<link>http://www.appletidbits.com/articles/website-reviews/macbillboardcom/</link>
		<comments>http://www.appletidbits.com/articles/website-reviews/macbillboardcom/#comments</comments>
		<pubDate>Thu, 20 Mar 2008 12:38:35 +0000</pubDate>
		<dc:creator>andrew</dc:creator>
		
		<category><![CDATA[Website reviews]]></category>

		<category><![CDATA[advertisement]]></category>

		<category><![CDATA[Apple history]]></category>

		<category><![CDATA[billboard]]></category>

		<category><![CDATA[website review]]></category>

		<guid isPermaLink="false">http://www.appletidbits.com/articles/website-reviews/macbillboardcom/</guid>
		<description><![CDATA[Macbillboard.com is a unique Apple fan site where users can submit and view photos that have been snapped of Apple billboards across the world. Billboards are a form of advertisement that surprisingly go undocumented in Apple fandom yet are an important part of Apple&#8217;s advertising and branding strategies.
I was particularly fond of a first generation [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.macbillboard.com">Macbillboard.com</a> is a unique Apple fan site where users can submit and view photos that have been snapped of Apple billboards across the world. Billboards are a form of advertisement that surprisingly go undocumented in Apple fandom yet are an important part of Apple&#8217;s advertising and branding strategies.</p>
<p>I was <a href="http://web.mac.com/macbillboard/Home/Billboards_files/0076.jpg">particularly fond of</a> a <a href="http://www.appletidbits.com/ipoddbspec.php?display=37">first generation iPod nano</a> billboard that shows  a whole lot of album art being squeezed into the tiny iPod.</p>
<p>Take some time to pop over to this great website to look at the <a href="http://web.mac.com/macbillboard/Home/Billboards.html">variety of billboards</a> or even better, if you have a photo, submit it!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.appletidbits.com/articles/website-reviews/macbillboardcom/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Screensaver hot corners</title>
		<link>http://www.appletidbits.com/articles/tips/screensaver-hot-corners/</link>
		<comments>http://www.appletidbits.com/articles/tips/screensaver-hot-corners/#comments</comments>
		<pubDate>Sat, 08 Mar 2008 07:51:54 +0000</pubDate>
		<dc:creator>andrew</dc:creator>
		
		<category><![CDATA[Tips]]></category>

		<category><![CDATA[apple]]></category>

		<category><![CDATA[hot corners]]></category>

		<category><![CDATA[lock screen]]></category>

		<category><![CDATA[mac os x]]></category>

		<category><![CDATA[tip]]></category>

		<guid isPermaLink="false">http://www.appletidbits.com/articles/tips/screensaver-hot-corners/</guid>
		<description><![CDATA[Have you ever stepped away from your computer and wished you could lock it so that only you can use it again? The built-in hot corners feature in the screen saver system preference allows you to set a hot corner that activates a password protected screen saver.

Moving the cursor to the start screen saver corner [...]]]></description>
			<content:encoded><![CDATA[<p>Have you ever stepped away from your computer and wished you could lock it so that only you can use it again? The built-in <em>hot corners</em> feature in the screen saver system preference allows you to set a hot corner that activates a password protected screen saver.</p>
<p align="center"><a href="http://www.appletidbits.com/articles/wp-content/uploads/2008/03/hotcorner.jpg" title="Mac OS X hot corner system preferences"><img src="http://www.appletidbits.com/articles/wp-content/uploads/2008/03/hotcorner.jpg" alt="Mac OS X hot corner system preferences" /></a></p>
<p>Moving the cursor to the start screen saver corner instantly launches the screen saver effectively ensuring no one can access your computer but you.</p>
<p>To enable password protection on the screen saver make sure <em>require password to wake this computer from sleep or screen saver</em> is enabled in the <em>security</em> system preference.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.appletidbits.com/articles/tips/screensaver-hot-corners/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Spotlight forgotten? Use it as an Application launcher</title>
		<link>http://www.appletidbits.com/articles/tips/spotlight-forgotten-use-it-as-an-application-launcher/</link>
		<comments>http://www.appletidbits.com/articles/tips/spotlight-forgotten-use-it-as-an-application-launcher/#comments</comments>
		<pubDate>Thu, 06 Mar 2008 06:25:16 +0000</pubDate>
		<dc:creator>andrew</dc:creator>
		
		<category><![CDATA[Tips]]></category>

		<category><![CDATA[apple]]></category>

		<category><![CDATA[application launcher]]></category>

		<category><![CDATA[mac os x]]></category>

		<category><![CDATA[spotlight]]></category>

		<category><![CDATA[tip]]></category>

		<guid isPermaLink="false">http://www.appletidbits.com/articles/2008/03/06/spotlight-forgotten-use-it-as-an-application-launcher/</guid>
		<description><![CDATA[A major advancement of Mac OS X 10.4 Tiger was the rapid search feature dubbed Spotlight. Once upon a time it was seen as the ultimate way to access files without browsing through folders and folders but a few years on are you actually using it like this? If you really don&#8217;t use Spotlight all [...]]]></description>
			<content:encoded><![CDATA[<p>A major advancement of Mac OS X 10.4 Tiger was the rapid search feature dubbed Spotlight. Once upon a time it was seen as the ultimate way to access files without browsing through folders and folders but a few years on are you actually using it like this? If you really don&#8217;t use Spotlight all that often why not turn it into an application launcher?</p>
<p>Hitting command+space brings up the search box where you can start to type the application&#8217;s name and hit enter when you&#8217;re happy with the result. <a href="http://www.iuseapple.com">iUseApple.com</a> even <a href="http://iuseapple.com/blog/apple-how-to/beginner-os-x/2008/02/19/use-spotlight-as-an-application-launcher/">suggests enhancing Spotlight&#8217;s results</a> to display only applications by configuring it via System Preferences.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.appletidbits.com/articles/tips/spotlight-forgotten-use-it-as-an-application-launcher/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
