<?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>MakeUseOf &#187; personal settings</title>
	<atom:link href="http://www.makeuseof.com/tags/personal-settings/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.makeuseof.com</link>
	<description>Cool Websites, Software and Internet Tips</description>
	<lastBuildDate>Fri, 10 Feb 2012 20:00:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>4 Simple Tools For Tweaking Ubuntu&#8217;s Look &amp; Feel [Linux]</title>
		<link>http://www.makeuseof.com/tag/4-simple-tools-tweaking-ubuntus-feel/</link>
		<comments>http://www.makeuseof.com/tag/4-simple-tools-tweaking-ubuntus-feel/#comments</comments>
		<pubDate>Wed, 16 Nov 2011 16:01:56 +0000</pubDate>
		<dc:creator>Justin Pot</dc:creator>
				<category><![CDATA[Cool Linux Apps & Tips]]></category>
		<category><![CDATA[customize]]></category>
		<category><![CDATA[Gnome]]></category>
		<category><![CDATA[personal settings]]></category>
		<category><![CDATA[tweaks]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=90412</guid>
		<description><![CDATA[Do you like Ubuntu, but wish it behaved differently? Don't worry, there are a variety of ways to tweak Ubuntu to your liking. It's been a key criticism since the launch of Unity, that Ubuntu is now impossible to configure. Ubuntu 11.10, the latest version of Ubuntu, is a mixed bag on this front. Some things, like automated backup, are easier to configure than ever before.]]></description>
			<content:encoded><![CDATA[<p><img class="align-right" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/04/ubuntu-logo-g.png?323f2c" alt="change how ubuntu looks" />Do you like Ubuntu, but wish it behaved differently? Don&#8217;t worry, there are a variety of ways to change how Ubuntu looks to your liking.</p>
<p>It&#8217;s been a key criticism since the launch of Unity, that <a href="http://www.makeuseof.com/tags/ubuntu/">Ubuntu</a> is now impossible to configure. <a href="http://www.makeuseof.com/tag/ubuntu-1110-oneiric-ocelot-default-programs-linux/">Ubuntu 11.10, the latest version of Ubuntu</a>, is a mixed bag on this front. Some things, like automated backup, are easier to configure than ever before. Other things, like screensavers, are seemingly completely missing.</p>
<p>Let&#8217;s take a look at some tools that give the power back to you, the user. Then let&#8217;s have a conversation about other tools for the job in the comments below.</p>
<h2>Gnome Tweak</h2>
<p>Designed to make Gnome 3 and its Gnome Shell easier to customize, Gnome Tweak gives access to many Ubuntu/Unity tweaks as well.</p>
<p>Those wanting to change Ubuntu&#8217;s look will be particularly interested, because Gnome Tweak Tool gives you back the ability to change icon themes and more. Why this disappeared in Gnome 3 I&#8217;m not sure, but at least with Gnome Tweak we can do this again.</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/10/gnometweak.png?323f2c" alt="change how ubuntu looks" width="580" height="242" /></p>
<p><a href="http://www.makeuseof.com/tag/configure-gnome-3-desktop-gnome-tweak-tool/">Read more about Gnome Tweak</a> or <a href="apt:gnome-tweak-tool">click here to install Gnome Tweak</a>.</p>
<p>Looking for some worthwhile themes? <a href="http://www.makeuseof.com/tag/bisigi-brilliant-collection-gnome-themes-linux/">Check out Bisigi</a>.</p>
<h2>Compiz Configuration</h2>
<p>Do you want a finer level of control over how Ubuntu behaves? If you&#8217;re using the Unity 3D interface, you&#8217;re actually using Compiz. In fact, the Unity &#8220;desktop&#8221; is really just a Compiz plugin. This means the CompizConfig Settings Manager can give you a great deal of power over the Unity Desktop and its behavior.</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/10/compizsetting-unity.png?323f2c" alt="change ubuntu appearance" width="580" height="233" /></p>
<p>Want to know more? <a href="http://www.makeuseof.com/tag/change-settings-ubuntu-unity-compizconfig-settings-manager/">Read more about configuring Unity with the CompizConfig Settings Manager</a> or <a href="compizconfig-settings-manager">simply click here to install CompizConfig Settings Manager</a>. You&#8217;ll find a wide variety of configuration options:</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/10/compizsettings.png?323f2c" alt="change ubuntu appearance" width="580" height="215" /></p>
<h2>xScreenSaver</h2>
<p>Most people probably didn&#8217;t notice this, because most people don&#8217;t really use screensavers anymore. If you&#8217;re a screensaver addict though, you almost certainly cried after installing Ubuntu 11.10, which pretty much completely removed all screensavers in favor of a blank screen.</p>
<p>Don&#8217;t worry: <a href="http://www.liberiangeek.net/2011/10/enable-screensavers-in-ubuntu-11-10-oneiric-ocelot/">Liberian Geek found out how to re-add screensavers to Ubuntu 11.10</a>. The process consists of the following commands:</p>
<pre>sudo apt-get remove gnome-screensaver
sudo apt-get install xscreensaver xscreensaver-gl-extra xscreensaver-data-extra</pre>
<p>Once you do that, you need to add this program to your startup, in the main Ubuntu settings menu:</p>
<pre>xscreensaver -nosplash</pre>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/10/xscreensaver.jpeg?323f2c" alt="change ubuntu appearance" width="500" height="321" /></p>
<p>This should give you access, once again, to your screensaver of choice. Need more precise instructions? <a href="http://www.liberiangeek.net/2011/10/enable-screensavers-in-ubuntu-11-10-oneiric-ocelot/">Read Liberian Geek&#8217;s article on xScreenSaver</a>.</p>
<h2>Ubuntu Tweak</h2>
<p>It is perhaps the single most famous Ubuntu configuration tool, and certainly the one with the most Ubuntu-specific customizations. If you want to make changes to Ubuntu, I highly recommend you check out Ubuntu Tweak.</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/08/tweak-compiz.png" alt="change how ubuntu looks" width="580" height="330" /></p>
<p>Highlights include quick access to programs not found in the repositories, a package cleaner, theming access and the ability to change default programs for various filetypes. <a href="www.makeuseof.com/tag/change-hardtofind-ubuntu-settings-easily-ubuntu-tweak-linux/">Read more about Ubuntu Tweak</a> or <a href="http://ubuntu-tweak.com/">Visit the project&#8217;s websites for download information</a>.</p>
<h2>Conclusion</h2>
<p>There you have it &#8211; 4 tools for customizing Ubuntu. If one of these don&#8217;t work of you, of course, you could always test one of <a href="http://www.makeuseof.com/tag/versions-ubuntu-technology-explained/">Ubuntu&#8217;s many versions</a> in order to replace Unity entirely.</p>
<p>Those of you unwilling to take that leap, however, should join in the comments below. I&#8217;d love to discuss other tricks for tweaking Ubuntu, so let me know what you think of.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/4-simple-tools-tweaking-ubuntus-feel/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Personalize Your System &amp; Enable Hidden Features With Deep [Mac]</title>
		<link>http://www.makeuseof.com/tag/personalize-system-enable-hidden-features-deep-mac/</link>
		<comments>http://www.makeuseof.com/tag/personalize-system-enable-hidden-features-deep-mac/#comments</comments>
		<pubDate>Fri, 02 Sep 2011 23:31:52 +0000</pubDate>
		<dc:creator>Bakari Chavanu</dc:creator>
				<category><![CDATA[Cool Mac Apps & Tips]]></category>
		<category><![CDATA[customize]]></category>
		<category><![CDATA[desktop enhancements]]></category>
		<category><![CDATA[personal settings]]></category>
		<category><![CDATA[system tools]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=84983</guid>
		<description><![CDATA[While Apple provides numerous ways for Mac users to customize and change hundreds of features and preferences, some third-party developers have provided even more ways to personalize, enable, and disable hidden functions. Titanium's Deeper personalization utility for Mac OS X Snow Leopard and Lion is one the best programs I know of to make tweaks to your Mac.]]></description>
			<content:encoded><![CDATA[<p><img class="align-right" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/08/screenshot1016.png?323f2c" alt="mac hidden features" />While Apple provides numerous ways for Mac users to customize and change hundreds of features and preferences &#8211; from desktop images, to the default Dock position, to advanced Terminal hacks &#8211; some third-party developers have provided even more ways to personalize, enable, and disable hidden functions.</p>
<p>Titanium&#8217;s <a href="http://www.titanium.free.fr/index.php?sid=edae21f46f6ac4b1e4b4800a719b92f7">Deeper</a> personalization utility for Mac OS X Snow Leopard and Lion is one the best programs I know of to make tweaks to your Dock, QuickTime, Safari, iTunes, log-in window, Spotlight, and much more (we have also previously covered a similar program called <a href="http://www.makeuseof.com/tag/ten-tools-to-keep-your-mac-in-tip-top-shape/">MainMenu</a>). Some of the changes you can make with Deeper can also be done in the Preferences options of the Finder and other Mac applications, but let&#8217;s check out some of the unique hacks that can be done using Deeper.</p>
<h2>General Functions</h2>
<p>Deeper has over a hundred functions that you can customize on your Mac. In the <em>General</em> category, (I&#8217;m using the Snow Leopard version of Deeper for this review. The Lion version has some slight differences. Both downloads <a href="http://www.titanium.free.fr/download.php">here</a>) you can specify the default image format for screen captures, and where you want them saved.</p>
<p style="text-align: center;"><img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/08/screenshot1021.png?323f2c" alt="mac hidden features" width="580" height="559" border="0" /></p>
<p>Among the other functions, you can also select to have Deeper display one of a dozen animated backgrounds on your desktop. It&#8217;s like running a screensaver on your desktop as you&#8217;re working in any application.</p>
<p>Also, if you&#8217;re annoyed by those alert messages you get after downloading and opening an application, Deeper allows you to disable that message.</p>
<h2>Finder Functions</h2>
<p>Most of the function changes in the <em>Finder</em> category require you to restart the Finder in order to have the changes applied. Be careful, selecting some of these functions will immediately relaunch the Finder.</p>
<p style="text-align: center;"><img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/08/screenshot1025.png?323f2c" alt="mac os x hidden features" width="580" height="361" border="0" /></p>
<p>In this category, you get options to make the background of the menu bar transparent, grey, or white. You can also show or hide the &#8220;<em>Eject</em>&#8221; and &#8220;<em>Burn to Disc</em>&#8221; functions in the drop-down <em>File</em> menu.</p>
<p>Another interesting change you can make is to the folder content previews for Quick Look. Selecting this option<em> &#8220;allows you to display a transparent folder icon as well as the preview items located in the selected folder. When the folder contains more than one item, a small animation rotates the various previews.&#8221;</em></p>
<p style="text-align: center;"><img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/08/screenshot1032.png?323f2c" alt="mac os x hidden features" width="580" height="337" border="0" /></p>
<h2>Dock Functions</h2>
<p>In addition to the existing options you have for controlling the Dock, Deeper provides even more. You can select to change the appearance of the Dock to a 3D with mirror effect or 2D transparency effect. You can also select to have the Dock show only running applications.</p>
<p style="text-align: center;"><img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/08/screenshot1018.png?323f2c" alt="mac os x hidden features" width="375" height="54" border="0" /></p>
<p style="text-align: center;"><img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/08/screenshot1019.png?323f2c" alt="personalize mac" width="348" height="50" border="0" /></p>
<p>In addition, you can lock the size of the icons in the Dock, as well as selecting and enabling what is called Single Application mode. This function works like iOS apps. When you click the icon and application in the Dock that is already launched, it will appear in the foreground and hide the other applications simultaneously.</p>
<h2>Other Categories</h2>
<p>The five other categories in Deeper include function changes that can be made in QuickTime, Safari, Mail, log-in, Spotlight, and several other native OS X utility applications. A few changes unique to Deeper include the ability to change the background image of the log-in screen of your Mac.</p>
<p style="text-align: center;"><img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/08/screenshot1026.png?323f2c" alt="mac hidden features" width="574" height="93" border="0" /></p>
<p>If you have one or more Macs that are publicly used, say in a school, Deeper can disable the Restart, Shut Down, and Log Out menu items in the Apple menu. You can choose a different Start-up Mode for your Mac &#8211; either Normal, Safe Mode, Verbose, or Single user.</p>
<p>For iTunes, you can disable the iTunes Store and Ping in the side menu bar, as well as enable half-star ratings. When this function is applied, you just have to click beside a point or a star to assign a 1/2 notation.</p>
<p style="text-align: center;"><img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/08/Screen-shot-2011-08-22-at-7.13.04-PM.png?323f2c" alt="Screen shot 2011 08 22 at 7 13 04 PM" width="467" height="124" border="0" /></p>
<p>There are a couple of dozen other functions you can enable with Deeper, including debug menus, setting the Help Viewer window to &#8220;floating mode&#8221;, and enabling the developer mode of the Dashboard. Deeper is clearly for Mac users who want to get more out of their computer. The application&#8217;s Help documentation explains every category and function, and it&#8217;s easy to restore functions to their default status.</p>
<p>Let us know what you think of Deeper. If you like it, consider giving the developer a donation. If you use another program like Deeper, let us know about it.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/personalize-system-enable-hidden-features-deep-mac/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Reconfigure Your Mac Keyboard For More Geek Power [Mac]</title>
		<link>http://www.makeuseof.com/tag/reconfigure-mac-keyboard-geek-power-mac/</link>
		<comments>http://www.makeuseof.com/tag/reconfigure-mac-keyboard-geek-power-mac/#comments</comments>
		<pubDate>Wed, 03 Aug 2011 17:31:23 +0000</pubDate>
		<dc:creator>Bakari Chavanu</dc:creator>
				<category><![CDATA[Cool Mac Apps & Tips]]></category>
		<category><![CDATA[desktop enhancements]]></category>
		<category><![CDATA[keyboard]]></category>
		<category><![CDATA[personal settings]]></category>
		<category><![CDATA[productivity]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=82258</guid>
		<description><![CDATA[If you're the type of Mac user who likes to customize every feature or program on your computer, you might want to check out the system preferences application, KeyRemap4MacBook. It essentially enables you to re-map any key on your keyboard for different types of purposes.]]></description>
			<content:encoded><![CDATA[<p><firstimage="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/07/keyboard.png"><img class="align-right" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/07/keyboard.png?323f2c" alt="configure mac keyboard" />If you&#8217;re the type of Mac user who likes to customize every feature or program on your computer for increased productivity, or just because it&#8217;s a geeky thing to do, you might want to check out the system preferences application, <a href="http://pqrs.org/macosx/keyremap4macbook/index.html">KeyRemap4MacBook</a>. This keyboard remapping program is not just for MacBooks. It works with nearly all models of Mac computers, and it essentially enables you to re-map any key on your keyboard for different types of purposes.</p>
<p>KeyRemap4MacBook has been around for a while, but I recommend this program for intermediate and advanced Mac users who are comfortable with customizing their computer. Although a keyboard is mainly used for typing, there are modifiers and other special keys that you use for other purposes. Some keys you may rarely use, such as the right-Option, Backslash (\), and Backquote (`) keys, which are good candidates for remapping for other purposes.</p>
<p style="text-align: center;"><img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/07/screenshot8641.png?323f2c" border="0" alt="configure mac keyboard" width="580" height="283" /></p>
<h2>How It Works</h2>
<p>After you download and install KeyRemap4MacBook, the utility can be found in the System Preferences of your Mac alongside other 3rd party applications.</p>
<p style="text-align: center;"><img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/07/keyremap.png?323f2c" border="0" alt="mac keyboard configuration" width="414" height="247" /></p>
<p>When you launch KeyRemap4MacBook, it presents you with over three dozen categories of pre-mapped settings for changing the original purpose of selected keys. There are also <a href="http://pqrs.org/macosx/keyremap4macbook/document.html#t3">instructions on how to create your own custom settings</a>. But let&#8217;s see how the presets work &#8211; for example, the Backslash (\) key, on the right side of your Mac keyboard. If you rarely use it, you might consider changing it to one of six other purposes.</p>
<p style="text-align: center;"><img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/07/screenshot860.png?323f2c" border="0" alt="mac keyboard configuration" width="580" height="197" /></p>
<p>For example, you might want to use it as a Forward Delete key. After you check the box for that behavior, when you type that key it will delete a letter to the right instead of the left of your cursor. Or better yet, you might select the &#8220;<em>Backslash(\) to Forward Delete (if no other modifiers pressed)</em>&#8221; so the Backslash key can be used for more than one purpose.</p>
<p style="text-align: center;"><img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/07/screenshot861.png?323f2c" border="0" alt="mac keyboard configuration" width="435" height="95" /></p>
<p>The Backquote may be another rarely used key. It could be remapped as a left Delete key or as another way to activate the F8 key, which typically starts and stops your iTunes player.</p>
<p>The same goes for the CapsLock, Fn, and Eject keys, which may be also underused and thus re-assigned for other purposes. KeyRemap4MacBook provides you with a couple of hundred presets. So basically you will want to experiment with various re-configurations and see how they fit into your workflow.</p>
<p style="text-align: center;"><img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/07/showenabledkeys.png?323f2c" border="0" alt="change mac keyboard layout" width="580" height="254" /></p>
<p>Thankfully, KeyRemap4MacBook also includes a &#8220;<em>show enabled only</em>&#8221; button so you can quickly see what keys you have changed. If you find the changes are not working for you, all you need do is deselect a setting.</p>
<h2>Multi-Touch Extension</h2>
<p>For Mac users who want to extend the power of the multi-touch trackpad, KeyRemap4MacBook also enables you to, for example, activate two- or three-finger gesturing for copying and pasting text or other items.</p>
<p style="text-align: center;"><img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/07/screenshot862.png?323f2c" border="0" alt="change mac keyboard layout" width="477" height="379" /></p>
<p>If you enable this feature, you simply press the &#8220;C&#8221; key (instead of Command+C) to copy text while you have two fingers resting on your trackpad. Likewise, you type &#8220;V&#8221; to paste the copied text &#8211; with two finger on the trackpad.</p>
<h2>Other Features</h2>
<p>KeyRemap4MacBook includes other features, some of which are a little too advanced for the scope of this article. KeyRemap4MacBook includes <a href="http://www.makeuseof.com/tag/notified-growl-mac/">Growl</a> support which posts a notification each time you activate a re-mapped key. I found that a little annoying, so I disabled it in Growl preferences (which can also be found in System Preferences).</p>
<p style="text-align: center;"><img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/07/disablegrowl.png?323f2c" border="0" alt="change mac keyboard layout" width="523" height="454" /></p>
<p>If you want to speed up the repeat behaviors of your keyboard or change the threshold time when a modifier key is doubled pressed, KeyRemap4MacBook enables you do that. But you might not want to toy with these changes unless you like using your keyboard more than your mouse or trackpad to boss your computer around.</p>
<p style="text-align: center;"><img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/07/screenshot863.png?323f2c" border="0" alt="Screenshot863" width="580" height="252" /></p>
<p>If you find KeyRemap4MacBook is not your cup of tea, the developers have included a way for you to easily uninstall it, in the preferences settings of the program.</p>
<p style="text-align: center;"><img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/07/uninstall.png?323f2c" border="0" alt="configure mac keyboard" width="522" height="265" /></p>
<p>I&#8217;ve mainly covered the most basic features of KeyRemap4MacBook. There are several others that you can experiment with to your geeky delight.</p>
<p>KeyRemap4MacBook is donationware, so if you like it, consider supporting the developer for his work.</p>
<p>For other MUO articles about keyboard remapping and keyboard hacks, start with these posts:</p>
<ul>
<li><a class="l" href="http://www.makeuseof.com/tag/remap-keyboard-free-tools-windows/" target="_top">Remap Keyboard Keys with These 3 Free Apps [Windows]</a></li>
<li><a class="l" href="http://www.makeuseof.com/dir/remapkey-rearrange-keyboard-keys/" target="_top">Remapkey: Easily Rearrange Keyboard Keys</a></li>
<li><a class="l" href="http://www.makeuseof.com/dir/shortcutworld-keyboard-shortcut-list/" target="_top">ShortcutWorld: Keyboard Shortcut List For Essential Apps</a></li>
<li><a class="l" href="http://www.makeuseof.com/dir/mousefighter-control-the-mouse-with-the-keyboard/" target="_top">MouseFIGHTER: Control The Mouse Pointer With Keyboard Keys</a></li>
</ul>
<p>Let us know what you think of this remapping program and how you&#8217;re using it in your own workflow.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/reconfigure-mac-keyboard-geek-power-mac/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Access Your Preference Panes From The Menu Bar With MenuPrefs [Mac]</title>
		<link>http://www.makeuseof.com/tag/access-preference-panes-menu-bar-menuprefs-mac/</link>
		<comments>http://www.makeuseof.com/tag/access-preference-panes-menu-bar-menuprefs-mac/#comments</comments>
		<pubDate>Thu, 16 Jun 2011 21:31:02 +0000</pubDate>
		<dc:creator>Angela Alcorn</dc:creator>
				<category><![CDATA[Cool Mac Apps & Tips]]></category>
		<category><![CDATA[How-To Articles]]></category>
		<category><![CDATA[desktop enhancements]]></category>
		<category><![CDATA[menubar]]></category>
		<category><![CDATA[os x]]></category>
		<category><![CDATA[personal settings]]></category>
		<category><![CDATA[system tools]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=77800</guid>
		<description><![CDATA[Does Apple's System Preferences generally just annoy you?  Well, there's a way out. The coders at iThink Software also got annoyed with Apple Preferences and decided to write MenuPrefs in order to make it more manageable. Now, instead of click after click, you can now access all of your favourite Apple Preference Panes via the Menu Bar. It's all just there.]]></description>
			<content:encoded><![CDATA[<p><firstimage="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/06/Menuprefs-300x300.jpg"><img class="align-right" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/06/Menuprefs-300x300.jpg?323f2c" alt="access preference pane" />Are you always on the look-out for cool hacks and nifty tricks to make your life easier? Do you get sick of wading through pages of things you don&#8217;t need just to access the things you <em>do</em> need? Does Apple&#8217;s System Preferences generally just annoy you?</p>
<p>Well, there&#8217;s a way out. The coders at <a href="http://ithinksw.com/">iThink Software</a> also got annoyed with Apple Preferences and decided to write <a href="http://ithinksw.com/menuprefs">MenuPrefs</a> in order to make it more manageable. Now, instead of click after click, you can now access all of your favourite Apple Preference Panes via the Menu Bar. Finally, there&#8217;s now a quick way to access your sound preferences, turn <a href="http://www.makeuseof.com/tag/notified-growl-mac">Growl</a> on and off and change your energy saving settings. It&#8217;s all just there.</p>
<h2>What Does MenuPrefs Do?</h2>
<p><a href="http://ithinksw.com/menuprefs">MenuPrefs</a> is a simple application which runs in the Menu Bar system wide, allowing access to your Apple System Preferences. Users can choose which preference panes to list in MenuPrefs and re-arrange the order of the list. This means that sysadmins can limit the preferences list to just what&#8217;s available for users to change. Other users might limit it to just their most regularly-used preferences.</p>
<h2>Get MenuPrefs</h2>
<p>MenuPrefs is free and available from the <a href="http://ithinksw.com/menuprefs">iThink Software website</a>. They&#8217;ve made public a serial number for use with the older version while they work on making an entirely freeware product ready for use.</p>
<pre>Registration Name: MenuPrefs Freeware User
Serial Number: MP200ST001-E4E4-81NH-JF5C-DW26-G5HC</pre>
<p>Installation is about as easy as it gets: just open the DMG and drag the application to the Applications folder. Then when you start it, enter the Freeware license given.</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/06/Register-MenuPrefs.png?323f2c" alt="access preference pane" /></p>
<p>The MenuPrefs icon is now in your MenuBar and is ready to use.</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/06/MenuPrefs-Menu.png?323f2c" alt="preference pane mac" /></p>
<h2>Modifying MenuPrefs</h2>
<p>When you start using MenuPrefs you&#8217;ll soon see that the list of preferences is rather long. There&#8217;s also a &#8220;<em>Show All</em>&#8221; item to take you to the regular System Preferences pane.</p>
<p>To make changes to your MenuPrefs list, choose the &#8220;<em>Preferences</em>&#8221; option at the bottom of the list.</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/06/MenuPrefs-Preferences.png?323f2c" alt="preference pane mac" /></p>
<p>The preferences let you choose to open MenuPrefs on startup, which is handy if you want to keep using it. You can also choose whether to show icons in the menu and how big those icons should be.</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/06/MenuPrefs-Large-Icons.png?323f2c" alt="access preference pane" /></p>
<p>The list order can be changed to Name order, Location order, Category Order or Custom Order. Location order separates the list similarly to within System Preferences.</p>
<p>Custom order should let you choose which preferences to show in the list, including separators and a custom order. It&#8217;s a little buggy for me though and won&#8217;t make the changes.</p>
<h2>More About Mac Preferences</h2>
<p>If you&#8217;re keen on tweaking your system, you&#8217;ll probably also want to read about these preference changes you can make to your Mac:</p>
<ul>
<li><a href="http://www.makeuseof.com/tag/15-system-preferences-items-mac-user-mac/">15 System Preferences Items A New Mac User Should Adjust</a></li>
<li><a href="http://www.makeuseof.com/tag/easily-expanding-apple-dictionary-%E2%80%93-mac-only/"> Expand Mac’s Dictionary App by Adding Additional Languages</a></li>
<li><a href="http://www.makeuseof.com/tag/tweak-mac-leopards-hidden-setting-with-xmod/"> Tweak Mac Leopard’s Hidden Settings With xMod</a></li>
<li><a href="http://www.makeuseof.com/tag/15-system-preferences-items-mac-user-part-2/"> 15 More System Preferences Items A New Mac User Should Know About</a></li>
</ul>
<p>So, is <a href="http://ithinksw.com/menuprefs">MenuPrefs</a> something you&#8217;ve really wanted for a while? Is there anything the developer can do to improve the app? Let us know in the comments!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/access-preference-panes-menu-bar-menuprefs-mac/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How To Change The Settings Of Ubuntu Unity With CompizConfig Settings Manager</title>
		<link>http://www.makeuseof.com/tag/change-settings-ubuntu-unity-compizconfig-settings-manager/</link>
		<comments>http://www.makeuseof.com/tag/change-settings-ubuntu-unity-compizconfig-settings-manager/#comments</comments>
		<pubDate>Thu, 12 May 2011 17:31:02 +0000</pubDate>
		<dc:creator>Danny Stieben</dc:creator>
				<category><![CDATA[Cool Linux Apps & Tips]]></category>
		<category><![CDATA[linux hacks]]></category>
		<category><![CDATA[personal settings]]></category>
		<category><![CDATA[tweaks]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=74871</guid>
		<description><![CDATA[Ubuntu's latest release, version 11.04, brings with it a completely new desktop interface called Unity. Its release has received mixed reviews, though honestly it comes down to taste. There is never a piece of software that literally everyone likes, and Unity is a good example of that. But if you do like it, congratulations! Aside from a functional desktop, you'll have a number of configuration tools at your fingertips.]]></description>
			<content:encoded><![CDATA[<p><firstimage="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/05/ccsm_intro.png"><img class="align-right" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/05/ccsm_intro.png?323f2c" alt="ubuntu unity settings" /><a href="http://www.makeuseof.com/tags/ubuntu">Ubuntu</a>&#8216;s latest release, version 11.04, brings with it a completely new desktop interface called <a href="http://en.wikipedia.org/wiki/Unity_%28desktop_environment%29">Unity</a>. Its release has received mixed reviews, though honestly it comes down to taste. There is never a piece of software that literally everyone likes, and Unity is a good example of that. But if you do like it, congratulations! Aside from a functional desktop, you&#8217;ll have a number of configuration tools at your fingertips to modify Ubuntu Unity settings.</p>
<h2>Installing CompizConfig Settings Manager</h2>
<p>As Unity is actually an extension of the <a href="http://en.wikipedia.org/wiki/Compiz">Compiz Window Manager</a>, you&#8217;ll be able to find the Unity plugin in the CompizConfig Settings Manger. By default, however, it is not currently installed. For easy installation, just <a href="apt://compizconfig-settings-manager">click here</a>. The link will prompt the package manager to install the package for you. You can also fire up the <a href="http://en.wikipedia.org/wiki/Synaptic_%28software%29">Synaptic Package Manager</a> and type in
<pre>compizconfig-settings-manager</pre>
<p>. You&#8217;ll see it along with another package called &#8220;<em>simple-ccsm</em>&#8220;. You can install either of these packages; they are virtually identical.</p>
<p>If you wish to use the terminal, you can use the commands
<pre>sudo apt-get install compizconfig-settings-manager</pre>
<p> or
<pre>sudo apt-get install simple-ccsm</pre>
<p> to install the correct package.</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/05/ccsm_install.jpg?323f2c" alt="ubuntu unity settings" width="580" height="459" /></p>
<p>Once that completes, you can launch the Dash and begin typing in &#8220;
<pre>compiz</pre>
<p>&#8220;, and the settings manager will appear for you to select. Once that opens, you can scroll down to the &#8220;<em>Desktop</em>&#8221; section of plugins, where you will find the plugin for Unity. Click on it, and you&#8217;ll have some options that you can configure.</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/05/ccsm_list.jpg?323f2c" alt="ubuntu unity configuration" width="580" height="255" /></p>
<h2>Configuring Unity</h2>
<p>In the <em>Behaviour</em> tab you&#8217;ll find a couple of options that pertain to, well, the behavior of Unity, specifically the dock on the left side. You can choose the <em>Reveal Mode</em> as well as when the Launcher (Dock) should hide itself. Below those options are configuration keyboard shortcuts for various tasks.</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/05/ccsm_behaviour.jpg?323f2c" alt="ubuntu unity configuration" width="580" height="287" /></p>
<p>When you click on the <em>Experimental</em> tab, you&#8217;ll find a couple more options than in the last tab. Although I find that the options you can configure in this tab wouldn&#8217;t be something drastic, there is most likely a reason why it&#8217;s the &#8220;Experimental&#8221; tab, so be cautioned with what you change here.</p>
<p>Except for one, all of the options in this tab affect the dock. Changing the <em>Backlight Mode</em> will change whether the background of the icons in the dock are colored all the time, only when the application is open, or never. The <em>Launch Animation</em> option can change what happens to the icon when you click on it. The <em>Urgent Animation</em> is when an application is trying to get your attention, such as when someone mentions your nick on XChat, a program for IRC. You can also change the <em>Panel Opacity, Launcher icon size</em>, and <em>Hide Animation</em>. The <em>Dash Blur</em> option lets you choose what kind of blur you want for the dash, which is the window that appears when you click on the Ubuntu logo in the top left corner.</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/05/ccsm_experimental.jpg?323f2c" alt="ubuntu unity settings" width="580" height="274" /></p>
<h2>Conclusion</h2>
<p>Unity is a good desktop shell that is capable of letting you easily get your work done. With a nice selection of customization options, you can easily tune Unity to your liking so that it works how you want it to work. That way it can stay out of the way so you can get your work done efficiently.</p>
<p>For more information about the latest Ubuntu release and Unity, you can check out Justin&#8217;s post <a href="http://www.makeuseof.com/tag/ubuntu-1104-unity-big-leap-linux/">here</a>.</p>
<p>What do you think about Unity? Are you using it or going to use it, or are you deferring to a different desktop shell or environment? Let us know in the comments!</p>
<p><small>Image Credit: <a href="http://upload.wikimedia.org/wikipedia/commons/0/0a/Unity_Logo.svg">Wikipedia</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/change-settings-ubuntu-unity-compizconfig-settings-manager/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Seven Cool OS X Modifications You Can Make With Deeper [Mac]</title>
		<link>http://www.makeuseof.com/tag/cool-os-modifications-deeper-mac/</link>
		<comments>http://www.makeuseof.com/tag/cool-os-modifications-deeper-mac/#comments</comments>
		<pubDate>Tue, 12 Oct 2010 15:31:28 +0000</pubDate>
		<dc:creator>Matt Smith</dc:creator>
				<category><![CDATA[Cool Mac Apps & Tips]]></category>
		<category><![CDATA[customize]]></category>
		<category><![CDATA[desktop enhancements]]></category>
		<category><![CDATA[mac hacks]]></category>
		<category><![CDATA[os x]]></category>
		<category><![CDATA[personal settings]]></category>
		<category><![CDATA[system tools]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=55492</guid>
		<description><![CDATA[Ease of use is an obvious reason why many people buy Apple computers. Macs have clearer, more intuitive options menus and even make the installation of programs simpler.  However, options available for any given function on a Mac are often slimmer than the options available on a Windows machine. Windows, after all, has no qualms [...]]]></description>
			<content:encoded><![CDATA[<p><firstimage="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/10/deeperthumb1.jpg"><img class="align-left" style="border: 0px none; margin-left: 20px; margin-top: 5px; float: right;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/10/deeperthumb1.jpg?323f2c" alt="os x modifications" width="300" height="279" />Ease of use is an obvious reason why many people buy Apple computers. Macs have clearer, more intuitive options menus and even make the installation of programs simpler.  However, options available for any given function on a Mac are often slimmer than the options available on a Windows machine. Windows, after all, has no qualms about openings its guts to its user &#8220;“ even when they don&#8217;t want to see them.</p>
<p>But what if you want to dive into the guts of your Mac? You should download <a href="http://www.apple.com/downloads/macosx/system_disk_utilities/deeper.html">Deeper</a>, a program that lays bare a variety of settings on your Mac and lets you make OS X modifications with them in a relatively controlled environment. Let&#8217;s take a look at ten very cool things you can do with this program.</p>
<p><span id="more-55492"></span></p>
<h2>Animate Your Desktop Background</h2>
<p><img src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/10/deeper1.jpg?323f2c" alt="os x modifications" width="570" height="354" /></p>
<p>Turning on this option will display an animated desktop background that is constantly changing. Deeper comes with 13 animated background options including an RSS reader and a background that uses your iTunes album artwork.</p>
<p>You&#8217;ll need a relatively powerful Mac to use the feature without reducing performance noticeably, but this is a fun feature to use if you have a newer machine.</p>
<h2>Alter Crashreporter</h2>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/10/deeper2.png?323f2c" alt="" width="513" height="101" /></p>
<p>OS X includes a default crash reporter that displays whenever a program crashes and gives you the chance to re-launch the application. This function is considered the &#8220;Basic&#8221; Crash reporter.</p>
<p>Deeper lets you switch to using the Developer or Server modes. Developer mode shows a more detailed debug message that can aid in tracking down the reason why a crash occurred. Server, on the other hand, simply logs the crash report so that Crash reporter doesn&#8217;t interfere with whatever the system is doing.</p>
<h2>Change Arrows In Scroll Bar</h2>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/10/deeper3.png?323f2c" alt="" width="280" height="357" /></p>
<p>This may seem a little OCD, but the default locations of the arrow buttons in OS X bug me. I use a Windows machine as well, so the fact that OS X and Windows machines put the scroll arrows at different locations throws me off. With Deeper this is no longer problem. You can choose to put arrows at the top and bottom of the scroll bar like on a Windows machine, plus you can choose to put the Mac double-arrow at both the top and bottom of a scroll bar.</p>
<h2>Fuss About Finder</h2>
<p>Deeper offers a huge variety of options that let you change how <a href="http://www.makeuseof.com/tag/experimenting-finder-totalfinder-mac/">Finder</a> works. There are a few too many to discuss in detail in this article, but some of the more important ones include the ability to display hidden files and folders, show the item path in the window title, and show folder content previews.</p>
<p>You can also turn off some features, like the animated snap-to-grid and info effects that are used by Finder.</p>
<h2>Limit Your Mac&#8217;s Functionality</h2>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/10/deeper4.png?323f2c" alt="" width="586" height="43" /></p>
<p>Throughout Deeper there are a number of settings available that turn off critical parts of your Mac. You can disable the ability to shut down or restart a system using the Apple menu or Login window. You can disable the iTunes store. You can even limit the ability to make any OS X modifications to the dock.</p>
<p>The ability to limit these functions means that Deeper can be extremely useful if, for whatever reason, you&#8217;re worried that someone who doesn&#8217;t know what they&#8217;re doing might use your computer. Maybe a child wants to use your computer for a few minutes on a machine without a second user account set up, or maybe you want to safeguard your Mac against mischievous roommates while you leave the room. Either way, Deeper&#8217;s ability to limit functionality could be a lifesaver.</p>
<h2>Modify Screen Capture Format &amp; Location</h2>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/10/deeper5.png?323f2c" alt="mac os x modifications" width="629" height="183" /></p>
<p><a href="http://www.makeuseof.com/tag/5-alternative-screen-capture-tools-for-your-mac/">Capturing screenshots</a> is way easier in OS X than in Windows thanks to the extra snapshot features available, but the default settings dumps the files to your desktop in .PNG format. This may not be the best place for them, or the best format, depending on what you want to do with the screenshots.</p>
<p>Now Deeper can come to your rescue. The General panel includes the option to change the format (10 additional formats are available including .BMP, .GIF and .PDF) and the option to change where the shots will be sent. Now you can take a lot of screenshots without cluttering up your desktop!</p>
<h2>Modify The OS X Dock</h2>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/10/deeper6.png?323f2c" alt="os x modifications" width="537" height="46" /></p>
<p>By default the <a href="http://www.makeuseof.com/tag/supercharge-your-dock-with-these-4-tools-mac-only/">OS X Dock </a>is located at the bottom of your display and has a number of animated graphics effects. These effects look good, but may drain performance from older systems. Deeper will let you turn off 3D dock effects and the 3D dock itself. Instead, you can switch to a 2D version with a transparent background.</p>
<p>You can add things, as well &#8220;“ for example, you can add a mouse-over effect when you&#8217;re viewing a stack of items displayed as a grid.</p>
<h2>Conclusion</h2>
<p>Deeper is a great program that make its very easy to change your Mac&#8217;s settings. There is a lot of flexibility in it, and the fact that it lets you change not only critical Mac functions but also Safari, iTunes and Quicktime really makes it stand out.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/cool-os-modifications-deeper-mac/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>15 More System Preferences Items A New Mac User Should Know About</title>
		<link>http://www.makeuseof.com/tag/15-system-preferences-items-mac-user-part-2/</link>
		<comments>http://www.makeuseof.com/tag/15-system-preferences-items-mac-user-part-2/#comments</comments>
		<pubDate>Fri, 13 Aug 2010 23:30:06 +0000</pubDate>
		<dc:creator>Bakari Chavanu</dc:creator>
				<category><![CDATA[Cool Mac Apps & Tips]]></category>
		<category><![CDATA[operating system]]></category>
		<category><![CDATA[os x]]></category>
		<category><![CDATA[personal settings]]></category>
		<category><![CDATA[system tools]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=50709</guid>
		<description><![CDATA[In part 1 of this article, I covered some basic items in Apple&#8217;s Snow Leopard System Preferences. In this second part, we&#8217;ll cover a few more basic items&#8221;”and for some Mac users, perhaps a couple of hidden items which are not regularly used. I&#8217;m skipping over the Internet &#38; Wireless items in System Preferences&#8221;”namely because [...]]]></description>
			<content:encoded><![CDATA[<p><firstimage="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/08/systempreferenceicon1.png" /><img style="border: 0px none;margin-left:20px;float:right;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/08/systempreferenceicon1.png?323f2c" alt="mac preferences" />In <a href="http://www.makeuseof.com/tag/15-system-preferences-items-mac-user-mac/">part 1</a> of this article, I covered some basic items in Apple&#8217;s Snow Leopard System Preferences. In this second part, we&#8217;ll cover a few more basic items&#8221;”and for some Mac users, perhaps a couple of hidden items which are not regularly used. I&#8217;m skipping over the Internet &amp; Wireless items in System Preferences&#8221;”namely because I assume if you&#8217;re reading this that you have your Internet connection set up properly.</p>
<p>MakeUseOf has also published a few other articles on wireless connections that you might find useful. Those include &#8220;<a href="http://www.makeuseof.com/tag/how-to-share-the-internet-connection-between-your-mac-and-a-pc/">How to Share the Internet Connection Between Mac and PC</a>&#8221; and another article on <a href="http://www.makeuseof.com/tag/how-to-easily-share-files-across-mac-windows-computers/">sharing file between Mac and Windows computers</a>. There&#8217;s also an article on <a href="http://www.makeuseof.com/tag/safely-restrict-your-kids-computer-access-with-parental-controls-mac/">setting parental controls on your Mac</a>. Not to be missed, MakeUseOf&#8217;s handy PDF guide: <a href="http://www.makeuseof.com/pages/download-free-mac-manual">The Mac Manual</a>.</p>
<p><span id="more-50709"></span><br />
Here are the preference items we&#8217;ll be looking at.</p>
<p style="text-align: center;"><img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/08/systempreferencept2.jpg?323f2c" alt="mac preferences"/></p>
<h2>Energy Saver</h2>
<p>Though computers are nothing more than machines, they still need their rest &#8212; not only to maintain performance but also to save energy. In Energy Saver, you can set controls for when to put your computer to sleep, as well set times for it to shut down and start back up ï»¿(click the Schedule button to set shut-down and restart times). I personally only restart my computer about once a week, but I do make sure it automatically put to sleep when not in use.</p>
<p style="text-align: center;"><img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/08/energysaver.png?323f2c" /></p>
<h2>Software Update</h2>
<p>One of the best ways to keep your computer in tip-top shape is to keep it backed up and updated with the latest versions of software. When Apple releases the latest version of its operating system or software, it will send a notice to your computer to download and install that update. If you want to find out whether you missed one or more updates, click on the Check Now button and it will verify if you need to update the operating system or other Apple software installed on your Mac. Note, however, that it will not check for third party applications.</p>
<p style="text-align: center;"><img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/08/softwareupdate1.png?323f2c" /></p>
<p>Clicking on the Installed Software button will reveal what versions of Apple software are already installed on your computer. You can also run this check by clicking on the Apple icon in the upper-left corner of your Mac&#8221;˜s menu bar and selecting Software Update.</p>
<p style="text-align: center;"><img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/08/softwareupdate2.png?323f2c" /></p>
<h2>Text to Speech</h2>
<p>MakeUseOf has already covered the <a href="http://www.makeuseof.com/tag/having-a-conversation-with-your-mac-computer/">Speech Recognition feature of System Preferences</a>, but there&#8217;s also a feature called Text to Speech which is a handy tool for having your computer read aloud text. I have often use this feature for when I&#8217;m too tired to read articles or when I&#8221;˜m editing my writing. It&#8217;s of course also useful for Mac users with impaired eyesight.</p>
<p style="text-align: center;"><img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/08/texttospeech.png?323f2c" /></p>
<p>If you want to use this feature, you can set a keyboard shortcut to activate it. After doing so, select some text in any application, such as Mail, and then hit your assigned keyboard shortcut. The computer will read the text aloud.</p>
<p>Also, if you want or need additional computer voice assistance, click on the Open Universal Access Preferences for several useful features.</p>
<h2>Date &amp; Time</h2>
<p>No doubt by default, you already have the date and time clock set up on your Mac; it can be done automatically. But if you ever need an audio timer, such as for work purposes, you can set one up in Date &amp; Time, in which your Mac will announce the time on the hour, every thirty or every fifteen minutes. This is not a feature you will run 24/7 but it&#8217;s a quasi built-in timer that might come in handy.</p>
<p style="text-align: center;"><img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/08/clockannouncement.png?323f2c" /></p>
<h2>Time Machine</h2>
<p>I know of no better and easier back up system than Apple&#8221;˜s Time Machine. If you&#8217;re not using it, you should. All that is required is an external hard drive, of say 500 or more gigabytes. Attach it to your computer and open the Time Machine item in System Preferences. From there, click the Select Disk button to do the initial setup. You can click the Options button to selectively exclude data on your computer that you don&#8217;t want backed up. Read this <a href="http://www.makeuseof.com/tag/online-resources-learn-apples-time-machine/">article</a> for additional information about Time Machine.</p>
<p style="text-align: center;"><img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/08/timemachine.png?323f2c" /></p>
<h2>Startup Disk</h2>
<p>If you ever need to troubleshoot your Mac or test out some questionable software on another hard drive, use the Startup Disk feature. You will need to have a bootable <a href="http://www.makeuseof.com/tag/5-ways-to-clone-and-copy-your-hard-drive/">backup drive connected</a> to your computer to use this feature.</p>
<p style="text-align: center;"><img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/08/startupdisk.png?323f2c" /></p>
<h2>Other</h2>
<p>If the last section, Other, of your System Preferences is not very populated, you&#8217;re probably missing out on many useful plug-ins and enhancements for your Mac. One particular item that every Mac user will want installed in this area is the <a href="http://growl.info/">Growl notification program</a>. This free plug-in literally works with hundreds of <a href="http://growl.info/applications.php">Apple and third-party applications</a>.</p>
<p style="text-align: center;"><img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/08/otherpreferences-1.png?323f2c" /></p>
<p>If you ever need to remove items in this section, it can easily be done by right- or Control-clicking on the plug-in or application and selecting the Remove&#8230; button.</p>
<p style="text-align: center;"><img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/08/removeplugin.png?323f2c" alt="mac preferences"/></p>
<p>You may not open System Preferences on a regular basis, but knowing about its powerful features can enhance what you do on your Mac. Let us know about overlooked features in System Preferences that you think should have been covered in our two-part article.</p>
<p>Again, if you&#8217;re a new Mac user, check out MakeUseOf&#8217;s handy PDF guide on how to overcome the fear of switching and a couple of Mac apps you have to try &#8211; <a href="http://www.makeuseof.com/pages/download-free-mac-manual">The Mac Manual</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/15-system-preferences-items-mac-user-part-2/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>15 System Preferences Items A New Mac User Should Adjust</title>
		<link>http://www.makeuseof.com/tag/15-system-preferences-items-mac-user-mac/</link>
		<comments>http://www.makeuseof.com/tag/15-system-preferences-items-mac-user-mac/#comments</comments>
		<pubDate>Wed, 11 Aug 2010 17:31:42 +0000</pubDate>
		<dc:creator>Bakari Chavanu</dc:creator>
				<category><![CDATA[Cool Mac Apps & Tips]]></category>
		<category><![CDATA[operating system]]></category>
		<category><![CDATA[os x]]></category>
		<category><![CDATA[personal settings]]></category>
		<category><![CDATA[system tools]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=50439</guid>
		<description><![CDATA[System Preferences is a hubbub of settings and controls on your Mac computer. Yet, it&#8217;s quite possible that if you are a fairly new Mac user you probably have made changes to only a few of the many items found in the Mac System Preferences. You might have added another user account or set up [...]]]></description>
			<content:encoded><![CDATA[<p><firstimage="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/08/systempreferenceicon.png"><img class="align-left" style="border: 0px none; margin-left: 20px; margin-top: 5px; float: right;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/08/systempreferenceicon.png?323f2c" alt="mac system preferences" />System Preferences is a hubbub of settings and controls on your Mac computer. Yet, it&#8217;s quite possible that if you are a fairly new Mac user you probably have made changes to only a few of the many items found in the Mac System Preferences. You might have added another user account or set up your server connection. But there are other items that you should know about that will make you a more powerful Mac user.</p>
<p>The items I will cover are found in the Snow Leopard version of System Preferences. I&#8217;m not going to cover each section of System Preferences or some of its more self-explanatory items. I will cover some of the hidden and useful items that you may want to change or adjust.</p>
<p><span id="more-50439"></span><br />
But I won&#8217;t go over System Preferences items like <a href="http://www.makeuseof.com/tag/optimizing-your-mac-workspace-with-spaces/">Spaces</a> and the <a href="http://www.makeuseof.com/tag/seven-tricks-to-tweak-the-dock-mac/">Dock</a> that have already been covered.</p>
<h2>Application Launcher</h2>
<p>One of the elementary items that every Mac user should know about is selecting applications that you want automatically launched when your computer is booted. To do this,  open <em>Accounts</em> (in System Preferences, of course) and click on the <em>Login Items</em> button. Click the + button to add applications you want to automatically launch when your computer boots.</p>
<p>Later, if you find that your computer is taking too long to start up, you might want to cut back your number of login items.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/08/loginitems.png?323f2c" border="0" alt="mac system preferences" width="416" height="333" /></p>
<p>Also, you can add apps to your login by right- or Control-clicking on an application in the dock and selecting <em>Options&gt;Open at Login</em>.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/08/openlogin.png?323f2c" border="0" alt="preferences on a mac" width="326" height="132" /></p>
<h2>Recent Items</h2>
<p>When you need to access recently opened items, there&#8217;s no need to go hunting for them in folders. You can click on the Apple icon in the far left of the menu bar and select <em>Recent Items</em> where you will find a list of documents, applications, and Servers you have used.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/08/recentitems1.png?323f2c" border="0" alt="preferences on a mac" width="578" height="434" /></p>
<p>You can control the number of items that show up on that list by going into System Preferences and clicking on <em>Appearance</em>. Near the bottom, you can select the numbers of recent items you want listed.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/08/recentitems.png?323f2c" border="0" alt="preferences on a mac" width="452" height="115" /></p>
<h2>Password Protect</h2>
<p>If your computer is accessible to other people on a regular basis, you might want to password protect it. Select <em>Security&gt;General</em> and click on <em>Require password</em>. The password will be the same one you use for your account. After the time you set, your computer will log out and will require a password to log back into your account.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/08/passwordprotect.png?323f2c" border="0" alt="system preferences mac" width="499" height="253" /></p>
<h2>CDs &amp; DVDs</h2>
<p>Clicking on <em>CDs &amp; DVDs</em> in System Preferences, you can set what you want to happen when you insert a disk into your computer. For example, by default, you might want iTunes to open each time you insert a blank CD, because you typically burn songs to a disk. Or maybe when you insert a photo CD you want Photoshop to open instead of iPhoto.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/08/cddvds.png?323f2c" border="0" alt="system preferences mac" width="486" height="261" /></p>
<h2>Keyboard Shortcuts</h2>
<p>There are a whole slew of items and controls under <em>Keyboard</em>. In this area you can add, change, and delete keyboard shortcuts for nearly all the applications on your computer. Click <em>Keyboard Shortcuts</em> and then select <em>Application Shortcuts</em>. It&#8217;s there you can select an existing application and change or delete corresponding shortcut keys.</p>
<p>You can also add shortcut keys to menu items of any application. Read this <a href="http://www.makeuseof.com/tag/slimming-down-and-power-up-your-mac-service-menu/">article</a> to find out more.ï»¿</p>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/08/keyboardshortcuts.png?323f2c" border="0" alt="system preferences mac" width="582" height="350" /></p>
<h2>Limit Spotlight Searches</h2>
<p>You can do what is called a Spotlight search of everything that is saved on your Mac hard drive, but you might only want certain places to be searched. After clicking <em>Spotlight</em> in System Preferences, you can click off items that you don&#8217;t want search results from, such as iCal events or fonts. You can also drag the order in which you want results to appear.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/08/spotlight.png?323f2c" border="0" alt="spotlight.png" width="568" height="450" /></p>
<h2>Active Screen Corners</h2>
<p>You paid a hefty price for your Mac, so learn to use every inch of it. Click on <em>ExposÃ© &amp; Spaces</em>. Under the <em>ExposÃ©</em> tab, you can assign a few actions to the four different corners of your computer screen. If, for example, you want to quickly put your computer to sleep without using a keyboard shortcut, you can arrange to activate it simply by putting your cursor in an assigned corner.</p>
<p>You will also notice that there&#8217;s another set of pull-down buttons for you to assign F-stop keys to perform various actions.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/08/exposesettings.png?323f2c" border="0" alt="exposesettings.png" width="580" height="278" /></p>
<p>And by the way, if you don&#8217;t use Dashboard anymore &#8211; very few of us do &#8211; you can use its assigned F12 key for something else. So click on the pull-down button and assign no key to it.</p>
<h2>Default Sound Settings</h2>
<p>If you&#8217;re using a couple of sound outputs, for your external speakers and headphones, you can set the default for the level of sound. Click on <em>Sound</em> and then select <em>Output</em>. Select the sound device and then adjust output volume to your liking. For instance, you might want the headphone volume lower than the speaker volume. Now whenever you select a volume output device, it will be at the volume level you set.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/08/volumelevel.png?323f2c" border="0" alt="mac system preferences" width="476" height="400" /></p>
<p>In the next part of this article, we&#8217;re going to go over a few advanced items in the Mac System Preferences. Let us know if you have any questions concerning this part of your Mac.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/15-system-preferences-items-mac-user-mac/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Set Up Your iPad: Looking at Mail, iPod, Video, Photos, Store and Apps Settings</title>
		<link>http://www.makeuseof.com/tag/guide-setting-ipad-part-2/</link>
		<comments>http://www.makeuseof.com/tag/guide-setting-ipad-part-2/#comments</comments>
		<pubDate>Sat, 24 Apr 2010 01:31:58 +0000</pubDate>
		<dc:creator>Bakari Chavanu</dc:creator>
				<category><![CDATA[Cool Mac Apps & Tips]]></category>
		<category><![CDATA[ipad]]></category>
		<category><![CDATA[personal settings]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=41088</guid>
		<description><![CDATA[This is part two of a guide to the general preference settings that you should consider making if you want to know how to set up an apple iPad. For those experienced with the iPhone and iPod touch, this guide might not be of much use to you. See part 1, Set Up Your iPad: [...]]]></description>
			<content:encoded><![CDATA[<p><firstimage="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/04/settingsicon12.png" /><img class="align-left" style="border: 0px none; height: 190px; width: auto; margin-right: 20px; margin-top: 5px; margin-bottom: 5px;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/04/settingsicon12.png?323f2c" border="0" alt="settingsicon1.png" vspace="5" width="238" height="239" align="left" />This is part two of a guide to the general preference settings that you should consider making if you want to know how to set up an apple iPad. For those experienced with the iPhone and iPod touch, this guide might not be of much use to you. See part 1, Set Up Your iPad: Detailed Look at General Settings <a href="http://www.makeuseof.com/tag/guide-setting-ipad-part-1/">here</a>.</p>
<p>Over time, when using your iPad, your preferences might change. Typically the default preferences in the iPad are sufficient for new users, but I&#8221;˜m recommending changes you might want to make.</p>
<p><span id="more-41088"></span></p>
<h3><strong>Mail, Contacts &amp; Calendars Settings</strong></h3>
<p>In part one I covered general settings for the iPad. Now we move on to Mail, Contacts, and Calendar settings, which are found by tapping the <em>Settings</em> button on the Home page of your iPad.</p>
<p style="text-align: center;"><img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/04/mail11.png?323f2c" border="0" alt="how do you set up an apple ipad" width="478" height="496" /></p>
<p>Most of the default settings in this area should remain, but here are a few of my recommendations.</p>
<p>1. Apple has made setting your mail account pretty easy. Simply click on <em>Add Account</em> and you&#8217;re presented with five popular and most used email services. Each selection will walk you through the information you need, including your email address and password. Other information is typically filled in for you.</p>
<p style="text-align: center;"><img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/04/mail21.png?323f2c" border="0" alt="how do you set up an apple ipad" width="366" height="193" /></p>
<p>2. Turn on <em>Fetch New Data</em> if you want the iPad to automatically fetch new mail from your account server. Your account must support push service, and most popular ones do. If you have MobileMe, Microsoft Exchange, Yahoo, or Google Mail &#8220;push&#8221; account, that means that your mail will be synched between your iPad and server account.</p>
<p>So when you read and/or delete mail from your iPad those messages will be read and deleted on the server side, and visa versa. A MobileMe account also pushes to sync your contacts, calendars, and bookmarks if you select those items in the account settings. A MobileMe account cost $99 per year.</p>
<p style="text-align: center;"><img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/04/mailservices1.jpg?323f2c" border="0" alt="how do you set up an apple ipad" width="297" height="303" /></p>
<p>3. The settings in area 3 of the screenshot are okay as it is, but if you have a tendency to accidentally delete emails, you might turn on the <em>Ask Before Deleting</em> setting.</p>
<p>If you constantly get people sending you large images in their emails, or if you don&#8217;t want to receive unsolicited images, turn off the <em>Load Remote Images</em> setting.</p>
<p>4. Items in area 4 are self-explanatory, but one change you might want to make is the setting for &#8220;<em>Sent from my iPad</em>&#8220;. This is the mail signature automatically put in emails you send out. It&#8217;s a very cool way of showing people you are a proud and cool iPad owner.</p>
<p>However, to save a little time, consider clicking this setting and adding your name to the signature so that you don&#8217;t have to type your name each time you send out an email. Or if you don&#8217;t want people to know you have an iPad, then simply clear out this default signature and replace it with something else.</p>
<p>5. In this area, you will want to leave the <em>New Invitation Alerts</em> on, especially if you use a Microsoft Exchange or MobileMe account in which you receive event invitations and you want to be alerted when they arrive.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/04/mail22.png?323f2c" border="0" alt="mail2.png" width="366" height="193" /></p>
<p>Typically the Time Zone setting is automatically set when you turn on the iPad, but if not this is where you make that change.</p>
<p>And finally in this area, the default Calendar is set to Birthdays. You&#8217;ll want to change that to another calendar &#8211; that is,unless you input birthdays into your calendar on a regular basis &#8211; so you don&#8217;t have to manually do it when you&#8217;re creating new calendar events.</p>
<p>For Safari settings, see <a href="http://www.makeuseof.com/tag/couple-safaris-keyfeatures-ipad">this article</a> for changes you might consider.</p>
<h3><strong>iPod Settings</strong></h3>
<p>If you have certain music you typically listen to on your iPad, you might consider changing the EQ (equalizer) settings to the type of music you mostly listen to. The changes you make in the EQ can affect how your music sounds. Try out one or more of them and see if they improve the sound of the music you listen to.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/04/ipadsettings_3.jpg?323f2c" border="0" alt="ipadsettings_3.jpg" width="433" height="214" /></p>
<p>The other settings in this area should be okay, unless you need to turn on the Volume Limit to keep music and sounds from playing too loud.</p>
<h3><strong>Video Settings</strong></h3>
<p>For general use, these settings are okay as it is. If you would like videos you play on the iPad to always begin at the beginning, you should switch off the <em>Start Playing</em> setting. If you need closed captioning, turn the setting on. And if you will be playing media content from your iPad on your TV using the separate adaptor, then change the settings in this area. NTSC is the broadcast standard settings for the Americas. For other regions, you select PAL.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/04/ipadsettings_2.jpg?323f2c" border="0" alt="ipadsettings_2.jpg" width="433" height="246" /></p>
<h3><strong>Photos</strong></h3>
<p>Change these settings for your slide shows. The defaults are okay, but you may want to change the timing and repeat settings if you&#8217;re using your iPad for showcasing images on a regular basis, and you want your slide shows to, for example, automatically repeat.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/04/Mobile-Photo-Apr-13-2010-7-27-43-PM.jpg?323f2c" border="0" alt="Mobile Photo Apr 13, 2010 7 27 43 PM.jpg" width="480" height="292" /></p>
<h3><strong>Store</strong></h3>
<p>This is where you simply view your App/iTunes account. No doubt after you purchased your iPad, you set up an iTunes store account to sync data to your iPad. I believe you can run your iPad without an iTunes account, using iTunes gift cards to download apps, music, and other items.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/04/Mobile-Photo-Apr-13-2010-7-27-30-PM.png?323f2c" border="0" alt="Mobile Photo Apr 13, 2010 7 27 30 PM.png" width="480" height="316" /></p>
<h3><strong>Apps</strong></h3>
<p>When you purchase third-party apps from the Apps Store, some applications will have preference settings unique to their program.</p>
<p>For example, in Apple&#8217;s iBook application, I changed the <em>Tap Left Margin</em> to &#8220;<em>Next Page</em>&#8220; because I usually hold the iPad in my left hand and this preference allows me to tap the left as well the right margin to precede to the next page. The few times I need to navigate back to the previous page can easily be done with the swipe of my right hand.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/04/ipadsettings_9.jpg?323f2c" border="0" alt="ipadsettings_9.jpg" width="435" height="468" /></p>
<p>It&#8217;s a good idea to check the preferences of applications you use on a frequent basis to see if there are any changes you can make to improve the use of the program.</p>
<p>If you have an iPad, what settings do you think should be changed?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/guide-setting-ipad-part-2/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Set Up Your iPad: Detailed Look at General Settings</title>
		<link>http://www.makeuseof.com/tag/guide-setting-ipad-part-1/</link>
		<comments>http://www.makeuseof.com/tag/guide-setting-ipad-part-1/#comments</comments>
		<pubDate>Wed, 14 Apr 2010 18:31:32 +0000</pubDate>
		<dc:creator>Bakari Chavanu</dc:creator>
				<category><![CDATA[Cool Mac Apps & Tips]]></category>
		<category><![CDATA[ipad]]></category>
		<category><![CDATA[personal settings]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=40310</guid>
		<description><![CDATA[After a little prompting, any 5 year-old can navigate Apple&#8217;s newest piece of hardware, the iPad. The touch screen technology literally makes it easy to tap on an application and start viewing media, typing text, or navigating the web. There are settings under the hood of iPad which may not be so obvious to new [...]]]></description>
			<content:encoded><![CDATA[<p><firstimage="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/04/settingsicon1.png" /><img class="align-left" style="border: 0px none;margin-right:20px;height:200px" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/04/settingsicon1.png?323f2c" vspace="5" align="left" />After a little prompting, any 5 year-old can navigate Apple&#8217;s newest piece of hardware, the iPad. The touch screen technology literally makes it easy to tap on an application and start viewing media, typing text, or navigating the web.</p>
<p>There are settings under the hood of iPad which may not be so obvious to new users. If you&#8217;re an experienced user of an iPod touch or an iPhone, this article on how to set up an Apple iPad may not be of much use to you. </p>
<p>But if you&#8217;re new to Apple&#8217;s mobile devices &#8211; perhaps a recent owner of the iPad &#8211; then you will need to be familiar with the various preferences settings for the iPad. This is part one of a two-part series about the system preferences (<strong>note</strong>: the settings described here are based on the Wi-Fi version of the iPad, not the iPad 3G version.)</p>
<p><span id="more-40310"></span></p>
<h3><strong>General Settings</strong></h3>
<p>Let&#8217;s start off with general settings. Click on the <em>Settings</em> icon on the homepage of iPad. The default settings for your iPad are typically okay, but there some settings you may want or may need to change based on how you use the device. Some of this information is based on the official <a href="http://support.apple.com/manuals/#ipad">iPad User Guide (PDF)</a>, as well as my own recommendations as an experienced user of the iPhone and iPad. The PDF guide is great, but does not always include useful screenshots.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/04/general.jpg?323f2c" alt="how do you set up an apple ipad" width="435" height="580" /></p>
<h3><strong>1. About </strong></h3>
<p>Clicking on <em>About</em> will give you a general overview of the content on your iPad, including how many songs, videos, photos and applications you have installed. It reminds you of the memory capacity of your iPad and how much you have available.</p>
<p>The list, as you can see, also includes the model and serial number, which you should copy and keep a part of your records just in case the device is ever lost or stolen.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/04/general2.jpg?323f2c" alt="how do you set up an apple ipad" width="570" height="760" /></p>
<h3><strong>2. Sounds</strong></h3>
<p>These preferences refer to sounds you hear when, for instance, new mail arrives or is sent. If hearing these sounds for various features bugs you, simply click them off. I generally like hearing the keyboard click when I&#8217;m typing, but I don&#8217;t need to hear a beep for new mail and calendar alerts.  Your preferences and needs may be different.</p>
<p style="text-align: center;"><img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/04/PhotoToMac-Bakari-Chavanu's-iPad-101.jpg" border="0" alt="how do you set up an apple ipad" width="480" height="300" /></p>
<h3><strong>3. Network</strong></h3>
<p>When you first turn on your iPad, if there&#8217;s a free Wi-Fi network available, the device will automatically try to link to the network. This is where you would go if you need to manually connect to a Wi-Fi network. The VPN stands for <a href="http://www.makeuseof.com/tag/virtual-private-network-work-technology-explained">Virtual Private Network</a>, which is used within businesses and organizations &#8220;to communicate information securely over a non-private network.&#8221; You may need to ask a network administrator for the settings you need to configure for a VPN (see the iPad Manual for information).</p>
<h3><strong>4. Bluetooth</strong></h3>
<p>If you have a <a href="http://www.makeuseof.com/tag/technology-explained-what-is-bluetooth">Bluetooth</a> device like a set of headphones, speakers, or a Bluetooth keyboard, you can turn on Bluetooth so it can locate those devices.</p>
<p style="text-align: center;"><img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/04/ipadsettingbluetooth.jpg?323f2c" border="0" alt="setting up an ipod" width="480" height="196" /></p>
<h3><strong>5. Location Services</strong></h3>
<p>Location Services is used for the Maps and location aware applications of your iPad to determine your approximate location when your iPad is turned on and your Wi-Fi is enabled. The iPad Wi-Fi + 3G uses cellular networks and GPS to determine your location. Doesn&#8217;t hurt much to keep it enabled.</p>
<h3><strong>6. Auto-Lock</strong></h3>
<p>This setting automatically closes and locks your iPad after a designated period of time. Increasing the time will often reduce the battery charge, so you should probably leave it at default.</p>
<h3><strong>7. Passcode Lock</strong></h3>
<p>Use this setting if you use a designated passcode for unlocking your iPad. If you travel a lot, you might want to use this setting just in case your iPad is ever lost or stolen. Additional settings will erase data on your iPad after a specified period of time.</p>
<p style="text-align: center;"><img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/04/ipadsettings_15.jpg?323f2c" border="0" alt="setting up an ipod" width="480" height="292" /></p>
<h3><strong>8. Restrictions</strong></h3>
<p>If you have kids and you want to restrict them from using Safari, installing applications, viewing explicit videos and TV shows, etc. then you will want to check out the settings for this area.</p>
<p style="text-align: center;"><img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/04/ipadsettings_14.jpg?323f2c" border="0" alt="setting up an ipod" width="480" height="452" /></p>
<h3><strong>9. Home</strong></h3>
<p>This a handy preference for quickly navigating to the <em>Home, Search</em> or <em>iPod</em> page of your iPad. When you double-click the <em>Home</em> button, it will take you to your selected preference. A single-click of the <em>Home</em> button takes you to the <em>Home</em> page, so I don&#8217;t see why there&#8217;s any reason to use this setting for Home.</p>
<p style="text-align: center;"><img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/04/ipadsettings_34.jpg?323f2c" border="0" alt="how to set up an ipod" width="480" height="269" /></p>
<h3><strong>10. Date &amp; Time</strong></h3>
<p>The default settings for the date and time information in the status bar at the top of the screen will probably be okay, but this is where you&#8217;d change those settings if you  travel to different time zones or countries.</p>
<h3><strong>11. Keyboard</strong></h3>
<p>Theses settings refer to what happens when you type on the built-in keyboard software or an external keyboard. I recommend enabling all these features for they assist you in typing faster on the iPad. Auto-Correction corrects common misspellings; Auto-Capitalization capitalizes the first word of each new sentence you write (as long as there is a period before the new sentence.) Doubling-clicking on the Shift key of the keyboard will lock the caps key and all the  letters you type will be in uppercase. The &#8220;,&#8221; shortcut lets you double-tap the space bar to enter a period followed by a space when you&#8217;re typing. There&#8217;s no reason to turn this off.</p>
<p style="text-align: center;"><img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/04/ipadsettings_33.jpg?323f2c" border="0" alt="how to set up an ipod" width="480" height="269" /></p>
<p style="text-align: center;"><img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/04/ipadsettings_16.jpg?323f2c" border="0" alt="how to set up an ipod" width="480" height="166" /></p>
<h3><strong>12. International</strong></h3>
<p>The default for these settings are based on the country where you purchased the iPad, so they typically don&#8217;t need to be changed. But this is where you can change the settings for different languages and logistical information.</p>
<p style="text-align: center;"><img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/04/ipadsettings_11.jpg?323f2c" border="0" alt="how to set up an ipod" width="480" height="444" /></p>
<h3><strong>13. Accessibility</strong></h3>
<p>These settings are mainly for visually impaired users, or people who are deaf, hard of hearing, or have a physical or learning disability.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/04/ipadgeneralsettings_3.jpg?323f2c" border="0" alt="ipadgeneralsettings_3.jpg" width="480" height="295" /></p>
<h3><strong>14. Battery Percentage</strong></h3>
<p>This setting displays the percentage of battery charge next to the battery icon in the upper-right-corner. I see no reason to turn it off.</p>
<h3><strong>15. Reset</strong></h3>
<p>Lastly, if you for some reason need or want to get back to the first default settings for the iPad, this is the place to do it. If for example you decide to sell your iPad, you will want to reset all the settings and erase content for the new owner.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/04/ipadsettings_44.jpg?323f2c" border="0" alt="ipadsettings_44.jpg" width="480" height="269" /></p>
<p>Well, that&#8217;s it for general settings. If you&#8217;re an experienced iPhone/iPod touch user or iPad owner, let us know what settings you use in this area.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/guide-setting-ipad-part-1/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached (Requested URI is rejected)
Database Caching 1/44 queries in 0.065 seconds using apc
Object Caching 707/802 objects using disk: basic
Content Delivery Network via main.makeuseoflimited.netdna-cdn.com

Served from: www.makeuseof.com @ 2012-02-10 20:31:11 -->
