<?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: New blog software</title>
	<atom:link href="http://sorgalla.com/2006/09/13/new-blog-software/feed/" rel="self" type="application/rss+xml" />
	<link>http://sorgalla.com/2006/09/13/new-blog-software/</link>
	<description></description>
	<pubDate>Wed, 20 Aug 2008 21:25:05 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1</generator>
		<item>
		<title>By: Sandro Chauca</title>
		<link>http://sorgalla.com/2006/09/13/new-blog-software/#comment-1564</link>
		<dc:creator>Sandro Chauca</dc:creator>
		<pubDate>Mon, 17 Sep 2007 06:51:37 +0000</pubDate>
		<guid isPermaLink="false">http://sorgalla.com/2006/09/13/new-blog-software/#comment-1564</guid>
		<description>Hi Jan 
I need vertical carousel with titles (themes), height variable

  
    
    
    
    
    
    
    
    
  </description>
		<content:encoded><![CDATA[<p>Hi Jan<br />
I need vertical carousel with titles (themes), height variable</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jan</title>
		<link>http://sorgalla.com/2006/09/13/new-blog-software/#comment-13</link>
		<dc:creator>Jan</dc:creator>
		<pubDate>Sat, 16 Sep 2006 20:50:33 +0000</pubDate>
		<guid isPermaLink="false">http://sorgalla.com/2006/09/13/new-blog-software/#comment-13</guid>
		<description>Thickbox does not support dynamically added elements to the DOM.</description>
		<content:encoded><![CDATA[<p>Thickbox does not support dynamically added elements to the DOM.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Johan</title>
		<link>http://sorgalla.com/2006/09/13/new-blog-software/#comment-12</link>
		<dc:creator>Johan</dc:creator>
		<pubDate>Sat, 16 Sep 2006 19:28:26 +0000</pubDate>
		<guid isPermaLink="false">http://sorgalla.com/2006/09/13/new-blog-software/#comment-12</guid>
		<description>when you add the rel attribute in that function, it is not added to the DOM tree, I asume that this function takes care of adding the class="thickbox" and when adding a rel attribute it is not added to the DOM as well. In thickbox you can add a rel attribute (thickbox v2 has a functionality for that rel) that is why.</description>
		<content:encoded><![CDATA[<p>when you add the rel attribute in that function, it is not added to the DOM tree, I asume that this function takes care of adding the class=&#8221;thickbox&#8221; and when adding a rel attribute it is not added to the DOM as well. In thickbox you can add a rel attribute (thickbox v2 has a functionality for that rel) that is why.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jan</title>
		<link>http://sorgalla.com/2006/09/13/new-blog-software/#comment-11</link>
		<dc:creator>Jan</dc:creator>
		<pubDate>Sat, 16 Sep 2006 10:04:24 +0000</pubDate>
		<guid isPermaLink="false">http://sorgalla.com/2006/09/13/new-blog-software/#comment-11</guid>
		<description>However, what exactly does not work?</description>
		<content:encoded><![CDATA[<p>However, what exactly does not work?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Johan</title>
		<link>http://sorgalla.com/2006/09/13/new-blog-software/#comment-10</link>
		<dc:creator>Johan</dc:creator>
		<pubDate>Fri, 15 Sep 2006 22:48:07 +0000</pubDate>
		<guid isPermaLink="false">http://sorgalla.com/2006/09/13/new-blog-software/#comment-10</guid>
		<description>sorry, but I guess some of the code was stripped from the comment.

I just added rel="slideshow" inside the &#60;a &#62; tag.</description>
		<content:encoded><![CDATA[<p>sorry, but I guess some of the code was stripped from the comment.</p>
<p>I just added rel=&#8221;slideshow&#8221; inside the &lt;a &gt; tag.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jan</title>
		<link>http://sorgalla.com/2006/09/13/new-blog-software/#comment-9</link>
		<dc:creator>Jan</dc:creator>
		<pubDate>Fri, 15 Sep 2006 21:45:34 +0000</pubDate>
		<guid isPermaLink="false">http://sorgalla.com/2006/09/13/new-blog-software/#comment-9</guid>
		<description>This should work (except from that there is nothing inside the &#60;a&gt; tag). What exactly did not work?</description>
		<content:encoded><![CDATA[<p>This should work (except from that there is nothing inside the &lt;a> tag). What exactly did not work?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Johan</title>
		<link>http://sorgalla.com/2006/09/13/new-blog-software/#comment-8</link>
		<dc:creator>Johan</dc:creator>
		<pubDate>Fri, 15 Sep 2006 20:23:25 +0000</pubDate>
		<guid isPermaLink="false">http://sorgalla.com/2006/09/13/new-blog-software/#comment-8</guid>
		<description>in the ajax example you use thickbox, how can I add a rel attribute to the a tags. Tried to add a rel atribute here:

function getItemHTML(url)
{
    var url_m = url.replace(/_s.jpg/g, '_m.jpg');
    return '&#60;a href="' + url_m + '" rel="nofollow" rel="nofollow"&gt;&#60;/a&gt;';
};

but to no avail ...</description>
		<content:encoded><![CDATA[<p>in the ajax example you use thickbox, how can I add a rel attribute to the a tags. Tried to add a rel atribute here:</p>
<p>function getItemHTML(url)<br />
{<br />
    var url_m = url.replace(/_s.jpg/g, &#8216;_m.jpg&#8217;);<br />
    return &#8216;&lt;a href=&#8221;&#8216; + url_m + &#8216;&#8221; rel=&#8221;nofollow&#8221; rel=&#8221;nofollow&#8221;>&lt;/a>&#8217;;<br />
};</p>
<p>but to no avail &#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
