<?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>Semiconducted &#187; UX Interaction Design</title>
	<atom:link href="http://www.semiconducted.com/category/ux-interaction-design/feed" rel="self" type="application/rss+xml" />
	<link>http://www.semiconducted.com</link>
	<description>user experience design and technology</description>
	<lastBuildDate>Tue, 07 Sep 2010 02:11:28 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Set up Time Machine on windows NTFS shared drive</title>
		<link>http://www.semiconducted.com/ux-interaction-design/2010/set-up-time-machine-on-windows-ntfs-shared-drive.html</link>
		<comments>http://www.semiconducted.com/ux-interaction-design/2010/set-up-time-machine-on-windows-ntfs-shared-drive.html#comments</comments>
		<pubDate>Tue, 07 Sep 2010 02:11:24 +0000</pubDate>
		<dc:creator>dhammy0110</dc:creator>
				<category><![CDATA[UX Interaction Design]]></category>

		<guid isPermaLink="false">http://www.semiconducted.com/ux-interaction-design/2010/set-up-time-machine-on-windows-ntfs-shared-drive.html</guid>
		<description><![CDATA[This technique allows you to use the built in Macintosh Time Machine app to backup a Mac OS 10.6 Snow Leopard machine to a Windows 7 network shared drive wirelessly.&#160; Through trial and a lot of error I was able to get the following setup to work well, but your mileage may vary.&#160; Two key [...]]]></description>
			<content:encoded><![CDATA[<p>This technique allows you to use the built in Macintosh Time Machine app to backup a Mac OS 10.6 Snow Leopard machine to a Windows 7 network shared drive wirelessly.&nbsp; Through trial and a lot of error I was able to get the following setup to work well, but your mileage may vary.&nbsp; Two key details not mentioned on some other guides are the inclusion of a .plist file in the image and possibly using a static IP address for the shared drive host.&nbsp; I set a static IP for the Win 7 share machine mainly to avoid IP conflicts that would occasionally occur with laptops and VM machines, so I have not isolated this as a sole factor in helping NTFS drives to be mounted by Time Machine.&nbsp; This should also work with Mac OS 10.5 (Leopard), but you are required to use the MAC hardware address detailed below.&nbsp; </p>
<p>1. Open System Profiler to get some info about your computer:<br />&nbsp;&nbsp;&nbsp; a. Go to:<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Apple menu &gt; About This Mac &gt; More Info&#8230; ()<br />&nbsp;&nbsp;&nbsp; b. Note the following:<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1. Computer&#8217;s name &#8211; located in the upper left corner of the dialog (E.G. MyMac)<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 2. MAC address (Network &gt; Ethernet &gt; MAC Address)<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &#8211; it looks something like 00:aa:11:bb:22:cc<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 3. Hardware UUID (Hardware Overview: &gt; Hardware UUID:)<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &#8211; it&#8217;s a long string of numbers and hyphens, ignore the hyphens</p>
<p><img style="max-width: 800px;" src="http://www.semiconducted.com/blog/wp-content/uploads/2010/09/Screen-shot-2010-09-05_edited1.png" width="501" height="347" /></p>
<p>2. Open Disk Utility<br />&nbsp;&nbsp;&nbsp; a. Select New Image to create a sparsebundle image on your local system.<br />&nbsp;&nbsp;&nbsp; b. Save the file with your computer&#8217;s name, an underscore, and then the MAC address without the colons.&nbsp; E.G. MyMac_00aa11bb22cc.&nbsp; In Snow Leopard it might no longer be necessary to include the ethernet MAC address in the filename, but I included it for good luck and it worked.&nbsp; </p>
<p>Use the following settings when creating the image, adjusting size as needed.&nbsp; Note that I did not include the MAC address in the name field but did include it in the filename. </p>
<p><img style="max-width: 800px;" src="http://www.semiconducted.com/blog/wp-content/uploads/2010/09/Screen-shot-2010-02-08-at-10.29.15-PM.png" width="500" height="357" /></p>
<p>3. Create a new text document that contains the following text:<br />&lt;?xml version=&#8221;1.0&#8243; encoding=&#8221;UTF-8&#8243;?&gt;<br />&lt;!DOCTYPE plist PUBLIC &#8220;-//Apple//DTD PLIST 1.0//EN&#8221; &#8220;http://www.apple.com/DTDs/PropertyList-1.0.dtd&#8221;&gt;<br />&lt;plist version=&#8221;1.0&#8243;&gt;<br />&lt;dict&gt;<br />&nbsp;&nbsp;&nbsp; &lt;key&gt;com.apple.backupd.HostUUID&lt;/key&gt;<br />&nbsp;&nbsp;&nbsp; &lt;string&gt;<b>&#8212;-insert your UUID here, no hyphens&#8212;-</b>&lt;/string&gt;<br />&lt;/dict&gt;<br />&lt;/plist&gt;</p>
<p>4. Mount your newly created sparsebundle and save this file into the root of it using the filename: <br />&nbsp;&nbsp;&nbsp; &#8220;com.apple.TimeMachine.MachineID.plist&#8221;</p>
<p>5. Unmount the sparsebundle image and copy the file to your network share drive.&nbsp; You&#8217;ll probably need to keep it in the root directory to allow Time Machine to easily find it.</p>
<p>Bear with me, we&#8217;re almost there.</p>
<p>6. Now we need to do a small hack to enable Time Machine to see network drives:<br />&nbsp;&nbsp; a. Open the Terminal Application<br />&nbsp;&nbsp; b. Enter the following at the prompt:<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; defaults write com.apple.systempreferences TMShowUnsupportedNetworkVolumes 1</p>
<p>7. Open Time Machine, select your network share drive and select the shared drive where your image is stored.</p>
<div class="zemanta-pixie"><img class="zemanta-pixie-img" alt="" src="http://img.zemanta.com/pixy.gif?x-id=f9c71f4f-603f-8010-ae7b-54f124449e6d" /></div>
]]></content:encoded>
			<wfw:commentRss>http://www.semiconducted.com/ux-interaction-design/2010/set-up-time-machine-on-windows-ntfs-shared-drive.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Interactive public art meets childhood toy</title>
		<link>http://www.semiconducted.com/ux-interaction-design/2010/interactive-public-media-goes-old-school.html</link>
		<comments>http://www.semiconducted.com/ux-interaction-design/2010/interactive-public-media-goes-old-school.html#comments</comments>
		<pubDate>Tue, 17 Aug 2010 20:02:46 +0000</pubDate>
		<dc:creator>dhammy0110</dc:creator>
				<category><![CDATA[UX Interaction Design]]></category>

		<guid isPermaLink="false">http://www.semiconducted.com/ux-interaction-design/2010/interactive-public-media-goes-old-school.html</guid>
		<description><![CDATA[File 2009&#8217;s SMSslingshot under &#8220;fun stuff that gets people interacting with each other&#8221;.&#160; Interesting project, although for texting, I would have gone with a QWERTY keyboard over an old school triple-click key pad.&#160; Or better yet, use the familiar phone in your pocket to &#8220;load&#8221; the sligshot.&#160; This reminds me of a hybrid of Graffiti [...]]]></description>
			<content:encoded><![CDATA[<p>File 2009&#8217;s SMSslingshot under &#8220;fun stuff that gets people interacting with each other&#8221;.&nbsp; Interesting project, although for texting, I would have gone with a QWERTY keyboard over an old school triple-click key pad.&nbsp; Or better yet, use the familiar phone in your pocket to &#8220;load&#8221; the sligshot.&nbsp; This reminds me of a hybrid of Graffiti Research Lab&#8217;s projection work and Jury Hahn&#8217;s <a target="_blank" href="http://www.playmegaphone.com/index.php">Megaphone</a> project that came out of NYU’s Interactive Telecommunication Program (ITP) in 2007.&nbsp; Either way, it&#8217;s fun stuff that gets people to be creative in a social setting.</p>
<p>
<div class="youtube-video"><object height="355" width="425"><embed src="http://www.youtube.com/v/oLnKSKaY1Yw&amp;feature=youtube_gdata" type="application/x-shockwave-flash" wmode="transparent" height="355" width="425"></embed></object></div>
<p><a target="_blank" href="http://www.vrurban.org/smslingshot.html">SMS Slingshot </a></p>
<p>
<div class="youtube-video"><object height="355" width="425"><param name="movie" value="http://www.youtube.com/v/DKbtTPYZEig&amp;feature=youtube_gdata"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/DKbtTPYZEig&amp;feature=youtube_gdata" type="application/x-shockwave-flash" wmode="transparent" height="355" width="425"></embed></object></div>
<p>Graffiti Research Lab LASER Tag</p>
<div class="zemanta-pixie"><img class="zemanta-pixie-img" alt="" src="http://img.zemanta.com/pixy.gif?x-id=695e718e-2412-8eb0-916a-8c1d9a7ba33f" /></div>
]]></content:encoded>
			<wfw:commentRss>http://www.semiconducted.com/ux-interaction-design/2010/interactive-public-media-goes-old-school.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sync your files across multiple computers seamlessly</title>
		<link>http://www.semiconducted.com/ux-interaction-design/2010/sync-your-files-across-multiple-computers-seamlessly.html</link>
		<comments>http://www.semiconducted.com/ux-interaction-design/2010/sync-your-files-across-multiple-computers-seamlessly.html#comments</comments>
		<pubDate>Wed, 24 Feb 2010 21:59:34 +0000</pubDate>
		<dc:creator>dhammy0110</dc:creator>
				<category><![CDATA[UX Interaction Design]]></category>

		<guid isPermaLink="false">http://www.semiconducted.com/ux-interaction-design/2010/sync-your-files-across-multiple-computers-seamlessly.html</guid>
		<description><![CDATA[For many years I have emailed files to myself, copied them to thumb drives, and cobbled together my own FTP syncing scripts.&#160; All very complicated and error prone.&#160; Enter 3rd-party syncing services &#8211; easy as pie to use, magically work in the background, and they come in pretty colors. There are a ton out there, [...]]]></description>
			<content:encoded><![CDATA[<p>For many years I have emailed files to myself, copied them to thumb drives, and cobbled together my own FTP syncing scripts.&nbsp; All very complicated and error prone.&nbsp; Enter 3rd-party syncing services &#8211; easy as pie to use, magically work in the background, and they come in pretty colors. There are a ton out there, but here are a couple of the better options.</p>
<p><img style="max-width: 800px;" src="http://www.semiconducted.com/blog/wp-content/uploads/2010/02/Screen-shot-2010-02-24-at-4.49.58-PM.png" /><br /><b>Dropbox:</b><br />Free for 2GB of storage space.</p>
<p>Beautiful interface, easy to use, cross platform, including an iPhone app and mobile site.<br />The iphone app is handy for viewing PDFs, but currently only offline syncs the list of documents, not the actual content.<br />Sharing is easy, but limited to options.&nbsp; In my case, I want access to other people&#8217;s folders ONLY on the website.&nbsp; I don&#8217;t want every change they make to automatically sync to me all the time, eating up resources. </p>
<p><img style="max-width: 800px;" src="http://www.semiconducted.com/blog/wp-content/uploads/2010/02/Screen-shot-2010-02-24-at-4.52.43-PM2.png" height="125" width="107" /></p>
<p><b>Live Mesh:<br /></b>Free for 5GB of storage space</p>
<p>As of this review, still in beta.&nbsp; It provides the ability to sync ANY existing folder you wish, provided it is not a system folder (anything within the Library folder on Mac OSX). <br />The Live Mesh web interface allows for a lot of flexibility in what you sync to which device.&nbsp; At the time of my review, the mobile app was not yet available.</p>
<p>For either the above software solutions, you can sync items or folders outside the main sync folders using symbolic links.&nbsp; I use it to sync my Omnigrafffle stencils and templates across computers.</p>
<p>Ultimately I&#8217;ve continued to use Dropbox and have been extremely happy with it.&nbsp; If you use this <a target="_blank" href="https://www.dropbox.com/referrals/NTE1MTMxMDM5">referral code</a>, we both get an extra 250MB storage.</p>
<p>
<div class="zemanta-pixie"><img class="zemanta-pixie-img" alt="" src="http://img.zemanta.com/pixy.gif?x-id=d1f9c0ad-cba1-81b1-9d97-c7aecf6d2c0e" /></div>
]]></content:encoded>
			<wfw:commentRss>http://www.semiconducted.com/ux-interaction-design/2010/sync-your-files-across-multiple-computers-seamlessly.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Push email is a harbinger of the productivity apocalypse of 2012</title>
		<link>http://www.semiconducted.com/ux-interaction-design/2010/push-email-is-a-harbinger-of-the-productivity-apocalypse-of-2012.html</link>
		<comments>http://www.semiconducted.com/ux-interaction-design/2010/push-email-is-a-harbinger-of-the-productivity-apocalypse-of-2012.html#comments</comments>
		<pubDate>Mon, 08 Feb 2010 16:08:27 +0000</pubDate>
		<dc:creator>dhammy0110</dc:creator>
				<category><![CDATA[UX Interaction Design]]></category>

		<guid isPermaLink="false">http://www.semiconducted.com/ux-interaction-design/2010/push-email-is-a-harbinger-of-the-productivity-apocalypse-of-2012.html</guid>
		<description><![CDATA[OK, so maybe it isn&#8217;t REALLY the end of the world. But the following article echoes the sentiment that the number and speed of modern communication channels reduce focus and enable procrastination.&#160; 
Researchers at Loughborough University found that it took an average of 64 seconds for a person to recover their train of thought after [...]]]></description>
			<content:encoded><![CDATA[<p>OK, so maybe it isn&#8217;t REALLY the end of the world. But the following article echoes the sentiment that the number and speed of modern communication channels reduce focus and enable procrastination.&nbsp; <br />
<blockquote>Researchers at Loughborough University found that it took an average of 64 seconds for a person to recover their train of thought after interruption by email: those who check their email every five minutes waste 8.5 hours a week in this way. &#8220;There is no doubt that people use it as an avoidance tactic,&#8221; says Yoram Kalman, a post-doctoral researcher in online communication at the Open University of Israel. &#8220;The modern office worker works for an average of three minutes before an interruption occurs.&#8221;</p>
<p>According to the psychiatrist Edward Hallowell, the stress of trying to process information as rapidly as it arrives is reducing us to quivering wrecks of indecision and demoralisation. As email becomes easier and quicker to use, we are finding it increasingly difficult to sift the relevant information.</p>
</blockquote>
<p><a target="_blank" href="http://www.guardian.co.uk/technology/2009/nov/01/email-facebook">http://www.guardian.co.uk/technology/2009/nov/01/email-facebook</a></p>
<div class="zemanta-pixie"><img class="zemanta-pixie-img" alt="" src="http://img.zemanta.com/pixy.gif?x-id=78dddea4-9687-8098-96a2-50befbaae9dd" /></div>
]]></content:encoded>
			<wfw:commentRss>http://www.semiconducted.com/ux-interaction-design/2010/push-email-is-a-harbinger-of-the-productivity-apocalypse-of-2012.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Complete iPhone 3GS voice control command set</title>
		<link>http://www.semiconducted.com/diy-tech/2009/complete-iphone-voice-control-command-set.html</link>
		<comments>http://www.semiconducted.com/diy-tech/2009/complete-iphone-voice-control-command-set.html#comments</comments>
		<pubDate>Fri, 11 Dec 2009 16:52:10 +0000</pubDate>
		<dc:creator>dhammy0110</dc:creator>
				<category><![CDATA[DIY / Tech]]></category>
		<category><![CDATA[UX Interaction Design]]></category>
		<category><![CDATA[mobile / iPhone]]></category>

		<guid isPermaLink="false">http://www.semiconducted.com/diy-tech/2009/complete-iphone-voice-control-command-set.html</guid>
		<description><![CDATA[
As of this date of this posting, here is the full list of the iPhone 3GS Voice Control commands available.&#160; Hopefully as this is adopted, they will roll out more &#8211; like finding a contact&#8217;s info or initiating an email by speaking the name.
Start Voice Control:Press and hold the Home button or your headset middle [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.semiconducted.com/blog/wp-content/uploads/2009/12/moz-screenshot-32.png" alt="" width="258" height="481" /></p>
<p>As of this date of this posting, here is the full list of the iPhone 3GS Voice Control commands available.&nbsp; Hopefully as this is adopted, they will roll out more &#8211; like finding a contact&#8217;s info or initiating an email by speaking the name.</p>
<p><b>Start Voice Control:</b><br />Press and hold the Home button or your headset middle button until the Voice Control screen appears and you hear a beep.&nbsp; </p>
<p><b>Cancel Voice Control:</b><br />Tap the cancel button on the screen or say &#8220;cancel&#8221; to close Voice Control.</p>
<p><b>Call someone in your contacts:</b><br />&nbsp;&nbsp; * call + [name of the person or phone number]<br />&nbsp;&nbsp; * dial + [name of the person or phone number]</p>
<p>&nbsp;If the person has more than one phone number, add:<br />&nbsp;&nbsp; * home<br />&nbsp;&nbsp; * mobile<br />&nbsp;&nbsp; * work<br />&nbsp;&nbsp; * other </p>
<p><b>Make a correction:<br /></b>&nbsp;&nbsp; * no<br />&nbsp;&nbsp; * nope<br />&nbsp;&nbsp; * not that<br />&nbsp;&nbsp; * not that one<br />&nbsp;&nbsp; * wrong</p>
<p><b>Music playback:</b><br />&nbsp;&nbsp; * play<br />&nbsp;&nbsp; * play music<br />&nbsp;&nbsp; * play + album + [name]<br />&nbsp;&nbsp; * play + artist + [name]<br />&nbsp;&nbsp; * play + playlist + [name]&nbsp; <br />&nbsp;&nbsp; * pause<br />&nbsp;&nbsp; * pause music<br />&nbsp;&nbsp; * next song<br />&nbsp;&nbsp; * previous song<br />&nbsp;&nbsp; * shuffle</p>
<p><b>Music Info:<br /></b>&nbsp;&nbsp; * what’s playing<br />&nbsp;&nbsp; * what song is this<br />&nbsp;&nbsp; * who is this song by<br />&nbsp;&nbsp; * who sings this song</p>
<p><b>Use Genius to play similar songs:</b><br />&nbsp;&nbsp; * Genius<br />&nbsp;&nbsp; * play more like this<br />&nbsp;&nbsp; * play more songs like this</p>
<p><b>For best results:</b><br />Speak clearly, naturally (like you are making a phone call), pausing slightly so each word is distinct.&nbsp; Use only iPhone commands and full names or numbers.</p>
<div class="zemanta-pixie"><img class="zemanta-pixie-img" alt="" src="http://img.zemanta.com/pixy.gif?x-id=a134c498-e66f-832c-b670-dee2f849d994" /></div>
]]></content:encoded>
			<wfw:commentRss>http://www.semiconducted.com/diy-tech/2009/complete-iphone-voice-control-command-set.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
