<?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>Thu, 22 Dec 2011 18:31:24 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>Comment on Text addition for image collage with HTML5 and Canvas by Monique Asuque</title>
		<link>http://radikalfx.com/2011/12/12/text-addition-for-image-collage-with-html5-and-canvas/#comment-2934</link>
		<dc:creator>Monique Asuque</dc:creator>
		<pubDate>Thu, 22 Dec 2011 18:31:24 +0000</pubDate>
		<guid isPermaLink="false">http://radikalfx.com/?p=168#comment-2934</guid>
		<description>Good day sir,

I am a graduating IT student from the Philippines.
We are currently making our final project and we are using html5 as one of our tools.

Basically, our group project is somehow related to this but instead of having it linked to Flickr, it will be connected to a database (our database) for image fetching.

I would like to ask for you help since I am not really into javascript.

I hope you could help me and my groupmates, sir. 

Thanks you.</description>
		<content:encoded><![CDATA[<p>Good day sir,</p>
<p>I am a graduating IT student from the Philippines.<br />
We are currently making our final project and we are using html5 as one of our tools.</p>
<p>Basically, our group project is somehow related to this but instead of having it linked to Flickr, it will be connected to a database (our database) for image fetching.</p>
<p>I would like to ask for you help since I am not really into javascript.</p>
<p>I hope you could help me and my groupmates, sir. </p>
<p>Thanks you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Text addition for image collage with HTML5 and Canvas by Neil</title>
		<link>http://radikalfx.com/2011/12/12/text-addition-for-image-collage-with-html5-and-canvas/#comment-2912</link>
		<dc:creator>Neil</dc:creator>
		<pubDate>Mon, 19 Dec 2011 07:30:53 +0000</pubDate>
		<guid isPermaLink="false">http://radikalfx.com/?p=168#comment-2912</guid>
		<description>Also...how does your Flickr search operate? I&#039;ve tried a search in Flickr which returned a small number of results but the same search returned 0 in HTML5 Canvas - Collage. Is it looking at the tags? description? file name?</description>
		<content:encoded><![CDATA[<p>Also&#8230;how does your Flickr search operate? I&#8217;ve tried a search in Flickr which returned a small number of results but the same search returned 0 in HTML5 Canvas &#8211; Collage. Is it looking at the tags? description? file name?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Text addition for image collage with HTML5 and Canvas by Neil</title>
		<link>http://radikalfx.com/2011/12/12/text-addition-for-image-collage-with-html5-and-canvas/#comment-2911</link>
		<dc:creator>Neil</dc:creator>
		<pubDate>Mon, 19 Dec 2011 07:18:45 +0000</pubDate>
		<guid isPermaLink="false">http://radikalfx.com/?p=168#comment-2911</guid>
		<description>I&#039;m so glad you&#039;re still working on this project! I&#039;m using it as the basis (or at least a proof-of-concept) for a project of my own which I&#039;d love to tell you about.
Would rather not give you all the details here but send me your email address if you&#039;re interested.</description>
		<content:encoded><![CDATA[<p>I&#8217;m so glad you&#8217;re still working on this project! I&#8217;m using it as the basis (or at least a proof-of-concept) for a project of my own which I&#8217;d love to tell you about.<br />
Would rather not give you all the details here but send me your email address if you&#8217;re interested.</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 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>

