<?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: jQuery Litebox</title>
	<atom:link href="http://www.projectatomic.com/2008/05/jquery-litebox/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.projectatomic.com/2008/05/jquery-litebox/</link>
	<description>WEB DEVELOPMENT 2.0</description>
	<pubDate>Fri, 21 Nov 2008 10:49:53 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: Daniel MacDonald</title>
		<link>http://www.projectatomic.com/2008/05/jquery-litebox/#comment-77</link>
		<dc:creator>Daniel MacDonald</dc:creator>
		<pubDate>Tue, 22 Jul 2008 00:27:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.projectatomic.com/?p=21#comment-77</guid>
		<description>@Thomas

Good catch, this plug-in was originally written for jQuery 1.1, and I haven't been keeping it up to date. The XPath Descendant Selector (/) was removed with &lt;a href="http://docs.jquery.com/Release:jQuery_1.2" rel="nofollow"&gt;jQuery 1.2&lt;/a&gt; and this site is using that version. Perhaps an update is in order.</description>
		<content:encoded><![CDATA[<p>@Thomas</p>
<p>Good catch, this plug-in was originally written for jQuery 1.1, and I haven&#8217;t been keeping it up to date. The XPath Descendant Selector (/) was removed with <a href="http://docs.jquery.com/Release:jQuery_1.2" rel="nofollow">jQuery 1.2</a> and this site is using that version. Perhaps an update is in order.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thomas</title>
		<link>http://www.projectatomic.com/2008/05/jquery-litebox/#comment-76</link>
		<dc:creator>Thomas</dc:creator>
		<pubDate>Sun, 20 Jul 2008 14:30:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.projectatomic.com/?p=21#comment-76</guid>
		<description>solution for count: delete this "/" and replace this with a space.
example: 

$('#ss_c/span:eq(0)').html(s.image+'&#160;');

to:
$('#ss_c span:eq(0)').html(s.image+'&#160;');</description>
		<content:encoded><![CDATA[<p>solution for count: delete this &#8220;/&#8221; and replace this with a space.<br />
example: </p>
<p>$(&#8217;#ss_c/span:eq(0)&#8217;).html(s.image+&#8217;&nbsp;&#8217;);</p>
<p>to:<br />
$(&#8217;#ss_c span:eq(0)&#8217;).html(s.image+&#8217;&nbsp;&#8217;);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thomas</title>
		<link>http://www.projectatomic.com/2008/05/jquery-litebox/#comment-75</link>
		<dc:creator>Thomas</dc:creator>
		<pubDate>Sun, 20 Jul 2008 14:02:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.projectatomic.com/?p=21#comment-75</guid>
		<description>Hey Daniel!

Good script, pretty good :)

is it posible  to work in IE6? and in opera works not :-(

and have a question with count:
"count = display IMAGE # OF #    true            [boolean]   display image count
"

its enable but he said not "2 of 5" .. of you site
http://www.projectatomic.com/2008/05/jquery-litebox/

also not :)
ideas?
tommi</description>
		<content:encoded><![CDATA[<p>Hey Daniel!</p>
<p>Good script, pretty good <img src='http://www.projectatomic.com/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>is it posible  to work in IE6? and in opera works not <img src='http://www.projectatomic.com/wordpress/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' /> </p>
<p>and have a question with count:<br />
&#8220;count = display IMAGE # OF #    true            [boolean]   display image count<br />
&#8221;</p>
<p>its enable but he said not &#8220;2 of 5&#8243; .. of you site<br />
<a href="http://www.projectatomic.com/2008/05/jquery-litebox/" rel="nofollow">http://www.projectatomic.com/2008/05/jquery-litebox/</a></p>
<p>also not <img src='http://www.projectatomic.com/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
ideas?<br />
tommi</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ArthasMX</title>
		<link>http://www.projectatomic.com/2008/05/jquery-litebox/#comment-31</link>
		<dc:creator>ArthasMX</dc:creator>
		<pubDate>Wed, 11 Jun 2008 03:46:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.projectatomic.com/?p=21#comment-31</guid>
		<description>Guys, well, i've solved what i asked before...now have new ones...hehehe

for examples...this, jquery-litebox doesnt work on IE6,7 and Opera, so, do you know any fix ?

The problem: When clicking on any image, the image opens in new window.</description>
		<content:encoded><![CDATA[<p>Guys, well, i&#8217;ve solved what i asked before&#8230;now have new ones&#8230;hehehe</p>
<p>for examples&#8230;this, jquery-litebox doesnt work on IE6,7 and Opera, so, do you know any fix ?</p>
<p>The problem: When clicking on any image, the image opens in new window.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ArthasMX</title>
		<link>http://www.projectatomic.com/2008/05/jquery-litebox/#comment-30</link>
		<dc:creator>ArthasMX</dc:creator>
		<pubDate>Mon, 09 Jun 2008 04:03:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.projectatomic.com/?p=21#comment-30</guid>
		<description>Hey guys, is it possible to add images instead text links ? this is for CLOSE, NEXT, PREV and AUTO

Also, would like to add some image description for each of them, so, is it possible ?

Thnks! this is awesome!</description>
		<content:encoded><![CDATA[<p>Hey guys, is it possible to add images instead text links ? this is for CLOSE, NEXT, PREV and AUTO</p>
<p>Also, would like to add some image description for each of them, so, is it possible ?</p>
<p>Thnks! this is awesome!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff Therrien</title>
		<link>http://www.projectatomic.com/2008/05/jquery-litebox/#comment-29</link>
		<dc:creator>Jeff Therrien</dc:creator>
		<pubDate>Sat, 07 Jun 2008 04:43:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.projectatomic.com/?p=21#comment-29</guid>
		<description>Thanks for the quick reply! I appreciate it.</description>
		<content:encoded><![CDATA[<p>Thanks for the quick reply! I appreciate it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel MacDonald</title>
		<link>http://www.projectatomic.com/2008/05/jquery-litebox/#comment-28</link>
		<dc:creator>Daniel MacDonald</dc:creator>
		<pubDate>Fri, 06 Jun 2008 21:11:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.projectatomic.com/?p=21#comment-28</guid>
		<description>The jQuery Flickr plug-in was recently updated. As a result, the Litebox functionality has been decoupled from the plug-in. See &lt;a href="http://www.projectatomic.com/2008/04/jquery-flickr/" rel="nofollow"&gt;jQuery Flickr&lt;/a&gt; for more information.</description>
		<content:encoded><![CDATA[<p>The jQuery Flickr plug-in was recently updated. As a result, the Litebox functionality has been decoupled from the plug-in. See <a href="http://www.projectatomic.com/2008/04/jquery-flickr/" rel="nofollow">jQuery Flickr</a> for more information.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff Therrien</title>
		<link>http://www.projectatomic.com/2008/05/jquery-litebox/#comment-27</link>
		<dc:creator>Jeff Therrien</dc:creator>
		<pubDate>Thu, 05 Jun 2008 04:52:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.projectatomic.com/?p=21#comment-27</guid>
		<description>For the life of me I cannot get litebox to work with your Flickr plugin. Could you possibly post an example?</description>
		<content:encoded><![CDATA[<p>For the life of me I cannot get litebox to work with your Flickr plugin. Could you possibly post an example?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Library &#187; Blog Archive &#187; jQuery Litebox</title>
		<link>http://www.projectatomic.com/2008/05/jquery-litebox/#comment-11</link>
		<dc:creator>Library &#187; Blog Archive &#187; jQuery Litebox</dc:creator>
		<pubDate>Mon, 12 May 2008 17:44:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.projectatomic.com/?p=21#comment-11</guid>
		<description>[...] Project Atomic wrote an interesting post today on jQuery LiteboxHere&#8217;s a quick excerpt &#8230; jQuery Litebox is a JavaScript image viewer written on top of the jQuery library&#8230;. [...]</description>
		<content:encoded><![CDATA[<p>[...] Project Atomic wrote an interesting post today on jQuery LiteboxHere&#8217;s a quick excerpt &#8230; jQuery Litebox is a JavaScript image viewer written on top of the jQuery library&#8230;. [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
