<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:admin="http://webns.net/mvcb/"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<channel> 

	<title>Comments on: Anyone know of a good online Java course?</title>
	<link>http://ask.metafilter.com/62388/Anyone-know-of-a-good-online-Java-course/</link>
	<description>Comments on Ask MetaFilter post Anyone know of a good online Java course?</description>
	<pubDate>Fri, 11 May 2007 07:43:46 -0800</pubDate>
	<lastBuildDate>Fri, 11 May 2007 07:43:46 -0800</lastBuildDate>
	<language>en-us</language>
	<docs>http://blogs.law.harvard.edu/tech/rss</docs>
	<ttl>60</ttl>

	<item>
		<title>Question: Anyone know of a good online Java course?</title>
		<link>http://ask.metafilter.com/62388/Anyone-know-of-a-good-online-Java-course</link>	
		<description>Does anyone know of a good, online Java course?  I will be starting an IT degree at the Harvard Extension School this fall and I was advised to take a summer Java course to refresh my skills. &lt;br /&gt;&lt;br /&gt; I took a number of CS classes in undergrad (Scheme, Java, C++), but that was several years ago and I&apos;m very, very rusty.  I would like to take a course to refresh my OO programing skills in Java.  I&apos;ve checked all the schools in my area (southern NH) and none of them are offering anything suitable.  Also, I want something structured, so unfortunately a teach-yourself book alone just won&apos;t cut it.&lt;br&gt;
&lt;br&gt;
Does anyone have any recommendations for online, summer courses?  O&apos;Reilly has one through the University of Illinois and I found a &lt;a href=&quot;http://ask.metafilter.com/22273/Java-Distance-Learning&quot;&gt;previous AskMiFI question&lt;/a&gt; that recommended one at San Diego Mesa College.  Has anyone had experience with either one?</description>
		<guid isPermaLink="false">post:ask.metafilter.com,2007:site.62388</guid>
		<pubDate>Fri, 11 May 2007 07:35:33 -0800</pubDate>
		<dc:creator>tanglewoodtree</dc:creator>
		
			<category>java</category>
		
			<category>programming</category>
		
			<category>online</category>
		
			<category>course</category>
		
			<category>learning</category>
		
	</item> <item>
		<title>By: cerebus19</title>
		<link>http://ask.metafilter.com/62388/Anyone-know-of-a-good-online-Java-course#939389</link>	
		<description>My advice would be to download &lt;a href=&quot;http://www.bluej.org/&quot;&gt;BlueJ&lt;/a&gt;, and try doing it on your own.  Truly, no class can substitute for actual programming, and BlueJ is designed to teach you Java and OOP in general.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.62388-939389</guid>
		<pubDate>Fri, 11 May 2007 07:43:46 -0800</pubDate>
		<dc:creator>cerebus19</dc:creator>
	</item><item>
		<title>By: TwoWordReview</title>
		<link>http://ask.metafilter.com/62388/Anyone-know-of-a-good-online-Java-course#939403</link>	
		<description>Don&apos;t know any courses but &lt;a href=&quot;http://www.metafilter.com/61049/Douglas-Crockford-Teaches-JavaScript&quot;&gt;this post from today&lt;/a&gt; will probably help!</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.62388-939403</guid>
		<pubDate>Fri, 11 May 2007 08:00:25 -0800</pubDate>
		<dc:creator>TwoWordReview</dc:creator>
	</item><item>
		<title>By: normy</title>
		<link>http://ask.metafilter.com/62388/Anyone-know-of-a-good-online-Java-course#939415</link>	
		<description>&lt;i&gt;Don&apos;t know any courses but this post from today will probably help!&lt;/i&gt;&lt;br&gt;
&lt;br&gt;
Javascript != Java.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.62388-939415</guid>
		<pubDate>Fri, 11 May 2007 08:11:54 -0800</pubDate>
		<dc:creator>normy</dc:creator>
	</item><item>
		<title>By: tanglewoodtree</title>
		<link>http://ask.metafilter.com/62388/Anyone-know-of-a-good-online-Java-course#939421</link>	
		<description>&lt;strong&gt;cerebus19:&lt;/strong&gt; Hmm.. that does look interesting.  My reason for not wanting DIY with a book is a lack of structure.. I&apos;m a bad procrastinator.  But perhaps I&apos;m being too pessimistic.&lt;br&gt;
&lt;br&gt;
&lt;strong&gt;TwoWordReview:&lt;/strong&gt; Wow... those look great.  Its not what I&apos;m looking for, but I have wanted to get a better understanding of javascript.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.62388-939421</guid>
		<pubDate>Fri, 11 May 2007 08:17:23 -0800</pubDate>
		<dc:creator>tanglewoodtree</dc:creator>
	</item><item>
		<title>By: vilcxjo_BLANKA</title>
		<link>http://ask.metafilter.com/62388/Anyone-know-of-a-good-online-Java-course#939430</link>	
		<description>Look at &lt;a href=&quot;http://www.ibm.com/developerworks&quot;&gt;IBM&apos;s developer works site&lt;/a&gt;.  It&apos;s an IBM site, and it has tons of stuff about web design and development, but it also has java tutorials and white papers.  Sun Microsystems also has some tutorial information, but I&apos;ve never found it very extensive.&lt;br&gt;
&lt;br&gt;
I would also look at the books &quot;Core Java&quot; vols 1 and 2 by Cay Horstmann and Gary Cornell.  The authors don&apos;t take themselves or Java too seriously, and they do a good job of explaining the good parts of Java and the bugs in v. 1.5 and previous versions. They don&apos;t seem to talk much about anything but Sun&apos;s implementation, which is not surprising for a book published by Sun Microsystems Press.&lt;br&gt;
&lt;br&gt;
I have to say, I&apos;m not a Java expert, but I do a lot of work with C++ which is similar, if more treacherous and crankier.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.62388-939430</guid>
		<pubDate>Fri, 11 May 2007 08:26:59 -0800</pubDate>
		<dc:creator>vilcxjo_BLANKA</dc:creator>
	</item><item>
		<title>By: poppo</title>
		<link>http://ask.metafilter.com/62388/Anyone-know-of-a-good-online-Java-course#939483</link>	
		<description>&lt;em&gt;Javascript != Java.&lt;/em&gt;&lt;br&gt;
&lt;br&gt;
Ironically, this is almost the first thing Crockford says in that video course :)</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.62388-939483</guid>
		<pubDate>Fri, 11 May 2007 09:12:28 -0800</pubDate>
		<dc:creator>poppo</dc:creator>
	</item><item>
		<title>By: TwoWordReview</title>
		<link>http://ask.metafilter.com/62388/Anyone-know-of-a-good-online-Java-course#940300</link>	
		<description>Oops! Sorry! That&apos;ll teach me to actually read the question.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.62388-940300</guid>
		<pubDate>Sat, 12 May 2007 09:05:39 -0800</pubDate>
		<dc:creator>TwoWordReview</dc:creator>
	</item>
	</channel>
</rss>
