<?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>The NeoSmart Files &#187; Microsoft</title>
	<atom:link href="http://neosmart.net/blog/category/corporate-talk/microsoft/feed/" rel="self" type="application/rss+xml" />
	<link>http://neosmart.net/blog</link>
	<description>Connecting Ideas</description>
	<lastBuildDate>Sun, 29 Jan 2012 23:33:42 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>The New Windows 8 Bootmenu/Bootloader</title>
		<link>http://neosmart.net/blog/2011/the-new-windows-8-bootloader/</link>
		<comments>http://neosmart.net/blog/2011/the-new-windows-8-bootloader/#comments</comments>
		<pubDate>Sat, 03 Dec 2011 22:26:34 +0000</pubDate>
		<dc:creator>Mahmoud Al-Qudsi</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[NeoSmart Technologies]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[BCD]]></category>
		<category><![CDATA[BIOS]]></category>
		<category><![CDATA[Boot Menu]]></category>
		<category><![CDATA[Bootloader]]></category>
		<category><![CDATA[bootmgr]]></category>
		<category><![CDATA[EasyBCD]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows 8]]></category>

		<guid isPermaLink="false">http://neosmart.net/blog/?p=1245</guid>
		<description><![CDATA[This is a post that should probably have been made a little earlier, but we&#8217;ve been rather busy cranking out new EasyBCD versions and working on some exciting new developments. We&#8217;ve had a lot of questions regarding EasyBCD&#8216;s compatibility with &#8230; <a href="http://neosmart.net/blog/2011/the-new-windows-8-bootloader/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><img class="colorbox-1245"  src="http://neosmart.net/blog/wp-content/uploads/Windows-8-DP.png" alt="Windows 8 scribble" align="right" width="150px"/>This is a post that should probably have been made a little earlier, but we&#8217;ve been rather busy cranking out new EasyBCD versions and working on some exciting new developments. We&#8217;ve had a lot of questions regarding <a href="http://neosmart.net/EasyBCD/">EasyBCD</a>&#8216;s compatibility with Windows 8, and what our findings are regarding the new Windows &#8220;touch-enabled&#8221; bootloader screen. In this post, we&#8217;ll cover the new bootloader and what works and doesn&#8217;t with EasyBCD.</p>
<h4>The New Windows 8 Bootloader</h4>
<p>Literally the very first thing you notice when installing and testing Windows 8 Developer Preview is the new boot screen. I personally find it to be very cluttered and unorganized, and generally aesthetically unappealing. However, compared to the decades of text-based boot selection menus that people are accustomed to, reviewers are seeing this as a dramatic improvement.</p>
<p><span id="more-1245"></span></p>
<p>Some of the interesting things we&#8217;ve noticed about the new Windows 8 bootloader:</p>
<ol>
<li>The new look</li>
<li>Completely new process of loading an OS</li>
<li>Integration of repair tools into the bootloader itself</li>
</ol>
<p><strong>New Look</strong></p>
<p><a href="http://neosmart.net/blog/wp-content/uploads/OS-Selection.jpg"><img src="http://neosmart.net/blog/wp-content/uploads/OS-Selection-150x150.jpg" alt="" title="Windows 7 Boot Menu" width="150" height="150" class="alignnone size-thumbnail wp-image-1253 colorbox-1245" /></a></p>
<p>Hopefully the designers at Microsoft can get their hands on the new boot screen before Windows 8 goes RTM. That said, Microsoft has explained the rationale behind the redesign as being purely function over form &#8211; the new boot screen is part of the general overhaul of Windows to use the touch-friendly Metro UI. Microsoft is claiming that the new boot menu is intended to be a more touch-friendly interface &#8211; and you can&#8217;t really disagree with that, as the appallingly-oversized buttons and labels make it very hard to <del datetime="2011-12-03T21:34:42+00:00">miss-click</del> &#8220;miss-press&#8221; with one&#8217;s fingers. However, just how many people will be dual-booting on a PC with a touch-only input device, ummm, remains to be seen.</p>
<p>That out of the way, the new boot menu is more than just a visual overhaul, it&#8217;s virtually a complete rewrite of the BOOTMGR/BCD bootloader that was first revealed during the Windows Longhorn/Vista beta program. Some of the changes are a little subtle, but the Windows 8 DP builds have introduced some very tricky concepts, evolving the bootloader from just a selection menu to something rather more complicated.</p>
<p><strong>New Boot Sequence</strong></p>
<p>For reasons we have not yet been able to discover, though we are confident they will be revealed in time, Microsoft has chosen to completely change the manner in which operating systems are loaded once selected from the boot menu. The usual boot process that just about any bootloader goes through is something like this:</p>
<p><a href="http://neosmart.net/blog/wp-content/uploads/Normal-Boot-Sequence.png"><img class="colorbox-1245"  src="http://neosmart.net/blog/wp-content/uploads/Normal-Boot-Sequence.png" alt="" title="Normal Boot Sequence" width="600" /></a></p>
<p>With Windows 8, this boot process has been changed completely, and now something more along these lines takes place:</p>
<p><a href="http://neosmart.net/blog/wp-content/uploads/New-Boot-Sequence.png"><img class="colorbox-1245"  src="http://neosmart.net/blog/wp-content/uploads/New-Boot-Sequence.png" alt="" title="New Boot Sequence" width="600" /></a></p>
<p>It&#8217;s a subtle change as the boot menu is <em>not</em> shown the second time around, but the PC actually reboots after making the selection. We&#8217;re not clear on why Microsoft is doing this, but if I&#8217;d had to hazard a really wild guess, I&#8217;d say it&#8217;s to clean up the environment that&#8217;s been altered/modified/corrupted by the new boot menu. Basically, it seems that the new boot menu interface has become it&#8217;s own mini-OS, and is possibly running in protected mode (vs the traditional real-mode bootloader), and as such, needs to reboot to bring the system back into a real-mode that the Windows 8 kernel can initialize from and bring the system from real to protected mode itself. In short: the new boot menu is more of an OS and less of a boot menu than ever before.</p>
<p><strong>Repair Tools Integration</strong></p>
<p>If you were still in any doubt as to just how different the new bootloader was, and how much more of a complete and standalone OS it has turned into, you need look no further than the new repair tools integration. Windows Vista introduced <a href="http://neosmart.net/blog/2008/windows-vista-recovery-disc-download/">the recovery center</a>, a WinPE-based environment with some tools for both automated and manual repair, on the setup DVD, Windows 7 (in some SKUs and as of certain revisions) copied the recovery center image to the local hard drive and could, if the bootloader itself has not been wiped out, automatically provide an option of loading the recovery center from disk. With Windows 8, Microsoft has gone a step further, integrating the repair tools into the Windows 8 boot menu itself.</p>
<p><a href="http://neosmart.net/blog/wp-content/uploads/boot-options.jpg"><img src="http://neosmart.net/blog/wp-content/uploads/boot-options-150x150.jpg" alt="" title="boot-options" width="150" height="150" class="alignnone size-thumbnail wp-image-1267 colorbox-1245" /></a> <a href="http://neosmart.net/blog/wp-content/uploads/advanced-options.jpg"><img src="http://neosmart.net/blog/wp-content/uploads/advanced-options-150x150.jpg" alt="" title="advanced options" width="150" height="150" class="alignnone size-thumbnail wp-image-1266 colorbox-1245" /></a> <a href="http://neosmart.net/blog/wp-content/uploads/troubleshoot.jpg"><img src="http://neosmart.net/blog/wp-content/uploads/troubleshoot-150x150.jpg" alt="" title="troubleshoot" width="150" height="150" class="alignnone size-thumbnail wp-image-1268 colorbox-1245" /></a></p>
<p>As you can see from the screenshots above, the bootloader no longer contains an entry/link to the repair center WIM image, the bootloader and the repair center have instead been merged together. Still, the same problem with the Windows 7 implementation remains: if the bootloader itself has been wiped (which is the most common problem), the recovery center cannot be accessed. In fact, we see no benefits for this implementation over the Windows 7 method, and can only see the drawbacks of enormously-increased complexity and longer load times.</p>
<h4>EasyBCD and Windows 8 Developer Preview</h4>
<p>Now for what you&#8217;ve all been asking: how does <a href="http://neosmart.net/EasyBCD/">EasyBCD</a> play with the Windows 8 Developer Preview? The short answer is, EasyBCD supports Windows 8 DP. The long answer is rather more complicated.</p>
<p>It seems that out-of-the-box, the Windows 8 &#8220;pretty&#8221; (and we use that word very loosely) boot screen supports only Vista and up. It will not show Windows XP, Linux, or other OS entries (in preparation for Secure Boot? Perhaps). EasyBCD can be installed on Windows 8 (though it will attempt to download the .NET Framework if you haven&#8217;t manually activated it, because Microsoft has done a 180 and biting the hand of the developers that powers it, has disabled .NET 1.0 &#8211; 3.5 compatibility out-of-the-box in Windows 8), and can be used to add, remove, rename, configure, and generally do whatever you want with entries and the Windows 8 boot menu.</p>
<p>The catch is that as soon as you use EasyBCD, Windows 8 will detect something along the lines of unsupported changes to the bootloader and cease to use the new boot menu / boot screen. It will revert to the Windows 7-style boot menu, including the text-based interface and the original boot sequence. Now, while we personally prefer the older menu, we realize that the majority of Windows 8 DP users are rather anxious to both keep the Windows 8 touch-enabled boot screen and retain usage of EasyBCD&#8217;s wonderful goodiness, having apparently never heard of the saying &#8220;you can&#8217;t have your cake and eat it too.&#8221; ;-)</p>
<p>Now we&#8217;re not sure how/why the Windows 8 boot menu reverts to the Windows 7 menu, because in fact, it is possible to force the Windows 8 boot menu to add unsupported entries if you use only very particular bcdedit commands; but as even something as minor and unimportant as changing the order of boot menu entries in EasyBCD causes Windows to use the old boot menu, it seems we&#8217;re missing something. Rest assured, this will all be taken care of in due time, though at the moment it seems rather folly to waste time trying to implement support for what is clearly the alpha stages of the new boot menu and the appropriate course of action would appear to be waiting for the next Windows 8 beta build (rumored to be sometime around February 2012).</p>
<p>EasyBCD, when used from within Windows XP &#8211; 7, can be used to add a Windows 8 entry to the bootloader in the same manner that you would a Windows Vista/7 entry. So, in short, EasyBCD supports Windows 8, but Windows 8 does not support EasyBCD :)</p>
]]></content:encoded>
			<wfw:commentRss>http://neosmart.net/blog/2011/the-new-windows-8-bootloader/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Gallery Updated, Windows 8 Backgrounds Added</title>
		<link>http://neosmart.net/blog/2011/gallery-updated-windows-8-backgrounds-added/</link>
		<comments>http://neosmart.net/blog/2011/gallery-updated-windows-8-backgrounds-added/#comments</comments>
		<pubDate>Mon, 07 Nov 2011 05:07:08 +0000</pubDate>
		<dc:creator>NeoSmart Technologies</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[NeoSmart Technologies]]></category>
		<category><![CDATA[Backgrounds]]></category>
		<category><![CDATA[gallery]]></category>
		<category><![CDATA[Wallpapers]]></category>

		<guid isPermaLink="false">http://neosmart.net/blog/?p=1220</guid>
		<description><![CDATA[Just a quick and friendly note to all our users: we&#8217;ve been working on the NeoSmart Technologies image gallery and have pushed out a number of updates that should make it both easier on the eyes and easier to navigate. &#8230; <a href="http://neosmart.net/blog/2011/gallery-updated-windows-8-backgrounds-added/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Just a quick and friendly note to all our users: we&#8217;ve been working on the NeoSmart Technologies <a href="http://neosmart.net/gallery/">image gallery</a> and have pushed out a number of updates that should make it both easier on the eyes and easier to navigate.</p>
<p>Some of the changes include nicer icons for <a href="http://neosmart.net/gallery/">all the albums</a> (verses a mosaic of contents), links to full-size images on our extensive collection of <a href="http://neosmart.net/gallery/album/view/wallpapers/">tech-related wallpapers</a>, fixing of overall alignment, and a few other cosmetic issues. If you have any suggestions, recommendations, or feedback, please do share because we&#8217;re (as always) all ears.</p>
<p>For lovers of beautiful backgrounds, we have two &#8220;new&#8221; collections to share: the official <a href="http://neosmart.net/gallery/album/view/wallpapers/Win8/">Windows 8 wallpapers</a> to date, and the <a href="http://neosmart.net/gallery/album/view/wallpapers/osx/Lion+Wallpapers/">OS X Lion wallpapers</a> bundle. We&#8217;ll be updating the <a href="http://neosmart.net/gallery/album/view/wallpapers/Win8/">Windows 8 backgrounds</a> with each released build, so check back often! Some samples after the jump.</p>
<p><span id="more-1220"></span></p>
<p><a href="http://neosmart.net/gallery/photo/view/wallpapers/Win8/Destination:+Far+Away/"><img class="colorbox-1220"  src="http://farm7.static.flickr.com/6096/6320794001_ec9162e024_m.jpg" alt="" /></a> <a href="http://neosmart.net/gallery/photo/view/wallpapers/Win8/Framed+Horizons/"><img class="colorbox-1220"  src="http://farm7.static.flickr.com/6226/6320794511_efbdcd53c6_m.jpg" alt="" /></a></p>
<p><a href="http://neosmart.net/gallery/photo/view/wallpapers/Win8/Green+Hills+and+Blue+Seas/"><img class="colorbox-1220"  src="http://farm7.static.flickr.com/6093/6320796313_6f8fa5d140_m.jpg" alt="" /></a> <a href="http://neosmart.net/gallery/photo/view/wallpapers/Win8/Pink+Contrasts/"><img class="colorbox-1220"  src="http://farm7.static.flickr.com/6219/6320795535_74b917b7aa_m.jpg" alt="" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://neosmart.net/blog/2011/gallery-updated-windows-8-backgrounds-added/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Microsoft plays the blame game fast and loose with Internet Explorer 10 and Windows 8</title>
		<link>http://neosmart.net/blog/2011/microsoft-plays-the-blame-game-fast-and-loose-with-internet-explorer-10-and-windows-8/</link>
		<comments>http://neosmart.net/blog/2011/microsoft-plays-the-blame-game-fast-and-loose-with-internet-explorer-10-and-windows-8/#comments</comments>
		<pubDate>Thu, 15 Sep 2011 19:18:39 +0000</pubDate>
		<dc:creator>Mahmoud Al-Qudsi</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Bad Practices]]></category>
		<category><![CDATA[Internet Explorer 10]]></category>
		<category><![CDATA[Lies]]></category>
		<category><![CDATA[Windows 8]]></category>

		<guid isPermaLink="false">http://neosmart.net/blog/?p=1182</guid>
		<description><![CDATA[Yesterday, Microsoft made available the first public beta of Windows 8. The developer preview can be downloaded on the Microsoft website, and has received plenty of media coverage and has been the subject of much scrutiny and review. However, in &#8230; <a href="http://neosmart.net/blog/2011/microsoft-plays-the-blame-game-fast-and-loose-with-internet-explorer-10-and-windows-8/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Yesterday, Microsoft made available the first public beta of Windows 8. The developer preview can be downloaded on <a href="http://msdn.microsoft.com/en-us/windows/apps/br229516">the Microsoft website</a>, and has received plenty of media coverage and has been the subject of much scrutiny and review. However, in our testing of Windows 8 for compatibility with NeoSmart software and products, we came across a rather, shall we say, <em>interesting</em> approach that Internet Explorer 10 now takes to its crashes. With Windows 8, as with previous versions, when an application hangs or crashes, an error reporting dialog is displayed prompting the user to select an action to take with the crashed program.</p>
<p>What&#8217;s different with Windows 8 and Internet Explorer 10 is that Microsoft chooses to deflect the blame from itself, and pin it instead on the unfortunate owners of the website that the user had last visited. In the following screenshot, Internet Explorer 10 has crashed after being unable to handle some of the web scripting on our website. Except instead of the error dialog you would expect (something to the effect of &#8220;Internet Explorer has stopped responding,&#8221; an error caption which we are all familiar with and of which the web is full), the error dialog instead reads:</p>
<blockquote><p>neosmart.net is not responding.</p></blockquote>
<p><span id="more-1182"></span></p>
<p><a href="http://farm7.static.flickr.com/6153/6150458231_bd8ce39ca4_o.png"><img class="colorbox-1182"  src="http://farm7.static.flickr.com/6153/6150458231_d72f25636b_z.jpg" alt="Internet Explorer 10's lies and deceptions"/></a></p>
<p>Come again? Really? To us, this seems like a rather mean and dishonest approach to dealing with the shortcomings of the web browser. While it is true that at this moment in time, Internet Explorer is more prone to crashes and hangs than it would be in the final (RTM) release of Windows 8, this does not in any way give Microsoft the right to assume that in the future any hangs or crashes in IE are to be blamed on the designers/coders of the website being visited. </p>
<p>In fact, <em>no code</em> even if purposely meant to crash the browser should succeed in doing so, and certainly should not be held to blame. If Microsoft cannot make a crash-proof browser, that does not mean that they should dishonestly deflect and redirect the blame towards and innocent third party.</p>
]]></content:encoded>
			<wfw:commentRss>http://neosmart.net/blog/2011/microsoft-plays-the-blame-game-fast-and-loose-with-internet-explorer-10-and-windows-8/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>Windows Recovery Discs Updated, Reinstated</title>
		<link>http://neosmart.net/blog/2011/windows-recovery-discs-updated-reinstated/</link>
		<comments>http://neosmart.net/blog/2011/windows-recovery-discs-updated-reinstated/#comments</comments>
		<pubDate>Thu, 25 Aug 2011 23:10:41 +0000</pubDate>
		<dc:creator>Mahmoud Al-Qudsi</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[NeoSmart Technologies]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Download]]></category>
		<category><![CDATA[Recovery]]></category>
		<category><![CDATA[Repair CD]]></category>
		<category><![CDATA[SystemDiscs]]></category>

		<guid isPermaLink="false">http://neosmart.net/blog/?p=1166</guid>
		<description><![CDATA[Almost four years ago, NeoSmart Technologies published a Windows Vista repair and recovery CD that could be used to treat common boot issues and recover from catastrophic system failure in case you didn&#8217;t have a Windows setup CD handy. Over &#8230; <a href="http://neosmart.net/blog/2011/windows-recovery-discs-updated-reinstated/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><img class="colorbox-1166"  align="right" src="http://farm7.static.flickr.com/6071/6080663417_0f67981d30_o_d.png" alt="Windows Logo" width="210px"/></p>
<p>Almost four years ago, NeoSmart Technologies published a Windows Vista repair and recovery CD that could be used to treat common boot issues and recover from catastrophic system failure in case you didn&#8217;t have a Windows setup CD handy. </p>
<p>Over the years, we&#8217;ve added more recovery CDs to the collection, ending up with a complete portfolio of repair CDs for Windows Vista and Windows 7 in both 32- and 64-bit flavors. We&#8217;ve had the good fortune of being able to host these CDs on our site in one form or the other for free download to millions of users around the globe.</p>
<p>Three months ago, we were contacted by the legal department at Microsoft Corporation asking us to discontinue hosting these files. Until this point, we were not aware that Microsoft was displeased with our hosting of the CDs and in fact enjoyed a rather healthy relationship with the Microsoft support forums where victims of PC crashes would be directed to our site to download a copy of the repair CDs.</p>
<p>Since then, we have been in talks and negotiations with the Microsoft legal and licensing divisions, trying to work out a method whereby we could provide our users and visitors with access to these CDs once again. Today we&#8217;re excited to announce that these CDs are once more available for download!</p>
<p><span id="more-1166"></span></p>
<p>There&#8217;s some mixed good and bad news, however. The good news is that all downloads will be direct HTTP links, so no need to learn how to use a torrent client or fiddle around with open network ports: just plain, standard, direct, and very fast HTTP downloads for all our ISO images. We&#8217;ve also taken this opportunity to update the repair CDs and add a virus scanner (powered by <a href="http://www.clamwin.com/">ClamWin</a>) as well as some command-line tools and utilities that were missing from some of the images.</p>
<p>The bad news is that there will now be a nine dollar download charge for each CD. There was no way for us to avoid charging this, as we now pay a licensing fee to Microsoft in exchange for making these CDs available, and also pay per download to outsource the high-speed web hosting for these large CD images (150 to 200 MiB, each) to an outside service.</p>
<p>We look forward to updating these repair and recovery CDs over time and adding more tools and utilities to help you save your PCs from the brink of death. We thank you for your patience with us over the past few months during which the downloads were suspended, and truly appreciate your understanding of the situation.</p>
<p><strong>Download Links</strong></p>
<p class="save"><a href="http://systemdiscs.com/?utm_source=neosmart&#038;utm_medium=article&#038;utm_campaign=Reinstatement">Windows Vista Recovery Discs (x86/x64)</a>
</p>
<p class="save"><a href="http://systemdiscs.com/?utm_source=neosmart&#038;utm_medium=article&#038;utm_campaign=Reinstatement">Windows 7 Recovery Discs (x86/x64)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://neosmart.net/blog/2011/windows-recovery-discs-updated-reinstated/feed/</wfw:commentRss>
		<slash:comments>23</slash:comments>
		</item>
		<item>
		<title>The Un-Improvements to &#8220;Find All References&#8221; in Visual Studio 2010</title>
		<link>http://neosmart.net/blog/2010/the-un-improvements-to-find-all-references-in-visual-studio-2010/</link>
		<comments>http://neosmart.net/blog/2010/the-un-improvements-to-find-all-references-in-visual-studio-2010/#comments</comments>
		<pubDate>Thu, 27 May 2010 09:42:57 +0000</pubDate>
		<dc:creator>Mahmoud Al-Qudsi</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Bugs]]></category>
		<category><![CDATA[Visual Studio]]></category>
		<category><![CDATA[Visual Studio 2010]]></category>

		<guid isPermaLink="false">http://neosmart.net/blog/2010/the-un-improvements-to-find-all-references-in-visual-studio-2010/</guid>
		<description><![CDATA[A November 2009 post on the Visual C++ Team Blog by Raman Sharma delved into the improvements Visual Studio 2010 was purported to have made to the “Find All References” feature of Visual Studio. This feature is a must-have for &#8230; <a href="http://neosmart.net/blog/2010/the-un-improvements-to-find-all-references-in-visual-studio-2010/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><img class="colorbox-818"  style="float: right" src="http://farm5.static.flickr.com/4014/4643903279_39befe1046_m.jpg" />
<p>A November 2009 post on the Visual C++ Team Blog by Raman Sharma delved into the improvements Visual Studio 2010 <a href="http://blogs.msdn.com/b/vcblog/archive/2009/11/17/improvements-to-find-all-references-in-visual-studio-2010.aspx">was purported to have made</a> to the “Find All References” feature of Visual Studio. This feature is a must-have for any developer in almost any language. As a project grows in size and complexity, it becomes a real chore to remember and locate exactly <em>where</em> a particular variable was defined – which is something that’s quite useful to know.</p>
<p>According to the VC++ blog post, VS2010 now uses a “speed-mode” by default to locate these references. It’s a bit less accurate in that it generates a lot of false positives, searching by name rather than by usage, but that this reduced accuracy comes with greater speed. And the option remains to further filter out results by having the compiler and the intellisense databases resolve the actual results and determine whether or not they indeed reference the search term.</p>
<p>Except that’s the way it’s <em>supposed</em> to work. In truth, that’s not what happens:</p>
<p>1) Visual Studio 2010’s “Speed Mode” of Find All References <strong>is slower than it was in Visual Studio 2005</strong>.</p>
<p>2) Visual Studio 2010’s “Speed Mode” not only generates extraneous false positives, it also <strong>fails to show items that <em>do</em> match the search term</strong>.</p>
<p> <span id="more-818"></span>
<p>On any project of considerable size, “Find All References” will cause <strong>a hang<em> </em></strong>of the Visual Studio 2010 user interface for up to a minute as it does nothing more than plain-text search for the selected variable or function. It blocks the main user thread, it hangs the UI, and it takes forever. Much longer than Visual Studio 2005/2008 did with its <em>more accurate</em> compiler-based variable references search.</p>
<p>And as for point 2, the time-lapse screenshot below (to show both the selection, the menu, and the resulting dialog) should speak louder and clearer than a thousand words.</p>
<p> <a href="http://farm4.static.flickr.com/3320/4643878471_d11c193486_o.png"><img class="colorbox-818"  src="http://farm4.static.flickr.com/3320/4643878471_dcd5fcf8b0.jpg" /></a>
<p align="right"><small>(Click the image for <a href="http://farm4.static.flickr.com/3320/4643878471_d11c193486_o.png">a full-size screenshot</a>)</small></p>
<p>&#160;</p>
<p>Unfortunately, Visual Studio 2010 seems to be exemplifying the ongoing trend at Microsoft of slowly giving less and less attention to C++ developers as they continue to push .NET (now at version 4.0 and growing strongly) at the cost of everything else… while still refusing to embrace the .NET platform for their own technologies, leaving their once-content developer-base fighting against their own IDEs for life.</p>
<p><em>This is the first of several posts about Visual Studio 2010, it’s advantages, and its shortcomings. We love Visual Studio and despite everything else, its still the best IDE out there and a damn good one at that. But some things just need to be said in hopes that they will be addressed at some point in the future.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://neosmart.net/blog/2010/the-un-improvements-to-find-all-references-in-visual-studio-2010/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Download Windows 7 System Recovery Discs</title>
		<link>http://neosmart.net/blog/2009/windows-7-system-repair-discs/</link>
		<comments>http://neosmart.net/blog/2009/windows-7-system-repair-discs/#comments</comments>
		<pubDate>Mon, 12 Oct 2009 18:02:59 +0000</pubDate>
		<dc:creator>Mahmoud Al-Qudsi</dc:creator>
				<category><![CDATA[Guides]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[NeoSmart Technologies]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Download]]></category>
		<category><![CDATA[Freeware]]></category>
		<category><![CDATA[Guide]]></category>
		<category><![CDATA[Recovery Disc]]></category>
		<category><![CDATA[Repair Disc]]></category>
		<category><![CDATA[SystemDiscs]]></category>
		<category><![CDATA[Torrent]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://neosmart.net/blog/?p=699</guid>
		<description><![CDATA[If you&#8217;re like most PC users, you probably got Windows 7 with a new PC or laptop. And if you&#8217;re like 99% of the population, you get your new machines from one of the major manufacturers. Dell, Acer, HP, Toshiba, &#8230; <a href="http://neosmart.net/blog/2009/windows-7-system-repair-discs/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><img class="colorbox-699"  src="http://neosmart.net/blog/wp-content/uploads/Windows7.png" alt="" width="256px" height="192px" align="right" />If you&#8217;re like most PC users, you probably got Windows 7 with a new PC or laptop. And if you&#8217;re like 99% of the population, you get your new machines from one of the major manufacturers. Dell, Acer, HP, Toshiba, Lenovo; who all have one thing in common: they don&#8217;t give you a real Windows 7 installation disc with your purchase. Instead, they bundle what they call a &#8220;recovery disc&#8221; (that&#8217;s if you&#8217;re lucky &#8211; otherwise you&#8217;ll have a recovery partition instead) with your machine and leave it at that.</p>
<p>It doesn&#8217;t matter that you just paid a thousand dollars for a machine that comes with a valid Windows 7 license &#8211; your computer manufacturer just don&#8217;t want to spend the money (or perhaps take on the responsibility) of giving you a Windows 7 installation DVD to accompany your expensive purchase.</p>
<p>The problem is, with Windows 7, the installation media serves more than one purpose. It&#8217;s not just a way to get Windows installed, it&#8217;s also the only way of recovering a borked installation. The Windows 7 DVD has a complete &#8220;recovery center&#8221; that provides you with the option of recovering your system via automated recovery (searches for problems and attempts to fix them automatically), rolling-back to a system restore point, recovering a full PC backup, or accessing a command-line recovery console for advanced recovery purposes.</p>
<p>NeoSmart Technologies is hosting a copy of a Windows 7 Recovery Disc for your convenience. It&#8217;s a ~150 MiB download ready to burned directly to a CD or DVD. It contains an antivirus scanner, access to system restore, Windows backup, memory diagnostics, and command-line tools for advanced repair procedures. Please note that this download is no longer free, <a href="http://neosmart.net/blog/2011/windows-recovery-discs-updated-reinstated/">due to licensing restrictions</a> imposed upon us.</p>
<p><strong>What it does:</strong> The Windows 7 Recovery Disc can be used to access a system recovery menu, giving you options of using an antivirus, System Restore, Complete PC Backup, automated system repair, and a command-line prompt for manual advanced recovery.</p>
<p><strong>What it doesn&#8217;t do:</strong> You cannot use the Windows 7 Recovery Disc to re-install Windows &#8211; it only fixes (not replaces!) Windows.</p>
<p><strong>Why you need it:</strong> If you bought your PC from a major retailer, you didn&#8217;t get this CD with your hefty purchase.</p>
<p><span id="more-699"></span></p>
<p><strong>Download Links</strong></p>
<p class="save"><a href="http://systemdiscs.com/?utm_source=neosmart&#038;utm_medium=article&#038;utm_campaign=Win7_Recovery">Windows Vista Recovery Discs (x86/x64)</a>
</p>
<p class="save"><a href="http://systemdiscs.com/?utm_source=neosmart&#038;utm_medium=article&#038;utm_campaign=Win7_Recovery">Windows 7 Recovery Discs (x86/x64)</a></p>
<p><strong>Instructions</strong></p>
<ol>
<li>Click the link above then select the edition you&#8217;d like to download.</li>
<li>Select a payment method and enter details.</li>
<li>Download the link displayed onscreen and sent to your email.</li>
<li>Burn the .iso file that was downloaded to a CD <a href="http://neosmart.net/wiki/display/G/Burning+ISO+Images+with+ImgBurn">using these instructions</a>.</li>
<li>When you want to use the recovery center, put the CD in your drive and boot from it. This is usually done by pressing F8 at startup, or changing the boot drive order in the BIOS.</li>
</ol>
<p><strong>Support</strong></p>
<p>Please don&#8217;t ask for help below, it&#8217;ll get real cluttered real soon! Open a support thread at <a href="http://neosmart.net/forums/">http://neosmart.net/forums/</a> and we&#8217;ll help you resolve your problem ASAP.</p>
]]></content:encoded>
			<wfw:commentRss>http://neosmart.net/blog/2009/windows-7-system-repair-discs/feed/</wfw:commentRss>
		<slash:comments>410</slash:comments>
		</item>
		<item>
		<title>Windows 7 Discontinues Ultimate Extras</title>
		<link>http://neosmart.net/blog/2009/windows-7-discontinues-ultimate-extras/</link>
		<comments>http://neosmart.net/blog/2009/windows-7-discontinues-ultimate-extras/#comments</comments>
		<pubDate>Fri, 24 Apr 2009 16:56:09 +0000</pubDate>
		<dc:creator>NeoSmart Technologies</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Ultimate Extras]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[Windows Vista]]></category>

		<guid isPermaLink="false">http://neosmart.net/blog/2009/windows-7-discontinues-ultimate-extras/</guid>
		<description><![CDATA[Users attempting to upgrade from Microsoft Windows Vista Ultimate Edition to Windows 7 Build 7100 (the unofficial RC1 release leak), are greeted with the following &#34;compatibility warning&#34; dialog: Windows Vista Ultimate Edition&#8217;s &#34;Ultimate Extras&#34; have been a constant source of &#8230; <a href="http://neosmart.net/blog/2009/windows-7-discontinues-ultimate-extras/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Users attempting to upgrade from Microsoft Windows Vista Ultimate Edition to Windows 7 Build 7100 (the unofficial RC1 <span style="text-decoration:line-through">release</span> leak), are greeted with the following &quot;compatibility warning&quot; dialog:</p>
<p><a href="http://neosmart.net/blog/wp-content/uploads/discontinued.png"><img src="http://neosmart.net/blog/wp-content/uploads/discontinued.png" alt="Windows 7 has discontinued Vista&#039;s &quot;Ultimate Extras&quot;" title="Ultimate Extras Discontinued" width="659" height="499" class="size-full wp-image-669 colorbox-666" /></a></p>
<p>Windows Vista Ultimate Edition&#8217;s &quot;Ultimate Extras&quot; have been a constant source of derision and anger from Vista users ever since its release 3 years ago. If the blog posts are to be believed, millions of users purchased Windows Vista Ultimate Edition in the hope that the added-value &quot;Ultimate Extras&quot; package &#8211; which was left un-described and of unknown worth at the time &#8211; would turn out to be a good investment.</p>
<p><span id="more-666"></span></p>
<p>Ultimate Extras are a couple of the minor Ultimate Edition exclusives that Microsoft used as a selling point to get users to purchase the most expensive version of Windows Vista. It was originally marketed as something similar to the ancient &quot;Plus! for Windows&quot; package that was quite popular back in the days of Windows 98; except it never really panned out that way. </p>
<p>Ultimate Extras <a href="http://www.istartedsomething.com/20070614/windows-ultimate-extras-sham/">was something of a hoax</a> for the first couple of years, bringing nothing more than animated wallpaper and extra cards game to the table. Since then a couple of new themes/sounds have been added to the package along with a couple of other lame games &#8211; all of which made Vista users feel all the more &quot;tricked&quot; into purchasing a more expensive version of Windows that they, in all honesty, didn&#8217;t need.</p>
<p>Well, it looks like Windows 7 will be doing away with the Ultimate Extras though it&#8217;s anyone&#8217;s guess what the final SKU lineup will look like and what the selling points and feature-sets of each of the editions will stack up to. But here&#8217;s to hoping that Microsoft learns from (even more) of its mistakes and provides something of real worth with the more expensive editions of its latest OS offering.</p>
]]></content:encoded>
			<wfw:commentRss>http://neosmart.net/blog/2009/windows-7-discontinues-ultimate-extras/feed/</wfw:commentRss>
		<slash:comments>30</slash:comments>
		</item>
		<item>
		<title>Does it GTK/QT/Win32 Really Matter for Chrome?</title>
		<link>http://neosmart.net/blog/2009/does-it-gtkqtwin32-really-matter-for-chrome/</link>
		<comments>http://neosmart.net/blog/2009/does-it-gtkqtwin32-really-matter-for-chrome/#comments</comments>
		<pubDate>Sun, 15 Feb 2009 17:48:20 +0000</pubDate>
		<dc:creator>Mahmoud Al-Qudsi</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Macintosh]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Chrome]]></category>
		<category><![CDATA[GTK]]></category>
		<category><![CDATA[OS X]]></category>
		<category><![CDATA[Qt]]></category>
		<category><![CDATA[User Interface]]></category>
		<category><![CDATA[Web OS]]></category>
		<category><![CDATA[Win32]]></category>

		<guid isPermaLink="false">http://neosmart.net/blog/2009/does-it-gtkqtwin32-really-matter-for-chrome/</guid>
		<description><![CDATA[A recent article on OSNews highlights the changes expected to come in Google&#8217;s Chrome 2.0 for Windows and the progress being made on the Linux and OS X fronts for Google&#8217;s new browser. In the article, Ben Goodger, lead Chrome &#8230; <a href="http://neosmart.net/blog/2009/does-it-gtkqtwin32-really-matter-for-chrome/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><img class="colorbox-658"  style="float:right;" src="http://neosmart.net/blog/wp-content/uploads/128px-GoogleChromeLogo.png" alt="128px-GoogleChromeLogo.png" width="128" height="122" />A recent article <a href="http://osnews.com/story/20980/Linux_Version_of_Chrome_To_Use_Gtk_">on OSNews</a> highlights the changes expected to come in Google&#8217;s Chrome 2.0 for Windows and the progress being made on the Linux and OS X fronts for Google&#8217;s new browser.</p>
<p>In the article, Ben Goodger, lead Chrome UI developer, states</p>
<blockquote><p>[Google avoids] cross platform UI toolkits because while they may offer what superficially appears to be a quick path to native looking UI on a variety of target platforms, once you go a bit deeper it turns out to be a bit more problematic.&#8221; [... Your applications end up] speaking with a foreign accent.</p></blockquote>
<p>But there&#8217;s something we&#8217;re not getting here. Obviously given enough brilliant programmers and a good team lead to keep the different codebases in sync, going with native APIs is the better approach. But the reasons Goodger is offering aren&#8217;t very convincing.</p>
<p><span id="more-658"></span></p>
<p>The problem is&#8230;. Google&#8217;s Chrome for Windows doesn&#8217;t look native. In fact, it&#8217;s about as far from native Win32 as you can get. We had originally explained away the non-win32 looks by assuming it was because Google wanted an interface that was consistent across the different platforms and different at the same time from any of the operating systems native UI toolkits: in line with Google&#8217;s vision of turning the browser into an OS, regardless of the platform beneath.</p>
<p>A non-native UI that looks the same on Mac, Windows, and Linux would be the answer to such a browser OS. It would indicate that Chrome is its own product &#8211; from the codebase to the user experience &#8211; and that to the end user it shouldn&#8217;t matter what OS you&#8217;re on. And that in the future Google could ship a standalone (OS-free) browser that looks like Chrome and acts like Chrome, regardless of the platform beneath?</p>
<p>Otherwise there is no good explanation for the horrendously-different user interface that comes with Chrome. It requires learning the tips &amp; tricks to a whole new UI, and forgetting a number of &#8220;niceties&#8221; you may have been accustomed to (such as pressing the &#8216;spacebar&#8217; to OK pop-up dialogs, etc.).</p>
<p>With the preliminary screenshots of <a href="http://homepage.mac.com/avidrissman/extimgs/st.png">Chrome for Mac</a>, the platform Chrome runs on begins to peek through.</p>
<p>Does this mean that Google&#8217;s <a href="http://googlesystem.blogspot.com/2008/09/google-os-is-actually-browser-google.html">vision of Chrome as its own OS</a> has come to pass &#8211; with Google now content to just launch a cross-platform browser without attempting to lull users away from the platforms they&#8217;ve come to love?</p>
<p>Whatever the case, it&#8217;s sure to be interesting watching and waiting to see what Google has planned for its users. Whether its a cross-platform browser experience that&#8217;s different enough to be the same across all platforms while retaining a feel of the platform or if it&#8217;s paving the way for the OS to come it&#8217;s quite obvious that the gears are now in motion and something big just might happen.</p>
]]></content:encoded>
			<wfw:commentRss>http://neosmart.net/blog/2009/does-it-gtkqtwin32-really-matter-for-chrome/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Windows Isn&#8217;t For Gamers Anymore</title>
		<link>http://neosmart.net/blog/2008/windows-isnt-for-gamers-anymore/</link>
		<comments>http://neosmart.net/blog/2008/windows-isnt-for-gamers-anymore/#comments</comments>
		<pubDate>Thu, 11 Sep 2008 23:03:16 +0000</pubDate>
		<dc:creator>NeoSmart Technologies</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Bungie]]></category>
		<category><![CDATA[Ensemble Studios]]></category>
		<category><![CDATA[Gaming]]></category>
		<category><![CDATA[Gaming Consoles]]></category>
		<category><![CDATA[Halo]]></category>
		<category><![CDATA[Xbox]]></category>

		<guid isPermaLink="false">http://neosmart.net/blog/2008/windows-isnt-for-gamers-anymore/</guid>
		<description><![CDATA[For the past decade-and-a-half, “Windows” has been synonymous with “PC Gaming” – after all, no other PC platform has managed to satiate the undying hunger gamers are quite famous for. But now it seems that Windows is on the verge &#8230; <a href="http://neosmart.net/blog/2008/windows-isnt-for-gamers-anymore/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><img class="colorbox-641"  align="left" src="http://farm3.static.flickr.com/2724/4110155819_3c083e91d8_o.png" /> For the past decade-and-a-half, “Windows” has been synonymous with “PC Gaming” – after all, no other PC platform has managed to satiate the undying hunger gamers <a href="http://news.bbc.co.uk/1/hi/technology/4137782.stm">are quite famous for</a>. But now it seems that Windows is on the verge of losing its distinction as the gaming platform of choice &#8211; with nothing but Microsoft’s own machinations to blame.</p>
<p>Despite PC users&#8217; widely-varying taste and preference in operating systems and platforms, gamers need Windows. In fact, one of the biggest reason people around the globe tend to dual-boot is their undying love for gaming and the fact that no other OS out there can boast the wide range of gaming titles and genres available for their platform like Windows can. The traditional choice faced by most non-Windows users has been to either install and dual-boot Windows or bite the built and buy a gaming console &#8211; ask us, <a href="http://neosmart.net/dl.php?id=1">we would know</a>.</p>
<p>But this is all about to change, thanks to Microsoft&#8217;s reckless abandon for one of its few truly-loyal userbases. </p>
<p>When Microsoft first began its frenzied <a href="http://www.microsoft.com/windows/windows-vista/discover/default.aspx">Vista marketing campaign</a> in 2006, one of the points it focused on most and repeated over and over again was just how big of <a href="http://www.microsoft.com/windows/windows-vista/discover/play-games.aspx">a gaming revolution</a> Windows Vista was. Gaming was a large part of the Vista WOW campaign, but it has since failed to disappoint. But this isn&#8217;t an article about Vista, it&#8217;s about how Windows is poised to lose its gaming advantage if Microsoft doesn&#8217;t get its act together sometime soon.</p>
<p> <span id="more-641"></span>
</p>
<p>The problem is that Windows &#8211; standalone or in a dual-boot &#8211; is quickly becoming the lesser-appealing option when compared to a gaming console&#8230; in large part thanks to Microsoft&#8217;s ridiculous, biased, and fairly infuriating decisions to release games for Xbox and then for PC.</p>
<p>A major part of the gaming/entertainment Vista PR that went out around the same time as the OS: <a href="http://www.microsoft.com/presspass/press/2006/may06/05-09G4WE3LineupPR.mspx">Microsoft Announces Spectacular Windows Vista Title Lineup</a>. Spectacular? Hardly so. Take a look at the <a href="http://en.wikipedia.org/wiki/Microsoft_Game_Studios#Games_released_under_the_MGS_brand">Microsoft Game Studios release history</a> for 2006 and 2007, you&#8217;ll find a great disparity between the number of titles MGS released for Windows verses those for the Xbox (360)&#8230;</p>
<p>If you ignore expansion packs (the Zoo Tycoon development team seems to love these), you&#8217;ll find that Microsoft Game Studios released a total of nineteen titles for the Xbox over these two years, compared to a mind-blowing <strong>six</strong> titles for the PC over that same period &#8211; half of which were either available on the Xbox simultaneously or years before!</p>
<p>But what does Microsoft have to say about the obvious deterioration of the Windows gaming market?</p>
<blockquote><p>The Windows gaming world continues to evolve, and we believe in the future of that property.</p>
<p>-Shane Kim, Microsoft&#8217;s Vice President of Interactive Entertainment</p>
</blockquote>
<p><font color="#333333">Sorry Mr. Kim, but we find that a bit hard to believe. Mr. Kim&#8217;s <a href="http://www.edge-online.com/features/kim-we-still-believe-pc-games">statement</a> came in response to the recent (shocking) news that Microsoft&#8217;s (PC game development) Ensemble Studios &#8211; authors of Microsoft&#8217;s Age of Empires claim-to-fame hit series &#8211; <a href="http://www.shacknews.com/onearticle.x/54654">would be shut down</a> for &quot;fiscal reasons.&quot;</font></p>
<p>Obviously Microsoft is in a hard place here, needing to cater to both of the (competing) PC and gaming console markets at the same time. However, due to the serious 3rd-party <em>hardware/platform </em>competition in the gaming console market it seems that Microsoft&#8217;s decision has been to give Xbox the priority here.</p>
<p>It&#8217;s obviously not Microsoft&#8217;s job to develop games for its own platform &#8211; technically, all they have to do for either the PC or the Xbox is develop the APIs and provide 3rd party gaming developers with the tools and support they need to make it work. And 3rd party developers have not let anyone down, with astonishing numbers of titles being published for both platforms.</p>
<p>But if Microsoft wants to ensure that its platform retains its current hold on the PC gaming market they&#8217;re going to need to do a bit more to convince potential Windows gamers to stick to their platform and not go out and get a gaming console instead. It&#8217;s quite a logical choice to focus on Windows here &#8211; there are literally millions of Windows users who would be using something else if it wasn&#8217;t for Windows&#8217; vice-like grip on the gaming market.</p>
<p>The fact is, PC gamers and console gamers aren&#8217;t the same market targets. It won&#8217;t kill Microsoft&#8217;s Xbox division to treat their Windows gamers with a little bit more respect than they&#8217;re currently doing &#8211; if not for the users&#8217; sake then for their own. </p>
<p>But no matter what Microsoft Game Studios does or doesn&#8217;t do, it can&#8217;t actually <em>damage</em> the Windows gaming platform &#8211; all it does is create a scenario wherein another OS can work hard and potentially overtake Windows at its own game (pun intended!). </p>
<p>Mac OS and Linux both have a rare opportunity on the horizon &#8211; but for it to have any impact on the current PC gaming sector&#8217;s dynamics, they&#8217;ll have to put a bit more effort into the gaming scene than they&#8217;re currently doing. Something that requires this sort of centralized coordination is definitely not one of Linux&#8217;s strong suites, so the ball is now squarely in Apple&#8217;s playing field, and it&#8217;s up to them what they do with it.</p>
<p>Basically, Microsoft needs to watch its step. The incentives for PC gaming are at their lowest levels in years with even real-time strategy games &#8211; the PC&#8217;s long-standing forte &#8211; being developed first for the gaming consoles and then, possibly, for the PC (yes, we&#8217;re looking at you, <a href="http://en.wikipedia.org/wiki/Halo_Wars">Halo Wars</a>!). </p>
<p>And then there&#8217;s Bungie &#8211; cross-platform game developers bought up by Microsoft years ago, authors of the internationally-acclaimed “Halo” series, and now released from Microsoft&#8217;s reigns with its sights set squarely on <a href="http://www.appleinsider.com/articles/07/10/05/its_official_bungie_breaks_free_of_microsoft.html">developing games for the Mac once more</a>.</p>
<p>At the end of the day, Microsoft’s size is getting the better of itself once more; with its own divisions failing to compete with themselves they way they should. Microsoft needs to pick up on this slow degradation of PC gaming satisfaction and do something to buck the trend, or else they could suffer some serious consequences.</p>
]]></content:encoded>
			<wfw:commentRss>http://neosmart.net/blog/2008/windows-isnt-for-gamers-anymore/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>Don&#8217;t Forget About the Dual-Booters!</title>
		<link>http://neosmart.net/blog/2008/dont-forget-about-the-dual-booters/</link>
		<comments>http://neosmart.net/blog/2008/dont-forget-about-the-dual-booters/#comments</comments>
		<pubDate>Mon, 18 Aug 2008 17:54:10 +0000</pubDate>
		<dc:creator>NeoSmart Technologies</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Dual Boot]]></category>
		<category><![CDATA[EasyBCD]]></category>
		<category><![CDATA[InfoWorld]]></category>
		<category><![CDATA[Windows Vista]]></category>
		<category><![CDATA[Windows XP]]></category>

		<guid isPermaLink="false">http://neosmart.net/blog/2008/dont-forget-about-the-dual-booters/</guid>
		<description><![CDATA[InfoWorld has an article out today wherein Randall Kenney of the “Windows Sentinel” team (a program used to monitor system settings and performance to provide aggregate data for analysis) trashes end-user uptake of Windows Vista by revealing that 35% of &#8230; <a href="http://neosmart.net/blog/2008/dont-forget-about-the-dual-booters/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><img class="colorbox-632"  src="http://neosmart.net/gallery/d/401-20/Vista.png" alt="" align="right" /> InfoWorld has an article out today wherein Randall Kenney of the “Windows Sentinel” team (a program used to monitor system settings and performance to provide aggregate data for analysis) trashes end-user uptake of Windows Vista by revealing that 35% of surveyed PCs that ship with Vista <a href="http://weblog.infoworld.com/sentinel/archives/2008/08/bursting_the_vi.html">have downgraded to Windows XP</a>.</p>
<p>While that’s a stunning number of Vista-only OEM machines running Windows XP, Mr. Kenney seems to have forgotten about those of us that dual-boot. As <a href="http://nesomart.net/dl.php?id=1">champions of dual-booters everywhere</a>, we’ve got to put our two cents in here.</p>
<p>If you keep in mind the type of people who would install the Windows Sentinel tool and take part in such a geeky program you’ll realize that it’s not too out there for a good number of these people to be the kind that run multiple operating systems on their machines.</p>
<p><span id="more-632"></span></p>
<p>Obviously not all of Windows Sentinel’s (only) three thousand subscribers are included in the numbers above (it’s highly unlikely that even 80% of the 3000 subscribers are using hardware that only comes from the OEM with Windows Vista installed). And of the percentage that <em>are</em> using late-model hardware, a hefty percentage dual-boot.</p>
<p>We don’t have any numbers as far as the number of dual-booters out there, but they’re certainly not few enough to be discounted. Keeping that in mind, it’s rather unprofessional of InfoWorld to claim that 35% of all Vista users will downgrade to Windows XP. Obviously big numbers make for better headlines, but this is the kind of stuff that can damage stocks and ruin jobs – you don’t want that on your conscious, at least, not without good reason.</p>
<p>Not that we’re suffering from any delusions or hallucinations with regards to Windows Vista’s relatively shoddy performance and stability, but you’ll agree that it’s a rather far cry to go from “a lot of people have reservations about upgrading to Windows Vista” to “a lot of people will take the time and effort to remove Vista from a PC and put Windows XP in its stead;” especially keeping in mind that Vista’s been out for two years now and there’s an (unfortunately) increasingly-large number of Vista-only products out there on the market.</p>
<p>More data from InfoWorld and the Windows Sentinel service would certainly be most-welcome in giving a clearer picture of what the actual numbers are and where end-users stand in this OS mess.</p>
]]></content:encoded>
			<wfw:commentRss>http://neosmart.net/blog/2008/dont-forget-about-the-dual-booters/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Richard Stallman Attacks the Bill &amp; Melinda Gates Foundation</title>
		<link>http://neosmart.net/blog/2008/richard-stallman-expert-in-the-art-of-fud/</link>
		<comments>http://neosmart.net/blog/2008/richard-stallman-expert-in-the-art-of-fud/#comments</comments>
		<pubDate>Fri, 04 Jul 2008 08:29:36 +0000</pubDate>
		<dc:creator>NeoSmart Technologies</dc:creator>
				<category><![CDATA[Blogosphere]]></category>
		<category><![CDATA[Corporate Talk]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Bill Gates]]></category>
		<category><![CDATA[Free Software Foundation]]></category>
		<category><![CDATA[FUD]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Richard Stallman]]></category>
		<category><![CDATA[Stallman]]></category>

		<guid isPermaLink="false">http://neosmart.net/blog/2008/richard-stallman-expert-in-the-art-of-fud/</guid>
		<description><![CDATA[Richard Stallman: legendary founder of the Free Software Foundation, purveyor of the GPL, defender of open source. And – as of today – expert FUD manipulator. Obviously someone was seriously pissed off at the abundance of (largely positive) press coverage &#8230; <a href="http://neosmart.net/blog/2008/richard-stallman-expert-in-the-art-of-fud/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[</p>
<p>Richard Stallman: legendary founder of the Free Software Foundation, purveyor of the GPL, defender of open source. And – as of today – expert FUD manipulator.</p>
<p><img class="colorbox-613"  title="Bill Gates" style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="174" alt="Bill Gates" src="http://neosmart.net/blog/wp-content/uploads/gates.jpg" width="151" align="left" border="0" /></p>
<p> Obviously someone was seriously pissed off at the abundance of (largely positive) <a href="http://searchyc.com/submissions/Bill+Gates?sort=by_points">press</a> <a href="http://news.google.com/news?hl=en&amp;ned=us&amp;q=Bill+Gates&amp;btnG=Search+News">coverage</a> Bill Gates has been receiving as he stepped down from his final roles at Microsoft.. and it appears Mr. Stallman just couldn’t bear to let the man he hates more than any other step down without getting that last word in.</p>
<p> In <a href="http://news.bbc.co.uk/2/hi/technology/7487060.stm">an article by Richard Stallman</a> published on BBC today, Stallman pulled back no punches bashing not only Bill Gates, Microsoft, and makers of proprietary software everywhere but also took the incredibly cheap shot of accusing the <a href="http://www.gatesfoundation.org/">Bill &amp; Melinda Gates Foundation</a> of working to ruin the very countries they’re trying to help:</p>
<p> <span id="more-613"></span><br />
<blockquote>
<p>Gates&#8217; philanthropy for health care for poor countries has won some people&#8217;s good opinion. The LA Times reported that his foundation spends five to 10% of its money annually and invests the rest, sometimes in companies it suggests cause environmental degradation and illness in the same poor countries.</p>
</blockquote>
</p>
<p><img class="colorbox-613"  title="Richard Stallman" style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="110" alt="Richard Stallman" src="http://neosmart.net/blog/wp-content/uploads/stallman.jpg" width="125" align="right" border="0" />Never mind the fact that those are unsubstantiated rumors following money trails several-hundred pockets deep – what does the Bill &amp; Melinda Gates Foundation have to do with Free Software? Is Stallman so desperate to make Mr. Gates out to be the bad guy that he’d sink this low?</p>
<p>Stallman, one of first people to accuse people <a href="http://www.gnu.org/philosophy/luispo-rms-interview.html">of spreading FUD</a> to further their opinions, doesn’t stop there:</p>
<blockquote><p>Gates is personally identified with it, due to his infamous open letter which rebuked microcomputer users for sharing copies of his software. </p>
<p>It said, in effect, &quot;If you don&#8217;t let me keep you divided and helpless, I won&#8217;t write the software and you won&#8217;t have any. Surrender to me, or you&#8217;re lost!&quot; </p>
</blockquote>
<p>Here Stallman is referring to Gates’ <a href="http://www.blinkenlights.com/classiccmp/gateswhine.html">now-famous letter</a> asking people <em>illegally copying, distributing, and using </em>Altair Basic to stop. Stallman somehow neglects to mention that – regardless of whether morally acceptable or not – Microsoft had the legal right to demand payment in exchange for their software. Ignore for a second whether or not Bill Gates and Microsoft were in the right or in the wrong to ask for payment in exchange for their work – is Richard Stallman seriously suggesting that it’s <em>right</em> to illegally obtain copyrighted software?</p>
<p>It’s one thing to say that Gates should never have charged for his software and another to say that it’s OK to use it without paying. Gates <em>chose</em> to ask for money, users (as Richard Stallman himself has advocated on many occasions in the past) should be looking for an alternative if they don’t want to front the cash.</p>
<p>Who Richard Stallman thinks he’s kidding, we don’t know. But he’s obviously crossed that line that shouldn’t be crossed; apparently desperate enough to stop Microsoft the minute he senses an opening… even if it means spreading FUD, making pointless accusations, and generally talking nonsense to get his point across. This isn’t any way for a respected figure in the open source community to act, especially not when it comes to someone who has – whether Stallman likes it or not – contributed as much to the tech community as Bill Gates has.</p>
]]></content:encoded>
			<wfw:commentRss>http://neosmart.net/blog/2008/richard-stallman-expert-in-the-art-of-fud/feed/</wfw:commentRss>
		<slash:comments>123</slash:comments>
		</item>
		<item>
		<title>Shipping Seven is a Fraud.</title>
		<link>http://neosmart.net/blog/2008/shipping-seven-is-a-fraud/</link>
		<comments>http://neosmart.net/blog/2008/shipping-seven-is-a-fraud/#comments</comments>
		<pubDate>Sun, 01 Jun 2008 11:31:43 +0000</pubDate>
		<dc:creator>NeoSmart Technologies</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Macintosh]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Coding]]></category>
		<category><![CDATA[Kernels]]></category>
		<category><![CDATA[OS X]]></category>
		<category><![CDATA[Shipping Seven]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://neosmart.net/blog/2008/shipping-seven-is-a-fraud/</guid>
		<description><![CDATA[A blog titled Shipping Seven has gotten a lot of traffic recently for their article about Windows 7 and the MinWin kernel &#8211; namely, how they&#8217;re actually one and the same. The argument offered by &#8220;Soma&#8221; is that Windows Vista&#8217;s &#8230; <a href="http://neosmart.net/blog/2008/shipping-seven-is-a-fraud/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>A blog titled <em><a href="http://shippingseven.blogspot.com/" rel="nofollow">Shipping Seven</a></em> has gotten a lot of traffic recently for <a href="http://shippingseven.blogspot.com/2008/05/windows-7-wont-have-compact-minwin.html" rel="nofollow">their article</a> about <a href="http://win7.neosmart.net">Windows 7</a> and <a href="http://blogs.zdnet.com/microsoft/?p=842">the MinWin kernel</a> &#8211; namely, how they&#8217;re actually one and the same. The argument offered by &#8220;Soma&#8221; is that Windows Vista&#8217;s kernel (which is what Windows 7 will be built on) <em>is </em>MinWin ad that it&#8217;s already on every Vista desktop out there.</p>
<p>Whether or not MinWin is the very same kernel that went into Vista or not is officially unknown at the moment; but what we <em>do</em> know is that <strong><em>Shipping Seven </em>is either one huge fake, or else that the Windows core programmers at Microsoft are so stupid that they don&#8217;t know the first thing about coding, kernels, operating systems and compilers.</strong></p>
<p>The post at <em>Shipping Seven</em> is littered from beginning to end with fallacies, lies, and incorrect deductions that anyone with even the most basic coding skills would know better than to ever post, especially not when attempting to pass it off as the work of some of the more talented coders out there.</p>
<p> <span id="more-579"></span>
<p>Here are some of the more-glaring factual errors in the post that completely strip <em>Shipping Seven</em> of any authenticity or authority it may have on the topic of Windows 7:</p>
<blockquote><p>How many times has the Ubuntu or Mac OS X kernel been rewritten?</p>
</blockquote>
<p>Correction: OS X is powered by <em>a rewrite of</em>&nbsp;<a href="http://en.wikipedia.org/wiki/XNU">the XNU kernel</a> which is a modified version of <a href="http://en.wikipedia.org/wiki/Mach_kernel">the Mach kernel</a> which, in turn, <em>is a complete rewrite</em> of the original <a href="http://en.wikipedia.org/wiki/Berkeley_Software_Distribution">BSD kernel</a>. And, of course, Ubuntu isn&#8217;t an OS in and of itself, rather it&#8217;s just a distribution of Linux.</p>
<p>While it can be argued that not every developer at Microsoft is expected to have intimate knowledge of the inner-workings of other operating systems, no one in their right mind would believe that the Windows kernel programmers don&#8217;t even know what kernels their strongest competitors are currently using.</p>
<blockquote><p>We spent a boatload of time during Windows Vista making everything &#8216;componentizable&#8217; &#8211; So that we could (by creating some xml files that our build process uses) create a boatload of different versions of Vista (and Server 2008).
<p>&#8230;.
<p>You already have MinWin &#8211; It is the core system components that Windows Vista needs to function; everything else on the system depends directly or indirectly on it. It is the last thing you could (theoretically) uninstall.
<p>So, if you really really want it, you can get it, I suppose &#8211; you probably could (using the command line) uninstall almost every single Windows Vista system component, including the user interface. I don&#8217;t know what the hell you&#8217;d do with just a kernel and a kernel loader on your machine, though.</p>
</blockquote>
<p>Assuming you can get past the <em>way</em> that the post was written (with references like &#8220;using the command line&#8221; which indicate a general lack of knowledge about computers in general; treating the command line as if it were a &#8220;god mode&#8221; that can be used to do just about anything), there&#8217;s still the matter of factual inaccuracies &#8211; and inconsistencies in the article itself.
<p><strong>You can&#8217;t change/modify/revert pre-build settings by running commands in the command line.</strong> Components that are integrated at compile time simply cannot be removed by running a bunch of commands afterwards &#8211; especially not from within the resulting OS itself.
<p>Anyone that&#8217;s ever manually compiled a Linux kernel knows this. You can&#8217;t strip ext3 support from the kernel after it&#8217;s already built any more than you can add Reiser4 support to the kernel without re-building it. As a matter of fact, anyone who&#8217;s built anything at all should know this &#8211; the same rules apply to any other program as well. For example, you can&#8217;t remove PHP support from Apache if you&#8217;ve compiled mod_php directly into the binaries.
<p><em>Shipping Seven </em>is a big, fat fraud. It&#8217;s written by someone with only the most basic knowledge of computers, zero knowledge of coding concepts, and absolutely no experience with kernels and operating systems. <em>Shipping Seven</em> is most likely written by the equivalent of script kiddy, eagerly awaiting the first leaked builds of Windows 7 to appease an inner itch &#8211; most likely all the while lamenting his lack of involvement in the Longhorn beta. It isn&#8217;t worth the time it takes to read, and definitely doesn&#8217;t deserve even the questionable authority it now has on the topic.</p>
]]></content:encoded>
			<wfw:commentRss>http://neosmart.net/blog/2008/shipping-seven-is-a-fraud/feed/</wfw:commentRss>
		<slash:comments>35</slash:comments>
		</item>
		<item>
		<title>Want UAC-Free iReboot? You got it: iReboot 1.1 released!</title>
		<link>http://neosmart.net/blog/2008/ireboot-and-working-around-uac-limitations/</link>
		<comments>http://neosmart.net/blog/2008/ireboot-and-working-around-uac-limitations/#comments</comments>
		<pubDate>Sun, 27 Apr 2008 12:31:20 +0000</pubDate>
		<dc:creator>NeoSmart Technologies</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Architecture]]></category>
		<category><![CDATA[Coding]]></category>
		<category><![CDATA[iReboot]]></category>
		<category><![CDATA[Services]]></category>
		<category><![CDATA[UAC]]></category>
		<category><![CDATA[Vista]]></category>

		<guid isPermaLink="false">http://neosmart.net/blog/2008/ireboot-and-working-around-uac-limitations/</guid>
		<description><![CDATA[Back in August of 2007, NeoSmart Technologies released iReboot 1.0 &#8211; a tiny application that sits quietly and unobtrusively in the taskbar and is used to select which OS you&#8217;d like to reboot into. iReboot isn&#8217;t by any means a &#8230; <a href="http://neosmart.net/blog/2008/ireboot-and-working-around-uac-limitations/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><img class="colorbox-562"  src="http://neosmart.net/images/software/iReboot/iReboot.png" align="right" /> Back in August of 2007, NeoSmart Technologies released iReboot 1.0 &#8211; a tiny application that sits quietly and unobtrusively in the taskbar and is used to select which OS you&#8217;d like to reboot into.</p>
<p>iReboot isn&#8217;t by any means a major application, but it&#8217;s gathered a pretty strong following over the months, mostly by people interested in boosting productivity (or increasing laziness) to the max. But there was one flaw in iReboot that made all the hard work we put into making it as unobtrusive and minimalistic as possible almost meaningless: if you had UAC enabled, iReboot will not run automatically at startup, no matter what you do.</p>
<p>This behavior comes as a result of the architecture that Microsoft used to secure Windows Vista, which doesn&#8217;t allow for applications requiring admin approval to run at startup. It doesn&#8217;t matter what your application does or if you absolutely trust it beyond the shadow of the doubt, Windows Vista simply won&#8217;t let an application that runs in elevated privileges mode to launch at startup &#8211; end of story.</p>
<p> <span id="more-562"></span>
<p>Users of iReboot were <a href="http://neosmart.net/forums/showthread.php?t=1096">quick to point out</a> that this is a major drawback that made it almost useless &#8211; after all, it&#8217;s far less productive to have to manually run an application when you want to reboot than it is to wait for that startup screen to appear and select the OS you want. So we set about finding a solution.</p>
<p>We&#8217;ve just released iReboot 1.1, a <strong>UAC-free implementation</strong> that doesn&#8217;t require admin approval, elevation, etc. past the initial installation. And, yes, it does run automatically at startup too!</p>
<p><strong>The Gory Details </strong>(feel free to skip below to the download links!)</p>
<p>In order for iReboot to be of any use, we had to get around Microsoft&#8217;s UAC limitations. For iReboot, it was of the absolute importance that it run at startup, <em>and</em> that it be allowed system access from normal user accounts. On Windows XP &#8211; where everyone runs as an Administrator and there are no annoying UAC prompts &#8211; it was a non-issue. But on Windows Vista, the new architectural requirements for running applications in elevated privilege modes made it near impossible.</p>
<p>While digging around for possible solutions, <a href="http://neosmart.net/forums/showthread.php?p=8077#p8077">it became clear</a> that the only possible fix would be to split iReboot into two parts. One would run in the background as a service, running under the SYSTEM or LOCAL SERVICE accounts and having privileged access to the OS without requiring admin approval or UAC elevation, and with the second half running as an <em>unprivileged</em> userspace client program which interacts with the service backend to get stuff done.</p>
<p>The resulting application has an installer &#8211; which requires admin privileges, of course &#8211; which installs and launches the background service. The background service has full permission to do what we need to get operating system XXXX to be the default option for the next boot, but &#8211; in line with the Windows Service Model &#8211; cannot be interacted with by end users.</p>
<p>The installer also adds a normal UI application which sits in the taskbar (from where end-users may interact with and use iReboot) and communicates with the backend service via a custom API <em>which must not require the execution of any privileged code</em>. The service can do whatever it wants (well, whatever <em>we</em> want it to do, but lets not get picky here!), but the client program must only perform actions which normal, unprivileged users have permission to execute. </p>
<p>By using a standard inter-process communication API we avoided the need for any special actions on behalf of the client application, effectively separating logic (residing and executing on the backend service, free from the many limitations of UAC) and presentation/design (the client application, bound to obey UAC&#8217;s every wish).</p>
<p><strong>The Bottom Line</strong></p>
<p>Anyone running Windows XP or Windows Vista &#8211; with or without UAC and/or admin approval mode enabled &#8211; can now run iReboot at startup and use it to boot into whatever OS they like (in conjunction with <a href="http://neosmart.net/dl.php?id=1">EasyBCD</a>, of course!).</p>
<p><strong>But getting this far wasn&#8217;t easy</strong>. With Windows Vista, what <em>should have been</em> 100 lines of code maximum ended up being a dozen times longer, split across two different processes, and requiring way too much man-hours to write the most minimalist and to-the-point piece of software we&#8217;ve released to date.</p>
<p>Perhaps most importantly though, is the fact that <strong>Windows Vista&#8217;s newly-implemented security limitations are artificial at best, easy to code around, and only there to give the <em>impression</em> of security.</strong> Any program that UAC blocks from starting up &quot;for good security reasons&quot; can be coded to work around these limitations with (relative) ease. The &quot;architectural redesign&quot; of Vista&#8217;s security framework isn&#8217;t so much a rebuilt system as much as it is a makeover, intended to give the false impression of a more secure OS.</p>
<p>With the current Windows Vista security models, Microsoft can <em>claim </em>that Vista blocks system-modification tools from running at startup; but the truth is, there are still many ways to get them to run. At the end of day, our experience with iReboot and Vista&#8217;s security implementations brings us to the sad conclusion that with Windows Vista, Microsoft has made ISVs&#8217; jobs more complicated without actually providing any any further protection for end users from malware authors &#8211; which certainly isn&#8217;t the best way of going about this task.</p>
<p>Anyway, the fruits of our efforts:</p>
<p class="save"><a href="http://neosmart.net/dl.php?id=11">Download iReboot 1.1</a> (248 KiB)</p>
<p align="right">[<a href="http://neosmart.net/forums/">support</a>] [<a href="http://neosmart.net/donations.php">donate</a>] [<a href="http://neosmart.net/changelog.php?id=11">changelog</a>]</p>
]]></content:encoded>
			<wfw:commentRss>http://neosmart.net/blog/2008/ireboot-and-working-around-uac-limitations/feed/</wfw:commentRss>
		<slash:comments>61</slash:comments>
		</item>
		<item>
		<title>Introducing NeoSmart Coverage of Windows 7</title>
		<link>http://neosmart.net/blog/2008/introducing-neosmart-coverage-of-windows-7/</link>
		<comments>http://neosmart.net/blog/2008/introducing-neosmart-coverage-of-windows-7/#comments</comments>
		<pubDate>Sun, 16 Mar 2008 16:16:18 +0000</pubDate>
		<dc:creator>NeoSmart Technologies</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[NeoSmart Technologies]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://neosmart.net/blog/2008/introducing-neosmart-coverage-of-windows-7/</guid>
		<description><![CDATA[Press Notice: NeoSmart Technologies will by providing blow-by-blow reports regarding the next version of Windows, as the facts come in. As always, NeoSmart Technologies remains committed to providing accurate and verifiable information from trustworthy sources. We&#8217;re also dedicated to providing &#8230; <a href="http://neosmart.net/blog/2008/introducing-neosmart-coverage-of-windows-7/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Press Notice: NeoSmart Technologies will by providing blow-by-blow reports regarding the next version of Windows, as the facts come in.</p>
<p>As always, NeoSmart Technologies remains committed to providing accurate and verifiable information from trustworthy sources. We&#8217;re also dedicated to providing reports/articles regarding content that our readers deem important and newsworthy; so you&#8217;ll always be able to find the latest <em>accurate</em> information regarding the Microsoft&#8217;s next OS at <em>The NeoSmart Files.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://neosmart.net/blog/2008/introducing-neosmart-coverage-of-windows-7/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Internet Explorer 8 Screenshots</title>
		<link>http://neosmart.net/blog/2008/internet-explorer-8-screenshots/</link>
		<comments>http://neosmart.net/blog/2008/internet-explorer-8-screenshots/#comments</comments>
		<pubDate>Thu, 06 Mar 2008 23:46:45 +0000</pubDate>
		<dc:creator>NeoSmart Technologies</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Internet Explorer]]></category>
		<category><![CDATA[Internet Explorer 8]]></category>
		<category><![CDATA[Screenshots]]></category>

		<guid isPermaLink="false">http://neosmart.net/blog/2008/internet-explorer-8-screenshots/</guid>
		<description><![CDATA[As promised in our last post, we have some screenshots of Windows Internet Explorer 8 for those of you anxious to see where the latest iteration of Microsoft&#8217;s browser. While there are a couple of changes that stand out, most &#8230; <a href="http://neosmart.net/blog/2008/internet-explorer-8-screenshots/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><img class="colorbox-545"  align="right" src="http://farm3.static.flickr.com/2640/4108190781_6c80958a45_m.jpg" /> As promised in our last post, we have some <a href="http://neosmart.net/gallery/v/apps/IE8/">screenshots</a> of Windows Internet Explorer 8 for those of you anxious to see where the latest iteration of Microsoft&#8217;s browser. While there are a couple of changes that stand out, most of the visual improvements <a href="http://neosmart.net/gallery/v/apps/IE8/Domain-Name+Shading.png.html">are subtle</a> and take some keen observation to notice.</p>
<p>The screenshots: <a href="http://neosmart.net/gallery/album/view/apps/Internet+Explorer/IE8/">http://neosmart.net/gallery/album/view/apps/Internet+Explorer/IE8/</a></p>
<p>We&#8217;re still working on an in-depth review and analysis of what IE8 brings to the proverbial web browser table.</p>
]]></content:encoded>
			<wfw:commentRss>http://neosmart.net/blog/2008/internet-explorer-8-screenshots/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using xcache
Object Caching 1334/1397 objects using xcache

Served from: neosmart.net @ 2012-02-08 12:03:27 -->
