<?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 for onlinelearninggamesforkids.net</title>
	<atom:link href="http://onlinelearninggamesforkids.net/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://onlinelearninggamesforkids.net</link>
	<description>The Best Source to Find Online Learning Games For Kids</description>
	<lastBuildDate>Thu, 09 Sep 2010 05:39:50 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
	<item>
		<title>Comment on About by Gary</title>
		<link>http://onlinelearninggamesforkids.net/about/comment-page-1#comment-924</link>
		<dc:creator>Gary</dc:creator>
		<pubDate>Thu, 09 Sep 2010 05:39:50 +0000</pubDate>
		<guid isPermaLink="false">http://onlinelearninggamesforkids.net/?page_id=2#comment-924</guid>
		<description>&lt;strong&gt;Jorge...&lt;/strong&gt;

&lt;a href=&quot;http://24painrelief.com/&quot;&gt;levaquin 500 mg&lt;/a&gt;...</description>
		<content:encoded><![CDATA[<p><strong>Jorge&#8230;</strong></p>
<p><a href="http://24painrelief.com/">levaquin 500 mg</a>&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on About by Anthony</title>
		<link>http://onlinelearninggamesforkids.net/about/comment-page-1#comment-921</link>
		<dc:creator>Anthony</dc:creator>
		<pubDate>Wed, 08 Sep 2010 10:55:41 +0000</pubDate>
		<guid isPermaLink="false">http://onlinelearninggamesforkids.net/?page_id=2#comment-921</guid>
		<description>&lt;strong&gt;Maria...&lt;/strong&gt;

&lt;a href=&quot;http://24painrelief.com/&quot;&gt;levaquin 500 mg&lt;/a&gt;...</description>
		<content:encoded><![CDATA[<p><strong>Maria&#8230;</strong></p>
<p><a href="http://24painrelief.com/">levaquin 500 mg</a>&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on im a programming novice,and i want to learn more.any free couses online that i could take.? by the DtTvB</title>
		<link>http://onlinelearninggamesforkids.net/im-a-programming-noviceand-i-want-to-learn-more-any-free-couses-online-that-i-could-take//comment-page-1#comment-351</link>
		<dc:creator>the DtTvB</dc:creator>
		<pubDate>Fri, 14 May 2010 21:41:10 +0000</pubDate>
		<guid isPermaLink="false">#comment-351</guid>
		<description>I am also fourteen. It is not about age, but it is about how much you learn.

If you would like to program something, you can start off with web making. It is easy thing. But if you want to learn more (like on how to make dynamic things) you can go to http://w3schools.com/ to learn about web making.

For programming, it is a lot more advanced.

Visual Basic is a bit easy, but is replaced with VB.NET (express / free version available), which I think is a bit hard. If you want to learn more you can go to MSDN.

Another good language for starters is AutoIt. It allows you to Automate things, as well as make applications. Its syntax is very easy to learn.

Python is another good language. It is easy to learn and it is well-designed. It works with Windows, Linux and Mac OS X. So it is good if you want to make a program that can be run on any operating systems. And python has a lot of libraries to use!</description>
		<content:encoded><![CDATA[<p>I am also fourteen. It is not about age, but it is about how much you learn.</p>
<p>If you would like to program something, you can start off with web making. It is easy thing. But if you want to learn more (like on how to make dynamic things) you can go to <a href="http://w3schools.com/">http://w3schools.com/</a> to learn about web making.</p>
<p>For programming, it is a lot more advanced.</p>
<p>Visual Basic is a bit easy, but is replaced with VB.NET (express / free version available), which I think is a bit hard. If you want to learn more you can go to MSDN.</p>
<p>Another good language for starters is AutoIt. It allows you to Automate things, as well as make applications. Its syntax is very easy to learn.</p>
<p>Python is another good language. It is easy to learn and it is well-designed. It works with Windows, Linux and Mac OS X. So it is good if you want to make a program that can be run on any operating systems. And python has a lot of libraries to use!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on im a programming novice,and i want to learn more.any free couses online that i could take.? by two pi</title>
		<link>http://onlinelearninggamesforkids.net/im-a-programming-noviceand-i-want-to-learn-more-any-free-couses-online-that-i-could-take//comment-page-1#comment-350</link>
		<dc:creator>two pi</dc:creator>
		<pubDate>Fri, 14 May 2010 21:41:10 +0000</pubDate>
		<guid isPermaLink="false">#comment-350</guid>
		<description>Programming is an entirely different game than assembling hardware.

It&#039;s fun, but much more involved that what you&#039;ve done so far.  In fact, most people who start give up in discouragement because they&#039;ve been given bad advice.

Consider learning Python.  Check my site:

http://www.cs.iupui.edu/~aharris/pygame

I have lecture notes and sample programs for my course on game programming with Python.  I haven&#039;t made online videos for that course yet, but I will.  

Python is a great choice:

 o It&#039;s free
 o It&#039;s a lot easier to start with than C/C++
 o It works on absolutely everything
 o It&#039;s quite a powerful language
 o You&#039;ll be able to do games quickly
 o The ideas translate well to other languages

Start with basic programming concepts:
 o basic variables and arrays
 o control structures - loops, branches, functions
 o object-oriented programming

Then start working on gaming concepts
 o building a game loop
 o managing graphics
 o building game sprites
 o collision detection
 o gravity and physics models

In my book I take you all the way from nothing to creating your own powerful and easy-to-use game engine.  

I&#039;ve also got a book and web site on Flash, but I&#039;m sick of the way Adobe keeps jacking up the price, so now I teach in Python.</description>
		<content:encoded><![CDATA[<p>Programming is an entirely different game than assembling hardware.</p>
<p>It&#8217;s fun, but much more involved that what you&#8217;ve done so far.  In fact, most people who start give up in discouragement because they&#8217;ve been given bad advice.</p>
<p>Consider learning Python.  Check my site:</p>
<p><a href="http://www.cs.iupui.edu/~aharris/pygame">http://www.cs.iupui.edu/~aharris/pygame</a></p>
<p>I have lecture notes and sample programs for my course on game programming with Python.  I haven&#8217;t made online videos for that course yet, but I will.  </p>
<p>Python is a great choice:</p>
<p> o It&#8217;s free<br />
 o It&#8217;s a lot easier to start with than C/C++<br />
 o It works on absolutely everything<br />
 o It&#8217;s quite a powerful language<br />
 o You&#8217;ll be able to do games quickly<br />
 o The ideas translate well to other languages</p>
<p>Start with basic programming concepts:<br />
 o basic variables and arrays<br />
 o control structures &#8211; loops, branches, functions<br />
 o object-oriented programming</p>
<p>Then start working on gaming concepts<br />
 o building a game loop<br />
 o managing graphics<br />
 o building game sprites<br />
 o collision detection<br />
 o gravity and physics models</p>
<p>In my book I take you all the way from nothing to creating your own powerful and easy-to-use game engine.  </p>
<p>I&#8217;ve also got a book and web site on Flash, but I&#8217;m sick of the way Adobe keeps jacking up the price, so now I teach in Python.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Games for preschool? by yoshitajes</title>
		<link>http://onlinelearninggamesforkids.net/games-for-preschool//comment-page-1#comment-341</link>
		<dc:creator>yoshitajes</dc:creator>
		<pubDate>Thu, 13 May 2010 23:24:04 +0000</pubDate>
		<guid isPermaLink="false">http://onlinelearninggamesforkids.net/games-for-preschool/#comment-341</guid>
		<description>Learning about animals and birds, through activity games is very easy.
Have a look at http://www.kidsfront.com for such type of activities.</description>
		<content:encoded><![CDATA[<p>Learning about animals and birds, through activity games is very easy.<br />
Have a look at <a href="http://www.kidsfront.com">http://www.kidsfront.com</a> for such type of activities.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Games for preschool? by RINA</title>
		<link>http://onlinelearninggamesforkids.net/games-for-preschool//comment-page-1#comment-340</link>
		<dc:creator>RINA</dc:creator>
		<pubDate>Thu, 13 May 2010 23:24:04 +0000</pubDate>
		<guid isPermaLink="false">http://onlinelearninggamesforkids.net/games-for-preschool/#comment-340</guid>
		<description>You could draw the pictures in a paper then show it to the children and play memory game or a guessing game.That would be fun.</description>
		<content:encoded><![CDATA[<p>You could draw the pictures in a paper then show it to the children and play memory game or a guessing game.That would be fun.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Games for preschool? by Denise O</title>
		<link>http://onlinelearninggamesforkids.net/games-for-preschool//comment-page-1#comment-339</link>
		<dc:creator>Denise O</dc:creator>
		<pubDate>Thu, 13 May 2010 23:24:04 +0000</pubDate>
		<guid isPermaLink="false">http://onlinelearninggamesforkids.net/games-for-preschool/#comment-339</guid>
		<description>A snake game:
http://pbskids.org/zoom/activities/games/snakeinthegrass.html

Butterfly games:
http://www.perpetualpreschool.com/preschool_themes/butterflies/butterfly_games.htm

Rabbit games:
http://familyfun.go.com/games/indoor-outdoor-games/game/famftday_fox/

http://www.timeforkids.com/TFK/games/story/0,6268,56752,00.html

Snail game:
http://familyfun.go.com/games/indoor-outdoor-games/game/famfgam_snail/

Could only find online worm games! Sorry.

Hope this helps.

Denise Oliveri
Preschool Sunday School Central
http://www.psscentral.com

Parenting Tweens Feature Writer
http://parentingtweens.suite101.com</description>
		<content:encoded><![CDATA[<p>A snake game:<br />
<a href="http://pbskids.org/zoom/activities/games/snakeinthegrass.html">http://pbskids.org/zoom/activities/games/snakeinthegrass.html</a></p>
<p>Butterfly games:<br />
<a href="http://www.perpetualpreschool.com/preschool_themes/butterflies/butterfly_games.htm">http://www.perpetualpreschool.com/preschool_themes/butterflies/butterfly_games.htm</a></p>
<p>Rabbit games:<br />
<a href="http://familyfun.go.com/games/indoor-outdoor-games/game/famftday_fox/">http://familyfun.go.com/games/indoor-outdoor-games/game/famftday_fox/</a></p>
<p><a href="http://www.timeforkids.com/TFK/games/story/0,6268,56752,00.html">http://www.timeforkids.com/TFK/games/story/0,6268,56752,00.html</a></p>
<p>Snail game:<br />
<a href="http://familyfun.go.com/games/indoor-outdoor-games/game/famfgam_snail/">http://familyfun.go.com/games/indoor-outdoor-games/game/famfgam_snail/</a></p>
<p>Could only find online worm games! Sorry.</p>
<p>Hope this helps.</p>
<p>Denise Oliveri<br />
Preschool Sunday School Central<br />
<a href="http://www.psscentral.com">http://www.psscentral.com</a></p>
<p>Parenting Tweens Feature Writer<br />
<a href="http://parentingtweens.suite101.com">http://parentingtweens.suite101.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Do I need professional help to deal with my life? by rpetch007</title>
		<link>http://onlinelearninggamesforkids.net/do-i-need-professional-help-to-deal-with-my-life//comment-page-1#comment-338</link>
		<dc:creator>rpetch007</dc:creator>
		<pubDate>Thu, 13 May 2010 23:24:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-338</guid>
		<description>well mate . you know all thats happend to you.. makes you what you are.. i did read all i took some time for me as i read slow .. bu you could help so many people .. if you got off the weed.. and off your as$.. and looked .. drugs . well you dont need them . do you.. it a load of bull. you could help so many .. why dont you .. you have been there .. now help them .. it the best way to go .. </description>
		<content:encoded><![CDATA[<p>well mate . you know all thats happend to you.. makes you what you are.. i did read all i took some time for me as i read slow .. bu you could help so many people .. if you got off the weed.. and off your as$.. and looked .. drugs . well you dont need them . do you.. it a load of bull. you could help so many .. why dont you .. you have been there .. now help them .. it the best way to go ..</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Do I need professional help to deal with my life? by Fox30</title>
		<link>http://onlinelearninggamesforkids.net/do-i-need-professional-help-to-deal-with-my-life//comment-page-1#comment-337</link>
		<dc:creator>Fox30</dc:creator>
		<pubDate>Thu, 13 May 2010 23:24:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-337</guid>
		<description>Story Touched Me. I would suggest getting psych help first then see what happens there</description>
		<content:encoded><![CDATA[<p>Story Touched Me. I would suggest getting psych help first then see what happens there</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Do I need professional help to deal with my life? by sofia</title>
		<link>http://onlinelearninggamesforkids.net/do-i-need-professional-help-to-deal-with-my-life//comment-page-1#comment-336</link>
		<dc:creator>sofia</dc:creator>
		<pubDate>Thu, 13 May 2010 23:24:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-336</guid>
		<description>My mom is a psychoterapist and as as far as she&#039;s told me, one of the worst traumas that can happen to a person  is abandonmness by his/her parents. it makes you feel unworthy and unloved. It&#039;s a trauma that guides u unconsciously throughout yr whole life and actions. That explains the drugs etc but also yr beatng up by yr father didn&#039;t really help. Made the  unworthy feeling u have even worst.
You could find a therapist who is a specialist on traumas. Try EMDR therapy cause you sound like you are depressed. Depression can becomae really powerful. Pull yourself together and see a neurologist-psychoterapist. You need to quit drugs and probably start on antidepressants.
Don&#039;t be afraid to take them-i was, didn&#039;t take them and eventually had a nervous breakdown..wasn&#039;t pretty.
Take care of yourself cause noone else will do it for u. as it seems you can&#039;t even rely on your parents.</description>
		<content:encoded><![CDATA[<p>My mom is a psychoterapist and as as far as she&#8217;s told me, one of the worst traumas that can happen to a person  is abandonmness by his/her parents. it makes you feel unworthy and unloved. It&#8217;s a trauma that guides u unconsciously throughout yr whole life and actions. That explains the drugs etc but also yr beatng up by yr father didn&#8217;t really help. Made the  unworthy feeling u have even worst.<br />
You could find a therapist who is a specialist on traumas. Try EMDR therapy cause you sound like you are depressed. Depression can becomae really powerful. Pull yourself together and see a neurologist-psychoterapist. You need to quit drugs and probably start on antidepressants.<br />
Don&#8217;t be afraid to take them-i was, didn&#8217;t take them and eventually had a nervous breakdown..wasn&#8217;t pretty.<br />
Take care of yourself cause noone else will do it for u. as it seems you can&#8217;t even rely on your parents.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

