<?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>Knowledge In Action</title>
	<atom:link href="http://people.oregonstate.edu/~halamayd/feed" rel="self" type="application/rss+xml" />
	<link>http://people.oregonstate.edu/~halamayd</link>
	<description>Posts from an OSU Grad Student</description>
	<lastBuildDate>Tue, 18 Aug 2009 05:48:02 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to add &#8220;Empty Recycle Bin&#8221; option to the Windows 7 context menu</title>
		<link>http://people.oregonstate.edu/~halamayd/2009/08/17/how-to-add-empty-recycle-bin-option-to-the-windows-7-context-menu</link>
		<comments>http://people.oregonstate.edu/~halamayd/2009/08/17/how-to-add-empty-recycle-bin-option-to-the-windows-7-context-menu#comments</comments>
		<pubDate>Tue, 18 Aug 2009 05:47:36 +0000</pubDate>
		<dc:creator>Doug</dc:creator>
				<category><![CDATA[Computers]]></category>

		<guid isPermaLink="false">http://oregonstate.edu/~halamayd/?p=185</guid>
		<description><![CDATA[Now for a post that is a bit more technical in nature than what I normally write about (but I figure I&#8217;d help other people out who have been looking for a solution to this problem).
I&#8217;ve been a big fan of having an &#8220;Empty Recycle Bin&#8221; option on my right-click context menu in Windows (XP [...]]]></description>
			<content:encoded><![CDATA[<p>Now for a post that is a bit more technical in nature than what I normally write about (but I figure I&#8217;d help other people out who have been looking for a solution to this problem).</p>
<p>I&#8217;ve been a big fan of having an &#8220;Empty Recycle Bin&#8221; option on my right-click context menu in Windows (XP and Vista) for many years now.  It acts as both a reminder as to whether I&#8217;ve deleted something (the option is active) or whether I&#8217;ve recently cleaned things out (the option is greyed-out).  More importantly, it&#8217;s a great little shortcut to simply empty the recycle bin in Windows.  With the upcoming release of Windows 7, though, the Registry edit to add the option no longer works.  After some thorough forum- and web-searching, I&#8217;ve found the answer.</p>
<p>The old CLSID for the Recycle Bin was {645FF040-5081-101B-9F08-00AA002F954E}.  You could simply add this as a new key to the HKEY_CLASSES_ROOT\Directory\Background\shellex\ContextMenuHandlers\ registry entry, and the &#8220;Empty Recycle Bin&#8221; option would show up on your context menu whenever you clicked in blank space (either on your desktop or within a folder).</p>
<p>After rooting around a bit, it looks like a new command was added specifically to Windows 7 for the emptying of the recycle bin.  If you look at this location: HKEY_CLASSES_ROOT\CLSID\{645FF040-5081-101B-9F08-00AA002F954E}\shell\empty , you&#8217;ll notice that there is now a command entry.  Thus, to make this option work for the context menu on your desktop and folders, you simply need to duplicate the &#8220;empty&#8221; key and its &#8220;command&#8221; subkey in the appropriate location.  Here&#8217;s the code to make this work (please be sure to always back up your registry before you make any changes &#8211; I take no responsibility for any problems or issues that may arise):</p>
<p><code><br />
Windows Registry Editor Version 5.00<br />
[HKEY_CLASSES_ROOT\Directory\Background\shell\empty]<br />
"CommandStateHandler"="{c9298eef-69dd-4cdd-b153-bdbc38486781}"<br />
"Description"="@shell32.dll,-31332"<br />
"Icon"="shell32.dll,-254"<br />
"MUIVerb"="@shell32.dll,-10564"<br />
[HKEY_CLASSES_ROOT\Directory\Background\shell\empty\command]<br />
"DelegateExecute"="{48527bb3-e8de-450b-8910-8c4099cb8624}"<br />
</code></p>
<p>Doing this even gives you the little Recycle Bin icon in your context menu.  Cool!  I hope this helps anyone out there looking for an answer to this problem!</p>
]]></content:encoded>
			<wfw:commentRss>http://people.oregonstate.edu/~halamayd/2009/08/17/how-to-add-empty-recycle-bin-option-to-the-windows-7-context-menu/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>It&#8217;s summertime (and time for a ski season recap)!</title>
		<link>http://people.oregonstate.edu/~halamayd/2009/07/10/its-summertime</link>
		<comments>http://people.oregonstate.edu/~halamayd/2009/07/10/its-summertime#comments</comments>
		<pubDate>Fri, 10 Jul 2009 18:02:33 +0000</pubDate>
		<dc:creator>Doug</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Sports]]></category>
		<category><![CDATA[Mt Bachelor]]></category>
		<category><![CDATA[Mt Hood Meadows]]></category>
		<category><![CDATA[Photo]]></category>
		<category><![CDATA[Sir Francis Bacon]]></category>
		<category><![CDATA[Ski]]></category>
		<category><![CDATA[Skiing]]></category>
		<category><![CDATA[Snow]]></category>
		<category><![CDATA[Weather]]></category>

		<guid isPermaLink="false">http://oregonstate.edu/~halamayd/?p=166</guid>
		<description><![CDATA[Sorry for the seven-month gap in postings!  Ski season happened, and then spring quarter occurred&#8230;
Anyhow, the ski season got off to a slow start (except for the massive December storm), and we were left skiing on ice for almost a month.  At one point, it got up to ~60 degrees at Mt. Hood [...]]]></description>
			<content:encoded><![CDATA[<p>Sorry for the seven-month gap in postings!  Ski season happened, and then spring quarter occurred&#8230;</p>
<p>Anyhow, the ski season got off to a slow start (except for the massive December storm), and we were left skiing on ice for almost a month.  At one point, it got up to ~60 degrees at Mt. Hood Meadows&#8230;in January!  Fortunately, though, things improved in mid-to-late February and continued to get better and better from there.  The skiing at both Mt. Bachelor and Mt. Hood Meadows was awesome &#8211; lots of late-season powder days.  Here&#8217;s hoping that next year is just as good!</p>
<p>The first photo below is from Mt. Bachelor at the end of January &#8211; it was nice and cold, but there had been very little snow for almost a month &#8211; you can see the blue ice beneath the Summit lift!  The last two photos are from late-April at Mt. Hood Meadows.  The snow really piled up at the top of the mountain &#8211; you can see that the traverse to Upper Heather was really built-up.</p>
<p style="text-align: center;"><a href="http://oregonstate.edu/~halamayd/gallery2/main.php?g2_view=core.DownloadItem&#038;g2_itemId=1322&#038;g2_GALLERYSID=c35a2ed3ccd5add2edb80555abe10667" rel="lightbox[09ski_season_recap]" title="Summit lift at Mt. Bachelor on 1-29-2009 (Notice the Blue Ice!)" ><img src="http://oregonstate.edu/~halamayd/gallery2/main.php?g2_view=core.DownloadItem&#038;g2_itemId=1323&#038;g2_GALLERYSID=c35a2ed3ccd5add2edb80555abe10667" width="200"  height="150"  alt="Summit lift at Mt. Bachelor on 1-29-2009" title="Summit lift at Mt. Bachelor on 1-29-2009 (Notice the Blue Ice!)" class="g2image_centered" /></a><a href="http://oregonstate.edu/~halamayd/gallery2/main.php?g2_view=core.DownloadItem&#038;g2_itemId=1346&#038;g2_GALLERYSID=c35a2ed3ccd5add2edb80555abe10667" rel="lightbox[09ski_season_recap]" title="Cascade Express on 4-25-2009" ><img src="http://oregonstate.edu/~halamayd/gallery2/main.php?g2_view=core.DownloadItem&#038;g2_itemId=1347&#038;g2_GALLERYSID=c35a2ed3ccd5add2edb80555abe10667" width="200"  height="150"  alt="Cascade Express on 4-25-2009" title="Cascade Express on 4-25-2009" class="g2image_centered" /></a><a href="http://oregonstate.edu/~halamayd/gallery2/main.php?g2_view=core.DownloadItem&#038;g2_itemId=1348&#038;g2_GALLERYSID=c35a2ed3ccd5add2edb80555abe10667" rel="lightbox[09ski_season_recap]" title="The Route to Upper Heather" ><img src="http://oregonstate.edu/~halamayd/gallery2/main.php?g2_view=core.DownloadItem&#038;g2_itemId=1349&#038;g2_GALLERYSID=c35a2ed3ccd5add2edb80555abe10667" width="200"  height="150"  alt="The Route to Upper Heather" title="The Route to Upper Heather" class="g2image_centered" /></a></p>
<div style="clear:both;"></div>
<p>In fact, this year was so good that I&#8217;m looking into buying some new powder skis.  The <a href="http://www.untracked.com/p2611c44b88-09_line_sir_francis_bacon_sfb_freeride_twin_tip_skis.html" target="_blank">Line Sir Francis Bacon</a> skis from last year are a pretty good deal right now, and all the reviews have been really positive.  If only El Niño wasn&#8217;t strengthening right now!!!</p>
]]></content:encoded>
			<wfw:commentRss>http://people.oregonstate.edu/~halamayd/2009/07/10/its-summertime/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Done for the quarter &#8211; time for skiing to start!</title>
		<link>http://people.oregonstate.edu/~halamayd/2008/12/09/done-for-the-quarter-time-for-skiing-to-start</link>
		<comments>http://people.oregonstate.edu/~halamayd/2008/12/09/done-for-the-quarter-time-for-skiing-to-start#comments</comments>
		<pubDate>Tue, 09 Dec 2008 13:37:26 +0000</pubDate>
		<dc:creator>Doug</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Recreation]]></category>
		<category><![CDATA[School]]></category>
		<category><![CDATA[Travel]]></category>
		<category><![CDATA[Oregon State]]></category>
		<category><![CDATA[Ski]]></category>
		<category><![CDATA[Skiing]]></category>
		<category><![CDATA[Snow]]></category>
		<category><![CDATA[Weather]]></category>
		<category><![CDATA[Winter]]></category>

		<guid isPermaLink="false">http://oregonstate.edu/~halamayd/?p=91</guid>
		<description><![CDATA[I finally completed all of my classes for the fall quarter today.  Both Contemporary Energy Applications (ECE 530) and Power Electronics (ECE 531) were really good, informative classes, and I learned quite a bit from both.  After being back on a quarter system, though, I must admit that I prefer semesters.  The short length of [...]]]></description>
			<content:encoded><![CDATA[<p>I finally completed all of my classes for the fall quarter today.  Both Contemporary Energy Applications (ECE 530) and Power Electronics (ECE 531) were really good, informative classes, and I learned quite a bit from both.  After being back on a quarter system, though, I must admit that I prefer semesters.  The short length of each quarter dictates an extremely rapid pace in order to cover enough material, which is not very conducive to learning.  Semesters, in my opinion, allow a much more thorough and in-depth examination of the concepts and details being taught, which, when one is talking about advanced-level electrical engineering, is much preferred.</p>
<p style="text-align: left;">And now that my first quarter as a graduate student is over (except for grading ENGR 201 finals!), I&#8217;m looking forward to the winter break.  Fortunately, it  <a href="http://forecast.weather.gov/showsigwx.php?warnzone=ORZ008&amp;warncounty=ORC003&amp;firewxzone=ORZ603&amp;local_place1=3+Miles+WSW+Corvallis+OR&amp;product1=Special+Weather+Statement" target="_blank">looks like</a> the next few weeks are shaping up to be cold and wet (which, in the mountains = snow), so the skiing forecast is starting to look much more positive after an initially very slow start.  This is the forecast for days 8-14 from the Climate Prediction Center of the National Weather Service:</p>
<p style="text-align: left;">
<p><a title="8-14 Day Temperature Forecast" rel="lightbox[weather]" href="http://oregonstate.edu/~halamayd/wp-content/uploads/2008/12/814tempnew.gif"><img class="size-full wp-image-125  " title="8-14 Day Temperature Forecast" src="http://oregonstate.edu/~halamayd/wp-content/uploads/2008/12/814tempnew.gif" alt="8-14 Day Temperature Forecast from the National Weather Service" width="241" height="225" /></a></p>
<p><a title="8-14 Day Precipitation Forecast" rel="lightbox[weather]" href="http://oregonstate.edu/~halamayd/wp-content/uploads/2008/12/814prcpnew.gif"><img class="size-full wp-image-124  " title="8-14 Day Precipitation Forecast" src="http://oregonstate.edu/~halamayd/wp-content/uploads/2008/12/814prcpnew.gif" alt="8-14 Day Precipitation Forecast from the National Weather Service" width="241" height="225" /></a></p>
<div style="clear:both;"></div>
<p>Things are looking really good, with above-normal precipitation and below-normal temperatures.  Let&#8217;s hope that this is actually what happens!</p>
<p>Of course, there is always an element of chance in predicting the weather, but one can only hope that conditions will end up as nice as last year.  The overall weather pattern is trending toward La Niña, which normally bodes well for snow in the mountains.  I&#8217;m really looking forward to getting out to a variety of ski areas this year.  Besides skiing at <a href="http://www.skihood.com" target="_blank">Mt. Hood Meadows</a>, I am also going to be going to <a href="http://www.mtbachelor.com" target="_blank">Mt. Bachelor</a> as part of a skiing class that I am taking through OSU.  And, of course, I really want to make it back to <a href="http://www.skicrystal.com" target="_blank">Crystal</a> this year.  There is nothing like standing at the top of Crystal on a beautiful, crisp morning with only a few people around and fresh powder to be enjoyed:</p>
<p style="text-align: center;"><a title="IMG_0009.jpg" rel="lightbox[g2image]" href="http://oregonstate.edu/~halamayd/gallery2/main.php?g2_view=core.DownloadItem&amp;g2_itemId=1054&amp;g2_GALLERYSID=3b3a3b9cc4b5ed411f4509df3375b25b"><img class="g2image_centered" title="IMG_0009.jpg" src="http://oregonstate.edu/~halamayd/gallery2/main.php?g2_view=core.DownloadItem&amp;g2_itemId=1055&amp;g2_GALLERYSID=3b3a3b9cc4b5ed411f4509df3375b25b" alt="IMG_0009.jpg" width="200" height="150" /></a><a title="IMG_0010.jpg" rel="lightbox[g2image]" href="http://oregonstate.edu/~halamayd/gallery2/main.php?g2_view=core.DownloadItem&amp;g2_itemId=1057&amp;g2_GALLERYSID=3b3a3b9cc4b5ed411f4509df3375b25b"><img class="g2image_centered" title="IMG_0010.jpg" src="http://oregonstate.edu/~halamayd/gallery2/main.php?g2_view=core.DownloadItem&amp;g2_itemId=1058&amp;g2_GALLERYSID=3b3a3b9cc4b5ed411f4509df3375b25b" alt="IMG_0010.jpg" width="200" height="150" /></a><a title="IMG_0011.jpg" rel="lightbox[g2image]" href="http://oregonstate.edu/~halamayd/gallery2/main.php?g2_view=core.DownloadItem&amp;g2_itemId=1060&amp;g2_GALLERYSID=3b3a3b9cc4b5ed411f4509df3375b25b"><img class="g2image_centered" title="IMG_0011.jpg" src="http://oregonstate.edu/~halamayd/gallery2/main.php?g2_view=core.DownloadItem&amp;g2_itemId=1061&amp;g2_GALLERYSID=3b3a3b9cc4b5ed411f4509df3375b25b" alt="IMG_0011.jpg" width="200" height="150" /></a><a title="IMG_0012.jpg" rel="lightbox[g2image]" href="http://oregonstate.edu/~halamayd/gallery2/main.php?g2_view=core.DownloadItem&amp;g2_itemId=1063&amp;g2_GALLERYSID=3b3a3b9cc4b5ed411f4509df3375b25b"><img class="g2image_centered" title="IMG_0012.jpg" src="http://oregonstate.edu/~halamayd/gallery2/main.php?g2_view=core.DownloadItem&amp;g2_itemId=1064&amp;g2_GALLERYSID=3b3a3b9cc4b5ed411f4509df3375b25b" alt="IMG_0012.jpg" width="200" height="150" /></a><a title="IMG_0015.jpg" rel="lightbox[g2image]" href="http://oregonstate.edu/~halamayd/gallery2/main.php?g2_view=core.DownloadItem&amp;g2_itemId=1072&amp;g2_GALLERYSID=3b3a3b9cc4b5ed411f4509df3375b25b"><img class="g2image_centered" title="IMG_0015.jpg" src="http://oregonstate.edu/~halamayd/gallery2/main.php?g2_view=core.DownloadItem&amp;g2_itemId=1073&amp;g2_GALLERYSID=3b3a3b9cc4b5ed411f4509df3375b25b" alt="IMG_0015.jpg" width="200" height="150" /></a></p>
<p style="text-align: left;">
<div style="clear:both;"></div>
<p>So&#8230;who&#8217;s excited for ski season?</p>
]]></content:encoded>
			<wfw:commentRss>http://people.oregonstate.edu/~halamayd/2008/12/09/done-for-the-quarter-time-for-skiing-to-start/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What a great day to be an American&#8230;</title>
		<link>http://people.oregonstate.edu/~halamayd/2008/11/05/what-a-great-day-to-be-an-american</link>
		<comments>http://people.oregonstate.edu/~halamayd/2008/11/05/what-a-great-day-to-be-an-american#comments</comments>
		<pubDate>Thu, 06 Nov 2008 02:07:14 +0000</pubDate>
		<dc:creator>Doug</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[American]]></category>
		<category><![CDATA[Celebration]]></category>
		<category><![CDATA[democracy]]></category>
		<category><![CDATA[election]]></category>
		<category><![CDATA[government]]></category>
		<category><![CDATA[politics]]></category>
		<category><![CDATA[youtube clip]]></category>

		<guid isPermaLink="false">http://oregonstate.edu/~halamayd/?p=71</guid>
		<description><![CDATA[The election is finally over, and it was great to wake up this morning knowing that we as a country made history last night.
I&#8217;ll let our new President-elect speak for himself:

]]></description>
			<content:encoded><![CDATA[<p>The election is finally over, and it was great to wake up this morning knowing that we as a country made history last night.</p>
<p>I&#8217;ll let our new President-elect speak for himself:</p>
<p style="text-align: center;"><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/Jll5baCAaQU&#038;hl=en&#038;fs=1&#038;rel=0&#038;color1=0x2b405b&#038;color2=0x6b8ab6"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/Jll5baCAaQU&#038;hl=en&#038;fs=1&#038;rel=0&#038;color1=0x2b405b&#038;color2=0x6b8ab6" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://people.oregonstate.edu/~halamayd/2008/11/05/what-a-great-day-to-be-an-american/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fulfill your obligation as a citizen and VOTE!</title>
		<link>http://people.oregonstate.edu/~halamayd/2008/10/29/fulfill-your-obligation-as-a-citizen-and-vote</link>
		<comments>http://people.oregonstate.edu/~halamayd/2008/10/29/fulfill-your-obligation-as-a-citizen-and-vote#comments</comments>
		<pubDate>Thu, 30 Oct 2008 05:03:19 +0000</pubDate>
		<dc:creator>Doug</dc:creator>
				<category><![CDATA[Announcement]]></category>
		<category><![CDATA[democracy]]></category>
		<category><![CDATA[election]]></category>
		<category><![CDATA[government]]></category>
		<category><![CDATA[participate]]></category>
		<category><![CDATA[politics]]></category>
		<category><![CDATA[Vote]]></category>

		<guid isPermaLink="false">http://oregonstate.edu/~halamayd/?p=63</guid>
		<description><![CDATA[As election day (Tuesday, November 4) nears, just a quick post to remind everyone that if you have registered, the next step is to vote.  As one of your only obligations as a citizen, it is up to you to determine the future of this country.  So&#8230;please vote!
America was founded on the belief that a [...]]]></description>
			<content:encoded><![CDATA[<p>As election day (Tuesday, November 4) nears, just a quick post to remind everyone that if you have registered, the next step is to vote.  As one of your only obligations as a citizen, it is up to you to determine the future of this country.  So&#8230;<span style="color: #0000ff;"><strong>please vote!</strong></span></p>
<p>America was founded on the belief that a government can only function with the consent of the people.  The Declaration of Independence says so directly:</p>
<blockquote><p><span style="font-family: arial,helvetica;">&#8230;governments are instituted among men, deriving their just powers from the consent of the governed; that whenever any form of government becomes destructive of these ends, it is the right of the people to alter or to abolish it, and to institute new government, laying its foundation on such principles, and organizing its powers in such form, as to them shall seem most likely to effect their safety and happiness.</span></p></blockquote>
<p>Our founding fathers, over 230 years ago, understood that a nation is only as strong as its citizens.  Let the rest of the world see that we are indeed still strong, not just because of the might of our military &#8211; but this time because of the intensity of our intellect and the participation of our people.  We must remind the world that we, too, have the ability to effect change.  So&#8230;<span style="color: #0000ff;"><strong>please vote!</strong></span></p>
<p>It is up to each and every one of the people in this nation to decide as a whole the direction that our future should take.  Voting is the most direct way that you can take a stand and proclaim, &#8220;This is where I want to see us go.&#8221;  Even though I may or may not agree with your political views, I still believe that we must all participate.  So&#8230;<span style="color: #0000ff;"><strong>please vote!</strong></span></p>
<p>Finally, I&#8217;m reminded of a quote from Edward R. Murrow, the famous newsman:</p>
<blockquote><p>A nation of sheep will beget a government of wolves.</p></blockquote>
<p>Don&#8217;t be passive and let others speak for you, don&#8217;t assume change will happen of its own volition, don&#8217;t sit back and let your voice be silent, don&#8217;t let over two centuries of democracy go to waste.  Don&#8217;t be a sheep.</p>
<h2><span style="color: #0000ff;"><strong>Please, vote!</strong></span></h2>
<p>For more information, try one of these links: <a title="JustVote.org" href="http://www.justvote.org">JustVote.org</a> <a title="RocktheVote.com" href="http://www.rockthevote.com/">RocktheVote.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://people.oregonstate.edu/~halamayd/2008/10/29/fulfill-your-obligation-as-a-citizen-and-vote/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OSU-USC: 27-21!!</title>
		<link>http://people.oregonstate.edu/~halamayd/2008/09/26/osu-usc-27-21</link>
		<comments>http://people.oregonstate.edu/~halamayd/2008/09/26/osu-usc-27-21#comments</comments>
		<pubDate>Fri, 26 Sep 2008 07:47:11 +0000</pubDate>
		<dc:creator>Doug</dc:creator>
				<category><![CDATA[Recreation]]></category>
		<category><![CDATA[School]]></category>
		<category><![CDATA[Sports]]></category>
		<category><![CDATA[Celebration]]></category>
		<category><![CDATA[Football Game]]></category>
		<category><![CDATA[Oregon]]></category>
		<category><![CDATA[Oregon State]]></category>
		<category><![CDATA[OSU-USC]]></category>
		<category><![CDATA[Photo]]></category>
		<category><![CDATA[Reser Stadium]]></category>

		<guid isPermaLink="false">http://oregonstate.edu/~halamayd/?p=40</guid>
		<description><![CDATA[I just got back from the Oregon State vs. USC football game at Reser Stadium.  OSU beat the No. 1-ranked Trojans 27-21!
Here are a couple of pictures from the game and aftermath (when the students rushed the field).  I couldn&#8217;t resist the chance, so I waited for the madness to calm down a [...]]]></description>
			<content:encoded><![CDATA[<p>I just got back from the Oregon State vs. USC football game at Reser Stadium.  OSU beat the No. 1-ranked Trojans 27-21!</p>
<p>Here are a couple of pictures from the game and aftermath (when the students rushed the field).  I couldn&#8217;t resist the chance, so I waited for the madness to calm down a bit, and then joined them!  I apologize for the quality of the photos, as I took them with my iPhone in a large raucous crowd.</p>
<div id="attachment_50" class="wp-caption aligncenter" style="width: 490px"><a rel="lightbox[game]" href="http://oregonstate.edu/~halamayd/wp-content/uploads/2008/09/img_0054.jpg"><img class="size-medium wp-image-50 " title="img_0054" src="http://oregonstate.edu/~halamayd/wp-content/uploads/2008/09/img_0054-480x360.jpg" alt="OSU-USC game after the fourth quarter interception" width="480" height="360" /></a><p class="wp-caption-text">OSU-USC game after the fourth quarter interception</p></div>More photos after the break.</p>
<p><span id="more-40"></span></p>
<p><div id="attachment_51" class="wp-caption aligncenter" style="width: 490px"><a rel="lightbox[game]" href="http://oregonstate.edu/~halamayd/wp-content/uploads/2008/09/img_0061.jpg"><img class="size-medium wp-image-51 " title="img_0061" src="http://oregonstate.edu/~halamayd/wp-content/uploads/2008/09/img_0061-480x360.jpg" alt="Final score of the OSU-USC game from the on-field celebration" width="480" height="360" /></a><p class="wp-caption-text">Final score of the OSU-USC game from the on-field celebration</p></div>[caption id="attachment_52" align="aligncenter" width="480" caption="Students rush the field after OSU&#39;s win over USC"]<a rel="lightbox[game]" href="http://oregonstate.edu/~halamayd/wp-content/uploads/2008/09/img_0066.jpg"><img class="size-medium wp-image-52 " title="img_0066" src="http://oregonstate.edu/~halamayd/wp-content/uploads/2008/09/img_0066-480x360.jpg" alt="Students rush the field after OSU's win over USC" width="480" height="360" /></a>[/caption]
]]></content:encoded>
			<wfw:commentRss>http://people.oregonstate.edu/~halamayd/2008/09/26/osu-usc-27-21/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Of Dancing Beavers and TekBots</title>
		<link>http://people.oregonstate.edu/~halamayd/2008/09/16/of-dancing-beavers-and-tekbots</link>
		<comments>http://people.oregonstate.edu/~halamayd/2008/09/16/of-dancing-beavers-and-tekbots#comments</comments>
		<pubDate>Tue, 16 Sep 2008 17:39:58 +0000</pubDate>
		<dc:creator>Doug</dc:creator>
				<category><![CDATA[School]]></category>
		<category><![CDATA[cool project]]></category>
		<category><![CDATA[Electrical Engineering]]></category>
		<category><![CDATA[Oregon]]></category>
		<category><![CDATA[Oregon State]]></category>
		<category><![CDATA[undergrad]]></category>
		<category><![CDATA[youtube clip]]></category>

		<guid isPermaLink="false">http://oregonstate.edu/~halamayd/?p=33</guid>
		<description><![CDATA[While attending TA training yesterday, I got to see the results of a really cool project that a couple of sophomore undergrads in the School of Electrical Engineering and Computer Science (EECS) worked on over the summer.  I&#8217;ve embedded a YouTube clip of the project below:

I was surprised that after only a year of classes [...]]]></description>
			<content:encoded><![CDATA[<p>While attending TA training yesterday, I got to see the results of a really cool project that a couple of sophomore undergrads in the School of Electrical Engineering and Computer Science (EECS) worked on over the summer.  I&#8217;ve embedded a YouTube clip of the project below:</p>
<p style="text-align: center;"><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/6PnR-fIoIl8&#038;hl=en&#038;fs=1&#038;rel=0&#038;color1=0x2b405b&#038;color2=0x6b8ab6"></param><param name="allowFullScreen" value="true"></param><embed src="http://www.youtube.com/v/6PnR-fIoIl8&#038;hl=en&#038;fs=1&#038;rel=0&#038;color1=0x2b405b&#038;color2=0x6b8ab6" type="application/x-shockwave-flash" allowfullscreen="true" width="425" height="344"></embed></object></p>
<p>I was surprised that after only a year of classes and some mentoring, the students were able to put together something this complex.  The key is the <a href="http://www.tekbots.org">TekBots</a> system that Oregon State has developed, which provides hands-on application of classroom knowledge in the labs.  It would have been great to have something this hands-on when I was an undergrad.</p>
]]></content:encoded>
			<wfw:commentRss>http://people.oregonstate.edu/~halamayd/2008/09/16/of-dancing-beavers-and-tekbots/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Walking at Nye Beach on the Oregon Coast</title>
		<link>http://people.oregonstate.edu/~halamayd/2008/08/27/walking-at-nye-beach</link>
		<comments>http://people.oregonstate.edu/~halamayd/2008/08/27/walking-at-nye-beach#comments</comments>
		<pubDate>Wed, 27 Aug 2008 22:00:28 +0000</pubDate>
		<dc:creator>Doug</dc:creator>
				<category><![CDATA[Travel]]></category>
		<category><![CDATA[Oregon]]></category>
		<category><![CDATA[Photo]]></category>
		<category><![CDATA[Remote]]></category>

		<guid isPermaLink="false">http://oregonstate.edu/~halamayd/2008/08/27/17</guid>
		<description><![CDATA[A few photos from the sunny Oregon coast (featuring my sister, Kate):
 

]]></description>
			<content:encoded><![CDATA[<p>A few photos from the sunny Oregon coast (featuring my sister, Kate):</p>
<p><a rel="lightbox[beach]" href="http://oregonstate.edu/~halamayd/wp-content/uploads/2008/08/l-640-480-0e589150-69dd-481f-a9b4-2fbe97d70702.jpeg"><img class="alignnone size-full wp-image-364" src="http://oregonstate.edu/~halamayd/wp-content/uploads/2008/08/l-640-480-0e589150-69dd-481f-a9b4-2fbe97d70702.jpeg" alt="" width="300" height="225" /> </a><a rel="lightbox[beach]" href="http://oregonstate.edu/~halamayd/wp-content/uploads/2008/08/l-640-480-fd506053-1104-49a6-aa56-d7b716253de0.jpeg"><img class="alignnone size-full wp-image-364" src="http://oregonstate.edu/~halamayd/wp-content/uploads/2008/08/l-640-480-fd506053-1104-49a6-aa56-d7b716253de0.jpeg" alt="" width="300" height="225" /></a><a href="http://oregonstate.edu/~halamayd/wp-content/uploads/2008/08/l-640-480-0e589150-69dd-481f-a9b4-2fbe97d70702.jpeg"><br />
</a></p>
]]></content:encoded>
			<wfw:commentRss>http://people.oregonstate.edu/~halamayd/2008/08/27/walking-at-nye-beach/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Posting from on-the-go</title>
		<link>http://people.oregonstate.edu/~halamayd/2008/08/27/posting-from-on-the-go</link>
		<comments>http://people.oregonstate.edu/~halamayd/2008/08/27/posting-from-on-the-go#comments</comments>
		<pubDate>Wed, 27 Aug 2008 08:29:26 +0000</pubDate>
		<dc:creator>Doug</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Remote]]></category>

		<guid isPermaLink="false">http://oregonstate.edu/~halamayd/2008/08/27/posting-from-my-iphone</guid>
		<description><![CDATA[I&#8217;m just testing out the Wordpress iPhone app for publishing to the site.  It&#8217;s quite impressive what is possible these days!
I hope to add more frequent posts in the coming days and weeks.  Since I like to watch movies and I read quite a bit, I may start posting some mini-reviews for various [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m just testing out the Wordpress iPhone app for publishing to the site.  It&#8217;s quite impressive what is possible these days!</p>
<p>I hope to add more frequent posts in the coming days and weeks.  Since I like to watch movies and I read quite a bit, I may start posting some mini-reviews for various media that I have recently read/watched.</p>
]]></content:encoded>
			<wfw:commentRss>http://people.oregonstate.edu/~halamayd/2008/08/27/posting-from-on-the-go/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Welcome!</title>
		<link>http://people.oregonstate.edu/~halamayd/2008/08/22/welcome</link>
		<comments>http://people.oregonstate.edu/~halamayd/2008/08/22/welcome#comments</comments>
		<pubDate>Fri, 22 Aug 2008 13:19:34 +0000</pubDate>
		<dc:creator>Doug</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Oregon]]></category>
		<category><![CDATA[Photo]]></category>

		<guid isPermaLink="false">http://oregonstate.edu/%7Ehalamayd/?p=1</guid>
		<description><![CDATA[Hello and welcome!  I finally decided to get with the rest of the world and start up my own blog (just in time for Web 3.0 or whatever comes next).
I&#8217;ve also added the a new version of Gallery to the site (although the photos are hopelessly out-of-date).
]]></description>
			<content:encoded><![CDATA[<p><span class="content">Hello and welcome!  I finally decided to get with the rest of the world and start up my own blog (just in time for Web 3.0 or whatever comes next).</span></p>
<p>I&#8217;ve also added the a new version of <a title="Gallery" href="http://gallery.sourceforge.net" target="_blank">Gallery</a> to the <a title="Doug's Gallery" href="http://oregonstate.edu/~halamayd/wpg2/" target="_self">site</a> (although the photos are hopelessly out-of-date).</p>
]]></content:encoded>
			<wfw:commentRss>http://people.oregonstate.edu/~halamayd/2008/08/22/welcome/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic page generated in 0.526 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2009-11-23 05:42:39 -->
