﻿<?xml version="1.0" encoding="utf-8"?><rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0"><channel><ttl>60</ttl><title>DevLINQ.com Blog</title><link>http://devlinq.com</link><lastBuildDate>Thu, 23 Feb 2012 15:13:33 GMT</lastBuildDate><pubDate>Thu, 23 Feb 2012 15:13:33 GMT</pubDate><language>en</language><copyright /><itunes:subtitle> </itunes:subtitle><itunes:author /><itunes:summary /><description /><itunes:owner><itunes:name /><itunes:email>rhein@devlinq.com</itunes:email></itunes:owner><itunes:explicit>no</itunes:explicit><itunes:category text="Arts" /><item><title>DevLinq and EntangleIT</title><link>http://devlinq.com/2010/05/02/devlinq-and-entangleit.aspx?ref=rss</link><dc:creator>Richard Anthony Hein</dc:creator><description>I am renaming my corporation to EntangleIT, as it reflects more of what I am about.  Entangle in this sense, refers to quantum entanglement. </description><comments>http://devlinq.com/2010/05/02/devlinq-and-entangleit.aspx#Comments</comments><guid isPermaLink="false">2485c410-b4ed-4125-9350-95d265c81160</guid><pubDate>Sun, 02 May 2010 18:54:00 GMT</pubDate></item><item><title>Silverlight and LINQ</title><link>http://devlinq.com/2007/04/30/silverlight-and-linq.aspx?ref=rss</link><dc:creator>Richard Anthony Hein</dc:creator><description>&lt;P class=sectionTitle&gt;Visual Studio Orcas Beta 1 was release last week and it fully supports LINQ.&amp;nbsp; However the ADO.NET Entity Framework has been cut from Orcas.&amp;nbsp; &lt;img src="http://blog.devlinq.com/emoticons/sad.png" border="0" /&gt;&lt;BR&gt;&lt;BR&gt;LINQ to SQL and the designer will be included.&amp;nbsp; News on &lt;A class="" href="http://weblogs.asp.net/fbouma/archive/2007/04/29/ado-net-entity-framework-cut-from-net-3-5-orcas.aspx" target=_blank&gt;Frans Bouma's blog&lt;/A&gt;.&lt;/P&gt;
&lt;P class=section&gt;Scott Guthrie in his Channel9 &lt;A href="http://channel9.msdn.com/showpost.aspx?postid=304508"&gt;interview&lt;/A&gt; on Silverlight said that Silverlight will support LINQ ... getting the SDK now to try it out.&lt;BR&gt;&lt;BR&gt;Here's a screen shot of silverlight and some code in the background in Orcas - the code and a screencast is available on &lt;A class="" href="http://channel9.msdn.com/Showpost.aspx?postid=304497" target=_blank&gt;Channel9&lt;/A&gt;:&lt;BR&gt;&lt;BR&gt;&lt;IMG src="http://devlinq.com/images/79216-69350/silverlight.GIF"&gt;&lt;/P&gt;</description><category>Silverlight</category><category>LINQ</category><category>Visual Studio Orcas Beta 1</category><comments>http://devlinq.com/2007/04/30/silverlight-and-linq.aspx#Comments</comments><guid isPermaLink="false">1ca05a62-6ca3-4b90-91b2-c5e316d04f43</guid><pubDate>Tue, 01 May 2007 01:23:00 GMT</pubDate></item><item><title>LINQ and n-tier Architecture -&gt; "N-Tier-in-One"</title><link>http://devlinq.com/2007/04/30/ntierinone.aspx?ref=rss</link><dc:creator>Richard Anthony Hein</dc:creator><description>&lt;P class=sectionTitle&gt;"N-Tier-in-One" Architecture &lt;/P&gt;
&lt;P class=section&gt;Architecture of the software becomes simplified and more declarative using LINQ, and in many cases erases the notion of separate tiers, for a large range of software.&amp;nbsp; &lt;/P&gt;
&lt;P class=section&gt;Building scalable n-tiers architectures with LINQ in many cases generates the n in the tier for you, by surfacing the abstraction that you've already had to do countless times.&amp;nbsp; &lt;/P&gt;
&lt;P class=section&gt;Now we can declare that LINQ should go and do something, across tiers, etc..., and the machine handles that.&amp;nbsp; PLINQ, "parallel LINQ" is for distributing LINQ processing across multi-cores and CPUs.&amp;nbsp; This is a prime example of the way that LINQ will allow simplification of complicated designs and how it abstracts CPU architectures is applicable in many other possible implementations.&amp;nbsp; &lt;/P&gt;
&lt;P class=section&gt;So we can approach the code that is n-tier, from 1-page of code, rather than having all kinds of disparate languages that all ultimately rely on passing strings around and lose all type information in transit.&lt;BR&gt;&lt;BR&gt;That doesn't mean we still don't have n-tiers&amp;nbsp;in many cases&amp;nbsp;... after all services just keep growing and features get added that require integration with other systems and so on ... and there's always going to be layers of separation, but LINQ does what it's advertised, it alleviates the "impedence mismatch" between the tiers where they do exist.&lt;/P&gt;</description><category>Paradigms</category><category>LINQ</category><category>architecture</category><comments>http://devlinq.com/2007/04/30/ntierinone.aspx#Comments</comments><guid isPermaLink="false">0d998378-842f-402e-980d-7d00af0eaec6</guid><pubDate>Tue, 01 May 2007 01:14:00 GMT</pubDate></item><item><title>Silverlight, XAML, the CLR and Javascript</title><link>http://devlinq.com/2007/04/30/silverlight-xaml-the-clr-and-javascript.aspx?ref=rss</link><dc:creator>Richard Anthony Hein</dc:creator><description>&lt;P&gt;Years ago, before Mozilla took off and developed XUL, and XML was still new and began generating a lot of buzz, there was some question about the ultimate platform that we'd end up on, and XML was the foundation of it all.&amp;nbsp; Everyone thought so at the time.&amp;nbsp; I was involved in a project called XPL - XML Programming Language, the intention of which was to provide a base dialect for languages and a runtime - a Common Language Runtime.&amp;nbsp; When the CLR was announce, and IL came out and I saw Visual Basic.NET and C# and JScript.Net I figured this would be what Microsoft would do -&amp;gt; Silverlight.&amp;nbsp; &lt;BR&gt;&lt;BR&gt;Not that I knew how they'd go about doing it, but I wrote an email to my cousin years ago saying Microsoft would dominate the browser again via XML as the interface language, instead of HTML, but by leveraging a dialect that they can create that merges the Windows Desktop with the Web.&amp;nbsp; XAML.&lt;BR&gt;&lt;BR&gt;There is little doubt in many people's minds, I am sure, that Microsoft planned this long ago, but lest the Mozilla/Firefox/XUL guys come claiming to have thought of it first:&amp;nbsp; you didn't.&amp;nbsp; You just did it first.&amp;nbsp; Microsoft has been planning this since XML and the CLR were coined I think, and JScript.NET is the first case in point.&lt;BR&gt;&lt;BR&gt;Interestingly JScript.NET - I mean, that's what it is, this MS Ajax, after all, another chance at JScript.NET&amp;nbsp;-&amp;nbsp;and XAML together is exactly what Microsoft needs to dominate the web as they have the desktop.&amp;nbsp; They have made a Javascript version of the CLR that with XAML allows them to build nicer applications than on any platform, and now it's all .NET from the database to the server to the browser.&lt;BR&gt;&lt;BR&gt;&lt;/P&gt;</description><category>Silverlight</category><category>XAML</category><category>Visual Studio</category><category>Orcas</category><category>Economy</category><category>Internet</category><comments>http://devlinq.com/2007/04/30/silverlight-xaml-the-clr-and-javascript.aspx#Comments</comments><guid isPermaLink="false">4d530d27-cebe-43eb-bdbf-e1cc20252a48</guid><pubDate>Tue, 01 May 2007 00:47:00 GMT</pubDate></item><item><title>Visual Studio Orcas won't ship with the ADO.NET Entity Framework</title><link>http://devlinq.com/2007/04/29/visual-studio-orcas-wont-ship-with-the-adonet-entity-framework.aspx?ref=rss</link><dc:creator>Richard Anthony Hein</dc:creator><description>I am installing the beta 1 of Orcas today.&amp;nbsp; I had the CTP running earlier on Vista, but it wasn't even supposed to be supported.&lt;BR&gt;&lt;BR&gt;Bad news:&amp;nbsp; The ADO.NET Entity Framework is not shipping with Visual Studio ... apparently they are going to add support in 2008 sometime.&amp;nbsp; That sucks.&amp;nbsp; At least LINQ is still there.</description><category>Orcas</category><comments>http://devlinq.com/2007/04/29/visual-studio-orcas-wont-ship-with-the-adonet-entity-framework.aspx#Comments</comments><guid isPermaLink="false">bf74037d-a82c-4526-b801-1b262691ebfc</guid><pubDate>Sun, 29 Apr 2007 23:49:00 GMT</pubDate></item><item><title>Moved old blog entries to here ...</title><link>http://devlinq.com/2007/04/29/moved-old-blog-entries-to-here-.aspx?ref=rss</link><dc:creator>Richard Anthony Hein</dc:creator><description>I moved my old blog entries over from &lt;A href="http://auxon.spaces.live.com"&gt;http://auxon.spaces.live.com&lt;/A&gt; and &lt;A href="http://rickhein.blogspot.com"&gt;http://rickhein.blogspot.com&lt;/A&gt; to here.&amp;nbsp; The import from Blogger didn't keep the body of the posts, just the titles, but the import from MSN Live Spaces worked.&lt;BR&gt;</description><category>General</category><comments>http://devlinq.com/2007/04/29/moved-old-blog-entries-to-here-.aspx#Comments</comments><guid isPermaLink="false">8f9614f9-fdf7-489a-ba04-0148bfa9a21e</guid><pubDate>Sun, 29 Apr 2007 23:45:00 GMT</pubDate></item><item><title>HeinTech and DevLINQ are born!</title><link>http://devlinq.com/2007/04/15/heintech-and-devlinq-are-born-2.aspx?ref=rss</link><dc:creator>Richard Anthony Hein</dc:creator><description>&lt;div&gt;&lt;div&gt;I have a new web site, &lt;a href="http://www.heintech.com/"&gt;www.heintech.com&lt;/a&gt; which will be my main site for business in the future.&lt;/div&gt;
&lt;div&gt; &lt;/div&gt;
&lt;div&gt;I have also created &lt;a href="http://www.devlinq.com/"&gt;www.DevLINQ.com&lt;/a&gt;, a new web site for Language Integrated Query and the new .NET 3.5 language enhancements supporting LINQ.&lt;/div&gt;
&lt;div&gt; &lt;/div&gt;
&lt;div&gt;They are under construction, obviously, so don't expect anything yet.&lt;/div&gt;&lt;/div&gt;&lt;img src="http://c.services.spaces.live.com/CollectionWebService/c.gif?space=&amp;page=RSS%3a+HeinTech+and+DevLINQ+are+born!&amp;referrer=" width="1px" height="1px" border="0" alt=""&gt;&lt;img style="position:absolute" alt="" width="0px" height="0px" src="http://c.live.com/c.gif?NC=31263&amp;amp;NA=1149&amp;amp;PI=88469&amp;amp;RF=&amp;amp;DI=3919&amp;amp;PS=85545&amp;amp;TP=auxon.spaces.live.com&amp;amp;GT1="&gt;</description><category>Computers and Internet</category><comments>http://devlinq.com/2007/04/15/heintech-and-devlinq-are-born-2.aspx#Comments</comments><guid isPermaLink="false">22fecf1f-508f-43cd-8a51-41f6fd809931</guid><pubDate>Sun, 15 Apr 2007 05:32:09 GMT</pubDate></item><item><title>Completed MCSD.NET Certification</title><link>http://devlinq.com/2007/04/06/completed-mcsdnet-certification-2.aspx?ref=rss</link><dc:creator>Richard Anthony Hein</dc:creator><description>&lt;div&gt;&lt;div&gt;I finally went for my last 3 MCSD.NET exams, all in one day, on Tuesday and passed them all!&lt;/div&gt;
&lt;div&gt; &lt;/div&gt;
&lt;div&gt;The SQL Server 2000 one (70-229) was the most difficult.  I studied for about 3 hours for it, I didn't have to study for 70-320 or 70-315 at all, and I think by now I shouldn't have to, so that's good.  &lt;/div&gt;
&lt;div&gt; &lt;/div&gt;
&lt;div&gt;Taking 3 in one day may seem like a lot, but it was over fast, and my scores actually improved for each exam.  I wanted the challenge.  I needed it to find out if I really know this stuff or not.  This gives me renewed confidence in my abilities, something that can only be given by unbiased outside judgement.&lt;/div&gt;&lt;/div&gt;&lt;img src="http://c.services.spaces.live.com/CollectionWebService/c.gif?space=&amp;page=RSS%3a+Completed+MCSD.NET+Certification&amp;referrer=" width="1px" height="1px" border="0" alt=""&gt;&lt;img style="position:absolute" alt="" width="0px" height="0px" src="http://c.live.com/c.gif?NC=31263&amp;amp;NA=1149&amp;amp;PI=88469&amp;amp;RF=&amp;amp;DI=3919&amp;amp;PS=85545&amp;amp;TP=auxon.spaces.live.com&amp;amp;GT1="&gt;</description><category>Career</category><comments>http://devlinq.com/2007/04/06/completed-mcsdnet-certification-2.aspx#Comments</comments><guid isPermaLink="false">0304c2ed-9d46-45b5-9bff-ee34db95cbc3</guid><pubDate>Fri, 06 Apr 2007 17:26:15 GMT</pubDate></item><item><title>Custom List: Videos</title><link>http://devlinq.com/2007/04/06/custom-list-videos.aspx?ref=rss</link><dc:creator>Richard Anthony Hein</dc:creator><description>&lt;div&gt;&lt;p&gt;Videos&lt;/p&gt;&lt;/div&gt;&lt;div&gt;&lt;ul&gt;&lt;li&gt;&lt;a href="http://channel9.msdn.com&amp;#47;Showpost.aspx&amp;#63;postid&amp;#61;234889"&gt;F&amp;#35; and DirectX&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;Introduction to F&amp;#35; Programming Part 2 with Don Syme.  Incredible demo of concise and interactive DirectX 3D programming.&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;img src="http://c.services.spaces.live.com/CollectionWebService/c.gif?space=&amp;page=RSS%3a+Custom+List%3a+Videos&amp;referrer=" width="1px" height="1px" border="0" alt=""&gt;&lt;img style="position:absolute" alt="" width="0px" height="0px" src="http://c.live.com/c.gif?NC=31263&amp;amp;NA=1149&amp;amp;PI=88469&amp;amp;RF=&amp;amp;DI=3919&amp;amp;PS=85545&amp;amp;TP=auxon.spaces.live.com&amp;amp;GT1="&gt;</description><comments>http://devlinq.com/2007/04/06/custom-list-videos.aspx#Comments</comments><guid isPermaLink="false">6129f131-a93f-4b3b-ad3c-9a7735a65162</guid><pubDate>Fri, 06 Apr 2007 17:11:56 GMT</pubDate></item><item><title>Book List: Book List</title><link>http://devlinq.com/2007/04/06/book-list-book-list.aspx?ref=rss</link><dc:creator>Richard Anthony Hein</dc:creator><description>&lt;div&gt;&lt;/div&gt;&lt;div&gt;&lt;ul&gt;&lt;li&gt;&lt;a href="http://www.amazon.ca&amp;#47;gp&amp;#47;redirect.html&amp;#37;3FASIN&amp;#61;0321356985&amp;#37;26tag&amp;#61;msnspaces09c-20&amp;#37;26lcode&amp;#61;sp1&amp;#37;26cID&amp;#61;2025&amp;#37;26ccmID&amp;#61;165953&amp;#37;26location&amp;#61;&amp;#47;o&amp;#47;ASIN&amp;#47;0321356985&amp;#37;253FSubscriptionId&amp;#61;1KDHEGDEXZNBKYAEECR2"&gt;John C. Hancock, Roger Toren: Practical Business Intelligence with SQL Server 2005&lt;/a&gt;&lt;p&gt;ISBN&amp;#58;0-321-35698-5&lt;/p&gt;&lt;br&gt;&lt;a href="http://www.amazon.ca&amp;#47;gp&amp;#47;redirect.html&amp;#37;3FASIN&amp;#61;0321356985&amp;#37;26tag&amp;#61;msnspaces09c-20&amp;#37;26lcode&amp;#61;sp1&amp;#37;26cID&amp;#61;2025&amp;#37;26ccmID&amp;#61;165953&amp;#37;26location&amp;#61;&amp;#47;o&amp;#47;ASIN&amp;#47;0321356985&amp;#37;253FSubscriptionId&amp;#61;1KDHEGDEXZNBKYAEECR2"&gt;&lt;img src="http://ec1.images-amazon.com&amp;#47;images&amp;#47;P&amp;#47;0321356985.01._SCTHUMBZZZ_.jpg" valign="top" border="0"&gt;&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;Very good introduction to BI and Microsoft SQL Server 2005 features.  Highly recommended.&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;img src="http://c.services.spaces.live.com/CollectionWebService/c.gif?space=&amp;page=RSS%3a+Book+List%3a+Book+List&amp;referrer=" width="1px" height="1px" border="0" alt=""&gt;&lt;img style="position:absolute" alt="" width="0px" height="0px" src="http://c.live.com/c.gif?NC=31263&amp;amp;NA=1149&amp;amp;PI=88469&amp;amp;RF=&amp;amp;DI=3919&amp;amp;PS=85545&amp;amp;TP=auxon.spaces.live.com&amp;amp;GT1="&gt;</description><comments>http://devlinq.com/2007/04/06/book-list-book-list.aspx#Comments</comments><guid isPermaLink="false">c9eed2fc-ccff-40a2-8b98-70138e96759a</guid><pubDate>Fri, 06 Apr 2007 17:08:01 GMT</pubDate></item><item><title>Blogging with Word 2007</title><link>http://devlinq.com/2007/03/04/blogging-with-word-2008.aspx?ref=rss</link><dc:creator>Richard Anthony Hein</dc:creator><description>&lt;div&gt;&lt;p&gt;Word 2007 allows you to post to a blog directly from word, using multiple accounts, etc....
&lt;p&gt;Pros:
&lt;p&gt;Supports MSN Spaces, Blogger, and other blogging sites.
&lt;p&gt;MSN Live Space did a better job than Blogger at rendering the document.
&lt;p&gt;Cons:
&lt;p&gt;Embedded JPGs and PNGs do not get published to either service.
&lt;/div&gt;&lt;img src="http://c.services.spaces.live.com/CollectionWebService/c.gif?space=&amp;page=RSS%3a+Blogging+with+Word+2007&amp;referrer=" width="1px" height="1px" border="0" alt=""&gt;&lt;img style="position:absolute" alt="" width="0px" height="0px" src="http://c.live.com/c.gif?NC=31263&amp;amp;NA=1149&amp;amp;PI=88469&amp;amp;RF=&amp;amp;DI=3919&amp;amp;PS=85545&amp;amp;TP=auxon.spaces.live.com&amp;amp;GT1="&gt;</description><comments>http://devlinq.com/2007/03/04/blogging-with-word-2008.aspx#Comments</comments><guid isPermaLink="false">a8869fb5-3495-4894-8a7f-209122ff15ca</guid><pubDate>Mon, 05 Mar 2007 03:45:38 GMT</pubDate></item><item><title>Vista Experiences 2 – WPF Aero Effects in Visual Studio Team System Orcas March CTP</title><link>http://devlinq.com/2007/03/04/vista-experiences-2--wpf-aero-effects-in-visual-studio-team-system-orcas-march-ctp-2.aspx?ref=rss</link><dc:creator>Richard Anthony Hein</dc:creator><description>&lt;div&gt;&lt;p&gt;Windows Vista is fantastic so far (it's only been about 2 ½ days). I can say it's the little things that make it so great, like having WPF tie in the new Aero effects into applications. 
&lt;p&gt;Notice that in Visual Studio for instance the code editor control hierarchies display previews of the control you are referring to: 
&lt;p&gt;
	&lt;p&gt;The Document Outline pane also supports this feature. 
&lt;p&gt;Notice three different representations (2 buttons, a tree node view of the type and name of the variable, and the XAML) of the same information on screen. 
&lt;p&gt;All 4 items in the GUI are synchronized and selected at the same time: 
&lt;p&gt;
	&lt;p&gt;This is brilliant. I wonder if the Button objects are the same object really, and how the resources are managed. Tooltips will get a lot nicer going forward. 
&lt;p&gt;I'd like to see an additional feature added to this that allows you to click on it to center the control in the design window. 
&lt;p&gt;This feature works in other areas in the IDE as well ... still experimenting.&lt;/div&gt;&lt;img src="http://c.services.spaces.live.com/CollectionWebService/c.gif?space=&amp;page=RSS%3a+Vista+Experiences+2+%e2%80%93+WPF+Aero+Effects+in+Visual+Studio+Team+System+Orcas+March+CTP&amp;referrer=" width="1px" height="1px" border="0" alt=""&gt;&lt;img style="position:absolute" alt="" width="0px" height="0px" src="http://c.live.com/c.gif?NC=31263&amp;amp;NA=1149&amp;amp;PI=88469&amp;amp;RF=&amp;amp;DI=3919&amp;amp;PS=85545&amp;amp;TP=auxon.spaces.live.com&amp;amp;GT1="&gt;</description><category>Vista</category><comments>http://devlinq.com/2007/03/04/vista-experiences-2--wpf-aero-effects-in-visual-studio-team-system-orcas-march-ctp-2.aspx#Comments</comments><guid isPermaLink="false">ac50435b-3f68-4450-98f6-7cd8da8baf75</guid><pubDate>Mon, 05 Mar 2007 02:55:58 GMT</pubDate></item><item><title>Windows Vista Experience Index Scores on Older Hardware</title><link>http://devlinq.com/2007/03/03/windows-vista-experience-index-scores-on-older-hardware-2.aspx?ref=rss</link><dc:creator>Richard Anthony Hein</dc:creator><description>&lt;div&gt;&lt;div style="text-align:center" align=center&gt;
&lt;table style="border-collapse:collapse" border=0&gt;
&lt;colgroup&gt;
&lt;col style="width:626px"&gt;
&lt;tbody valign=top&gt;
&lt;tr&gt;
&lt;td valign=center&gt;
&lt;p align=left&gt;If you are like me you have been thinking about upgrading to Vista, but have been concerned about whether or not your hardware will perform adequately. 
&lt;p align=left&gt;Yesterday I finally bit the bullet and bought a copy of Vista Ultimate, a new Seagate 7200RPM 320GB SATA II HDD, and a 4GB Flash Drive (for $69.99 at FutureShop – mislabelled price!). 
&lt;p align=left&gt;I have a 64-bit system, but due to my current drive configuration, and the fact that Promise hasn't published any 64-bit drivers at all, I had to opt for the 32-bit installation for now. I will upgrade to 64-bit after I copy all my files from the XP drives. 
&lt;p align=left&gt;The 64-bit installation took far less than half the time (at least as far as it got) that the 32-bit installation took. 
&lt;p align=left&gt;Amazingly, my system blows away all but the most expensive desktops that you'll find at FutureShop and BestBuy, and most of the components are 1.5 -2.0 years old, and I just upgraded to the ATI Radeon All-in-Wonder 9600 about 9-12 months ago. 
&lt;p align=left&gt;CONCLUSION: 
&lt;p align=left&gt;NEW SYSTEMS ARE NOT WORTH THE MONEY, just buy some decent parts and build your own system. 
&lt;p align=left&gt;When I built my system, I got a near the top of the line motherboard, RAM, HDDs, and CPU, and probably spent about $3500 on it spread out over the past 2 years, but you can still get most of these components for a fraction of the cost I paid for them. 
&lt;p align=left&gt; 
&lt;div style="text-align:center"&gt;
&lt;table style="border-collapse:collapse" border=0&gt;
&lt;colgroup&gt;
&lt;col style="width:215px"&gt;
&lt;col style="width:5px"&gt;
&lt;tbody valign=top&gt;
&lt;tr&gt;
&lt;td valign=bottom&gt;
&lt;p&gt;&lt;span style="color:#1370ab;font-family:Segoe UI"&gt;More details about my computer&lt;/span&gt;
&lt;td valign=bottom&gt;
&lt;p&gt;  &lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;
&lt;tr&gt;
&lt;td valign=center&gt;
&lt;p align=left&gt;   
&lt;div style="text-align:center" align=left&gt;
&lt;table style="border-collapse:collapse" border=0&gt;
&lt;colgroup&gt;
&lt;col style="width:102px"&gt;
&lt;col style="width:217px"&gt;
&lt;col style="width:50px"&gt;
&lt;col style="width:170px"&gt;
&lt;tbody valign=top&gt;
&lt;tr&gt;
&lt;td style="border-top:#cccccc 0.75pt solid;border-left:#cccccc 0.75pt solid;border-bottom:#cccccc 0.75pt solid" valign=bottom&gt;
&lt;p align=left&gt;&lt;span style="font-size:9pt;color:black;font-family:Segoe UI"&gt;Component&lt;/span&gt;
&lt;td style="border-top:#cccccc 0.75pt solid;border-bottom:#cccccc 0.75pt solid" valign=bottom&gt;
&lt;p align=left&gt;&lt;span style="font-size:9pt;color:black;font-family:Segoe UI"&gt;Details&lt;/span&gt;
&lt;td style="border-top:#cccccc 0.75pt solid;border-bottom:#cccccc 0.75pt solid" valign=bottom&gt;
&lt;p align=left&gt;&lt;span style="font-size:9pt;color:black;font-family:Segoe UI"&gt;Subscore&lt;/span&gt;
&lt;td style="border-right:#cccccc 0.75pt solid;border-top:#cccccc 0.75pt solid;border-bottom:#cccccc 0.75pt solid" valign=bottom&gt;
&lt;p align=left&gt;&lt;span style="font-size:9pt;color:black;font-family:Segoe UI"&gt;Base score&lt;/span&gt;
&lt;tr&gt;
&lt;td style="background:#eaeaea;border-left:#cccccc 0.75pt solid;border-bottom:white 0.75pt solid" valign=bottom&gt;
&lt;p align=left&gt;&lt;span style="font-size:9pt;color:black;font-family:Segoe UI"&gt;&lt;strong&gt;Processor&lt;/strong&gt;&lt;/span&gt;
&lt;td style="background:#f0f0f0;border-bottom:white 0.75pt solid" valign=bottom&gt;
&lt;p align=left&gt;&lt;span style="font-size:9pt;color:black;font-family:Segoe UI"&gt;AMD Athlon(tm) 64 Processor 3000+&lt;/span&gt;
&lt;td style="background:#e0e0e0;border-bottom:white 0.75pt solid" valign=bottom&gt;
&lt;p align=left&gt;&lt;span style="font-size:9pt;color:black;font-family:Segoe UI"&gt;4.0&lt;/span&gt;
&lt;td style="border-right:#cccccc 0.75pt solid;background:#e0e0e0" valign=bottom rowspan=5&gt;
&lt;div style="text-align:center" align=left&gt;
&lt;table style="border-collapse:collapse" border=0&gt;
&lt;colgroup&gt;
&lt;col style="width:168px"&gt;
&lt;tbody valign=top&gt;
&lt;tr style="height:100px"&gt;
&lt;td valign=center&gt;
&lt;p&gt;&lt;span style="font-size:32pt;color:white;font-family:Segoe UI"&gt;&lt;strong&gt;4.0&lt;/strong&gt;&lt;/span&gt;
&lt;tr&gt;
&lt;td valign=center&gt;
&lt;p&gt;&lt;span style="font-size:9pt;color:black;font-family:Segoe UI"&gt;Determined by lowest subscore&lt;/span&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;
&lt;tr&gt;
&lt;td style="background:#eaeaea;border-left:#cccccc 0.75pt solid;border-bottom:white 0.75pt solid" valign=bottom&gt;
&lt;p align=left&gt;&lt;span style="font-size:9pt;color:black;font-family:Segoe UI"&gt;&lt;strong&gt;Memory (RAM)&lt;/strong&gt;&lt;/span&gt;
&lt;td style="background:#f0f0f0;border-bottom:white 0.75pt solid" valign=bottom&gt;
&lt;p align=left&gt;&lt;span style="font-size:9pt;color:black;font-family:Segoe UI"&gt;1.00 GB&lt;/span&gt;
&lt;td style="background:whitesmoke;border-bottom:white 0.75pt solid" valign=bottom&gt;
&lt;p align=left&gt;&lt;span style="font-size:9pt;color:black;font-family:Segoe UI"&gt;4.1&lt;/span&gt;
&lt;tr&gt;
&lt;td style="background:#eaeaea;border-left:#cccccc 0.75pt solid;border-bottom:white 0.75pt solid" valign=bottom&gt;
&lt;p align=left&gt;&lt;span style="font-size:9pt;color:black;font-family:Segoe UI"&gt;&lt;strong&gt;Graphics&lt;/strong&gt;&lt;/span&gt;
&lt;td style="background:#f0f0f0;border-bottom:white 0.75pt solid" valign=bottom&gt;
&lt;p align=left&gt;&lt;span style="font-size:9pt;color:black;font-family:Segoe UI"&gt;ATI Radeon 9600 / X1050 Series&lt;/span&gt;
&lt;td style="background:whitesmoke;border-bottom:white 0.75pt solid" valign=bottom&gt;
&lt;p align=left&gt;&lt;span style="font-size:9pt;color:black;font-family:Segoe UI"&gt;4.3&lt;/span&gt;
&lt;tr&gt;
&lt;td style="background:#eaeaea;border-left:#cccccc 0.75pt solid;border-bottom:white 0.75pt solid" valign=bottom&gt;
&lt;p align=left&gt;&lt;span style="font-size:9pt;color:black;font-family:Segoe UI"&gt;&lt;strong&gt;Gaming graphics&lt;/strong&gt;&lt;/span&gt;
&lt;td style="background:#f0f0f0;border-bottom:white 0.75pt solid" valign=bottom&gt;
&lt;p align=left&gt;&lt;span style="font-size:9pt;color:black;font-family:Segoe UI"&gt;383 MB Total available graphics memory&lt;/span&gt;
&lt;td style="background:#e0e0e0;border-bottom:white 0.75pt solid" valign=bottom&gt;
&lt;p align=left&gt;&lt;span style="font-size:9pt;color:black;font-family:Segoe UI"&gt;4.0&lt;/span&gt;
&lt;tr&gt;
&lt;td style="background:#eaeaea;border-left:#cccccc 0.75pt solid;border-bottom:white 0.75pt solid" valign=bottom&gt;
&lt;p align=left&gt;&lt;span style="font-size:9pt;color:black;font-family:Segoe UI"&gt;&lt;strong&gt;Primary hard disk&lt;/strong&gt;&lt;/span&gt;
&lt;td style="background:#f0f0f0;border-bottom:white 0.75pt solid" valign=bottom&gt;
&lt;p align=left&gt;&lt;span style="font-size:9pt;color:black;font-family:Segoe UI"&gt;244GB Free (298GB Total)&lt;/span&gt;
&lt;td style="background:whitesmoke;border-bottom:white 0.75pt solid" valign=bottom&gt;
&lt;p align=left&gt;&lt;span style="font-size:9pt;color:black;font-family:Segoe UI"&gt;5.5&lt;/span&gt;
&lt;tr&gt;
&lt;td style="border-right:#cccccc 0.75pt solid;border-top:medium none;border-left:#cccccc 0.75pt solid;border-bottom:#cccccc 0.75pt solid" valign=bottom colspan=4&gt;
&lt;p align=left&gt;&lt;span style="font-size:9pt;color:#4c4c4c;font-family:Segoe UI"&gt;Windows Vista (TM) Ultimate&lt;/span&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;
&lt;p align=left&gt;   
&lt;div style="text-align:center" align=left&gt;
&lt;table style="border-collapse:collapse" border=0&gt;
&lt;colgroup&gt;
&lt;col style="width:310px"&gt;
&lt;col style="width:5px"&gt;
&lt;tbody valign=top&gt;
&lt;tr&gt;
&lt;td valign=center&gt;
&lt;p align=center&gt;&lt;span style="font-size:9pt;color:#1370ab;font-family:Segoe UI"&gt;System&lt;/span&gt;
&lt;td valign=bottom&gt;
&lt;p align=left&gt;  
&lt;tr&gt;
&lt;td valign=center&gt;
&lt;div align=left&gt;
&lt;table style="border-collapse:collapse" align=left border=0&gt;
&lt;colgroup&gt;
&lt;col style="width:5px"&gt;
&lt;col style="width:174px"&gt;
&lt;col style="width:129px"&gt;
&lt;tbody valign=top&gt;
&lt;tr&gt;
&lt;td valign=center&gt;
&lt;p&gt;  
&lt;td valign=center&gt;
&lt;p align=left&gt;&lt;span style="font-size:9pt;color:#4c4c4c;font-family:Segoe UI"&gt;Manufacturer&lt;/span&gt;
&lt;td valign=center&gt;
&lt;p align=left&gt;&lt;span style="font-size:9pt;color:#4c4c4c;font-family:Segoe UI"&gt;MSI&lt;/span&gt;
&lt;tr&gt;
&lt;td valign=center&gt;
&lt;p align=left&gt;  
&lt;td valign=center&gt;
&lt;p align=left&gt;&lt;span style="font-size:9pt;color:#4c4c4c;font-family:Segoe UI"&gt;Model&lt;/span&gt;
&lt;td valign=center&gt;
&lt;p align=left&gt;&lt;span style="font-size:9pt;color:#4c4c4c;font-family:Segoe UI"&gt;MS-6702&lt;/span&gt;
&lt;tr&gt;
&lt;td valign=center&gt;
&lt;p align=left&gt;  
&lt;td valign=center&gt;
&lt;p align=left&gt;&lt;span style="font-size:9pt;color:#4c4c4c;font-family:Segoe UI"&gt;Total amount of system memory&lt;/span&gt;
&lt;td valign=center&gt;
&lt;p align=left&gt;&lt;span style="font-size:9pt;color:#4c4c4c;font-family:Segoe UI"&gt;1.00 GB RAM&lt;/span&gt;
&lt;tr&gt;
&lt;td valign=center&gt;
&lt;p align=left&gt;  
&lt;td valign=center&gt;
&lt;p align=left&gt;&lt;span style="font-size:9pt;color:#4c4c4c;font-family:Segoe UI"&gt;System type&lt;/span&gt;
&lt;td valign=center&gt;
&lt;p align=left&gt;&lt;span style="font-size:9pt;color:#4c4c4c;font-family:Segoe UI"&gt;32-bit operating system&lt;/span&gt;
&lt;tr&gt;
&lt;td valign=center&gt;
&lt;p align=left&gt;  
&lt;td valign=center&gt;
&lt;p align=left&gt;&lt;span style="font-size:9pt;color:#4c4c4c;font-family:Segoe UI"&gt;Number of processor cores&lt;/span&gt;
&lt;td valign=center&gt;
&lt;p align=left&gt;&lt;span style="font-size:9pt;color:#4c4c4c;font-family:Segoe UI"&gt;1&lt;/span&gt;
&lt;tr&gt;
&lt;td valign=center&gt;
&lt;p align=left&gt;  
&lt;td valign=center&gt;
&lt;p align=left&gt;&lt;span style="font-size:9pt;color:#4c4c4c;font-family:Segoe UI"&gt;64-bit capable&lt;/span&gt;
&lt;td valign=center&gt;
&lt;p align=left&gt;&lt;span style="font-size:9pt;color:#4c4c4c;font-family:Segoe UI"&gt;Yes&lt;/span&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;
&lt;td valign=center&gt;
&lt;p align=left&gt; &lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;
&lt;p align=left&gt;   
&lt;div style="text-align:center" align=left&gt;
&lt;table style="border-collapse:collapse" border=0&gt;
&lt;colgroup&gt;
&lt;col style="width:281px"&gt;
&lt;col style="width:5px"&gt;
&lt;tbody valign=top&gt;
&lt;tr&gt;
&lt;td valign=center&gt;
&lt;p&gt;&lt;span style="font-size:9pt;color:#1370ab;font-family:Segoe UI"&gt;Storage&lt;/span&gt;
&lt;td valign=bottom&gt;
&lt;p&gt;  
&lt;tr&gt;
&lt;td valign=center&gt;
&lt;table style="border-collapse:collapse" border=0&gt;
&lt;colgroup&gt;
&lt;col style="width:5px"&gt;
&lt;col style="width:130px"&gt;
&lt;col style="width:144px"&gt;
&lt;tbody valign=top&gt;
&lt;tr&gt;
&lt;td valign=center&gt;
&lt;p&gt;  
&lt;td valign=center&gt;
&lt;p align=left&gt;&lt;span style="font-size:9pt;color:#4c4c4c;font-family:Segoe UI"&gt;Total size of hard disk(s)&lt;/span&gt;
&lt;td valign=center&gt;
&lt;p align=left&gt;&lt;span style="font-size:9pt;color:#4c4c4c;font-family:Segoe UI"&gt;567 GB&lt;/span&gt;
&lt;tr&gt;
&lt;td valign=center&gt;
&lt;p align=left&gt;  
&lt;td valign=center&gt;
&lt;p align=left&gt;&lt;span style="font-size:9pt;color:#4c4c4c;font-family:Segoe UI"&gt;Disk partition (C:)&lt;/span&gt;
&lt;td valign=center&gt;
&lt;p align=left&gt;&lt;span style="font-size:9pt;color:#4c4c4c;font-family:Segoe UI"&gt;12 GB Free (112 GB Total)&lt;/span&gt;
&lt;tr&gt;
&lt;td valign=center&gt;
&lt;p align=left&gt;  
&lt;td valign=center&gt;
&lt;p align=left&gt;&lt;span style="font-size:9pt;color:#4c4c4c;font-family:Segoe UI"&gt;Disk partition (D:)&lt;/span&gt;
&lt;td valign=center&gt;
&lt;p align=left&gt;&lt;span style="font-size:9pt;color:#4c4c4c;font-family:Segoe UI"&gt;9 GB Free (19 GB Total)&lt;/span&gt;
&lt;tr&gt;
&lt;td valign=center&gt;
&lt;p align=left&gt;  
&lt;td valign=center&gt;
&lt;p align=left&gt;&lt;span style="font-size:9pt;color:#4c4c4c;font-family:Segoe UI"&gt;Media drive (E:)&lt;/span&gt;
&lt;td valign=center&gt;
&lt;p align=left&gt;&lt;span style="font-size:9pt;color:#4c4c4c;font-family:Segoe UI"&gt;CD/DVD&lt;/span&gt;
&lt;tr&gt;
&lt;td valign=center&gt;
&lt;p align=left&gt;  
&lt;td valign=center&gt;
&lt;p align=left&gt;&lt;span style="font-size:9pt;color:#4c4c4c;font-family:Segoe UI"&gt;Media drive (F:)&lt;/span&gt;
&lt;td valign=center&gt;
&lt;p align=left&gt;&lt;span style="font-size:9pt;color:#4c4c4c;font-family:Segoe UI"&gt;CD/DVDCD&lt;/span&gt;
&lt;tr&gt;
&lt;td valign=center&gt;
&lt;p align=left&gt;  
&lt;td valign=center&gt;
&lt;p align=left&gt;&lt;span style="font-size:9pt;color:#4c4c4c;font-family:Segoe UI"&gt;Disk partition (G:)&lt;/span&gt;
&lt;td valign=center&gt;
&lt;p align=left&gt;&lt;span style="font-size:9pt;color:#4c4c4c;font-family:Segoe UI"&gt;73 GB Free (138 GB Total)&lt;/span&gt;
&lt;tr&gt;
&lt;td valign=center&gt;
&lt;p align=left&gt;  
&lt;td valign=center&gt;
&lt;p align=left&gt;&lt;span style="font-size:9pt;color:#4c4c4c;font-family:Segoe UI"&gt;Disk partition (J:)&lt;/span&gt;
&lt;td valign=center&gt;
&lt;p align=left&gt;&lt;span style="font-size:9pt;color:#4c4c4c;font-family:Segoe UI"&gt;244 GB Free (298 GB Total)&lt;/span&gt;&lt;/tbody&gt;&lt;/table&gt;
&lt;td valign=center&gt;
&lt;p align=left&gt; &lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;
&lt;p align=left&gt;   
&lt;div style="text-align:center" align=left&gt;
&lt;table style="border-collapse:collapse" border=0&gt;
&lt;colgroup&gt;
&lt;col style="width:472px"&gt;
&lt;col style="width:5px"&gt;
&lt;tbody valign=top&gt;
&lt;tr&gt;
&lt;td valign=center&gt;
&lt;p&gt;&lt;span style="font-size:9pt;color:#1370ab;font-family:Segoe UI"&gt;Graphics&lt;/span&gt;
&lt;td valign=bottom&gt;
&lt;p&gt;  
&lt;tr&gt;
&lt;td valign=center&gt;
&lt;table style="border-collapse:collapse" border=0&gt;
&lt;colgroup&gt;
&lt;col style="width:5px"&gt;
&lt;col style="width:173px"&gt;
&lt;col style="width:291px"&gt;
&lt;tbody valign=top&gt;
&lt;tr&gt;
&lt;td valign=center&gt;
&lt;p&gt;  
&lt;td valign=center&gt;
&lt;p align=left&gt;&lt;span style="font-size:9pt;color:#4c4c4c;font-family:Segoe UI"&gt;Display adapter type&lt;/span&gt;
&lt;td valign=center&gt;
&lt;p align=left&gt;&lt;span style="font-size:9pt;color:#4c4c4c;font-family:Segoe UI"&gt;RADEON 9600 Series (Microsoft Corporation - WDDM)&lt;/span&gt;
&lt;tr&gt;
&lt;td valign=center&gt;
&lt;p align=left&gt;  
&lt;td valign=center&gt;
&lt;p align=left&gt;&lt;span style="font-size:9pt;color:#4c4c4c;font-family:Segoe UI"&gt;Total available graphics memory&lt;/span&gt;
&lt;td valign=center&gt;
&lt;p align=left&gt;&lt;span style="font-size:9pt;color:#4c4c4c;font-family:Segoe UI"&gt;383 MB&lt;/span&gt;
&lt;tr&gt;
&lt;td valign=center&gt;
&lt;p align=left&gt;  
&lt;td valign=center&gt;
&lt;p align=left&gt;&lt;span style="font-size:9pt;color:#4c4c4c;font-family:Segoe UI"&gt;Dedicated graphics memory&lt;/span&gt;
&lt;td valign=center&gt;
&lt;p align=left&gt;&lt;span style="font-size:9pt;color:#4c4c4c;font-family:Segoe UI"&gt;128 MB&lt;/span&gt;
&lt;tr&gt;
&lt;td valign=center&gt;
&lt;p align=left&gt;  
&lt;td valign=center&gt;
&lt;p align=left&gt;&lt;span style="font-size:9pt;color:#4c4c4c;font-family:Segoe UI"&gt;Dedicated system memory&lt;/span&gt;
&lt;td valign=center&gt;
&lt;p align=left&gt;&lt;span style="font-size:9pt;color:#4c4c4c;font-family:Segoe UI"&gt;0 MB&lt;/span&gt;
&lt;tr&gt;
&lt;td valign=center&gt;
&lt;p align=left&gt;  
&lt;td valign=center&gt;
&lt;p align=left&gt;&lt;span style="font-size:9pt;color:#4c4c4c;font-family:Segoe UI"&gt;Shared system memory&lt;/span&gt;
&lt;td valign=center&gt;
&lt;p align=left&gt;&lt;span style="font-size:9pt;color:#4c4c4c;font-family:Segoe UI"&gt;255 MB&lt;/span&gt;
&lt;tr&gt;
&lt;td valign=center&gt;
&lt;p align=left&gt;  
&lt;td valign=center&gt;
&lt;p align=left&gt;&lt;span style="font-size:9pt;color:#4c4c4c;font-family:Segoe UI"&gt;Display adapter driver version&lt;/span&gt;
&lt;td valign=center&gt;
&lt;p align=left&gt;&lt;span style="font-size:9pt;color:#4c4c4c;font-family:Segoe UI"&gt;8.342.0.0&lt;/span&gt;
&lt;tr&gt;
&lt;td valign=center&gt;
&lt;p align=left&gt;  
&lt;td valign=center&gt;
&lt;p align=left&gt;&lt;span style="font-size:9pt;color:#4c4c4c;font-family:Segoe UI"&gt;Secondary monitor resolution&lt;/span&gt;
&lt;td valign=center&gt;
&lt;p align=left&gt;&lt;span style="font-size:9pt;color:#4c4c4c;font-family:Segoe UI"&gt;1280x1024&lt;/span&gt;
&lt;tr&gt;
&lt;td valign=center&gt;
&lt;p align=left&gt;  
&lt;td valign=center&gt;
&lt;p align=left&gt;&lt;span style="font-size:9pt;color:#4c4c4c;font-family:Segoe UI"&gt;Primary monitor resolution&lt;/span&gt;
&lt;td valign=center&gt;
&lt;p align=left&gt;&lt;span style="font-size:9pt;color:#4c4c4c;font-family:Segoe UI"&gt;1280x1024&lt;/span&gt;
&lt;tr&gt;
&lt;td valign=center&gt;
&lt;p align=left&gt;  
&lt;td valign=center&gt;
&lt;p align=left&gt;&lt;span style="font-size:9pt;color:#4c4c4c;font-family:Segoe UI"&gt;DirectX version&lt;/span&gt;
&lt;td valign=center&gt;
&lt;p align=left&gt;&lt;span style="font-size:9pt;color:#4c4c4c;font-family:Segoe UI"&gt;DirectX 9.0 or better&lt;/span&gt;&lt;/tbody&gt;&lt;/table&gt;
&lt;td valign=center&gt; &lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;
&lt;p align=left&gt;   
&lt;div style="text-align:center" align=left&gt;
&lt;table style="border-collapse:collapse" border=0&gt;
&lt;colgroup&gt;
&lt;col style="width:446px"&gt;
&lt;col style="width:5px"&gt;
&lt;tbody valign=top&gt;
&lt;tr&gt;
&lt;td valign=center&gt;
&lt;p&gt;&lt;span style="font-size:9pt;color:#1370ab;font-family:Segoe UI"&gt;Network&lt;/span&gt;
&lt;td valign=bottom&gt;
&lt;p&gt;  
&lt;tr&gt;
&lt;td valign=center&gt;
&lt;table style="border-collapse:collapse" border=0&gt;
&lt;colgroup&gt;
&lt;col style="width:5px"&gt;
&lt;col style="width:93px"&gt;
&lt;col style="width:346px"&gt;
&lt;tbody valign=top&gt;
&lt;tr&gt;
&lt;td valign=center&gt;
&lt;p&gt;  
&lt;td valign=center&gt;
&lt;p align=left&gt;&lt;span style="font-size:9pt;color:#4c4c4c;font-family:Segoe UI"&gt;Network Adapter&lt;/span&gt;
&lt;td valign=center&gt;
&lt;p align=left&gt;&lt;span style="font-size:9pt;color:#4c4c4c;font-family:Segoe UI"&gt;Realtek RTL8169/8110 Family PCI Gigabit Ethernet NIC (NDIS 6.0)&lt;/span&gt;
&lt;tr&gt;
&lt;td valign=center&gt;
&lt;p align=left&gt;  
&lt;td valign=center&gt;
&lt;p align=left&gt;&lt;span style="font-size:9pt;color:#4c4c4c;font-family:Segoe UI"&gt;Network Adapter&lt;/span&gt;
&lt;td valign=center&gt;
&lt;p align=left&gt;&lt;span style="font-size:9pt;color:#4c4c4c;font-family:Segoe UI"&gt;Microsoft Tun Miniport Adapter&lt;/span&gt;&lt;/tbody&gt;&lt;/table&gt;
&lt;td valign=center&gt; &lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;/div&gt;&lt;img src="http://c.services.spaces.live.com/CollectionWebService/c.gif?space=&amp;page=RSS%3a+Windows+Vista+Experience+Index+Scores+on+Older+Hardware&amp;referrer=" width="1px" height="1px" border="0" alt=""&gt;&lt;img style="position:absolute" alt="" width="0px" height="0px" src="http://c.live.com/c.gif?NC=31263&amp;amp;NA=1149&amp;amp;PI=88469&amp;amp;RF=&amp;amp;DI=3919&amp;amp;PS=85545&amp;amp;TP=auxon.spaces.live.com&amp;amp;GT1="&gt;</description><category>Vista</category><comments>http://devlinq.com/2007/03/03/windows-vista-experience-index-scores-on-older-hardware-2.aspx#Comments</comments><guid isPermaLink="false">9d3dd576-b63a-420f-86b9-8a3ce0156519</guid><pubDate>Sat, 03 Mar 2007 20:11:54 GMT</pubDate></item><item><title>Math Tools - Draw 3D Graphs w/ 3DSurface Viewer</title><link>http://devlinq.com/2005/08/26/math-tools--draw-3d-graphs-w-3dsurface-viewer.aspx?ref=rss</link><dc:creator>Richard Anthony Hein</dc:creator><description /><comments>http://devlinq.com/2005/08/26/math-tools--draw-3d-graphs-w-3dsurface-viewer.aspx#Comments</comments><guid isPermaLink="false">96dd67a6-d073-48dc-9a5f-e214be513b9d</guid><pubDate>Fri, 26 Aug 2005 21:10:00 GMT</pubDate></item><item><title>Dimension Rapid Prototyping</title><link>http://devlinq.com/2005/04/19/dimension-rapid-prototyping.aspx?ref=rss</link><dc:creator>Richard Anthony Hein</dc:creator><description /><comments>http://devlinq.com/2005/04/19/dimension-rapid-prototyping.aspx#Comments</comments><guid isPermaLink="false">4cd6c097-caad-4c3e-a2c7-4f5960fa8314</guid><pubDate>Tue, 19 Apr 2005 07:25:00 GMT</pubDate></item><item><title>Line 6</title><link>http://devlinq.com/2005/04/05/line-6.aspx?ref=rss</link><dc:creator>Richard Anthony Hein</dc:creator><description /><comments>http://devlinq.com/2005/04/05/line-6.aspx#Comments</comments><guid isPermaLink="false">0e6c681e-f53a-4fa9-9336-5e6d48eda150</guid><pubDate>Tue, 05 Apr 2005 22:50:00 GMT</pubDate></item><item><title>Teaching Geometry Using Flash Animation</title><link>http://devlinq.com/2005/04/05/teaching-geometry-using-flash-animation.aspx?ref=rss</link><dc:creator>Richard Anthony Hein</dc:creator><description /><comments>http://devlinq.com/2005/04/05/teaching-geometry-using-flash-animation.aspx#Comments</comments><guid isPermaLink="false">7e9a4936-90f6-4e50-8f50-9213a271982d</guid><pubDate>Tue, 05 Apr 2005 20:18:00 GMT</pubDate></item><item><title>NASA's Advanced Automation for Space Missions</title><link>http://devlinq.com/2005/03/28/nasas-advanced-automation-for-space-missions.aspx?ref=rss</link><dc:creator>Richard Anthony Hein</dc:creator><description /><comments>http://devlinq.com/2005/03/28/nasas-advanced-automation-for-space-missions.aspx#Comments</comments><guid isPermaLink="false">f9d5c03d-e5ff-4c9a-a6e7-ae032daea2b2</guid><pubDate>Mon, 28 Mar 2005 10:19:00 GMT</pubDate></item><item><title>Working Smart: Getting Things Done</title><link>http://devlinq.com/2005/03/27/working-smart-getting-things-done.aspx?ref=rss</link><dc:creator>Richard Anthony Hein</dc:creator><description /><comments>http://devlinq.com/2005/03/27/working-smart-getting-things-done.aspx#Comments</comments><guid isPermaLink="false">c6cdde96-6c92-42ab-8203-3a761624f6c5</guid><pubDate>Mon, 28 Mar 2005 01:39:00 GMT</pubDate></item><item><title>Writer's Blocks 3</title><link>http://devlinq.com/2005/03/27/writers-blocks-3.aspx?ref=rss</link><dc:creator>Richard Anthony Hein</dc:creator><description /><comments>http://devlinq.com/2005/03/27/writers-blocks-3.aspx#Comments</comments><guid isPermaLink="false">07b5eddf-961a-4e60-9846-e03872156e3e</guid><pubDate>Mon, 28 Mar 2005 01:38:00 GMT</pubDate></item></channel></rss>
