<?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>Life is a State of Mind &#187; Computers</title>
	<atom:link href="http://blog.scottnolan.org/category/computers/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.scottnolan.org</link>
	<description>ideas, thoughts, rants</description>
	<lastBuildDate>Mon, 06 Feb 2012 15:14:50 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Fun UNIX Shell Tricks</title>
		<link>http://blog.scottnolan.org/2012/02/01/fun-unix-shell-tricks/</link>
		<comments>http://blog.scottnolan.org/2012/02/01/fun-unix-shell-tricks/#comments</comments>
		<pubDate>Wed, 01 Feb 2012 22:00:59 +0000</pubDate>
		<dc:creator>snolan</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Fun]]></category>

		<guid isPermaLink="false">http://blog.scottnolan.org/?p=2364</guid>
		<description><![CDATA[I wanted to know what was the last date of the preceding month to now&#8230; regardless of when now is&#8230; The UNIX/Linux cal command came to the rescue: cal -3 &#124; cut -c1-16 &#124; grep -v "^ *$" &#124; tail -1 &#124; sed -e 's/^..* \([23][0-9]\)/\1/' It turns out you need a fairly modern version [...]]]></description>
			<content:encoded><![CDATA[<p>I wanted to know what was the last date of the preceding month to now&#8230; regardless of when now is&#8230;  The UNIX/Linux <strong>cal</strong> command came to the rescue:</p>
<p><code>cal -3 | cut -c1-16 | grep -v "^ *$" | tail -1 | sed -e 's/^..* \([23][0-9]\)/\1/'</code><br />
It turns out you need a fairly modern version of the <strong>cal</strong> command.  Darn&#8230; perhaps gnu cal will help if your system has an older cal version.</p>
<p>How it works&#8230;</p>
<p><code>cal -3</code></p>
<p>Gives me three months; the month prior, the month I am in, and the next month.</p>
<p><code>cut -c1-16</code></p>
<p>Ignores this month and next month.</p>
<p><code>grep -v "^ *$"</code></p>
<p>Ignores any blank lines, note the space between the ^ and the $.</p>
<p><code>tail -1</code></p>
<p>Ignores all except the last week of dates.</p>
<p><code>sed -e 's/^..* \([23][0-9]\)/\1/'</code></p>
<p>Uses the streams editor to ignore all except the last two digits, and specifically, only the last two that begin with 2 or 3 (all months have 28, 29, 30, or 31 days in them).  Note the space preceding the \ character.</p>
<p>We are left with the last day of the preceding month, no matter which month it is now.  So&#8230; why was I trying to solve this again?</p>
<p><strong>Update:</strong> Alan points out that on modern systems with TimeZone features you can actually just have <strong>date</strong> itself do all the heavy lifting:<br />
<code>TZ=`/bin/date +%Z`<br />
DS=`TZ=${TZ}+24 /bin/date +%m-%d-%y`<br />
echo "Current time `/bin/date +%m-%d-%y`"<br />
echo "One day earlier $DS"<br />
DS=`TZ=${TZ}-24 /bin/date +%m-%d-%y`<br />
echo "One day later $DS"</p>
<p>TZ=`/bin/date +%Z` ; TZ=${TZ}+24 /bin/date +%d<br />
</code></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.scottnolan.org/2012/02/01/fun-unix-shell-tricks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Egads, more than a month since my last post&#8230;</title>
		<link>http://blog.scottnolan.org/2012/01/10/egads-more-than-a-month-since-my-last-post/</link>
		<comments>http://blog.scottnolan.org/2012/01/10/egads-more-than-a-month-since-my-last-post/#comments</comments>
		<pubDate>Tue, 10 Jan 2012 09:47:15 +0000</pubDate>
		<dc:creator>snolan</dc:creator>
				<category><![CDATA[Aquariums]]></category>
		<category><![CDATA[Computers]]></category>
		<category><![CDATA[Local]]></category>
		<category><![CDATA[Movies]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[Wine]]></category>

		<guid isPermaLink="false">http://blog.scottnolan.org/?p=2346</guid>
		<description><![CDATA[Clearly I have been a little overwhelmed by life lately, and that has been both good and bad&#8230; Trivial little updates and one liners are so easy on that mixed blessing/curse of Facebook that I am afraid I have neglected more thoughtful writing here. I will try to catch up a little for those who [...]]]></description>
			<content:encoded><![CDATA[<p>Clearly I have been a little overwhelmed by life lately, and that has been both good and bad&#8230;  Trivial little updates and one liners are so easy on that mixed blessing/curse of Facebook that I am afraid I have neglected more thoughtful writing here.</p>
<p>I will try to catch up a little for those who are not inclined to use farcebook&#8230;</p>
<p>Some catchup below the fold:<br />
<span id="more-2346"></span></p>
<p>I had a lovely Thanksgiving and then went through a brief period of feeling out of touch with the world because my two jobs are resetting my natural clock and daily rhythm to a schedule that few of my friends share.  I have learned that some people don&#8217;t mind a late night text and phone call, and for that I am grateful as I can talk to people on my drive home from the 2nd job.  With both of us working two jobs, Erci and I are seeing less of each other so we&#8217;ve made an effort to have a date night now and then.  We got to see the recent Muppet movie, and were delighted by the show, the dance numbers, and the appearance of both Jim Parsons and Neil Patrick Harris.</p>
<p>I once again (and pretty much every quarter) am very grateful to Mike Bombich for <a href="http://www.bombich.com">Carbon Copy Cloner</a> which makes full backups of your Macs easy and you can boot from them.  Highly recommended.</p>
<p>I took advantage of some employee discounts and replaced our original Time Capsule with a new one and our D-Link with an Airport Extreme for much faster wireless throughout the house.  I am also replacing the Linux with Xen virtual Open Filer machine iSCSI disk share to an old Mac Mini as home media server with Linux NFS shared directly to newer Mac Mini as Media controller and AppleTV units as Media viewers.  This is the sort of thing I find fun!</p>
<p>A lot of my personal project time got stolen when I discovered my 120 gallon marine reef aquarium spring a leak!  Jeff Lofgren was my hero and helped me move the fish, shrimp, corals, and other living things to a variety of smaller tanks and coolers the day the leak was discovered, and most everything survived (though I did have one of the smaller tanks crash).  I am trying to get the leak repaired so I can put the big tank back together again, but have not had time to really progress on it much.</p>
<p>Discovered that Domaine Raspail-Ay 2008 Gigondas is a spectacular wine while having a lovely dinner out with a special friend, highly recommended.  I also found out that Fireworx pizza in Leesburg is delicious for those who can do gluten, thanks to co-workers for dragging me there.</p>
<p>ThinkGeek has some pretty spectacular iPad cases with integrated Bluetooth keyboards.</p>
<p>Cassandra and Jeff recommended and lent us &#8220;Across the Universe&#8221; and we finally watched it Christmas Day and it is both spectacular and moving.  I went out and bought my own copies of both the movie and the soundtrack the very next day and have been listening to it ever since&#8230; beautiful dance numbers, some very compelling re-arrangements of Beatles music.</p>
<p>I am trying to get several appliances and home repairs done, and we keep running into no one wanting to pick up work, so I guess the economy must be recovering.  I am learning that I despise the incompetence that is Sears Appliance Repair, and the fact that they seem to have bought out all the competition.  Our Dacor oven has an F1 code alert, which indicates problem with the control panel.  Our Viking under-counter fridge has been out for ages with a failed thermostat.  We have a small roof leak over our kitchen.  All will get fixed eventually, but it&#8217;s like pulling teeth to get people to come take our money and fix things.</p>
<p>I successfully replaced a 5th generation iPod classic hard drive and then sold it to a niece for the cost of the replacement parts, very happy that was so easy.  Steve and Ashley helped me bring the 120 gallon tank outside and hose it out, and then my hero Jeff Lofgren and Alexandrea Lynch helped bring it back in on New Year&#8217;s Eve&#8230;  Odd mystery, it did not leak when outside, nervous about filling it without having done a repair&#8230;</p>
<p>Jill and Eddie hosted the Molecular Mixology blow-out bash to bring in the New Year at their place and Kate, Erci, and I joined many friends there and had a fantastic time being irresponsible&#8230;  I discovered that coughing after sipping Pyrat rum over a bonfire can be a mini-fireworks show!</p>
<p>Now I am recovering from a fairly nasty ear/throat virus and then infection&#8230;  Life is always full of surprises.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.scottnolan.org/2012/01/10/egads-more-than-a-month-since-my-last-post/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iOS Airport Utility on iPad has a nifty feature</title>
		<link>http://blog.scottnolan.org/2011/11/23/ios-airport-utility-on-ipad-has-a-nifty-feature/</link>
		<comments>http://blog.scottnolan.org/2011/11/23/ios-airport-utility-on-ipad-has-a-nifty-feature/#comments</comments>
		<pubDate>Thu, 24 Nov 2011 04:41:52 +0000</pubDate>
		<dc:creator>snolan</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Fun]]></category>
		<category><![CDATA[House]]></category>
		<category><![CDATA[Airport Utiity]]></category>
		<category><![CDATA[iOS]]></category>
		<category><![CDATA[ipad]]></category>
		<category><![CDATA[networks]]></category>

		<guid isPermaLink="false">http://blog.scottnolan.org/?p=2337</guid>
		<description><![CDATA[I noticed a pretty nifty feature of the Airport Utility app on my iOS 5.0.1 based iPad. When I have multiple Apple branded Airport devices wired to the same network, they appear side by side on the Airport Utility&#8217;s topology map: When I have one Airport device daisy chained off another, both setting up private [...]]]></description>
			<content:encoded><![CDATA[<p>I noticed a pretty nifty feature of the Airport Utility app on my iOS 5.0.1 based iPad.<br />
When I have multiple Apple branded Airport devices wired to the same network, they appear side by side on the Airport Utility&#8217;s topology map:</p>
<p><image src="http://scottnolan.org/airport_network1.png" width="65%" alt="Access Points on a Network"/></p>
<p>When I have one Airport device daisy chained off another, both setting up private NAT networks, they appear in series, correctly reflecting the new topology!</p>
<p><image src="http://scottnolan.org/airport_network2.png" width="65%" alt="Network within a Network"/></p>
<p>Sadly this is not the case on my iOS 5.0.1 based iPhone 4, it simply shows all the network devices it can see in series regardless of the actual network topology.</p>
<p>I still think it is really cool that a topology map is created at all!  Thanks Apple.  I guess I am a geek, having fun with networks.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.scottnolan.org/2011/11/23/ios-airport-utility-on-ipad-has-a-nifty-feature/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Evernote totally rocks!</title>
		<link>http://blog.scottnolan.org/2011/10/06/evernote-totally-rocks/</link>
		<comments>http://blog.scottnolan.org/2011/10/06/evernote-totally-rocks/#comments</comments>
		<pubDate>Thu, 06 Oct 2011 17:57:01 +0000</pubDate>
		<dc:creator>snolan</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[cloud]]></category>
		<category><![CDATA[Evernote]]></category>
		<category><![CDATA[Lion]]></category>
		<category><![CDATA[Palm Desktop]]></category>

		<guid isPermaLink="false">http://blog.scottnolan.org/?p=2307</guid>
		<description><![CDATA[I am replacing (finally) my venerable Palm Tungsten C and Palm Desktop Software on my Macs with Evernote… and it may replace some other things too &#8211; initial impression is: amazing! The driver to get off Palm Desktop (which I admit to using less and less lately) is that it is a PowerPC app on [...]]]></description>
			<content:encoded><![CDATA[<p>I am replacing (finally) my venerable Palm Tungsten C and Palm Desktop Software on my Macs with <a href="http://evernote.com">Evernote</a>… and it may replace some other things too &#8211; initial impression is: amazing!</p>
<p>The driver to get off Palm Desktop (which I admit to using less and less lately) is that it is a PowerPC app on Macs that only runs because of Rosetta PowerPC emulation on intel based Macs.  Rosetta is not in Lion, so in order to upgrade to Lion I need to replace Palm Desktop.</p>
<p>The Evernote solution looks vastly more attractive and sustainable.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.scottnolan.org/2011/10/06/evernote-totally-rocks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bring Your Own Devices Policies and Thin Client Technology</title>
		<link>http://blog.scottnolan.org/2011/09/26/bring-your-own-devices-policies-and-thin-client-technology/</link>
		<comments>http://blog.scottnolan.org/2011/09/26/bring-your-own-devices-policies-and-thin-client-technology/#comments</comments>
		<pubDate>Mon, 26 Sep 2011 12:06:47 +0000</pubDate>
		<dc:creator>snolan</dc:creator>
				<category><![CDATA[Computer Security]]></category>
		<category><![CDATA[Computers]]></category>
		<category><![CDATA[Bring Your Own Device Policy]]></category>
		<category><![CDATA[IT]]></category>
		<category><![CDATA[Thin Client]]></category>
		<category><![CDATA[Virtual Desktop]]></category>

		<guid isPermaLink="false">http://blog.scottnolan.org/?p=2299</guid>
		<description><![CDATA[This is an interesting trend, and with the availability of thin clients and server hosted desktops (eg: VMware OpenView) it is possible to let employees use their own laptops yet never have any corporate data on them, as the data can stay on the desktop server in the data center. More Offices Let Workers Choose [...]]]></description>
			<content:encoded><![CDATA[<p>This is an interesting trend, and with the availability of thin clients and server hosted desktops (eg: VMware OpenView) it is possible to let employees use their own laptops yet never have any corporate data on them, as the data can stay on the desktop server in the data center.</p>
<p><a href="http://www.nytimes.com/2011/09/23/technology/workers-own-cellphones-and-ipads-find-a-role-at-the-office.html?_r=2&#038;pagewanted=all">More Offices Let Workers Choose Their Own Devices</a> (NY Times)</p>
<p>Sun tried to do this with thin clients a few years ago, but wireless networking technology was not as robust then, and when the device is tied to a physical cable it does not work as well.</p>
<p>Imagine the improved security if the laptop you used for work never actually had any corporate data on it, but instead only had virtual private network (VPN) links and a thin client to access a virtual desktop in the company data center where all your files and work data lived.  If your laptop got stolen, the VPN keys on it could be marked invalid at the server side, and the only loss is the physical laptop &#8211; no data lost at all.</p>
<p>Imagine the greater comfort and usability if users could pick their preferred laptop and install the software they liked, because whatever is running on their laptop cannot get to the virtual desktop with their pristine corporate information.  Security officers and users both happier and perhaps more productive, and risk analysts are probably jumping for joy.</p>
<p>I&#8217;d also wager more people pick Apple and Alienware devices.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.scottnolan.org/2011/09/26/bring-your-own-devices-policies-and-thin-client-technology/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Spreadsheet Foo in Numbers</title>
		<link>http://blog.scottnolan.org/2011/09/10/spreadsheet-foo-in-numbers/</link>
		<comments>http://blog.scottnolan.org/2011/09/10/spreadsheet-foo-in-numbers/#comments</comments>
		<pubDate>Sat, 10 Sep 2011 10:49:27 +0000</pubDate>
		<dc:creator>snolan</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Excel]]></category>
		<category><![CDATA[Numbers]]></category>
		<category><![CDATA[Pivot-Tables]]></category>
		<category><![CDATA[spreadsheets]]></category>
		<category><![CDATA[Table Categories]]></category>

		<guid isPermaLink="false">http://blog.scottnolan.org/?p=2292</guid>
		<description><![CDATA[For those of you with Numbers &#8217;09 (usually part of iWork &#8217;09) who want the functionality of Excel Pivot-Tables in your Numbers spreadsheets, check out Table Categories in Numbers: MacMost Now 478: Pivot Tables in iWork 09 Numbers Gary has perhaps the best layman&#8217;s explanation of Pivot Tables and how you can effectively accomplish the [...]]]></description>
			<content:encoded><![CDATA[<p>For those of you with Numbers &#8217;09 (usually part of iWork &#8217;09) who want the functionality of Excel Pivot-Tables in your Numbers spreadsheets, check out Table Categories in Numbers:</p>
<p><a href="http://macmost.com/pivot-tables-in-iwork-09-numbers.html">MacMost Now 478: Pivot Tables in iWork 09 Numbers</a></p>
<p>Gary has perhaps the best layman&#8217;s explanation of Pivot Tables and how you can effectively accomplish the same result without a separate table using Table Categories in Numbers.</p>
<blockquote><p>While iWork Numbers doesn’t have true pivot tables, you can get similar results using Table Categories. This feature lets you group data together in various ways to reveal the same summaries that you can get with pivot tables.</p></blockquote>
<p>Sadly MacMost is still Adobe Flash based, so I had to watch it in Chrome as I disable OS based Flash on my Macs</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.scottnolan.org/2011/09/10/spreadsheet-foo-in-numbers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Initial iPad Setup</title>
		<link>http://blog.scottnolan.org/2011/08/09/initial-ipad-setup/</link>
		<comments>http://blog.scottnolan.org/2011/08/09/initial-ipad-setup/#comments</comments>
		<pubDate>Tue, 09 Aug 2011 19:14:31 +0000</pubDate>
		<dc:creator>snolan</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[App Store]]></category>
		<category><![CDATA[ipad]]></category>
		<category><![CDATA[iTunes]]></category>
		<category><![CDATA[iTunes Music Store]]></category>

		<guid isPermaLink="false">http://blog.scottnolan.org/?p=2278</guid>
		<description><![CDATA[A beloved relative recently asked me for help setting up their new iPad 2, and I responded initially with a long email that detailed how to first update iTunes on their Mac and then plug in and update the iPad itself. I went on to have them grab three free apps and a free book [...]]]></description>
			<content:encoded><![CDATA[<p>A beloved relative recently asked me for help setting up their new iPad 2, and I responded initially with a long email that detailed how to first update iTunes on their Mac and then plug in and update the iPad itself.  I went on to have them grab three free apps and a free book from the app store as an exercise in how to search the app store, &#8220;purchase&#8221; a free app, download it to iTunes on the computer, and install it to the iPad.  Then I told them how to set up Wi-Fi networking to connect to their own home network to start enjoying the iPad.  Everything was written at a basic level so even non-computer users could do the tasks and build some iPad skills.</p>
<p>It occurred to me that it might be worthwhile to share the steps in case others have non-techie relatives who want to make this stuff work.</p>
<p><span id="more-2278"></span></p>
<p>This procedure is to help someone update their iTunes software on a computer, connect an iPad, and install a couple of basic apps on the iPad so they can see how it is done.</p>
<p>Starting assumptions:</p>
<ul>
<li>This is all written for a Macintosh running Leopard or Snow Leopard, I suspect it largely works the same on Windows or Lion as well</li>
<li>I always set up computers for myself and friends and relatives with an Admin account (for installing software, running updates, and doing backups) that is separate from any user accounts (that are used for everything else).  The user accounts do NOT have administrative rights, this forces them to log into Admin separately if they really want to install software and prevents browser hijacking from getting out of hand even with the worst browsers.  If you have your regular user account set up with administrative rights, you can skip all the switch user to Admin bits and install things as your regular user id.</li>
<li>I am assuming that you already have an iTunes account associated with a credit card, which is required even for free stuff as proof of verification at the iTunes store</li>
<li>I am assuming you already have a Wi-Fi network, if not you will either need one set up or you will need a 3G iPad with a data plan from one of the wireless carriers (AT&#038;T or Verizon).</li>
</ul>
<p>This is really easy, have fun.  If it is not fun, take a break and resume later.</p>
<p>The first time you connect and update your iPad will be the longest sync and the most complexity &#8211; do not be discouraged; most of the time simply plugging it in will be enough to do everything you need.</p>
<p>First, update iTunes on the computer you plan to sync your iPad to:</p>
<ol>
<li>Log out of all users other than Admin, and quit all running applications</li>
<li>Log into the Admin account and pull down the Apple Menu to &#8220;Software Update&#8230;&#8221;
<p>Select any updates you want, and make sure iTunes is checked if it is on the list<br />
I typically select everything on the list<br />
Activate the install to update your computer, it may need a reboot, that is ok</p>
</li>
</ol>
<p>When your computer is done with the updates it will either reboot, or you can log out of the Admin account and log back in as yourself.</p>
<p>Either way, as your own user account, log in and plug in the iPad using the USB cable it came with.</p>
<p>That will start iTunes automatically and begin a sync operation between iTunes and the iPad.<br />
Go get a cup of tea&#8230; the first sync will take a short while.</p>
<p>When the sync is done, iTunes will show a new DEVICE in the left hand side navigation bar; it will be the name of your new device &#8211; which is probably simply &#8220;iPad&#8221; until you name it.  Mine happens to be named Thoreau, but you can chose anything you like.</p>
<p><img src="http://scottnolan.org/itunes_device.png" alt="iPad device in iTunes sidebar, mine is named Thoreau"/></p>
<p>Click the device name &#8220;iPad&#8221; twice to change it&#8217;s name to anything you like.</p>
<p>Click just once to select the iPad and the main iTunes window changes to a summary of the iPad&#8217;s software.  Click the tab at the top labeled &#8220;Info&#8221; to see the iPad version, memory, size&#8230;</p>
<p>In the Version section, click the &#8220;Check for Update&#8221; button, if an update is available, go ahead and download and install it.  Grab another cup of tea, this will take a long while as well.</p>
<p>Once both iTunes on your computer and iOS on your iPad are up to date, now we configure what gets put on your iPad with each sync operation.</p>
<p>Click the Device Name again, then the Info Tab.  Scroll down the window and&#8230;</p>
<ul>
<li>If you want Address Book contacts from your Mac shared with the iPad &#8211; make sure to check Sync Address Book Contacts</li>
<li>If you want iCal calendars from your Mac shared with the iPad &#8211; make sure to check Sync iCal calendars</li>
<li>If you want Mail Accounts from your Mac shared with the iPad &#8211; make sure to check Sync Mail Accounts</li>
<li>Are you using Safari on you Mac as a web browser?  If so, click Sync Safari bookmarks too</li>
<p>I recommend all four &#8211; though it means anyone with access to your iPad can see those things too &#8211; which is probably fine unless a lot of people have access to your iPad when you are not around</p>
</ul>
<p>I suggest you sync all Music, Movies, TV Shows, Podcasts, Books, and Photos too &#8211; though you may run out of space. If you do &#8211; that&#8217;s ok &#8211; just turn off syncing of some of those things that you are not likely to use on the iPad first until there is enough space.  Photos are REALLY handy to have on the iPad &#8211; I&#8217;d keep them synced the longest if you can.</p>
<p>Now the real fun begins, let&#8217;s grab a couple of apps.  This is something you will be doing a lot of, and it much easier than everything you have done so far.</p>
<p>I&#8217;d stick to free for the moment&#8230; unless there is something you REALLY want.<br />
Most Apps are cheap (99 cents to $9.99) &#8211; but why spend if there are free things out there?</p>
<p>In iTunes, click on the iTunes Store (should be four up from your iPad device on the left hand listing).<br />
That goes to Apple and brings up their iTunes Store.<br />
You may need to sign in with your iTunes Store account &#8211; I am pretty sure you already have one.<br />
Music is the default storefront; but for the iPad we want Apps.  Click the App Store tab.<br />
It has two store fronts&#8230; iPhone and iPad &#8211; click the iPad one (though iPhone apps will work too).<br />
Note the Search Store field in the top-right hand corner&#8230;</p>
<p>That is a VERY USEFUL thing.  The Apple iTunes Store is a horrible place to browse&#8230;  sadly&#8230; I much prefer reading about stuff online and then searching for them using that Search Store field.</p>
<p><img src="http://scottnolan.org/itms_search_widget.png" alt="iTunes Music Store Search Widget"/></p>
<p>Search for <strong>Pocket Pond HD</strong><br />
You should get three or four apps, that match that search.  One should be Pocket Pond HD for free.  Click the &#8220;Free&#8221; button (the word itself is the button).</p>
<p>That should begin your &#8220;purchase&#8221; (of $0.00) and download of that App to your iMac.  You may need to login to iTunes Store again to prove you are you and not someone else.</p>
<p>While Pocket Pond HD is downloading, start a second search:  <strong>iBooks</strong><br />
Once again there are two sets of apps, iPhone and iPad &#8211; click the Free button next to the iPad one.</p>
<p>While iBooks is downloading, start a third search: <strong>iPad User Guide for iOS 4.3</strong><br />
This is not an app, but is actually a free book that will be read in the iBooks app.  Click the &#8220;Free&#8221; button.</p>
<p>While that book is downloading, start a fourth search:  <strong>Skype</strong><br />
You will see two sets of apps this time, iPhone and iPad apps &#8211; find the Skype for iPad app and click the &#8220;Free&#8221; button again.</p>
<p>That&#8217;s enough to start with.  Let them finish downloading.</p>
<p>Once they are done downloading, Right-Click on the iPad device (or whatever you named it to be) and and select Sync from the pop-up menu:</p>
<p><img src="http://scottnolan.org/itunes_device_popup.png" alt="device pop-up menu in iTunes"/></p>
<p>It will take a few moments to Sync.<br />
When it is done, pull the USB cable off both ends.</p>
<p>All the Apps that come with your iPad will be there &#8211; but there will be three new ones.<br />
<strong>Pocket Pond HD</strong><br />
<strong>iBooks</strong><br />
<strong>Skype</strong></p>
<p>They may not fit on the first screen, just swipe your fingers right or left to change screens and see more apps.</p>
<p>Tap the Pocket Pond icon to enjoy a hand held Koi pond and sounds of nature&#8230;  Tap the screen to splash the fish&#8230;  enjoy.  This is a silly app just to show you how to download an app and to interact with the screen a little.</p>
<p>OK &#8211; next we need to let your iPad on your home network.</p>
<p>On the iPad &#8211; tap the Settings button.</p>
<p>Under Airplane Mode there should a menu for Wi-Fi.  Tap that.</p>
<p>Make sure Wi-Fi is on (slide the button until a blue ON appears).</p>
<p>Choose your home Wi-Fi network, and enter it&#8217;s password if you need to.<br />
This puts your iPad on the home network.  Now things like Mail, Safari, Skype, Maps all work.</p>
<p>Next, tap your iBooks app and open the iPad User Guide book.  Read it as much as you like, turn pages by swiping a finger across the screen.  This book is free, but not all books are free.  iBooks has many free and many paid books that are licensed through Apple.</p>
<p>When you finish that &#8211; try out Skype (if you have a Skype account) to call a relative for free.<br />
You can ( but do not have to ) do video phone calls &#8211; assuming cameras are at both ends (both your iMac and your iPad have cameras).  I tend to only use Skype for text chat (like Adium/AIM) and voice calls &#8211; but some like the video call feature.</p>
<p>Other Free Apps to check out:</p>
<ul>
<li>BBC News	- BBC News</li>
<li>ABC Player	- ABC shows</li>
<li>NPR		- NPR news and Public Radio shows</li>
<li>The Weather Channel (TWC MAX+)	- Weather with Radar Maps and Locale updates</li>
<li>SoundHound (free version &#8211; there are paid ones too)	- listens to music you hear play, and tries to &#8220;Name that Tune&#8221; for you</li>
<li>Shazam &#8211; listens to music you hear play, and tries to &#8220;Name that Tune&#8221; for you</li>
<li>The Onion</li>
<li>Yelp &#8211; look up reviews of restaurants nearby</li>
<li>SnapTell &#8211; take a picture of a product, UPC label, or barcode; get price information online</li>
<li>Gallery &#8211; lets you view people&#8217;s MobileMe galleries (MobileMe has been shrinking &#8211; but will be replaced with iCloud)</li>
<li>iBooks &#8211; lets you read books, magazines, newspapers on your ipad &#8211; catch, you still have to buy books from Apple or find free books</li>
<li>eReader &#8211; lets you read books, magazines, newspapers on your ipad &#8211; catch, you still have to buy books or find free books or ePub documents</li>
<li>Nook &#8211; lets you read books, magazines, newspapers on your ipad &#8211; catch, you still have to buy books from Barnes &#038; Noble or find free books</li>
<li>Kindle &#8211; lets you read books, magazines, newspapers on your ipad &#8211; catch, you still have to buy books from Amazon or find free books</li>
<li>Free Books &#8211; lets you read books, magazines, newspapers on your ipad &#8211; catch, limited to free books only</li>
<li>Bookman &#8211; lets you read books, magazines, newspapers on your ipad &#8211; catch, limited to free books only</li>
</ul>
<p>So far &#8211; all those apps are free.  You can add more and buy some as you like.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.scottnolan.org/2011/08/09/initial-ipad-setup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tricking iCal into Next 7 Day view</title>
		<link>http://blog.scottnolan.org/2011/06/10/tricking-ical-into-next-7-day-view/</link>
		<comments>http://blog.scottnolan.org/2011/06/10/tricking-ical-into-next-7-day-view/#comments</comments>
		<pubDate>Fri, 10 Jun 2011 14:32:58 +0000</pubDate>
		<dc:creator>snolan</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[iCal]]></category>

		<guid isPermaLink="false">http://blog.scottnolan.org/?p=2243</guid>
		<description><![CDATA[Found an undocumented &#8220;feature&#8221; of iCal &#8211; it is possible to get it to behave correctly by setting iCal/Preferences/General as follows: Days per week: 7 Start week on: Wednesday Scroll in week view by: Days What is interesting is that this does NOT do what you would think, it actually does The Right Thing(tm) and [...]]]></description>
			<content:encoded><![CDATA[<p>Found an undocumented &#8220;feature&#8221; of iCal &#8211; it is possible to get it to behave correctly by setting iCal/Preferences/General as follows:<br />
Days per week: 7<br />
Start week on: Wednesday<br />
Scroll in week view by: Days</p>
<p>What is interesting is that this does NOT do what you would think, it actually does The Right Thing(tm) and starts the 7 day view with today, no matter what day it is.  Hurray!</p>
<p><img src="http://scottnolan.org/iCal_Settings.png" alt="iCal settings to get Next 7 Day View"/></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.scottnolan.org/2011/06/10/tricking-ical-into-next-7-day-view/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Heartfelt Thanks</title>
		<link>http://blog.scottnolan.org/2011/04/15/heartfelt-thanks/</link>
		<comments>http://blog.scottnolan.org/2011/04/15/heartfelt-thanks/#comments</comments>
		<pubDate>Fri, 15 Apr 2011 11:27:21 +0000</pubDate>
		<dc:creator>snolan</dc:creator>
				<category><![CDATA[Computer Security]]></category>
		<category><![CDATA[Computers]]></category>
		<category><![CDATA[Politics]]></category>
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://blog.scottnolan.org/?p=2173</guid>
		<description><![CDATA[Thank you Apple and Steve Jobs for keeping Adobe Flash off my iOS devices and making it easy for me to remove it from my Mac OS X gear. The stability, security, performance, and battery life I am enjoying now were not possible on a Flash-enabled machine.]]></description>
			<content:encoded><![CDATA[<p>Thank you Apple and Steve Jobs for keeping Adobe Flash off my iOS devices and making it easy for me to remove it from my Mac OS X gear.</p>
<p>The stability, security, performance, and battery life I am enjoying now were not possible on a Flash-enabled machine.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.scottnolan.org/2011/04/15/heartfelt-thanks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mac OS X DNS mysteries explained a bit</title>
		<link>http://blog.scottnolan.org/2011/04/11/mac-os-x-dns-mysteries-explained-a-bit/</link>
		<comments>http://blog.scottnolan.org/2011/04/11/mac-os-x-dns-mysteries-explained-a-bit/#comments</comments>
		<pubDate>Mon, 11 Apr 2011 17:57:49 +0000</pubDate>
		<dc:creator>snolan</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[DHCP]]></category>
		<category><![CDATA[DNS]]></category>
		<category><![CDATA[mac os x]]></category>
		<category><![CDATA[VPN]]></category>

		<guid isPermaLink="false">http://blog.scottnolan.org/?p=2169</guid>
		<description><![CDATA[Hannes Schmidt has an excellent little write up of why Mac OS X DNS seems a little unpredictable at times when using DHCP or VPN assigned name services; this helps one understand why the results are a surprise or why dig in a terminal window delivers different results from your browser on the same host. [...]]]></description>
			<content:encoded><![CDATA[<p>Hannes Schmidt has an excellent little write up of why Mac OS X DNS seems a little unpredictable at times when using DHCP or VPN assigned name services; this helps one understand why the results are a surprise or why dig in a terminal window delivers different results from your browser on the same host.</p>
<p><a href="http://diaryproducts.net/about/operating_systems/mac_os_x/overriding_dhcp_or_vpn_assigned_dns_servers_in_mac_os_x_leopard">Over-riding DHCP or VPN assigned DNS servers in Mac OS X</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.scottnolan.org/2011/04/11/mac-os-x-dns-mysteries-explained-a-bit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching 3/14 queries in 0.033 seconds using disk: basic

Served from: blog.scottnolan.org @ 2012-02-07 12:35:45 -->
