<?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>Ace on Tech &#187; Windows 7</title>
	<atom:link href="http://aceontech.com/tag/windows-7/feed/" rel="self" type="application/rss+xml" />
	<link>http://aceontech.com</link>
	<description>Design Intentionally Left Out</description>
	<lastBuildDate>Mon, 30 Aug 2010 05:14:24 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>How To: Install Windows 7 from external USB disk or USB key</title>
		<link>http://aceontech.com/2009/09/10/how-to-install-windows-7-from-external-usb-disk-or-usb-key/</link>
		<comments>http://aceontech.com/2009/09/10/how-to-install-windows-7-from-external-usb-disk-or-usb-key/#comments</comments>
		<pubDate>Thu, 10 Sep 2009 11:44:34 +0000</pubDate>
		<dc:creator>Ace</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://aceontech.com/?p=1032</guid>
		<description><![CDATA[How to install Windows 7 from a USB key or external hard drive? There are a few commands you need to master with the built-in command-line tool called 'diskpart'. A step-by-step guide. <a href="http://aceontech.com/2009/09/10/how-to-install-windows-7-from-external-usb-disk-or-usb-key/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><strong>How to install Windows 7 from a USB key or external hard drive? There are a few commands you need to master with the built-in command-line tool called &#8216;diskpart&#8217;. A step-by-step guide.</strong></p>
<p>As I documented the process of preparing an external USB drive to install Mac OS X 10.6 Snow Leopard, it&#8217;s only right for me to do the same for its counterpart Windows 7. It turns out doing this for the latter is much simpler than for the former. It should only take a few minutes to prepare the disk, plus the time your computer needs to copy the contents of the Windows 7 install disc or image.</p>
<p>Installing any operating system from a flash or hard drive has the advantage of being faster, because optical discs can only spin so fast &#8211; or rather, so slow as the spindle allows.</p>
<p>Here&#8217;s how.</p>
<h3>Ingredients</h3>
<p>What you&#8217;ll need to get this super-spiffy install medium:</p>
<ul>
<li>A Windows 7 RC or RTM/GA (Home Premium, Professional, Ultimate) install disc or image</li>
<li>A working Windows XP/Vista/7 computer to perform the preparations</li>
<li>A 4GB or bigger USB key or external hard drive</li>
</ul>
<h3>Preparing the disk</h3>
<ol>
<li>Pop the external disk into a vacant USB-port.</li>
<li>Open a <strong>Command Prompt</strong> window, either by hitting the Windows key in Vista/7 and typing <strong>cmd</strong> or selecting <strong>Run&#8230;</strong> from the start menu in Windows XP and typing <strong>cmd</strong>.</li>
<li>Then, in the black box, type <strong>diskpart</strong> &#8211; if you&#8217;re using Vista or up you&#8217;ll be prompted with a UAC window to which you must consent. XP users will be brought to diskpart right away, unless you&#8217;re using a Limited Account (if so, switch to an Administrator privileged account or do a <strong>Run As&#8230;</strong>)<br />
<a href="http://aceontech.com/wp-content/uploads/2009/09/diskpart-start.png" rel="lightbox[1032]"><img class="alignnone size-full wp-image-1033" title="Diskpart intro screen" src="http://aceontech.com/wp-content/uploads/2009/09/diskpart-start.png" alt="Diskpart intro screen" width="450" height="243" /></a></li>
<li> We need to find out which index the USB device is at, so we&#8217;re sure we&#8217;re preparing the correct disk (and not, say, your C: drive). Enter <strong>list disk</strong>. In my case, my USB key is located at position 1. <strong>Check which number yours it at before you copy-paste the following commands!<br />
<a href="http://aceontech.com/wp-content/uploads/2009/09/diskpart-listdisk.png" rel="lightbox[1032]"><img class="alignnone size-full wp-image-1036" title="DiskPart: List Disk operation" src="http://aceontech.com/wp-content/uploads/2009/09/diskpart-listdisk.png" alt="DiskPart: List Disk operation" width="450" height="242" /></a></strong></li>
<li>To tell DiskPart we want to start preparing disk 1, enter <strong>select disk 1</strong>.</li>
<li>Type <strong>clean</strong>.</li>
<li>Now we&#8217;re going to repartition the drive into one primary partition, so type <strong>create partition primary</strong>.</li>
<li>To make the partition we just created the active one, simply enter <strong>active</strong> into the box.</li>
<li>Then, we&#8217;ll want to format the active partition as FAT32. This is done by typing and entering <strong>format fs=fat32 quick</strong>. The quick keyword will wipe the file table instead of wiping the disk sector by sector, which takes a lot longer. If you&#8217;re concerned with the wiped data being completely gone, omit &#8216;quick&#8217;.</li>
<li>Finally, type <strong>assign</strong> so the drive gets a letter in Windows Explorer for easy access.</li>
</ol>
<h3>Copying the files over</h3>
<p>You now have a clean, ready to be copied to, disk. What follows is extremely simple:</p>
<ol>
<li>Insert your Windows 7 installer disc into the tray or mount the installer image with a tool like DaemonTools.</li>
<li>Open the disc&#8217;s/image&#8217;s contents by browsing to it using Explorer.</li>
<li><strong>Select all</strong> files and folders (CTRL+A or &#8216;Organize &gt; Select All&#8217;).</li>
<li><strong>Copy</strong> the files using the right-click menu or hitting CTRL+C.</li>
<li><strong>Paste everything</strong> onto the root of the prepared USB drive.</li>
</ol>
<h3>Your USB drive is now bootable</h3>
<p>Restart your computer and make sure you boot from USB. The installation procedure will continue as it would from a disc, only faster. Happy installing.</p>
]]></content:encoded>
			<wfw:commentRss>http://aceontech.com/2009/09/10/how-to-install-windows-7-from-external-usb-disk-or-usb-key/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft&#8217;s OneApp, Nokia&#8217;s Windows 7 netbook w/ 12hrs of battery life, Opera 10 &amp; more</title>
		<link>http://aceontech.com/2009/08/26/news-roundup-0825/</link>
		<comments>http://aceontech.com/2009/08/26/news-roundup-0825/#comments</comments>
		<pubDate>Wed, 26 Aug 2009 14:17:27 +0000</pubDate>
		<dc:creator>Ace</dc:creator>
				<category><![CDATA[Tech Articles]]></category>
		<category><![CDATA[amazon]]></category>
		<category><![CDATA[kindle]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[nokia]]></category>
		<category><![CDATA[opera]]></category>
		<category><![CDATA[sony]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://aceontech.com/?p=990</guid>
		<description><![CDATA[Tech news roundup for August 25, 2009: Microsoft's OneApp for non-smartphones, Nokia's Windows 7-powered netbook with 12 hours of battery life, Opera 10 &#038; more. <a href="http://aceontech.com/2009/08/26/news-roundup-0825/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Tech news roundup for <strong>August 25, 2009</strong>. I&#8217;d like to share some science/astronomy oriented articles with you before we jump to the tech news.</p>
<ul>
<li>Another Little Ice Age? Solar activity and climate change <a title="Jump to astronomy blurb 1" href="#s1">#</a></li>
<li>Extrasolar Planets at Full Tilt <a title="Jump" href="#s2">#</a></li>
</ul>
<p>Now for the tech news:</p>
<ul>
<li>Microsoft&#8217;s OneApp targets non-smartphones <a title="Jump" href="http://">#</a></li>
<li>Nokia to deliver Windows 7-powered netbook with 12 hours of battery life <a title="Jump" href="#t2">#</a></li>
<li>Opera 10 Slated For September 1 Launch. Will Anyone Take Notice? <a title="Jump" href="#t3">#</a></li>
<li>Sony&#8217;s new Reader lineup assaults Amazon Kindle <a href="#t4">#</a></li>
</ul>
<h3><a name="s1"></a>Another Little Ice Age? Solar activity and climate change</h3>
<p><a href="http://science.nasa.gov/headlines/y2003/images/superstorm/eit_big.gif" rel="lightbox[990]"><img class="alignright" style="margin: 12px;" title="Image courtesy of NASA" src="http://science.nasa.gov/headlines/y2003/images/superstorm/eit_big.gif" alt="" width="150" height="150" /></a>The Sun&#8217;s is experiencing a slow return to normal activity after its natural 11-year cycle. The number of sun-spots have decreased, which could indicated a &#8220;Little Ice Age&#8221; may be impending. The last time this happened was the late 17th century. This time around its effects may not be as chilling due to the vast amount of greenhouse gases now circulating our atmosphere. <a title="Source" href="http://arstechnica.com/science/news/2009/08/another-little-ice-age-solar-activity-and-climate-change.ars">Source at ArsTechnica</a>.</p>
<h3><a name="s2"></a>Extrasolar Planets at Full Tilt</h3>
<p>Exoplanets &#8211; scientists have recently discovered &#8211; don&#8217;t generally follow our Solar System&#8217;s common circular orbits. Instead, they&#8217;re usually tilted more than 30 degrees, causing some of them to actually orbit backwards relative to its parent star. The most tilted planet (7 degrees) in our solar system is Mercury. Interesting insights. <a title="Source" href="http://dsc.discovery.com/news/2009/08/25/extrasolar-planets-tilt-02.html">Source at Discovery</a>.</p>
<h3><a name="t1"></a>Microsoft&#8217;s OneApp targets non-smartphones</h3>
<p><img class="alignright" style="margin: 12px;" title="Image courtesy of Microsoft" src="http://mos.techradar.com//classifications/gadgets/phones/mobile-phones/images/microsoft_oneapp-218-85.jpg" alt="" width="150" height="113" />Microsoft recently launched a mobile application called &#8220;OneApp&#8221;, which is directed at the non-smartphone market. The application will act as a gateway to web applications and services like Facebook, Twitter, Windows Live Messenger, and more. Because non-smartphones are so low on processing power, OneApp will relay processing and storage to the web. The app itself only takes up 150KB and will even work on the most basic GPRS/EDGE phones. <a title="Source" href="http://www.techradar.com/news/software/microsoft-s-oneapp-targets-non-smartphones-628654?src=rss&amp;attr=all">Source at TechRadar</a>.</p>
<h3><a name="t2"></a>Nokia to deliver Windows 7-powered netbook with 12 hours of battery life</h3>
<p>Yes. Truly. Read the specs at <a title="Blog post" href="http://community.winsupersite.com/blogs/paul/archive/2009/08/25/nokia-to-deliver-windows-7-powered-netbook-with-12-hours-of-battery-life.aspx">Paul Thurrott&#8217;s SuperSite Blog post</a>.</p>
<h3><a name="t3"></a>Opera 10 Slated For September 1 Launch. Will Anyone Take Notice?</h3>
<p><img class="alignright" style="margin: 12px;" title="Image courtesy of TechCrunch / Opera" src="http://cache0.techcrunch.com/wp-content/uploads/2009/08/opera.png" alt="" width="254" height="75" />The <a title="Read my blog post on Opera's whining about Microsoft's browser ballot screen" href="http://aceontech.com/2009/08/03/please-let-me-rant-about-microsofts-ballot-screen-and-the-eu/">cursed</a> underdog of browser-land, Opera, has published the Release Candidate for its upcoming browser Opera 10. Codenamed &#8220;Peregrine&#8221;, it will offer &#8220;an improved user interface, increased web standards support, bug fixes, performance improvements, and new tools for web developers&#8221;. As with every release from Opera, I will download it and give it a fair chance. I rarely like what I see, though. So, in those terms, this will be Opera&#8217;s tenth chance to convince me. <a title="Source" href="http://www.techcrunch.com/2009/08/25/opera-10-slated-for-september-1-launch-will-anyone-take-notice/">Source at TechCrunch</a>.</p>
<h3><a name="t4"></a>Sony&#8217;s new Reader lineup assaults Amazon Kindle</h3>
<p><a href="http://aceontech.com/wp-content/uploads/2009/08/sony_reader_comparison_trio.jpg" rel="lightbox[990]"><img class="alignright size-thumbnail wp-image-996" style="margin:12px;" title="Sony Reader Trio" src="http://aceontech.com/wp-content/uploads/2009/08/sony_reader_comparison_trio-150x150.jpg" alt="Sony Reader Trio" width="150" height="150" /></a>Sony has refreshed its lineup of eBook readers with a trio of readers, each specialized in a certain type of end user. The first &#8211; called &#8220;Pocket Edition&#8221; &#8211; is portable and cheap. The second one &#8211; &#8220;Touch Edition&#8221; &#8211; offers a bigger screen with touch capabilities. And the über-reader is called the &#8220;Daily Edition&#8221;, with a big screen, touch capabilities and 3G &amp; WIFI connectivity. In each case, Sony&#8217;s equivalents to the Kindle and Kindle DX are significantly cheaper than Amazon&#8217;s offerings. Also, Sony scrambles behind eBook-standard EPUB enabling broader compatibility. It has also partnered with Google. <a title="Source" href="http://blogs.zdnet.com/BTL/?p=23232">Source at ZDNET</a>. <span style="color: #999999;"><br />
(click the thumbnail on the right for a closer look)</span></p>
]]></content:encoded>
			<wfw:commentRss>http://aceontech.com/2009/08/26/news-roundup-0825/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mozilla whines about browser ballot screen, iPhone outsold Windows Mobile, Snow Leopard&#8217;s here &amp; more</title>
		<link>http://aceontech.com/2009/08/25/news-roundup-0824/</link>
		<comments>http://aceontech.com/2009/08/25/news-roundup-0824/#comments</comments>
		<pubDate>Tue, 25 Aug 2009 11:12:17 +0000</pubDate>
		<dc:creator>Ace</dc:creator>
				<category><![CDATA[Tech Articles]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[iPod Touch]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[mozilla]]></category>
		<category><![CDATA[office]]></category>
		<category><![CDATA[os x]]></category>
		<category><![CDATA[snow leopard]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[Zune]]></category>
		<category><![CDATA[zune HD]]></category>

		<guid isPermaLink="false">http://aceontech.com/?p=971</guid>
		<description><![CDATA[Tech news roundup for August 24, 2009: Mozilla keeps whining about browser ballot screen, Microsoft warns of chaos if Word sales are halted, iPhone Outsold Windows Mobile Phones, Snow Leopard now available from Apple Store, &#038; more <a href="http://aceontech.com/2009/08/25/news-roundup-0824/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Tech news roundup for <strong>August 24, 2009</strong>.</p>
<ul>
<li><em>Update </em>| Mozilla asks EU to reject Microsoft&#8217;s Windows 7 browser plan <a title="Jump" href="#1">#</a></li>
<li><em>Update </em>| Microsoft warns of chaos if Word sales are halted <a href="#2">#</a></li>
<li>iPhone Outsold All Windows Mobile Phones in Q2: Analyst <a title="Jump" href="#3">#</a></li>
<li>Snow Leopard now available from Apple Store, ships Aug. 28 <a title="Jump" href="#4">#</a></li>
<li><em>Blurb </em>| Looks like Zune HD supports apps too <a title="Jump" href="#5">#</a></li>
</ul>
<h3><a name="1"></a>Mozilla asks EU to reject Microsoft&#8217;s Windows 7 browser plan</h3>
<p>After much ado over Microsoft&#8217;s &#8220;browser ballot screen&#8221; Mozilla is now requesting the EU to reject the OS vendor&#8217;s browser plan. Mozilla is obviously dissatisfied with the fact that Internet Explorer would get a more prominent spot on the screen, because &#8211; obviously &#8211; IE still has the biggest browser usage-share. Mozilla claims this is &#8220;unfair&#8221; and continues to whine. <a title="Article at ComputerWorld" href="http://www.computerworld.com/s/article/342203/Mozilla_Asks_EU_to_Reject_Microsoft_Windows_7_Plan">Source at ComputerWorld</a>.</p>
<h3><a name="2"></a>Microsoft warns of chaos if Word sales are halted</h3>
<p>Because of the utter <em>boringness </em>of this story, I&#8217;m sure you won&#8217;t mind me just quoting ComputerWorld: &#8220;Microsoft Corp.warned last week that an injunction preventing it from selling Word in the U.S. after Oct. 10 would cause &#8220;massive disruptions&#8221; to sales of its Office software, as well as to key partners like Best Buy Co., Dell Inc. and Hewlett-Packard Co.&#8221; <a title="Article at ComputerWorld" href="http://www.computerworld.com/s/article/342181/Microsoft_Warns_of_Chaos_if_Word_Sales_Are_Halted">Source at ComputerWorld</a>.</p>
<h3><a name="3"></a>iPhone Outsold All Windows Mobile Phones in Q2: Analyst</h3>
<p><a href="http://aceontech.com/wp-content/uploads/2009/08/iPhone3GS-2.jpg" rel="lightbox[971]"><img class="alignright size-thumbnail wp-image-973" style="margin:12px;" title="iPhone3GS" src="http://aceontech.com/wp-content/uploads/2009/08/iPhone3GS-2-150x150.jpg" alt="iPhone3GS" width="150" height="150" /></a>I always take analyst reports with a grain of salt, but the inevitable has happened in the smartphone world. The Apple iPhone has outsold Windows Mobile based phones for the first time in Q2 2009, with a lead of approx. 4.7%. Industry leaders Nokia and Blackberry retain suit with respectively first (~44%) and second (~21%) places. Palm isn&#8217;t currently on the list, despite its efforts with the Palm Pre. <a title="Blog post at TechnologyExpert" href="http://technologyexpert.blogspot.com/2009/08/iphone-outsold-all-windows-mobile.html">Blog post at TechnologyExpert</a>.</p>
<h3><a name="4"></a>Snow Leopard now available from Apple Store, ships Aug. 28</h3>
<p>After the Apple Store&#8217;s brief down-time on Monday morning the site pulled up again with Mac OS X Snow Leopard&#8217;s page updated and release confirmation. Shipping date of the OS is officially scheduled for August 28, 2009. If you pre-order now you&#8217;ll get it <em>on</em> the 28th &#8211; guaranteed. Also, no shipping fees will be charged for the time being. <a title="Source at ArsTechnica" href="http://arstechnica.com/apple/news/2009/08/snow-leopard-now-available-on-apple-store-for-aug-28.ars">Source at ArsTechnica</a>.</p>
<h3><a name="5"></a>Looks like Zune HD supports apps too</h3>
<p><a href="http://aceontech.com/wp-content/uploads/2009/08/microsoft-zune-hd.jpg" rel="lightbox[971]"><img class="alignright size-thumbnail wp-image-974" style="margin: 12px;" title="Microsoft Zune HD" src="http://aceontech.com/wp-content/uploads/2009/08/microsoft-zune-hd-150x150.jpg" alt="Microsoft Zune HD" width="150" height="150" /></a>Microsoft&#8217;s much anticipated competitor to Apple&#8217;s iPod Touch will sport an application platform/store after all. This was the last essential selling point needed for Microsoft to make a fair chance against Apple Inc. As things stand now, the Zune HD will also be more affordable than than the current-gen iPod Touch. <a title="Blog post at Paul Thurrott's Supersite Blog" href="http://community.winsupersite.com/blogs/paul/archive/2009/08/24/looks-like-zune-hd-supports-apps-too.aspx">Blog post at Paul Thurrott&#8217;s Supersite Blog</a>.</p>
<p><span style="color: #c0c0c0;"><span style="text-decoration: underline;">Disclaimer</span><em>:</em> The news summaries above contain opinions of editorial nature. Opinions expressed in this post do not reflect those of source materials and are entirely <a title="About Me" href="http://aceontech.com/about">my own</a>.</span></p>
]]></content:encoded>
			<wfw:commentRss>http://aceontech.com/2009/08/25/news-roundup-0824/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Weekend: Apple replies to FCC, GPU Computing in Windows 7, Linux Chromium 64-bit</title>
		<link>http://aceontech.com/2009/08/24/weekend-news-roundup/</link>
		<comments>http://aceontech.com/2009/08/24/weekend-news-roundup/#comments</comments>
		<pubDate>Mon, 24 Aug 2009 09:30:14 +0000</pubDate>
		<dc:creator>Ace</dc:creator>
				<category><![CDATA[Tech Articles]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[chrome]]></category>
		<category><![CDATA[chromium]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[gpu]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://aceontech.com/?p=959</guid>
		<description><![CDATA[This weekend's key stories: Apple Opens Up on App Store Approvals, Cuil's Real-Time Search, GPU Computing and Windows 7, Linux Chromium popular and 64-bit &#038; more. <a href="http://aceontech.com/2009/08/24/weekend-news-roundup/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Tech news roundup for the weekend of <strong>August 22, 2009 through August 23, 2009</strong>.</p>
<ul>
<li>Apple Opens Up on App Store Approvals <a title="Jump" href="#appstore">#</a></li>
<li>Remember Cuil? Now It’s a Real-Time Search Engine <a href="#cuil">#</a></li>
<li>GPU Computing and Windows 7 <a href="#7gpu">#</a></li>
<li>Chromium popularity rising on Ubuntu, gains 64-bit support <a title="Jump" href="#chromium64">#</a></li>
<li>More tech news on my <a title="My FriendFeed -uh- feed" href="http://friendfeed.com/aceontech">FriendFeed</a></li>
</ul>
<h3><a name="appstore"></a>Apple Opens Up on App Store Approvals</h3>
<p>In response to Apple rejecting Google Voice, the F.C.C. filed an inquiry to investigate Apple&#8217;s motives with the possible inclusion of AT&amp;T colluding to ban all non-traditional voice traffic. Apple has responded to the F.C.C. stating AT&amp;T has absolutely no part in the rejection of Google Voice. Its reason for the rejection is that it replicates too much of the iPhone&#8217;s phone, texting and voice-mail functionality. They&#8217;ve also stated they&#8217;re &#8220;still investigating&#8221; Google Voice and haven&#8217;t actually rejected it yet. <a title="Source at NYTimes" href="http://bits.blogs.nytimes.com/2009/08/21/apple-lifts-the-curtain-on-app-store-approvals/?partner=rss&amp;emc=rss">Source at The New York Times</a>.</p>
<h3><a name="#cuil"></a>Remember Cuil? Now It’s a Real-Time Search Engine</h3>
<p><img class="alignright" style="margin:12px;" title="Cuil.com" src="http://ec.mashable.com/wp-content/uploads/2008/07/cuil_logo.png" alt="" width="167" height="85" />Cuil.com &#8211; the search engine engineered by two ex-Google employees launched last year &#8211; has added real-time search to their portfolio. While in the beginning the site knew a humongous surge of visitors, its unique visitor rate has been declining drastically ever since. The real-time search capabilities are a welcome addition, though not stellar and certainly not better than existing solutions. <a href="http://mashable.com/2009/08/21/cuil-real-time/">Source at Mashable</a>.</p>
<h3><a name="7gpu"></a>GPU Computing and Windows 7</h3>
<p><a href="http://aceontech.com/wp-content/uploads/2009/08/Slide1_5F00_71B2E136.jpg" rel="lightbox[959]"><img class="alignright size-thumbnail wp-image-964" style="margin:12px;" title="GPU Computing illustration" src="http://aceontech.com/wp-content/uploads/2009/08/Slide1_5F00_71B2E136-150x150.jpg" alt="GPU Computing illustration" width="150" height="150" /></a>The Windows Blog discusses a new technology that will debut with the release of Windows 7. It&#8217;s called GPU Computing and will allow software to utilize the processing power inherent to modern GPU&#8217;s outside of graphics processing. By doing this, the main processor(s) can be relieved and address more processing power to other computational tasks. GPU Computing will require DirectX 11, which will be part of Windows 7. nVidia&#8217;s GPU&#8217;s already support GPU Computing fully.<a title="Source at The Windows Blog" href="http://windowsteamblog.com/blogs/partner/archive/2009/08/22/gpu-computing-and-windows-7.aspx"> Source at The Windows Blog</a>.</p>
<h3><a name="chromium64"></a>Chromium popularity rising on Ubuntu, gains 64-bit support</h3>
<p>Chromium &#8211; the open source version that drives the Google Chrome browser &#8211; is gaining popularity like wildfire amongst the Linux community. It has recently gained full 64-bit support and is increasingly being seen as a viable competitor to Mozilla Firefox by Linux enthusiasts. <a title="Source at ArsTechnica" href="http://arstechnica.com/open-source/news/2009/08/chromium-popularity-rising-on-ubuntu-gains-64-bit-support.ars">Source at ArsTechnica</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://aceontech.com/2009/08/24/weekend-news-roundup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mozilla cries over browser ballot, full copy of TPB online, Windows 7 120-day grace &amp; more</title>
		<link>http://aceontech.com/2009/08/21/news-roundup/</link>
		<comments>http://aceontech.com/2009/08/21/news-roundup/#comments</comments>
		<pubDate>Fri, 21 Aug 2009 08:44:21 +0000</pubDate>
		<dc:creator>Ace</dc:creator>
				<category><![CDATA[Tech Articles]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[archos]]></category>
		<category><![CDATA[azure]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[chrome]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[mozilla]]></category>
		<category><![CDATA[tpb]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://aceontech.com/?p=942</guid>
		<description><![CDATA[News roundup for August 20, 2009: Mozilla makes much ado about nothing over browser ballot,Xmarks extension alpha for Chrome arrives, Irish ISP to block The Pirate Bay, Microsoft offers cloud database previews and more. <a href="http://aceontech.com/2009/08/21/news-roundup/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>News roundup for <strong>August 20, 2009</strong>.</p>
<ul>
<li>Mozilla makes much ado about nothing over browser ballot <a title="Jump" href="#mozillaballot">#</a></li>
<li>Xmarks extension alpha for Chrome arrives <a title="Jump" href="#chromexmarks">#</a></li>
<li>Archos soft launches own Android app store <a title="Jump" href="#archosstore">#</a></li>
<li>Irish ISP to block The Pirate Bay <a title="Jump" href="#blocktpb">#</a></li>
<li>IT IS HERE: A Fully Functional Copy of The Pirate Bay <a title="Jump" href="#tpbcopy">#</a></li>
<li>Microsoft offers cloud database previews <a title="Jump" href="#azure">#</a></li>
<li>Like Vista, Windows 7 will grant 120 grace period <a title="Jump" href="#7grace">#</a></li>
<li>Check out my <a title="Ace's FriendFeed feed" href="http://friendfeed.com/aceontech">FriendFeed &#8211; uh, feed -</a> for more tech news.</li>
</ul>
<h3><a name="mozillaballot"></a>Mozilla makes much ado about nothing over browser ballot</h3>
<p>I only recently <a title="My rant" href="http://aceontech.com/2009/08/03/please-let-me-rant-about-microsofts-ballot-screen-and-the-eu/">blasted Opera</a> for pushing its childish whims into the lap of the EU and now Mozilla &#8211; Firefox&#8217; creator of which I didn&#8217;t expect this &#8211; also chimes in and is urging for even more strictness and regulation of Microsoft&#8217;s browser ballot screen. If you haven&#8217;t read my prior rant, I&#8217;ll reiterate: it&#8217;s preposterous that Microsoft is even buckling under the EU&#8217;s weight, let alone it even have to bolt the specifications of the ballot screen down even more (!). Mozilla spokesperson Anderson brings up issues like  &#8220;Microsoft is causing inadvertent changing of the default browser in Windows and that&#8217;s not right&#8221; (which isn&#8217;t true, BTW) and other nonsense. Don&#8217;t be such a crybaby, Mozilla. <a title="Source at ArsTechnica" href="http://arstechnica.com/open-source/news/2009/08/mozilla-responds-to-microsofts-eu-browser-ballot-proposal.ars">Source at ArsTechnica.</a></p>
<h3><a name="chromexmarks"></a>Xmarks extension alpha for Chrome arrives</h3>
<p><a href="http://i.i.com.com/cnwk.1d/i/bto/20090819/xmarks_logo.png" rel="lightbox[942]"><img class="alignright" style="margin:12px;" title="XMarks" src="http://i.i.com.com/cnwk.1d/i/bto/20090819/xmarks_logo.png" alt="" width="61" height="72" /></a>In response to Google&#8217;s own bookmark syncing feature for Google Chrome, Xmarks &#8211; the maker of password and bookmark syncing add-ons for Internet Explorer, Firefox and Safari &#8211; put out its alpha version of their add-on for Google Chrome. <a title="Source at CNET" href="http://news.cnet.com/8301-1001_3-10313848-92.html?part=rss&amp;subj=news&amp;tag=2547-1_3-0-5">Source at CNET.</a></p>
<h3><a name="archosstore"></a>Archos launches own Android app store</h3>
<p>Archos has launched its own Android application store, in response to Apple and RIM. The apps in this store, however, won&#8217;t only work with Android-enabled Archos devices, but will be available to any compatible device. <a title="Souirce at TechRadar" href="http://www.techradar.com/news/phone-and-communications/mobile-phones/archos-soft-launches-own-android-app-store-627644?src=rss&amp;attr=all">Source at TechRadar.</a></p>
<h3><a name="blocktpb"></a>Irish ISP to block The Pirate Bay</h3>
<p>Eircom, an Irish ISP, agreed to cut off customers that illegally downloaded music or movies &#8211; after an out-of-court settlement with the entertainment industry. Now, Eircom will also be preventing its customers from viewing The Pirate Bay. <a title="Source at IrishTimes" href="http://www.irishtimes.com/newspaper/frontpage/2009/0820/1224252952116.html?via=mr">Source at IrishTimes.</a></p>
<h3><a name="tpbcopy"></a>IT IS HERE: A Fully Functional Copy of The Pirate Bay</h3>
<p><a href="http://ec.mashable.com/wp-content/uploads/2007/11/pirate-bay-logo.png" rel="lightbox[942]"><img class="alignright" style="margin: 12px;" title="The Pirate Bay" src="http://ec.mashable.com/wp-content/uploads/2007/11/pirate-bay-logo.png" alt="" width="140" height="137" /></a>Speaking of TPB: after a torrent was put out containing the whole Pirate Bay repository, people were wondering what to do with it. Today, <em>btarena.net</em> has brought a nearly exact replica of the whole Pirate Bay site online, including downloads, tracking and searching. The site is also capable of hosting new torrents, although its creator insists that this must remain to be a mere backup, for now. <a title="Source at Mashable" href="http://mashable.com/2009/08/20/copy-pirate-bay/">Source at Mashable.</a></p>
<h3><a name="azure"></a>Microsoft offers cloud database previews</h3>
<p>SQL Server 2008 R2 and &#8211; more importantly &#8211; SQL Azure came out for developers to preview and use with their web applications. SQL Azure is Microsoft&#8217;s hosted relational database which developers can rent for a monthly fee. Prices vary between $9.99 US for 1GB to $99.99 US for 10 GB. With SQL Azure, Microsoft provides pay-as-you-go storage and promises graceful scaling &#8211; if necessary. <a title="Source at ReadWriteWeb" href="http://www.readwriteweb.com/enterprise/2009/08/microsoft-offers-two-previews.php">Source at ReadWriteWeb.</a></p>
<h3><a name="7grace"></a>Like Vista, Windows 7 will grant 120 grace period</h3>
<p>Windows 7&#8242;s predecessor, Vista,  allowed a user to prolong his 30-day trial to 120 days by using the &#8216;rearm&#8217; run command at the end each trial period. This was possible up to three times, after which you were supposed to purchase a license key to continue using Windows. As it turns out, Windows 7 &#8211; now in final form &#8211; will also support this behavior. Moreover, it has been confirmed by Microsoft as <em>not violating the license agreement</em>.</p>
<p>So basically, one can do the 120-day thing, re-install Windows and go at it again &#8211; endlessly, without ever needing to pay for Windows 7&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://aceontech.com/2009/08/21/news-roundup/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Windows 7: How Libraries Work</title>
		<link>http://aceontech.com/2009/02/03/windows-7-how-libraries-work/</link>
		<comments>http://aceontech.com/2009/02/03/windows-7-how-libraries-work/#comments</comments>
		<pubDate>Tue, 03 Feb 2009 21:09:51 +0000</pubDate>
		<dc:creator>Ace</dc:creator>
				<category><![CDATA[Tech Articles]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://www.ace-on-tech.com/?p=697</guid>
		<description><![CDATA[Game Changer? How much does this feature contribute to being a significant improvement over: Windows XP [rating:4] Windows Vista [rating:3.25] What are Libraries? ‘Libraries’ is a new feature in the sense that it’s heavily exposed for the first time in &#8230; <a href="http://aceontech.com/2009/02/03/windows-7-how-libraries-work/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<h3>Game Changer?</h3>
<p>How much does this feature contribute to <em>being a significant improvement </em>over:</p>
<ul>
<li>Windows XP [rating:4] </li>
<li>Windows Vista [rating:3.25] </li>
</ul>
<h3>What are Libraries?</h3>
<p>‘Libraries’ is a new feature in the sense that it’s heavily exposed for the first time in Windows 7. A library is a virtual location within Windows that aggregates files and folders from different physical locations from all over your hard drive (and other media, potentially even online resources). Using this feature, you could combine related data to one logical spot without having to cut and paste them into a real directory. Using this slightly advanced, but very useful technology you could for instance:</p>
<ul>
<li>Put all your work-documents in one place, even if they’re scattered across multiple locations </li>
<li>Gather photos related to a single event, no matter where they’re saved. </li>
<li>Etc. </li>
</ul>
<p>Changes made to included files and folders are instantaneously propagated to their libraries, showing up-to-date information across the board.</p>
<p> <span id="more-697"></span><br />
<h3>Vista Roots</h3>
<p>Libraries actually harness technology that has been in development at Microsoft since the announcement of Windows Longhorn (codename for Vista). While ‘Search Folders’ &#8212; as they were called in Windows Vista – were taken from the foreground due its added complexity, they’re back for keeps in Windows 7.</p>
<p>With this technology, Microsoft is further abstracting the notion of absolute physical locations and is moving to a virtual system like we have known them for years from UNIX-based operating systems (e.g. Mac OS X and Linux). </p>
<p>Just open up your documents ‘folder’ under Windows 7 and you’ll be confronted with Libraries right away.</p>
<p><a href="http://aceontech.com/wp-content/uploads/2009/02/currentdesign.jpg" rel="lightbox[697]"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="Current Design Library" border="0" alt="Current Design Library" src="http://aceontech.com/wp-content/uploads/2009/02/currentdesign-thumb.jpg" width="420" height="320" /></a>     <br />(click to enlarge)</p>
<p>While this is not the main subject of this article, you may have noticed in the screenshot that Explorer-windows have undergone serious changes [once more]. The tree-based, hierarchical explorer side-pane has been replaced for a more Mac-like sidebar. It includes several items by default:</p>
<ul>
<li>Favorites      <br /><em>Favorite explorer locations (folders and libraries). Customizable.</em> </li>
<li>Libraries      <br /><em>Populated with de facto libraries like Documents, Music, Videos, etc.</em> </li>
<li>Computer      <br /><em>Hierarchical view of physical locations on your computer.</em> </li>
<li>Network      <br /><em>Tree-based navigation to discovered network and HomeGroup locations.</em> </li>
</ul>
<h3></h3>
<h3>Look Ma! Aggregated Locations!</h3>
<p>By default, the actual content pane of a library separates distinct physical locations by use of the new ‘Content’-view setting.</p>
<p>How do you get a library to pull its data from your specified locations? This is Microsoft technology, so there is more than one way to achieve the same result. In case of Libraries, there are two ways to fetch data:</p>
<ul>
<li>After selecting a folder on your hard disk, an option will appear on the Explorer contextual task-bar (light-blue, atop every window). This option is a drop-down menu listing any existing libraries and a command to create a new library and add the respective location on-the-fly. </li>
<li>In the top-right corner of every library, click the ‘Include’-link. This will bring up a dialog box in which you can manually seek out a directory for inclusion. </li>
</ul>
<h3>Is it too difficult?</h3>
<p>While this feature can seem rather abstract to a novice user, it’s seamless enough that an unknowing Windows-user won’t notice it and therefore won’t be bothered with its complexity.</p>
<p>Those who are technical enough to understand its importance will appreciate its entrance into the standard set of Windows features.</p>
<h3>Conclusion</h3>
<p>‘Libraries’ are a nice addition to Windows and will make a power users’ life more productive if used in the right way. It got lost in Vista having been renamed and toned down time after time, but this time around it’s back in quasi-full glory. Aside from its powerful organizational features, it is also an effort to work away drive letters (C:, D:, etc.) and move to a more relational file system.</p>
<p><a href="http://www.addtoany.com/add_to/twitter?linkurl=http%3A%2F%2Faceontech.com%2F2009%2F02%2F03%2Fwindows-7-how-libraries-work%2F&amp;linkname=Windows%207%3A%20How%20Libraries%20Work" title="Twitter" rel="nofollow" target="_blank"><img src="http://aceontech.com/wp-content/plugins/add-to-any/icons/twitter.png" width="16" height="16" alt="Twitter"/></a> <a href="http://www.addtoany.com/add_to/slashdot?linkurl=http%3A%2F%2Faceontech.com%2F2009%2F02%2F03%2Fwindows-7-how-libraries-work%2F&amp;linkname=Windows%207%3A%20How%20Libraries%20Work" title="Slashdot" rel="nofollow" target="_blank"><img src="http://aceontech.com/wp-content/plugins/add-to-any/icons/slashdot.png" width="16" height="16" alt="Slashdot"/></a> <a href="http://www.addtoany.com/add_to/instapaper?linkurl=http%3A%2F%2Faceontech.com%2F2009%2F02%2F03%2Fwindows-7-how-libraries-work%2F&amp;linkname=Windows%207%3A%20How%20Libraries%20Work" title="Instapaper" rel="nofollow" target="_blank"><img src="http://aceontech.com/wp-content/plugins/add-to-any/icons/instapaper.png" width="16" height="16" alt="Instapaper"/></a> <a href="http://www.addtoany.com/add_to/digg?linkurl=http%3A%2F%2Faceontech.com%2F2009%2F02%2F03%2Fwindows-7-how-libraries-work%2F&amp;linkname=Windows%207%3A%20How%20Libraries%20Work" title="Digg" rel="nofollow" target="_blank"><img src="http://aceontech.com/wp-content/plugins/add-to-any/icons/digg.png" width="16" height="16" alt="Digg"/></a> <a href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Faceontech.com%2F2009%2F02%2F03%2Fwindows-7-how-libraries-work%2F&amp;linkname=Windows%207%3A%20How%20Libraries%20Work" title="Facebook" rel="nofollow" target="_blank"><img src="http://aceontech.com/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a> <a href="http://www.addtoany.com/add_to/mixx?linkurl=http%3A%2F%2Faceontech.com%2F2009%2F02%2F03%2Fwindows-7-how-libraries-work%2F&amp;linkname=Windows%207%3A%20How%20Libraries%20Work" title="Mixx" rel="nofollow" target="_blank"><img src="http://aceontech.com/wp-content/plugins/add-to-any/icons/mixx.png" width="16" height="16" alt="Mixx"/></a> <a href="http://www.addtoany.com/add_to/delicious?linkurl=http%3A%2F%2Faceontech.com%2F2009%2F02%2F03%2Fwindows-7-how-libraries-work%2F&amp;linkname=Windows%207%3A%20How%20Libraries%20Work" title="Delicious" rel="nofollow" target="_blank"><img src="http://aceontech.com/wp-content/plugins/add-to-any/icons/delicious.png" width="16" height="16" alt="Delicious"/></a> <a href="http://www.addtoany.com/add_to/reddit?linkurl=http%3A%2F%2Faceontech.com%2F2009%2F02%2F03%2Fwindows-7-how-libraries-work%2F&amp;linkname=Windows%207%3A%20How%20Libraries%20Work" title="Reddit" rel="nofollow" target="_blank"><img src="http://aceontech.com/wp-content/plugins/add-to-any/icons/reddit.png" width="16" height="16" alt="Reddit"/></a> <a href="http://www.addtoany.com/add_to/friendfeed?linkurl=http%3A%2F%2Faceontech.com%2F2009%2F02%2F03%2Fwindows-7-how-libraries-work%2F&amp;linkname=Windows%207%3A%20How%20Libraries%20Work" title="FriendFeed" rel="nofollow" target="_blank"><img src="http://aceontech.com/wp-content/plugins/add-to-any/icons/friendfeed.png" width="16" height="16" alt="FriendFeed"/></a> <a href="http://www.addtoany.com/add_to/google_buzz?linkurl=http%3A%2F%2Faceontech.com%2F2009%2F02%2F03%2Fwindows-7-how-libraries-work%2F&amp;linkname=Windows%207%3A%20How%20Libraries%20Work" title="Google Buzz" rel="nofollow" target="_blank"><img src="http://aceontech.com/wp-content/plugins/add-to-any/icons/google_buzz.png" width="16" height="16" alt="Google Buzz"/></a> <a href="http://www.addtoany.com/add_to/stumbleupon?linkurl=http%3A%2F%2Faceontech.com%2F2009%2F02%2F03%2Fwindows-7-how-libraries-work%2F&amp;linkname=Windows%207%3A%20How%20Libraries%20Work" title="StumbleUpon" rel="nofollow" target="_blank"><img src="http://aceontech.com/wp-content/plugins/add-to-any/icons/stumbleupon.png" width="16" height="16" alt="StumbleUpon"/></a> <a href="http://www.addtoany.com/add_to/evernote?linkurl=http%3A%2F%2Faceontech.com%2F2009%2F02%2F03%2Fwindows-7-how-libraries-work%2F&amp;linkname=Windows%207%3A%20How%20Libraries%20Work" title="Evernote" rel="nofollow" target="_blank"><img src="http://aceontech.com/wp-content/plugins/add-to-any/icons/evernote.png" width="16" height="16" alt="Evernote"/></a> <a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://aceontech.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://aceontech.com/2009/02/03/windows-7-how-libraries-work/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Windows 7 Incompatibility List</title>
		<link>http://aceontech.com/2009/02/01/windows-7-incompatibility-list/</link>
		<comments>http://aceontech.com/2009/02/01/windows-7-incompatibility-list/#comments</comments>
		<pubDate>Sun, 01 Feb 2009 16:04:49 +0000</pubDate>
		<dc:creator>Ace</dc:creator>
				<category><![CDATA[Tech Articles]]></category>
		<category><![CDATA[incompatibilities]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://www.ace-on-tech.com/2009/02/01/windows-7-incompatibility-list/</guid>
		<description><![CDATA[[Latest Update: February 3rd, 2009] I finally made the leap and installed Windows 7 Beta on my current production machine. While the experience has been generally flawless (on MS’ side), I’ve already encountered some incompatibilities. These are most probably caused &#8230; <a href="http://aceontech.com/2009/02/01/windows-7-incompatibility-list/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><em>[Latest Update: February 3rd, 2009] </em></p>
<p>I finally made the leap and installed Windows 7 Beta on my current production machine. While the experience has been generally flawless (on MS’ side), I’ve already encountered some incompatibilities. These are most probably caused by the applications’ vendors, <em>not Microsoft</em>, but they inconvenience nonetheless.</p>
<p>Beware of the following applications’ difficulties prior to installing Windows 7 Beta for production use.</p>
<p><em>This list will be updated regularly to reflect my findings as I use Windows 7 Beta from day to day. I’ll also try to resolve any issues I come across, if at all possible.</em></p>
<p><strong>Incompatible on vendor-side:</strong></p>
<ul>
<li>Daemon Tools Lite<br />
<em>Can’t get past STPD-installation, alternative like SlySoft Virtual CloneDrive work</em></li>
</ul>
<p><strong>Random crashes (annoying, but livable)</strong></p>
<ul>
<li>Latest Java Runtime<br />
<em>Instability. Java can be brought back to life easily, though.</em></li>
<li>Windows Live Essentials: Writer<br />
<em>Writing works fine, but Writer locks up after requesting existing posts from the server (tested with hosted WordPress</em> blog). <em>Doesn&#8217;t happen every time.</em></li>
</ul>
<p><strong>Applications crying wolf:</strong></p>
<ul>
<li>Adobe Dreamweaver CS4<br />
<em>Probably does version checking but installs just fine</em></li>
<li>Adobe Photoshop CS4<br />
<em>Ditto Dreamweaver</em></li>
</ul>
<p><span id="more-671"></span><strong>Tested and cleared:</strong></p>
<ul>
<li>AVG Free</li>
<li>Windows Live Essentials: Messenger</li>
<li>Mozilla Firefox</li>
<li>Live Mesh</li>
<li>µTorrent</li>
<li>XAMPP</li>
</ul>
<p><a href="http://www.addtoany.com/add_to/twitter?linkurl=http%3A%2F%2Faceontech.com%2F2009%2F02%2F01%2Fwindows-7-incompatibility-list%2F&amp;linkname=Windows%207%20Incompatibility%20List" title="Twitter" rel="nofollow" target="_blank"><img src="http://aceontech.com/wp-content/plugins/add-to-any/icons/twitter.png" width="16" height="16" alt="Twitter"/></a> <a href="http://www.addtoany.com/add_to/slashdot?linkurl=http%3A%2F%2Faceontech.com%2F2009%2F02%2F01%2Fwindows-7-incompatibility-list%2F&amp;linkname=Windows%207%20Incompatibility%20List" title="Slashdot" rel="nofollow" target="_blank"><img src="http://aceontech.com/wp-content/plugins/add-to-any/icons/slashdot.png" width="16" height="16" alt="Slashdot"/></a> <a href="http://www.addtoany.com/add_to/instapaper?linkurl=http%3A%2F%2Faceontech.com%2F2009%2F02%2F01%2Fwindows-7-incompatibility-list%2F&amp;linkname=Windows%207%20Incompatibility%20List" title="Instapaper" rel="nofollow" target="_blank"><img src="http://aceontech.com/wp-content/plugins/add-to-any/icons/instapaper.png" width="16" height="16" alt="Instapaper"/></a> <a href="http://www.addtoany.com/add_to/digg?linkurl=http%3A%2F%2Faceontech.com%2F2009%2F02%2F01%2Fwindows-7-incompatibility-list%2F&amp;linkname=Windows%207%20Incompatibility%20List" title="Digg" rel="nofollow" target="_blank"><img src="http://aceontech.com/wp-content/plugins/add-to-any/icons/digg.png" width="16" height="16" alt="Digg"/></a> <a href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Faceontech.com%2F2009%2F02%2F01%2Fwindows-7-incompatibility-list%2F&amp;linkname=Windows%207%20Incompatibility%20List" title="Facebook" rel="nofollow" target="_blank"><img src="http://aceontech.com/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a> <a href="http://www.addtoany.com/add_to/mixx?linkurl=http%3A%2F%2Faceontech.com%2F2009%2F02%2F01%2Fwindows-7-incompatibility-list%2F&amp;linkname=Windows%207%20Incompatibility%20List" title="Mixx" rel="nofollow" target="_blank"><img src="http://aceontech.com/wp-content/plugins/add-to-any/icons/mixx.png" width="16" height="16" alt="Mixx"/></a> <a href="http://www.addtoany.com/add_to/delicious?linkurl=http%3A%2F%2Faceontech.com%2F2009%2F02%2F01%2Fwindows-7-incompatibility-list%2F&amp;linkname=Windows%207%20Incompatibility%20List" title="Delicious" rel="nofollow" target="_blank"><img src="http://aceontech.com/wp-content/plugins/add-to-any/icons/delicious.png" width="16" height="16" alt="Delicious"/></a> <a href="http://www.addtoany.com/add_to/reddit?linkurl=http%3A%2F%2Faceontech.com%2F2009%2F02%2F01%2Fwindows-7-incompatibility-list%2F&amp;linkname=Windows%207%20Incompatibility%20List" title="Reddit" rel="nofollow" target="_blank"><img src="http://aceontech.com/wp-content/plugins/add-to-any/icons/reddit.png" width="16" height="16" alt="Reddit"/></a> <a href="http://www.addtoany.com/add_to/friendfeed?linkurl=http%3A%2F%2Faceontech.com%2F2009%2F02%2F01%2Fwindows-7-incompatibility-list%2F&amp;linkname=Windows%207%20Incompatibility%20List" title="FriendFeed" rel="nofollow" target="_blank"><img src="http://aceontech.com/wp-content/plugins/add-to-any/icons/friendfeed.png" width="16" height="16" alt="FriendFeed"/></a> <a href="http://www.addtoany.com/add_to/google_buzz?linkurl=http%3A%2F%2Faceontech.com%2F2009%2F02%2F01%2Fwindows-7-incompatibility-list%2F&amp;linkname=Windows%207%20Incompatibility%20List" title="Google Buzz" rel="nofollow" target="_blank"><img src="http://aceontech.com/wp-content/plugins/add-to-any/icons/google_buzz.png" width="16" height="16" alt="Google Buzz"/></a> <a href="http://www.addtoany.com/add_to/stumbleupon?linkurl=http%3A%2F%2Faceontech.com%2F2009%2F02%2F01%2Fwindows-7-incompatibility-list%2F&amp;linkname=Windows%207%20Incompatibility%20List" title="StumbleUpon" rel="nofollow" target="_blank"><img src="http://aceontech.com/wp-content/plugins/add-to-any/icons/stumbleupon.png" width="16" height="16" alt="StumbleUpon"/></a> <a href="http://www.addtoany.com/add_to/evernote?linkurl=http%3A%2F%2Faceontech.com%2F2009%2F02%2F01%2Fwindows-7-incompatibility-list%2F&amp;linkname=Windows%207%20Incompatibility%20List" title="Evernote" rel="nofollow" target="_blank"><img src="http://aceontech.com/wp-content/plugins/add-to-any/icons/evernote.png" width="16" height="16" alt="Evernote"/></a> <a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://aceontech.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://aceontech.com/2009/02/01/windows-7-incompatibility-list/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Windows 7 In-Depth: Naming the Beast</title>
		<link>http://aceontech.com/2008/11/26/windows-7-in-depth-naming-the-beast/</link>
		<comments>http://aceontech.com/2008/11/26/windows-7-in-depth-naming-the-beast/#comments</comments>
		<pubDate>Wed, 26 Nov 2008 21:16:31 +0000</pubDate>
		<dc:creator>Ace</dc:creator>
				<category><![CDATA[Tech Articles]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://www.ace-on-tech.com/2008/11/26/windows-7-in-depth-naming-the-beast/</guid>
		<description><![CDATA[In my latest piece I discuss Microsoft's naming decisions, build numbers and the road ahead for Windows 7. <a href="http://aceontech.com/2008/11/26/windows-7-in-depth-naming-the-beast/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I should have started my Windows 7 coverage with this article instead of divulging more exciting User Interface stuff. Before we get overwhelmed with even more Microsoft news, I think it’s important to get the essentials straight before we go drifting off daydreaming about geeky OS fluff.</p>
<p>Talk of the day:</p>
<ul>
<li>Microsoft’s decisions</li>
<li>Build numbering schemes</li>
<li>Windows 7 release schedule</li>
</ul>
<p><span id="more-631"></span></p>
<h3>Who needs one name if you can have four?</h3>
<p>Microsoft has been flicking names around like crazy in the past few years before they settled on Windows 7. Prior to Microsoft delivering Windows Vista (previously codenamed ‘Longhorn’), Windows 7 was initially baptized ‘Blackcomb’, ‘Windows Vienna’ and ‘Windows Seven’. Obviously, Microsoft’s vision on what this release was supposed to become has changed quite significantly as time passed. Windows 7 was once destined to evolve into one of the more (most?) important iterations of the Windows platform. This task was ungraciously passed down to its closest sibling, Vista, as it laid all the foundational and architectural work that was necessary for future versions. Evidentially, Windows 7’s feature scope is focused on fit-and-finish and fine-tuning of system performance. Additionally, it will also introduce a significant number of new and valuable features. This will be the topic of discussion of a future article. For now, we’ll get back to the names…</p>
<p>A recurring source of inspiration for Microsoft has to be Canadian ski-resorts, since Blackcomb, or “Whistler-Blackcomb” as it’s formally referred to, is actually such a resort. If my (Google-assisted) memory serves me well, ‘Whistler’ was also the codename for Windows XP during development. Windows Vista’s codename (‘Longhorn’) was a nod to the Longhorn Bar located at ‘Whistler Blackcomb’. These repeated references must mean Bill Gates was a regular visitor of the resort. Who knows, he could even have gotten drunk a time or two at the Longhorn Bar. Perhaps not.</p>
<h3>Windows 7 is Windows 27 in disguise</h3>
<p>There has been a lot of (relatively) unfounded commotion about Microsoft’s naming scheme for the next version of its flagship OS (and no longer ‘only’ operating system: Windows Azure is number two). The ‘7’ implies that the OS or kernel has reached version seven, which is outright baloney, of course. As numerous techies have stated, the actual version number exceeds far beyond whatever conservative statements Microsoft’s PR-department disclosed. According to my own modest and very insignificant calculations, and without taking mobile versions into account, Microsoft has come out with up to 26 distinct versions of Windows since its debut to the market back in 1985.</p>
<p>With all those fact(oids) in mind, I’m of the opinion that ‘Windows 7’ may well be the best name Microsoft has come up with in years. Compared to previous ‘inspirational’ names (Me, XP, Vista), ‘Windows 7’ could do away with the [unjust] flaky perception of Windows Vista by virtue of the mere contrast. Its dissimilarity in nomenclature could be enough to make the bad taste that Vista left behind fade away.</p>
<h3>Building up numbers</h3>
<p>Historically, the numbering-scheme Microsoft applied to the internal builds of its OS reflected the actual version number. That was, until MS decided to artificially bump the build number to accommodate its PR-needs. The most memorable example of this was near the end of Vista’s development cycle; where they bumped up the build number to 6000 upon RTM (‘Release To Manufacturing’). Currently, Windows 7 has landed at build 6948, as demonstrated on the ‘Engineering Windows 7’ blog, and will most likely be brought up to 7000 (or something) when it ships.</p>
<p>Is this justified? One could get into the specifics of this endlessly, but at the end of the day, it doesn’t really matter, since build numbers are an internal way of keeping track of things. They have absolutely no relevance to consumers, whatsoever.</p>
<p>(It’s also significant to BitTorrent users wanting to snatch the latest build from the interwebs.)</p>
<h3>Development Progress</h3>
<p>Microsoft, for the first time in history, is planning to only put out one beta and one release candidate, demonstrating that the componentization groundwork they’ve put in with Vista allows for easy deployment and timely releases.</p>
<p>For now, this is what the rudimentary schedule looks like:</p>
<ul>
<li>M1 (build 6519)</li>
<li>M2 (build 6589)</li>
<li>M3 (build 6780)</li>
<li>Build 6801 (PDC 2008)</li>
<li>Pre-Beta 1 (builds 6933, 6936 and 6948)</li>
<li>Beta 1<br />
To be expected in early 2009.</li>
<li>Release Candidate</li>
<li>Final Build<br />
Approximately mid-2009 for RTM, which would make it in time for the 2009 shopping season.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://aceontech.com/2008/11/26/windows-7-in-depth-naming-the-beast/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Windows 7 Installation Screenshots (build 6801)</title>
		<link>http://aceontech.com/2008/11/09/windows-7-installation-screenshots-build-6801/</link>
		<comments>http://aceontech.com/2008/11/09/windows-7-installation-screenshots-build-6801/#comments</comments>
		<pubDate>Sun, 09 Nov 2008 21:16:38 +0000</pubDate>
		<dc:creator>Ace</dc:creator>
				<category><![CDATA[Tech Articles]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[screenshots]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://www.ace-on-tech.com/2008/11/09/windows-7-installation-screenshots-build-6801/</guid>
		<description><![CDATA[Just installed Windows 7 in a virtual machine. Screenshots of the installation here. <a href="http://aceontech.com/2008/11/09/windows-7-installation-screenshots-build-6801/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I just got my hands on the Windows 7 build (6801) that was handed to PDC attendees a while back. It’s the M3 release I wrote about in my latest article on the <a title="New Taskbar -- Windows 7 Build 6801" href="http://www.ace-on-tech.com/2008/11/03/windows-7-the-new-taskbar/">Windows 7 UI</a>. I’m currently installing it in a virtual machine and will be installing it on a laptop in a few days to a hands-on view and get a feel for what it’s like. </p>
<p>I’ll report back soon.</p>
<p>(click thumbnails for full-view)</p>
<p><a href="http://aceontech.com/wp-content/uploads/2008/11/6801install1.jpg" rel="lightbox[629]"><img title="6801-install-1" style="display: inline" height="223" alt="6801-install-1" src="http://aceontech.com/wp-content/uploads/2008/11/6801install1-thumb.jpg" width="300" /></a></p>
<p> <span id="more-629"></span>
<p><a href="http://aceontech.com/wp-content/uploads/2008/11/6801install2.jpg" rel="lightbox[629]"><img title="6801-install-2" style="display: inline" height="226" alt="6801-install-2" src="http://aceontech.com/wp-content/uploads/2008/11/6801install2-thumb.jpg" width="300" /></a> <a href="http://aceontech.com/wp-content/uploads/2008/11/6801install3.jpg" rel="lightbox[629]"><img title="6801-install-3" style="display: inline" height="226" alt="6801-install-3" src="http://aceontech.com/wp-content/uploads/2008/11/6801install3-thumb.jpg" width="300" /></a> <a href="http://aceontech.com/wp-content/uploads/2008/11/6801install4.jpg" rel="lightbox[629]"><img title="6801-install-4" style="display: inline" height="224" alt="6801-install-4" src="http://aceontech.com/wp-content/uploads/2008/11/6801install4-thumb.jpg" width="300" /></a> <a href="http://aceontech.com/wp-content/uploads/2008/11/6801install5.jpg" rel="lightbox[629]"><img title="6801-install-5" style="display: inline" height="226" alt="6801-install-5" src="http://aceontech.com/wp-content/uploads/2008/11/6801install5-thumb.jpg" width="300" /></a> <a href="http://aceontech.com/wp-content/uploads/2008/11/6801install6.jpg" rel="lightbox[629]"><img title="6801-install-6" style="display: inline" height="225" alt="6801-install-6" src="http://aceontech.com/wp-content/uploads/2008/11/6801install6-thumb.jpg" width="300" /></a><a href="http://aceontech.com/wp-content/uploads/2008/11/6801install7.jpg" rel="lightbox[629]"><img title="6801-install-7" style="display: inline" height="225" alt="6801-install-7" src="http://aceontech.com/wp-content/uploads/2008/11/6801install7-thumb.jpg" width="300" /></a> <a href="http://aceontech.com/wp-content/uploads/2008/11/6801install8.jpg" rel="lightbox[629]"><img title="6801-install-8" style="display: inline" height="225" alt="6801-install-8" src="http://aceontech.com/wp-content/uploads/2008/11/6801install8-thumb.jpg" width="300" /></a> <a href="http://aceontech.com/wp-content/uploads/2008/11/6801install9.jpg" rel="lightbox[629]"><img title="6801-install-9" style="display: inline" height="76" alt="6801-install-9" src="http://aceontech.com/wp-content/uploads/2008/11/6801install9-thumb.jpg" width="300" /></a><a href="http://aceontech.com/wp-content/uploads/2008/11/6801install10.jpg" rel="lightbox[629]"><img title="6801-install-10" style="display: inline" height="218" alt="6801-install-10" src="http://aceontech.com/wp-content/uploads/2008/11/6801install10-thumb.jpg" width="300" /></a> <a href="http://aceontech.com/wp-content/uploads/2008/11/6801install11.jpg" rel="lightbox[629]"><img title="6801-install-11" style="display: inline" height="218" alt="6801-install-11" src="http://aceontech.com/wp-content/uploads/2008/11/6801install11-thumb.jpg" width="300" /></a> <a href="http://aceontech.com/wp-content/uploads/2008/11/6801install12.jpg" rel="lightbox[629]"><img title="6801-install-12" style="display: inline" height="218" alt="6801-install-12" src="http://aceontech.com/wp-content/uploads/2008/11/6801install12-thumb.jpg" width="300" /></a> <a href="http://aceontech.com/wp-content/uploads/2008/11/6801install13.jpg" rel="lightbox[629]"><img title="6801-install-13" style="display: inline" height="216" alt="6801-install-13" src="http://aceontech.com/wp-content/uploads/2008/11/6801install13-thumb.jpg" width="300" /></a> <a href="http://aceontech.com/wp-content/uploads/2008/11/6801install14.jpg" rel="lightbox[629]"><img title="6801-install-14" style="display: inline" height="218" alt="6801-install-14" src="http://aceontech.com/wp-content/uploads/2008/11/6801install14-thumb.jpg" width="300" /></a> <a href="http://aceontech.com/wp-content/uploads/2008/11/6801install15.jpg" rel="lightbox[629]"><img title="6801-install-15" style="display: inline" height="249" alt="6801-install-15" src="http://aceontech.com/wp-content/uploads/2008/11/6801install15-thumb.jpg" width="300" /></a> <a href="http://aceontech.com/wp-content/uploads/2008/11/6801install16.jpg" rel="lightbox[629]"><img title="6801-install-16" style="display: inline" height="225" alt="6801-install-16" src="http://aceontech.com/wp-content/uploads/2008/11/6801install16-thumb.jpg" width="300" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://aceontech.com/2008/11/09/windows-7-installation-screenshots-build-6801/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Windows 7: The New Taskbar</title>
		<link>http://aceontech.com/2008/11/03/windows-7-the-new-taskbar/</link>
		<comments>http://aceontech.com/2008/11/03/windows-7-the-new-taskbar/#comments</comments>
		<pubDate>Mon, 03 Nov 2008 19:02:14 +0000</pubDate>
		<dc:creator>Ace</dc:creator>
				<category><![CDATA[Tech Articles]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[news]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://www.ace-on-tech.com/2008/11/03/windows-7-the-new-taskbar/</guid>
		<description><![CDATA[Windows 7's new taskbar is very reminiscent of Mac OS X’ dock, which mixes app launchers and running applications in a [somewhat] arbitrary fashion... <a href="http://aceontech.com/2008/11/03/windows-7-the-new-taskbar/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>With Vista behind us, enthusiasts can now start looking into future developments of their favorite operating system. Microsoft’s ‘Professional Developers Conference’ (PDC) of late has shed a satisfactory degree of light on the impending <em>seventh iteration</em>* of the Windows-platform, and revealed numerous incremental improvements over an already very mature OS. As many speculated, the improvements made to Windows have proven to be mainly evolutionary and fit-and-finish-based. This fact predominantly shines through in the ‘User Experience’ of the latest development milestone (M3). Let’s focus on the current state of the Windows Taskbar for now.</p>
<p><em>* According to Microsoft; there has been a lot of controversy on the web about this.</em></p>
<h3>Hello OS X Dock</h3>
<p>Windows 7 will only partially retain its current task-management paradigm, as Microsoft’s currently prototyping a ‘new’ way of navigating your way through windows. This revolutionary –old- method, as it turns out, is very reminiscent of Mac OS X’ dock, which mixes app launchers and running applications in a [somewhat] arbitrary fashion.</p>
<p><a href="http://aceontech.com/wp-content/uploads/2008/11/win7-preview-2-031.jpg" rel="lightbox[564]"><img title="The New TaskBar" style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="169" alt="The New TaskBar" src="http://aceontech.com/wp-content/uploads/2008/11/win7-preview-2-03-thumb1.jpg" width="445" border="0" /></a></p>
<p> <span id="more-564"></span>
</p>
<h3>Aero Peek</h3>
<p>The revised taskbar consists of a series of launchers, save textual labels, on a slightly bigger pane. Application launchers double as task-switchers as soon as they’re clicked, revealing an attractive [Aero] Glass frame if more than one instance of a program was initiated. Hovering over them will trigger a new feature called ‘Aero Peek’, which allows for live window previews as you highlight the preview, an attempt at streamlining the process of window-switching even further.</p>
<p>The following video allows for a more visual understanding of this feature (fast-forward to 3:45).</p>
<div class="wlWriterSmartContent" id="scid:5737277B-5D6D-4f48-ABFC-DD9C333F4C5D:70b8cf3f-7805-458e-8eb6-47e6e13851a0" style="padding-right: 0px; display: inline; padding-left: 0px; float: none; padding-bottom: 0px; margin: 0px; padding-top: 0px">
<div><object codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0" height="355" width="425" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"><param name="_cx" value="11245"><param name="_cy" value="9393"><param name="FlashVars" value=""><param name="Movie" value="http://www.youtube.com/v/ipg6ltIZRw0&amp;hl=en&amp;fs=1&amp;hl=en"><param name="Src" value="http://www.youtube.com/v/ipg6ltIZRw0&amp;hl=en&amp;fs=1&amp;hl=en"><param name="WMode" value="Window"><param name="Play" value="0"><param name="Loop" value="-1"><param name="Quality" value="High"><param name="SAlign" value="LT"><param name="Menu" value="-1"><param name="Base" value=""><param name="AllowScriptAccess" value=""><param name="Scale" value="NoScale"><param name="DeviceFont" value="0"><param name="EmbedMovie" value="0"><param name="BGColor" value=""><param name="SWRemote" value=""><param name="MovieData" value=""><param name="SeamlessTabbing" value="1"><param name="Profile" value="0"><param name="ProfileAddress" value=""><param name="ProfilePort" value="0"><param name="AllowNetworking" value="all"><param name="AllowFullScreen" value="false"><embed type="application/x-shockwave-flash" width="425" height="355" src="http://www.youtube.com/v/ipg6ltIZRw0&amp;hl=en&amp;fs=1&amp;hl=en"></embed></object></div>
<div style="clear: both; font-size: 0.8em">Windows 7 Aero Peek, PDC2008</div>
</p></div>
<p>As expected, Microsoft is only just starting to utilize Vista’s underlying technologies to their full potential. Evidentially, Aero Glass is getting a more prominent function, aside from just embellishing window frames.</p>
<h3>Jump Lists</h3>
<p><a href="http://aceontech.com/wp-content/uploads/2008/11/win7-preview-2-04.jpg" rel="lightbox[564]"><img title="Jump List" style="display: inline; margin: 0px 10px 10px 0px" height="218" alt="Jump List" src="http://aceontech.com/wp-content/uploads/2008/11/win7-preview-2-04-thumb.jpg" width="165" align="left" border="0" /></a> You may already be familiar with ‘Jump Lists’ if you’re a Vista user. Think of the type of menu that pops up when you click the power icon in the notification area. This type of menu-element is also used for the wireless networking dialog.</p>
<p>Windows 7 will incorporate Jump Lists in a more pervasive manner, allowing individual applications to generate their own when a user clicks on their switcher on the taskbar. These lists can contain informational elements, or they can &#8212; as demoed with the new version of Windows Media Player [12] – allow for on-the-fly application controls (see image on the left).</p>
<h3>Revised Start-menu</h3>
<p>The Start-menu is also still present in Windows 7<a href="http://aceontech.com/wp-content/uploads/2008/11/win7-preview-2-07.jpg" rel="lightbox[564]"><img title="The New Startmenu" style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; margin: 5px 0px 0px 10px; border-right-width: 0px" height="160" alt="The New Startmenu" src="http://aceontech.com/wp-content/uploads/2008/11/win7-preview-2-07-thumb.jpg" width="152" align="right" border="0" /></a> and has been updated to display a dynamic list of frequently/recently visited Explorer locations. Other than that addition, it remains to be a familiar UI-element that’s probably occupied every bit of innovation it had left.</p>
<h3>Closing Thoughts</h3>
<p>While these small updates may seem of trivial importance, they are valuable usability improvements which were inspired by Windows’ competitor OS X. Yes, some may accuse Microsoft of plagiarism, but I don’t agree. What’s wrong with learning from the competition if it benefits the overall quality of your product? Apple has undoubtedly done this as well in the past: the Finder in OS X was originally inspired by Microsoft’s integrated search in Windows Vista (formerly Longhorn).</p>
<p>Windows 7 is looking pretty good so far.</p>
]]></content:encoded>
			<wfw:commentRss>http://aceontech.com/2008/11/03/windows-7-the-new-taskbar/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
