<?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: Beginning Programming For Dummies</title>
	<atom:link href="http://internationaldomainhosting.net/421/beginning-programming-for-dummies/feed/" rel="self" type="application/rss+xml" />
	<link>http://internationaldomainhosting.net/421/beginning-programming-for-dummies/</link>
	<description>Webhost Tips, Advice and User Reviews </description>
	<lastBuildDate>Wed, 01 Sep 2010 10:23:35 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Parker B. Hylton</title>
		<link>http://internationaldomainhosting.net/421/beginning-programming-for-dummies/comment-page-1/#comment-905</link>
		<dc:creator>Parker B. Hylton</dc:creator>
		<pubDate>Sun, 07 Mar 2010 23:24:41 +0000</pubDate>
		<guid isPermaLink="false">http://internationaldomainhosting.net/421/beginning-programming-for-dummies/#comment-905</guid>
		<description>Too many mistakes&lt;br&gt;Rating:2 out of 5 stars&lt;br&gt;I typically like the dummies books for introductions into subjects.  For basic concepts, this book does very well.  However, the programming language examples are in a couple different forms of BASIC, C++ and a mac compiler.
&lt;br /&gt;
&lt;br /&gt;I don&#039;t know if it&#039;s the book itself or the accompanying cd, but NONE of the C++ programs work properly.  I&#039;ve been forced to try and learn how to correct some of the most basic mistakes off of the internet, but it has really hampered my ability to learn this programming language, especially as the programs get more complex.
&lt;br /&gt;
&lt;br /&gt;This is the 4th and most recent addition.  I would assume that enough sales to quantify four iterations would qualify this book for a technical editor, not just someone with a firm grasp of English.
&lt;br /&gt;
&lt;br /&gt;Wiley Publishing, please stop making computer study aids edited by people that don&#039;t understand the technical terms and programs.  I&#039;ve wasted hours just trying to figure out what&#039;s wrong instead of actually LEARNING.</description>
		<content:encoded><![CDATA[<p>Too many mistakes<br />Rating:2 out of 5 stars<br />I typically like the dummies books for introductions into subjects.  For basic concepts, this book does very well.  However, the programming language examples are in a couple different forms of BASIC, C++ and a mac compiler.</p>
<p>I don&#8217;t know if it&#8217;s the book itself or the accompanying cd, but NONE of the C++ programs work properly.  I&#8217;ve been forced to try and learn how to correct some of the most basic mistakes off of the internet, but it has really hampered my ability to learn this programming language, especially as the programs get more complex.</p>
<p>This is the 4th and most recent addition.  I would assume that enough sales to quantify four iterations would qualify this book for a technical editor, not just someone with a firm grasp of English.</p>
<p>Wiley Publishing, please stop making computer study aids edited by people that don&#8217;t understand the technical terms and programs.  I&#8217;ve wasted hours just trying to figure out what&#8217;s wrong instead of actually LEARNING.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SpacedOut</title>
		<link>http://internationaldomainhosting.net/421/beginning-programming-for-dummies/comment-page-1/#comment-921</link>
		<dc:creator>SpacedOut</dc:creator>
		<pubDate>Sun, 07 Mar 2010 20:31:23 +0000</pubDate>
		<guid isPermaLink="false">http://internationaldomainhosting.net/421/beginning-programming-for-dummies/#comment-921</guid>
		<description>Useful, but not necessary&lt;br&gt;Rating:3 out of 5 stars&lt;br&gt;I had a hard time figuring out how to rate this book.  It does what it promises you it will do, but I think there are better way to break into programming than with this.
&lt;br /&gt;
&lt;br /&gt;This book claims it will teach you programming concepts in an easy way, and it does.  But it also supports this mentality that C/C++ is too complicated for a begginner, which I disagree with.
&lt;br /&gt;
&lt;br /&gt;Many programmers started by learning C++, including myself (&quot;C++ Primer Plus&quot; is a good book for beginners).  C++ is a harder language to learn and it would probably be easier and faster to learn if you learned something like LibertyBASIC first, but you won&#039;t waste your time learning a beginner&#039;s language which you&#039;ll probably never use again.  Plus a LibertyBASIC compiler costs $30 but you can get a C++ compiler for free (Dev-C++, google it).
&lt;br /&gt;
&lt;br /&gt;There&#039;s also other easy languages like Python (try &quot;Learning Python&quot; by Mark Lutz and David Ascher) which are geared for beginners but are widely used in the professional world, and are also free.
&lt;br /&gt;
&lt;br /&gt;If you want to learn programming concepts with an easy language and don&#039;t wanna have to pay, try Python, and if you want to get started quickly and jump right into professional programming (which isn&#039;t as hard as you think), learn C++.  I&#039;ll give this book a 3 because it does what it promises, but I think there are better places to start programming.</description>
		<content:encoded><![CDATA[<p>Useful, but not necessary<br />Rating:3 out of 5 stars<br />I had a hard time figuring out how to rate this book.  It does what it promises you it will do, but I think there are better way to break into programming than with this.</p>
<p>This book claims it will teach you programming concepts in an easy way, and it does.  But it also supports this mentality that C/C++ is too complicated for a begginner, which I disagree with.</p>
<p>Many programmers started by learning C++, including myself (&#8220;C++ Primer Plus&#8221; is a good book for beginners).  C++ is a harder language to learn and it would probably be easier and faster to learn if you learned something like LibertyBASIC first, but you won&#8217;t waste your time learning a beginner&#8217;s language which you&#8217;ll probably never use again.  Plus a LibertyBASIC compiler costs $30 but you can get a C++ compiler for free (Dev-C++, google it).</p>
<p>There&#8217;s also other easy languages like Python (try &#8220;Learning Python&#8221; by Mark Lutz and David Ascher) which are geared for beginners but are widely used in the professional world, and are also free.</p>
<p>If you want to learn programming concepts with an easy language and don&#8217;t wanna have to pay, try Python, and if you want to get started quickly and jump right into professional programming (which isn&#8217;t as hard as you think), learn C++.  I&#8217;ll give this book a 3 because it does what it promises, but I think there are better places to start programming.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Carlos M. Carreno</title>
		<link>http://internationaldomainhosting.net/421/beginning-programming-for-dummies/comment-page-1/#comment-906</link>
		<dc:creator>Carlos M. Carreno</dc:creator>
		<pubDate>Sun, 07 Mar 2010 19:38:08 +0000</pubDate>
		<guid isPermaLink="false">http://internationaldomainhosting.net/421/beginning-programming-for-dummies/#comment-906</guid>
		<description>Rview opinion&lt;br&gt;Rating:3 out of 5 stars&lt;br&gt;This is a good product but it most -if posible- to show grafic refernce for better comprehention</description>
		<content:encoded><![CDATA[<p>Rview opinion<br />Rating:3 out of 5 stars<br />This is a good product but it most -if posible- to show grafic refernce for better comprehention</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://internationaldomainhosting.net/421/beginning-programming-for-dummies/comment-page-1/#comment-929</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Sun, 07 Mar 2010 18:54:39 +0000</pubDate>
		<guid isPermaLink="false">http://internationaldomainhosting.net/421/beginning-programming-for-dummies/#comment-929</guid>
		<description>Marginal at best&lt;br&gt;Rating:3 out of 5 stars&lt;br&gt;The book does a very good job of explaining the basics in the beginning. I was able to get past his syntax errors by seeing enough code prior. However, The entire book appears to be put together half heartedly, so overall it seems to come up short.</description>
		<content:encoded><![CDATA[<p>Marginal at best<br />Rating:3 out of 5 stars<br />The book does a very good job of explaining the basics in the beginning. I was able to get past his syntax errors by seeing enough code prior. However, The entire book appears to be put together half heartedly, so overall it seems to come up short.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Edgard Steven Hernandez</title>
		<link>http://internationaldomainhosting.net/421/beginning-programming-for-dummies/comment-page-1/#comment-907</link>
		<dc:creator>Edgard Steven Hernandez</dc:creator>
		<pubDate>Sun, 07 Mar 2010 18:49:37 +0000</pubDate>
		<guid isPermaLink="false">http://internationaldomainhosting.net/421/beginning-programming-for-dummies/#comment-907</guid>
		<description>Excellent Teacher&lt;br&gt;Rating:5 out of 5 stars&lt;br&gt;This book is very good to have the basics of programming in your mind.. After this book, I was able to read other programming books without trouble. However always remember practice makes the teacher not just a simple book... </description>
		<content:encoded><![CDATA[<p>Excellent Teacher<br />Rating:5 out of 5 stars<br />This book is very good to have the basics of programming in your mind.. After this book, I was able to read other programming books without trouble. However always remember practice makes the teacher not just a simple book&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ivan D. Matthews</title>
		<link>http://internationaldomainhosting.net/421/beginning-programming-for-dummies/comment-page-1/#comment-920</link>
		<dc:creator>Ivan D. Matthews</dc:creator>
		<pubDate>Sun, 07 Mar 2010 18:19:17 +0000</pubDate>
		<guid isPermaLink="false">http://internationaldomainhosting.net/421/beginning-programming-for-dummies/#comment-920</guid>
		<description>Programming For Dummies&lt;br&gt;Rating:1 out of 5 stars&lt;br&gt;Like Most of 
&lt;br /&gt;The Dummies books, the author is long on nonsense and short on helpful information.  I am certainly glad I was able to buy the book used at a very modest price.  
&lt;br /&gt; 
&lt;br /&gt;The book I received was used and was in very nice condition. </description>
		<content:encoded><![CDATA[<p>Programming For Dummies<br />Rating:1 out of 5 stars<br />Like Most of<br />
<br />The Dummies books, the author is long on nonsense and short on helpful information.  I am certainly glad I was able to buy the book used at a very modest price.  </p>
<p>The book I received was used and was in very nice condition.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gregory Alan Sweitzer</title>
		<link>http://internationaldomainhosting.net/421/beginning-programming-for-dummies/comment-page-1/#comment-916</link>
		<dc:creator>Gregory Alan Sweitzer</dc:creator>
		<pubDate>Sun, 07 Mar 2010 14:29:29 +0000</pubDate>
		<guid isPermaLink="false">http://internationaldomainhosting.net/421/beginning-programming-for-dummies/#comment-916</guid>
		<description>Terriffic Book&lt;br&gt;Rating:5 out of 5 stars&lt;br&gt;Well written, to the point, useful information made accessibe: a book that delivers what it promises. In spite of what one reviewer says above, the author goes out of his way to recommend that you use descriptive names for variables. My copy of the 2nd edition has this repeated on a &quot;cheat sheet&quot;, printed on cardstock _just inside the cover_. At the top of page 2, under Tips for writing programs:&quot; &quot;-Use descriptive variable names&quot;.  This book is a good introduction and overview to programming and I highly recommend Liberty Basic.</description>
		<content:encoded><![CDATA[<p>Terriffic Book<br />Rating:5 out of 5 stars<br />Well written, to the point, useful information made accessibe: a book that delivers what it promises. In spite of what one reviewer says above, the author goes out of his way to recommend that you use descriptive names for variables. My copy of the 2nd edition has this repeated on a &#8220;cheat sheet&#8221;, printed on cardstock _just inside the cover_. At the top of page 2, under Tips for writing programs:&#8221; &#8220;-Use descriptive variable names&#8221;.  This book is a good introduction and overview to programming and I highly recommend Liberty Basic.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://internationaldomainhosting.net/421/beginning-programming-for-dummies/comment-page-1/#comment-922</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Sun, 07 Mar 2010 07:41:29 +0000</pubDate>
		<guid isPermaLink="false">http://internationaldomainhosting.net/421/beginning-programming-for-dummies/#comment-922</guid>
		<description>Great book for beginners&lt;br&gt;Rating:5 out of 5 stars&lt;br&gt;I was just starting programming and I picked up this book. With a little humor and alot of help, this book is great. I do prefer &quot;A BASIC Programming Primer&quot; over this book for BASIC programming, but this is a great book for beginners. Teaches you Liberty BASIC, a little Java, little JavaScript, and a little HTML. Basically, these are just intros to Java/JavaScript/HTML. But Wallace Wang covers BASIC very well.</description>
		<content:encoded><![CDATA[<p>Great book for beginners<br />Rating:5 out of 5 stars<br />I was just starting programming and I picked up this book. With a little humor and alot of help, this book is great. I do prefer &#8220;A BASIC Programming Primer&#8221; over this book for BASIC programming, but this is a great book for beginners. Teaches you Liberty BASIC, a little Java, little JavaScript, and a little HTML. Basically, these are just intros to Java/JavaScript/HTML. But Wallace Wang covers BASIC very well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dean_from_sa</title>
		<link>http://internationaldomainhosting.net/421/beginning-programming-for-dummies/comment-page-1/#comment-923</link>
		<dc:creator>dean_from_sa</dc:creator>
		<pubDate>Sun, 07 Mar 2010 06:40:03 +0000</pubDate>
		<guid isPermaLink="false">http://internationaldomainhosting.net/421/beginning-programming-for-dummies/#comment-923</guid>
		<description>Great for program structure -Very Helpful&lt;br&gt;Rating:4 out of 5 stars&lt;br&gt;I have to agree with the prior reviewers exhaustion at the pedestrian political commentary included in the text. But unlike that prior reviewer, I will extol the value to be had here in this book. I approached as a tool to understand the basics of how the various parts of a program are constructed. The book focuses on Qbasic with passing references to C++ (my ultimate goal is to use C++) and Java. Since I plan to progress rapidly to this other language I did not run afoul of the errors reported by the other reviewers because I did not input them.&lt;p&gt;I feel that I have more than adequately met my goal of learning about the &quot;nuts and bolts&quot; of a computer program. There is adequate depth about functions, subroutines, variables and arrays to start you on your way. There are also many tips and danger areas highlighted for the budding programmer.&lt;p&gt;I don&#039;t feel that this book is lacking with regard to the structure of programming, and I will not rate this lower because of the coding errors others have reported, but I can not give this a higher ranking because of the inane attempts at humor. Mr. Wang, a comedian you are not, keep to your day job.</description>
		<content:encoded><![CDATA[<p>Great for program structure -Very Helpful<br />Rating:4 out of 5 stars<br />I have to agree with the prior reviewers exhaustion at the pedestrian political commentary included in the text. But unlike that prior reviewer, I will extol the value to be had here in this book. I approached as a tool to understand the basics of how the various parts of a program are constructed. The book focuses on Qbasic with passing references to C++ (my ultimate goal is to use C++) and Java. Since I plan to progress rapidly to this other language I did not run afoul of the errors reported by the other reviewers because I did not input them.
<p>I feel that I have more than adequately met my goal of learning about the &#8220;nuts and bolts&#8221; of a computer program. There is adequate depth about functions, subroutines, variables and arrays to start you on your way. There are also many tips and danger areas highlighted for the budding programmer.</p>
<p>I don&#8217;t feel that this book is lacking with regard to the structure of programming, and I will not rate this lower because of the coding errors others have reported, but I can not give this a higher ranking because of the inane attempts at humor. Mr. Wang, a comedian you are not, keep to your day job.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: J. EIS</title>
		<link>http://internationaldomainhosting.net/421/beginning-programming-for-dummies/comment-page-1/#comment-914</link>
		<dc:creator>J. EIS</dc:creator>
		<pubDate>Sun, 07 Mar 2010 04:52:22 +0000</pubDate>
		<guid isPermaLink="false">http://internationaldomainhosting.net/421/beginning-programming-for-dummies/#comment-914</guid>
		<description>Not bad at all&lt;br&gt;Rating:4 out of 5 stars&lt;br&gt;A good overall explanation of programming in general.  Becoming proficient in any of the languages taught, I think, will require additional reading.  However, the basic concepts and building blocks of programming are well laid out for the reader.  A great starter for someone with no experience in programming.</description>
		<content:encoded><![CDATA[<p>Not bad at all<br />Rating:4 out of 5 stars<br />A good overall explanation of programming in general.  Becoming proficient in any of the languages taught, I think, will require additional reading.  However, the basic concepts and building blocks of programming are well laid out for the reader.  A great starter for someone with no experience in programming.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
