<?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 Cool Javascripts</title>
	<atom:link href="http://cool-javascripts.com/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://cool-javascripts.com</link>
	<description>The best javascripts for your site</description>
	<lastBuildDate>Tue, 17 Jan 2012 16:43:09 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>Comment on jQuery Ajax File Upload by daniel</title>
		<link>http://cool-javascripts.com/jquery/jquery-ajax-file-upload.html/comment-page-1#comment-21671</link>
		<dc:creator>daniel</dc:creator>
		<pubDate>Tue, 17 Jan 2012 16:43:09 +0000</pubDate>
		<guid isPermaLink="false">http://cool-javascripts.com/jquery/jquery-ajax-file-upload.html#comment-21671</guid>
		<description>i can t download source file ?:(</description>
		<content:encoded><![CDATA[<p>i can t download source file ?:(</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Image Flow 0.9 by Galerie Photo &#171; WebSEO</title>
		<link>http://cool-javascripts.com/effects/image-flow-09.html/comment-page-2#comment-20396</link>
		<dc:creator>Galerie Photo &#171; WebSEO</dc:creator>
		<pubDate>Sat, 31 Dec 2011 00:42:59 +0000</pubDate>
		<guid isPermaLink="false">http://cool-javascripts.com/?p=9#comment-20396</guid>
		<description>[...] 6. Image Flow [...]</description>
		<content:encoded><![CDATA[<p>[...] 6. Image Flow [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 3 jQuery plugins to show context menu by Rodney Rehm</title>
		<link>http://cool-javascripts.com/jquery/3-jquery-plugins-to-show-context-menu.html/comment-page-1#comment-19218</link>
		<dc:creator>Rodney Rehm</dc:creator>
		<pubDate>Sun, 11 Dec 2011 19:29:23 +0000</pubDate>
		<guid isPermaLink="false">http://cool-javascripts.com/jquery/3-jquery-plugins-to-show-context-menu.html#comment-19218</guid>
		<description>You might also be interested in http://medialize.github.com/jQuery-contextMenu/</description>
		<content:encoded><![CDATA[<p>You might also be interested in <a href="http://medialize.github.com/jQuery-contextMenu/" rel="nofollow">http://medialize.github.com/jQuery-contextMenu/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Image Flow 0.9 by 390 ressources Javascript &#38; jQuery</title>
		<link>http://cool-javascripts.com/effects/image-flow-09.html/comment-page-2#comment-18507</link>
		<dc:creator>390 ressources Javascript &#38; jQuery</dc:creator>
		<pubDate>Mon, 28 Nov 2011 18:51:10 +0000</pubDate>
		<guid isPermaLink="false">http://cool-javascripts.com/?p=9#comment-18507</guid>
		<description>[...] Image Flow [...]</description>
		<content:encoded><![CDATA[<p>[...] Image Flow [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Image Flow 0.9 by 15 jQuery Image Galleries and Image slideshow/Slider Plugins&#160; &#124; &#160;Web Design Stuff</title>
		<link>http://cool-javascripts.com/effects/image-flow-09.html/comment-page-2#comment-18266</link>
		<dc:creator>15 jQuery Image Galleries and Image slideshow/Slider Plugins&#160; &#124; &#160;Web Design Stuff</dc:creator>
		<pubDate>Mon, 21 Nov 2011 20:03:35 +0000</pubDate>
		<guid isPermaLink="false">http://cool-javascripts.com/?p=9#comment-18266</guid>
		<description>[...] 3. Image Flow 0.9 [...]</description>
		<content:encoded><![CDATA[<p>[...] 3. Image Flow 0.9 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Image Flow 0.9 by [jquery]??? jQuery ?? Gallery Slideshow ?????????? &#124; Technology TLCTHAI</title>
		<link>http://cool-javascripts.com/effects/image-flow-09.html/comment-page-2#comment-18129</link>
		<dc:creator>[jquery]??? jQuery ?? Gallery Slideshow ?????????? &#124; Technology TLCTHAI</dc:creator>
		<pubDate>Thu, 17 Nov 2011 08:21:03 +0000</pubDate>
		<guid isPermaLink="false">http://cool-javascripts.com/?p=9#comment-18129</guid>
		<description>[...] Image Flow [...]</description>
		<content:encoded><![CDATA[<p>[...] Image Flow [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Image Flow 0.9 by Ali</title>
		<link>http://cool-javascripts.com/effects/image-flow-09.html/comment-page-2#comment-17580</link>
		<dc:creator>Ali</dc:creator>
		<pubDate>Fri, 28 Oct 2011 03:23:04 +0000</pubDate>
		<guid isPermaLink="false">http://cool-javascripts.com/?p=9#comment-17580</guid>
		<description>Hello Everyone;
I wud like to help you out guys as there are many people who had a problem of not getting an image in slider ;

ImageFlow needs a PHP server running a GD library to generate the reflections. It will work without PHP if you disable the reflections.

For Setting up No reflections You need to make changes in Two places
1) imageflow.js
2) imageflow.packed.js

you will find two lines within the domReady function in both files:

Here it is ;
domReady(function()
{
	var instanceOne = new ImageFlow();
	instanceOne.init({ ImageFlowID: &#039;myImageFlow&#039; });
});

So Make Changes like this in both files;

domReady(function()
{

var instanceOne = new ImageFlow();
instanceOne.init({ ImageFlowID: &#039;myImageFlow&#039;, 
                   reflections: false, 
                   reflectionP: 0.0 });
});

&amp; Your Task is Done !!
Thanks !! Cheeeeeers - Ali  :)</description>
		<content:encoded><![CDATA[<p>Hello Everyone;<br />
I wud like to help you out guys as there are many people who had a problem of not getting an image in slider ;</p>
<p>ImageFlow needs a PHP server running a GD library to generate the reflections. It will work without PHP if you disable the reflections.</p>
<p>For Setting up No reflections You need to make changes in Two places<br />
1) imageflow.js<br />
2) imageflow.packed.js</p>
<p>you will find two lines within the domReady function in both files:</p>
<p>Here it is ;<br />
domReady(function()<br />
{<br />
	var instanceOne = new ImageFlow();<br />
	instanceOne.init({ ImageFlowID: &#8216;myImageFlow&#8217; });<br />
});</p>
<p>So Make Changes like this in both files;</p>
<p>domReady(function()<br />
{</p>
<p>var instanceOne = new ImageFlow();<br />
instanceOne.init({ ImageFlowID: &#8216;myImageFlow&#8217;,<br />
                   reflections: false,<br />
                   reflectionP: 0.0 });<br />
});</p>
<p>&amp; Your Task is Done !!<br />
Thanks !! Cheeeeeers &#8211; Ali  <img src='http://cool-javascripts.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on jQuery floating box plugin by G+ Info</title>
		<link>http://cool-javascripts.com/jquery/jquery-floating-box-plugin.html/comment-page-1#comment-17171</link>
		<dc:creator>G+ Info</dc:creator>
		<pubDate>Sun, 23 Oct 2011 03:43:31 +0000</pubDate>
		<guid isPermaLink="false">http://cool-javascripts.com/uncategorized/jquery-floating-box-plugin.html#comment-17171</guid>
		<description>agree with Peter Brown, please update the links please!</description>
		<content:encoded><![CDATA[<p>agree with Peter Brown, please update the links please!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on jQuery floating box plugin by Ifat</title>
		<link>http://cool-javascripts.com/jquery/jquery-floating-box-plugin.html/comment-page-1#comment-17170</link>
		<dc:creator>Ifat</dc:creator>
		<pubDate>Sun, 23 Oct 2011 03:42:42 +0000</pubDate>
		<guid isPermaLink="false">http://cool-javascripts.com/uncategorized/jquery-floating-box-plugin.html#comment-17170</guid>
		<description>is there any way to add close &amp; open button for this box? please send me  an email if there is. thanks!</description>
		<content:encoded><![CDATA[<p>is there any way to add close &amp; open button for this box? please send me  an email if there is. thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on jQuery Impromptu &#8211; alert and confirm replacement with form support by Antonio</title>
		<link>http://cool-javascripts.com/modal-windows/jquery-impromptu-alert-and-confirm-replacement-with-form-support.html/comment-page-1#comment-16611</link>
		<dc:creator>Antonio</dc:creator>
		<pubDate>Fri, 14 Oct 2011 00:50:36 +0000</pubDate>
		<guid isPermaLink="false">http://cool-javascripts.com/modal-windows/jquery-impromptu-alert-and-confirm-replacement-with-form-support.html#comment-16611</guid>
		<description>How I put impromptu over a blockUI Div?</description>
		<content:encoded><![CDATA[<p>How I put impromptu over a blockUI Div?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

