<?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"
	>
<channel>
	<title>Comments on: PictureSlides plugin released for DOMAssistant</title>
	<atom:link href="http://www.robertnyman.com/2008/05/06/pictureslides-plugin-released-for-domassistant/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.robertnyman.com/2008/05/06/pictureslides-plugin-released-for-domassistant/</link>
	<description>Web development and Internet trends</description>
	<pubDate>Thu, 20 Nov 2008 15:48:59 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1</generator>
		<item>
		<title>By: Robert Nyman</title>
		<link>http://www.robertnyman.com/2008/05/06/pictureslides-plugin-released-for-domassistant/#comment-457120</link>
		<dc:creator>Robert Nyman</dc:creator>
		<pubDate>Fri, 10 Oct 2008 09:01:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/2008/05/06/pictureslides-plugin-released-for-domassistant/#comment-457120</guid>
		<description>ENKi,

I'm not really sure what to say more: your ASP.NET code needs to generate the code that I show in the example, through a Repeater or something.</description>
		<content:encoded><![CDATA[<p>ENKi,</p>
<p>I&#8217;m not really sure what to say more: your ASP.NET code needs to generate the code that I show in the example, through a Repeater or something.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ENKi</title>
		<link>http://www.robertnyman.com/2008/05/06/pictureslides-plugin-released-for-domassistant/#comment-456862</link>
		<dc:creator>ENKi</dc:creator>
		<pubDate>Fri, 10 Oct 2008 03:45:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/2008/05/06/pictureslides-plugin-released-for-domassistant/#comment-456862</guid>
		<description>Hi robert,

Thx for your reply but i still found the old one is more suitable for my requirement since there is tags compatible (allow user to select his desired tag)

Last but not least, i still go no idea how do i populate my array list to javascript file (*.js) in order to dynamically generate the image information on the server through ASP.NET 

pls advice... hundred thanks</description>
		<content:encoded><![CDATA[<p>Hi robert,</p>
<p>Thx for your reply but i still found the old one is more suitable for my requirement since there is tags compatible (allow user to select his desired tag)</p>
<p>Last but not least, i still go no idea how do i populate my array list to javascript file (*.js) in order to dynamically generate the image information on the server through ASP.NET </p>
<p>pls advice&#8230; hundred thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert Nyman</title>
		<link>http://www.robertnyman.com/2008/05/06/pictureslides-plugin-released-for-domassistant/#comment-455872</link>
		<dc:creator>Robert Nyman</dc:creator>
		<pubDate>Thu, 09 Oct 2008 07:14:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/2008/05/06/pictureslides-plugin-released-for-domassistant/#comment-455872</guid>
		<description>ENKi,

Firstly, I haven't posted at javascript.internet.com, it was someone else.


Second, the code you mention is the old JaS code, and not the new PictureSlides code. Please look at the &lt;a href="http://www.robertnyman.com/picture-slides/implementation.htm" rel="nofollow"&gt;implementation instructions&lt;/a&gt; and the &lt;a href="http://www.robertnyman.com/picture-slides/index.htm" rel="nofollow"&gt;demo pages&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>ENKi,</p>
<p>Firstly, I haven&#8217;t posted at javascript.internet.com, it was someone else.</p>
<p>Second, the code you mention is the old JaS code, and not the new PictureSlides code. Please look at the <a href="http://www.robertnyman.com/picture-slides/implementation.htm" rel="nofollow">implementation instructions</a> and the <a href="http://www.robertnyman.com/picture-slides/index.htm" rel="nofollow">demo pages</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ENKi</title>
		<link>http://www.robertnyman.com/2008/05/06/pictureslides-plugin-released-for-domassistant/#comment-455653</link>
		<dc:creator>ENKi</dc:creator>
		<pubDate>Thu, 09 Oct 2008 02:58:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/2008/05/06/pictureslides-plugin-released-for-domassistant/#comment-455653</guid>
		<description>I'm new bird of ASP.net and found your code is VERY interesting.

I know how to retrieve data from DB and populate to somewhere but i dunno how do i dynamically generate the image information.

I don't understand what do u means by "juz need to crate an array like this (after the JavaScript file has been included)"

Clues or Guideline is highly appreciate.... thx a lot

Kindly refer to what you have posted in "javascript.internet.com"

If you want to dynamically generate the image information on the server through ASP.NET or PHP, you just need to create an array like this (after the JavaScript file has been included):

// In a JavaScript file
JaS.images : [
	["1.jpg", "Bat bridge in Austin", "Bridge"],
	["2.jpg", "Blossoming tree", "Tree"],
	["3.jpg", "Bat bridge from below", "Bridge"],
	["4.jpg", "Birds", "Birds"]
]


// In a JavaScript block
JaS.images = [
	["1.jpg", "Bat bridge in Austin", "Bridge"],
	["2.jpg", "Blossoming tree", "Tree"],
	["3.jpg", "Bat bridge from below", "Bridge"],
	["4.jpg", "Birds", "Birds"]
];</description>
		<content:encoded><![CDATA[<p>I&#8217;m new bird of ASP.net and found your code is VERY interesting.</p>
<p>I know how to retrieve data from DB and populate to somewhere but i dunno how do i dynamically generate the image information.</p>
<p>I don&#8217;t understand what do u means by &#8220;juz need to crate an array like this (after the JavaScript file has been included)&#8221;</p>
<p>Clues or Guideline is highly appreciate&#8230;. thx a lot</p>
<p>Kindly refer to what you have posted in &#8220;javascript.internet.com&#8221;</p>
<p>If you want to dynamically generate the image information on the server through ASP.NET or <acronym title="Hypertext PreProcessing">PHP</acronym>, you just need to create an array like this (after the JavaScript file has been included):</p>
<p>// In a JavaScript file<br />
JaS.images : [<br />
	["1.jpg", "Bat bridge in Austin", "Bridge"],<br />
	["2.jpg", "Blossoming tree", "Tree"],<br />
	["3.jpg", "Bat bridge from below", "Bridge"],<br />
	["4.jpg", "Birds", "Birds"]<br />
]</p>
<p>// In a JavaScript block<br />
JaS.images = [<br />
	["1.jpg", "Bat bridge in Austin", "Bridge"],<br />
	["2.jpg", "Blossoming tree", "Tree"],<br />
	["3.jpg", "Bat bridge from below", "Bridge"],<br />
	["4.jpg", "Birds", "Birds"]<br />
];</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert Nyman</title>
		<link>http://www.robertnyman.com/2008/05/06/pictureslides-plugin-released-for-domassistant/#comment-268061</link>
		<dc:creator>Robert Nyman</dc:creator>
		<pubDate>Thu, 08 May 2008 12:42:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/2008/05/06/pictureslides-plugin-released-for-domassistant/#comment-268061</guid>
		<description>Andy,

The idea was to be able to offer non-JavaScript users as much of the functionality as possible, hence having it in the HTML.

But, the start-slideshow link shouldn't be there, since it's JavaScript-dependent, so I'll remove that in the next version. I just want to wait a couple of days to see if any other potential fixes needs to be done first.</description>
		<content:encoded><![CDATA[<p>Andy,</p>
<p>The idea was to be able to offer non-JavaScript users as much of the functionality as possible, hence having it in the <acronym title="HyperText Markup Language">HTML</acronym>.</p>
<p>But, the start-slideshow link shouldn&#8217;t be there, since it&#8217;s JavaScript-dependent, so I&#8217;ll remove that in the next version. I just want to wait a couple of days to see if any other potential fixes needs to be done first.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy</title>
		<link>http://www.robertnyman.com/2008/05/06/pictureslides-plugin-released-for-domassistant/#comment-267982</link>
		<dc:creator>Andy</dc:creator>
		<pubDate>Thu, 08 May 2008 10:53:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/2008/05/06/pictureslides-plugin-released-for-domassistant/#comment-267982</guid>
		<description>Robert,

My point was that if your script needs HTML that only makes sense when being driven or changed by JavaScript, generate it with JavaScript. 

But seeing as you've now explained that it will fall back on server-side scripts, I guess everything's fine. Not my personal preference, but fine nonetheless.</description>
		<content:encoded><![CDATA[<p>Robert,</p>
<p>My point was that if your script needs <acronym title="HyperText Markup Language">HTML</acronym> that only makes sense when being driven or changed by JavaScript, generate it with JavaScript. </p>
<p>But seeing as you&#8217;ve now explained that it will fall back on server-side scripts, I guess everything&#8217;s fine. Not my personal preference, but fine nonetheless.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert Nyman</title>
		<link>http://www.robertnyman.com/2008/05/06/pictureslides-plugin-released-for-domassistant/#comment-267893</link>
		<dc:creator>Robert Nyman</dc:creator>
		<pubDate>Thu, 08 May 2008 08:42:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/2008/05/06/pictureslides-plugin-released-for-domassistant/#comment-267893</guid>
		<description>Jennifer,

No, thank you for helping me make it better! :-)</description>
		<content:encoded><![CDATA[<p>Jennifer,</p>
<p>No, thank you for helping me make it better! <img src='http://www.robertnyman.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jennifer Edmondson</title>
		<link>http://www.robertnyman.com/2008/05/06/pictureslides-plugin-released-for-domassistant/#comment-267887</link>
		<dc:creator>Jennifer Edmondson</dc:creator>
		<pubDate>Thu, 08 May 2008 08:33:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/2008/05/06/pictureslides-plugin-released-for-domassistant/#comment-267887</guid>
		<description>It wasn't really a show-stopper, but I've checked out the demo page and it works like a charm now :) Thanks!!</description>
		<content:encoded><![CDATA[<p>It wasn&#8217;t really a show-stopper, but I&#8217;ve checked out the demo page and it works like a charm now <img src='http://www.robertnyman.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> Thanks!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert Nyman</title>
		<link>http://www.robertnyman.com/2008/05/06/pictureslides-plugin-released-for-domassistant/#comment-267343</link>
		<dc:creator>Robert Nyman</dc:creator>
		<pubDate>Wed, 07 May 2008 15:58:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/2008/05/06/pictureslides-plugin-released-for-domassistant/#comment-267343</guid>
		<description>Andy,

In what way? The previous and next links? They should, of course, be linked to a page that shows the correct image, if JavaScript isn't enabled (which would require some server logic, which isn't really applicable for the demo).

The start slideshow link, as mentioned above, should be hidden through CSS at load, and then enabled through JavaScript. It doesn't happen automatically through PictureSlides as of now, but will be in the next version.</description>
		<content:encoded><![CDATA[<p>Andy,</p>
<p>In what way? The previous and next links? They should, of course, be linked to a page that shows the correct image, if JavaScript isn&#8217;t enabled (which would require some server logic, which isn&#8217;t really applicable for the demo).</p>
<p>The start slideshow link, as mentioned above, should be hidden through <acronym title="Cascading Style Sheets">CSS</acronym> at load, and then enabled through JavaScript. It doesn&#8217;t happen automatically through PictureSlides as of now, but will be in the next version.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy</title>
		<link>http://www.robertnyman.com/2008/05/06/pictureslides-plugin-released-for-domassistant/#comment-267339</link>
		<dc:creator>Andy</dc:creator>
		<pubDate>Wed, 07 May 2008 15:51:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/2008/05/06/pictureslides-plugin-released-for-domassistant/#comment-267339</guid>
		<description>Well, my issue isn't the thumbnails, but the picture frame itself, where no graceful degradation takes place.</description>
		<content:encoded><![CDATA[<p>Well, my issue isn&#8217;t the thumbnails, but the picture frame itself, where no graceful degradation takes place.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert Nyman</title>
		<link>http://www.robertnyman.com/2008/05/06/pictureslides-plugin-released-for-domassistant/#comment-267335</link>
		<dc:creator>Robert Nyman</dc:creator>
		<pubDate>Wed, 07 May 2008 15:46:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/2008/05/06/pictureslides-plugin-released-for-domassistant/#comment-267335</guid>
		<description>Andy,

Not sure I understand what you mean. It is indeed built in an unobtrusive manner, where all links in the page should point to a page presenting the image if JavaScript isn't available.</description>
		<content:encoded><![CDATA[<p>Andy,</p>
<p>Not sure I understand what you mean. It is indeed built in an unobtrusive manner, where all links in the page should point to a page presenting the image if JavaScript isn&#8217;t available.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy</title>
		<link>http://www.robertnyman.com/2008/05/06/pictureslides-plugin-released-for-domassistant/#comment-267324</link>
		<dc:creator>Andy</dc:creator>
		<pubDate>Wed, 07 May 2008 15:30:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/2008/05/06/pictureslides-plugin-released-for-domassistant/#comment-267324</guid>
		<description>Such a shame it isn't built unobtrusively. 
By the way, there's some nasty margin issue with the title on firefox 2.</description>
		<content:encoded><![CDATA[<p>Such a shame it isn&#8217;t built unobtrusively.<br />
By the way, there&#8217;s some nasty margin issue with the title on firefox 2.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert Nyman</title>
		<link>http://www.robertnyman.com/2008/05/06/pictureslides-plugin-released-for-domassistant/#comment-267257</link>
		<dc:creator>Robert Nyman</dc:creator>
		<pubDate>Wed, 07 May 2008 13:46:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/2008/05/06/pictureslides-plugin-released-for-domassistant/#comment-267257</guid>
		<description>Jennifer,

I see what you mean. PictureSlides itself is initialized when the window has loaded, to avoid starting any actions before the images being used are in place.

If that is a problem, i.e. that the start slideshow link is clickable before the actual event has been applied, one can either use something else than an &lt;code&gt;a&lt;/code&gt; element for that functionality (it's solely id-dependent), or have it hidden with CSS and then show it when the page has loaded.

The latter is something which PictureSlides doesn't do automatically right now, but something I'll make sure to include in the next upgrade (which will probably be just small fixes such as that one); I hope it's not a show-stopper for the moment.

Does that sound ok?

Also, I just made a CSS change to that demo to make sure the stop slideshow link is hidden when the page is loaded.</description>
		<content:encoded><![CDATA[<p>Jennifer,</p>
<p>I see what you mean. PictureSlides itself is initialized when the window has loaded, to avoid starting any actions before the images being used are in place.</p>
<p>If that is a problem, i.e. that the start slideshow link is clickable before the actual event has been applied, one can either use something else than an <code>a</code> element for that functionality (it&#8217;s solely id-dependent), or have it hidden with <acronym title="Cascading Style Sheets">CSS</acronym> and then show it when the page has loaded.</p>
<p>The latter is something which PictureSlides doesn&#8217;t do automatically right now, but something I&#8217;ll make sure to include in the next upgrade (which will probably be just small fixes such as that one); I hope it&#8217;s not a show-stopper for the moment.</p>
<p>Does that sound ok?</p>
<p>Also, I just made a <acronym title="Cascading Style Sheets">CSS</acronym> change to that demo to make sure the stop slideshow link is hidden when the page is loaded.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jennifer Edmondson</title>
		<link>http://www.robertnyman.com/2008/05/06/pictureslides-plugin-released-for-domassistant/#comment-267191</link>
		<dc:creator>Jennifer Edmondson</dc:creator>
		<pubDate>Wed, 07 May 2008 12:07:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/2008/05/06/pictureslides-plugin-released-for-domassistant/#comment-267191</guid>
		<description>Ahhh... I apologise. That's not what's happening.

Well, what happens is this: When you first load the page, or hit refresh; both "start slideshow" and "stop slideshow" appear underneath the "Previous 1/12 Next" line for about 5 seconds, before disappearing and showing just "start slideshow" on the same line as  "Previous 1/12 Next" 

If you hit "start slideshow" in &lt;b&gt;that&lt;/b&gt; period, then the browser redirects to index.htm which gives a "Page Not Found" message.

Did that make sense? I need to lay off the caffeinated beverages ;)</description>
		<content:encoded><![CDATA[<p>Ahhh&#8230; I apologise. That&#8217;s not what&#8217;s happening.</p>
<p>Well, what happens is this: When you first load the page, or hit refresh; both &#8220;start slideshow&#8221; and &#8220;stop slideshow&#8221; appear underneath the &#8220;Previous 1/12 Next&#8221; line for about 5 seconds, before disappearing and showing just &#8220;start slideshow&#8221; on the same line as  &#8220;Previous 1/12 Next&#8221; </p>
<p>If you hit &#8220;start slideshow&#8221; in <b>that</b> period, then the browser redirects to index.htm which gives a &#8220;Page Not Found&#8221; message.</p>
<p>Did that make sense? I need to lay off the caffeinated beverages <img src='http://www.robertnyman.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jennifer Edmondson</title>
		<link>http://www.robertnyman.com/2008/05/06/pictureslides-plugin-released-for-domassistant/#comment-267181</link>
		<dc:creator>Jennifer Edmondson</dc:creator>
		<pubDate>Wed, 07 May 2008 11:52:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/2008/05/06/pictureslides-plugin-released-for-domassistant/#comment-267181</guid>
		<description>Thanks for the quick fix... It works fine now, but the link is broken...

&#60;a id="start-slideshow" href="index.htm" 

should be &#60;id="start-slideshow" href="index.htm&lt;b&gt;l&lt;/b&gt;" 

:)

Cheers!</description>
		<content:encoded><![CDATA[<p>Thanks for the quick fix&#8230; It works fine now, but the link is broken&#8230;</p>
<p>&lt;a id=&#8221;start-slideshow&#8221; href=&#8221;index.htm&#8221; </p>
<p>should be &lt;id=&#8221;start-slideshow&#8221; href=&#8221;index.htm<b>l</b>&#8221; </p>
<p> <img src='http://www.robertnyman.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Cheers!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert Nyman</title>
		<link>http://www.robertnyman.com/2008/05/06/pictureslides-plugin-released-for-domassistant/#comment-267100</link>
		<dc:creator>Robert Nyman</dc:creator>
		<pubDate>Wed, 07 May 2008 09:57:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/2008/05/06/pictureslides-plugin-released-for-domassistant/#comment-267100</guid>
		<description>Harmen, Jennifer,

Thanks!
That was a real nasty CSS bug! It works fine in Firefox 3, IE 6-7, Opera 9 and Safari 3, so silly me thought it would work fine in Firefox 2.

I went through the demo page to just change the HTML to approach it another way. If you go to the &lt;a href="http://www.robertnyman.com/picture-slides/demo-packages/gallery/index.html" rel="nofollow"&gt;gallery demo page&lt;/a&gt; now, it should work just fine for you.

Maciej,

Sorry about that, apparently I was tired wneh I deployed it. The download links are now working.</description>
		<content:encoded><![CDATA[<p>Harmen, Jennifer,</p>
<p>Thanks!<br />
That was a real nasty <acronym title="Cascading Style Sheets">CSS</acronym> bug! It works fine in Firefox 3, <acronym title="Internet Explorer">IE</acronym> 6-7, Opera 9 and Safari 3, so silly me thought it would work fine in Firefox 2.</p>
<p>I went through the demo page to just change the <acronym title="HyperText Markup Language">HTML</acronym> to approach it another way. If you go to the <a href="http://www.robertnyman.com/picture-slides/demo-packages/gallery/index.html" rel="nofollow">gallery demo page</a> now, it should work just fine for you.</p>
<p>Maciej,</p>
<p>Sorry about that, apparently I was tired wneh I deployed it. The download links are now working.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jennifer Edmondson</title>
		<link>http://www.robertnyman.com/2008/05/06/pictureslides-plugin-released-for-domassistant/#comment-267066</link>
		<dc:creator>Jennifer Edmondson</dc:creator>
		<pubDate>Wed, 07 May 2008 09:19:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/2008/05/06/pictureslides-plugin-released-for-domassistant/#comment-267066</guid>
		<description>I have the same issue - the slideshow works but the whole screen darkens and then I can't click on anything on the page anymore.

Running FireFox 2.0.0.13 on Ubuntu

Otherwise, it looks very nice and I'll enjoy playing with it!</description>
		<content:encoded><![CDATA[<p>I have the same issue - the slideshow works but the whole screen darkens and then I can&#8217;t click on anything on the page anymore.</p>
<p>Running FireFox 2.0.0.13 on Ubuntu</p>
<p>Otherwise, it looks very nice and I&#8217;ll enjoy playing with it!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Maciej Staron</title>
		<link>http://www.robertnyman.com/2008/05/06/pictureslides-plugin-released-for-domassistant/#comment-267050</link>
		<dc:creator>Maciej Staron</dc:creator>
		<pubDate>Wed, 07 May 2008 08:41:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/2008/05/06/pictureslides-plugin-released-for-domassistant/#comment-267050</guid>
		<description>Sample files links are bad, could You please rewrite them ? It`s good to know how Picture Galery was implemented on page :)</description>
		<content:encoded><![CDATA[<p>Sample files links are bad, could You please rewrite them ? It`s good to know how Picture Galery was implemented on page <img src='http://www.robertnyman.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Harmen Janssen</title>
		<link>http://www.robertnyman.com/2008/05/06/pictureslides-plugin-released-for-domassistant/#comment-267021</link>
		<dc:creator>Harmen Janssen</dc:creator>
		<pubDate>Wed, 07 May 2008 07:58:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/2008/05/06/pictureslides-plugin-released-for-domassistant/#comment-267021</guid>
		<description>Looks pretty cool Robert!

&lt;blockquote&gt;Use a Lightbox-like feature to dim out the rest of the page during slideshows.&lt;/blockquote&gt;
There seems to be a bug here? Firefox 2.0.0.14 dims out the entire page, including the images. I can't imagine that's what's supposed to happen? This happened on the "Picture gallery" demo page.</description>
		<content:encoded><![CDATA[<p>Looks pretty cool Robert!</p>
<blockquote><p>Use a Lightbox-like feature to dim out the rest of the page during slideshows.</p></blockquote>
<p>There seems to be a bug here? Firefox 2.0.0.14 dims out the entire page, including the images. I can&#8217;t imagine that&#8217;s what&#8217;s supposed to happen? This happened on the &#8220;Picture gallery&#8221; demo page.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
