<?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: YUI gets a sharp-looking lightbox</title>
	<atom:link href="http://ajaxian.com/archives/yui-gets-a-sharp-looking-lightbox/feed" rel="self" type="application/rss+xml" />
	<link>http://ajaxian.com/archives/yui-gets-a-sharp-looking-lightbox</link>
	<description>Cleaning up the web with Ajax</description>
	<lastBuildDate>Thu, 17 May 2012 07:43:39 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: AJAX</title>
		<link>http://ajaxian.com/archives/yui-gets-a-sharp-looking-lightbox/comment-page-1#comment-260712</link>
		<dc:creator>AJAX</dc:creator>
		<pubDate>Tue, 22 Jan 2008 12:52:39 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2712#comment-260712</guid>
		<description>I&#039;ve hacked ModalBox to use Spry Datasets, far better than all that messy code around each image</description>
		<content:encoded><![CDATA[<p>I&#8217;ve hacked ModalBox to use Spry Datasets, far better than all that messy code around each image</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Charles</title>
		<link>http://ajaxian.com/archives/yui-gets-a-sharp-looking-lightbox/comment-page-1#comment-254609</link>
		<dc:creator>Charles</dc:creator>
		<pubDate>Tue, 28 Aug 2007 20:32:51 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2712#comment-254609</guid>
		<description>Hmm, no gallery (prev/next) support, and no graceful degradation is a deal-breaker for me.  Also, this is the most steps I&#039;ve ever seen to create a lightbox, is all YUI like that?
&lt;code&gt;
var dataSource = {
  image1:{url:&quot;photos/rocks.jpg&quot;, title: &#039;Rocks&#039;},
  image2:{url:&quot;http://thecodecentral.com/yui.jpg&quot;}
};
&lt;/code&gt;
Why not pull the large image from an anchor href as with other lightbox techniques?
&lt;blockquote&gt;...but it works very slow in Linux&lt;/blockquote&gt;
The YUI Lightbox is dependent on 3 scripts, requires a four-step process, PLUS does not init itself on document.ready... and still only displays images!  Although it is nifty to be able to drag the lightbox I don&#039;t think this code is very &lt;em&gt;functional&lt;/em&gt;.

My experience with jQuery (and other) Lightboxen requires me to add a single attribute (class or rel) to an anchor tag, and poof! Magic Lightbox! ...Which is why I think they&#039;re so popular.

I propose the term YALT: Yet Another Lightbox Technique.  And I don&#039;t know why people keep perpetuating the idea that a lightbox can be made using ONLY CSS.  That is actually impossible, and the only people claiming to create CSS Lightboxes should be magicians.</description>
		<content:encoded><![CDATA[<p>Hmm, no gallery (prev/next) support, and no graceful degradation is a deal-breaker for me.  Also, this is the most steps I&#8217;ve ever seen to create a lightbox, is all YUI like that?<br />
<code><br />
var dataSource = {<br />
  image1:{url:"photos/rocks.jpg", title: 'Rocks'},<br />
  image2:{url:"http://thecodecentral.com/yui.jpg"}<br />
};<br />
</code><br />
Why not pull the large image from an anchor href as with other lightbox techniques?</p>
<blockquote><p>&#8230;but it works very slow in Linux</p></blockquote>
<p>The YUI Lightbox is dependent on 3 scripts, requires a four-step process, PLUS does not init itself on document.ready&#8230; and still only displays images!  Although it is nifty to be able to drag the lightbox I don&#8217;t think this code is very <em>functional</em>.</p>
<p>My experience with jQuery (and other) Lightboxen requires me to add a single attribute (class or rel) to an anchor tag, and poof! Magic Lightbox! &#8230;Which is why I think they&#8217;re so popular.</p>
<p>I propose the term YALT: Yet Another Lightbox Technique.  And I don&#8217;t know why people keep perpetuating the idea that a lightbox can be made using ONLY CSS.  That is actually impossible, and the only people claiming to create CSS Lightboxes should be magicians.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lon</title>
		<link>http://ajaxian.com/archives/yui-gets-a-sharp-looking-lightbox/comment-page-1#comment-254606</link>
		<dc:creator>Lon</dc:creator>
		<pubDate>Tue, 28 Aug 2007 19:42:45 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2712#comment-254606</guid>
		<description>align the mask bottom right, then there will be no unneeded scrollbars</description>
		<content:encoded><![CDATA[<p>align the mask bottom right, then there will be no unneeded scrollbars</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DarkRat</title>
		<link>http://ajaxian.com/archives/yui-gets-a-sharp-looking-lightbox/comment-page-1#comment-254605</link>
		<dc:creator>DarkRat</dc:creator>
		<pubDate>Tue, 28 Aug 2007 18:45:02 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2712#comment-254605</guid>
		<description>like cocotapioca already stated: it rezises the page extremely. Like the image itself is small, but the page around it still grows to the actual imagesize</description>
		<content:encoded><![CDATA[<p>like cocotapioca already stated: it rezises the page extremely. Like the image itself is small, but the page around it still grows to the actual imagesize</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: emehrkay</title>
		<link>http://ajaxian.com/archives/yui-gets-a-sharp-looking-lightbox/comment-page-1#comment-254602</link>
		<dc:creator>emehrkay</dc:creator>
		<pubDate>Tue, 28 Aug 2007 18:13:49 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2712#comment-254602</guid>
		<description>When dragging the &quot;lightbox&quot; outside of the window&#039;s view, the shadow resizes nicely, but when it is brought back to the window&#039;s view, the shadow stays the larger size.

Other than that it looks nice, like any other lightbox.</description>
		<content:encoded><![CDATA[<p>When dragging the &#8220;lightbox&#8221; outside of the window&#8217;s view, the shadow resizes nicely, but when it is brought back to the window&#8217;s view, the shadow stays the larger size.</p>
<p>Other than that it looks nice, like any other lightbox.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rey Bango</title>
		<link>http://ajaxian.com/archives/yui-gets-a-sharp-looking-lightbox/comment-page-1#comment-254601</link>
		<dc:creator>Rey Bango</dc:creator>
		<pubDate>Tue, 28 Aug 2007 18:07:36 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2712#comment-254601</guid>
		<description>@Adam: Thanks for pointing it out. I&#039;ll jot it for a future post. :)</description>
		<content:encoded><![CDATA[<p>@Adam: Thanks for pointing it out. I&#8217;ll jot it for a future post. :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam McIntyre</title>
		<link>http://ajaxian.com/archives/yui-gets-a-sharp-looking-lightbox/comment-page-1#comment-254591</link>
		<dc:creator>Adam McIntyre</dc:creator>
		<pubDate>Tue, 28 Aug 2007 16:01:51 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2712#comment-254591</guid>
		<description>I&#039;ve been using &lt;a href=&quot;http://paularmstrongdesigns.com/projects/awesomebox/&quot; rel=&quot;nofollow&quot;&gt;Awesomebox&lt;/a&gt;  for a while now as a YUI-based lightbox, so there certainly have been others in the wild for a long time.

Awesomebox is more of the classic lightbox we&#039;re all used to, while this one seems to be a little lighter, effect-wise. Still, it&#039;s good to have a choice.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve been using <a href="http://paularmstrongdesigns.com/projects/awesomebox/" rel="nofollow">Awesomebox</a>  for a while now as a YUI-based lightbox, so there certainly have been others in the wild for a long time.</p>
<p>Awesomebox is more of the classic lightbox we&#8217;re all used to, while this one seems to be a little lighter, effect-wise. Still, it&#8217;s good to have a choice.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cadu de Castro Alves</title>
		<link>http://ajaxian.com/archives/yui-gets-a-sharp-looking-lightbox/comment-page-1#comment-254583</link>
		<dc:creator>Cadu de Castro Alves</dc:creator>
		<pubDate>Tue, 28 Aug 2007 14:45:26 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2712#comment-254583</guid>
		<description>YUI Lightbox looks nice!
I made a &lt;a href=&quot;http://cadudecastroalves.com/blog/2007/08/23/efeito-lightbox-com-css-e-javascript-nao-obstrusivo/&quot; rel=&quot;nofollow&quot;&gt;Lightbox technique using only CSS&lt;/a&gt; to make the effect and a little unobtrusive JavaScript to change some CSS properties (I don&#039;t know another way to do it).
I think YUI is very good to create UI design, but it works very slow in Linux browsers (I tested just Firefox and Konqueror).</description>
		<content:encoded><![CDATA[<p>YUI Lightbox looks nice!<br />
I made a <a href="http://cadudecastroalves.com/blog/2007/08/23/efeito-lightbox-com-css-e-javascript-nao-obstrusivo/" rel="nofollow">Lightbox technique using only CSS</a> to make the effect and a little unobtrusive JavaScript to change some CSS properties (I don&#8217;t know another way to do it).<br />
I think YUI is very good to create UI design, but it works very slow in Linux browsers (I tested just Firefox and Konqueror).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cocotapioca</title>
		<link>http://ajaxian.com/archives/yui-gets-a-sharp-looking-lightbox/comment-page-1#comment-254581</link>
		<dc:creator>cocotapioca</dc:creator>
		<pubDate>Tue, 28 Aug 2007 14:30:09 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2712#comment-254581</guid>
		<description>Resizes the viewport to some huge dimensions ... nice but with some work to do yet</description>
		<content:encoded><![CDATA[<p>Resizes the viewport to some huge dimensions &#8230; nice but with some work to do yet</p>
]]></content:encoded>
	</item>
</channel>
</rss>

