<?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 20papercups :: Michael Marner&#039;s Website</title>
	<atom:link href="http://www.20papercups.net/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.20papercups.net</link>
	<description>The (awesome) website of Michael Marner</description>
	<lastBuildDate>Mon, 30 Aug 2010 14:05:49 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>Comment on Java Tutorial 09 &#8211; OpenGL and Java by Mjava</title>
		<link>http://www.20papercups.net/java-vtm-tutorials/java-vtm09-opengl-and-java/comment-page-1/#comment-416</link>
		<dc:creator>Mjava</dc:creator>
		<pubDate>Mon, 30 Aug 2010 14:05:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.20papercups.net/?p=100#comment-416</guid>
		<description>Hi
I am new in Java and i understand all till this video but ...
I couldn&#039;t understand this lecture actually i am wondering how can i find the description of these commands ?  how can i improve my knowledge about this kind of programming?
how can i use or find other classes if i need?
if it is possible please make a video and demonstrate this part a lit bit .

Dear Michael so thanx but we r wondering and need ur help 
Sincerely yours</description>
		<content:encoded><![CDATA[<p>Hi<br />
I am new in Java and i understand all till this video but &#8230;<br />
I couldn&#8217;t understand this lecture actually i am wondering how can i find the description of these commands ?  how can i improve my knowledge about this kind of programming?<br />
how can i use or find other classes if i need?<br />
if it is possible please make a video and demonstrate this part a lit bit .</p>
<p>Dear Michael so thanx but we r wondering and need ur help<br />
Sincerely yours</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Java Tutorial 07 &#8211; Arrays by Darren</title>
		<link>http://www.20papercups.net/java-vtm-tutorials/java-vtm07-arrays/comment-page-1/#comment-412</link>
		<dc:creator>Darren</dc:creator>
		<pubDate>Sun, 22 Aug 2010 20:41:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.20papercups.net/?p=89#comment-412</guid>
		<description>Wow i thought there was no hope for me, but your videos have made understanding java/programing possible. Thanks a bunch!</description>
		<content:encoded><![CDATA[<p>Wow i thought there was no hope for me, but your videos have made understanding java/programing possible. Thanks a bunch!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Git Tutorial 02 &#8211; The basics by Michael</title>
		<link>http://www.20papercups.net/tutorials/git-vtm02-the-basics/comment-page-1/#comment-411</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Thu, 15 Jul 2010 00:16:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.20papercups.net/?p=172#comment-411</guid>
		<description>Sometimes (such as for the initial commit), the commit message is not so important. Putting the commit message on the command line is just a shortcut; it makes no difference as far as git is concerned.</description>
		<content:encoded><![CDATA[<p>Sometimes (such as for the initial commit), the commit message is not so important. Putting the commit message on the command line is just a shortcut; it makes no difference as far as git is concerned.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Git Tutorial 02 &#8211; The basics by Jack McShea</title>
		<link>http://www.20papercups.net/tutorials/git-vtm02-the-basics/comment-page-1/#comment-409</link>
		<dc:creator>Jack McShea</dc:creator>
		<pubDate>Fri, 09 Jul 2010 23:55:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.20papercups.net/?p=172#comment-409</guid>
		<description>commit -a -m &quot;comment&quot; 

Any reason not to use the commit -a -m format instead of making a trip to the editor?</description>
		<content:encoded><![CDATA[<p>commit -a -m &#8220;comment&#8221; </p>
<p>Any reason not to use the commit -a -m format instead of making a trip to the editor?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Git Tutorial 03 &#8211; Pushing &amp; Pulling by Jack McShea</title>
		<link>http://www.20papercups.net/tutorials/git-vtm03-pushing-pulling/comment-page-1/#comment-408</link>
		<dc:creator>Jack McShea</dc:creator>
		<pubDate>Fri, 09 Jul 2010 23:49:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.20papercups.net/?p=174#comment-408</guid>
		<description>Pulling vs. fetching. What&#039;s the difference? Is one preferred? 

Same for merge vs. rebase. 

Are these different ways to skin the (same) cat?</description>
		<content:encoded><![CDATA[<p>Pulling vs. fetching. What&#8217;s the difference? Is one preferred? </p>
<p>Same for merge vs. rebase. </p>
<p>Are these different ways to skin the (same) cat?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Git Tutorial 02 &#8211; The basics by Michael</title>
		<link>http://www.20papercups.net/tutorials/git-vtm02-the-basics/comment-page-1/#comment-407</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Fri, 09 Jul 2010 02:02:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.20papercups.net/?p=172#comment-407</guid>
		<description>When you create a project in Git (either with a git init or a git cone), Git will put a hidden folder into the project&#039;s directory (called .git). In this folder are all the settings and stored objects for that project.

Whenever you type a command (such as git status or git log), git will look for the .git folder in the current directory, or work its way through parent directories until it finds it.

Therefore, you don&#039;t have to do anything to switch projects, other than to cd into the correct directory. Git will use whatever repo (.git folder) it finds first.</description>
		<content:encoded><![CDATA[<p>When you create a project in Git (either with a git init or a git cone), Git will put a hidden folder into the project&#8217;s directory (called .git). In this folder are all the settings and stored objects for that project.</p>
<p>Whenever you type a command (such as git status or git log), git will look for the .git folder in the current directory, or work its way through parent directories until it finds it.</p>
<p>Therefore, you don&#8217;t have to do anything to switch projects, other than to cd into the correct directory. Git will use whatever repo (.git folder) it finds first.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Git Tutorial 02 &#8211; The basics by Jack McShea</title>
		<link>http://www.20papercups.net/tutorials/git-vtm02-the-basics/comment-page-1/#comment-406</link>
		<dc:creator>Jack McShea</dc:creator>
		<pubDate>Thu, 08 Jul 2010 18:08:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.20papercups.net/?p=172#comment-406</guid>
		<description>Maybe I&#039;m being dense, but suppose I setup several projects in Git, each in a different directory, how do I switch between them?</description>
		<content:encoded><![CDATA[<p>Maybe I&#8217;m being dense, but suppose I setup several projects in Git, each in a different directory, how do I switch between them?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Java Tutorial 05 &#8211; Loops by Manu</title>
		<link>http://www.20papercups.net/java-vtm-tutorials/java-vtm05-loops/comment-page-1/#comment-403</link>
		<dc:creator>Manu</dc:creator>
		<pubDate>Thu, 24 Jun 2010 10:26:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.20papercups.net/?p=85#comment-403</guid>
		<description>nice VTM mate!and pertaining to that vid of urs when u said that you might sound probably weird due to the accent.that&#039;s nonsense!anyone with ears can understand ur awesome VTMs perfectly,and what a coincidence I did a code of fibonacci but it was in php yesterday but I&#039;m a noob so it took some time with php being interpreted and all unlike compiled langauges..THANK YOU FOR BEING MY ONLINE JAVA INSTRUCTOR keep them coming mate!</description>
		<content:encoded><![CDATA[<p>nice VTM mate!and pertaining to that vid of urs when u said that you might sound probably weird due to the accent.that&#8217;s nonsense!anyone with ears can understand ur awesome VTMs perfectly,and what a coincidence I did a code of fibonacci but it was in php yesterday but I&#8217;m a noob so it took some time with php being interpreted and all unlike compiled langauges..THANK YOU FOR BEING MY ONLINE JAVA INSTRUCTOR keep them coming mate!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Java Tutorial 01 &#8211; Intro To Java by berrec</title>
		<link>http://www.20papercups.net/java-vtm-tutorials/java01-intro/comment-page-1/#comment-384</link>
		<dc:creator>berrec</dc:creator>
		<pubDate>Thu, 17 Jun 2010 08:29:45 +0000</pubDate>
		<guid isPermaLink="false">http://marner.servebeer.com/wordpress/?p=50#comment-384</guid>
		<description>Michael, great stuff, have some experience with HTML and a little on JavaScript. Wanted to know about the basics of JAVA as it comes up in many of our UI apps. we support.  Purchased a few books but your video is the way to go. Like the starting at ground zero approach.
Keep up the outstanding efforts much appreciated, going to run through your next set of Java tutorials.

- Colin

Ps. Also an Aussie</description>
		<content:encoded><![CDATA[<p>Michael, great stuff, have some experience with HTML and a little on JavaScript. Wanted to know about the basics of JAVA as it comes up in many of our UI apps. we support.  Purchased a few books but your video is the way to go. Like the starting at ground zero approach.<br />
Keep up the outstanding efforts much appreciated, going to run through your next set of Java tutorials.</p>
<p>- Colin</p>
<p>Ps. Also an Aussie</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Java Tutorial 07 &#8211; Arrays by Andres</title>
		<link>http://www.20papercups.net/java-vtm-tutorials/java-vtm07-arrays/comment-page-1/#comment-380</link>
		<dc:creator>Andres</dc:creator>
		<pubDate>Tue, 15 Jun 2010 04:16:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.20papercups.net/?p=89#comment-380</guid>
		<description>Hi Michael,

Your videos are really great.

Keep going,

Andres</description>
		<content:encoded><![CDATA[<p>Hi Michael,</p>
<p>Your videos are really great.</p>
<p>Keep going,</p>
<p>Andres</p>
]]></content:encoded>
	</item>
</channel>
</rss>
