<?xml version="1.0" encoding="utf-8"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><atom:link href="http://www.kristinlynch.com/RSSRetrieve.aspx?ID=11670&amp;Type=RSS20" rel="self" type="application/rss+xml" /><title>technotes</title><description>a blog digest focusing on technology, the Internet, and other geeky pursuits.</description><link>http://www.kristinlynch.com/</link><lastBuildDate>Fri, 25 May 2012 02:04:30 GMT</lastBuildDate><docs>http://backend.userland.com/rss</docs><generator>RSS.NET: http://www.rssdotnet.com/</generator><item><title>Apple's latest offerings don't disappoint</title><description>&lt;img src="http://kristinlynch.com/blog/wp-content/uploads/2011/06/Apple-WWDC-2010-Keynote-Address.jpeg" alt="Apple WWDC 2010 Keynote Address" title="Apple-WWDC-2010-Keynote-Address.jpeg" width="281" height="179" style="float: left; padding-right: 6px; padding-bottom: 4px;        border-width: 0px;border-style: solid;" /&gt;Listening to Apple's keynote address at WWDC on Monday, I was struck by the audience's reaction. Since the WWDC audience consists primarily of application developers and technology media, it's fair to assume that they've done more than their share of speculation about what will be announced. Yet they still manage to react like giddy children at a magic show - oohing and aahing with excitement. &lt;br /&gt;
&lt;br /&gt;
And I reacted the same way, though I oohed in the privacy of my living room in front of my MacBook Pro - simultaneously listening to the keynote (and occasionally watching it as video feeds became available for short periods), watching podcasts, following a chat feed and live tweeting the entire experience to grateful friends who were unable to participate.
We all had expectations of what would be revealed surrounding Mac OS 10.7 (Lion), iOS 5 and iCloud. Our speculation was accurate while allowing Steve Jobs the satisfaction of still being able to provide us with a few surprises.&lt;br /&gt;
&lt;br /&gt;
Some highlights:&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;Mac OS 10.7 (Lion)&lt;br /&gt;
&lt;/strong&gt;&lt;br /&gt;
250 new features, including multitouch gestures, fullscreen apps, Mission Control, Launchpad, Versions, Airdrop and new email functionality. Available only through the Mac App Store starting in July, and at a very reasonable price of $30 for up to 5 devices. Sweet.&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;iOS 5&lt;br /&gt;
&lt;br /&gt;
&lt;/strong&gt;&lt;img alt="" src="/blog/wp-content/uploads/2011/06/lion_blog.png" style="border-style: initial; border-color: initial; width: 220px; height: 132px; float: left; margin-right: 4px; margin-left: 4px; border-color: initial;        border-width: 0px;border-style: solid;" /&gt;More than 200 new features for our iPhones and iPads, including the much awaited new notifications system. No more annoying popups that must be attended to immediately. Awesomesauce. A new iBooks type of application specifically geared for newspapers and magazines called Newstand. Seamless Twitter integration. New Safari features such as tabbed browsing and page saving. A new reminders 'to do' list application. Improvements to their already impressive and popular camera - such as faster loading, pinch zoom, auto-exposure, red eye reduction and more. New mail features and a new messaging client.
Most importantly, we're FINALLY PC Free! We will no longer be required to use the archaic method of connecting our devices to cables in order to install and update content. We'll also enjoy over the air 'delta' updates, resulting in smaller, faster downloads.
Biggest surprise? iOS 5 will work on iPhones back to the 3GS. Most of us assumed iOS 5 would only be made available for the iPhone 4 and 5.&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;iCloud&lt;/strong&gt;&amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
No more MobileMe. Even Steve made a joke about MobileMe, one of the only self-proclaimed 'failures' in the Apple product line. iCloud will replace MobileMe and provide much more functionality - while at the same time eliminating the $99 yearly fee.
iCloud becomes your content source, wirelessly and seamlessly integrating content between your devices. Your documents, bookmarks, messages, etc. all save automatically to the cloud. Get a new iPhone? Just enter your Apple ID and your data restores itself the new device. Photos will automatically be stored between your Mac and iOS devices. Music and other iTunes content will also be available immediately across your devices.
iTunes Match is a new product that allows users to access their iTunes content across devices, regardless of where it was purchased. To those of us with huge libraries of content purchased outside of iTunes, it is very reasonably priced at $25/year. &lt;br /&gt;
&lt;br /&gt;
My only disappointment? That more wasn't made immediately available to consumers. I realize the address was intended for developers, but I was still hoping that at least iOS 5 and iCloud would be available same day as the keynote.
But once again, Apple leaves us happily excited about their new products, and even happier that most of the new offerings won't even require us to open our wallets.
</description><link>http://www.kristinlynch.com/RSSRetrieve.aspx?ID=11670&amp;A=Link&amp;ObjectID=203227&amp;ObjectType=56&amp;O=http%253a%252f%252fwww.kristinlynch.com%252f_blog%252ftechnotes%252fpost%252fApple's_latest_offerings_don't_disappoint%252f</link><guid isPermaLink="true">http://www.kristinlynch.com/_blog/technotes/post/Apple's_latest_offerings_don't_disappoint/</guid><pubDate>Sun, 14 Aug 2011 15:56:00 GMT</pubDate></item><item><title>Two simple modifications to update your dock in Lion or Snow Leopard</title><description>If you're like me,  you rely on your Mac's dock to access a lot of the applications and files you use the most. Sure, there are other ways to access your apps - Spotlight, Alfred, Quicksilver, Google Quick Search Box - but the dock is still commonly used for launching.
And if you're like me, you have an annoying tendency to occasionally click on the wrong application icon. ARGH! So when I came across this solution, I thought it was worth trying.&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;Group Your Icons&lt;/strong&gt;&amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
Group your applications by type and add spacers to separate the groups. The trick requires Terminal, but don't worry - it's two lines of code you can copy and paste.&lt;br /&gt;
&lt;br /&gt;
1. Launch Terminal. You'll find Terminal under Applications/Utilities.&lt;br /&gt;
&lt;br /&gt;
2. Enter this line of code. Don't be a hero - just make it easy on yourself and copy and paste this into your Terminal screen, then hit ENTER:
&lt;br /&gt;
&lt;strong&gt;&lt;br /&gt;
defaults write com.apple.dock persistent-apps -array-add '{tile-data={}; tile-type="spacer-tile";}'&lt;br /&gt;
&lt;/strong&gt;&lt;br /&gt;
3. Paste the code a few more times, hitting ENTER after each instance. Each instance will create another spacer tile.&lt;br /&gt;
&lt;br /&gt;
4. Enter this line of code into your Terminal screen, to reset your dock:&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;killall &lt;/strong&gt;&lt;a class="zem_slink" title="Dock (Mac OS X)" rel="wikipedia" href="http://en.wikipedia.org/wiki/Dock_%28Mac_OS_X%29" style="font-weight: bold;"&gt;Dock&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
Now you will see a large space on the right side of your dock. Mouse over the area and click-and-hold to move a spacer to a new spot on your dock. Do this with the other spacers. Removing spacers is just as easy as removing an icon on your dock. Just drag it out of the dock and POOF!&lt;br /&gt;
&lt;br /&gt;
&lt;a rel="attachment wp-att-562" href="http://kristinlynch.com/blog/archives/560/new-dock-1"&gt;&lt;img alt="" class="size-full wp-image-562" title="new dock" src="http://kristinlynch.com/blog/wp-content/uploads/2011/01/new-dock-1.png" longdesc="This is my dock after adding spacers." /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;Add a Recent Applications Folder&lt;br /&gt;
&lt;/strong&gt;&lt;br /&gt;
Another way to add a little extra functionality to your dock is to add a Recent Applications folder, to sit alongside your Applications and Downloads folders.
The instructions are very similar to adding spacers:&lt;br /&gt;
&lt;br /&gt;
1. Launch Terminal. You'll find Terminal under Applications/Utilities.&lt;br /&gt;
&lt;br /&gt;
2. Enter this line of code - make it easy on yourself and just copy and paste this into your Terminal screen, then hit ENTER:&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;defaults write com.apple.dock persistent-others -array-add '{ "tile-data" = { "list-type" = 1; }; "tile-type" = "recents-tile"; }'&lt;br /&gt;
&lt;/strong&gt;&lt;br /&gt;
3. Enter this line of code into your Terminal screen, to reset your dock:&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;killall Dock&lt;br /&gt;
&lt;/strong&gt;&lt;br /&gt;
Once the dock resets, you will see this new item. Right-click on the folder to change your view options.
That's it!
&lt;div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"&gt;&lt;a class="zemanta-pixie-a" title="Enhanced by Zemanta" href="http://www.zemanta.com/"&gt;&lt;img class="zemanta-pixie-img" style="border:medium none; float: right;" src="http://img.zemanta.com/zemified_e.png?x-id=a57948c2-8191-49e0-9735-101c58f92663" alt="Enhanced by Zemanta" /&gt;&lt;/a&gt;&lt;/div&gt;
</description><link>http://www.kristinlynch.com/RSSRetrieve.aspx?ID=11670&amp;A=Link&amp;ObjectID=203224&amp;ObjectType=56&amp;O=http%253a%252f%252fwww.kristinlynch.com%252f_blog%252ftechnotes%252fpost%252fTwo_simple_modifications_to_update_your_dock_in_Snow_Leopard%252f</link><guid isPermaLink="true">http://www.kristinlynch.com/_blog/technotes/post/Two_simple_modifications_to_update_your_dock_in_Snow_Leopard/</guid><pubDate>Sun, 14 Aug 2011 15:55:00 GMT</pubDate></item><item><title>KC Munchkin!</title><description>I'm feeling a little retro today. Watching '70s Tech' on '&lt;a class="zem_slink" title="Modern Marvels" rel="wikipedia" href="http://en.wikipedia.org/wiki/Modern_Marvels"&gt;Modern Marvels&lt;/a&gt;' at lunchtime got me looking for YouTube videos about the old &lt;a class="zem_slink" title="Magnavox Odyssey" rel="wikipedia" href="http://en.wikipedia.org/wiki/Magnavox_Odyssey"&gt;Magnavox Odyssey&lt;/a&gt; Video Game System we had back in the late 70s-early 80s. All of our friends had Atari systems, so we had no idea what to expect from this system when we unwrapped it on Christmas morning. It didn't take long for me to get hooked on the games and find many ways where I thought it was superior to the Atari.&lt;br /&gt;
&lt;br /&gt;
Some of my favorite games - bowling, football and &lt;a class="zem_slink" title="Munchkin (video game)" rel="wikipedia" href="http://en.wikipedia.org/wiki/Munchkin_%28video_game%29"&gt;KC Munchkin&lt;/a&gt;. KC Munchkin was similar to &lt;a class="zem_slink" title="Pac-Man" rel="wikipedia" href="http://en.wikipedia.org/wiki/Pac-Man"&gt;PacMan&lt;/a&gt; but once you played it, you'd notice several differences. It was released after the PacMan arcade version, but prior to the PacMan video cartridge version.
The video here shows what it looked like:&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&lt;object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="344" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"&gt;
&lt;param name="allowFullScreen" value="true" /&gt;
&lt;param name="allowscriptaccess" value="always" /&gt;
&lt;param name="src" value="http://www.youtube.com/v/07JtE4pIq8U?fs=1&amp;amp;hl=en_US" /&gt;
&lt;param name="allowfullscreen" value="true" /&gt;&lt;embed type="application/x-shockwave-flash" width="425" height="344" src="http://www.youtube.com/v/07JtE4pIq8U?fs=1&amp;amp;hl=en_US" allowscriptaccess="always" allowfullscreen="true"&gt;&lt;/object&gt;
&lt;br /&gt;
&lt;br /&gt;
Here's another one for their golf game:&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&lt;object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="344" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"&gt;
&lt;param name="allowFullScreen" value="true" /&gt;
&lt;param name="allowscriptaccess" value="always" /&gt;
&lt;param name="src" value="http://www.youtube.com/v/FNoi5I3uVh8?fs=1&amp;amp;hl=en_US" /&gt;
&lt;param name="allowfullscreen" value="true" /&gt;&lt;embed type="application/x-shockwave-flash" width="425" height="344" src="http://www.youtube.com/v/FNoi5I3uVh8?fs=1&amp;amp;hl=en_US" allowscriptaccess="always" allowfullscreen="true"&gt;&lt;/object&gt;
&lt;br /&gt;
&lt;br /&gt;
Go ahead and laugh. This was SO COOL when it came out.
I should call my Dad and see if he's come across our old system in the basement. I might want to hook it up!
&lt;div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"&gt;&lt;a class="zemanta-pixie-a" title="Enhanced by Zemanta" href="http://www.zemanta.com/"&gt;&lt;img class="zemanta-pixie-img" style="border:medium none; float: right;" src="http://img.zemanta.com/zemified_e.png?x-id=2157f2ac-a438-4091-8a29-0ebcc4ab972f" alt="Enhanced by Zemanta" /&gt;&lt;/a&gt;&lt;/div&gt;
</description><link>http://www.kristinlynch.com/RSSRetrieve.aspx?ID=11670&amp;A=Link&amp;ObjectID=203223&amp;ObjectType=56&amp;O=http%253a%252f%252fwww.kristinlynch.com%252f_blog%252ftechnotes%252fpost%252fKC_Munchkin!%252f</link><guid isPermaLink="true">http://www.kristinlynch.com/_blog/technotes/post/KC_Munchkin!/</guid><pubDate>Sun, 14 Aug 2011 15:59:00 GMT</pubDate></item><item><title>What if you could do some good without doing anything?</title><description>&lt;a rel="attachment wp-att-547" href="http://kristinlynch.com/blog/archives/541/dogood-logo-2"&gt;&lt;img alt="" class="alignleft size-full wp-image-547" style="border-color: initial; float: left; margin-top: 0px; margin-right: 4px; margin-bottom: 4px; margin-left: 0px;         border-color: initial;border-width: 0px;border-style: solid;" title="dogood logo" src="http://kristinlynch.com/blog/wp-content/uploads/2010/08/dogood-logo1.png" /&gt;&lt;/a&gt;OK, so what if you could do some good without doing anything - and doing it all for FREE? You'd say 'yeah, um...sure sign me up. I'm all for helping where I can and this 'free' thing sounds right within my budget'.
Well now you can with DoGood. Simply put, DoGood is a browser plug-in that replaces website ads with ads promoting their stash of charitable organizations and public service announcements. Their website puts it somewhat better:
&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote&gt;The DoGood browser plug-in hides the generic advertising you see on the Internet, and shows you thoughtful green related initiatives, philanthropic calls for action, and health and wellness ideas instead. We then donate 50% of our profits back to charity, green initiatives, and non-profit organizations.&lt;/blockquote&gt;&lt;br /&gt;
Now if you're an advertiser, you're starting to freak out - thinking your paid ads aren't being seen. Hold on. DoGood doesn't block paid ads and doesn't mess with your CPM agreements. Yeah, you're still getting paid. What's more, users can easily switch to see your ads.
But what if you run a green or charitable website? Simply add your site to their whitelist, exempting yourself from this service. This will ensure that only your own ads appear on your site.&lt;br /&gt;
&lt;br /&gt;
For someone like me who would gladly donate more if I could, this just makes sense. I seldom pay much attention to ads anyway, and now that I'm using this I have actually learned a few interesting facts. Did you know it takes 958 liters of water to make one liter of orange juice? Or that 40% of the lead found in landfills is a consequence of e-waste?&lt;br /&gt;
&lt;br /&gt;
Install the browser plug-in (PC and Mac: Firefox, Chrome, Safari and Internet Explorer) and you're done. You'll notice a little green leaf at the bottom right of your browser showing the number of good ideas you've seen during that browsing session. You can easily right-click within any site to turn off the plug-in for that site.
Go to &lt;a href="http://www.dogoodhq.com"&gt;www.dogoodhq.com&lt;/a&gt; to find out more.
</description><link>http://www.kristinlynch.com/RSSRetrieve.aspx?ID=11670&amp;A=Link&amp;ObjectID=203222&amp;ObjectType=56&amp;O=http%253a%252f%252fwww.kristinlynch.com%252f_blog%252ftechnotes%252fpost%252fWhat_if_you_could_do_some_good_without_doing_anything%252f</link><guid isPermaLink="true">http://www.kristinlynch.com/_blog/technotes/post/What_if_you_could_do_some_good_without_doing_anything/</guid><pubDate>Sun, 14 Aug 2011 16:01:00 GMT</pubDate></item><item><title>Great harmony of sound quality and price: Rocketfish Bluetooth HD stereo headphones</title><description>&lt;a href="http://kristinlynch.com/blog/wp-content/uploads/2010/08/rocketfish.jpg"&gt;&lt;img alt="" class="size-full wp-image-533 alignleft" style="border-color: initial; float: left; margin-top: 0px; margin-right: 4px; margin-bottom: 4px; margin-left: 0px;         border-color: initial;border-width: 0px;border-style: solid;" title="rocketfish" src="http://kristinlynch.com/blog/wp-content/uploads/2010/08/rocketfish.jpg" longdesc="Rocketfish Bluetooth HD Stereo Headphone" /&gt;&lt;/a&gt;My old Linksys headphones were seeing much less use, mostly because they couldn't hold a charge very long, and less so because the ear thingies kept falling off. The sound quality was OK, but nothing to tweet about.&lt;br /&gt;
&lt;br /&gt;
Not having a good set of headphones wasn't a big deal - until I realized it was causing me to work away from home less often. I always use my headphones when I'm working on my laptop in public. And I get some of my best work done when I'm working somewhere other than home - such as Panera Bread.&lt;br /&gt;
&lt;br /&gt;
Don't get me wrong. I love working from home. But sometimes I need to really concentrate on nothing but work and working at home can have its own challenges and distractions. I will often work at home with the TV off, no music, sleeping cats - all I should need for a conducive work environment. But other distractions can arise - noisy neighbors, phone calls, cats flying across the room playing and running around the house, a thousand and one other things that need to be done around here. When I work away from home, in spite of the other obvious distractions of working in public, there's nothing else to do BUT work, and sometimes that's exactly what I need in order to get things done.&lt;br /&gt;
&lt;br /&gt;
So I needed a new pair of headphones.&lt;br /&gt;
&lt;br /&gt;
I was primarily looking for something with great sound and battery life, with features like wireless and comfort also being very important. I'm not a big fan of the ear buds. I used to think I must just be an oddball because buds hurt my little ear holes&amp;sup1;, but then noticed a lot of similar complaints on the Internet and a larger selection of non-bud earphone products. I'm obviously not alone. I've had several pairs of headphones over the years from a variety of different brands (Sony, Linksys, Motorola, etc.) so I think I know what to expect in terms of quality and price.&lt;br /&gt;
&lt;br /&gt;
I found a great set at Best Buy - &lt;a title="Rocketfish Bluetooth HD Stereo Headphones" href="http://www.bestbuy.com/site/Rocketfish%26%23153%3B+Mobile+-+RF-MAB2+High-Definition+Stereo+Bluetooth+Headphones+-+Black/9246862.p?id=1218068108153&amp;amp;skuId=9246862&amp;amp;st=rocketfish%20bluetooth&amp;amp;cp=1&amp;amp;lp=4"&gt;Rocketfish Bluetooth HD stereo headphones&lt;/a&gt;. I like the Rocketfish brand and when presented with the opportunity to buy one of their products, I'll willingly spend the extra cash. I have yet to be disappointed in the quality of their products - from HDMI and Ethernet cables, to media readers and other small computer-related peripherals.
Surprisingly, these headphones were only $60 - much less than you'll find with other similar quality headphones. AND, you can answer phone calls with them too. This feature alone makes this product even more impressive at this price.&lt;br /&gt;
&lt;br /&gt;
Here are the specs for the &lt;strong&gt;Rocketfish&amp;trade; Mobile - RF-MAB2 High-Definition Stereo Bluetooth Headphones &lt;/strong&gt;(borrowed from &lt;a href="http://www.bestbuy.com"&gt;Best Buy's&lt;/a&gt; web site):
&lt;br /&gt;
&lt;strong&gt;&lt;br /&gt;
What's Included&lt;br /&gt;
&lt;/strong&gt;&lt;br /&gt;
&amp;bull;&amp;nbsp;&amp;nbsp; &amp;nbsp;Rocketfish&amp;trade; Mobile Bluetooth High-Definition Stereo Headphones&lt;br /&gt;
&amp;bull;&amp;nbsp;&amp;nbsp; &amp;nbsp;USB charging cable&lt;br /&gt;
&amp;bull;&amp;nbsp;&amp;nbsp; &amp;nbsp;AC adapter&lt;br /&gt;
&amp;bull;&amp;nbsp;&amp;nbsp; &amp;nbsp;Owner's manual&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;Product Features&lt;br /&gt;
&lt;/strong&gt;&lt;br /&gt;
&amp;bull;&amp;nbsp;&amp;nbsp; &amp;nbsp;Compatible with most Bluetooth-enabled mobile phones, MP3 players and other audio devices&amp;nbsp;- with a stereo A2DP &lt;a class="zem_slink" title="Bluetooth profile" rel="wikipedia" href="http://en.wikipedia.org/wiki/Bluetooth_profile"&gt;Bluetooth profile&lt;/a&gt; for wide-ranging compatibility.&lt;br /&gt;
&amp;bull;&amp;nbsp;&amp;nbsp; &amp;nbsp;Comfortable behind-the-head design  - with foam ear pads for a comfortable fit.&lt;br /&gt;
&amp;bull;&amp;nbsp;&amp;nbsp; &amp;nbsp;4 high-definition audio settings  - deliver enhanced audio quality for customizable listening.&lt;br /&gt;
&amp;bull;&amp;nbsp;&amp;nbsp; &amp;nbsp;Up to 14 hours of use per charge - along with up to 340 hours of standby time for extended use.&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;What I like most so far:&lt;br /&gt;
&lt;/strong&gt;&lt;br /&gt;
1. The product feels comfortable. The molded ear thingies&amp;sup1; fit well and don't get lost since they're not separate attachments. You wear them behind your head so they're out of your way&amp;sup2;.&lt;br /&gt;
&lt;br /&gt;
2. The sound quality is phenomenal. When I test sound quality, I generally use songs by The Beatles since I'm very familiar with every nuance of most songs. I tested the headphones first using the intro to 'Sgt. Pepper's Lonely Hearts Club Band' since it starts with crowd noise and then blends into the music. 'A Day in the Life' is another song I like to use for testing - lots of different sounds at different ranges and levels. These headphones picked up everything I expected to hear very clearly. Even better? You can choose between 4 HD settings. I tried them all and can see where I might switch from one to another based on what I'm listening to, but they all sound great. I'm sorry, but I'm not a sound expert so I can't speak the lingo and give you anything more scientific other than 'they sound great'.&lt;br /&gt;
&lt;br /&gt;
3. The device holds a charge for days, not minutes. I don't have enough field test time yet to be able to tell you specifically how much time a charge will run - just that I've been impressed so far.&lt;br /&gt;
&lt;br /&gt;
4. The controls are easy to use.&amp;nbsp; One set of rocker buttons handle play/pause and call answer, another set of rocker buttons handle fast forward or reverse (tap to skip, hold pressed to scan). Yet another set of rocker buttons handle volume up/down.
5. Easy setup. Sure, Bluetooth is supposed to be easy to set up. But with some products it can be a little frustrating. I paired this device with my iPhone and my MacBook Pro - total time less than 20 seconds.&lt;br /&gt;
&lt;strong&gt;&lt;br /&gt;
What I don't like so far:&lt;br /&gt;
&lt;/strong&gt;&lt;br /&gt;
Nothing. These are a great set, and actually less expensive than I've seen in inferior products.&lt;br /&gt;
&lt;br /&gt;
&lt;em&gt;&amp;sup1;Yeah, OK so I can't remember what the actual term is for 'ear holes' and I'm too lazy to look it up.&lt;/em&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;em&gt;&amp;sup2;I laughed when I read the reviews for this product on Best Buy's web site. A few customers were ticked off because the headphones 'don't fit over their head very well and barely touch their ears', obviously not realizing that these are a behind-the-head design. Otherwise, the reviews are all very complimentary about the product.&lt;/em&gt;
&lt;!--b55e8ca30dab47a8ab5038223bb278de--&gt;
&lt;div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"&gt;&lt;a class="zemanta-pixie-a" title="Enhanced by Zemanta" href="http://www.zemanta.com/"&gt;&lt;img class="zemanta-pixie-img" style="border:medium none; float: right;" src="http://img.zemanta.com/zemified_e.png?x-id=5f3dd887-cf3c-4954-a556-83b2e9fa63e9" alt="Enhanced by Zemanta" /&gt;&lt;/a&gt;&lt;/div&gt;
</description><link>http://www.kristinlynch.com/RSSRetrieve.aspx?ID=11670&amp;A=Link&amp;ObjectID=203221&amp;ObjectType=56&amp;O=http%253a%252f%252fwww.kristinlynch.com%252f_blog%252ftechnotes%252fpost%252fGreat_harmony_of_sound_quality_and_price_Rocketfish_Bluetooth_HD_stereo_headphones%252f</link><guid isPermaLink="true">http://www.kristinlynch.com/_blog/technotes/post/Great_harmony_of_sound_quality_and_price_Rocketfish_Bluetooth_HD_stereo_headphones/</guid><pubDate>Sun, 14 Aug 2011 16:06:00 GMT</pubDate></item><item><title>New Verizon product reviews</title><description>&lt;img class="alignleft" style="border-color: initial; width: 191px; height: 317px; float: left; margin-top: 0px; margin-right: 4px; margin-bottom: 4px; margin-left: 0px;         border-color: initial;border-width: 0px;border-style: solid;" title="Droid X" src="http://27.media.tumblr.com/tumblr_l61clb5Mei1qzva3so1_400.png" alt="Droid X" /&gt;
A PR person at &lt;a title="Verizon" href="http://www.verizon.com/"&gt;Verizon&lt;/a&gt; contacted me last week via email. She said she&amp;rsquo;s been reading my &lt;a title="technotes" href="http://www.kristinlynch.com/blog"&gt;technotes&lt;/a&gt; blog and wondered if I&amp;rsquo;d be interested in reviewing their products and  posting those reviews on my blog. It sounds like an interesting gig so I  said &amp;lsquo;sure&amp;hellip;why not?&amp;rsquo;&lt;br /&gt;
&lt;br /&gt;
They&amp;rsquo;ll be sending me a new phone every so often to use for free for a  few weeks (phone and data), putting it through its paces, finding out  what&amp;rsquo;s intuitive and works well, and well&amp;hellip;what doesn&amp;rsquo;t. Once I&amp;rsquo;m done,  I&amp;rsquo;ll just send it back - on their dime, of course.&lt;br /&gt;
&lt;br /&gt;
They don&amp;rsquo;t even seem to mind at all that I&amp;rsquo;m an &lt;a class="zem_slink" title="IPhone" rel="wikipedia" href="http://en.wikipedia.org/wiki/IPhone"&gt;iPhone&lt;/a&gt; user and not even a Verizon customer. We have Verizon phone service in  my area but I use &lt;a class="zem_slink" title="Vonage" rel="wikipedia" href="http://en.wikipedia.org/wiki/Vonage"&gt;Vonage&lt;/a&gt; for my home phone and &lt;a class="zem_slink" title="Time Warner Cable" rel="wikipedia" href="http://en.wikipedia.org/wiki/Time_Warner_Cable"&gt;Time Warner Cable&lt;/a&gt; for my  cable and Internet so I haven&amp;rsquo;t been a Verizon customer for the past 3-4 years.&lt;br /&gt;
&lt;br /&gt;
Verizon sent me a &lt;a title="Droid" href="http://phones.verizonwireless.com/motorola/droid/"&gt;Droid&lt;/a&gt; X within the past few days so that will be my first review. Look for it soon!
&lt;div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"&gt;&lt;a class="zemanta-pixie-a" title="Enhanced by Zemanta" href="http://www.zemanta.com/"&gt;&lt;img class="zemanta-pixie-img" style="border:medium none; float: right;" src="http://img.zemanta.com/zemified_e.png?x-id=bfa3e930-037e-485e-a3ec-7c2689330113" alt="Enhanced by Zemanta" /&gt;&lt;/a&gt;&lt;/div&gt;
</description><link>http://www.kristinlynch.com/RSSRetrieve.aspx?ID=11670&amp;A=Link&amp;ObjectID=203220&amp;ObjectType=56&amp;O=http%253a%252f%252fwww.kristinlynch.com%252f_blog%252ftechnotes%252fpost%252fNew_Verizon_product_reviews%252f</link><guid isPermaLink="true">http://www.kristinlynch.com/_blog/technotes/post/New_Verizon_product_reviews/</guid><pubDate>Sun, 14 Aug 2011 16:08:00 GMT</pubDate></item><item><title>A week with the iPad</title><description>&lt;div class="zemanta-img" style="margin-top: 1em; margin-right: 1em; margin-bottom: 1em; margin-left: 1em; display: block;"&gt;&lt;a href="http://www.crunchbase.com/product/ipad"&gt;&lt;img class=" " style="border:1px solid black;float: left; margin-top: 0px; margin-right: 4px; margin-bottom: 4px; margin-left: 0px;" title="Image representing iPad as depicted in CrunchBase" src="http://www.crunchbase.com/assets/images/resized/0007/4404/74404v12-max-250x250.jpg" alt="Image representing iPad as depicted in CrunchBase" /&gt;&lt;/a&gt;&lt;/div&gt;
I spent about a month deciding whether or not I'd be plopping down some cash to buy an &lt;a class="zem_slink" title="Apple" rel="homepage" href="http://www.apple.com"&gt;Apple&lt;/a&gt; &lt;a class="zem_slink" title="iPad" rel="homepage" href="http://www.apple.com/ipad/"&gt;iPad&lt;/a&gt;, then another few days listening to nerdy discussions about which version to buy - the &lt;a class="zem_slink" title="Wi-Fi" rel="wikipedia" href="http://en.wikipedia.org/wiki/Wi-Fi"&gt;WiFi&lt;/a&gt; version now available, or wait until the 3G version makes its appearance in late April.
I opted to get the mid-range 32GB WiFi version. &lt;br /&gt;
&lt;br /&gt;
My reasoning?&lt;br /&gt;
&lt;br /&gt;
1. My experience with my &lt;a class="zem_slink" title="Apple (AAPL)" rel="wikinvest" href="http://www.wikinvest.com/stock/Apple_%28AAPL%29"&gt;MacBook&lt;/a&gt; Pro has been that I've almost always been able to connect via WiFi wherever I am.&lt;br /&gt;
&lt;br /&gt;
2. I already have an unlimited access &lt;a class="zem_slink" title="iPhone 3G" rel="homepage" href="http://www.apple.com/iphone"&gt;iPhone&lt;/a&gt; that's always with me so I'm never disconnected via 3G, and I really don't need to shell out any additional service fees to AT&amp;amp;T anyway. This model saved me about $250 over the 3G model I had previously considered.&lt;br /&gt;
&lt;br /&gt;
3. It's probably just a matter of time before &lt;a class="zem_slink" title="MiFi" rel="wikipedia" href="http://en.wikipedia.org/wiki/MiFi"&gt;MiFi&lt;/a&gt; becomes more accessible and more reasonably priced.&lt;br /&gt;
&lt;br /&gt;
4. The only time I'd likely suffer from a lack of WiFi coverage is on the road, and since I travel alone 99% of the time, I can't really use the device while I'm driving. Well, I COULD but that would be really stupid.&lt;br /&gt;
&lt;br /&gt;
So what do I think of it so far? I love it. Reading books is great, typing takes a little to get used to, but the learning curve is no different than that of an iPhone or &lt;a class="zem_slink" title="BlackBerry" rel="homepage" href="http://www.blackberry.com"&gt;BlackBerry&lt;/a&gt;. The screen is beautiful, movies and games are more enjoyable. Some of my favorite cool iPhone apps have already been rebuilt beautifully for the iPad - making use of the large screen and space. Battery life is very impressive, and the device turns on instantly -  there's no such thing as booting up.&lt;br /&gt;
&lt;br /&gt;
I use a lot of book documentation for my work and now have about 16 of them in PDF version on my iPad. That alone is worth it to me. I don't have to carry my laptop around when I just want to read my PDFs, and they're very handily available docked next to my laptop while I code.
I have several &lt;a class="zem_slink" title="PowerPoint" rel="homepage" href="http://office.microsoft.com/en-us/powerpoint/default.aspx"&gt;PowerPoint&lt;/a&gt; presentations I need to access regularly for an ongoing training project. Additionally, I have several software manuals saved there in PDF format for reference purposes.&lt;br /&gt;
&lt;br /&gt;
The entertainment tools - photos, music, movies, games - are splendid. You have to try them yourself to get the full effect. I can't do it justice.
New applications are being released for the device every day and many are very impressive.&lt;br /&gt;
&lt;br /&gt;
Some favorites: GoodReader is a very nice document manager. The &lt;a class="zem_slink" title="Netflix" rel="homepage" href="http://www.netflix.com/"&gt;NetFlix&lt;/a&gt; application plays your streaming library. AirStudio accesses your home movie library over your WiFi network connection. Evernote - already a favorite Windows, Mac and iPhone application - is very impressive on the iPad. The iBook application is getting so much use when I go to bed that I'm losing sleep.
Elements is a gorgeous way to present the periodic table. This application alone gives us an idea about the future of books and how we'll use information.&lt;br /&gt;
&lt;br /&gt;
So far my friends' reactions have ranged from 'yeah hi where is it?', 'ooh slick....now I want one' to 'I still have no idea why I would need one but I kind of want one anyway'.
I was asked to talk with a class of Mercyhurst College students recently about my career. I brought my iPad to show the instructor - a longtime friend and fellow geek, who immediately took a photo of it and sent it to his wife. The class was understandably more interested in seeing the device than hearing me blather on about myself, and they had some great questions.
I've been asked about the inability to connect peripherals, and the likelihood of the iPad becoming a laptop replacement. My answer depends on who's asking. If you mainly use your computer for web surfing, e-mail, watching videos, listening to music and viewing photos, then this could become a great portable device for you. For heavy computer users like me, no - but it can be a great device for managing those tasks without needing to access your desktop or laptop.&lt;br /&gt;
&lt;br /&gt;
As much as I enjoy the iPad, I have to believe that the real 'killer app' for the device hasn't even been released yet. An app is going to be released and consumers will say 'wow, OK now I know why I need an iPad.' I think we will see that day very soon.&lt;br /&gt;
&lt;br /&gt;
Incidentally, I wrote this entire post on my iPad using the &lt;a class="zem_slink" title="WordPress" rel="homepage" href="http://wordpress.org"&gt;WordPress&lt;/a&gt; application.
&lt;div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"&gt;&lt;a class="zemanta-pixie-a" title="Reblog this post [with Zemanta]" href="http://reblog.zemanta.com/zemified/c6d83100-7a24-4d92-984a-ba9584ea7a44/"&gt;&lt;img class="zemanta-pixie-img" style="border:medium none; float: right;" src="http://img.zemanta.com/reblog_e.png?x-id=c6d83100-7a24-4d92-984a-ba9584ea7a44" alt="Reblog this post [with Zemanta]" /&gt;&lt;/a&gt;&lt;span class="zem-script more-related pretty-attribution"&gt;
&lt;script src="http://static.zemanta.com/readside/loader.js" type="text/javascript"&gt;&lt;/script&gt;
&lt;/span&gt;&lt;/div&gt;
</description><link>http://www.kristinlynch.com/RSSRetrieve.aspx?ID=11670&amp;A=Link&amp;ObjectID=203219&amp;ObjectType=56&amp;O=http%253a%252f%252fwww.kristinlynch.com%252f_blog%252ftechnotes%252fpost%252fA_week_with_the_iPad%252f</link><guid isPermaLink="true">http://www.kristinlynch.com/_blog/technotes/post/A_week_with_the_iPad/</guid><pubDate>Sun, 14 Aug 2011 16:12:00 GMT</pubDate></item><item><title>FreshBooks makes managing your own business easy!</title><description>I've been using &lt;a class="zem_slink" title="Freshbooks" rel="homepage" href="http://www.freshbooks.com/"&gt;FreshBooks&lt;/a&gt; for a few months now after switching from MacFreelance. I love it. It allow me to easily and quickly set up the client/time/invoicing/expense management portion of my freelance business so I can spend more time focusing on my clients and their needs.
Set up your free account to get started. Check out the very reasonable pricing chart. You won't pay at all until you enter your fourth client into the system. At that point, you'll be charged $19/month, with rates increasing at a fair rate dependent on client numbers. The most you'll pay for the service is $149/month - and that's with 5,000 customers!&lt;br /&gt;
&lt;br /&gt;
&lt;a title="set up an account!" href="http://www.freshbooks.com/?ref=f0ea619d195265-1"&gt;Go here to set up an account now!&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
What can you do with FreshBooks?
&lt;ul&gt;
    &lt;li&gt;Maintain your client information&lt;/li&gt;
    &lt;li&gt;Track your time&lt;/li&gt;
    &lt;li&gt;Allow team members to add their time and other details&lt;/li&gt;
    &lt;li&gt;Allow clients to view their own invoices&lt;/li&gt;
    &lt;li&gt;Create custom invoices with your own branding&lt;/li&gt;
    &lt;li&gt;Customize e-mails, late notices, etc.&lt;/li&gt;
    &lt;li&gt;View and print reports&lt;/li&gt;
    &lt;li&gt;Manage expenses, including one-time and recurring charges&lt;/li&gt;
    &lt;li&gt;Manage your time, view your invoices and add expenses using the iPhone app&lt;/li&gt;
    &lt;li&gt;Send your invoices via e-mail or snail mail (snail mail includes a statement, payment stub, and window return envelope)&lt;/li&gt;
&lt;/ul&gt;
Those are just a few of the features of FreshBooks. &lt;a title="set up an account!" href="http://www.freshbooks.com/?ref=f0ea619d195265-1"&gt;Go here to set up an account now and get more details&lt;/a&gt;.&amp;nbsp;I'm still discovering very handy features!
I also like how FreshBooks maintains its customer relationships. As soon as I signed up, I received an e-mail from a customer representative thanking me for signing up and providing me with their full contact details in case I have questions or need help.&lt;br /&gt;
&lt;br /&gt;
I also received a sample invoice in the mail showing me how my invoices will look if I choose to send them that way - including a payment stub and return envelope. If you decide to go that route, you just pay for an allotment of 'stamps' and they handle the rest.&lt;br /&gt;
&lt;br /&gt;
FreshBooks also provides a toll free number, online support form, a blog and customer forums - all designed to help you find the information you need quickly and easily.
Their system even provides a report card so you can see how you're doing. You'll need to be on the system for a full fiscal quarter before you can view any data, however.&lt;br /&gt;
&lt;br /&gt;
I'm very impressed with the system. It allows me to easily and professionally maintain the financial data of my new business, providing me with more time to manage my customer relationships and the work I do for them. I even ENJOY using my business management system. When have you ever heard such a thing? &lt;a title="set up an account!" href="http://www.freshbooks.com/?ref=f0ea619d195265-1"&gt;Go here to set up an account now!&lt;/a&gt;
&lt;/p&gt;
&lt;p class="zemanta-pixie" style="margin-top: 10px; height: 15px;"&gt;&lt;a class="zemanta-pixie-a" title="Enhanced by Zemanta" href="http://www.zemanta.com/"&gt;&lt;img class="zemanta-pixie-img" style="border:medium none; float: right;" src="http://img.zemanta.com/zemified_e.png?x-id=6195ab19-c17d-43ab-9d14-7b40c20c2c38" alt="Enhanced by Zemanta" /&gt;&lt;/a&gt;
</description><link>http://www.kristinlynch.com/RSSRetrieve.aspx?ID=11670&amp;A=Link&amp;ObjectID=203218&amp;ObjectType=56&amp;O=http%253a%252f%252fwww.kristinlynch.com%252f_blog%252ftechnotes%252fpost%252fFreshBooks_makes_managing_your_own_business_easy!%252f</link><guid isPermaLink="true">http://www.kristinlynch.com/_blog/technotes/post/FreshBooks_makes_managing_your_own_business_easy!/</guid><pubDate>Sun, 14 Aug 2011 16:21:00 GMT</pubDate></item><item><title>Saving a soaked cell phone</title><description>&lt;div class="zemanta-img" style="display: block;"&gt;&lt;a href="http://www.flickr.com/photos/97134219@N00/340305918"&gt;&lt;img title="Cell Phone" src="http://farm1.static.flickr.com/135/340305918_6413d10fcc_m.jpg" alt="Cell Phone" style="width: 216px; height: 162px; float: left; margin-right: 4px; margin-bottom: 4px;" /&gt;&lt;/a&gt;&lt;/div&gt;
I heard a great tip for saving a soaked cell phone - or any other unfortunate electronic device, for that matter. I've had a few friends who have had the misfortune of dropping their cell phone in a puddle or a glass of water (hey, that friend was heavily medicated) or - GASP - through an entire washing machine cycle.&lt;br /&gt;
&lt;br /&gt;
But fear not...
If you ever find yourself with a wet device, don't cry - that will just create more moisture! Trust me...we can get through this.&lt;br /&gt;
&lt;br /&gt;
Try these steps instead.&lt;br /&gt;
&lt;br /&gt;
1. Get your vacuum cleaner out and use an appropriate attachment to suck out as much water as possible. Look for the largest input area on your device and start there.&lt;br /&gt;
&lt;br /&gt;
2. Always try #1 first to get as much water as you can out of the device quickly.&lt;br /&gt;
&lt;br /&gt;
3. Next, grab some uncooked rice - or,&amp;nbsp;pick up a bag of Fresh Scent cat litter. If you use cat litter, you must use the one with the blue/green crystals. Any small bag will do.&lt;br /&gt;
&lt;br /&gt;
4. Grab a small container that can be sealed tightly - such as Tupperware.&lt;br /&gt;
&lt;br /&gt;
5. Pour some of the cat litter (or rice) in the container and place your device on top.&lt;br /&gt;
&lt;br /&gt;
6. Close the container and leave it alone for a day or so. The cat litter (or rice) will suck up the moisture from the device!&lt;br /&gt;
&lt;br /&gt;
If neither of these methods work, you might be out of luck but at least you'll have tried a couple of quick and easy fixes before throwing in the towel.&lt;br /&gt;
&lt;br /&gt;
Thanks to the guys on the MacBreak Weekly podcast for these suggestions.
Good luck!
&lt;div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"&gt;&lt;a class="zemanta-pixie-a" title="Reblog this post [with Zemanta]" href="http://reblog.zemanta.com/zemified/e68dd082-50f2-4f48-8801-83c1926d8dea/"&gt;&lt;img class="zemanta-pixie-img" style="border:medium none; float: right;" src="http://img.zemanta.com/reblog_e.png?x-id=e68dd082-50f2-4f48-8801-83c1926d8dea" alt="Reblog this post [with Zemanta]" /&gt;&lt;/a&gt;&lt;span class="zem-script more-related pretty-attribution"&gt;
&lt;script src="http://static.zemanta.com/devel/readside/loader.js" type="text/javascript"&gt;&lt;/script&gt;
&lt;/span&gt;&lt;/div&gt;
</description><link>http://www.kristinlynch.com/RSSRetrieve.aspx?ID=11670&amp;A=Link&amp;ObjectID=203217&amp;ObjectType=56&amp;O=http%253a%252f%252fwww.kristinlynch.com%252f_blog%252ftechnotes%252fpost%252fSaving_a_soaked_cell_phone%252f</link><guid isPermaLink="true">http://www.kristinlynch.com/_blog/technotes/post/Saving_a_soaked_cell_phone/</guid><pubDate>Sun, 14 Aug 2011 16:17:00 GMT</pubDate></item><item><title>Great site for software alternatives that won't leave you broke</title><description>&lt;img src="file:///Users/Kristin/Desktop/alternative_to.jpg" alt="" /&gt;&lt;img src="file:///Users/Kristin/Desktop/alternative_to.jpg" alt="" /&gt;This is a great site for finding [cheap] alternatives to all that cool &lt;a class="zem_slink" title="Computer software" rel="wikipedia" href="http://en.wikipedia.org/wiki/Computer_software"&gt;software&lt;/a&gt; you just can't afford.

You can look for &lt;a title="Windows" rel="homepage" href="http://www.microsoft.com/WINDOWS"&gt;Windows&lt;/a&gt;, &lt;a title="Mac" rel="wikipedia" href="http://en.wikipedia.org/wiki/Mac"&gt;Mac&lt;/a&gt;, &lt;a title="Linux" rel="wikipedia" href="http://en.wikipedia.org/wiki/%3Ca%20class="&gt;Linux&lt;/a&gt; and online software alternatives.

Or click on the 'mobile' link under the site logo and search for alternatives to &lt;a title="&amp;lt;a class=" rel="homepage" href="http://www.apple.com/iphone"&gt;iPhone&lt;/a&gt;, Blackberry, &lt;a title="Android" rel="homepage" href="http://code.google.com/android/"&gt;Android&lt;/a&gt; or Win mobile apps.

desktop: &lt;a href="http://alternativeto.net/desktop"&gt;http://alternativeto.net/desktop&lt;/a&gt;
mobile: &lt;a href="http://alternativeto.net/mobile"&gt;http://alternativeto.net/mobile&lt;/a&gt;
&lt;div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"&gt;&lt;a class="zemanta-pixie-a" title="Reblog this post [with Zemanta]" href="http://reblog.zemanta.com/zemified/26875183-6d16-4751-9de3-bb1a13d0a38e/"&gt;&lt;img class="zemanta-pixie-img" style="border: medium none ; float: right;" src="http://img.zemanta.com/reblog_e.png?x-id=26875183-6d16-4751-9de3-bb1a13d0a38e" alt="Reblog this post [with Zemanta]" /&gt;&lt;/a&gt;&lt;span class="zem-script more-related pretty-attribution"&gt;&lt;script src="http://static.zemanta.com/readside/loader.js" type="text/javascript"&gt;&lt;/script&gt;&lt;/span&gt;&lt;/div&gt; </description><link>http://www.kristinlynch.com/RSSRetrieve.aspx?ID=11670&amp;A=Link&amp;ObjectID=203216&amp;ObjectType=56&amp;O=http%253a%252f%252fwww.kristinlynch.com%252f_blog%252ftechnotes%252fpost%252fGreat_site_for_software_alternatives_that_won't_leave_you_broke%252f</link><guid isPermaLink="true">http://www.kristinlynch.com/_blog/technotes/post/Great_site_for_software_alternatives_that_won't_leave_you_broke/</guid><pubDate>Sat, 13 Aug 2011 01:08:00 GMT</pubDate></item><item><title>Netflix streaming option worth the switch from Blockbuster Online</title><description>&lt;img src="http://www.crunchbase.com/assets/images/resized/0001/7200/17200v1-max-450x450.png" title="Image representing Netflix as depicted in Crun..." alt="Image representing Netflix as depicted in Crun..." style="margin-right: 4px; margin-bottom: 4px; float: left;" /&gt;I've been a long-time movie service subscriber - all the way back to my subscription with Home Video Exchange in the early 1980s. Ah, VHS...how you sucked in comparison with what we have now, but how lucky we were to have you all those years ago.
&lt;div class="zemanta-img zemanta-action-dragged" style="margin-top: 1em; margin-right: 1em; margin-bottom: 1em; margin-left: 1em; display: block;"&gt;
&lt;div&gt;
&lt;dl class="wp-caption alignright" style="width: 195px;"&gt;
    &lt;dt class="wp-caption-dt"&gt;&lt;br /&gt;
    &lt;/dt&gt;
    &lt;dd class="wp-caption-dd zemanta-img-attribution" style="font-size: 0.8em;"&gt;Image via &lt;a href="http://www.crunchbase.com"&gt;CrunchBase&lt;/a&gt;&lt;/dd&gt;
&lt;/dl&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;img src="http://upload.wikimedia.org/wikipedia/en/1/11/BlockbusterOnline-newlogo.png" title="current Blockbuster Online &amp;quot;Total Access&amp;amp;..." alt="current Blockbuster Online &amp;quot;Total Access&amp;amp;..." style="float: left; margin-right: 4px; margin-bottom: 4px;" /&gt;Fast forward (ha...get it?) to the past 10 years and I've moved on to the online movie services. I know there are other services out there, but let's face it - &lt;a class="zem_slink" title="Netflix" rel="homepage" href="http://www.netflix.com/"&gt;Netflix&lt;/a&gt; and &lt;a class="zem_slink" title="Blockbuster Inc." rel="homepage" href="http://www.blockbuster.com/"&gt;Blockbuster&lt;/a&gt; are the only services worth considering.
I became a Netflix subscriber when the service first became available in 1997 and remained with them until Blockbuster Online launched in 2004 with their Total Access package. I had been pleased as punch with Netflix, but couldn't resist jumping ship with Blockbuster's in-store trade option.
&lt;div class="zemanta-img zemanta-action-dragged" style="margin-top: 1em; margin-right: 1em; margin-bottom: 1em; margin-left: 1em; display: block;"&gt;
&lt;div&gt;
&lt;dl class="wp-caption alignright" style="width: 300px;"&gt;
    &lt;dt class="wp-caption-dt"&gt;&lt;br /&gt;
    &lt;/dt&gt;
    &lt;dd class="wp-caption-dd zemanta-img-attribution" style="font-size: 0.8em;"&gt;Image via &lt;a href="http://en.wikipedia.org/wiki/Image:BlockbusterOnline-newlogo.png"&gt;Wikipedia&lt;/a&gt;&lt;/dd&gt;
&lt;/dl&gt;
&lt;/div&gt;
&lt;/div&gt;
The services were very similar otherwise - pricing, selection, etc. - with the obvious exception that Blockbuster had brick-and-mortar locations and Netflix was strictly online.
Well, I just changed back to Netflix. Again, nothing wrong with Blockbuster. Both are great services, especially if you're a die-hard movie fan like me. So why did I switch again?
Reverse to 2008 when I bought my 42" &lt;a class="zem_slink" title="Sharp Aquos" rel="wikipedia" href="http://en.wikipedia.org/wiki/Sharp_Aquos"&gt;Sharp Aquos&lt;/a&gt; LCD TV and got a free Sharp &lt;a class="zem_slink" title="Blu-ray Disc" rel="wikipedia" href="http://en.wikipedia.org/wiki/Blu-ray_Disc"&gt;blu-ray&lt;/a&gt; player as part of the deal. I began choosing more and more blu-ray movies since I had the option. Between my addiction to movies and &lt;a class="zem_slink" title="Time Warner Cable" rel="homepage" href="http://www.timewarnercable.com"&gt;Time Warner Cable&lt;/a&gt;'s steady addition of more and more HD channels, I could no longer tolerate watching the NON-HD channels on my bedroom TV. I was getting free HD but only able to watch those channels in my living room.
Blockbuster also recently changed their policy on rentals and in-store trades. They previously allowed you to get unlimited in-store trades, but reduced this to 3 in-store trades per month if you were on the 2 movies at a time plan (like me). They also changed how the in-store trades worked. Previously, you could only keep those out for up to 7-days (plus grace period), following their normal in-store policy. When you returned one to the store, Blockbuster would recognize it as having been returned and you'd get your next film regardless of whether or not you chose an in-store trade. This worked fine for me. Recently they changed this to allow you to keep the in-store trade as long as you wanted, but wouldn't send out your next queued movies until you returned them.
If that sounds confusing it's because it IS. I had to ask a couple of times I was in the store, and I realized this was two steps backwards for the customer. From a balance sheet perspective, I could understand why they made this change, but it left a bad taste in my mouth since it was confusing, lousy for the customers, and hadn't at ALL been communicated by the company. And yeah, I do receive their postal and e-mail newsletters.
OK, so back to the TVs. I bought a 37" Samsung LCD TV and blu-ray player for my bedroom - not because of Blockbuster, but because of my increasing inability to watch anything NOT in HD. The Samsung blu-ray player includes a wireless feature if you buy the $80 USB adapter, and easy setup for connections to Netflix and Pandora.
&lt;div class="zemanta-img zemanta-action-dragged" style="margin-top: 1em; margin-right: 1em; margin-bottom: 1em; margin-left: 1em; display: block;"&gt;
&lt;div&gt;
&lt;dl class="wp-caption alignright" style="width: 210px;"&gt;
    &lt;dt class="wp-caption-dt"&gt;&lt;br /&gt;
    &lt;/dt&gt;
    &lt;dd class="wp-caption-dd zemanta-img-attribution" style="font-size: 0.8em;"&gt;Image via &lt;a href="http://www.crunchbase.com"&gt;CrunchBase&lt;/a&gt;&lt;/dd&gt;
&lt;/dl&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;img src="http://www.crunchbase.com/assets/images/resized/0000/3394/3394v1-max-450x450.png" title="Image representing Pandora as depicted in Crun..." alt="Image representing Pandora as depicted in Crun..." style="float: left; margin-right: 4px; margin-bottom: 4px;" /&gt;After setting up the blu-ray player to connect to my wireless network, I hopped on my MacBook Pro and activated my Pandora account (to connect to my existing Pandora account), put a 3-month hold on my Blockbuster Online account and re-activated my Netflix account.
Within 2 minutes I was adding movies to my queue and chose several movies plus season one of '30 Rock' to my 'instant queue' and saw everything in my instant queue immediately appear on my TV.
OK, so for a few dollars LESS than I was paying Blockbuster, I'm still getting 2 movies at a time via mail, no store trades which I was no longer using anyway, and lots of additional streamed content right to my bedroom TV. Even better, the 2 movies at a time deal doesn't affect my ability to stream and watch as much as I want. Before my first movie even showed up in the mail (2 days after signing up), I'd already watched 2 movies plus the entire first season of '30 Rock' right through my TV.
By the way, as long as the items remain in your 'instant queue' you can watch them again, stop where you left off, pause, rewind, etc.
So, if you're in the market for a blu-ray player, I'd highly recommend choosing one of the few that have this feature. Even though you'll need to pay for an adapter (once), you won't need to rent or buy the separate appliance(s) Netflix and other streaming services require.
I also recommend this if you frequently rent entire seasons of TV shows, because traditionally you'd need to count each disk as a separate rental. Through Netflix, if your title is available streamed, you get all the shows at once and they don't count towards a physical rental.
Feel free to ask questions. I've learned a lot about how this works!
&lt;div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"&gt;&lt;a class="zemanta-pixie-a" title="Reblog this post [with Zemanta]" href="http://reblog.zemanta.com/zemified/196c3482-0e66-4425-bd2d-02dde5a5dad8/"&gt;&lt;img class="zemanta-pixie-img" style="border:medium none; float: right;" src="http://img.zemanta.com/reblog_e.png?x-id=196c3482-0e66-4425-bd2d-02dde5a5dad8" alt="Reblog this post [with Zemanta]" /&gt;&lt;/a&gt;&lt;span class="zem-script more-related pretty-attribution"&gt;
&lt;script src="http://static.zemanta.com/readside/loader.js" type="text/javascript"&gt;&lt;/script&gt;
&lt;/span&gt;&lt;/div&gt;
</description><link>http://www.kristinlynch.com/RSSRetrieve.aspx?ID=11670&amp;A=Link&amp;ObjectID=203215&amp;ObjectType=56&amp;O=http%253a%252f%252fwww.kristinlynch.com%252f_blog%252ftechnotes%252fpost%252fNetflix_streaming_option_worth_the_switch_from_Blockbuster_Online%252f</link><guid isPermaLink="true">http://www.kristinlynch.com/_blog/technotes/post/Netflix_streaming_option_worth_the_switch_from_Blockbuster_Online/</guid><pubDate>Mon, 15 Aug 2011 19:26:00 GMT</pubDate></item><item><title>A few of my favorite things (Madison, Yankees and Macs)</title><description>&lt;br class="Apple-interchange-newline" /&gt;
&lt;img class="size-medium wp-image-330 alignleft" title="me w/ baby madison" src="http://www.kristinlynch.com/wp-content/uploads/2009/06/IMG_0973-225x300.jpg" alt="me w/ baby madison" style="margin-right: 4px; margin-bottom: 4px; padding-top: 1em; padding-right: 1em; padding-bottom: 1em; padding-left: 1em; width: 98px; height: 130px; float: left;" /&gt;Wow, it's been a long time since I've posted. I've been rather scattered working on several other projects.&amp;nbsp; I've been catching up on some reading and research, but I can't really share much of that now so I'll save that for another time.I've been spending time with family - and of course the new puppy! I am so crazy about Madison. I don't think I could possibly love her more than I do already. She's adorable from head to toe, and has an equally adorable personality. She was definitely worth the trip to South Carolina to pick her up!
I went to a &lt;a title="New York Yankees" href="http://www.yankees.com"&gt;New York Yankees&lt;/a&gt; game two weeks ago, as I usually do at least once or twice every summer. This time they played the &lt;a class="zem_slink" title="Cleveland Indians" rel="wikipedia" href="http://en.wikipedia.org/wiki/Cleveland_Indians"&gt;Cleveland Indians&lt;/a&gt; at Jacob's Field. Yes, I know it's now called Progressive Field, but I don't dig these corporately named sports venues so I tend to boycott these titles altogether.
I've seen the &lt;a class="zem_slink" title="New York Yankees" rel="wikipedia" href="http://en.wikipedia.org/wiki/New_York_Yankees"&gt;Yankees&lt;/a&gt; play countless times over the past 30+ years, but I've rarely seen them lose in person. Unfortunately, this was one of those times. But, the weather was perfect and we had great seats, so it's almost impossible not to enjoy the day anyway. Well, unless you were the creep sitting right in front of me. This guy is a heart attack waiting to happen.  He screamed at both teams...except when he was sulking and huffing in silence. Everyone turned around to get a look at this moron ranting and raving over almost every play. To make matters worse, his wife was visibly embarrassed.&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&lt;img class="size-medium wp-image-330 alignleft" style="padding-top: 1em; padding-right: 1em; padding-bottom: 1em; padding-left: 1em; width: 159px; height: 121px; float: left; margin-right: 4px; margin-bottom: 4px; margin-left: 0px;" title="jacob's field (aka progressive field): may 31, 2009" src="http://www.kristinlynch.com/wp-content/uploads/2009/06/IMG_0283_2-300x225.jpg" alt="jacob's field (aka progressive field): may 31, 2009" /&gt;I think I have a problem. I've become a &lt;a class="zem_slink" title="Law &amp;amp; Order" rel="wikipedia" href="http://en.wikipedia.org/wiki/Law_%26_Order"&gt;Law &amp;amp; Order&lt;/a&gt; junkie. I watch it so often I'm very confident I could pass the New York state bar exam.
On a completely unrelated-to-anything note, this afternoon I saw a professionally created poster sign for an upcoming event containing at least 3 VERY obvious errors. I got to thinking about how someone was obviously paid to do this project so that was bad enough, but then I wondered how many people saw this poster and signed off on it without noticing the glaring errors. But then, I frequently run across errors in magazines, the newspaper, commercials, etc. so I should no longer be surprised.
I've been well-steeped in homebody mode over the past couple of months. I haven't gone out at all, haven't had so much as a beer during this time, and haven't missed it at all. I'm sure I'll be off the wagon again soon, and I'm going to an anniversary party at The Plymouth this weekend but I think that would be a really bad time for me to start drinking again.
&lt;br /&gt;
&lt;br /&gt;
&lt;img class="size-medium wp-image-330 alignleft" style="padding-top: 1em; padding-right: 1em; padding-bottom: 1em; padding-left: 1em; width: 168px; height: 126px; float: left; margin-right: 4px; margin-bottom: 4px; margin-left: 0px;" title="the new 15&amp;quot; macbook pro" src="http://www.kristinlynch.com/wp-content/uploads/2009/06/IMG_0351_2-300x225.jpg" alt="the new 15&amp;quot; macbook pro" /&gt;Anyway, for now I've been enjoying my toys at home - watching movies, working on my laptops, cleaning, reading, shopping, etc. I wouldn't say I'm really saving money, but the money I have been spending has been put to better use than on renting beer.
Speaking of laptops, I still have my Dell Inspiron E105 (for now, anyway) but I just procured a new &lt;a title="MacBook Pro" href="http://store.apple.com/us/browse/home/shop_mac/family/macbook_pro?mco=NjcxMTcyMA"&gt;MacBook Pro&lt;/a&gt; - 15" unibody, 2.66mhz, 320gb hard drive, 4gb ram, SuperDrive, and all the other standard items that come with the Mac laptops. It's quite sa-weet! I'm still in the process of getting everything configured just the way I want, and set up everything so I can work most efficiently, but I'll get there. At least now I have the time to devote to this kind of project.
&lt;div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"&gt;&lt;a class="zemanta-pixie-a" title="Reblog this post [with Zemanta]" href="http://reblog.zemanta.com/zemified/c4966aa4-6675-4f29-b6cc-25b0d3de2cdd/"&gt;&lt;img class="zemanta-pixie-img" style="border:medium none; float: right;" src="http://img.zemanta.com/reblog_e.png?x-id=c4966aa4-6675-4f29-b6cc-25b0d3de2cdd" alt="Reblog this post [with Zemanta]" /&gt;&lt;/a&gt;&lt;span class="zem-script more-related pretty-attribution"&gt;
&lt;script src="http://static.zemanta.com/readside/loader.js" type="text/javascript"&gt;&lt;/script&gt;
&lt;/span&gt;&lt;/div&gt;
</description><link>http://www.kristinlynch.com/RSSRetrieve.aspx?ID=11670&amp;A=Link&amp;ObjectID=203214&amp;ObjectType=56&amp;O=http%253a%252f%252fwww.kristinlynch.com%252f_blog%252ftechnotes%252fpost%252fA_few_of_my_favorite_things_(Madison%252c_Yankees_and_Macs)%252f</link><guid isPermaLink="true">http://www.kristinlynch.com/_blog/technotes/post/A_few_of_my_favorite_things_(Madison,_Yankees_and_Macs)/</guid><pubDate>Mon, 15 Aug 2011 19:29:00 GMT</pubDate></item><item><title>Buy a new Kodak camera and help our Olympic team!</title><description>Buy &lt;a class="zem_slink" title="Eastman Kodak" rel="wikipedia" href="http://en.wikipedia.org/wiki/Eastman_Kodak"&gt;Kodak&lt;/a&gt;'s new STYLELITE pocket camera and Kodak will send 50 cents to the 1980 Olympic team.

OK, so I found this in a magazine from 1979.  I should send in the coupon and see what kind of response I get - if I get one at all.

&lt;dl id="attachment_335" class="wp-caption alignleft" style="width: 442px;"&gt; &lt;dt class="wp-caption-dt"&gt;&lt;img class="aligncenter" title="minutemaid" src="http://www.kristinlynch.com/wp-content/uploads/2009/05/minutemaid.jpg" alt="Buy this camera and help our 1980 Olympic team!" width="432" height="565" /&gt;&lt;/dt&gt; &lt;/dl&gt;
&lt;div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"&gt;&lt;a class="zemanta-pixie-a" title="Reblog this post [with Zemanta]" href="http://reblog.zemanta.com/zemified/5ae358cd-a28f-48aa-bba8-96bf822f4bcb/"&gt;&lt;img class="zemanta-pixie-img" style="border: medium none; float: right;" src="http://img.zemanta.com/reblog_e.png?x-id=5ae358cd-a28f-48aa-bba8-96bf822f4bcb" alt="Reblog this post [with Zemanta]" /&gt;&lt;/a&gt;&lt;span class="zem-script more-related pretty-attribution"&gt;&lt;script src="http://static.zemanta.com/readside/loader.js" type="text/javascript"&gt;&lt;/script&gt;&lt;/span&gt;&lt;/div&gt; </description><link>http://www.kristinlynch.com/RSSRetrieve.aspx?ID=11670&amp;A=Link&amp;ObjectID=203213&amp;ObjectType=56&amp;O=http%253a%252f%252fwww.kristinlynch.com%252f_blog%252ftechnotes%252fpost%252fBuy_a_new_Kodak_camera_and_help_our_Olympic_team!%252f</link><guid isPermaLink="true">http://www.kristinlynch.com/_blog/technotes/post/Buy_a_new_Kodak_camera_and_help_our_Olympic_team!/</guid><pubDate>Sat, 13 Aug 2011 01:08:00 GMT</pubDate></item><item><title>Cassidy</title><description>This item has no description. Follow link to view item.</description><link>http://www.kristinlynch.com/RSSRetrieve.aspx?ID=11670&amp;A=Link&amp;ObjectID=203166&amp;ObjectType=56&amp;O=http%253a%252f%252fwww.kristinlynch.com%252f_blog%252ftechnotes%252fpost%252fCassidy%252f</link><guid isPermaLink="true">http://www.kristinlynch.com/_blog/technotes/post/Cassidy/</guid><pubDate>Sat, 13 Aug 2011 01:08:00 GMT</pubDate></item><item><title>My pet gig as an ErieBlogs.com ringer</title><description>&lt;div class="zemanta-img zemanta-action-dragged" style="margin: 1em; display: block;"&gt;
&lt;div&gt;&lt;dl class="wp-caption alignright" style="width: 170px;"&gt; &lt;dt class="wp-caption-dt"&gt;&lt;a href="http://www.flickr.com/photos/28548387@N00/397970772"&gt;&lt;img title="Uncertain Path" src="http://farm1.static.flickr.com/131/397970772_7166010ece_m.jpg" alt="Uncertain Path" width="160" height="240" /&gt;&lt;/a&gt;&lt;/dt&gt; &lt;dd class="wp-caption-dd zemanta-img-attribution" style="font-size: 0.8em;"&gt;Image by &lt;a href="http://www.flickr.com/photos/28548387@N00/397970772"&gt;bogenfreund&lt;/a&gt; via Flickr&lt;/dd&gt; &lt;/dl&gt;&lt;/div&gt;
&lt;/div&gt;
If you know me personally, you know I've been going through a period of transition in my life over the past couple of months. I have a lot to write about here to fill you in on the details, but I haven't had much time and I want to make sure I devote appropriate attention to my posts.

So in the meantime, I'll share with you just one of these new projects.

I've become a guest contributor to the &lt;a href="http://www.erieblogs.com" target="_blank"&gt;ErieBlogs.com&lt;/a&gt; community. I'm writing one post a week about anything that suits my fancy, as long as it has some tie to the area.

My posts so far (open in a new window):

&lt;a href="http://www.erieblogs.com/2009/03/06/joyce-cant-have-it-both-ways" target="_blank"&gt;Joyce can't have it both ways&lt;/a&gt; (March 6, 2009)

&lt;a href="http://www.erieblogs.com/2009/02/23/john-kanzius-leaves-a-legacy-of-research-possible-cure-for-cancer" target="_blank"&gt;John Kanzius leaves a legacy of research, possible cure for cancer&lt;/a&gt; (February 23, 2009)

&lt;a href="http://www.erieblogs.com/2009/02/12/president-and-mrs-lincoln-visit-erie-as-part-of-200th-birthday-celebrations" target="_blank"&gt;President and Mrs. Lincoln visit Erie as part of 200th birthday celebrations&lt;/a&gt; (February 12, 2009)

I'll soon be making some design and content changes to kristinlynch.com so stay tuned.
&lt;div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"&gt;&lt;a class="zemanta-pixie-a" title="Zemified by Zemanta" href="http://reblog.zemanta.com/zemified/1aaf38a7-e00a-419d-bb15-beeab8bb14f4/"&gt;&lt;img class="zemanta-pixie-img" style="border: medium none; float: right;" src="http://img.zemanta.com/reblog_e.png?x-id=1aaf38a7-e00a-419d-bb15-beeab8bb14f4" alt="Reblog this post [with Zemanta]" /&gt;&lt;/a&gt;&lt;span class="zem-script more-related pretty-attribution"&gt;&lt;script src="http://static.zemanta.com/readside/loader.js" type="text/javascript"&gt;&lt;/script&gt;&lt;/span&gt;&lt;/div&gt; </description><link>http://www.kristinlynch.com/RSSRetrieve.aspx?ID=11670&amp;A=Link&amp;ObjectID=203212&amp;ObjectType=56&amp;O=http%253a%252f%252fwww.kristinlynch.com%252fBlogRetrieve.aspx%253fBlogID%253d9453%2526PostID%253d203212</link><guid isPermaLink="true">http://www.kristinlynch.com/BlogRetrieve.aspx?BlogID=9453&amp;PostID=203212</guid><pubDate>Sat, 13 Aug 2011 01:08:00 GMT</pubDate></item></channel></rss>
