<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>WedTM</title>
	
	<link>http://wedtm.com</link>
	<description>Seriously interesting business.</description>
	<lastBuildDate>Thu, 19 Aug 2010 17:53:50 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/wedtm" /><feedburner:info uri="wedtm" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Ubuntu 10.04 on Hyper-V</title>
		<link>http://feedproxy.google.com/~r/wedtm/~3/3OaVWsgPTC4/</link>
		<comments>http://wedtm.com/2010/08/19/ubuntu-10-04-on-hyper-v/#comments</comments>
		<pubDate>Thu, 19 Aug 2010 17:53:50 +0000</pubDate>
		<dc:creator>WedTM</dc:creator>
				<category><![CDATA[Hyper-V]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://wedtm.com/?p=108</guid>
		<description><![CDATA[I was having some really wonky issues with the emulated nic's on ubuntu (that's the legacy network adapters in Hyper-V). So I searched around the net and found these instructions on getting the synthetic nic's working: 1) CONFIGURE MODULES TO LOAD AT BOOT Add the following to /etc/initramfs-tools/modules hv_vmbus hv_storvsc hv_blkvsc hv_netvsc Generate a new [...]]]></description>
			<content:encoded><![CDATA[<p>I was having some really wonky issues with the emulated nic's on ubuntu (that's the legacy network adapters in Hyper-V). So I searched around the net and found these instructions on getting the synthetic nic's working:</p>
<p>1) CONFIGURE MODULES TO LOAD AT BOOT<br />
Add the following to /etc/initramfs-tools/modules<br />
hv_vmbus<br />
hv_storvsc<br />
hv_blkvsc<br />
hv_netvsc<br />
Generate a new initrd image<br />
# update-initramfs –u<br />
2) CONFIGURE NETWORKING<br />
Add the following to /etc/network/interfaces<br />
auto seth0<br />
iface seth0 inet dhcp<br />
Above assumes that you installed 10.04 with a Synthetic NIC installed, if you had an Emulated NIC installed and have switched to Synthetic NIC you can change eth0 to seth0.</p>
<p>That is it, once these changes have been made you can reboot and will be able to see the modules loaded.<br />
# lsmod | grep hv_*</p>
<p>Source: <a href="http://blog.allanglesit.com/Blog/tabid/66/EntryId/53/Hyper-V-Guests-Ubuntu-10-04-Alpha-3-Synthetic-Devices.aspx">http://blog.allanglesit.com/Blog/tabid/66/EntryId/53/Hyper-V-Guests-Ubuntu-10-04-Alpha-3-Synthetic-Devices.aspx</a></p>
<img src="http://feeds.feedburner.com/~r/wedtm/~4/3OaVWsgPTC4" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://wedtm.com/2010/08/19/ubuntu-10-04-on-hyper-v/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://wedtm.com/2010/08/19/ubuntu-10-04-on-hyper-v/</feedburner:origLink></item>
		<item>
		<title>.hgignore for Visual Studio Projects</title>
		<link>http://feedproxy.google.com/~r/wedtm/~3/xceokeXNOec/</link>
		<comments>http://wedtm.com/2010/04/12/hgignore-for-visual-studio-projects/#comments</comments>
		<pubDate>Tue, 13 Apr 2010 05:22:50 +0000</pubDate>
		<dc:creator>WedTM</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[hg]]></category>
		<category><![CDATA[mercurial]]></category>

		<guid isPermaLink="false">http://wedtm.com/2010/04/12/hgignore-for-visual-studio-projects/</guid>
		<description><![CDATA[I'll just put this here.... /*.bak.* /*.bak thumbs.db App_Data/* bin/* obj/* _ReSharper.*/ tmp/ /*.user /*.suo /*.pidb /*.userprefs /*.usertasks]]></description>
			<content:encoded><![CDATA[<p>I'll just put this here....</p>
<p><code><br />
/*.bak.*<br />
/*.bak<br />
thumbs.db<br />
App_Data/*<br />
bin/*<br />
obj/*<br />
_ReSharper.*/<br />
tmp/<br />
/*.user<br />
/*.suo<br />
/*.pidb<br />
/*.userprefs<br />
/*.usertasks<br />
</code></p>
<img src="http://feeds.feedburner.com/~r/wedtm/~4/xceokeXNOec" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://wedtm.com/2010/04/12/hgignore-for-visual-studio-projects/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://wedtm.com/2010/04/12/hgignore-for-visual-studio-projects/</feedburner:origLink></item>
		<item>
		<title>WCF, .NET 4.0, Server 2008 R2 Installation Problems</title>
		<link>http://feedproxy.google.com/~r/wedtm/~3/kYklZIBDayE/</link>
		<comments>http://wedtm.com/2010/03/24/wcf-net-4-0-server-2008-r2-installation-problems/#comments</comments>
		<pubDate>Wed, 24 Mar 2010 09:19:13 +0000</pubDate>
		<dc:creator>WedTM</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://wedtm.com/?p=93</guid>
		<description><![CDATA[I've had quite a time installing WCF .NET 4.0 on Server 2008 R2 this evening. Here's some things I ran into, hopefully they'll help! 1. - AppPool has to be set to 4.0. This is a no brainer, but one I forgot. 2. - 'C:\Windows\Microsoft.NET\Framework64\v4.0.30128\Temporary ASP.NET Files' - Needs to have app's user set to [...]]]></description>
			<content:encoded><![CDATA[<p>I've had quite a time installing WCF .NET 4.0 on Server 2008 R2 this evening. Here's some things I ran into, hopefully they'll help!</p>
<p>1. - AppPool has to be set to 4.0. This is a no brainer, but one I forgot.</p>
<p>2. - 'C:\Windows\Microsoft.NET\Framework64\v4.0.30128\Temporary ASP.NET Files' - Needs to have app's user set to be able to write (Change version to version of 4.0 you use)</p>
<p>3. - I installed IIS in some funky manner apparently! I kept getting "Bad module "ManagedPipelineHandler" in its module list" errors on all my apps. Re-running C:\Windows\Microsoft.NET\Framework64\v4.0.30128\aspnet_regiis.exe -i got me where I needed to go. Again, replace the version with your v4 version.</p>
<p>4. - Another obvious but tricky one. I was getting 404.0 errors on ALL asp.net pages, but not static files. Remember to give both your app user and IIS_IUSRS access to your files!</p>
<img src="http://feeds.feedburner.com/~r/wedtm/~4/kYklZIBDayE" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://wedtm.com/2010/03/24/wcf-net-4-0-server-2008-r2-installation-problems/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://wedtm.com/2010/03/24/wcf-net-4-0-server-2008-r2-installation-problems/</feedburner:origLink></item>
		<item>
		<title>Visual Studio 2010, .NET 4.0 Woes</title>
		<link>http://feedproxy.google.com/~r/wedtm/~3/Yoc1Km_yCvM/</link>
		<comments>http://wedtm.com/2010/03/12/visual-studio-2010-net-4-0-woes/#comments</comments>
		<pubDate>Sat, 13 Mar 2010 03:10:35 +0000</pubDate>
		<dc:creator>WedTM</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://wedtm.com/2010/03/12/visual-studio-2010-net-4-0-woes/</guid>
		<description><![CDATA[So, I had VS 2010 RC installed, and it was working beautifully. Then I had to go and mess with things. Turns out VS2010 really HATES it when you uninstall .NET 4.0. I had to uninstall it for a bit due to a conflict with a .NET 2.0 app, that couldn’t find the runtime when [...]]]></description>
			<content:encoded><![CDATA[<p>So, I had VS 2010 RC installed, and it was working beautifully. Then I had to go and mess with things. Turns out VS2010 really HATES it when you uninstall .NET 4.0.</p>
<p>I had to uninstall it for a bit due to a conflict with a .NET 2.0 app, that couldn’t find the runtime when 4.0 was installed. Uninstalling it did the trick, I ran the app, and then reinstalled 4.0. </p>
<p>This is where the problems started.</p>
<p>VS2010 started complaining all the time. It’s like it knew that I’d killed it’s carnival prize fish, and replaced it with an identical one from the pet store. I checked the dependencies, they were all good, checked the mappings, they were there. VS2008 worked just fine, however, 2010 was still pouting in the corner, refusing to do any work.</p>
<p>I decided to “Repair/Uninstall” and see if that fixed. On most of the dependencies, I got a “The Operation Could Not Be Completed” message. BOO! </p>
<p>So now I’ve tried a complete uninstall, which also is giving those same damn errors. Hopefully I won’t have to reinstall Windows 7, cause that will be a big bummer.</p>
<img src="http://feeds.feedburner.com/~r/wedtm/~4/Yoc1Km_yCvM" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://wedtm.com/2010/03/12/visual-studio-2010-net-4-0-woes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://wedtm.com/2010/03/12/visual-studio-2010-net-4-0-woes/</feedburner:origLink></item>
		<item>
		<title>Server Upgrades</title>
		<link>http://feedproxy.google.com/~r/wedtm/~3/E9FevxMFI0A/</link>
		<comments>http://wedtm.com/2010/03/11/server-upgrades/#comments</comments>
		<pubDate>Fri, 12 Mar 2010 07:24:44 +0000</pubDate>
		<dc:creator>WedTM</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://wedtm.com/?p=90</guid>
		<description><![CDATA[Today I went through and did some much needed patching and upgrade of all of our core servers. In doing this I noticed the web server that hosts this blog was chugging along on a measly 256MB of RAM. NO GOOD! So I pushed her up to a gig, and now she runs alot smoother. [...]]]></description>
			<content:encoded><![CDATA[<p>Today I went through and did some much needed patching and upgrade of all of our core servers.</p>
<p>In doing this I noticed the web server that hosts this blog was chugging along on a measly 256MB of RAM. NO GOOD! So I pushed her up to a gig, and now she runs alot smoother.</p>
<p>I'm also going to be migrating the databases, and merging the rails apps in with the PHP apps, all on the same server.  This means that I'll be  running <a href="http://modrails.com/">Passenger</a> on Apache for the first time, so there's obviously going to be some reading going down this weekend!</p>
<p>This should pull my costs down a bit, while at the same time giving the individual engines a bit more gusto.</p>
<p>I'll let you know how it goes...</p>
<img src="http://feeds.feedburner.com/~r/wedtm/~4/E9FevxMFI0A" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://wedtm.com/2010/03/11/server-upgrades/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://wedtm.com/2010/03/11/server-upgrades/</feedburner:origLink></item>
		<item>
		<title>Nisme version 2.1 Released</title>
		<link>http://feedproxy.google.com/~r/wedtm/~3/y90S-o3UbSE/</link>
		<comments>http://wedtm.com/2010/02/22/nisme-version-2-1-released/#comments</comments>
		<pubDate>Tue, 23 Feb 2010 04:30:35 +0000</pubDate>
		<dc:creator>WedTM</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://wedtm.com/2010/02/22/nisme-version-2-1-released/</guid>
		<description><![CDATA[This is a maintenance update to update to the new API that lala uses for login. Download: http://c0409371.cdn.cloudfiles.rackspacecloud.com/2.1.zip]]></description>
			<content:encoded><![CDATA[<p>This is a maintenance update to update to the new API that lala uses for login.</p>
<p>Download: http://c0409371.cdn.cloudfiles.rackspacecloud.com/2.1.zip</p>
<img src="http://feeds.feedburner.com/~r/wedtm/~4/y90S-o3UbSE" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://wedtm.com/2010/02/22/nisme-version-2-1-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://wedtm.com/2010/02/22/nisme-version-2-1-released/</feedburner:origLink></item>
		<item>
		<title>Using Your Blog as an OpenID Provider With Google</title>
		<link>http://feedproxy.google.com/~r/wedtm/~3/dQvaZifqIfs/</link>
		<comments>http://wedtm.com/2010/02/11/using-your-blog-as-an-openid-provider-with-google/#comments</comments>
		<pubDate>Thu, 11 Feb 2010 16:51:49 +0000</pubDate>
		<dc:creator>WedTM</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[openid]]></category>

		<guid isPermaLink="false">http://wedtm.com/?p=81</guid>
		<description><![CDATA[If your like me, you love the idea of OpenID. However, over the years, I've signed up for so many different providers, I've lost track of which I've used where. I know, I know, it's completely the opposite of what OpenID was designed for, but hey, what can you do? Anyways, here's a simple way [...]]]></description>
			<content:encoded><![CDATA[<p>If your like me, you love the idea of OpenID. However, over the years, I've signed up for so many different providers, I've lost track of which I've used where. I know, I know, it's completely the opposite of what OpenID was designed for, but hey, what can you do?</p>
<p>Anyways, here's a simple way to make any URL a proxy of sorts for your OpenID requests. Simply add the following two lines (my example is for my Google account, yours will differ) to the head of your site, and voila! You can now start pushing OpenID requests to your URL, and they will be forwarded to the provider you list.</p>
<pre class="brush: html; ">

&lt;link rel=&quot;openid2.provider openid.server&quot; href=&quot;https://www.google.com/accounts/o8/ud&quot; /&gt;
&lt;link rel=&quot;openid2.local_id openid.delegate&quot; href=&quot;http://www.google.com/profiles/&lt;YOUR PROFILE NAME HERE&gt;&quot; /&gt;
</pre>
<p>Just remember, your OpenID server is different from your delegate. Your delegate is the actual URL you used to put in to OpenID requests before, the server is the base OpenID server.</p>
<p>Here's some common one's I've found:</p>
<p>LiveJournal: http://www.livejournal.com/openid/server.bml</p>
<p>Vox: http://www.vox.com/services/openid/server</p>
<p>VeriSign: https://pip.verisignlabs.com/server</p>
<p>MyOpenID http://www.myopenid.com/server</p>
<p>Google: http://www.google.com/accounts/o8/ud</p>
<img src="http://feeds.feedburner.com/~r/wedtm/~4/dQvaZifqIfs" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://wedtm.com/2010/02/11/using-your-blog-as-an-openid-provider-with-google/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://wedtm.com/2010/02/11/using-your-blog-as-an-openid-provider-with-google/</feedburner:origLink></item>
		<item>
		<title>The State of Web Usability</title>
		<link>http://feedproxy.google.com/~r/wedtm/~3/orOo7dJy6ns/</link>
		<comments>http://wedtm.com/2009/12/31/the-state-of-web-usability/#comments</comments>
		<pubDate>Thu, 31 Dec 2009 19:20:55 +0000</pubDate>
		<dc:creator>WedTM</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://wedtm.com/?p=79</guid>
		<description><![CDATA[Sparking from a recent IRC conversation about usability, I've decided to write a rant/informational post regarding my feelings on usability in the web today. First of all. I don't like usability. Not in the current form that most people see it as today. I think usability should relate to the masses. Not the minuscule percentages [...]]]></description>
			<content:encoded><![CDATA[<p>Sparking from a recent IRC conversation about usability, I've decided to write a rant/informational post regarding my feelings on usability in the web today.</p>
<p>First of all. I don't like usability. Not in the current form that most people see it as today. I think usability should relate to the masses. Not the minuscule percentages that tend to plague my <a href="http://hoptoadapp.com">hoptoad </a> log. If an app I develop can be used by 80% of the visitors, I've succeeded in usability (IMO). Those people who have disabilities and need screen readers to use the web are not my problem. I don't have the time nor the desire to code for every possible situation. I cover the majority of my bases, and move on.<br />
Now, I'm not saying that those people don't deserve to use my app, I'm saying that they need to get a better screen reader.  Imagine if we started putting up road signs in EVERY SINGLE LANGUAGE just because at some point, some time, somewhere, there might be someone who doesn't know English. Heaven forbid, right? It's impossible to think that we should have to do that, and we don't.</p>
<p>Instead, usually, those people purchase a translation book, or some other cipher for English-to-whatever, and they process the information themselves. It may take them a bit longer, and be slightly inconvenient, but that's the way it goes.</p>
<p>What if that person turned the wrong way down an off ramp and caused a huge accident. Could they sue the government for not making a road sign in their language? NO! They would be told they should have gotten a better translator.</p>
<p>I'm all for better usability in websites, but do not sacrifice functionality to do so. If you absolutely must, make a seperate, text only, no JS version of your site. But don't spend 20% of your time, working on something that only 1% (if that) of your audience will use.</p>
<img src="http://feeds.feedburner.com/~r/wedtm/~4/orOo7dJy6ns" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://wedtm.com/2009/12/31/the-state-of-web-usability/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://wedtm.com/2009/12/31/the-state-of-web-usability/</feedburner:origLink></item>
		<item>
		<title>An Update on Nisme</title>
		<link>http://feedproxy.google.com/~r/wedtm/~3/lyaUiJCeYws/</link>
		<comments>http://wedtm.com/2009/12/03/an-update-on-nisme-2/#comments</comments>
		<pubDate>Fri, 04 Dec 2009 03:04:23 +0000</pubDate>
		<dc:creator>WedTM</dc:creator>
				<category><![CDATA[Nisme]]></category>

		<guid isPermaLink="false">http://wedtm.com/?p=77</guid>
		<description><![CDATA[I've been extremely busy lately starting up APPCON, and I've neglected Nisme. I'm sorry about this, and with the recent launch of Google and Lala's partnership, I see an even greater need for an awesome desktop player for Lala. I started Nisme almost a year ago, and back then it was pretty much what it [...]]]></description>
			<content:encoded><![CDATA[<p>I've been extremely busy lately starting up APPCON, and I've neglected Nisme. I'm sorry about this, and with the recent launch of Google and Lala's partnership, I see an even greater need for an awesome desktop player for Lala.</p>
<p>I started Nisme almost a year ago, and back then it was pretty much what it is today. A pet project aimed at increasing my knowledge of C#. I have started thinking more and more about what Nisme can and cannot be. I've invariably gotten thousands (yes, litterally THOUSANDS) of emails asking me to make an app that either downloads mp3's, or some how circumvents the protection that Lala has put in place. I'll state this one time and one time only.</p>
<p>NO.</p>
<p>Now that that is out of the way, let's move on to what I have planned for Nisme. My goal over the next few months is to clean up the code and make the application more stable. I've never had the intention of adding the market into the player, as I think lala has already done an amazing job of that, and I have no intention of reinventing the wheel. Nisme was meant to be an enriched player for your music that lala hosts. Nothing more. I think it has done a wonderful job of doing that already, and I also think it has quite a ways to go before I consider it "complete".</p>
<p>Up until now I have never really defined what Nisme was and was not. I am going to start doing that, and you will soon see several blog posts in the near future detailing what new features I have in store for Nisme.</p>
<p>One final thing.</p>
<p>Alot of people have asked me what Nisme means. Nisme is the Sumerian word for "Hear", cleverly thought of by a close friend of mine, Adenansu (http://adenansu.com/). I hope I didn't crush any dreams of it meaning something more mystical, but hey, you get what you pay for, amirite?</p>
<img src="http://feeds.feedburner.com/~r/wedtm/~4/lyaUiJCeYws" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://wedtm.com/2009/12/03/an-update-on-nisme-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://wedtm.com/2009/12/03/an-update-on-nisme-2/</feedburner:origLink></item>
		<item>
		<title>Installing Chromium OS (Google Chrome OS)</title>
		<link>http://feedproxy.google.com/~r/wedtm/~3/TQhPIYXwC0A/</link>
		<comments>http://wedtm.com/2009/11/20/installing-chromium-os-google-chrome-os/#comments</comments>
		<pubDate>Sat, 21 Nov 2009 06:56:38 +0000</pubDate>
		<dc:creator>WedTM</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://wedtm.com/?p=66</guid>
		<description><![CDATA[I've taken the liberty of building and compiling the latest source tree of the chromium-os git repo. Note to write the USB image to a usb stick use the following command: dd if=&#60;path_to_usb.img&#62; of=&#60;dev_of_your_usb_stick&#62; bs=4M After logging in, use CTRL+ALT+T to open a new terminal and execute: /usr/sbin/chromeos-install Enter the password: "wedtm" with out the [...]]]></description>
			<content:encoded><![CDATA[<p>I've taken the liberty of building and compiling the latest source tree of the chromium-os git repo.</p>
<p>Note to write the USB image to a usb stick use the following command:</p>
<p><code>dd if=&lt;path_to_usb.img&gt; of=&lt;dev_of_your_usb_stick&gt; bs=4M</code></p>
<p>After logging in, use CTRL+ALT+T to open a new terminal and execute:</p>
<p><code>/usr/sbin/chromeos-install </code></p>
<p>Enter the password: "wedtm" with out the enclosing quotation marks.</p>
<p>Enjoy!</p>
<p>I still haven't even tried it yet, as I was busy getting these images out, so I'll make sure to update this page with my findings.</p>
<p>Downloads:</p>
<p>Base Images (mbr.image &#038; rootfs.image): <a href="http://u.nu/64ax3">Download</a><br />
VMWare VMDK: <a href="http://u.nu/74ax3">Download</a><br />
USB Stick Image: <a href="http://u.nu/94ax3">Download</a></p>
<img src="http://feeds.feedburner.com/~r/wedtm/~4/TQhPIYXwC0A" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://wedtm.com/2009/11/20/installing-chromium-os-google-chrome-os/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		<feedburner:origLink>http://wedtm.com/2009/11/20/installing-chromium-os-google-chrome-os/</feedburner:origLink></item>
	</channel>
</rss>
