<?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>Technology Blog &#187; Windows</title>
	<atom:link href="http://www.brianessig.com/category/windows/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.brianessig.com</link>
	<description>Tips and Tricks for Techies</description>
	<lastBuildDate>Sat, 19 Nov 2011 20:44:00 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>VMware slow copy between host and Vitual Machine</title>
		<link>http://www.brianessig.com/2010/01/vmware-slow-copy-between-host-and-vitual-machine/</link>
		<comments>http://www.brianessig.com/2010/01/vmware-slow-copy-between-host-and-vitual-machine/#comments</comments>
		<pubDate>Sat, 23 Jan 2010 17:44:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.brianessig.com/?p=212</guid>
		<description><![CDATA[After installing windows 7 64bit on my computer as the host operating system, copying files from the host windows to my linux virtual machine was painfully slow.  After some research I found the fix to be :
Going to the control panel -&#62; network and internet-&#62; network connections-&#62; right click on your physical interface -&#62; [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.brianessig.com/wp-content/uploads/vmware.jpg"><img class="aligncenter size-medium wp-image-213" title="vmware" src="http://www.brianessig.com/wp-content/uploads/vmware-300x182.jpg" alt="" width="300" height="182" /></a>After installing windows 7 64bit on my computer as the host operating system, copying files from the host windows to my linux virtual machine was painfully slow.  After some research I found the fix to be :<br />
Going to the control panel -&gt; network and internet-&gt; network connections-&gt; right click on your physical interface -&gt; click on configure-&gt; click on the advanced tab.</p>
<p>In here make sure ipv4 checksum offloader, large send offload v2 ipv4, large send offload v2 ipv6 are disabled.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.brianessig.com/2010/01/vmware-slow-copy-between-host-and-vitual-machine/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Adobe CS4 64 Bit Runs Sluggish</title>
		<link>http://www.brianessig.com/2010/01/adobe-cs4-64-bit-runs-sluggish/</link>
		<comments>http://www.brianessig.com/2010/01/adobe-cs4-64-bit-runs-sluggish/#comments</comments>
		<pubDate>Thu, 21 Jan 2010 15:18:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.brianessig.com/?p=201</guid>
		<description><![CDATA[Recently, I upgraded to CS4 suite.  It took me a while.  I didn&#8217;t want to pay for what I thought was such a minor version update.  It was running slow on my windows 7 64 bit machine.  Zoom in and outs were sluggish and so was vertical scrolling.  The fix seems to be easy though:
disabling [...]]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter size-medium wp-image-202" title="cs4" src="http://www.brianessig.com/wp-content/uploads/cs4-300x265.png" alt="cs4" width="300" height="265" />Recently, I upgraded to CS4 suite.  It took me a while.  I didn&#8217;t want to pay for what I thought was such a minor version update.  It was running slow on my windows 7 64 bit machine.  Zoom in and outs were sluggish and so was vertical scrolling.  The fix seems to be easy though:</p>
<p>disabling OpenGL support (in Edit&gt; Preferences &gt; Performance&gt; Uncheck Enable OpenGL Drawing ).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.brianessig.com/2010/01/adobe-cs4-64-bit-runs-sluggish/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HTML 5 Review</title>
		<link>http://www.brianessig.com/2009/09/html-5-review/</link>
		<comments>http://www.brianessig.com/2009/09/html-5-review/#comments</comments>
		<pubDate>Fri, 11 Sep 2009 17:27:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[html 5]]></category>
		<category><![CDATA[web browsers]]></category>

		<guid isPermaLink="false">http://www.brianessig.com/?p=141</guid>
		<description><![CDATA[
A colleague of mine recently came over to discuss HTML 5 the next major revision of HTML!  He wondered what new and beneficial features were in store.  The few noticeable ones are:

New &#8220;nav&#8221; and &#8220;footer&#8221; elements
Canvas tag for immediate bitmap rendering &#8211; this is so cool!  No more using gd libraries on servers [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img class="size-medium wp-image-140 aligncenter" title="html5" src="http://www.brianessig.com/wp-content/uploads/html5-300x240.jpg" alt="html5" width="300" height="240" /></p>
<p>A colleague of mine recently came over to discuss HTML 5 the next major revision of HTML!  He wondered what new and beneficial features were in store.  The few noticeable ones are:</p>
<ul>
<li>New &#8220;nav&#8221; and &#8220;footer&#8221; elements</li>
<li>Canvas tag for immediate bitmap rendering &#8211; this is so cool!  No more using gd libraries on servers &#8211; use the clients web browser!</li>
<li>Drag and Drop capability.  If you&#8217;ve ever created a website that had users uploading files we know this is a HUGE feature!  Gmail attachments will be so much easier now too!</li>
<li>Cross Document Messaging &#8211; not too much discussion on this one &#8211; are two pages going to be communicate with each other?</li>
<li>Timed media playback.</li>
<li>Video tag allows in browser playback &#8211; cool in theory but they dropped a specific codec, so now this is going to get messy!  Users will need to have codec&#8217;s installed or users uploading will need to take care!</li>
</ul>
<p>These are the highlights.  In my opinion the drag and drop is by far going to be the most anticipated and highly used feature &#8211; next to video.  But regular end users won&#8217;t notice the video tag as they are use to flash.  So many users won&#8217;t even notice a difference.</p>
<p>Unfortunately, we&#8217;ll probably have about 10 years to go until we&#8217;re able to use these features.  Microsoft IE 6 is still lingering around, so we have to wait for that beast to die (2014)&#8230;..and with some hope and luck, we&#8217;ll be happy coding in html 5 within 10 years!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.brianessig.com/2009/09/html-5-review/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>kill all for windows</title>
		<link>http://www.brianessig.com/2009/05/kill-all-for-windows/</link>
		<comments>http://www.brianessig.com/2009/05/kill-all-for-windows/#comments</comments>
		<pubDate>Fri, 29 May 2009 14:51:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.brianessig.com/?p=88</guid>
		<description><![CDATA[
Linux has a good command for killing a proccess (or multiple proccesses) from the command line.  Well what about windows?  It has taskkill:
Taskkill /F /IM process
]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.brianessig.com/wp-content/uploads/windows.jpg" alt="windows" title="windows" width="123" height="111" class="aligncenter size-full wp-image-89" /><br />
Linux has a good command for killing a proccess (or multiple proccesses) from the command line.  Well what about windows?  It has taskkill:</p>
<p><code>Taskkill /F /IM process</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.brianessig.com/2009/05/kill-all-for-windows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

