<?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>ProgrammingBooks.org</title>
	<atom:link href="http://www.programmingbooks.org/feed" rel="self" type="application/rss+xml" />
	<link>http://www.programmingbooks.org</link>
	<description>Your source for computer programming books</description>
	<lastBuildDate>Sun, 13 Feb 2011 19:44:56 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
		<item>
		<title>Can I Learn Computer Programming?</title>
		<link>http://www.programmingbooks.org/uncategorized/can-i-learn-computer-programming</link>
		<comments>http://www.programmingbooks.org/uncategorized/can-i-learn-computer-programming#comments</comments>
		<pubDate>Sun, 16 Jan 2011 23:05:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.programmingbooks.org/?p=9</guid>
		<description><![CDATA[A computer isn&#8217;t worth much unless it&#8217;s properly trained with a set of software. Like the human brain, software provides a knowledge base for the computer and gives it a clear set of instructions on how to solve a problem. To a computer everything is just a data set. The act of informing a computer [...]]]></description>
			<content:encoded><![CDATA[<p>A computer isn&#8217;t worth much unless it&#8217;s properly trained with a set of software.  Like the human brain, software provides a knowledge base for the computer and gives it a clear set of instructions on how to solve a problem.  To a computer everything is just a data set.  The act of informing a computer exactly what to do with a given set of data is call programming.  Programming is gift that not everyone will be able to perform, but as a non-techie myself for most of my life, I&#8217;ve only recently picked up programming and feel like I&#8217;ve learned an awful lot in just a short amount of time.<span id="more-9"></span></p>
<p>If you are trying to learn programming it&#8217;s important that you start off with a solid set of books.  Yes they might be boring but you&#8217;ve got to start somewhere. Most of the <a href="http://www.programmingbooks.org">programming books</a> written today come with online tutorials as well which help reinforce the concepts you are learning about from reading.</p>
<p>Don&#8217;t jump in over your head though.  If you start off reading a book about complex programming concepts you will get frustrated really quick.  Realize like any endeavor, you are going to need to put some work into becoming a sufficient programmer.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.programmingbooks.org/uncategorized/can-i-learn-computer-programming/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How Hard Is It to Learn Programming?</title>
		<link>http://www.programmingbooks.org/uncategorized/how-hard-is-it-to-learn-programming</link>
		<comments>http://www.programmingbooks.org/uncategorized/how-hard-is-it-to-learn-programming#comments</comments>
		<pubDate>Sun, 16 Jan 2011 22:57:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.programmingbooks.org/?p=7</guid>
		<description><![CDATA[One comment I frequently hear from my non-techie friends is whether programming is hard to learn.  Or does one have to be super smart to pick up programming concepts?  Don&#8217;t get me wrong programming isn&#8217;t easy, but I do believe anyone with a brain can learn it.  Now might you turn into the next Bill [...]]]></description>
			<content:encoded><![CDATA[<div id="body">One comment I frequently hear from my non-techie friends is whether programming is hard to learn.  Or does one have to be super smart to pick up programming concepts?  Don&#8217;t get me wrong programming isn&#8217;t easy, but I do believe anyone with a brain can learn it.  Now might you turn into the next Bill Gates or Mark Zuckerberg?  Probably not, since most of us are just average.</div>
<div>To get started in programming, I think you&#8217;ve definitely got to start small and work your way up.  You won&#8217;t learn everything there is to know about programming in a matter of days, weeks or even months, but over time you will soak up more and more knowledge.  That&#8217;s what I find amazing even to this day.  I primarily work as a php/mysql programmer, and even after several years I still find new PHP functions I never knew existed.  <span id="more-7"></span></div>
<div>Early on I read as many programming books as I could handle and they definitely formed a solid foundation. But I feel like I&#8217;ve learned the most from trial and error.</div>
<div>
<p>You can find many programming books that are very detailed and offer various samples and how-tos.  Naturally these books will come at a cost, and that might lead some to try and learn from info they find on the internet.  The trouble with this approach is that there is no framework for learning with materials found on the web. You will get a much better start by picking up a few books, and you can always sell them back later if you don&#8217;t want to keep them around.  But I do find myself frequently flipping through some of my old PHP books.</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.programmingbooks.org/uncategorized/how-hard-is-it-to-learn-programming/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Improve Your Computer Skills With Computer Books and Ebooks</title>
		<link>http://www.programmingbooks.org/uncategorized/how-to-improve-your-computer-skills-with-computer-books-and-ebooks</link>
		<comments>http://www.programmingbooks.org/uncategorized/how-to-improve-your-computer-skills-with-computer-books-and-ebooks#comments</comments>
		<pubDate>Sun, 16 Jan 2011 22:55:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.programmingbooks.org/?p=4</guid>
		<description><![CDATA[Looking for a programming book to help polish up your programming knowledge?  Whether you are a rookie or a seasoned programmer, technologies and coding standards seem to change on a dime these days.  So it&#8217;s important to keep up with what&#8217;s going on with coding. With the proliferation of the web today, you can find [...]]]></description>
			<content:encoded><![CDATA[<div id="body">
<p>Looking for a programming book to help polish up your programming knowledge?  Whether you are a rookie or a seasoned programmer, technologies and coding standards seem to change on a dime these days.  So it&#8217;s important to keep up with what&#8217;s going on with coding.</p>
<p>With the proliferation of the web today, you can find any number of programming and computer books online.  Some might even be free, and others can be downloaded for just a small fee.  Personally I still like having something I can hold in my hands.  After all I already spend way too much time staring at the computer screen as it is during the day, so the last thing I want to do is spend more time reading a <a href="http://www.programmingbooks.org">programming book</a> on the computer.<span id="more-4"></span></p>
<p><strong>Purchasing Computer Books</strong></p>
<p>If you&#8217;ve got a Kindle or other reading device, you could always buy books online thru Amazon or B&amp;N for instance.  You will find just about everything you need thru these sites.  You can search by a particular category such as PHP development, C+ or whatever your interest may be.  And you can read what other readers have had to say about these books.  That&#8217;s a good way of weeding thru the maze of options.</p>
<p><strong>Free Programming E-Books</strong></p>
<p>You can find many books that can be downloaded.  Some of these are offered by vendors like IBM or Red Hat for example as a way to get you familiar with their software. So it just depends on what you are trying to learn.  You want find many free books on PHP for example, since there&#8217;s no company behind the language.</p>
<p><strong>Conclusion</strong></p>
<p>If you want to improve your programming skills, go online as another alternative.</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.programmingbooks.org/uncategorized/how-to-improve-your-computer-skills-with-computer-books-and-ebooks/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

