<?php get_header(); ?>

    <?php if (have_posts()) : while (have_posts()) : the_post(); ?>
		
		<h2 id="post-<?php the_ID(); ?>"><?php the_title(); ?></h2>
			
		<?php the_content(__('Read the rest of this page &raquo;')); ?>
		<?php wp_link_pages(); ?>

		<?php edit_post_link(__('Edit'), '<p>', '</p>'); ?>

	<?php endwhile; endif; ?>

<?php get_sidebar(); ?>
<div id="features">
<h3>An invade, divide, and conquer Grand Plan</h3>

<p><img src="/images/features/novell-ceo.jpg" alt="Novell CEO Ron Hovsepian" style="float:left; padding:4px;"/><b>Highlight</b>: Novell was the first to acknowledge that Microsoft <abbr title="Fear, uncertainty, and doubt">FUD</abbr> tactics had substance. Novell then used anti-Linux FUD to market itself. <a href="/2007/10/01/novell-mono-patent/" title="Novell Selfishly Uses Mono as 'Protection'-based Advantage ">Learn more</a></p>

<p><img src="/images/features/xandros.jpg" alt="Xandros founder" style="float:left; padding:4px;"/><b>Highlight</b>: Xandros let Microsoft make patent claims and brag about (paid-for) <abbr title="Office Open XML">OOXML</abbr> support. <a href="/2007/08/31/xandros-interoperability/" title="Xandros CEO Brags About Open Standards, But Signs 'Intellectual Property' Deals with Microsoft">Learn more</a></p>

<p><img src="/images/features/linspire.jpg" alt="Linspire CEO Kevin Carmony" style="float:left; padding:4px;"/><b>Highlight</b>: Linspire's <abbr title="Chief Executive Officer">CEO</abbr> not only fell into Microsoft arms, but he also assisted the company's attack on GNU/Linux. <a href="/2007/06/28/linspire-sells-microsoft-fud/" title="Linspire Sells Us Linux FUD, Not GNU/Linux">Learn more</a></p>

<p><img src="/images/features/iso-money.jpg" alt="Hand with money" style="float:left; padding:4px;"/><b>Highlight</b>: Microsoft craves pseudo (proprietary) standards and gets its way using proxies and influence which it buys. <a href="/2007/09/11/iso-jtc-1sc-34-ooxml/" title="ISO / JTC 1/SC 34 / OOXML: What is Really Going on There???">Learn more</a></p>

<p><img src="/images/features/osi.jpg" alt="Eric Raymond" style="float:left; padding:4px;"/><b>Highlight</b>: The invasion into the open source world is intended to leave Linux companies neglected, due to financial incentives from Microsoft. <a href="/2007/09/01/eric-raymond-esr-osi-iso/" title="Eric Raymond Sees ISO Abuse and Tells Microsoft Where to Stick Its OSI Trojan Horse">Learn more</a></p>

<p><img src="/images/features/xensource.jpg" alt="XenSource CEO" style="float:left; padding:4px;"/><b>Analysis</b>: Xen, an open source hypervisor, possibly fell victim to Microsoft's aggressive (and stealthy) acquisition-by-proxy strategy. <a href="/2007/08/30/hijack-by-proxy-xen/" title="Watch and Learn How Microsoft Hijacks Rival Companies by Proxy">Learn more</a></p>

<a href="/2007/08/20/proxy-map/" title="Mindmap: Microsoft Deals and Partnership as Proxies in a Software Battle">More analysis >></a>
<br/><br/>
<h3>Recent Posts</h3>
		<ul>
		<?php mdv_recent_posts($no_posts=50); ?>
		</ul>
</div>
<?php get_footer(); ?>
