<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.2.1" -->
<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/"
	>

<channel>
	<title>CodeRewind Technology Blog</title>
	<link>http://coderewind.com/blog</link>
	<description>When it's time to find, hit rewind!</description>
	<pubDate>Wed, 10 Dec 2008 20:03:39 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.1</generator>
	<language>en</language>
			<item>
		<title>New Features in Windows 7 (Vista Successor)</title>
		<link>http://coderewind.com/blog/2008/12/10/new-features-in-windows-7-vista-successor/</link>
		<comments>http://coderewind.com/blog/2008/12/10/new-features-in-windows-7-vista-successor/#comments</comments>
		<pubDate>Wed, 10 Dec 2008 20:03:39 +0000</pubDate>
		<dc:creator>maestro</dc:creator>
		
		<category><![CDATA[Vista Updates]]></category>

		<category><![CDATA[Windows]]></category>

		<category><![CDATA[Software]]></category>

		<category><![CDATA[Technology]]></category>

		<category><![CDATA[Development]]></category>

		<category><![CDATA[Generic]]></category>

		<guid isPermaLink="false">http://coderewind.com/blog/index.php/2008/12/10/new-features-in-windows-7-vista-successor/</guid>
		<description><![CDATA[Windows 7 is going to be the Vista successor with lot of fixes and enhancements which Vista users are battling. Lets take a look at some of the exciting news features being introduced in Windows 7.
 

64-bit Support - Windows 7 us designed with 64-bit computing in mind. It&#8217;s now easier to port x86 applications into [...]]]></description>
			<content:encoded><![CDATA[<p>Windows 7 is going to be the Vista successor with lot of fixes and enhancements which Vista users are battling. Lets take a look at some of the exciting news features being introduced in Windows 7.<br />
<strong> </strong></p>
<ol>
<li><strong>64-bit Support - </strong>Windows 7 us designed with 64-bit computing in mind. It&#8217;s now easier to port x86 applications into x64.</li>
<li><strong>Support for 256 CPU Cores</strong> - Microsoft managed to remove the so-called dispatcher lock in Windows 7, allowing the kernel to scale up to 256 processors. The move further increases the importance of adopting parallel-programming techniques.</li>
<li><strong>Sensors Platform</strong> - Windows 7 featyres native support for sensors, such as GPS-based location hardware. Developers can now use the Microsoft Sensors API to created applications that adapt to location and environment.</li>
<li><strong>New Media Formats</strong> - The updated &#8220;Windows Media Foundation&#8221; enables Windows 7 to play back more popular media formats, including H.264 video, MP4 and 3GP. The Media APIs have been enhanced to allow for less power and resource consumption.</li>
<li><strong>DirectX Extends to the Desktop</strong> - The latest iteration of DirectX allows Win32 developers to use the GPU to draw high-quality graphics and text in their Windows applications.</li>
</ol>
<p>These are some of the main enhancements in the upcoming Windows 7 release which is tentative to be release in second half of 2009 or early 2010.</p>
<p>Windows 7 pre-beta version is much more stable and faster than Vista and in some cases even XP. Windows 7 boosts 20% performance increase and runs more smoothly and consumes less memory.</p>
<p>Windows 7 is a work in progress at this stage. There are more features and improvements which has not been revealed yet and may it will be held until the official release.</p>
<p class="akst_link"><a href="http://coderewind.com/blog/?p=26&amp;akst_action=share-this"  title="E-mail this, post to del.icio.us, etc." id="akst_link_26" class="akst_share_link" rel="nofollow">Share This</a>
</p>]]></content:encoded>
			<wfw:commentRss>http://coderewind.com/blog/2008/12/10/new-features-in-windows-7-vista-successor/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Cannot send session cookie - headers already sent</title>
		<link>http://coderewind.com/blog/2008/01/24/cannot-send-session-cookie-headers-already-sent/</link>
		<comments>http://coderewind.com/blog/2008/01/24/cannot-send-session-cookie-headers-already-sent/#comments</comments>
		<pubDate>Thu, 24 Jan 2008 17:56:10 +0000</pubDate>
		<dc:creator>maestro</dc:creator>
		
		<category><![CDATA[Generic]]></category>

		<guid isPermaLink="false">http://coderewind.com/blog/index.php/2008/01/24/cannot-send-session-cookie-headers-already-sent/</guid>
		<description><![CDATA[If you get these annoying messages suddenly on your website, it is very well possible that some one has tampered with your php files. 
Warning: Cannot send session cookie - headers already sent by (output  started at c:\wwwroot\mysite\config.php:9) in c:\wwwroot\mysite\config.php on line 11

Solution: Although this is not a 100% solution but this worked for me. Open the file mentioned [...]]]></description>
			<content:encoded><![CDATA[<p><font size="2" face="Arial"><span class="166490317-24012008">If you get these annoying messages suddenly on your website, it is very well possible that some one has tampered with your php files. </span></font></p>
<p><font size="2" face="Arial"><strong>Warning:</strong> Cannot send session cookie - headers already sent by (output<span class="166490317-24012008"> </span> started at <span class="166490317-24012008">c</span>:\wwwroot\<span class="166490317-24012008">mysite</span>\<span class="166490317-24012008">config</span>.php:9) in <span class="166490317-24012008">c</span>:\wwwroot\<span class="166490317-24012008">mysite</span>\<span class="166490317-24012008">config</span>.php on line<span class="166490317-24012008"> </span>11<br />
</font></p>
<p><font size="+0"><span class="166490317-24012008"><font size="2" face="Arial"><strong>Solution: </strong>Although this is not a 100% solution but this worked for me. O</font></span></font><font size="+0"><span class="166490317-24012008"><font size="2" face="Arial">pen the file mentioned in the error message (<strong><span class="166490317-24012008">config</span>.php</strong> in my case) and go to the end of the php closing tag. If you notice extra lines after the closing tag delete it. Please traverse all the nested include files and fix these extra lines. You should be good to go.</font></span></font><font face="Arial"><br />
</font></p>
<p class="akst_link"><a href="http://coderewind.com/blog/?p=25&amp;akst_action=share-this"  title="E-mail this, post to del.icio.us, etc." id="akst_link_25" class="akst_share_link" rel="nofollow">Share This</a>
</p>]]></content:encoded>
			<wfw:commentRss>http://coderewind.com/blog/2008/01/24/cannot-send-session-cookie-headers-already-sent/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Should I Use Windows Vista Update?</title>
		<link>http://coderewind.com/blog/2007/08/27/should-i-use-windows-vista-update/</link>
		<comments>http://coderewind.com/blog/2007/08/27/should-i-use-windows-vista-update/#comments</comments>
		<pubDate>Mon, 27 Aug 2007 20:16:20 +0000</pubDate>
		<dc:creator>maestro</dc:creator>
		
		<category><![CDATA[Vista Updates]]></category>

		<category><![CDATA[Software]]></category>

		<category><![CDATA[Technology]]></category>

		<category><![CDATA[Generic]]></category>

		<guid isPermaLink="false">http://coderewind.com/blog/?p=21</guid>
		<description><![CDATA[If you are a user of Windows Vista, as millions of PC owners are, you have the newest and most advanced version of Windows available. Over five years of development went into this software, which translates into millions of hours of effort by software professionals.
So, with all of this, why should you install any updates? [...]]]></description>
			<content:encoded><![CDATA[<p>If you are a user of Windows Vista, as millions of PC owners are, you have the newest and most advanced version of Windows available. Over five years of development went into this software, which translates into millions of hours of effort by software professionals.</p>
<p>So, with all of this, why should you install any updates? Shouldn&#8217;t it work right out of the box?</p>
<p>These updates are needed for several reasons.</p>
<p><strong>First,</strong> while Windows Vista delivered many improvements to it&#8217;s graphical user interface, networking, and program performance, it had some compatibility issues in it&#8217;s earliest releases. This is a new operating system that must work flawlessly with thousands of existing applications and hardware, manufactured by companies from around the world.<br />
Your update will address many of the issues that have been identified since the product&#8217;s release.</p>
<p><strong>Second</strong> reason is security. Vista is as good or better at secure operation than any of it&#8217;s predecessors. However, the security landscape is constantly changing. Hackers, spammers, and malware artists are constantly probing Vista and other operating systems for ways to take over. Your Vista update will address potential and confirmed threats to the security of your computer and your network.</p>
<p>So the answer to the question &#8216;Should I Use Windows Vista Update?&#8217; is yes. Keeping your OS up to date, whether it&#8217;s Vista or any other, is crucial to operating in the on line environment of the twenty first century.</p>
<p class="akst_link"><a href="http://coderewind.com/blog/?p=21&amp;akst_action=share-this"  title="E-mail this, post to del.icio.us, etc." id="akst_link_21" class="akst_share_link" rel="nofollow">Share This</a>
</p>]]></content:encoded>
			<wfw:commentRss>http://coderewind.com/blog/2007/08/27/should-i-use-windows-vista-update/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Warning About New Vista Updates</title>
		<link>http://coderewind.com/blog/2007/08/23/warning-about-new-vista-updates/</link>
		<comments>http://coderewind.com/blog/2007/08/23/warning-about-new-vista-updates/#comments</comments>
		<pubDate>Thu, 23 Aug 2007 16:51:44 +0000</pubDate>
		<dc:creator>maestro</dc:creator>
		
		<category><![CDATA[Vista Updates]]></category>

		<category><![CDATA[Software]]></category>

		<category><![CDATA[Technology]]></category>

		<category><![CDATA[Generic]]></category>

		<guid isPermaLink="false">http://coderewind.com/blog/?p=20</guid>
		<description><![CDATA[There has been more than one warning about new Vista updates on the nets since the introduction of Vista in 2007. Some are well founded, while others are based more on supposition.
Updates and patches are not unique to Windows or Vista. All modern operating systems must be updated regularly to keep them fully operational.
Updates and [...]]]></description>
			<content:encoded><![CDATA[<p>There has been more than one warning about new Vista updates on the nets since the introduction of Vista in 2007. Some are well founded, while others are based more on supposition.</p>
<p>Updates and patches are not unique to Windows or Vista. All modern operating systems must be updated regularly to keep them fully operational.<br />
Updates and patches perform many functions. Some correct problems discovered in the operating system in real world usage. Others install or enhance features that were supposed to be part of the original release but were disabled, omitted, or installed in a limited implementation due to rollout pressures.</p>
<p>Problems with updates are not new either. Security updates to XP were well known for shutting down network and printer connections in multi user environments. Fortunately, these problems were fixed by a few adjustments to the firewall and network settings.</p>
<p>Other update issues are more serious. Often updates can come from different teams within the development and support group. While this method helps get updates out in a timely fashion, occasionally one teams update can undo one of the fixes of another.</p>
<p>When considering whether to perform a Vista update, you should read the message boards for possible conflicts with your application base. Some updates are required for your software to run properly, while others may shut down a working application completely.</p>
<p>Even though there is a risk, it is usually best to keep up with the Vista update schedule. Otherwise, you may find yourself so far behind the curve that you will need help to catch up.</p>
<p class="akst_link"><a href="http://coderewind.com/blog/?p=20&amp;akst_action=share-this"  title="E-mail this, post to del.icio.us, etc." id="akst_link_20" class="akst_share_link" rel="nofollow">Share This</a>
</p>]]></content:encoded>
			<wfw:commentRss>http://coderewind.com/blog/2007/08/23/warning-about-new-vista-updates/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Microsoft Releases Two Vista Updates</title>
		<link>http://coderewind.com/blog/2007/08/23/microsoft-releases-two-vista-updates/</link>
		<comments>http://coderewind.com/blog/2007/08/23/microsoft-releases-two-vista-updates/#comments</comments>
		<pubDate>Thu, 23 Aug 2007 16:48:18 +0000</pubDate>
		<dc:creator>maestro</dc:creator>
		
		<category><![CDATA[Vista Updates]]></category>

		<category><![CDATA[Software]]></category>

		<category><![CDATA[Technology]]></category>

		<category><![CDATA[Generic]]></category>

		<guid isPermaLink="false">http://coderewind.com/blog/?p=19</guid>
		<description><![CDATA[The news that Microsoft releases two Vista updates was received in the PC world with little surprise. Patches, updates and revisions are common in the Windows world. What makes these recent updates different is the scope and range of their effect. Many in the industry believe that they a sign the the first Service Pack [...]]]></description>
			<content:encoded><![CDATA[<p>The news that Microsoft releases two Vista updates was received in the PC world with little surprise. Patches, updates and revisions are common in the Windows world. What makes these recent updates different is the scope and range of their effect. Many in the industry believe that they a sign the the first Service Pack for the Windows Vista operating system is not far away.</p>
<p>Microsoft has been issuing regular updates for it&#8217;s Windows products for years. Most users receive changes once or twice a week which are incorporated into their installation with little or no effort on their part. These updates and patches are designed to fix problems, enhance features, and improve performance and security.</p>
<p>A service pack, on the other hand, is a compilation of many updates. While not quite a new version of Windows, a service pack marks the point when the current Window&#8217;s version reaches a specific level of performance and reliability. Many issues are addressed and many features are added or enhanced by a service pack installation.</p>
<p>Microsoft has not officially declared that Vista Service Pack 1 is even in the works, but most analysts feel it just a matter of time before one comes available. The release of two Vista Updates so close together tells a lot. And since the next version of Windows is not scheduled for release until 2010, at least one service pack for Vista is just short of inevitable.</p>
<p> You can find both the updates here:</p>
<p>&#8211; <a href="http://support.microsoft.com/?kbid=938194">http://support.microsoft.com/?kbid=938194</a> (Compatibility and Reliability patch)</p>
<p>&#8211; <a href="http://support.microsoft.com/?kbid=938979">http://support.microsoft.com/?kbid=938979</a> (Performance and Reliability patch)</p>
<p class="akst_link"><a href="http://coderewind.com/blog/?p=19&amp;akst_action=share-this"  title="E-mail this, post to del.icio.us, etc." id="akst_link_19" class="akst_share_link" rel="nofollow">Share This</a>
</p>]]></content:encoded>
			<wfw:commentRss>http://coderewind.com/blog/2007/08/23/microsoft-releases-two-vista-updates/feed/</wfw:commentRss>
		</item>
		<item>
		<title>What are Vista updates and patches and why do I need them?</title>
		<link>http://coderewind.com/blog/2007/08/21/what-are-vista-updates-and-patches-and-why-do-i-need-them/</link>
		<comments>http://coderewind.com/blog/2007/08/21/what-are-vista-updates-and-patches-and-why-do-i-need-them/#comments</comments>
		<pubDate>Tue, 21 Aug 2007 15:38:20 +0000</pubDate>
		<dc:creator>maestro</dc:creator>
		
		<category><![CDATA[Generic]]></category>

		<guid isPermaLink="false">http://coderewind.com/blog/?p=16</guid>
		<description><![CDATA[Microsoft Vista, the latest generation of the Windows Operating System family, is a reliable, robust and secure operating system. But, from time to time, it needs to be adjusted to be able to do it&#8217;s job properly.
Why?
Well, part of the reason is compatibility. Vista is a new operating system, and while it was extensively tested [...]]]></description>
			<content:encoded><![CDATA[<p>Microsoft Vista, the latest generation of the Windows Operating System family, is a reliable, robust and secure operating system. But, from time to time, it needs to be adjusted to be able to do it&#8217;s job properly.</p>
<p><strong>Why?</strong><br />
Well, part of the reason is compatibility. Vista is a new operating system, and while it was extensively tested prior to release, nothing compares to the test that millions of new users put an OS through in it&#8217;s first few weeks of operation. During that time, it was discovered that Vista had some compatibility issues with some of the thousands of software packages and hardware options in the PC world. These issues are addressed by creating and installing updates and patches to the Vista Operating System Code.</p>
<p>The second reason is security. Unlike the early days of the PC, Vista does not exist in a vacuum. If your PC is on line, it is subject to attacks by viruses, phishing sites, malware and other intruders bent on taking over your PC for their own purposes. The tactics change from day to day, and the weapons Vista employs to combat them must change as well. Keeping your copy of Vista patched and updated is important to the survival of your PC.</p>
<p class="akst_link"><a href="http://coderewind.com/blog/?p=16&amp;akst_action=share-this"  title="E-mail this, post to del.icio.us, etc." id="akst_link_16" class="akst_share_link" rel="nofollow">Share This</a>
</p>]]></content:encoded>
			<wfw:commentRss>http://coderewind.com/blog/2007/08/21/what-are-vista-updates-and-patches-and-why-do-i-need-them/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How to apply updates on Vista</title>
		<link>http://coderewind.com/blog/2007/08/21/how-to-apply-updates-on-vista/</link>
		<comments>http://coderewind.com/blog/2007/08/21/how-to-apply-updates-on-vista/#comments</comments>
		<pubDate>Tue, 21 Aug 2007 15:36:37 +0000</pubDate>
		<dc:creator>maestro</dc:creator>
		
		<category><![CDATA[Vista Updates]]></category>

		<category><![CDATA[Software]]></category>

		<category><![CDATA[Technology]]></category>

		<category><![CDATA[Development]]></category>

		<category><![CDATA[Generic]]></category>

		<guid isPermaLink="false">http://coderewind.com/blog/?p=18</guid>
		<description><![CDATA[This is generally a simple process, but not without it&#8217;s pitfalls.
Windows Vista, like all PC operating systems, requires periodic updates to function properly in the varied and changing computing environment. New software is introduced, new viruses are releases, and unforeseen issues can hamper and even threaten your computer systems. Regular updates keep your operating system [...]]]></description>
			<content:encoded><![CDATA[<p>This is generally a simple process, but not without it&#8217;s pitfalls.</p>
<p>Windows Vista, like all PC operating systems, requires periodic updates to function properly in the varied and changing computing environment. New software is introduced, new viruses are releases, and unforeseen issues can hamper and even threaten your computer systems. Regular updates keep your operating system on the cutting edge.</p>
<p>Most updates are relatively simple and are done automatically by Windows Vista during the regular, daily update checks. It is recommended that this feature is set at all times.</p>
<p>You can setup the automatic update feature by going to START – All Programs – Change Settings.</p>
<p>From this screen, you can select the kind of updates you want automatically done, and what time you want Vista to perform the updates.  This allows you to schedule the updates for a time when you are not using the PC.</p>
<p>If you have automatic updating off, or you have been off line for a while, you can get the latest updates by going to START – All Programs – Windows Update.</p>
<p>Click on &#8216;Check for Updates&#8217;. This will connect you to the Microsoft site and allow you do download and install all recent updates that are not in your copy of Vista.</p>
<p>This should be done weekly if you do not have Automatic Update set up. If you have not updated in a while, you may have to perform this operation more than once to get all of the updates installed.</p>
<p class="akst_link"><a href="http://coderewind.com/blog/?p=18&amp;akst_action=share-this"  title="E-mail this, post to del.icio.us, etc." id="akst_link_18" class="akst_share_link" rel="nofollow">Share This</a>
</p>]]></content:encoded>
			<wfw:commentRss>http://coderewind.com/blog/2007/08/21/how-to-apply-updates-on-vista/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Unleash the Power of Motion Desktop</title>
		<link>http://coderewind.com/blog/2007/08/20/unleash-the-power-of-motion-desktop/</link>
		<comments>http://coderewind.com/blog/2007/08/20/unleash-the-power-of-motion-desktop/#comments</comments>
		<pubDate>Mon, 20 Aug 2007 03:30:45 +0000</pubDate>
		<dc:creator>maestro</dc:creator>
		
		<category><![CDATA[Vista Updates]]></category>

		<category><![CDATA[Software]]></category>

		<category><![CDATA[Technology]]></category>

		<category><![CDATA[Generic]]></category>

		<guid isPermaLink="false">http://coderewind.com/blog/?p=17</guid>
		<description><![CDATA[Vitsa now brings you the ultimate feature of Motion Desktop as part of the OS build. You can download the Windows DreamScene Content Pack from the Microsoft Windows Update Web site.  Windows DreamScene Content Pack includes four high-quality video loops to be used with Windows DreamScene. The video loops provide a dynamic desktop image in Windows [...]]]></description>
			<content:encoded><![CDATA[<p>Vitsa now brings you the ultimate feature of <strong>Motion Desktop </strong>as part of the OS build. You can download the Windows DreamScene Content Pack from the Microsoft Windows Update Web site.  Windows DreamScene Content Pack includes four high-quality video loops to be used with Windows DreamScene. The video loops provide a dynamic desktop image in Windows Vista Ultimate.</p>
<p>The four videos that are included in the Windows DreamScene Content Pack can be described as follows:</p>
<ul>
<li>A bee that is flying around a field of thistle</li>
<li>A street lamp that is reflected in a puddle as soft rain falls into the puddle</li>
<li>The movement of water in a forest stream</li>
<li>A computer-generated scene that contains orange-colored wisps</li>
</ul>
<p>You can use your regular vista update to get this as an extra feature. This has not been released officially for everyone so anyone who is aready to test it can download and use it at their risk.</p>
<p class="akst_link"><a href="http://coderewind.com/blog/?p=17&amp;akst_action=share-this"  title="E-mail this, post to del.icio.us, etc." id="akst_link_17" class="akst_share_link" rel="nofollow">Share This</a>
</p>]]></content:encoded>
			<wfw:commentRss>http://coderewind.com/blog/2007/08/20/unleash-the-power-of-motion-desktop/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Is it worth moving to Vista?</title>
		<link>http://coderewind.com/blog/2007/08/09/is-it-worth-moving-to-vista/</link>
		<comments>http://coderewind.com/blog/2007/08/09/is-it-worth-moving-to-vista/#comments</comments>
		<pubDate>Thu, 09 Aug 2007 16:19:10 +0000</pubDate>
		<dc:creator>maestro</dc:creator>
		
		<category><![CDATA[Software]]></category>

		<category><![CDATA[Technology]]></category>

		<category><![CDATA[Development]]></category>

		<category><![CDATA[Generic]]></category>

		<guid isPermaLink="false">http://coderewind.com/blog/?p=15</guid>
		<description><![CDATA[So far I have a mixed feeling for Vista Upgrade. I think microsoft went with the release of Vista a little too early. So I would call this release as a post-beta release. There is word of advice for users who are planning to upgrade to Vista from Wndows XP. Dont expect every application to work flawless in [...]]]></description>
			<content:encoded><![CDATA[<p>So far I have a mixed feeling for <a href="http://www.coderewind.com">Vista </a>Upgrade. I think microsoft went with the release of Vista a little too early. So I would call this release as a post-beta release. There is word of advice for users who are planning to upgrade to Vista from Wndows XP. Dont expect every application to work flawless in Vista. If you are prepared to experiment only then go for Vista Upgrade. Up until now, Vista doesn’t support a significant number of <a href="http://www.coderewind.com">applications</a>, including some that are critical to business operation. Many <a href="http://www.coderewind.com">hardware</a> manufacturers also haven’t yet released <a href="http://www.coderewind.com">drivers</a> that support Vista. And up until now enterprises are waiting for the release of a more stable Vista release (SP1) next year or in 2009 before implementing Vista. The resolution of application compatibility and driver issues in Vista may come too late. While <a href="http://www.coderewind.com/?downloads">application </a>compatibility and driver issues should not be a big concern in one or two years from now, Vista deployment by that time may be less beneficial, especially if the enterprise has found no compelling reason to move over to Vista, especially if Windows 7 is on the horizon. But on the other hand individual users can still go ahead with the upgrade is they want to reap some enhancements in security and the overall Graphical User Interface changes Microsoft incorporated in Vista.</p>
<p>In my personal experience XP still holds an edge over Vista in terms of stability and compatibility. I have heard from people that they dont prefer Vista due to its huge memroy consumption specially with its indexing feature. Even on a machine with 2GB RAM it hogs up memory very fast. Iam desperately waiting for the release of SP1 and hope that these issues will be resolved.</p>
<p class="akst_link"><a href="http://coderewind.com/blog/?p=15&amp;akst_action=share-this"  title="E-mail this, post to del.icio.us, etc." id="akst_link_15" class="akst_share_link" rel="nofollow">Share This</a>
</p>]]></content:encoded>
			<wfw:commentRss>http://coderewind.com/blog/2007/08/09/is-it-worth-moving-to-vista/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Windows Vista - give it a go!</title>
		<link>http://coderewind.com/blog/2007/08/07/windows-vista-give-it-a-go/</link>
		<comments>http://coderewind.com/blog/2007/08/07/windows-vista-give-it-a-go/#comments</comments>
		<pubDate>Tue, 07 Aug 2007 04:45:35 +0000</pubDate>
		<dc:creator>maestro</dc:creator>
		
		<category><![CDATA[Software]]></category>

		<category><![CDATA[Technology]]></category>

		<category><![CDATA[Development]]></category>

		<category><![CDATA[Generic]]></category>

		<guid isPermaLink="false">http://coderewind.com/blog/?p=14</guid>
		<description><![CDATA[I heard so many rumors about Windows Vista, so I thought about giving it a try. I started testing Vista during the beta testing but lost the flow due to other endeavors. During the testing phase I realized that it did not comply with all the third party products, especially the device drivers. I bought my [...]]]></description>
			<content:encoded><![CDATA[<p>I heard so many rumors about Windows Vista, so I thought about giving it a try. I started testing Vista during the beta testing but lost the flow due to other endeavors. During the testing phase I realized that it did not comply with all the third party products, especially the device drivers. I bought my new HP Pavilion dv6000t Notebook preloaded with Windows XP professional in sep 2005. I was unlucky in getting a free upgrade copy of Vista from HP as they only offered it to people who bought the machine after sep 2005. Recently I got lucky as one of my good friend sent me free copy of Windows Vista Ultimate version (The most wanted..).</p>
<p><strong>Installation Experience:</strong></p>
<p>The Vista Upgrade Advisor did bring out issues with some of the softwares and device drivers on my laptop. After I backed up my data I went ahead with a clean install and the process went fine. The only issue I faced during the install process was setting up my webcam drivers. I had to dig into the WebCam manufacturers site for assistance. Finally I got it resolved with the help of Microsoft Vista Tech Support. Before that I was bounced by HP Tech Support because I had an unsupported OS on my machine.</p>
<p><strong> Vista User Experience:</strong></p>
<p>I was amazed by the graphical enhancement they made in Vista. Even though I have worked on MacOS I did find microsoft&#8217;s improvement in the OS really interesting. Im not sure what&#8217;s in store for future from microsoft. I have been a microsoft fan since 1994. Lately I have been trying out some open source OS&#8217;s, which in my view have really come a long way. They offer almost all the features but the only thing which bring Microsoft&#8217;s OS is their support.</p>
<p>I would shed more light on my Vista experience in my coming blogs. Stay tuned&#8230;&#8230;</p>
<p class="akst_link"><a href="http://coderewind.com/blog/?p=14&amp;akst_action=share-this"  title="E-mail this, post to del.icio.us, etc." id="akst_link_14" class="akst_share_link" rel="nofollow">Share This</a>
</p>]]></content:encoded>
			<wfw:commentRss>http://coderewind.com/blog/2007/08/07/windows-vista-give-it-a-go/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
