<?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: A VERY nice Modal box</title>
	<atom:link href="http://dev.iamntz.com/52/jquery-modal-lightbox-alternative/feed" rel="self" type="application/rss+xml" />
	<link>http://dev.iamntz.com/52/jquery-modal-lightbox-alternative</link>
	<description>Stuff about CSS, XHTML, Javascript and jQuery</description>
	<lastBuildDate>Thu, 26 May 2011 06:45:55 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: codingcereal</title>
		<link>http://dev.iamntz.com/52/jquery-modal-lightbox-alternative/comment-page-1#comment-2249</link>
		<dc:creator>codingcereal</dc:creator>
		<pubDate>Tue, 25 Aug 2009 15:58:27 +0000</pubDate>
		<guid isPermaLink="false">http://dev.iamntz.com/?p=52#comment-2249</guid>
		<description>great work! :) thank you</description>
		<content:encoded><![CDATA[<p>great work! <img src='http://dev.iamntz.com/wp-includes/images/smilies/smile.gif' alt=':)' class='wp-smiley' />  thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: miara</title>
		<link>http://dev.iamntz.com/52/jquery-modal-lightbox-alternative/comment-page-1#comment-2046</link>
		<dc:creator>miara</dc:creator>
		<pubDate>Sun, 19 Jul 2009 10:23:51 +0000</pubDate>
		<guid isPermaLink="false">http://dev.iamntz.com/?p=52#comment-2046</guid>
		<description>thx for this super lightweight script :) works awesome.. one thing that i had to change was binding scroll event to window instead of document - that fixed modal scrolling in ie7&amp;8</description>
		<content:encoded><![CDATA[<p>thx for this super lightweight script <img src='http://dev.iamntz.com/wp-includes/images/smilies/smile.gif' alt=':)' class='wp-smiley' />  works awesome.. one thing that i had to change was binding scroll event to window instead of document &#8211; that fixed modal scrolling in ie7&amp;8</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ionut Staicu</title>
		<link>http://dev.iamntz.com/52/jquery-modal-lightbox-alternative/comment-page-1#comment-1519</link>
		<dc:creator>Ionut Staicu</dc:creator>
		<pubDate>Sat, 23 May 2009 10:41:29 +0000</pubDate>
		<guid isPermaLink="false">http://dev.iamntz.com/?p=52#comment-1519</guid>
		<description>Hello Squibs, thanks for comment.
I just tested and it&#039;s fine on IE6 and IE7. On IE8 there was a small problem, ideed, but I fixed. What kind of problems do you encounter?</description>
		<content:encoded><![CDATA[<p>Hello Squibs, thanks for comment.<br />
I just tested and it&#8217;s fine on IE6 and IE7. On IE8 there was a small problem, ideed, but I fixed. What kind of problems do you encounter?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Squibs</title>
		<link>http://dev.iamntz.com/52/jquery-modal-lightbox-alternative/comment-page-1#comment-1518</link>
		<dc:creator>Squibs</dc:creator>
		<pubDate>Sat, 23 May 2009 10:30:35 +0000</pubDate>
		<guid isPermaLink="false">http://dev.iamntz.com/?p=52#comment-1518</guid>
		<description>Doesn&#039;t work in IE 6,7 or 8 - even the demo here</description>
		<content:encoded><![CDATA[<p>Doesn&#8217;t work in IE 6,7 or 8 &#8211; even the demo here</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jack from sitioswebs.net</title>
		<link>http://dev.iamntz.com/52/jquery-modal-lightbox-alternative/comment-page-1#comment-1456</link>
		<dc:creator>Jack from sitioswebs.net</dc:creator>
		<pubDate>Fri, 01 May 2009 13:00:41 +0000</pubDate>
		<guid isPermaLink="false">http://dev.iamntz.com/?p=52#comment-1456</guid>
		<description>Hi there! I was searching for a while for this pice of code... very nice, and easy. Well, I can add a few lines of code to let load external pages.
I was using iFrame so, this part of code work very well.

1.  cap=content.slice(0,4);
2.   if (cap.toLowerCase()==&#039;http&#039;) content = &#039;El navegador que posee no soporta iFrames.&#039;;

Its works only if in your content parsed find in it first 4 chars http leyend. So, automatically load an iFrame and get content from outside.

I hope this can help to get a better version... ;)  Salute from Argentina, Amigo!</description>
		<content:encoded><![CDATA[<p>Hi there! I was searching for a while for this pice of code&#8230; very nice, and easy. Well, I can add a few lines of code to let load external pages.<br />
I was using iFrame so, this part of code work very well.</p>
<p>1.  cap=content.slice(0,4);<br />
2.   if (cap.toLowerCase()==&#8217;http&#8217;) content = &#8216;El navegador que posee no soporta iFrames.&#8217;;</p>
<p>Its works only if in your content parsed find in it first 4 chars http leyend. So, automatically load an iFrame and get content from outside.</p>
<p>I hope this can help to get a better version&#8230; <img src='http://dev.iamntz.com/wp-includes/images/smilies/wink.gif' alt=';)' class='wp-smiley' />   Salute from Argentina, Amigo!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: plok</title>
		<link>http://dev.iamntz.com/52/jquery-modal-lightbox-alternative/comment-page-1#comment-947</link>
		<dc:creator>plok</dc:creator>
		<pubDate>Thu, 27 Nov 2008 13:29:15 +0000</pubDate>
		<guid isPermaLink="false">http://dev.iamntz.com/?p=52#comment-947</guid>
		<description>Nice code - but is there any way you can show me how to load an external file such as .html, rather than use content embedded into the main page?

thanks ;)</description>
		<content:encoded><![CDATA[<p>Nice code &#8211; but is there any way you can show me how to load an external file such as .html, rather than use content embedded into the main page?</p>
<p>thanks <img src='http://dev.iamntz.com/wp-includes/images/smilies/wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ionut Staicu</title>
		<link>http://dev.iamntz.com/52/jquery-modal-lightbox-alternative/comment-page-1#comment-793</link>
		<dc:creator>Ionut Staicu</dc:creator>
		<pubDate>Sat, 04 Oct 2008 02:51:49 +0000</pubDate>
		<guid isPermaLink="false">http://dev.iamntz.com/?p=52#comment-793</guid>
		<description>Oups :D I didn&#039;t pay attention to keyboard navigation :( Anyhow, now is fixed and first link/input/textarea from the modal box is focused. Thanks for telling me ;)</description>
		<content:encoded><![CDATA[<p>Oups <img src='http://dev.iamntz.com/wp-includes/images/smilies/biggrin.gif' alt=':D' class='wp-smiley' />  I didn&#8217;t pay attention to keyboard navigation <img src='http://dev.iamntz.com/wp-includes/images/smilies/angry.gif' alt=':(' class='wp-smiley' />  Anyhow, now is fixed and first link/input/textarea from the modal box is focused. Thanks for telling me <img src='http://dev.iamntz.com/wp-includes/images/smilies/wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sirius</title>
		<link>http://dev.iamntz.com/52/jquery-modal-lightbox-alternative/comment-page-1#comment-792</link>
		<dc:creator>Sirius</dc:creator>
		<pubDate>Fri, 03 Oct 2008 22:40:52 +0000</pubDate>
		<guid isPermaLink="false">http://dev.iamntz.com/?p=52#comment-792</guid>
		<description>Hmm - if I press &#039;enter&#039; it grows. Repeat and it grows again... Etc... A feature? :-)</description>
		<content:encoded><![CDATA[<p>Hmm &#8211; if I press &#8216;enter&#8217; it grows. Repeat and it grows again&#8230; Etc&#8230; A feature? :-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ionut Staicu</title>
		<link>http://dev.iamntz.com/52/jquery-modal-lightbox-alternative/comment-page-1#comment-746</link>
		<dc:creator>Ionut Staicu</dc:creator>
		<pubDate>Fri, 26 Sep 2008 07:45:53 +0000</pubDate>
		<guid isPermaLink="false">http://dev.iamntz.com/?p=52#comment-746</guid>
		<description>&lt;blockquote&gt;hmm, when you have scrolled down and initialize the modal it takes you top.&lt;/blockquote&gt;
Oh, yeah, i forgot to return false on the link :D My bad</description>
		<content:encoded><![CDATA[<blockquote><p>hmm, when you have scrolled down and initialize the modal it takes you top.</p></blockquote>
<p>Oh, yeah, i forgot to return false on the link <img src='http://dev.iamntz.com/wp-includes/images/smilies/biggrin.gif' alt=':D' class='wp-smiley' />  My bad</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: add</title>
		<link>http://dev.iamntz.com/52/jquery-modal-lightbox-alternative/comment-page-1#comment-745</link>
		<dc:creator>add</dc:creator>
		<pubDate>Fri, 26 Sep 2008 07:44:18 +0000</pubDate>
		<guid isPermaLink="false">http://dev.iamntz.com/?p=52#comment-745</guid>
		<description>hmm, when you have scrolled down and initialize the modal it takes you top.</description>
		<content:encoded><![CDATA[<p>hmm, when you have scrolled down and initialize the modal it takes you top.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alternativ? pentru Lightbox (jQuery) &#124; Staicu Ionut Bogdan</title>
		<link>http://dev.iamntz.com/52/jquery-modal-lightbox-alternative/comment-page-1#comment-744</link>
		<dc:creator>Alternativ? pentru Lightbox (jQuery) &#124; Staicu Ionut Bogdan</dc:creator>
		<pubDate>Fri, 26 Sep 2008 06:58:22 +0000</pubDate>
		<guid isPermaLink="false">http://dev.iamntz.com/?p=52#comment-744</guid>
		<description></description>
		<content:encoded><![CDATA[<p>[...] multe detalii AICI. Enjoy!   Scris în categoria: Development, My work / Portfolio, Tutoriale, [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

