<?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: Javascript Tip: Use the rel Attribute</title>
	<atom:link href="http://blog.adambard.com/2008/06/01/javascript-tip-use-the-rel-attribute/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.adambard.com/2008/06/01/javascript-tip-use-the-rel-attribute/</link>
	<description>Web Design, Freelancing, and other fun stuff.</description>
	<pubDate>Wed, 07 Jan 2009 08:03:00 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1</generator>
		<item>
		<title>By: CatCubed &#187; CeeBox - a Thickbox/Videobox mashup</title>
		<link>http://blog.adambard.com/2008/06/01/javascript-tip-use-the-rel-attribute/#comment-2296</link>
		<dc:creator>CatCubed &#187; CeeBox - a Thickbox/Videobox mashup</dc:creator>
		<pubDate>Wed, 24 Dec 2008 01:37:37 +0000</pubDate>
		<guid isPermaLink="false">http://blog.adambard.com/2008/06/01/javascript-tip-use-the-rel-attribute/#comment-2296</guid>
		<description>[...] abusing the rel attribute, but it&#8217;s not like others haven&#8217;t already usurped it for their own desires. Thickbox even uses it for images though it passes other parameters via the url. I made [...]</description>
		<content:encoded><![CDATA[<p>[...] abusing the rel attribute, but it&#8217;s not like others haven&#8217;t already usurped it for their own desires. Thickbox even uses it for images though it passes other parameters via the url. I made [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam</title>
		<link>http://blog.adambard.com/2008/06/01/javascript-tip-use-the-rel-attribute/#comment-1011</link>
		<dc:creator>Adam</dc:creator>
		<pubDate>Thu, 02 Oct 2008 21:38:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.adambard.com/2008/06/01/javascript-tip-use-the-rel-attribute/#comment-1011</guid>
		<description>The code is to access existing rel attributes, presumably hard-coded ones.  You could certainly apply a rel attribute dynamically, that would involve getting a hold of the &lt;a&gt; element and using a.rel = "whatever rel."  I can't really tell you more, because I know nothing about sothink nor about shadowbox.</description>
		<content:encoded><![CDATA[<p>The code is to access existing rel attributes, presumably hard-coded ones.  You could certainly apply a rel attribute dynamically, that would involve getting a hold of the <a> element and using a.rel = &#8220;whatever rel.&#8221;  I can&#8217;t really tell you more, because I know nothing about sothink nor about shadowbox.</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Charlie</title>
		<link>http://blog.adambard.com/2008/06/01/javascript-tip-use-the-rel-attribute/#comment-1007</link>
		<dc:creator>Charlie</dc:creator>
		<pubDate>Thu, 02 Oct 2008 18:23:39 +0000</pubDate>
		<guid isPermaLink="false">http://blog.adambard.com/2008/06/01/javascript-tip-use-the-rel-attribute/#comment-1007</guid>
		<description>I'm trying to use the rel attribute in a sothink dhtml menu to use the shadowbox iframe. Would this code be able to insert a rel attribute into the javascript that sothink compiles?</description>
		<content:encoded><![CDATA[<p>I&#8217;m trying to use the rel attribute in a sothink dhtml menu to use the shadowbox iframe. Would this code be able to insert a rel attribute into the javascript that sothink compiles?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jean Dreesen</title>
		<link>http://blog.adambard.com/2008/06/01/javascript-tip-use-the-rel-attribute/#comment-1004</link>
		<dc:creator>Jean Dreesen</dc:creator>
		<pubDate>Thu, 02 Oct 2008 14:12:01 +0000</pubDate>
		<guid isPermaLink="false">http://blog.adambard.com/2008/06/01/javascript-tip-use-the-rel-attribute/#comment-1004</guid>
		<description>Slimbox, a lightbox clone, uses the rel attribute to, just like lightbox. It can be extended with the name of a group of photos between []. Example: rel="lightbox[groupname]" What I want to know is, can I use the rel attribute to pass a parameter, like the heigth of a photo? Example: rel="lightbox[groupname][500]". 500 is the heigth of the photo. This way I could center every photo individual vertical.</description>
		<content:encoded><![CDATA[<p>Slimbox, a lightbox clone, uses the rel attribute to, just like lightbox. It can be extended with the name of a group of photos between []. Example: rel=&#8221;lightbox[groupname]&#8221; What I want to know is, can I use the rel attribute to pass a parameter, like the heigth of a photo? Example: rel=&#8221;lightbox[groupname][500]&#8220;. 500 is the heigth of the photo. This way I could center every photo individual vertical.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aaron</title>
		<link>http://blog.adambard.com/2008/06/01/javascript-tip-use-the-rel-attribute/#comment-897</link>
		<dc:creator>Aaron</dc:creator>
		<pubDate>Wed, 24 Sep 2008 14:11:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.adambard.com/2008/06/01/javascript-tip-use-the-rel-attribute/#comment-897</guid>
		<description>One thing to note is that hasAttribute() doesn't work in IE, so you are better off using aElements[i].getAttribute("rel") != null</description>
		<content:encoded><![CDATA[<p>One thing to note is that hasAttribute() doesn&#8217;t work in IE, so you are better off using aElements[i].getAttribute(&#8221;rel&#8221;) != null</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: graphic design</title>
		<link>http://blog.adambard.com/2008/06/01/javascript-tip-use-the-rel-attribute/#comment-277</link>
		<dc:creator>graphic design</dc:creator>
		<pubDate>Mon, 02 Jun 2008 23:19:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.adambard.com/2008/06/01/javascript-tip-use-the-rel-attribute/#comment-277</guid>
		<description>Thanks for all this input.</description>
		<content:encoded><![CDATA[<p>Thanks for all this input.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
