<?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 Bart&#039;s notes</title>
	<atom:link href="http://notes.bartv.be/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://notes.bartv.be</link>
	<description>This serves as my personal notebook which I share with the world</description>
	<lastBuildDate>Wed, 15 Jun 2011 13:37:06 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>Comment on SCJD URLyBird v1.1.1 Assignment: first notes by Leo</title>
		<link>http://notes.bartv.be/scjd-urlybird-assignment/#comment-32</link>
		<dc:creator>Leo</dc:creator>
		<pubDate>Wed, 15 Jun 2011 13:37:06 +0000</pubDate>
		<guid isPermaLink="false">http://notes.bartv.be/?p=7#comment-32</guid>
		<description>Hello Bart,

Nice notes.
Thanks for sharing.</description>
		<content:encoded><![CDATA[<p>Hello Bart,</p>
<p>Nice notes.<br />
Thanks for sharing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Google AppEngine translate bot by momochii</title>
		<link>http://notes.bartv.be/google-appengine-translate-bot/#comment-27</link>
		<dc:creator>momochii</dc:creator>
		<pubDate>Mon, 23 May 2011 11:13:45 +0000</pubDate>
		<guid isPermaLink="false">http://notes.bartv.be/?p=108#comment-27</guid>
		<description>It’s really a nice and helpful piece of information. I’m glad that you shared this helpful info with us. Please keep us informed like this. Thanks for sharing.</description>
		<content:encoded><![CDATA[<p>It’s really a nice and helpful piece of information. I’m glad that you shared this helpful info with us. Please keep us informed like this. Thanks for sharing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Easily track outgoing links with jQuery and Google Analytics by Bart&#039;s notes &#187; Blog Archive &#187; Tracking Facebook likes, shares and sends in Google Analytics</title>
		<link>http://notes.bartv.be/easily-track-outgoing-links-with-jquery-and-google-analytics/#comment-26</link>
		<dc:creator>Bart&#039;s notes &#187; Blog Archive &#187; Tracking Facebook likes, shares and sends in Google Analytics</dc:creator>
		<pubDate>Mon, 23 May 2011 08:32:54 +0000</pubDate>
		<guid isPermaLink="false">http://notes.bartv.be/?p=112#comment-26</guid>
		<description>[...] facebook, google, google analytics &#124; No Comments &#187; TweetFollowing up on my previous post about Tracking External links with Google Analytics. Here&#8217;s something you can use to track Facebook likes and [...]</description>
		<content:encoded><![CDATA[<p>[...] facebook, google, google analytics | No Comments &#187; TweetFollowing up on my previous post about Tracking External links with Google Analytics. Here&#8217;s something you can use to track Facebook likes and [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Guide to Google&#8217;s mod_pagespeed by Bart&#039;s notes &#187; Blog Archive &#187; lib.js: Good practice and generally a good idea</title>
		<link>http://notes.bartv.be/guide-to-googles-mod_apache/#comment-18</link>
		<dc:creator>Bart&#039;s notes &#187; Blog Archive &#187; lib.js: Good practice and generally a good idea</dc:creator>
		<pubDate>Fri, 04 Feb 2011 10:51:45 +0000</pubDate>
		<guid isPermaLink="false">http://notes.bartv.be/?p=72#comment-18</guid>
		<description>[...] is quite a lot! I agree, but play your cards right in server configuration with a little help from Google&#8217;s mod_pagespeed or simply by getting goot ETags or Expires headers, the load happens just once (!!). And the rest [...]</description>
		<content:encoded><![CDATA[<p>[...] is quite a lot! I agree, but play your cards right in server configuration with a little help from Google&#8217;s mod_pagespeed or simply by getting goot ETags or Expires headers, the load happens just once (!!). And the rest [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on jQuery Plugin Development by Bart&#039;s notes &#187; Blog Archive &#187; lib.js: Good practice and generally a good idea</title>
		<link>http://notes.bartv.be/jquery-plugin-development/#comment-17</link>
		<dc:creator>Bart&#039;s notes &#187; Blog Archive &#187; lib.js: Good practice and generally a good idea</dc:creator>
		<pubDate>Fri, 04 Feb 2011 10:50:32 +0000</pubDate>
		<guid isPermaLink="false">http://notes.bartv.be/?p=53#comment-17</guid>
		<description>[...] involved with jQuery on a day-to-day basis, you start using some plugins, or even write some of your own. But once you start stacking plugins, the browser has to load all of these plugins, generating more [...]</description>
		<content:encoded><![CDATA[<p>[...] involved with jQuery on a day-to-day basis, you start using some plugins, or even write some of your own. But once you start stacking plugins, the browser has to load all of these plugins, generating more [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Executing Javascript from an external Iframe by bart</title>
		<link>http://notes.bartv.be/executing-javascript-from-an-external-iframe/#comment-15</link>
		<dc:creator>bart</dc:creator>
		<pubDate>Tue, 25 Jan 2011 16:14:08 +0000</pubDate>
		<guid isPermaLink="false">http://notes.bartv.be/?p=79#comment-15</guid>
		<description>Yes and no. eval() is used quite a lot these days to compress JS =&gt; http://dean.edwards.name/packer/.
Sure it&#039;s slow, but also effective. I did mention it&#039;s a big no-no to implement it as I proposed because of the XSS site issues, so yeah, be carefull ;-)</description>
		<content:encoded><![CDATA[<p>Yes and no. eval() is used quite a lot these days to compress JS => <a href="http://dean.edwards.name/packer/" rel="nofollow">http://dean.edwards.name/packer/</a>.<br />
Sure it&#8217;s slow, but also effective. I did mention it&#8217;s a big no-no to implement it as I proposed because of the XSS site issues, so yeah, be carefull <img src='http://notes.bartv.be/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Executing Javascript from an external Iframe by veterinary assistant</title>
		<link>http://notes.bartv.be/executing-javascript-from-an-external-iframe/#comment-14</link>
		<dc:creator>veterinary assistant</dc:creator>
		<pubDate>Tue, 25 Jan 2011 04:37:36 +0000</pubDate>
		<guid isPermaLink="false">http://notes.bartv.be/?p=79#comment-14</guid>
		<description>Great site. A lot of useful information here. I’m sending it to some friends!</description>
		<content:encoded><![CDATA[<p>Great site. A lot of useful information here. I’m sending it to some friends!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Executing Javascript from an external Iframe by Steven Thuriot</title>
		<link>http://notes.bartv.be/executing-javascript-from-an-external-iframe/#comment-13</link>
		<dc:creator>Steven Thuriot</dc:creator>
		<pubDate>Fri, 21 Jan 2011 14:02:28 +0000</pubDate>
		<guid isPermaLink="false">http://notes.bartv.be/?p=79#comment-13</guid>
		<description>While keeping JS together is a relatively big yes-yes.... Isn&#039;t eval on the other hand pure evil and a big no-no?

I&#039;m quite interested in hearing your view on eval.</description>
		<content:encoded><![CDATA[<p>While keeping JS together is a relatively big yes-yes&#8230;. Isn&#8217;t eval on the other hand pure evil and a big no-no?</p>
<p>I&#8217;m quite interested in hearing your view on eval.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on jQuery Plugin Development by Milan Adamovsky</title>
		<link>http://notes.bartv.be/jquery-plugin-development/#comment-8</link>
		<dc:creator>Milan Adamovsky</dc:creator>
		<pubDate>Mon, 27 Sep 2010 00:54:14 +0000</pubDate>
		<guid isPermaLink="false">http://notes.bartv.be/?p=53#comment-8</guid>
		<description>I have a new plugin pattern you may be interested in here on my blog: http://milan.adamovsky.com/2010/09/jquery-plugin-pattern-20.html</description>
		<content:encoded><![CDATA[<p>I have a new plugin pattern you may be interested in here on my blog: <a href="http://milan.adamovsky.com/2010/09/jquery-plugin-pattern-20.html" rel="nofollow">http://milan.adamovsky.com/2010/09/jquery-plugin-pattern-20.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on jQuery Plugin Development by physical therapist</title>
		<link>http://notes.bartv.be/jquery-plugin-development/#comment-6</link>
		<dc:creator>physical therapist</dc:creator>
		<pubDate>Fri, 24 Sep 2010 16:33:43 +0000</pubDate>
		<guid isPermaLink="false">http://notes.bartv.be/?p=53#comment-6</guid>
		<description>Pretty nice post. I just stumbled upon your blog and wanted to say that I have really enjoyed browsing your blog posts. In any case I’ll be subscribing to your feed and I hope you write again soon!</description>
		<content:encoded><![CDATA[<p>Pretty nice post. I just stumbled upon your blog and wanted to say that I have really enjoyed browsing your blog posts. In any case I’ll be subscribing to your feed and I hope you write again soon!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

