<?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>My Piece of the Inter(.)net</title>
	<atom:link href="http://mypieceoftheinter.net/feed" rel="self" type="application/rss+xml" />
	<link>http://mypieceoftheinter.net</link>
	<description>A place for my geekish ramblings or whatever I find interesting.</description>
	<lastBuildDate>Sat, 21 Aug 2010 20:21:54 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Sneaky Chrome updates again</title>
		<link>http://mypieceoftheinter.net/archives/2151</link>
		<comments>http://mypieceoftheinter.net/archives/2151#comments</comments>
		<pubDate>Sat, 21 Aug 2010 20:21:54 +0000</pubDate>
		<dc:creator>David McGrath</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Browsers]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Google Chrome]]></category>
		<category><![CDATA[Internet]]></category>

		<guid isPermaLink="false">http://mypieceoftheinter.net/archives/2151</guid>
		<description><![CDATA[Chrome is a true Google product.&#160; Google, whose point of view is the Internet and constantly-updating content, updates Chrome silently.&#160; Restarting Chrome very well might yield new features, which is what just happened to me.&#160; My initial reaction was, “Ah, very cool, but wait what did it used to look like?”&#160; So here’s a screenshot [...]]]></description>
			<content:encoded><![CDATA[<p>Chrome is a true Google product.&#160; Google, whose point of view is the Internet and constantly-updating content, updates Chrome silently.&#160; Restarting Chrome very well might yield new features, which is what just happened to me.&#160; My initial reaction was, “Ah, very cool, but wait what did it used to look like?”&#160; So here’s a screenshot of Google Chrome 5 versus 6:</p>
<p><img style="border-bottom-color: ; border-top-color: ; display: inline; border-right-color: ; border-left-color: " title="Google Chrome 5" alt="Google Chrome 5" src="http://mypieceoftheinter.net/wp-content/uploads/2010/08/Google_Chrome_5.png" width="727" height="481" /> </p>
<p><img style="border-bottom-color: ; border-top-color: ; display: inline; border-right-color: ; border-left-color: " title="Google Chrome 6" alt="Google Chrome 6" src="http://mypieceoftheinter.net/wp-content/uploads/2010/08/Google_Chrome_6.png" width="732" height="484" /></p>
<div style="border-top: black 1px solid;">
</div>
<font size="+2">Hey! Why not <a href="http://mypieceoftheinter.net/archives/2151#comments">Comment</a> on the <a href="http://mypieceoftheinter.net/archives/2151">original post</a>?</font>
]]></content:encoded>
			<wfw:commentRss>http://mypieceoftheinter.net/archives/2151/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Roomie gets some CSS schooling</title>
		<link>http://mypieceoftheinter.net/archives/2111</link>
		<comments>http://mypieceoftheinter.net/archives/2111#comments</comments>
		<pubDate>Fri, 25 Jun 2010 04:30:45 +0000</pubDate>
		<dc:creator>David McGrath</dc:creator>
				<category><![CDATA[Projects]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[Computer Science]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Home Automation]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[iPad]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Roomie!]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://mypieceoftheinter.net/archives/2111</guid>
		<description><![CDATA[This week I have been furiously re-writing a few key elements of the Roomie website.&#160; Specifically, I scrapped the old device button controls, which you can see here. They were ok, but they were very rigid in use, offering only two different pictures to back the buttons.&#160; Zooming on mobile devices didn’t work so great [...]]]></description>
			<content:encoded><![CDATA[<p>This week I have been furiously re-writing a few key elements of the <a href="http://mypieceoftheinter.net/tag/roomie">Roomie</a> website.&#160; Specifically, I scrapped the old device button controls, which you can see <a href="http://mypieceoftheinter.net/archives/2078">here</a>. They were ok, but they were very rigid in use, offering only two different pictures to back the buttons.&#160; Zooming on mobile devices didn’t work so great either, since the images were PNGs, <a href="http://en.wikipedia.org/wiki/Raster_graphics">raster graphics</a>.&#160; Now I have created a button framework entirely in CSS, HTML, and ASP.NET controls.&#160; Because of this, I can easily create new kinds of controls completely in code, and they even zoom cleanly as well.&#160; My original vision for this was to enable the user to create “virtual device controls”, which would display next to the regular device controls.</p>
<p><a href="http://mypieceoftheinter.net/wp-content/uploads/2010/06/Roomie_home_automation_main_site_on_iPad.png"><img style="border-bottom-color: ; border-top-color: ; display: inline; border-right-color: ; border-left-color: " title="Roomie home automation main site on an iPad" alt="Roomie home automation main site on an iPad" src="http://mypieceoftheinter.net/wp-content/uploads/2010/06/Roomie_home_automation_main_site_on_iPad_thumb.png" width="640" height="480" /></a> </p>
<p> <span id="more-2111"></span>
<p>As you can see above, I have the <a href="http://roomie.somewhatgeeky.com">Roomie website’s main page</a> displaying on an iPad.&#160; The first two controls are an example of the new feature.&#160; Before I go to bed I might want to click the “set alarm” button, which would run a RoomieScript that I wrote that wakes me up in the morning.&#160; The same deal goes for coffee. (Of course, making coffee is also part of the alarm routine.)&#160; It would be easy to imagine many other virtual devices.&#160; Eventually I will likely make a “basement” device, which would have buttons like “Movie” for nice movie lighting, “all on”, “all off”, and of course, “PAAARRTAAYY!”</p>
<p>I mentioned that these controls were highly customizable in code.&#160; In the <a href="http://en.wikipedia.org/wiki/C_(programming_language)">C#</a> <a href="http://en.wikipedia.org/wiki/ASP.NET#Code-behind_model">code-behind</a> I can set the size of these controls with pixel precision.&#160; That came in really handy when I made an iPad-specific page, which resizes the controls to be just the right width to fill the screen horizontally and high enough for easy pressing with a finger.&#160; A tweak of the sizes only takes a few seconds.</p>
<p><a href="http://mypieceoftheinter.net/wp-content/uploads/2010/06/Roomie_home_automation_touch_site_on_iPad.png"><img style="border-bottom-color: ; border-top-color: ; display: inline; border-right-color: ; border-left-color: " title="Roomie home automation touch site on an iPad" alt="Roomie home automation touch site on an iPad" src="http://mypieceoftheinter.net/wp-content/uploads/2010/06/Roomie_home_automation_touch_site_on_iPad_thumb.png" width="360" height="480" /></a> </p>
<p>All of this has been a really good learning experience for me, and of course I am <em>far</em> from done.&#160; I’ve applied so much of what I’ve learned writing Roomie, which is just for fun, to other projects at work and in school.&#160; If you want to help test Roomie, <a href="http://davidmcgrath.com/contact">send me an email</a>.</p>
<div style="border-top: black 1px solid;">
</div>
<font size="+2">Hey! Why not <a href="http://mypieceoftheinter.net/archives/2111#comments">Comment</a> on the <a href="http://mypieceoftheinter.net/archives/2111">original post</a>?</font>
]]></content:encoded>
			<wfw:commentRss>http://mypieceoftheinter.net/archives/2111/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Excellent! Bing really is a decision engine.</title>
		<link>http://mypieceoftheinter.net/archives/2106</link>
		<comments>http://mypieceoftheinter.net/archives/2106#comments</comments>
		<pubDate>Thu, 24 Jun 2010 16:52:48 +0000</pubDate>
		<dc:creator>David McGrath</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Bing]]></category>
		<category><![CDATA[Fail]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Screenshots]]></category>

		<guid isPermaLink="false">http://mypieceoftheinter.net/archives/2106</guid>
		<description><![CDATA[This screenshot is pretty self-explanatory.
 
  
I’m not really a fan of jumping on the “mock Microsoft” bandwagon, but this is priceless.&#160; I could say something intelligent-sounding about non-Google search engines’ difficult task of changing users’ mentalities about “search = Google”, but I wont.


Hey! Why not Comment on the original post?
]]></description>
			<content:encoded><![CDATA[<p>This screenshot is pretty self-explanatory.</p>
<p><img style="border-bottom-color: ; border-top-color: ; display: inline; border-right-color: ; border-left-color: " title="Bing FAIL" alt="Bing FAIL" src="http://mypieceoftheinter.net/wp-content/uploads/2010/06/how_do_i_get_rid_of_bing_suggestion.png" width="627" height="421" /> </p>
<p>  <span id="more-2106"></span>
<p>I’m not really a fan of jumping on the “mock Microsoft” bandwagon, but this is priceless.&#160; I could say something intelligent-sounding about non-Google search engines’ difficult task of changing users’ mentalities about “search = Google”, but I wont.</p>
<div style="border-top: black 1px solid;">
</div>
<font size="+2">Hey! Why not <a href="http://mypieceoftheinter.net/archives/2106#comments">Comment</a> on the <a href="http://mypieceoftheinter.net/archives/2106">original post</a>?</font>
]]></content:encoded>
			<wfw:commentRss>http://mypieceoftheinter.net/archives/2106/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Abomination or AWESOME?</title>
		<link>http://mypieceoftheinter.net/archives/2103</link>
		<comments>http://mypieceoftheinter.net/archives/2103#comments</comments>
		<pubDate>Mon, 21 Jun 2010 02:41:36 +0000</pubDate>
		<dc:creator>David McGrath</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Exchange]]></category>
		<category><![CDATA[iPad]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Music]]></category>
		<category><![CDATA[PlayStation]]></category>
		<category><![CDATA[Rant]]></category>
		<category><![CDATA[Xbox]]></category>
		<category><![CDATA[Xbox 360]]></category>
		<category><![CDATA[Zune]]></category>

		<guid isPermaLink="false">http://mypieceoftheinter.net/archives/2103</guid>
		<description><![CDATA[I love my Zune.&#160; It’s small, and great at what it does: play music.&#160; With my Zune Pass music subscription, I can slurp up just about any song from the Zune Marketplace for a flat rate of $15 a month.&#160; I am also growing to quite appreciate my shiny new iPad.&#160; My friends and family [...]]]></description>
			<content:encoded><![CDATA[<p>I <a href="http://mypieceoftheinter.net/archives/1153">love</a> <a href="http://mypieceoftheinter.net/archives/1040">my</a> <a href="http://mypieceoftheinter.net/archives/836">Zune</a>.&#160; It’s small, and great at what it does: play music.&#160; With my Zune Pass music subscription, I can slurp up just about any song from the Zune Marketplace for a flat rate of $15 a month.&#160; I am also growing to quite appreciate my shiny new iPad.&#160; My friends and family often see me as a die-hard Microsoft buff, but I know better than that.&#160; My brother once jokingly accused me of Microsoft fanboy-ism for showing him an article about some Microsoft Research project.&#160; I was viewing the webpage in my browser of choice, Google Chrome.</p>
<p><a href="http://mypieceoftheinter.net/wp-content/uploads/2010/06/zune_and_ipad_heart.jpg"><img style="display: inline" title="Zune and iPad heart" alt="Zune and iPad heart" src="http://mypieceoftheinter.net/wp-content/uploads/2010/06/zune_and_ipad_heart_thumb.jpg" width="640" height="480" /></a> </p>
<p> <span id="more-2103"></span>
<p>Even with all its limitations, my iPad hooks into my Windows- and Microsoft-dominated world quite nicely.&#160; I have hundreds of ripped DVDs on my Windows Home Server for viewing on my Xbox 360 through Media Center Extender.&#160; Do I also want to view those videos curled up in bed with my iPad?&#160; To quote Apple’s less-than-meek advertising slogan, “There’s an app for that.”&#160; While I hate, <em>hate, <u>hate</u> </em>Apple’s uncanny ability to command attention, that doesn’t mean they don’t make some pretty nifty products.</p>
<p>Why do I have a picture of my iPad and Zune making hearts to each other?&#160; It just so happens that I want to download an album that isn’t available on the Zune Marketplace.&#160; Checking Amazon MP3, I discovered that the album wasn’t available there either.&#160; What about iTunes?&#160; I tapped open the iTunes app on my iPad, and sure enough there it is.&#160; What’s great about DRM-free music?&#160; I can download a song from iTunes, on my iPad, and sync it over to my Zune.&#160; (I would say this is interoperability at its finest, but I suspect to have a less-than-satisfactory user experience with iTunes on Windows.)</p>
<p>The point, however, is that less and less consumers are having to choose sides.&#160; Mac or PC?&#160; The real issue is AAC or OOG, or why not support both?&#160; The platform is losing significance.&#160; Microsoft Exchange, a protocol for synchronizing email, calendar, and contacts, is available on Windows Phones, Android Phones, and iPhones.&#160; The protocol itself is being served up not just by enterprises in business-type scenaros, but also for consumers.&#160; Gmail, for example, offers Exchange support for free.&#160; When every platform speaks a common set of protocols and file formats, something customers shouldn’t have to bother worrying about anyway, customers can more easily mix-and-match different devices and services.&#160; A year ago got a Windows Mobile phone because it would easily synchronies with my Windows Live Mail.&#160; Now, however, the phone and the email service can easily be interchanged independently, since both pieces can speak Exchange. <em>(side note: yes, yes, IMAP exists blah blah.&#160; That only synchronizes email.)</em></p>
<p>How long until there’s a Zune app for iOS?&#160; What about a PlayStation Home app for Windows Phone?&#160; Arguably the latter is more likely to happen, but all is possible in the magical world of technology. <img src='http://mypieceoftheinter.net/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<div style="border-top: black 1px solid;">
</div>
<font size="+2">Hey! Why not <a href="http://mypieceoftheinter.net/archives/2103#comments">Comment</a> on the <a href="http://mypieceoftheinter.net/archives/2103">original post</a>?</font>
]]></content:encoded>
			<wfw:commentRss>http://mypieceoftheinter.net/archives/2103/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sorry, Facebook.  Even you can&#8217;t fix this.</title>
		<link>http://mypieceoftheinter.net/archives/2099</link>
		<comments>http://mypieceoftheinter.net/archives/2099#comments</comments>
		<pubDate>Sat, 19 Jun 2010 04:03:30 +0000</pubDate>
		<dc:creator>David McGrath</dc:creator>
				<category><![CDATA[Rants]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[Fail]]></category>
		<category><![CDATA[Irony]]></category>
		<category><![CDATA[Relationships]]></category>

		<guid isPermaLink="false">http://mypieceoftheinter.net/archives/2099</guid>
		<description><![CDATA[I click on “Relationships” and this is what I get.&#160; Oops indeed…



(It&#8217;s like the error message is commenting on my relationship.  It&#8217;s ironic.)


Hey! Why not Comment on the original post?
]]></description>
			<content:encoded><![CDATA[<p>I click on “Relationships” and this is what I get.&#160; Oops indeed…</p>
<p><a href="http://mypieceoftheinter.net/wp-content/uploads/2010/06/facebookrelationshipsoops.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="facebook relationships oops" border="0" alt="facebook relationships oops" src="http://mypieceoftheinter.net/wp-content/uploads/2010/06/facebookrelationshipsoops_thumb.png" width="640" height="398" /></a></p>
<p><span id="more-2099"></span></p>
<p>
(It&#8217;s like the error message is commenting on my relationship.  It&#8217;s ironic.)</p>
<div style="border-top: black 1px solid;">
</div>
<font size="+2">Hey! Why not <a href="http://mypieceoftheinter.net/archives/2099#comments">Comment</a> on the <a href="http://mypieceoftheinter.net/archives/2099">original post</a>?</font>
]]></content:encoded>
			<wfw:commentRss>http://mypieceoftheinter.net/archives/2099/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to share an Internet Connection in Windows 7</title>
		<link>http://mypieceoftheinter.net/archives/2094</link>
		<comments>http://mypieceoftheinter.net/archives/2094#comments</comments>
		<pubDate>Sat, 29 May 2010 23:35:45 +0000</pubDate>
		<dc:creator>David McGrath</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Computers]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Videos]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[Wireless Networks]]></category>

		<guid isPermaLink="false">http://mypieceoftheinter.net/archives/2094</guid>
		<description><![CDATA[After returning home from college for the summer, I wanted to get my desktop computer online with the wireless network.&#160; Unfortunately for my Internet addiction, the desktop computer didn’t have a wireless adapter.&#160; I ordered one off of NewEgg, but in the mean time I was left without the glorious internet on my desktop computer’s [...]]]></description>
			<content:encoded><![CDATA[<p>After returning home from college for the summer, I wanted to get my desktop computer online with the wireless network.&#160; Unfortunately for my Internet addiction, the desktop computer didn’t have a wireless adapter.&#160; I ordered one off of NewEgg, but in the mean time I was left without the glorious internet on my desktop computer’s big screens.&#160; What do I do?! The laptop could connect to the wireless network, so there’s a start.&#160; Windows has the ability to share the Internet connection of one network adapter over another.&#160; Bingo.&#160; I describe the process in the following video.</p>
<p>&#160;<a href="http://mypieceoftheinter.net/wp-content/uploads/2010/05/share_an_internet_connection_in_windows_7.png"><img style="border-bottom-color: ; border-top-color: ; display: inline; border-right-color: ; border-left-color: " title="share_an_internet_connection_in_windows_7" alt="share_an_internet_connection_in_windows_7" src="http://mypieceoftheinter.net/wp-content/uploads/2010/05/share_an_internet_connection_in_windows_7_thumb.png" width="408" height="140" /></a> </p>
<p>  <span id="more-2094"></span>  <object width="640" height="385"><param name="movie" value="http://www.youtube.com/v/OFCuusFvLcg&amp;hl=en_US&amp;fs=1&amp;"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/OFCuusFvLcg&amp;hl=en_US&amp;fs=1&amp;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="640" height="385"></embed></object>
<p><a href="http://www.youtube.com/watch?v=OFCuusFvLcg">(link)</a></p>
<div style="border-top: black 1px solid;">
</div>
<font size="+2">Hey! Why not <a href="http://mypieceoftheinter.net/archives/2094#comments">Comment</a> on the <a href="http://mypieceoftheinter.net/archives/2094">original post</a>?</font>
]]></content:encoded>
			<wfw:commentRss>http://mypieceoftheinter.net/archives/2094/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Joys of WebDev (and Google Chrome software updates?)</title>
		<link>http://mypieceoftheinter.net/archives/2089</link>
		<comments>http://mypieceoftheinter.net/archives/2089#comments</comments>
		<pubDate>Mon, 10 May 2010 18:34:39 +0000</pubDate>
		<dc:creator>David McGrath</dc:creator>
				<category><![CDATA[Rants]]></category>
		<category><![CDATA[Google Chrome]]></category>
		<category><![CDATA[Mizilla Firefox]]></category>
		<category><![CDATA[Roomie Website]]></category>
		<category><![CDATA[Roomie!]]></category>
		<category><![CDATA[Websites Web Development]]></category>

		<guid isPermaLink="false">http://mypieceoftheinter.net/archives/2089</guid>
		<description><![CDATA[I was just working on Roomie (instead of studying for exams) and I cam across a very strange error.
 
  
I was making some very benign changes to the navigation bar on the left side of the website, when I refresh the page to see the “on/off” buttons interchanged for the favicon (stretched horribly, [...]]]></description>
			<content:encoded><![CDATA[<p>I was just working on <a href="http://roomie.somewhatgeeky.com/images/on-off_250.png">Roomie</a> (instead of studying for exams) and I cam across a very strange error.</p>
<p><a href="http://mypieceoftheinter.net/wp-content/uploads/2010/05/joys_of_webdev_chrome.png"><img style="border-bottom-color: ; border-top-color: ; display: inline; border-right-color: ; border-left-color: " title="Joys of Webdev" alt="Joys of Webdev" src="http://mypieceoftheinter.net/wp-content/uploads/2010/05/joys_of_webdev_chrome_thumb.png" width="640" height="435" /></a> </p>
<p>  <span id="more-2089"></span>
<p>I was making some very benign changes to the navigation bar on the left side of the website, when I refresh the page to see the “on/off” buttons interchanged for the <a href="http://en.wikipedia.org/wiki/Favicon">favicon</a> (stretched horribly, of course).&#160; I refreshed the page in <a href="http://www.google.com/chrome">Chrome</a>, verified the URL of the image, and finally looked at just the image.&#160; Then I looked at the URL.&#160; The favicon?&#160; How strange.&#160; I viewed the URL in <a href="http://www.mozilla.com/firefox/">Firefox</a>, and saw the correct picture.&#160; Next I viewed the URL in Incognito Mode in Chrome.&#160; Again the correct picture.&#160; How could the image appear differently?</p>
<p><a href="http://mypieceoftheinter.net/wp-content/uploads/2010/05/joys_of_webdev_chrome_lolwut.png"><img style="border-bottom-color: ; border-top-color: ; display: inline; border-right-color: ; border-left-color: " title="lol wut" alt="lol wut" src="http://mypieceoftheinter.net/wp-content/uploads/2010/05/joys_of_webdev_chrome_lolwut_thumb.png" width="640" height="302" /></a> </p>
<p>I can’t be sure, but I think the problem could be with Google Chrome’s updating mechanism.&#160; After trying various troubleshooting techniques, including restarting the browser, I went to the about page to see if the thing had updated.&#160; It seemed like it had, but to make sure I went to my laptop.</p>
<p><a href="http://mypieceoftheinter.net/wp-content/uploads/2010/05/Google_Chrome_update.png"><img style="border-bottom-color: ; border-top-color: ; display: inline; border-right-color: ; border-left-color: " title="Google Chrome Update" alt="Google Chrome Update" src="http://mypieceoftheinter.net/wp-content/uploads/2010/05/Google_Chrome_update_thumb.png" width="557" height="338" /></a> </p>
<p>So that seems to be it.&#160; Restarting and/or clearing the browsing cache fixed the problem.&#160; It’s nice that Chrome updates so transparently, but apparently it doesn’t always work perfectly.</p>
<div style="border-top: black 1px solid;">
</div>
<font size="+2">Hey! Why not <a href="http://mypieceoftheinter.net/archives/2089#comments">Comment</a> on the <a href="http://mypieceoftheinter.net/archives/2089">original post</a>?</font>
]]></content:encoded>
			<wfw:commentRss>http://mypieceoftheinter.net/archives/2089/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Seriously, America?</title>
		<link>http://mypieceoftheinter.net/archives/2082</link>
		<comments>http://mypieceoftheinter.net/archives/2082#comments</comments>
		<pubDate>Wed, 28 Apr 2010 02:13:52 +0000</pubDate>
		<dc:creator>David McGrath</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://mypieceoftheinter.net/archives/2082</guid>
		<description><![CDATA[Oh no, ASS!    &#160;


Hey! Why not Comment on the original post?
]]></description>
			<content:encoded><![CDATA[<p>Oh no, <strong>ASS!</strong>    <br />&#160;<a href="http://mypieceoftheinter.net/wp-content/uploads/2010/04/KickAss_movie_ticket.jpg"><img style="border-bottom-color: ; border-top-color: ; display: inline; border-right-color: ; border-left-color: " title="Kick-Ass_movie_ticket" alt="Kick-Ass_movie_ticket" src="http://mypieceoftheinter.net/wp-content/uploads/2010/04/KickAss_movie_ticket_thumb.jpg" width="640" height="480" /></a></p>
<div style="border-top: black 1px solid;">
</div>
<font size="+2">Hey! Why not <a href="http://mypieceoftheinter.net/archives/2082#comments">Comment</a> on the <a href="http://mypieceoftheinter.net/archives/2082">original post</a>?</font>
]]></content:encoded>
			<wfw:commentRss>http://mypieceoftheinter.net/archives/2082/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>RoomieRemake woke me up and made me coffee!</title>
		<link>http://mypieceoftheinter.net/archives/2078</link>
		<comments>http://mypieceoftheinter.net/archives/2078#comments</comments>
		<pubDate>Mon, 26 Apr 2010 13:45:45 +0000</pubDate>
		<dc:creator>David McGrath</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Home Server]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[Roomie Website]]></category>
		<category><![CDATA[Roomie!]]></category>
		<category><![CDATA[ThinkStick]]></category>
		<category><![CDATA[Z-Wave]]></category>

		<guid isPermaLink="false">http://mypieceoftheinter.net/archives/2078</guid>
		<description><![CDATA[I recently rearranged the Z-Wave modules in my house to devices that I care about controlling more.&#160; I put one on the coffee maker so that I could preload it and either schedule it to turn on or turn it on through the Roomie website, which would be good for if I were heading home [...]]]></description>
			<content:encoded><![CDATA[<p>I recently rearranged the <a href="http://en.wikipedia.org/wiki/Z-wave">Z-Wave</a> modules in my house to devices that I care about controlling more.&#160; I put one on the coffee maker so that I could preload it and either schedule it to turn on or turn it on through the Roomie website, which would be good for if I were heading home sometime and wanted a fresh cup waiting for me.&#160; I also put a module on my <a href="http://mypieceoftheinter.net/archives/1821">computer monitors</a> and speakers, which are in my bedroom.&#160; This lets a script turn them off when I go to bed and back on right before a script wakes me up with music. </p>
<p>This morning <a href="http://mypieceoftheinter.net/archives/1978">RoomieRemake</a> woke me up with two short scripts.&#160; And hey, more news!&#160; I used the recently-updated website (which I’ve apparently never directly blogged about) to write the scripts.&#160; Here’s a screenshot of that.</p>
<p>&#160;<a href="http://mypieceoftheinter.net/wp-content/uploads/2010/04/roomie_wake_up_script.png"><img style="border-bottom-color: ; border-top-color: ; display: inline; border-right-color: ; border-left-color: " title="Roomie website with wake up scripts" alt="Roomie website with wake up scripts" src="http://mypieceoftheinter.net/wp-content/uploads/2010/04/roomie_wake_up_script_thumb.png" width="537" height="480" /></a> </p>
<p>Here’s the script that ran on Dreaming Nest, my <a href="http://mypieceoftheinter.net/archives/1899">Home Server</a>, which has a ThinkStick USB Z-Wave controller.</p>
<p>  <span id="more-2078"></span>
<pre class="code"><span style="color: blue">&lt;</span><span style="color: #a31515">RoomieScript</span><span style="color: blue">&gt;
  &lt;</span><span style="color: #a31515">Timing.WaitUntil </span><span style="color: red">Hour</span><span style="color: blue">=</span>&quot;<span style="color: blue">8</span>&quot; <span style="color: red">Minute</span><span style="color: blue">=</span>&quot;<span style="color: blue">50</span>&quot; <span style="color: blue">/&gt;
  &lt;</span><span style="color: #a31515">ZWave.PowerOn </span><span style="color: red">DeviceName</span><span style="color: blue">=</span>&quot;<span style="color: blue">Coffee Pot</span>&quot; <span style="color: blue">/&gt;
  &lt;</span><span style="color: #a31515">Timing.WaitUntil </span><span style="color: red">Hour</span><span style="color: blue">=</span>&quot;<span style="color: blue">8</span>&quot; <span style="color: red">Minute</span><span style="color: blue">=</span>&quot;<span style="color: blue">59</span>&quot; <span style="color: blue">/&gt;
  &lt;</span><span style="color: #a31515">ZWave.PowerOn </span><span style="color: red">DeviceName</span><span style="color: blue">=</span>&quot;<span style="color: blue">Monitor and Speakers</span>&quot; <span style="color: blue">/&gt;
  &lt;</span><span style="color: #a31515">Timing.WaitUntil </span><span style="color: red">Hour</span><span style="color: blue">=</span>&quot;<span style="color: blue">9</span>&quot; <span style="color: red">Minute</span><span style="color: blue">=</span>&quot;<span style="color: blue">15</span>&quot; <span style="color: blue">/&gt;
  &lt;</span><span style="color: #a31515">ZWave.PowerOff </span><span style="color: red">DeviceName</span><span style="color: blue">=</span>&quot;<span style="color: blue">Coffee Pot</span>&quot; <span style="color: blue">/&gt;
&lt;/</span><span style="color: #a31515">RoomieScript</span><span style="color: blue">&gt;</span></pre>
<p><a href="http://11011.net/software/vspaste"></a></p>
<p>&#160;</p>
<p>Here is the script that ran on Rory, the desktop computer in my bedroom.</p>
<pre class="code"><span style="color: blue">&lt;</span><span style="color: #a31515">RoomieScript</span><span style="color: blue">&gt;
  &lt;</span><span style="color: #a31515">Timing.WaitUntil </span><span style="color: red">Hour</span><span style="color: blue">=</span>&quot;<span style="color: blue">9</span>&quot; <span style="color: blue">/&gt;
  &lt;</span><span style="color: #a31515">Output.OpenFile </span><span style="color: red">Path</span><span style="color: blue">=</span>&quot;<span style="color: blue">F:/music/playlists/Driving in Spring.wpl</span>&quot; <span style="color: blue">/&gt;
&lt;/</span><span style="color: #a31515">RoomieScript</span><span style="color: blue">&gt;</span></pre>
<p><a href="http://11011.net/software/vspaste"></a></p>
<div style="border-top: black 1px solid;">
</div>
<font size="+2">Hey! Why not <a href="http://mypieceoftheinter.net/archives/2078#comments">Comment</a> on the <a href="http://mypieceoftheinter.net/archives/2078">original post</a>?</font>
]]></content:encoded>
			<wfw:commentRss>http://mypieceoftheinter.net/archives/2078/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Yellow Screen</title>
		<link>http://mypieceoftheinter.net/archives/2073</link>
		<comments>http://mypieceoftheinter.net/archives/2073#comments</comments>
		<pubDate>Sun, 18 Apr 2010 22:59:22 +0000</pubDate>
		<dc:creator>David McGrath</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[DVI]]></category>
		<category><![CDATA[LCD]]></category>
		<category><![CDATA[Monitors]]></category>
		<category><![CDATA[Troubleshooting]]></category>

		<guid isPermaLink="false">http://mypieceoftheinter.net/archives/2073</guid>
		<description><![CDATA[My computer screen turned yellow the other day when I moved it.&#160; I knew the problem was that the DVI cable was loose, but I could see that some people might think that the screen was broken. (Gosh, I’m so smart!)&#160; Anyway, here is this post showing the problem, in the hopes that it will [...]]]></description>
			<content:encoded><![CDATA[<p>My computer screen turned yellow the other day when I moved it.&#160; I knew the problem was that the DVI cable was loose, but I could see that some people might think that the screen was broken. (Gosh, I’m so smart!)&#160; Anyway, here is this post showing the problem, in the hopes that it will help some poor googler wondering what’s wrong with his screen.</p>
<p><a href="http://mypieceoftheinter.net/wp-content/uploads/2010/04/dvi_cable_loose_yellow_screen.jpg"><img style="display: inline" title="DVI cable loose, yellow screen" alt="DVI cable loose, yellow screen" src="http://mypieceoftheinter.net/wp-content/uploads/2010/04/dvi_cable_loose_yellow_screen_thumb.jpg" width="640" height="479" /></a></p>
<p> <span id="more-2073"></span>
<p>&#8230;So screw in that cable!</p>
<div style="border-top: black 1px solid;">
</div>
<font size="+2">Hey! Why not <a href="http://mypieceoftheinter.net/archives/2073#comments">Comment</a> on the <a href="http://mypieceoftheinter.net/archives/2073">original post</a>?</font>
]]></content:encoded>
			<wfw:commentRss>http://mypieceoftheinter.net/archives/2073/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>We Love Hokies Day</title>
		<link>http://mypieceoftheinter.net/archives/2067</link>
		<comments>http://mypieceoftheinter.net/archives/2067#comments</comments>
		<pubDate>Fri, 16 Apr 2010 17:05:29 +0000</pubDate>
		<dc:creator>David McGrath</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Photographs]]></category>
		<category><![CDATA[Virginia Tech]]></category>

		<guid isPermaLink="false">http://mypieceoftheinter.net/?p=2067</guid>
		<description><![CDATA[I took this picture outside of Gilbert Linkous Elementary School, which is about half a mile north of Virginia Tech’s campus.



Hey! Why not Comment on the original post?
]]></description>
			<content:encoded><![CDATA[<p>I took this picture outside of Gilbert Linkous Elementary School, which is about half a mile north of Virginia Tech’s campus.</p>
<p><a href="http://mypieceoftheinter.net/wp-content/uploads/2010/04/Gilbert_Linkous_Elementary_School_We_Love_Hokies_Day_April_16.jpg"><img src="http://mypieceoftheinter.net/wp-content/uploads/2010/04/Gilbert_Linkous_Elementary_School_We_Love_Hokies_Day_April_16-640x480.jpg" alt="" title="Gilbert Linkous Elementary School We Love Hokies Day April 16" width="640" height="480" /></a></p>
<div style="border-top: black 1px solid;">
</div>
<font size="+2">Hey! Why not <a href="http://mypieceoftheinter.net/archives/2067#comments">Comment</a> on the <a href="http://mypieceoftheinter.net/archives/2067">original post</a>?</font>
]]></content:encoded>
			<wfw:commentRss>http://mypieceoftheinter.net/archives/2067/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Netflix is my friend</title>
		<link>http://mypieceoftheinter.net/archives/2066</link>
		<comments>http://mypieceoftheinter.net/archives/2066#comments</comments>
		<pubDate>Fri, 16 Apr 2010 16:34:40 +0000</pubDate>
		<dc:creator>David McGrath</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Movie Rentals]]></category>
		<category><![CDATA[Movies]]></category>
		<category><![CDATA[Netflix]]></category>
		<category><![CDATA[Rentals]]></category>

		<guid isPermaLink="false">http://mypieceoftheinter.net/archives/2066</guid>
		<description><![CDATA[When a company does something gratuitously nice for the customer, I think it deserves a little praise.&#160; Below is a screen shot of an email that I just received from Netflix, an unlimited movie rental service.&#160; I pay a monthly fee for the two-DVDs-at-a-time plan.
 
 
Sure, an extra DVD might not cure cancer or [...]]]></description>
			<content:encoded><![CDATA[<p>When a company does something gratuitously nice for the customer, I think it deserves a little praise.&#160; Below is a screen shot of an email that I just received from Netflix, an unlimited movie rental service.&#160; I pay a monthly fee for the two-DVDs-at-a-time plan.</p>
<p><img style="display: inline" title="netflix_win_extra_dvd" alt="netflix_win_extra_dvd" src="http://mypieceoftheinter.net/wp-content/uploads/2010/04/netflix_win_extra_dvd.png" width="566" height="463" /> </p>
<p> <span id="more-2066"></span>
<p>Sure, an extra DVD might not cure cancer or solve world peace, but it sure is a nice gesture from a company that works really hard for customer loyalty.</p>
<div style="border-top: black 1px solid;">
</div>
<font size="+2">Hey! Why not <a href="http://mypieceoftheinter.net/archives/2066#comments">Comment</a> on the <a href="http://mypieceoftheinter.net/archives/2066">original post</a>?</font>
]]></content:encoded>
			<wfw:commentRss>http://mypieceoftheinter.net/archives/2066/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Simple Multithreading example in .NET and WPF</title>
		<link>http://mypieceoftheinter.net/archives/2056</link>
		<comments>http://mypieceoftheinter.net/archives/2056#comments</comments>
		<pubDate>Sun, 28 Mar 2010 23:23:26 +0000</pubDate>
		<dc:creator>David McGrath</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[C Sharp]]></category>
		<category><![CDATA[Multithreading]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[WPF]]></category>

		<guid isPermaLink="false">http://mypieceoftheinter.net/archives/2056</guid>
		<description><![CDATA[After lots of googling, trying to figure out how to multithread properly in .NET and modify a WPF GUI from another thread, I’ve finally figured a lot of stuff out.&#160; I have created a simple multithreading example project in Visual C# 2008 Express.
 
You can download the project here, but since I know most people [...]]]></description>
			<content:encoded><![CDATA[<p>After lots of googling, trying to figure out how to multithread properly in .NET and modify a WPF GUI from another thread, I’ve finally figured a lot of stuff out.&#160; I have created a simple multithreading example project in Visual C# 2008 Express.</p>
<p><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="WPF Multithreading demo app" border="0" alt="WPF Multithreading demo app" src="http://mypieceoftheinter.net/wp-content/uploads/2010/03/wpf_multithreading_demo_app.png" width="651" height="224" /> </p>
<p><a href="http://download.somewhatgeeky.com/WPF_.NET 3.5_multithreading_demo">You can download the project here</a>, but since I know most people just want to get some quick answers, here’s a few code snippets: </p>
<p> <span id="more-2056"></span>
<p>This following is a member method of a WPF Window.</p>
<p>&#160;<img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="WPF Dispatcher Example" border="0" alt="WPF Dispatcher Example" src="http://mypieceoftheinter.net/wp-content/uploads/2010/03/wpf_dispatcher_example.png" width="749" height="311" /> </p>
<p>The following is an example of a member method of a WPF window that runs itself in a separate thread.&#160; <br /><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title=".NET multithreading example code" border="0" alt=".NET multithreading example code" src="http://mypieceoftheinter.net/wp-content/uploads/2010/03/dot_net_multithreading_exmple.png" width="791" height="480" /> </p>
<p>The project file contains more examples, including handling multithreaded events, how to create custom delegates, getting thread states, and intelligently killing threads when the program shuts down.</p>
<div style="border-top: black 1px solid;">
</div>
<font size="+2">Hey! Why not <a href="http://mypieceoftheinter.net/archives/2056#comments">Comment</a> on the <a href="http://mypieceoftheinter.net/archives/2056">original post</a>?</font>
]]></content:encoded>
			<wfw:commentRss>http://mypieceoftheinter.net/archives/2056/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>The couch has a USB port</title>
		<link>http://mypieceoftheinter.net/archives/2046</link>
		<comments>http://mypieceoftheinter.net/archives/2046#comments</comments>
		<pubDate>Fri, 26 Mar 2010 22:21:11 +0000</pubDate>
		<dc:creator>David McGrath</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Keyboard]]></category>
		<category><![CDATA[Media Center]]></category>
		<category><![CDATA[Media Center Extenders]]></category>
		<category><![CDATA[USB]]></category>
		<category><![CDATA[Xbox]]></category>
		<category><![CDATA[Xbox 360]]></category>

		<guid isPermaLink="false">http://mypieceoftheinter.net/archives/2046</guid>
		<description><![CDATA[ 
Today I did some reorganizing and had a chain of really long USB cables to use, so I plugged one end into the back of the Xbox 360 and then wrapped the cable along the baseboards, ending nestled into couch.&#160; Woop!&#160; Now I have a USB port for the Xbox 360 right there.&#160; My [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://mypieceoftheinter.net/wp-content/uploads/2010/03/couch_USB_port.jpg"><img style="display: inline" title="couch USB port" alt="couch USB port" src="http://mypieceoftheinter.net/wp-content/uploads/2010/03/couch_USB_port_thumb.jpg" width="640" height="480" /></a> </p>
<p>Today I did some reorganizing and had a chain of really long USB cables to use, so I plugged one end into the back of the Xbox 360 and then wrapped the cable along the baseboards, ending nestled into couch.&#160; Woop!&#160; Now I have a USB port for the Xbox 360 right there.&#160; My inner dork rejoices!</p>
<p> <span id="more-2046"></span>
<p>By the way, the Xbox 360 has USB keyboard support.&#160; It’s really handy for typing out messages and such.&#160; Media Center Extender doesn’t work all that great with the keyboard, unfortunately, since the arrow keys inexplicably don’t work in it.</p>
<div style="border-top: black 1px solid;">
</div>
<font size="+2">Hey! Why not <a href="http://mypieceoftheinter.net/archives/2046#comments">Comment</a> on the <a href="http://mypieceoftheinter.net/archives/2046">original post</a>?</font>
]]></content:encoded>
			<wfw:commentRss>http://mypieceoftheinter.net/archives/2046/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Wow, Photoshop IS magic!</title>
		<link>http://mypieceoftheinter.net/archives/2040</link>
		<comments>http://mypieceoftheinter.net/archives/2040#comments</comments>
		<pubDate>Thu, 25 Mar 2010 02:06:09 +0000</pubDate>
		<dc:creator>David McGrath</dc:creator>
				<category><![CDATA[Videos]]></category>
		<category><![CDATA[Adobe]]></category>
		<category><![CDATA[Magic]]></category>
		<category><![CDATA[Photoshop]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://mypieceoftheinter.net/archives/2040</guid>
		<description><![CDATA[I am officially blown away.  Adobe has some pretty cool technology in the works.  Take a look at this video of some &#8220;content-aware&#8221; features in the upcoming Adobe Creative Suite 4.
  (link)


Hey! Why not Comment on the original post?
]]></description>
			<content:encoded><![CDATA[<p>I am officially blown away.  Adobe has some pretty cool technology in the works.  Take a look at this video of some &#8220;content-aware&#8221; features in the upcoming Adobe Creative Suite 4.</p>
<p> <object width="480" height="385"><param name="movie" value="http://www.youtube.com/v/NH0aEp1oDOI&amp;hl=en_US&amp;fs=1&amp;"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/NH0aEp1oDOI&amp;hl=en_US&amp;fs=1&amp;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="480" height="385"></embed></object> <a href="http://www.youtube.com/watch?v=NH0aEp1oDOI">(link)</a></p>
<div style="border-top: black 1px solid;">
</div>
<font size="+2">Hey! Why not <a href="http://mypieceoftheinter.net/archives/2040#comments">Comment</a> on the <a href="http://mypieceoftheinter.net/archives/2040">original post</a>?</font>
]]></content:encoded>
			<wfw:commentRss>http://mypieceoftheinter.net/archives/2040/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Arcadia Preview 2</title>
		<link>http://mypieceoftheinter.net/archives/2025</link>
		<comments>http://mypieceoftheinter.net/archives/2025#comments</comments>
		<pubDate>Wed, 24 Mar 2010 05:42:46 +0000</pubDate>
		<dc:creator>David McGrath</dc:creator>
				<category><![CDATA[Projects]]></category>
		<category><![CDATA[Arcadia]]></category>
		<category><![CDATA[Beta Software]]></category>
		<category><![CDATA[Beta Testing]]></category>
		<category><![CDATA[Gaming]]></category>
		<category><![CDATA[ROMs]]></category>
		<category><![CDATA[Software Testing]]></category>

		<guid isPermaLink="false">http://mypieceoftheinter.net/archives/2025</guid>
		<description><![CDATA[ 
Arcadia Preview 2 (version 1.0.489.0) is finally here!
  
 
I’m really pleased with Arcadia’s progress.&#160; Arcadia’s features currently include selecting repositories (where game files are kept), scanning for games (based on a user-editable vocabulary of platforms), and (most importantly) searching for and running ROMs in your favorite emulators of choice.
Thanks to FlotsamX for [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://mypieceoftheinter.net/wp-content/uploads/2010/03/arcadia_road_sign_on_I81.jpg"><img style="display: inline" title="Arcadia sign on I-81 South" alt="Arcadia sign on I-81 South" src="http://mypieceoftheinter.net/wp-content/uploads/2010/03/arcadia_road_sign_on_I81_thumb.jpg" width="639" height="480" /></a> </p>
<p><a href="http://mypieceoftheinter.net/tag/arcadia">Arcadia</a> Preview 2 (version 1.0.489.0) is finally here!</p>
<p>  <span id="more-2025"></span>
<p><img style="border-bottom-color: ; border-top-color: ; display: inline; border-right-color: ; border-left-color: " title="Arcadia Preview 2 screenshot" alt="Arcadia Preview 2 screenshot" src="http://mypieceoftheinter.net/wp-content/uploads/2010/03/Arcadia_preview_2_screenshot1.png" width="755" height="409" /> </p>
<p>I’m really pleased with Arcadia’s progress.&#160; Arcadia’s features currently include selecting repositories (where game files are kept), scanning for games (based on a user-editable vocabulary of platforms), and (most importantly) searching for and running ROMs in your favorite emulators of choice.</p>
<p>Thanks to <a href="http://www.google.com/search?q=flotsamx">FlotsamX</a> for his usability feedback for Preview 1.</p>
<p><a href="http://download.somewhatgeeky.com/Arcadia_1.0.489.0">Download Arcadia Preview 2 here</a>.</p>
<div style="border-top: black 1px solid;">
</div>
<font size="+2">Hey! Why not <a href="http://mypieceoftheinter.net/archives/2025#comments">Comment</a> on the <a href="http://mypieceoftheinter.net/archives/2025">original post</a>?</font>
]]></content:encoded>
			<wfw:commentRss>http://mypieceoftheinter.net/archives/2025/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Yard work! The Ren Method! WOOOO!</title>
		<link>http://mypieceoftheinter.net/archives/2013</link>
		<comments>http://mypieceoftheinter.net/archives/2013#comments</comments>
		<pubDate>Sun, 21 Mar 2010 03:12:18 +0000</pubDate>
		<dc:creator>David McGrath</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Leaves]]></category>
		<category><![CDATA[Outside]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[Pinecones]]></category>
		<category><![CDATA[Ren]]></category>
		<category><![CDATA[Silly]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Videos]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[Yard Work]]></category>

		<guid isPermaLink="false">http://mypieceoftheinter.net/archives/2013</guid>
		<description><![CDATA[Today I learned this friggin’ sweet timesaver for yard work involving bagging debris.&#160; I call it “The Ren Method.”
 
Here’s the video!
 
    (link)   
12 bags of awesome later we were done!


Hey! Why not Comment on the original post?
]]></description>
			<content:encoded><![CDATA[<p>Today I learned this friggin’ sweet timesaver for yard work involving bagging debris.&#160; I call it “The Ren Method.”</p>
<p><a href="http://mypieceoftheinter.net/wp-content/uploads/2010/03/bag_of_yard_debris.jpg"><img style="display: inline" title="bag of yard debris" alt="bag of yard debris" src="http://mypieceoftheinter.net/wp-content/uploads/2010/03/bag_of_yard_debris_thumb.jpg" width="640" height="479" /></a> </p>
<p>Here’s the video!</p>
<p> <span id="more-2013"></span>
<p>  <object width="640" height="505"><param name="movie" value="http://www.youtube.com/v/pCB-GynFeTk&amp;hl=en_US&amp;fs=1&amp;"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/pCB-GynFeTk&amp;hl=en_US&amp;fs=1&amp;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="640" height="505"></embed></object>  <br /><a href="http://www.youtube.com/watch?v=pCB-GynFeTk">(link)</a>   </p>
<p>12 bags of awesome later we were done!</p>
<div style="border-top: black 1px solid;">
</div>
<font size="+2">Hey! Why not <a href="http://mypieceoftheinter.net/archives/2013#comments">Comment</a> on the <a href="http://mypieceoftheinter.net/archives/2013">original post</a>?</font>
]]></content:encoded>
			<wfw:commentRss>http://mypieceoftheinter.net/archives/2013/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Arcadia: Soon!</title>
		<link>http://mypieceoftheinter.net/archives/2007</link>
		<comments>http://mypieceoftheinter.net/archives/2007#comments</comments>
		<pubDate>Tue, 16 Mar 2010 04:01:15 +0000</pubDate>
		<dc:creator>David McGrath</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Arcadia]]></category>
		<category><![CDATA[Beta Testing]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Software Testing]]></category>

		<guid isPermaLink="false">http://mypieceoftheinter.net/archives/2007</guid>
		<description><![CDATA[ 
Arcadia, my emulator frontend that manages a wide variety of classic gaming system files, is just around the corner!&#160; I have a stable version right now, and am looking for beta testers.&#160; (Contact me if you’re interested!)&#160; Once I give Arcadia the ability to check for update to itself I’ll release it publically, but [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://mypieceoftheinter.net/wp-content/uploads/2010/03/Arcadia_1_mile_road_sign_on_I81.jpg"><img style="border-bottom-color: ; border-top-color: ; display: inline; border-right-color: ; border-left-color: " title="Arcadia sign on I-81 South." alt="Arcadia sign on I-81 South." src="http://mypieceoftheinter.net/wp-content/uploads/2010/03/Arcadia_1_mile_road_sign_on_I81_thumb.jpg" width="640" height="448" /></a> </p>
<p><a href="http://mypieceoftheinter.net/tag/arcadia">Arcadia</a>, my <a href="http://en.wikipedia.org/wiki/Emulator">emulator</a> frontend that manages a wide variety of classic gaming system files, is just around the corner!&#160; I have a stable version right now, and am looking for beta testers.&#160; (Contact me if you’re interested!)&#160; Once I give Arcadia the ability to check for update to itself I’ll release it publically, but for now email me and I’ll give it to you.</p>
<div style="border-top: black 1px solid;">
</div>
<font size="+2">Hey! Why not <a href="http://mypieceoftheinter.net/archives/2007#comments">Comment</a> on the <a href="http://mypieceoftheinter.net/archives/2007">original post</a>?</font>
]]></content:encoded>
			<wfw:commentRss>http://mypieceoftheinter.net/archives/2007/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>YouTube Copyright fail</title>
		<link>http://mypieceoftheinter.net/archives/2003</link>
		<comments>http://mypieceoftheinter.net/archives/2003#comments</comments>
		<pubDate>Fri, 05 Mar 2010 06:52:31 +0000</pubDate>
		<dc:creator>David McGrath</dc:creator>
				<category><![CDATA[Rants]]></category>
		<category><![CDATA[Boys Like Girls]]></category>
		<category><![CDATA[Copyright]]></category>
		<category><![CDATA[Love Drunk]]></category>
		<category><![CDATA[Music]]></category>
		<category><![CDATA[YouTube]]></category>

		<guid isPermaLink="false">http://mypieceoftheinter.net/archives/2003</guid>
		<description><![CDATA[aaaauuugghhh! *flail*
Apparently Sony requested to have it’s own video removed from YouTube.
 
 
I assume someone at Sony ran a search for the music video and included their own (in error) in a submission to YouTube to remove other copies of the music video.&#160; still…


Hey! Why not Comment on the original post?
]]></description>
			<content:encoded><![CDATA[<p>aaaauuugghhh! *flail*</p>
<p>Apparently Sony requested to have it’s own video removed from YouTube.</p>
<p><a href="http://mypieceoftheinter.net/wp-content/uploads/2010/03/love_drunk_youtube_copyright_fail.png"><img style="display: inline" title="YouTube Sony Copyright Fail" alt="YouTube Sony Copyright Fail" src="http://mypieceoftheinter.net/wp-content/uploads/2010/03/love_drunk_youtube_copyright_fail_thumb.png" width="552" height="480" /></a> </p>
<p> <span id="more-2003"></span>
<p>I assume someone at Sony ran a search for the music video and included their own (in error) in a submission to YouTube to remove other copies of the music video.&#160; still…</p>
<div style="border-top: black 1px solid;">
</div>
<font size="+2">Hey! Why not <a href="http://mypieceoftheinter.net/archives/2003#comments">Comment</a> on the <a href="http://mypieceoftheinter.net/archives/2003">original post</a>?</font>
]]></content:encoded>
			<wfw:commentRss>http://mypieceoftheinter.net/archives/2003/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Installing Windows 7 From a Flash Drive</title>
		<link>http://mypieceoftheinter.net/archives/1998</link>
		<comments>http://mypieceoftheinter.net/archives/1998#comments</comments>
		<pubDate>Sat, 27 Feb 2010 19:10:39 +0000</pubDate>
		<dc:creator>David McGrath</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Flash Drives]]></category>
		<category><![CDATA[Installation]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://mypieceoftheinter.net/archives/1998</guid>
		<description><![CDATA[If you have a copy of Windows 7 installation media as an ISO (disk image) you may want to put it on a flash drive.&#160; You might think that you’d be able to just click and drag the file onto the flash drive and be done, but that isn’t the case!&#160; Here’s how to do [...]]]></description>
			<content:encoded><![CDATA[<p>If you have a copy of Windows 7 installation media as an ISO (disk image) you may want to put it on a flash drive.&#160; You might think that you’d be able to just click and drag the file onto the flash drive and be done, but that isn’t the case!&#160; Here’s how to do it</p>
<p>First, have a Windows 7 ISO (duh)</p>
<p>Next, download and install Microsoft’s ISO tool <a href="http://images2.store.microsoft.com/prod/clustera/framework/w7udt/1.0/en-us/Windows7-USB-DVD-tool.exe">here</a>. (That is a direct link, originally found the link <a href="http://store.microsoft.com/Help/ISO-Tool">here</a>.&#160; If you’re doing this on Windows XP, go to that page and scroll down to “For Windows XP Users” to find two more downloads you will need.)</p>
<p>When you open the program, it will look like this.    <br /><img style="display: inline" title="Windows 7 Flash Drive 1" alt="Windows 7 Flash Drive 1" src="http://mypieceoftheinter.net/wp-content/uploads/2010/02/win7flash_1.png" width="623" height="349" /> </p>
<p> <span id="more-1998"></span>
<p>Click “Browse”.</p>
<p><img style="display: inline" title="Windows 7 Flash Drive 2" alt="Windows 7 Flash Drive 2" src="http://mypieceoftheinter.net/wp-content/uploads/2010/02/win7flash_2.png" width="702" height="509" /> </p>
<p>Select the ISO file and click “Open”.</p>
<p><img style="display: inline" title="Windows 7 Flash Drive 3" alt="Windows 7 Flash Drive 3" src="http://mypieceoftheinter.net/wp-content/uploads/2010/02/win7flash_3.png" width="613" height="343" /> </p>
<p>Click “Next”</p>
<p><img style="display: inline" title="Windows 7 Flash Drive 4" alt="Windows 7 Flash Drive 4" src="http://mypieceoftheinter.net/wp-content/uploads/2010/02/win7flash_4.png" width="609" height="334" /> </p>
<p>Click “USB device”.</p>
<p><img style="display: inline" title="Windows 7 Flash Drive 5" alt="Windows 7 Flash Drive 5" src="http://mypieceoftheinter.net/wp-content/uploads/2010/02/win7flash_5.png" width="611" height="332" /> </p>
<p>Select the drive you want.&#160; Make sure you don’t have any data on it that you want to keep!&#160; Click “Begin copying” and wait for the process to finish.</p>
<p><img style="display: inline" title="Windows 7 Flash Drive 6" alt="Windows 7 Flash Drive 6" src="http://mypieceoftheinter.net/wp-content/uploads/2010/02/win7flash_6.png" width="602" height="336" /> </p>
<p><img style="display: inline" title="Windows 7 Flash Drive 7" alt="Windows 7 Flash Drive 7" src="http://mypieceoftheinter.net/wp-content/uploads/2010/02/win7flash_7.png" width="609" height="341" /> </p>
<p><img style="display: inline" title="Windows 7 Flash Drive 8" alt="Windows 7 Flash Drive 8" src="http://mypieceoftheinter.net/wp-content/uploads/2010/02/win7flash_8.png" width="602" height="333" /> </p>
<p><img style="display: inline" title="Windows 7 Flash Drive 9" alt="Windows 7 Flash Drive 9" src="http://mypieceoftheinter.net/wp-content/uploads/2010/02/win7flash_9.png" width="602" height="340" /> </p>
<p>Congratulations!&#160; You now have a Windows 7 installation hard drive.&#160; You will still probably have to do some fancy stuff in the <a href="http://en.wikipedia.org/wiki/BIOS">BIOS</a> to get the computer to look at the flash drive while the system is starting up.</p>
<p>This isn’t necessary, but I like to put a copy of the original ISO on the flash drive.    <br /><img style="display: inline" title="Windows 7 Flash Drive 10" alt="Windows 7 Flash Drive 10" src="http://mypieceoftheinter.net/wp-content/uploads/2010/02/win7flash_10.png" width="587" height="445" /></p>
<div style="border-top: black 1px solid;">
</div>
<font size="+2">Hey! Why not <a href="http://mypieceoftheinter.net/archives/1998#comments">Comment</a> on the <a href="http://mypieceoftheinter.net/archives/1998">original post</a>?</font>
]]></content:encoded>
			<wfw:commentRss>http://mypieceoftheinter.net/archives/1998/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
