<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.1.3" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Thickbox vs. Lightbox</title>
	<link>http://www.flipflops.org/2007/02/26/thickbox-vs-lightbox/</link>
	<description>Stuff</description>
	<pubDate>Tue, 06 Jan 2009 02:52:07 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.1.3</generator>

	<item>
		<title>By: Flipflops</title>
		<link>http://www.flipflops.org/2007/02/26/thickbox-vs-lightbox/#comment-639</link>
		<author>Flipflops</author>
		<pubDate>Mon, 26 Feb 2007 16:50:02 +0000</pubDate>
		<guid>http://www.flipflops.org/2007/02/26/thickbox-vs-lightbox/#comment-639</guid>
					<description>p.s. Thanks to Dan (http://www.darfuria.com) for pointing me towards Thickbox.</description>
		<content:encoded><![CDATA[<p>p.s. Thanks to Dan (http://www.darfuria.com) for pointing me towards Thickbox.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Darfuria</title>
		<link>http://www.flipflops.org/2007/02/26/thickbox-vs-lightbox/#comment-671</link>
		<author>Darfuria</author>
		<pubDate>Tue, 27 Feb 2007 11:42:19 +0000</pubDate>
		<guid>http://www.flipflops.org/2007/02/26/thickbox-vs-lightbox/#comment-671</guid>
					<description>Lightbox is nice in the way it animates, although that is a little jerky, instead of smooth. It also takes longer to load, and the back/forward buttons are horrible.

With Thickbox, the background isn't covering the whole page in Firefox. I had the bug as well. 

I think the CSS has to be changed to this for it to work:

#TB_overlay {
position: absolute;
z-index:100;
top: 0px;
left: 0px;
background-color:#000;
filter:alpha(opacity=60);
-moz-opacity: 0.6;
opacity: 0.6;
min-height:100%;
height: auto;
_height: 100%;
}</description>
		<content:encoded><![CDATA[<p>Lightbox is nice in the way it animates, although that is a little jerky, instead of smooth. It also takes longer to load, and the back/forward buttons are horrible.</p>
<p>With Thickbox, the background isn&#8217;t covering the whole page in Firefox. I had the bug as well. </p>
<p>I think the CSS has to be changed to this for it to work:</p>
<p>#TB_overlay {<br />
position: absolute;<br />
z-index:100;<br />
top: 0px;<br />
left: 0px;<br />
background-color:#000;<br />
filter:alpha(opacity=60);<br />
-moz-opacity: 0.6;<br />
opacity: 0.6;<br />
min-height:100%;<br />
height: auto;<br />
_height: 100%;<br />
}</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Flipflops</title>
		<link>http://www.flipflops.org/2007/02/26/thickbox-vs-lightbox/#comment-672</link>
		<author>Flipflops</author>
		<pubDate>Tue, 27 Feb 2007 12:41:46 +0000</pubDate>
		<guid>http://www.flipflops.org/2007/02/26/thickbox-vs-lightbox/#comment-672</guid>
					<description>You're absolutely right - I've had to do that in my plugin. In this case to make it fair I am just trying to use the code out of the box.</description>
		<content:encoded><![CDATA[<p>You&#8217;re absolutely right - I&#8217;ve had to do that in my plugin. In this case to make it fair I am just trying to use the code out of the box.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Darfuria</title>
		<link>http://www.flipflops.org/2007/02/26/thickbox-vs-lightbox/#comment-685</link>
		<author>Darfuria</author>
		<pubDate>Wed, 28 Feb 2007 20:53:55 +0000</pubDate>
		<guid>http://www.flipflops.org/2007/02/26/thickbox-vs-lightbox/#comment-685</guid>
					<description>Thickbox it is, then. Though, I would have gone with that in the first place, anyway. 

Ah, if only to learn Javascript and use Jquery's awesomeness, along with lots of other crazy Ajax things.

Do you know why they happened to call Java "Java" and Javascript "Javascript"? There must be some relation between the two for them to have similar names, no?</description>
		<content:encoded><![CDATA[<p>Thickbox it is, then. Though, I would have gone with that in the first place, anyway. </p>
<p>Ah, if only to learn Javascript and use Jquery&#8217;s awesomeness, along with lots of other crazy Ajax things.</p>
<p>Do you know why they happened to call Java &#8220;Java&#8221; and Javascript &#8220;Javascript&#8221;? There must be some relation between the two for them to have similar names, no?</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Flipflops</title>
		<link>http://www.flipflops.org/2007/02/26/thickbox-vs-lightbox/#comment-686</link>
		<author>Flipflops</author>
		<pubDate>Wed, 28 Feb 2007 20:59:42 +0000</pubDate>
		<guid>http://www.flipflops.org/2007/02/26/thickbox-vs-lightbox/#comment-686</guid>
					<description>Java is an Object Oriented Programming (OOP) language created by James Gosling of Sun Microsystems. JavaScript was created by the fine people at Netscape. JavaScript is a distant cousin of Java. It is also an OOP language. Many of their programming structures are similar. However, JavaScript contains a much smaller and simpler set of commands than does Java. 

I just whipped this from HTML goodies... &lt;a href="http://www.htmlgoodies.com/beyond/javascript/article.php/3470971" rel="nofollow"&gt;here is the rest&lt;/a&gt; (it was top of the list on google)</description>
		<content:encoded><![CDATA[<p>Java is an Object Oriented Programming (OOP) language created by James Gosling of Sun Microsystems. JavaScript was created by the fine people at Netscape. JavaScript is a distant cousin of Java. It is also an OOP language. Many of their programming structures are similar. However, JavaScript contains a much smaller and simpler set of commands than does Java. </p>
<p>I just whipped this from HTML goodies&#8230; <a href="http://www.htmlgoodies.com/beyond/javascript/article.php/3470971" rel="nofollow">here is the rest</a> (it was top of the list on google)</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Darfuria</title>
		<link>http://www.flipflops.org/2007/02/26/thickbox-vs-lightbox/#comment-688</link>
		<author>Darfuria</author>
		<pubDate>Wed, 28 Feb 2007 21:21:14 +0000</pubDate>
		<guid>http://www.flipflops.org/2007/02/26/thickbox-vs-lightbox/#comment-688</guid>
					<description>Ah, cool. It's irritating that they have similar names, because in a conversation about programming, one often likes to shorten termonology as much as possible. Nobody says hyper text markup language, it's just HTML... But we can't shorten Javascript to Java, because that would be wrong. Arrghh!</description>
		<content:encoded><![CDATA[<p>Ah, cool. It&#8217;s irritating that they have similar names, because in a conversation about programming, one often likes to shorten termonology as much as possible. Nobody says hyper text markup language, it&#8217;s just HTML&#8230; But we can&#8217;t shorten Javascript to Java, because that would be wrong. Arrghh!</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Yuletide</title>
		<link>http://www.flipflops.org/2007/02/26/thickbox-vs-lightbox/#comment-8664</link>
		<author>Yuletide</author>
		<pubDate>Fri, 04 Jan 2008 04:21:55 +0000</pubDate>
		<guid>http://www.flipflops.org/2007/02/26/thickbox-vs-lightbox/#comment-8664</guid>
					<description>Darfuria: So we say JS for javascript and Java for Java :-D</description>
		<content:encoded><![CDATA[<p>Darfuria: So we say JS for javascript and Java for Java <img src='http://www.flipflops.org/wp-includes/images/smilies/icon_biggrin.gif' alt=':-D' class='wp-smiley' /></p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Luyen Dao</title>
		<link>http://www.flipflops.org/2007/02/26/thickbox-vs-lightbox/#comment-9347</link>
		<author>Luyen Dao</author>
		<pubDate>Fri, 06 Jun 2008 03:07:03 +0000</pubDate>
		<guid>http://www.flipflops.org/2007/02/26/thickbox-vs-lightbox/#comment-9347</guid>
					<description>In the latest version of lightbox, there are more features such as iframe support, inline content, gallery/slideshow, and I think ajax as well, although i'm not sure how ajax is related directly to lightbox or thickbox, since it's more on the presentation layer, but feel free to clarify this!</description>
		<content:encoded><![CDATA[<p>In the latest version of lightbox, there are more features such as iframe support, inline content, gallery/slideshow, and I think ajax as well, although i&#8217;m not sure how ajax is related directly to lightbox or thickbox, since it&#8217;s more on the presentation layer, but feel free to clarify this!</p>
]]></content:encoded>
				</item>
</channel>
</rss>
