<?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 on: Making a Really Cool jQuery Gallery</title>
	<atom:link href="http://tutorialzine.com/2009/09/cool-jquery-gallery/feed/" rel="self" type="application/rss+xml" />
	<link>http://tutorialzine.com/2009/09/cool-jquery-gallery/</link>
	<description>Web Development Tutorials &#38; Resources</description>
	<lastBuildDate>Tue, 07 Feb 2012 23:23:10 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Rodrigo</title>
		<link>http://tutorialzine.com/2009/09/cool-jquery-gallery/#comment-21785</link>
		<dc:creator>Rodrigo</dc:creator>
		<pubDate>Sun, 29 Jan 2012 21:15:11 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialzine.com/?p=366#comment-21785</guid>
		<description>how did you solve the order of pictures?</description>
		<content:encoded><![CDATA[<p>how did you solve the order of pictures?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Justin McMakin</title>
		<link>http://tutorialzine.com/2009/09/cool-jquery-gallery/#comment-21714</link>
		<dc:creator>Justin McMakin</dc:creator>
		<pubDate>Wed, 25 Jan 2012 05:11:59 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialzine.com/?p=366#comment-21714</guid>
		<description>Your script is amazing and simple. I&#039;m a front end designer using an instant website service http://www.tmw.to and it was amazing to be able to iFrame your page in to the site after tweaking the CSS and adding the alphabetical ordering from the other comments on this page. You are all very appreciated and thank you.</description>
		<content:encoded><![CDATA[<p>Your script is amazing and simple. I&#8217;m a front end designer using an instant website service http://www.tmw.to and it was amazing to be able to iFrame your page in to the site after tweaking the CSS and adding the alphabetical ordering from the other comments on this page. You are all very appreciated and thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel Web Designer</title>
		<link>http://tutorialzine.com/2009/09/cool-jquery-gallery/#comment-18713</link>
		<dc:creator>Daniel Web Designer</dc:creator>
		<pubDate>Wed, 20 Jul 2011 07:14:18 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialzine.com/?p=366#comment-18713</guid>
		<description>Really nice tut, thanks

I really like the ability to read from a directory, yay PHP!</description>
		<content:encoded><![CDATA[<p>Really nice tut, thanks</p>
<p>I really like the ability to read from a directory, yay PHP!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: e11world</title>
		<link>http://tutorialzine.com/2009/09/cool-jquery-gallery/#comment-17410</link>
		<dc:creator>e11world</dc:creator>
		<pubDate>Thu, 12 May 2011 20:11:38 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialzine.com/?p=366#comment-17410</guid>
		<description>I tried this to get a my thumbnails loading from another folder but it isn&#039;t working. I even tried this:
$thumbsdirectory = &#039;imgs/gallery/thumbs&#039;;
and 

but it didn&#039;t work.  Any ideas on this?</description>
		<content:encoded><![CDATA[<p>I tried this to get a my thumbnails loading from another folder but it isn&#8217;t working. I even tried this:<br />
$thumbsdirectory = &#8216;imgs/gallery/thumbs&#8217;;<br />
and </p>
<p>but it didn&#8217;t work.  Any ideas on this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shinnobi</title>
		<link>http://tutorialzine.com/2009/09/cool-jquery-gallery/#comment-17085</link>
		<dc:creator>Shinnobi</dc:creator>
		<pubDate>Tue, 26 Apr 2011 13:52:28 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialzine.com/?p=366#comment-17085</guid>
		<description>Below line 44

43	$title = implode(&#039;.&#039;,$file_parts);
44	$title = htmlspecialchars($title);
45	$title = str_replace(&quot;_&quot;,&quot; &quot;,$title);   

it&#039;s work !!</description>
		<content:encoded><![CDATA[<p>Below line 44</p>
<p>43	$title = implode(&#8216;.&#8217;,$file_parts);<br />
44	$title = htmlspecialchars($title);<br />
45	$title = str_replace(&#8220;_&#8221;,&#8221; &#8220;,$title);   </p>
<p>it&#8217;s work !!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Arango</title>
		<link>http://tutorialzine.com/2009/09/cool-jquery-gallery/#comment-12149</link>
		<dc:creator>David Arango</dc:creator>
		<pubDate>Tue, 19 Oct 2010 02:17:25 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialzine.com/?p=366#comment-12149</guid>
		<description>Martin! what a useful code! i used it in my website to lauch the CrossSlide Java Plugin... But.. I was wondering... what modifications shoud I do to get it to read the Subfolders as well??  and assign it to a variable!

Here is my actual code:

http://portadavid.20x.cc/code.html

All i need it is to have anothe variable to adress 1 level subdirectory!

eg.

echo &#039;
&lt;div class=&quot;pic &#039;.$nomargin.&#039;&quot; style=&quot;background:url(&#039;.$directory.&#039;/&lt;b&gt;&#039;.$subdirectory.&#039;&lt;/b&gt;/&#039;.$file.&#039;) no-repeat 50% 50%;&quot;&gt;

it would save my life!! thanks a lot in advance!</description>
		<content:encoded><![CDATA[<p>Martin! what a useful code! i used it in my website to lauch the CrossSlide Java Plugin&#8230; But.. I was wondering&#8230; what modifications shoud I do to get it to read the Subfolders as well??  and assign it to a variable!</p>
<p>Here is my actual code:</p>
<p>http://portadavid.20x.cc/code.html</p>
<p>All i need it is to have anothe variable to adress 1 level subdirectory!</p>
<p>eg.</p>
<p>echo &#8216;<br />
&lt;div class=&quot;pic &#039;.$nomargin.&#039;&quot; style=&quot;background:url(&#039;.$directory.&#039;/<b>&#8216;.$subdirectory.&#8217;</b>/&#8217;.$file.&#8217;) no-repeat 50% 50%;&#8221;&gt;</p>
<p>it would save my life!! thanks a lot in advance!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jack</title>
		<link>http://tutorialzine.com/2009/09/cool-jquery-gallery/#comment-12125</link>
		<dc:creator>Jack</dc:creator>
		<pubDate>Sun, 17 Oct 2010 19:06:25 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialzine.com/?p=366#comment-12125</guid>
		<description>Where do you place the code for the _ underscore replacement?</description>
		<content:encoded><![CDATA[<p>Where do you place the code for the _ underscore replacement?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alien</title>
		<link>http://tutorialzine.com/2009/09/cool-jquery-gallery/#comment-11597</link>
		<dc:creator>alien</dc:creator>
		<pubDate>Wed, 29 Sep 2010 16:07:31 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialzine.com/?p=366#comment-11597</guid>
		<description>I&#039;ve DOne it!!!

$title = str_replace(&quot;_&quot;,&quot; &quot;,$title);</description>
		<content:encoded><![CDATA[<p>I&#8217;ve DOne it!!!</p>
<p>$title = str_replace(&#8220;_&#8221;,&#8221; &#8220;,$title);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alien</title>
		<link>http://tutorialzine.com/2009/09/cool-jquery-gallery/#comment-11596</link>
		<dc:creator>alien</dc:creator>
		<pubDate>Wed, 29 Sep 2010 15:22:03 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialzine.com/?p=366#comment-11596</guid>
		<description>Hi there!

Great script! Just a quick one..Is possible to create spaces between words in the title??

Ex .  &quot;Great_Script.jpg&quot;   TO  &quot;Great Script&quot; replacing underscore with space??!!</description>
		<content:encoded><![CDATA[<p>Hi there!</p>
<p>Great script! Just a quick one..Is possible to create spaces between words in the title??</p>
<p>Ex .  &#8220;Great_Script.jpg&#8221;   TO  &#8220;Great Script&#8221; replacing underscore with space??!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: olivier</title>
		<link>http://tutorialzine.com/2009/09/cool-jquery-gallery/#comment-10436</link>
		<dc:creator>olivier</dc:creator>
		<pubDate>Wed, 01 Sep 2010 12:01:11 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialzine.com/?p=366#comment-10436</guid>
		<description>Hello :o)

this gallery is perfetcly what i was looking for :OD greaaaaaaat !! woohoo !

but... yeah there&#039;s a but lol

i can&#039;t center my gallery into my page :o( playing with the css, but cannot find the answer... 

Could you help please ? i put the page in the &#039;website&#039; field.

Thanks a lot :o)</description>
		<content:encoded><![CDATA[<p>Hello :o)</p>
<p>this gallery is perfetcly what i was looking for :OD greaaaaaaat !! woohoo !</p>
<p>but&#8230; yeah there&#8217;s a but lol</p>
<p>i can&#8217;t center my gallery into my page :o( playing with the css, but cannot find the answer&#8230; </p>
<p>Could you help please ? i put the page in the &#8216;website&#8217; field.</p>
<p>Thanks a lot :o)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using apc
Page Caching using apc
Object Caching 355/356 objects using apc
Content Delivery Network via cdn.tutorialzine.com

Served from: tutorialzine.com @ 2012-02-08 13:55:10 -->
