<?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>Kommentare zu: jQuery.popeye &#8211; an inline lightbox alternative</title>
	<atom:link href="http://herr-schuessler.de/blog/jquerypopeye-an-inline-lightbox-alternative/feed/" rel="self" type="application/rss+xml" />
	<link>http://herr-schuessler.de/blog/jquerypopeye-an-inline-lightbox-alternative/</link>
	<description>Christoph Schüßler plans, designs and codes websites, creates user experience and simplifies human computer interaction.</description>
	<lastBuildDate>Tue, 20 Jul 2010 19:48:07 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>Von: Christoph Schüßler</title>
		<link>http://herr-schuessler.de/blog/jquerypopeye-an-inline-lightbox-alternative/comment-page-3/#comment-1887</link>
		<dc:creator>Christoph Schüßler</dc:creator>
		<pubDate>Sun, 29 Mar 2009 12:01:09 +0000</pubDate>
		<guid isPermaLink="false">http://herr-schuessler.de/?p=101#comment-1887</guid>
		<description>I finally managed to write an improved version. Read about it at http://herr-schuessler.de/blog/jquery-popeye-1-0-released/. Please leave your comments in that post. This one is now closed for comments.</description>
		<content:encoded><![CDATA[<p>I finally managed to write an improved version. Read about it at <a href="http://herr-schuessler.de/blog/jquery-popeye-1-0-released/" rel="nofollow">http://herr-schuessler.de/blog/jquery-popeye-1-0-released/</a>. Please leave your comments in that post. This one is now closed for comments.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Christoph Schüßler</title>
		<link>http://herr-schuessler.de/blog/jquerypopeye-an-inline-lightbox-alternative/comment-page-3/#comment-1869</link>
		<dc:creator>Christoph Schüßler</dc:creator>
		<pubDate>Wed, 25 Mar 2009 18:04:32 +0000</pubDate>
		<guid isPermaLink="false">http://herr-schuessler.de/?p=101#comment-1869</guid>
		<description>@junior: I would really be surprised if the w3c-validator would let you validate js-generated code. Try fixing your own code first ;-)

@khalil: It works with any list of images, no matter what the source is. They just have to be in the correct format as an unordered list.

@jtnatoli: You don&#039;t need to do the styling via IDs if you want to use one style only. Just apply the rules to the class .popeye and subsequent classes.

@all: I started working on an update, so all the above mentioned bugs schuold be fixed soon. The update will also feature a revised user interface and base style.</description>
		<content:encoded><![CDATA[<p>@junior: I would really be surprised if the w3c-validator would let you validate js-generated code. Try fixing your own code first ;-)</p>
<p>@khalil: It works with any list of images, no matter what the source is. They just have to be in the correct format as an unordered list.</p>
<p>@jtnatoli: You don&#8217;t need to do the styling via IDs if you want to use one style only. Just apply the rules to the class .popeye and subsequent classes.</p>
<p>@all: I started working on an update, so all the above mentioned bugs schuold be fixed soon. The update will also feature a revised user interface and base style.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Shawn S</title>
		<link>http://herr-schuessler.de/blog/jquerypopeye-an-inline-lightbox-alternative/comment-page-3/#comment-1866</link>
		<dc:creator>Shawn S</dc:creator>
		<pubDate>Wed, 25 Mar 2009 17:23:42 +0000</pubDate>
		<guid isPermaLink="false">http://herr-schuessler.de/?p=101#comment-1866</guid>
		<description>To have multiple popeyes on the same page, look at the example/demo. You&#039;ll need to make a #popeye2 or 3 or whatever you want to call it. You will also have to make sure the styles for the additional popeyes are defined in your css styles.

Note about multiple popeyes: Make sure that the 2 (or 3 or whatever) popeyes aren&#039;t next to each other where the expanded images will overlap another popeye -- it causes weird overlapping results. (see my comment #85)</description>
		<content:encoded><![CDATA[<p>To have multiple popeyes on the same page, look at the example/demo. You&#8217;ll need to make a #popeye2 or 3 or whatever you want to call it. You will also have to make sure the styles for the additional popeyes are defined in your css styles.</p>
<p>Note about multiple popeyes: Make sure that the 2 (or 3 or whatever) popeyes aren&#8217;t next to each other where the expanded images will overlap another popeye &#8212; it causes weird overlapping results. (see my comment #85)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: jtnatoli</title>
		<link>http://herr-schuessler.de/blog/jquerypopeye-an-inline-lightbox-alternative/comment-page-3/#comment-1862</link>
		<dc:creator>jtnatoli</dc:creator>
		<pubDate>Wed, 25 Mar 2009 14:44:10 +0000</pubDate>
		<guid isPermaLink="false">http://herr-schuessler.de/?p=101#comment-1862</guid>
		<description>I&#039;m having big problems getting multiple popeyes on a single page. It&#039;s probably my fault. styling.css is set up with #popeye1, and I want them all to look that way, but I can&#039;t give them all the same ID, so I change #popeye1 to .popeye1 and give all my popeyes the same class name. When I load the page, they all disappear!</description>
		<content:encoded><![CDATA[<p>I&#8217;m having big problems getting multiple popeyes on a single page. It&#8217;s probably my fault. styling.css is set up with #popeye1, and I want them all to look that way, but I can&#8217;t give them all the same ID, so I change #popeye1 to .popeye1 and give all my popeyes the same class name. When I load the page, they all disappear!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: khalil</title>
		<link>http://herr-schuessler.de/blog/jquerypopeye-an-inline-lightbox-alternative/comment-page-3/#comment-1817</link>
		<dc:creator>khalil</dc:creator>
		<pubDate>Sun, 22 Mar 2009 12:28:26 +0000</pubDate>
		<guid isPermaLink="false">http://herr-schuessler.de/?p=101#comment-1817</guid>
		<description>possible to work with flickr ?
i mean, i retrieve my images from flickr, then load it to popeye.

i tried using jquery.flickr-1.0.js but cant get it to work.</description>
		<content:encoded><![CDATA[<p>possible to work with flickr ?<br />
i mean, i retrieve my images from flickr, then load it to popeye.</p>
<p>i tried using jquery.flickr-1.0.js but cant get it to work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: max</title>
		<link>http://herr-schuessler.de/blog/jquerypopeye-an-inline-lightbox-alternative/comment-page-2/#comment-1752</link>
		<dc:creator>max</dc:creator>
		<pubDate>Fri, 13 Mar 2009 15:44:06 +0000</pubDate>
		<guid isPermaLink="false">http://herr-schuessler.de/?p=101#comment-1752</guid>
		<description>hi
great plugin, thanks

i made 2 changes for it: added ability to move next/prev large image, not only preview. also fixed bug, when in ie we cant enlarge same image twice.

if need it - primpil@gmail.com
regards</description>
		<content:encoded><![CDATA[<p>hi<br />
great plugin, thanks</p>
<p>i made 2 changes for it: added ability to move next/prev large image, not only preview. also fixed bug, when in ie we cant enlarge same image twice.</p>
<p>if need it &#8211; <a href="mailto:primpil@gmail.com">primpil@gmail.com</a><br />
regards</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: junior</title>
		<link>http://herr-schuessler.de/blog/jquerypopeye-an-inline-lightbox-alternative/comment-page-2/#comment-1750</link>
		<dc:creator>junior</dc:creator>
		<pubDate>Fri, 13 Mar 2009 12:46:06 +0000</pubDate>
		<guid isPermaLink="false">http://herr-schuessler.de/?p=101#comment-1750</guid>
		<description>Hello guys, first of all, congrats for this plugin, its great.
Im trying to validate it according to w3c rules but the images has no &#039;/&gt;&#039; close tag, just the &#039;&gt;&#039;, does any one know how to insert it?
thx</description>
		<content:encoded><![CDATA[<p>Hello guys, first of all, congrats for this plugin, its great.<br />
Im trying to validate it according to w3c rules but the images has no &#8216;/&gt;&#8217; close tag, just the &#8216;&gt;&#8217;, does any one know how to insert it?<br />
thx</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Ah_ne</title>
		<link>http://herr-schuessler.de/blog/jquerypopeye-an-inline-lightbox-alternative/comment-page-2/#comment-1742</link>
		<dc:creator>Ah_ne</dc:creator>
		<pubDate>Thu, 12 Mar 2009 11:56:59 +0000</pubDate>
		<guid isPermaLink="false">http://herr-schuessler.de/?p=101#comment-1742</guid>
		<description>Does someone know if it is possible to display a short text under the enlarged images and how to do it?</description>
		<content:encoded><![CDATA[<p>Does someone know if it is possible to display a short text under the enlarged images and how to do it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: oji-san</title>
		<link>http://herr-schuessler.de/blog/jquerypopeye-an-inline-lightbox-alternative/comment-page-2/#comment-1716</link>
		<dc:creator>oji-san</dc:creator>
		<pubDate>Mon, 09 Mar 2009 01:28:06 +0000</pubDate>
		<guid isPermaLink="false">http://herr-schuessler.de/?p=101#comment-1716</guid>
		<description>I have been trying out lots of different photo plugins recently. This is definitely one of my favourites so far - I like the image being displayed within the page.</description>
		<content:encoded><![CDATA[<p>I have been trying out lots of different photo plugins recently. This is definitely one of my favourites so far &#8211; I like the image being displayed within the page.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: regisg</title>
		<link>http://herr-schuessler.de/blog/jquerypopeye-an-inline-lightbox-alternative/comment-page-2/#comment-1649</link>
		<dc:creator>regisg</dc:creator>
		<pubDate>Tue, 03 Mar 2009 18:18:06 +0000</pubDate>
		<guid isPermaLink="false">http://herr-schuessler.de/?p=101#comment-1649</guid>
		<description>I&#039;ve read comments and it seems a feature request I&#039;m thinking about is not in the list :
When the image is in full size, it would be great to be able to naviguate in zoom state images with arrow key. The only way I found to view all images in full size is to click on the image ( zoom ), click another time ( unzoom ), click on the arrow right ( image change ), click on image again (zoom), etc... Maybe I haven&#039;t found the way to achieve this. If such a feature doesn&#039;t exists I realy think it would be great.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve read comments and it seems a feature request I&#8217;m thinking about is not in the list :<br />
When the image is in full size, it would be great to be able to naviguate in zoom state images with arrow key. The only way I found to view all images in full size is to click on the image ( zoom ), click another time ( unzoom ), click on the arrow right ( image change ), click on image again (zoom), etc&#8230; Maybe I haven&#8217;t found the way to achieve this. If such a feature doesn&#8217;t exists I realy think it would be great.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: ronald</title>
		<link>http://herr-schuessler.de/blog/jquerypopeye-an-inline-lightbox-alternative/comment-page-2/#comment-1624</link>
		<dc:creator>ronald</dc:creator>
		<pubDate>Fri, 27 Feb 2009 13:15:45 +0000</pubDate>
		<guid isPermaLink="false">http://herr-schuessler.de/?p=101#comment-1624</guid>
		<description>You indicate explicitly to use the latest version of jquery. My experience is that it works fine in 1.2.6, but not in the latest (1.3.2). Can you confirm?

Also some IE 7 quirks, but it&#039;s a great piece of work, thanks for sharing!
Danke Schön!</description>
		<content:encoded><![CDATA[<p>You indicate explicitly to use the latest version of jquery. My experience is that it works fine in 1.2.6, but not in the latest (1.3.2). Can you confirm?</p>
<p>Also some IE 7 quirks, but it&#8217;s a great piece of work, thanks for sharing!<br />
Danke Schön!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Jordan Moore</title>
		<link>http://herr-schuessler.de/blog/jquerypopeye-an-inline-lightbox-alternative/comment-page-2/#comment-1605</link>
		<dc:creator>Jordan Moore</dc:creator>
		<pubDate>Tue, 24 Feb 2009 10:56:58 +0000</pubDate>
		<guid isPermaLink="false">http://herr-schuessler.de/?p=101#comment-1605</guid>
		<description>Hey guys, if you&#039;re still getting the small thumbnail issue on page refresh/reload, add some rules to your CSS to force the widths into displaying correctly (change the ones below to the width &amp; height you require.

.popeye-stage {
height:363px !important;
width:598px !important;
}

same goes for .popeye-tools and .popeye-cap.

Hope it helps,
-Jordan</description>
		<content:encoded><![CDATA[<p>Hey guys, if you&#8217;re still getting the small thumbnail issue on page refresh/reload, add some rules to your CSS to force the widths into displaying correctly (change the ones below to the width &amp; height you require.</p>
<p>.popeye-stage {<br />
height:363px !important;<br />
width:598px !important;<br />
}</p>
<p>same goes for .popeye-tools and .popeye-cap.</p>
<p>Hope it helps,<br />
-Jordan</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Christoph Schüßler</title>
		<link>http://herr-schuessler.de/blog/jquerypopeye-an-inline-lightbox-alternative/comment-page-2/#comment-1548</link>
		<dc:creator>Christoph Schüßler</dc:creator>
		<pubDate>Thu, 12 Feb 2009 18:07:18 +0000</pubDate>
		<guid isPermaLink="false">http://herr-schuessler.de/?p=101#comment-1548</guid>
		<description>@everyone: I&#039;m sorry I still haven&#039;t come up with a bugfix. It was planed for End of Jan, but I was too busy and still am. Hope to get some work onpopeye done in March...

@filipo: Right on! On my personal site, I really don&#039;t care about those 0,6% still using IE6.</description>
		<content:encoded><![CDATA[<p>@everyone: I&#8217;m sorry I still haven&#8217;t come up with a bugfix. It was planed for End of Jan, but I was too busy and still am. Hope to get some work onpopeye done in March&#8230;</p>
<p>@filipo: Right on! On my personal site, I really don&#8217;t care about those 0,6% still using IE6.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Judith</title>
		<link>http://herr-schuessler.de/blog/jquerypopeye-an-inline-lightbox-alternative/comment-page-2/#comment-1547</link>
		<dc:creator>Judith</dc:creator>
		<pubDate>Thu, 12 Feb 2009 16:52:19 +0000</pubDate>
		<guid isPermaLink="false">http://herr-schuessler.de/?p=101#comment-1547</guid>
		<description>sorry the link I referred to is in the last post was:

http://www.christianegossel.nl/indevelopment/html/popeye.html

thanks</description>
		<content:encoded><![CDATA[<p>sorry the link I referred to is in the last post was:</p>
<p><a href="http://www.christianegossel.nl/indevelopment/html/popeye.html" rel="nofollow">http://www.christianegossel.nl/indevelopment/html/popeye.html</a></p>
<p>thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Judith</title>
		<link>http://herr-schuessler.de/blog/jquerypopeye-an-inline-lightbox-alternative/comment-page-2/#comment-1546</link>
		<dc:creator>Judith</dc:creator>
		<pubDate>Thu, 12 Feb 2009 16:49:38 +0000</pubDate>
		<guid isPermaLink="false">http://herr-schuessler.de/?p=101#comment-1546</guid>
		<description>Hi, 

It looks real great, exactly what I need for the website I&#039;m building.....
But....
I also get this weird &#039;condensed&#039; view. In Safari 3.2.1. en FF 3.0.6.  ( I use a mac, but can view the example correct... so don&#039;t see what the issue is ...)

I tried to grab any solutions for this form the forum but can&#039;t find them. Does anyone has found a solution to this?

I do see some &#039;script&#039; examples, that I could change but I&#039;m not sure where and for what purpose.... :S Can&#039;t distinguish this from the posts..

anybody any insights on this?
(see the link of work in progress attached)</description>
		<content:encoded><![CDATA[<p>Hi, </p>
<p>It looks real great, exactly what I need for the website I&#8217;m building&#8230;..<br />
But&#8230;.<br />
I also get this weird &#8216;condensed&#8217; view. In Safari 3.2.1. en FF 3.0.6.  ( I use a mac, but can view the example correct&#8230; so don&#8217;t see what the issue is &#8230;)</p>
<p>I tried to grab any solutions for this form the forum but can&#8217;t find them. Does anyone has found a solution to this?</p>
<p>I do see some &#8216;script&#8217; examples, that I could change but I&#8217;m not sure where and for what purpose&#8230;. :S Can&#8217;t distinguish this from the posts..</p>
<p>anybody any insights on this?<br />
(see the link of work in progress attached)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
