<?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: Nueva version de LightBoxJS 2 - Mira que&#160;bonito</title>
	<atom:link href="http://eduo.info/2006/03/30/lightboxjs2/feed/" rel="self" type="application/rss+xml" />
	<link>http://eduo.info/2006/03/30/lightboxjs2/</link>
	<description>... Sí. Esta lento. Lo sé ...</description>
	<pubDate>Sun, 07 Sep 2008 16:02:02 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1</generator>
		<item>
		<title>By: eduo</title>
		<link>http://eduo.info/2006/03/30/lightboxjs2/#comment-220</link>
		<dc:creator>eduo</dc:creator>
		<pubDate>Sun, 23 Apr 2006 21:39:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.eduo.info/2006/03/30/lightboxjs2/#comment-220</guid>
		<description>Ah, ok. I took that picture in San Francisco, feel free to use that image if you like it. I was especially proud of how it came out (which is essentially what I mention in a related post in spanish, where I was disappointed that girls in bikinis had more hits that this picture :)
The picture is in here: http://www.eduo.info/gallery/v/Trips/MWSF2003/mwsf-20030109/age.jpg.html

You can get the full-sized one with the link below the resized image. The next one isn't that bad either.</description>
		<content:encoded><![CDATA[<p>Ah, ok. I took that picture in San Francisco, feel free to use that image if you like it. I was especially proud of how it came out (which is essentially what I mention in a related post in spanish, where I was disappointed that girls in bikinis had more hits that this picture :)<br />
The picture is in here: <a href="http://www.eduo.info/gallery/v/Trips/MWSF2003/mwsf-20030109/age.jpg.html" rel="nofollow">http://www.eduo.info/gallery/v.....e.jpg.html</a></p>
<p>You can get the full-sized one with the link below the resized image. The next one isn&#8217;t that bad either.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: derDoc</title>
		<link>http://eduo.info/2006/03/30/lightboxjs2/#comment-219</link>
		<dc:creator>derDoc</dc:creator>
		<pubDate>Sun, 23 Apr 2006 21:25:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.eduo.info/2006/03/30/lightboxjs2/#comment-219</guid>
		<description>I meant the pic on this page itself.
The lights and the bridge reflected in the wet street that lookgs really neat ;)
-V</description>
		<content:encoded><![CDATA[<p>I meant the pic on this page itself.<br />
The lights and the bridge reflected in the wet street that lookgs really neat ;)<br />
-V</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: eduo</title>
		<link>http://eduo.info/2006/03/30/lightboxjs2/#comment-218</link>
		<dc:creator>eduo</dc:creator>
		<pubDate>Sun, 23 Apr 2006 20:48:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.eduo.info/2006/03/30/lightboxjs2/#comment-218</guid>
		<description>Vitus:

I've managed to make it work. I started using LightboxJS as a plugin to make it easier on myself. I'm using this: http://www.4mj.it/lightbox-js-v20-wordpress/

But I commented the scriptaculous part to have it load only once. Then in ajax-more.js I added initLightbox(); just before the last bracket in both IAM_ajaxDisplayWhenLoaded and IAM_ajaxHideMore (the last one is because if the text is hidden the lightbox images need to be re-parsed, as pointers would point to nothing).

You mentioned something about my image. I'm not sure which image you mean. My avatar? The images in the post itself?</description>
		<content:encoded><![CDATA[<p>Vitus:</p>
<p>I&#8217;ve managed to make it work. I started using LightboxJS as a plugin to make it easier on myself. I&#8217;m using this: <a href="http://www.4mj.it/lightbox-js-v20-wordpress/" rel="nofollow">http://www.4mj.it/lightbox-js-v20-wordpress/</a></p>
<p>But I commented the scriptaculous part to have it load only once. Then in ajax-more.js I added initLightbox(); just before the last bracket in both IAM_ajaxDisplayWhenLoaded and IAM_ajaxHideMore (the last one is because if the text is hidden the lightbox images need to be re-parsed, as pointers would point to nothing).</p>
<p>You mentioned something about my image. I&#8217;m not sure which image you mean. My avatar? The images in the post itself?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: derDoc</title>
		<link>http://eduo.info/2006/03/30/lightboxjs2/#comment-217</link>
		<dc:creator>derDoc</dc:creator>
		<pubDate>Sun, 23 Apr 2006 19:51:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.eduo.info/2006/03/30/lightboxjs2/#comment-217</guid>
		<description>Damn...
I like your picture that looks really great ;)
I should try to learn from you!
I like the lightbox stuff, too, but sometimes I think toooo much JS doesn't do your page any good.
Makes it unrenderable in many older browsers and PCs..
I know, I know... I have that problem, too ;)
But good job, well done page.
Concerning your question:
I think you are right that you need to call initLightbox after the DOM change.
But calling it in the onmousedown wouldnt do you any good, because the DOM hasnt changed just yet. The content gets loaded asyncronously and then inserted. If you want to run the function after the content has been inserted you need to insert the call in my function 'IAM_ajaxDisplayWhenLoaded'.
Add it to the end of the else{ section, then everything should be inplace.
-V</description>
		<content:encoded><![CDATA[<p>Damn&#8230;<br />
I like your picture that looks really great ;)<br />
I should try to learn from you!<br />
I like the lightbox stuff, too, but sometimes I think toooo much JS doesn&#8217;t do your page any good.<br />
Makes it unrenderable in many older browsers and PCs..<br />
I know, I know&#8230; I have that problem, too ;)<br />
But good job, well done page.<br />
Concerning your question:<br />
I think you are right that you need to call initLightbox after the DOM change.<br />
But calling it in the onmousedown wouldnt do you any good, because the DOM hasnt changed just yet. The content gets loaded asyncronously and then inserted. If you want to run the function after the content has been inserted you need to insert the call in my function &#8216;IAM_ajaxDisplayWhenLoaded&#8217;.<br />
Add it to the end of the else{ section, then everything should be inplace.<br />
-V</p>
]]></content:encoded>
	</item>
</channel>
</rss>
