<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Turtle Graphics Logo Program</title><link>http://blogs.msdn.com/calvin_hsia/archive/2006/09/05/741966.aspx</link><description>Warning: this simple program produces mesmerizing spirographic images that seem hallucinatory in nature! Discretion is advised! Do not drive while watching these graphics! Almost 30 years ago, I had heard about a concept developed by Professor Seymour</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>re: Turtle Graphics Logo Program</title><link>http://blogs.msdn.com/calvin_hsia/archive/2006/09/05/741966.aspx#748514</link><pubDate>Sun, 10 Sep 2006 11:59:48 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:748514</guid><dc:creator>Jochen Kirstaetter</dc:creator><description>Hi Calvin,&lt;br&gt;Logo was one of the first programming languages I had contact with. During this time my parents bought a Joyce (Amstrad PCW 8512) and so I could experiment with Logo on CP/M+ OS. It was quite funny to produce those Lissajou graphics.&lt;br&gt;&lt;br&gt;It's fun to see this stuff in VFP today.&lt;br&gt;&lt;br&gt;Kind regards, JoKi</description></item><item><title>re: Turtle Graphics Logo Program</title><link>http://blogs.msdn.com/calvin_hsia/archive/2006/09/05/741966.aspx#749827</link><pubDate>Mon, 11 Sep 2006 22:26:18 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:749827</guid><dc:creator>Calvin_Hsia</dc:creator><description>The Fox and VB versions of the turtle don’t show the same color because the order of RGB is a little different. Red is the low order 8 bits of the color in the Fox version, but the 3rd byte in the VB version. &lt;br&gt;Add these lines to make them the same.&lt;br&gt;&lt;br&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Dim n As Integer&lt;br&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;n = ((Me.oColor.R + Me.oColor.G * 256 + Me.oColor.B * 256 ^ 2) + nInputParam) And &amp;amp;HFFFFFF&lt;br&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Me.oColor = Color.FromArgb(&amp;amp;HFF000000 Or ((n And &amp;amp;HFF) * 256 ^ 2 + (n And &amp;amp;HFF00) + (n And &amp;amp;HFF0000) / 256 ^ 2))&lt;br&gt;&lt;br&gt;Also, the Fox version always started with the same color after the turtle went out of bounds. The version available now on the website fixes that by saving/restoring the color around the call to InitVals.&lt;br&gt;</description></item><item><title>re: Turtle Graphics Logo Program</title><link>http://blogs.msdn.com/calvin_hsia/archive/2006/09/05/741966.aspx#765022</link><pubDate>Thu, 21 Sep 2006 21:33:54 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:765022</guid><dc:creator>Garrett Fitzgerald</dc:creator><description>Ael loved playing with the turtle. :-) Thanks!</description></item><item><title>re: Turtle Graphics Logo Program</title><link>http://blogs.msdn.com/calvin_hsia/archive/2006/09/05/741966.aspx#1451015</link><pubDate>Thu, 11 Jan 2007 19:37:06 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1451015</guid><dc:creator>AYESHA</dc:creator><description>&lt;p&gt;1. &amp;nbsp;FD 30 &amp;nbsp;RT 90 &amp;nbsp;FD 30 &amp;nbsp;RT 90&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;FD 30 &amp;nbsp;RT 90 &amp;nbsp;FD 30 &amp;nbsp;RT 90&lt;/p&gt;
&lt;p&gt;2. &amp;nbsp;BK &amp;nbsp;30 &amp;nbsp;RT 90 &amp;nbsp;LT &amp;nbsp;135 &amp;nbsp;FD 30 &lt;/p&gt;
</description></item><item><title>Enable people to run your programs without installing anything</title><link>http://blogs.msdn.com/calvin_hsia/archive/2006/09/05/741966.aspx#3414494</link><pubDate>Wed, 20 Jun 2007 02:51:29 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:3414494</guid><dc:creator>Calvin Hsia's WebLog</dc:creator><description>&lt;p&gt;Sometimes friends or relatives might hear that you’re an expert with using computers, and might ask you&lt;/p&gt;
</description></item><item><title>re: Turtle Graphics Logo Program</title><link>http://blogs.msdn.com/calvin_hsia/archive/2006/09/05/741966.aspx#3794032</link><pubDate>Tue, 10 Jul 2007 10:29:51 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:3794032</guid><dc:creator>Peter Herzog</dc:creator><description>&lt;p&gt;Hi Calvin&lt;/p&gt;
&lt;p&gt;What a nice idea. Falling back in my past ... :-)&lt;/p&gt;
&lt;p&gt;My first &amp;quot;try&amp;quot; ended in a fractal mandelbrot picture.&lt;/p&gt;
&lt;p&gt;Greetings from germany&lt;/p&gt;
</description></item><item><title>MSDN Blog Postings  &amp;raquo; Customer site visit: 3-D printer company</title><link>http://blogs.msdn.com/calvin_hsia/archive/2006/09/05/741966.aspx#6087317</link><pubDate>Sun, 11 Nov 2007 09:21:39 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:6087317</guid><dc:creator>MSDN Blog Postings  » Customer site visit: 3-D printer company</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://msdnrss.thecoderblogs.com/2007/11/11/customer-site-visit-3-d-printer-company/"&gt;http://msdnrss.thecoderblogs.com/2007/11/11/customer-site-visit-3-d-printer-company/&lt;/a&gt;&lt;/p&gt;
</description></item><item><title>re: Turtle Graphics Logo Program</title><link>http://blogs.msdn.com/calvin_hsia/archive/2006/09/05/741966.aspx#7789931</link><pubDate>Tue, 19 Feb 2008 13:18:42 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7789931</guid><dc:creator>abhirami</dc:creator><description>&lt;p&gt;hi,my name is abhirami.i love computer. yesterday i learnt introduction to Logo.teacher said who has &amp;nbsp; computer at home,do Logo strictly,so please.&lt;/p&gt;
</description></item><item><title>re: Turtle Graphics Logo Program</title><link>http://blogs.msdn.com/calvin_hsia/archive/2006/09/05/741966.aspx#7789938</link><pubDate>Tue, 19 Feb 2008 13:19:11 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7789938</guid><dc:creator>abhirami</dc:creator><description>&lt;p&gt;hi,my name is abhirami.i love computer. yesterday i learnt introduction to Logo.teacher said who has &amp;nbsp; computer at home,do Logo strictly,so please.&lt;/p&gt;
</description></item><item><title>The Machines | It should work...</title><link>http://blogs.msdn.com/calvin_hsia/archive/2006/09/05/741966.aspx#8410283</link><pubDate>Sat, 19 Apr 2008 20:12:33 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8410283</guid><dc:creator>The Machines | It should work...</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://vierito.es/wordpress/2008/04/19/the-machines/"&gt;http://vierito.es/wordpress/2008/04/19/the-machines/&lt;/a&gt;&lt;/p&gt;
</description></item><item><title>Good site</title><link>http://blogs.msdn.com/calvin_hsia/archive/2006/09/05/741966.aspx#8683970</link><pubDate>Thu, 03 Jul 2008 15:40:26 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8683970</guid><dc:creator>Olgunka-iq</dc:creator><description>&lt;p&gt;&amp;lt;a href= &lt;a rel="nofollow" target="_new" href="http://index4.22tjol.com"&gt;http://index4.22tjol.com&lt;/a&gt; &amp;gt;cathy the cake lady&amp;lt;/a&amp;gt; &amp;lt;a href= &lt;a rel="nofollow" target="_new" href="http://index3.22tjol.com"&gt;http://index3.22tjol.com&lt;/a&gt; &amp;gt;middlesex hospital middletown ct.&amp;lt;/a&amp;gt; &amp;lt;a href= &lt;a rel="nofollow" target="_new" href="http://index1.22tjol.com"&gt;http://index1.22tjol.com&lt;/a&gt; &amp;gt;woman on a bar stool&amp;lt;/a&amp;gt; &amp;lt;a href= &lt;a rel="nofollow" target="_new" href="http://index5.22tjol.com"&gt;http://index5.22tjol.com&lt;/a&gt; &amp;gt;sensuous tickling videos&amp;lt;/a&amp;gt; &amp;lt;a href= &lt;a rel="nofollow" target="_new" href="http://index2.22tjol.com"&gt;http://index2.22tjol.com&lt;/a&gt; &amp;gt;babessites.info&amp;lt;/a&amp;gt; &lt;/p&gt;
</description></item><item><title>re: Turtle Graphics Logo Program</title><link>http://blogs.msdn.com/calvin_hsia/archive/2006/09/05/741966.aspx#9022581</link><pubDate>Wed, 29 Oct 2008 19:58:57 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9022581</guid><dc:creator>yavuz</dc:creator><description>&lt;p&gt;hi;&lt;/p&gt;
&lt;p&gt;i want to write a simple turtle graphics program.&lt;/p&gt;
&lt;p&gt;your project is so good. i want to do like this but adding a command line(textbox) then work from command line.&lt;/p&gt;
&lt;p&gt;sorry for my english :(&lt;/p&gt;
&lt;p&gt;how can i do, adding a command line ? &lt;/p&gt;
</description></item><item><title> Calvin Hsia s WebLog Turtle Graphics Logo Program | bar stools</title><link>http://blogs.msdn.com/calvin_hsia/archive/2006/09/05/741966.aspx#9748116</link><pubDate>Sun, 14 Jun 2009 08:42:02 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9748116</guid><dc:creator> Calvin Hsia s WebLog Turtle Graphics Logo Program | bar stools</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://barstoolsite.info/story.php?id=1633"&gt;http://barstoolsite.info/story.php?id=1633&lt;/a&gt;&lt;/p&gt;
</description></item><item><title> Calvin Hsia s WebLog Turtle Graphics Logo Program | storage bench</title><link>http://blogs.msdn.com/calvin_hsia/archive/2006/09/05/741966.aspx#9782712</link><pubDate>Fri, 19 Jun 2009 11:08:53 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9782712</guid><dc:creator> Calvin Hsia s WebLog Turtle Graphics Logo Program | storage bench</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://thestoragebench.info/story.php?id=8931"&gt;http://thestoragebench.info/story.php?id=8931&lt;/a&gt;&lt;/p&gt;
</description></item></channel></rss>