<?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: NextGEN Gallery Version 1.4.0 released</title>
	<atom:link href="http://alexrabe.de/2009/11/08/nextgen-version-1-4-0-released/feed/" rel="self" type="application/rss+xml" />
	<link>http://alexrabe.de/2009/11/08/nextgen-version-1-4-0-released/</link>
	<description>ALEX RABE &#124; learning by doing...</description>
	<lastBuildDate>Thu, 11 Mar 2010 00:30:33 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Alan</title>
		<link>http://alexrabe.de/2009/11/08/nextgen-version-1-4-0-released/comment-page-1/#comment-20817</link>
		<dc:creator>Alan</dc:creator>
		<pubDate>Sat, 16 Jan 2010 21:11:03 +0000</pubDate>
		<guid isPermaLink="false">http://alexrabe.de/?p=518#comment-20817</guid>
		<description>Hi!

Good work on the gallery iguess. From the examples i can see its great, but so far i&#039;ve failed to get it working. Ive posted about this on forums and added nextgen-gallery as tag, and i&#039;ve recieved no response, so im using this as a way to contact you.

What i wanted to say was, that is just simply is not working. Galleries created, pictures added, tags added to post, and nothing.

Alan.</description>
		<content:encoded><![CDATA[<p>Hi!</p>
<p>Good work on the gallery iguess. From the examples i can see its great, but so far i&#8217;ve failed to get it working. Ive posted about this on forums and added nextgen-gallery as tag, and i&#8217;ve recieved no response, so im using this as a way to contact you.</p>
<p>What i wanted to say was, that is just simply is not working. Galleries created, pictures added, tags added to post, and nothing.</p>
<p>Alan.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alex.rabe</title>
		<link>http://alexrabe.de/2009/11/08/nextgen-version-1-4-0-released/comment-page-1/#comment-20770</link>
		<dc:creator>alex.rabe</dc:creator>
		<pubDate>Sun, 03 Jan 2010 14:44:16 +0000</pubDate>
		<guid isPermaLink="false">http://alexrabe.de/?p=518#comment-20770</guid>
		<description>Ok, thanks for the feedback, I will check if this is an option for the next update</description>
		<content:encoded><![CDATA[<p>Ok, thanks for the feedback, I will check if this is an option for the next update</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gerhard Lehnhoff</title>
		<link>http://alexrabe.de/2009/11/08/nextgen-version-1-4-0-released/comment-page-1/#comment-20767</link>
		<dc:creator>Gerhard Lehnhoff</dc:creator>
		<pubDate>Sat, 02 Jan 2010 17:31:45 +0000</pubDate>
		<guid isPermaLink="false">http://alexrabe.de/?p=518#comment-20767</guid>
		<description>&lt;b&gt;Slideshow not working in IE (3) - Solution found&lt;/b&gt;

Hi Alex,

the problem has been fount (after 24 hours of search and try). 

I use a Umlaute-Domain. While Firefox is correctly working with the encodded Domainname (&quot;xn--&quot;), IE doesnt&#039;t. 

The problem can easily be solved.

I changed line 72 of the file widgets.php from ...

$swfobject-&gt;add_flashvars( &#039;file&#039;, urlencode( get_option (&#039;siteurl&#039;) . &#039;/&#039; . &#039;index.php?slideshow=true&amp;gid=&#039; . $galleryID ) );

to ...

$swfobject-&gt;add_flashvars( &#039;file&#039;, urlencode( &#039;/&#039; . &#039;index.php?slideshow=true&amp;gid=&#039; . $galleryID ) );

... and both Browser work fine.

&#039;siteurl&#039; has been translated to the decoded url (punycode-url, starting with &quot;xn--&quot;) while IE works with the Umlaute-Domain. There has been a conflict. Could be, that this is a problem (&quot;security feature&quot;) of Adobe&#039;s Flash Plugin. 

Firefox instead works with the decoded Domainname (&quot;xn--&quot;) and everything is fine. 

Just in case, you are curious, if &#039;siteurl&#039; would be the Umlaute-Domain (not the &quot;xn--&quot;-one), then IE works, but Firefox doesn&#039;t.

So, if you can live with the change, please consider it in your next release.

Cheers, Gerhard</description>
		<content:encoded><![CDATA[<p><b>Slideshow not working in IE (3) &#8211; Solution found</b></p>
<p>Hi Alex,</p>
<p>the problem has been fount (after 24 hours of search and try). </p>
<p>I use a Umlaute-Domain. While Firefox is correctly working with the encodded Domainname (&#8220;xn--&#8221;), IE doesnt&#8217;t. </p>
<p>The problem can easily be solved.</p>
<p>I changed line 72 of the file widgets.php from &#8230;</p>
<p>$swfobject-&gt;add_flashvars( &#8216;file&#8217;, urlencode( get_option (&#8217;siteurl&#8217;) . &#8216;/&#8217; . &#8216;index.php?slideshow=true&amp;gid=&#8217; . $galleryID ) );</p>
<p>to &#8230;</p>
<p>$swfobject-&gt;add_flashvars( &#8216;file&#8217;, urlencode( &#8216;/&#8217; . &#8216;index.php?slideshow=true&amp;gid=&#8217; . $galleryID ) );</p>
<p>&#8230; and both Browser work fine.</p>
<p>&#8217;siteurl&#8217; has been translated to the decoded url (punycode-url, starting with &#8220;xn--&#8221;) while IE works with the Umlaute-Domain. There has been a conflict. Could be, that this is a problem (&#8220;security feature&#8221;) of Adobe&#8217;s Flash Plugin. </p>
<p>Firefox instead works with the decoded Domainname (&#8220;xn--&#8221;) and everything is fine. </p>
<p>Just in case, you are curious, if &#8217;siteurl&#8217; would be the Umlaute-Domain (not the &#8220;xn--&#8221;-one), then IE works, but Firefox doesn&#8217;t.</p>
<p>So, if you can live with the change, please consider it in your next release.</p>
<p>Cheers, Gerhard</p>
]]></content:encoded>
	</item>
</channel>
</rss>
