<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">
<channel>
	<title>Comments for Eric Wendelin's Blog</title>
	
	<link>http://eriwen.com</link>
	<description>Programming productively with open-source tools</description>
	<lastBuildDate>Fri, 11 May 2012 19:13:05 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/CommentsForEricWendelin" /><feedburner:info uri="commentsforericwendelin" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:emailServiceId>CommentsForEricWendelin</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><item>
		<title>Comment on How not to pass the SCJP exam by Ash</title>
		<link>http://feedproxy.google.com/~r/CommentsForEricWendelin/~3/0u1H0jz5C_w/</link>
		<dc:creator>Ash</dc:creator>
		<pubDate>Fri, 11 May 2012 19:13:05 +0000</pubDate>
		<guid isPermaLink="false">http://eriwen.com/java/how-not-to-pass-the-scjp-exam/#comment-8175</guid>
		<description>I got 68%! Very annoying but I swear I spent more time on the more complicated aspects such as generics and they didn't show up on the exam. The computer was old, it lost connection to the test once or twice and I only had a plastic sheet to write on. Oh well, I passed, people won't ask what I got and it's something to add to the CV :)</description>
		<content:encoded><![CDATA[<p>I got 68%! Very annoying but I swear I spent more time on the more complicated aspects such as generics and they didn&#8217;t show up on the exam. The computer was old, it lost connection to the test once or twice and I only had a plastic sheet to write on. Oh well, I passed, people won&#8217;t ask what I got and it&#8217;s something to add to the CV :)</p>
<img src="http://feeds.feedburner.com/~r/CommentsForEricWendelin/~4/0u1H0jz5C_w" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://eriwen.com/java/how-not-to-pass-the-scjp-exam/#comment-8175</feedburner:origLink></item>
	<item>
		<title>Comment on Use the table-layout CSS property to speed up table rendering by Shaify Mehta</title>
		<link>http://feedproxy.google.com/~r/CommentsForEricWendelin/~3/x_l00WFQT08/</link>
		<dc:creator>Shaify Mehta</dc:creator>
		<pubDate>Wed, 02 May 2012 16:38:14 +0000</pubDate>
		<guid isPermaLink="false">http://eriwen.com/css/use-the-table-layout-css-property-to-speed-up-table-rendering/#comment-8140</guid>
		<description>Nicely Explained and very informative information , Every developer must know this :)</description>
		<content:encoded><![CDATA[<p>Nicely Explained and very informative information , Every developer must know this :)</p>
<img src="http://feeds.feedburner.com/~r/CommentsForEricWendelin/~4/x_l00WFQT08" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://eriwen.com/css/use-the-table-layout-css-property-to-speed-up-table-rendering/#comment-8140</feedburner:origLink></item>
	<item>
		<title>Comment on Start using crontab for automation by kale</title>
		<link>http://feedproxy.google.com/~r/CommentsForEricWendelin/~3/ip9UTiD3AY8/</link>
		<dc:creator>kale</dc:creator>
		<pubDate>Sat, 28 Apr 2012 23:58:13 +0000</pubDate>
		<guid isPermaLink="false">http://eriwen.com/?p=342#comment-8130</guid>
		<description>very good job, like it</description>
		<content:encoded><![CDATA[<p>very good job, like it</p>
<img src="http://feeds.feedburner.com/~r/CommentsForEricWendelin/~4/ip9UTiD3AY8" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://eriwen.com/productivity/crontab-for-automation/#comment-8130</feedburner:origLink></item>
	<item>
		<title>Comment on CSS Adjacent Sibling Selectors by The Perfect Paragraph | Smashing UX Design</title>
		<link>http://feedproxy.google.com/~r/CommentsForEricWendelin/~3/F5V5NqypZes/</link>
		<dc:creator>The Perfect Paragraph | Smashing UX Design</dc:creator>
		<pubDate>Sat, 28 Apr 2012 16:22:56 +0000</pubDate>
		<guid isPermaLink="false">http://eriwen.com/css/css-adjacent-sibling-selectors/#comment-8129</guid>
		<description>[...] before we’ve even started? — we should exclude this paragraph from our CSS rule. Using the adjacent sibling combinator, we are able to target only paragraphs with a preceding paragraph, and so the convention that has [...]</description>
		<content:encoded><![CDATA[<p>[...] before we’ve even started? &mdash; we should exclude this paragraph from our CSS rule. Using the adjacent sibling combinator, we are able to target only paragraphs with a preceding paragraph, and so the convention that has [...]</p>
<img src="http://feeds.feedburner.com/~r/CommentsForEricWendelin/~4/F5V5NqypZes" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://eriwen.com/css/css-adjacent-sibling-selectors/#comment-8129</feedburner:origLink></item>
	<item>
		<title>Comment on Continuous Integration for Javascript by Javascript | Pearltrees</title>
		<link>http://feedproxy.google.com/~r/CommentsForEricWendelin/~3/LJuPs1UgDwM/</link>
		<dc:creator>Javascript | Pearltrees</dc:creator>
		<pubDate>Sat, 28 Apr 2012 01:20:00 +0000</pubDate>
		<guid isPermaLink="false">http://eriwen.com/?p=1364#comment-8128</guid>
		<description>[...] Continuous Integration for Javascript  Processing.js Processing.js 1.3.6 released! Processing.js 1.3.6 is a maintenance release for 1.3.5.   spin.js  The spin() method creates the necessary HTML elements and starts the animation. If a target element is passed as argument, the spinner is added as first child and horizontally and vertically centered.  Unit Testing JavaScript and Backbone.JS // Speaker Deck  Since most of the newer web applications include business logic embedded into the client using JavaScript, we must put assurances to make sure the quality of the application is not compromised over time. [...]</description>
		<content:encoded><![CDATA[<p>[...] Continuous Integration for Javascript  Processing.js Processing.js 1.3.6 released! Processing.js 1.3.6 is a maintenance release for 1.3.5.   spin.js  The spin() method creates the necessary HTML elements and starts the animation. If a target element is passed as argument, the spinner is added as first child and horizontally and vertically centered.  Unit Testing JavaScript and Backbone.JS // Speaker Deck  Since most of the newer web applications include business logic embedded into the client using JavaScript, we must put assurances to make sure the quality of the application is not compromised over time. [...]</p>
<img src="http://feeds.feedburner.com/~r/CommentsForEricWendelin/~4/LJuPs1UgDwM" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://eriwen.com/tools/continuous-integration-for-javascript/#comment-8128</feedburner:origLink></item>
	<item>
		<title>Comment on Continuous Integration for Javascript by Eric Wendelin</title>
		<link>http://feedproxy.google.com/~r/CommentsForEricWendelin/~3/v05Ac7X6Bvw/</link>
		<dc:creator>Eric Wendelin</dc:creator>
		<pubDate>Thu, 26 Apr 2012 18:48:26 +0000</pubDate>
		<guid isPermaLink="false">http://eriwen.com/?p=1364#comment-8126</guid>
		<description>That's embarrassing, especially since I've worked on that project. Fixed, thanks for the tip :)</description>
		<content:encoded><![CDATA[<p>That&#8217;s embarrassing, especially since I&#8217;ve worked on that project. Fixed, thanks for the tip :)</p>
<img src="http://feeds.feedburner.com/~r/CommentsForEricWendelin/~4/v05Ac7X6Bvw" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://eriwen.com/tools/continuous-integration-for-javascript/#comment-8126</feedburner:origLink></item>
	<item>
		<title>Comment on Continuous Integration for Javascript by Theron</title>
		<link>http://feedproxy.google.com/~r/CommentsForEricWendelin/~3/tjsqehaqssM/</link>
		<dc:creator>Theron</dc:creator>
		<pubDate>Thu, 26 Apr 2012 18:44:56 +0000</pubDate>
		<guid isPermaLink="false">http://eriwen.com/?p=1364#comment-8125</guid>
		<description>Awesome write up!!
FYI, your link for CSS Lint is incorrect. Should be http://csslint.net/ instead of http://csslint.com/</description>
		<content:encoded><![CDATA[<p>Awesome write up!!<br />
FYI, your link for CSS Lint is incorrect. Should be <a href="http://csslint.net/" rel="nofollow">http://csslint.net/</a> instead of <a href="http://csslint.com/" rel="nofollow">http://csslint.com/</a></p>
<img src="http://feeds.feedburner.com/~r/CommentsForEricWendelin/~4/tjsqehaqssM" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://eriwen.com/tools/continuous-integration-for-javascript/#comment-8125</feedburner:origLink></item>
	<item>
		<title>Comment on Why every programmer should have a Tiddlywiki by Jerome Christopher</title>
		<link>http://feedproxy.google.com/~r/CommentsForEricWendelin/~3/dkB8CEcx-uk/</link>
		<dc:creator>Jerome Christopher</dc:creator>
		<pubDate>Tue, 24 Apr 2012 18:05:05 +0000</pubDate>
		<guid isPermaLink="false">http://eriwen.com/?p=33#comment-8120</guid>
		<description>Great introduction to the tiddlywiki concept and useful links too! I liked the science.tiddlyspot one! Thanks.
Jerome.</description>
		<content:encoded><![CDATA[<p>Great introduction to the tiddlywiki concept and useful links too! I liked the science.tiddlyspot one! Thanks.<br />
Jerome.</p>
<img src="http://feeds.feedburner.com/~r/CommentsForEricWendelin/~4/dkB8CEcx-uk" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://eriwen.com/tools/wikify-yourself/#comment-8120</feedburner:origLink></item>
</channel>
</rss>

