<?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 v1.1.4 &#038; Light Box v2.03.3 Updates</title>
	<atom:link href="http://www.vectorliving.com/2007/08/27/jquery-v114-light-box-v2033-updates/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.vectorliving.com/2007/08/27/jquery-v114-light-box-v2033-updates/</link>
	<description>CSS, HTML, XHTML, SEO, Design, Interface &#38; Navigation, Interaction Design, Graphic Design</description>
	<pubDate>Mon, 01 Dec 2008 20:55:23 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
		<item>
		<title>By: allank</title>
		<link>http://www.vectorliving.com/2007/08/27/jquery-v114-light-box-v2033-updates/#comment-767</link>
		<dc:creator>allank</dc:creator>
		<pubDate>Wed, 12 Mar 2008 14:44:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.vectorliving.com/2007/08/27/jquery-v114-light-box-v2033-updates/#comment-767</guid>
		<description>I like that, it's a good product. I only ended up using jLightbox because it allowed me to work it so that it would be functional in IE6 and it used jQuery at the time.</description>
		<content:encoded><![CDATA[<p>I like that, it&#8217;s a good product. I only ended up using jLightbox because it allowed me to work it so that it would be functional in IE6 and it used jQuery at the time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Acronyms</title>
		<link>http://www.vectorliving.com/2007/08/27/jquery-v114-light-box-v2033-updates/#comment-766</link>
		<dc:creator>Acronyms</dc:creator>
		<pubDate>Wed, 12 Mar 2008 07:39:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.vectorliving.com/2007/08/27/jquery-v114-light-box-v2033-updates/#comment-766</guid>
		<description>Try Shadowbox. Great solution
http://mjijackson.com/shadowbox/</description>
		<content:encoded><![CDATA[<p>Try Shadowbox. Great solution<br />
<a href="http://mjijackson.com/shadowbox/" rel="nofollow">http://mjijackson.com/shadowbox/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel F. Kudwien</title>
		<link>http://www.vectorliving.com/2007/08/27/jquery-v114-light-box-v2033-updates/#comment-756</link>
		<dc:creator>Daniel F. Kudwien</dc:creator>
		<pubDate>Thu, 20 Sep 2007 16:03:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.vectorliving.com/2007/08/27/jquery-v114-light-box-v2033-updates/#comment-756</guid>
		<description>A new version of jLightbox has been released. It is similar to Warren's v0.3, but contains some additional bug fixes.

Get it from http://drupal.org/project/jlightbox</description>
		<content:encoded><![CDATA[<p>A new version of jLightbox has been released. It is similar to Warren&#8217;s v0.3, but contains some additional bug fixes.</p>
<p>Get it from <a href="http://drupal.org/project/jlightbox" rel="nofollow">http://drupal.org/project/jlightbox</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: allank</title>
		<link>http://www.vectorliving.com/2007/08/27/jquery-v114-light-box-v2033-updates/#comment-755</link>
		<dc:creator>allank</dc:creator>
		<pubDate>Tue, 18 Sep 2007 13:54:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.vectorliving.com/2007/08/27/jquery-v114-light-box-v2033-updates/#comment-755</guid>
		<description>Excellent! I works great as far as I'm concerned. I tweaked the code:
&lt;code&gt;
$('#outerImageContainer').animate({width: widthNew},400,'linear',function(){
    $("#outerImageContainer").animate({height: heightNew},400,'linear',function(){
        Lightbox.showImage();
    });
});
&lt;/code&gt;
with this code:
&lt;code&gt;
$('#outerImageContainer').animate({
    width: widthNew,
    height: heightNew
    },300,'linear',function(){
    Lightbox.showImage();
});
&lt;/code&gt;
so that the height and width animate at the same time. Now we need some dev time to get html, modals, and ajax in the jLightBox window. 

Great work man!</description>
		<content:encoded><![CDATA[<p>Excellent! I works great as far as I&#8217;m concerned. I tweaked the code:<br />
<code><br />
$('#outerImageContainer').animate({width: widthNew},400,'linear',function(){<br />
    $("#outerImageContainer").animate({height: heightNew},400,'linear',function(){<br />
        Lightbox.showImage();<br />
    });<br />
});<br />
</code><br />
with this code:<br />
<code><br />
$('#outerImageContainer').animate({<br />
    width: widthNew,<br />
    height: heightNew<br />
    },300,'linear',function(){<br />
    Lightbox.showImage();<br />
});<br />
</code><br />
so that the height and width animate at the same time. Now we need some dev time to get html, modals, and ajax in the jLightBox window. </p>
<p>Great work man!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Warren</title>
		<link>http://www.vectorliving.com/2007/08/27/jquery-v114-light-box-v2033-updates/#comment-754</link>
		<dc:creator>Warren</dc:creator>
		<pubDate>Tue, 18 Sep 2007 02:36:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.vectorliving.com/2007/08/27/jquery-v114-light-box-v2033-updates/#comment-754</guid>
		<description>In reply to the post by allank,  jLightbox is a packaged version of the jQuery Lightbox found at http://warren.mesozen.com/.  jLightbox, however,  was build on V 0.2  of the jQuery Lightbox,  and i've recently updated the script to V0.3.  I believe the problems you mentioned have been addressed in this release. If not,  feel free to report any bugs to   krewenki [at] gmail.

Cheers!</description>
		<content:encoded><![CDATA[<p>In reply to the post by allank,  jLightbox is a packaged version of the jQuery Lightbox found at <a href="http://warren.mesozen.com/" rel="nofollow">http://warren.mesozen.com/</a>.  jLightbox, however,  was build on V 0.2  of the jQuery Lightbox,  and i&#8217;ve recently updated the script to V0.3.  I believe the problems you mentioned have been addressed in this release. If not,  feel free to report any bugs to   krewenki [at] gmail.</p>
<p>Cheers!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: allank</title>
		<link>http://www.vectorliving.com/2007/08/27/jquery-v114-light-box-v2033-updates/#comment-753</link>
		<dc:creator>allank</dc:creator>
		<pubDate>Mon, 17 Sep 2007 14:43:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.vectorliving.com/2007/08/27/jquery-v114-light-box-v2033-updates/#comment-753</guid>
		<description>I think I may be missing necessary javascript. I am getting 2 javascript errors that do not permit me to close the gallery twice and the do not allow the close button image to appear ever. It is a little wonky but as close as I have found anywhere. I did find this in my search to answer my questions about jLightbox, http://warren.mesozen.com/, which may or may not be a better solution.</description>
		<content:encoded><![CDATA[<p>I think I may be missing necessary javascript. I am getting 2 javascript errors that do not permit me to close the gallery twice and the do not allow the close button image to appear ever. It is a little wonky but as close as I have found anywhere. I did find this in my search to answer my questions about jLightbox, <a href="http://warren.mesozen.com/" rel="nofollow">http://warren.mesozen.com/</a>, which may or may not be a better solution.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sijan Khadka</title>
		<link>http://www.vectorliving.com/2007/08/27/jquery-v114-light-box-v2033-updates/#comment-752</link>
		<dc:creator>Sijan Khadka</dc:creator>
		<pubDate>Sun, 16 Sep 2007 13:38:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.vectorliving.com/2007/08/27/jquery-v114-light-box-v2033-updates/#comment-752</guid>
		<description>I suggest jLightbox for using Lightbox with jQuery. (http://drupal.org/project/jlightbox)
Though it is drupal module, it works perfectly everywhere.</description>
		<content:encoded><![CDATA[<p>I suggest jLightbox for using Lightbox with jQuery. (http://drupal.org/project/jlightbox)<br />
Though it is drupal module, it works perfectly everywhere.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: allank</title>
		<link>http://www.vectorliving.com/2007/08/27/jquery-v114-light-box-v2033-updates/#comment-751</link>
		<dc:creator>allank</dc:creator>
		<pubDate>Tue, 11 Sep 2007 14:12:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.vectorliving.com/2007/08/27/jquery-v114-light-box-v2033-updates/#comment-751</guid>
		<description>Unfortunately Lightbox does NOT work with jQuery. But Thickbox does.</description>
		<content:encoded><![CDATA[<p>Unfortunately Lightbox does NOT work with jQuery. But Thickbox does.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
