<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: VB Graphics Programming: Part 4 (Optimizations Checklist)</title>
	<atom:link href="http://www.tannerhelland.com/43/vb-graphics-programming-4/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tannerhelland.com/43/vb-graphics-programming-4/</link>
	<description>Home of the award-winning author, VG composer, and programmer</description>
	<lastBuildDate>Thu, 09 Feb 2012 02:43:44 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Santanu Saha</title>
		<link>http://www.tannerhelland.com/43/vb-graphics-programming-4/comment-page-1/#comment-2247</link>
		<dc:creator>Santanu Saha</dc:creator>
		<pubDate>Wed, 18 May 2011 13:12:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.thehellands.com/vb/?p=10#comment-2247</guid>
		<description>Good one let see whether i will be able to do the program</description>
		<content:encoded><![CDATA[<p>Good one let see whether i will be able to do the program</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: roberto</title>
		<link>http://www.tannerhelland.com/43/vb-graphics-programming-4/comment-page-1/#comment-979</link>
		<dc:creator>roberto</dc:creator>
		<pubDate>Mon, 28 Dec 2009 08:53:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.thehellands.com/vb/?p=10#comment-979</guid>
		<description>i&#039;ve read the articles and the tips&amp;triks are great but i&#039;ve found a little problem applying the code. I use GetImageData and SetImageData (from the brightness demo) to store and retrieve an image (into a picturebox) acquired from a webcam. If the sourcepicbox has the same dimensions of the destpicbox all works fine. but if the destpicbox is different, the images looks like ripped. someone can help me?</description>
		<content:encoded><![CDATA[<p>i&#8217;ve read the articles and the tips&amp;triks are great but i&#8217;ve found a little problem applying the code. I use GetImageData and SetImageData (from the brightness demo) to store and retrieve an image (into a picturebox) acquired from a webcam. If the sourcepicbox has the same dimensions of the destpicbox all works fine. but if the destpicbox is different, the images looks like ripped. someone can help me?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tanner</title>
		<link>http://www.tannerhelland.com/43/vb-graphics-programming-4/comment-page-1/#comment-628</link>
		<dc:creator>Tanner</dc:creator>
		<pubDate>Mon, 15 Jun 2009 20:15:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.thehellands.com/vb/?p=10#comment-628</guid>
		<description>Ah, nice catch Mike.  I&#039;ve corrected both mistakes and will double-check for any other escape character problems.  

Many thanks for pointing those out, and I&#039;m glad the articles have been helpful to you.</description>
		<content:encoded><![CDATA[<p>Ah, nice catch Mike.  I&#8217;ve corrected both mistakes and will double-check for any other escape character problems.  </p>
<p>Many thanks for pointing those out, and I&#8217;m glad the articles have been helpful to you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://www.tannerhelland.com/43/vb-graphics-programming-4/comment-page-1/#comment-627</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Mon, 15 Jun 2009 17:48:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.thehellands.com/vb/?p=10#comment-627</guid>
		<description>I am absolutely loving these articles!  I did discover a few more problems though when you converted your website:

&quot;Therefore, avoid decimals if possible.  For example, Red = Red * 1.5 tends to be slower than Red = (Red * 15) 10. &quot;

Should be:

Therefore, avoid decimals if possible.  For example, Red = Red * 1.5 tends to be slower than Red = (Red * 15) \ 10. 


&quot;Watch for dividing code.  Two points here: 1) always use instead of /. &quot;

Should Be:
Watch for dividing code.  Two points here: 1) always use \ instead of /.</description>
		<content:encoded><![CDATA[<p>I am absolutely loving these articles!  I did discover a few more problems though when you converted your website:</p>
<p>&#8220;Therefore, avoid decimals if possible.  For example, Red = Red * 1.5 tends to be slower than Red = (Red * 15) 10. &#8221;</p>
<p>Should be:</p>
<p>Therefore, avoid decimals if possible.  For example, Red = Red * 1.5 tends to be slower than Red = (Red * 15) \ 10. </p>
<p>&#8220;Watch for dividing code.  Two points here: 1) always use instead of /. &#8221;</p>
<p>Should Be:<br />
Watch for dividing code.  Two points here: 1) always use \ instead of /.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: miguel</title>
		<link>http://www.tannerhelland.com/43/vb-graphics-programming-4/comment-page-1/#comment-476</link>
		<dc:creator>miguel</dc:creator>
		<pubDate>Thu, 19 Mar 2009 00:10:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.thehellands.com/vb/?p=10#comment-476</guid>
		<description>Great article.

I&#039;m interested in computer vision where the same principles can be applied to obtain a cheap working platform.

Thank you very much for your work.
Miguel</description>
		<content:encoded><![CDATA[<p>Great article.</p>
<p>I&#8217;m interested in computer vision where the same principles can be applied to obtain a cheap working platform.</p>
<p>Thank you very much for your work.<br />
Miguel</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching 6/17 queries in 0.025 seconds using disk: basic

Served from: www.tannerhelland.com @ 2012-02-10 12:32:54 -->
