<?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 radikalFX</title>
	<atom:link href="http://radikalfx.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://radikalfx.com</link>
	<description>In full FX</description>
	<lastBuildDate>Fri, 21 May 2010 12:10:47 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Dynamic image collage with HTML5 and Canvas by vector art</title>
		<link>http://radikalfx.com/2009/10/16/canvas-collage/#comment-2812</link>
		<dc:creator>vector art</dc:creator>
		<pubDate>Fri, 21 May 2010 12:10:47 +0000</pubDate>
		<guid isPermaLink="false">http://radikalfx.com/?p=62#comment-2812</guid>
		<description>Hello, I am  studying graphic  arts  and    your post  is helpfull for both rookies and advanced designers. Keep it up!</description>
		<content:encoded><![CDATA[<p>Hello, I am  studying graphic  arts  and    your post  is helpfull for both rookies and advanced designers. Keep it up!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Tomcat and if-modified-since header by Harvey Wan</title>
		<link>http://radikalfx.com/2008/03/23/what-to-do-with-google-seo-and-if-modified-since-header-in-your-servlet-jsp/#comment-2808</link>
		<dc:creator>Harvey Wan</dc:creator>
		<pubDate>Thu, 20 May 2010 15:03:13 +0000</pubDate>
		<guid isPermaLink="false">http://radikalfx.com/2008/03/23/what-to-do-with-google-seo-and-if-modified-since-header-in-your-servlet-jsp/#comment-2808</guid>
		<description>Hi, how are you? it´s just i totally enjoy your unique site, I wuold be happy if you allow me to blog a short review on this website in this little would you allow me to? &lt;a href=&quot;http://kh3.us&quot; rel=&quot;nofollow&quot;&gt;Webmaster Community&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Hi, how are you? it´s just i totally enjoy your unique site, I wuold be happy if you allow me to blog a short review on this website in this little would you allow me to? <a href="http://kh3.us" rel="nofollow">Webmaster Community</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Animated website background with HTML5 by koalatech</title>
		<link>http://radikalfx.com/2009/10/17/html5-animated-background/#comment-2803</link>
		<dc:creator>koalatech</dc:creator>
		<pubDate>Wed, 19 May 2010 20:27:45 +0000</pubDate>
		<guid isPermaLink="false">http://radikalfx.com/?p=83#comment-2803</guid>
		<description>That is a very neat effect. I just discovered your blog, but will definately peruse it for more helpful tools.

Nice work

Thank you!</description>
		<content:encoded><![CDATA[<p>That is a very neat effect. I just discovered your blog, but will definately peruse it for more helpful tools.</p>
<p>Nice work</p>
<p>Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Tomcat and if-modified-since header by Marc</title>
		<link>http://radikalfx.com/2008/03/23/what-to-do-with-google-seo-and-if-modified-since-header-in-your-servlet-jsp/#comment-2769</link>
		<dc:creator>Marc</dc:creator>
		<pubDate>Thu, 13 May 2010 22:04:03 +0000</pubDate>
		<guid isPermaLink="false">http://radikalfx.com/2008/03/23/what-to-do-with-google-seo-and-if-modified-since-header-in-your-servlet-jsp/#comment-2769</guid>
		<description>Thanks for the tip but can you specify which Tomcat source file needs to be overridden?  I have been struggling to find where the &quot;if-modified-since&quot; is used in JBoss 5.0.  Finally realized that it is probably in Tomcat, not in JBoss.  Never looked at the Tomcat code.  Would appreciate the help.  Thanks.</description>
		<content:encoded><![CDATA[<p>Thanks for the tip but can you specify which Tomcat source file needs to be overridden?  I have been struggling to find where the &#8220;if-modified-since&#8221; is used in JBoss 5.0.  Finally realized that it is probably in Tomcat, not in JBoss.  Never looked at the Tomcat code.  Would appreciate the help.  Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Dynamic image collage with HTML5 and Canvas by Sebastian Gallese</title>
		<link>http://radikalfx.com/2009/10/16/canvas-collage/#comment-2721</link>
		<dc:creator>Sebastian Gallese</dc:creator>
		<pubDate>Mon, 26 Apr 2010 17:22:30 +0000</pubDate>
		<guid isPermaLink="false">http://radikalfx.com/?p=62#comment-2721</guid>
		<description>Hi Berry de Vos,

My name is Sebastian and I&#039;m currently working on a class project with three other students.  We are making a collaborative visual space where users can create online collages in &quot;plot&quot; spaces near other users.

We are very thankful for your demo app and have been hacking away at it for the past few weeks (you can check our Google Code repository in the website link).

Currently, we are placing buttons for layer rotate, layer up, and layer down on the actual images themselves.

Within the Square function, I&#039;m having some trouble comprehending the math in this.Rotate.

I know there are four points in every Square, so I&#039;m thus trying to add a fifth point named rotateLocation (where the button will be):

        this.a = a;
        ...
        this.newX = this.c.x - (buttonSize * 3) - (buttonPadding * 3);
        this.rotateLocation = new Vector( this.newX, this.c.y);

But graphically, this is not showing up directly to the left of point c, but actually to the left and below point c.

Could you provide me some basic overview of how this section of the code works, or point me to a link of reference?

Thanks,
Seb</description>
		<content:encoded><![CDATA[<p>Hi Berry de Vos,</p>
<p>My name is Sebastian and I&#8217;m currently working on a class project with three other students.  We are making a collaborative visual space where users can create online collages in &#8220;plot&#8221; spaces near other users.</p>
<p>We are very thankful for your demo app and have been hacking away at it for the past few weeks (you can check our Google Code repository in the website link).</p>
<p>Currently, we are placing buttons for layer rotate, layer up, and layer down on the actual images themselves.</p>
<p>Within the Square function, I&#8217;m having some trouble comprehending the math in this.Rotate.</p>
<p>I know there are four points in every Square, so I&#8217;m thus trying to add a fifth point named rotateLocation (where the button will be):</p>
<p>        this.a = a;<br />
        &#8230;<br />
        this.newX = this.c.x &#8211; (buttonSize * 3) &#8211; (buttonPadding * 3);<br />
        this.rotateLocation = new Vector( this.newX, this.c.y);</p>
<p>But graphically, this is not showing up directly to the left of point c, but actually to the left and below point c.</p>
<p>Could you provide me some basic overview of how this section of the code works, or point me to a link of reference?</p>
<p>Thanks,<br />
Seb</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Animated website background with HTML5 by monolocale</title>
		<link>http://radikalfx.com/2009/10/17/html5-animated-background/#comment-2720</link>
		<dc:creator>monolocale</dc:creator>
		<pubDate>Mon, 26 Apr 2010 15:29:31 +0000</pubDate>
		<guid isPermaLink="false">http://radikalfx.com/?p=83#comment-2720</guid>
		<description>I&#039;ve been reading a few posts and i&#039;m adding your blog to my rss reader , thanks ! &lt;a href=&quot;http://fieracasa.com&quot; rel=&quot;nofollow&quot;&gt;solo case&lt;/A&gt;</description>
		<content:encoded><![CDATA[<p>I&#8217;ve been reading a few posts and i&#8217;m adding your blog to my rss reader , thanks ! <a href="http://fieracasa.com" rel="nofollow">solo case</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Animated website background with HTML5 by Javier Chutsenko</title>
		<link>http://radikalfx.com/2009/10/17/html5-animated-background/#comment-2719</link>
		<dc:creator>Javier Chutsenko</dc:creator>
		<pubDate>Mon, 26 Apr 2010 09:01:40 +0000</pubDate>
		<guid isPermaLink="false">http://radikalfx.com/?p=83#comment-2719</guid>
		<description>I had been just considering about Javier Chutsenko and you have surely aided out. Thanks!</description>
		<content:encoded><![CDATA[<p>I had been just considering about Javier Chutsenko and you have surely aided out. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Animated website background with HTML5 by Richard Thomson</title>
		<link>http://radikalfx.com/2009/10/17/html5-animated-background/#comment-2718</link>
		<dc:creator>Richard Thomson</dc:creator>
		<pubDate>Mon, 26 Apr 2010 08:35:12 +0000</pubDate>
		<guid isPermaLink="false">http://radikalfx.com/?p=83#comment-2718</guid>
		<description>How are you?. I appreciate your website. Just wondering if you wanted to profit from it? I have signed up to a network that pays out 1 dollars every time one of my visitors completes a quick quiz to get access to premium content. Check out my website for more info. Think it is perfect for this blog. Kindest Regards</description>
		<content:encoded><![CDATA[<p>How are you?. I appreciate your website. Just wondering if you wanted to profit from it? I have signed up to a network that pays out 1 dollars every time one of my visitors completes a quick quiz to get access to premium content. Check out my website for more info. Think it is perfect for this blog. Kindest Regards</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Animated website background with HTML5 by San Diego short sale</title>
		<link>http://radikalfx.com/2009/10/17/html5-animated-background/#comment-2717</link>
		<dc:creator>San Diego short sale</dc:creator>
		<pubDate>Mon, 26 Apr 2010 03:03:17 +0000</pubDate>
		<guid isPermaLink="false">http://radikalfx.com/?p=83#comment-2717</guid>
		<description>Thanks for some good  points  there.  I am kind of new to  the internet , so I printed this off to put in my file, any better way to go about keeping track of it then printing?</description>
		<content:encoded><![CDATA[<p>Thanks for some good  points  there.  I am kind of new to  the internet , so I printed this off to put in my file, any better way to go about keeping track of it then printing?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Animated website background with HTML5 by Panama Turismo</title>
		<link>http://radikalfx.com/2009/10/17/html5-animated-background/#comment-2716</link>
		<dc:creator>Panama Turismo</dc:creator>
		<pubDate>Sun, 25 Apr 2010 06:50:53 +0000</pubDate>
		<guid isPermaLink="false">http://radikalfx.com/?p=83#comment-2716</guid>
		<description>Superb post - and good domain by the way!</description>
		<content:encoded><![CDATA[<p>Superb post &#8211; and good domain by the way!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
