<?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: For Scott, Emma, Lavrai and Tom</title>
	<atom:link href="http://brimosoft.nl/2008/09/22/for-scott-emma-lavrai-and-tom/feed/" rel="self" type="application/rss+xml" />
	<link>http://brimosoft.nl/2008/09/22/for-scott-emma-lavrai-and-tom/</link>
	<description>Author of the Easiest Gallery Plugin</description>
	<lastBuildDate>Mon, 14 May 2012 01:48:45 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Emma</title>
		<link>http://brimosoft.nl/2008/09/22/for-scott-emma-lavrai-and-tom/comment-page-2/#comment-523</link>
		<dc:creator>Emma</dc:creator>
		<pubDate>Sat, 27 Sep 2008 09:33:32 +0000</pubDate>
		<guid isPermaLink="false">http://brimosoft.nl/?p=217#comment-523</guid>
		<description>Thanks Marcel ... you offer great support!</description>
		<content:encoded><![CDATA[<p>Thanks Marcel &#8230; you offer great support!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marcel (brimosoft)</title>
		<link>http://brimosoft.nl/2008/09/22/for-scott-emma-lavrai-and-tom/comment-page-2/#comment-520</link>
		<dc:creator>Marcel (brimosoft)</dc:creator>
		<pubDate>Sat, 27 Sep 2008 08:45:08 +0000</pubDate>
		<guid isPermaLink="false">http://brimosoft.nl/?p=217#comment-520</guid>
		<description>@Emma,
I&#039;ll put the widget on my To Do list.
thanks</description>
		<content:encoded><![CDATA[<p>@Emma,<br />
I&#8217;ll put the widget on my To Do list.<br />
thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Emma</title>
		<link>http://brimosoft.nl/2008/09/22/for-scott-emma-lavrai-and-tom/comment-page-2/#comment-518</link>
		<dc:creator>Emma</dc:creator>
		<pubDate>Sat, 27 Sep 2008 08:32:53 +0000</pubDate>
		<guid isPermaLink="false">http://brimosoft.nl/?p=217#comment-518</guid>
		<description>Marcel .. The spaces issue has now resolved for me, thanks!
Also so has the sorting of the folders .. but if I use the sidebar widget to list folders then they are still not sorted but they are OK on the gallery page.</description>
		<content:encoded><![CDATA[<p>Marcel .. The spaces issue has now resolved for me, thanks!<br />
Also so has the sorting of the folders .. but if I use the sidebar widget to list folders then they are still not sorted but they are OK on the gallery page.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott</title>
		<link>http://brimosoft.nl/2008/09/22/for-scott-emma-lavrai-and-tom/comment-page-2/#comment-508</link>
		<dc:creator>Scott</dc:creator>
		<pubDate>Fri, 26 Sep 2008 13:19:32 +0000</pubDate>
		<guid isPermaLink="false">http://brimosoft.nl/?p=217#comment-508</guid>
		<description>Yes - sounds better than previous description Marcel!

Thanks,
Scott</description>
		<content:encoded><![CDATA[<p>Yes &#8211; sounds better than previous description Marcel!</p>
<p>Thanks,<br />
Scott</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: marcel</title>
		<link>http://brimosoft.nl/2008/09/22/for-scott-emma-lavrai-and-tom/comment-page-2/#comment-506</link>
		<dc:creator>marcel</dc:creator>
		<pubDate>Fri, 26 Sep 2008 07:02:22 +0000</pubDate>
		<guid isPermaLink="false">http://brimosoft.nl/?p=217#comment-506</guid>
		<description>@Scott,
Yes, I have looked at the javascript for the Lightbox and it appears that the caption is only updated with non-empty strings. You could change it like this:
at line 332 of lightbox.js add after the accolade &lt;code&gt;}&lt;/code&gt;:
&lt;code&gt; else {
 this.caption.update(&quot; &quot;).show();
}&lt;/code&gt;
So it will use a single space as caption in case the title string is empty.
Does that help?</description>
		<content:encoded><![CDATA[<p>@Scott,<br />
Yes, I have looked at the javascript for the Lightbox and it appears that the caption is only updated with non-empty strings. You could change it like this:<br />
at line 332 of lightbox.js add after the accolade <code>}</code>:<br />
<code> else {<br />
 this.caption.update(" ").show();<br />
}</code><br />
So it will use a single space as caption in case the title string is empty.<br />
Does that help?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott</title>
		<link>http://brimosoft.nl/2008/09/22/for-scott-emma-lavrai-and-tom/comment-page-2/#comment-505</link>
		<dc:creator>Scott</dc:creator>
		<pubDate>Fri, 26 Sep 2008 00:13:34 +0000</pubDate>
		<guid isPermaLink="false">http://brimosoft.nl/?p=217#comment-505</guid>
		<description>Could indeed be with the Lightbox...

See example here: http://www.genfab.com/photo-albums/?file=2003/2/Im001681.jpg

View lightbox then click next.</description>
		<content:encoded><![CDATA[<p>Could indeed be with the Lightbox&#8230;</p>
<p>See example here: <a href="http://www.genfab.com/photo-albums/?file=2003/2/Im001681.jpg" rel="nofollow">http://www.genfab.com/photo-albums/?file=2003/2/Im001681.jpg</a></p>
<p>View lightbox then click next.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: marcel</title>
		<link>http://brimosoft.nl/2008/09/22/for-scott-emma-lavrai-and-tom/comment-page-2/#comment-501</link>
		<dc:creator>marcel</dc:creator>
		<pubDate>Thu, 25 Sep 2008 14:42:20 +0000</pubDate>
		<guid isPermaLink="false">http://brimosoft.nl/?p=217#comment-501</guid>
		<description>Hey Scott
Hm, but where?
I have also images without a description, but I don&#039;t see any duplicate descriptions. 
http://brimosoft.nl/gallery/?file=folder_1/
Also, when I look at the page html source code, the description is in &lt;code&gt;title=&#039;&#039;&lt;/code&gt; as it should.
Could it be an error in the Lightbox javascript?</description>
		<content:encoded><![CDATA[<p>Hey Scott<br />
Hm, but where?<br />
I have also images without a description, but I don&#8217;t see any duplicate descriptions.<br />
<a href="http://brimosoft.nl/gallery/?file=folder_1/" rel="nofollow">http://brimosoft.nl/gallery/?file=folder_1/</a><br />
Also, when I look at the page html source code, the description is in <code>title=''</code> as it should.<br />
Could it be an error in the Lightbox javascript?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott</title>
		<link>http://brimosoft.nl/2008/09/22/for-scott-emma-lavrai-and-tom/comment-page-2/#comment-499</link>
		<dc:creator>Scott</dc:creator>
		<pubDate>Thu, 25 Sep 2008 13:43:56 +0000</pubDate>
		<guid isPermaLink="false">http://brimosoft.nl/?p=217#comment-499</guid>
		<description>Hey Marcel,

Noticed another very minor issue...

If you view an image in the lightbox with a description, and then follow Next link (within lightbox) to an image without a description - the previous description will still be shown for this next image.  I guess theres a description string that is not being cleared.

Cheers
Scott</description>
		<content:encoded><![CDATA[<p>Hey Marcel,</p>
<p>Noticed another very minor issue&#8230;</p>
<p>If you view an image in the lightbox with a description, and then follow Next link (within lightbox) to an image without a description &#8211; the previous description will still be shown for this next image.  I guess theres a description string that is not being cleared.</p>
<p>Cheers<br />
Scott</p>
]]></content:encoded>
	</item>
</channel>
</rss>

