<?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: Weakening neighbors</title>
	<atom:link href="http://www.dhteumeuleu.com/weakening-neighbors/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dhteumeuleu.com/weakening-neighbors/</link>
	<description>Javascript animations and experiments</description>
	<lastBuildDate>Sun, 05 Sep 2010 07:35:51 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Praveen</title>
		<link>http://www.dhteumeuleu.com/weakening-neighbors/comment-page-3/#comment-984</link>
		<dc:creator>Praveen</dc:creator>
		<pubDate>Thu, 12 Aug 2010 14:35:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.dhteumeuleu.com/?p=377#comment-984</guid>
		<description>&lt;div class=&quot;smtr&quot;&gt;&lt;span class=&quot;smtr-topic&quot;&gt;&lt;img alt=&quot;other&quot; src=&quot;/spim/smtr_other.png&quot; title=&quot;other&quot;/&gt;&lt;/span&gt;&lt;span class=&quot;smtr-sentiment&quot;&gt;I am feeling &lt;img alt=&quot;positive&quot; src=&quot;/spim/smtr_positive_16.png&quot; title=&quot;positive&quot; /&gt;&lt;/span&gt;&lt;/div&gt;Superb guys you rock....
Awesome work...</description>
		<content:encoded><![CDATA[<div class="smtr"><span class="smtr-topic"><img alt="other" src="/spim/smtr_other.png" title="other"/></span><span class="smtr-sentiment">I am feeling <img alt="positive" src="/spim/smtr_positive_16.png" title="positive" /></span></div>
<p>Superb guys you rock&#8230;.<br />
Awesome work&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nikhil</title>
		<link>http://www.dhteumeuleu.com/weakening-neighbors/comment-page-3/#comment-818</link>
		<dc:creator>nikhil</dc:creator>
		<pubDate>Sat, 31 Jul 2010 08:49:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.dhteumeuleu.com/?p=377#comment-818</guid>
		<description>&lt;div class=&quot;smtr&quot;&gt;&lt;span class=&quot;smtr-topic&quot;&gt;&lt;img alt=&quot;other&quot; src=&quot;/spim/smtr_other.png&quot; title=&quot;other&quot;/&gt;&lt;/span&gt;&lt;span class=&quot;smtr-sentiment&quot;&gt;I am feeling &lt;img alt=&quot;positive&quot; src=&quot;/spim/smtr_positive_16.png&quot; title=&quot;positive&quot; /&gt;&lt;/span&gt;&lt;/div&gt;ohh   gr8 .... what a script. i like it very much.
thanks for sharing it.</description>
		<content:encoded><![CDATA[<div class="smtr"><span class="smtr-topic"><img alt="other" src="/spim/smtr_other.png" title="other"/></span><span class="smtr-sentiment">I am feeling <img alt="positive" src="/spim/smtr_positive_16.png" title="positive" /></span></div>
<p>ohh   gr8 &#8230;. what a script. i like it very much.<br />
thanks for sharing it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ge1doot</title>
		<link>http://www.dhteumeuleu.com/weakening-neighbors/comment-page-3/#comment-785</link>
		<dc:creator>ge1doot</dc:creator>
		<pubDate>Wed, 14 Jul 2010 13:35:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.dhteumeuleu.com/?p=377#comment-785</guid>
		<description>&lt;div class=&quot;smtr&quot;&gt;&lt;span class=&quot;smtr-topic&quot;&gt;&lt;img alt=&quot;answer&quot; src=&quot;/spim/smtr_answer.png&quot; title=&quot;answer&quot;/&gt;&lt;/span&gt;&lt;span class=&quot;smtr-sentiment&quot;&gt;I am feeling &lt;img alt=&quot;positive&quot; src=&quot;/spim/smtr_positive_16.png&quot; title=&quot;positive&quot; /&gt;&lt;/span&gt;&lt;/div&gt;Hi Michiel,

Wow... cracking your brain for 2 days in a row... all my apologies about that ;)

The Javascript &quot;&lt;a href=&quot;http://www.klauskomenda.com/code/javascript-programming-patterns/&quot;&gt;module pattern&lt;/a&gt;&quot; I use is very powerfull. All variables and methods used in the script are &quot;private&quot; members and cannot be accessed from the outside. 

You can create &quot;public&quot; resources in the return {} bloc. In your case, let&#039;s add an &quot;open&quot; function :


&lt;pre&gt;
	return {
		// ==== public bloc ====
		init : init,
		open : function (index) {
			divs[index].click();
		}
	}
&lt;/pre&gt;

You will be able to call it from the outside (e.g. in an event bloc) like this:


&lt;pre&gt;
res.open(0); // 0 for the first image, 1 for the next one, etc...
&lt;/pre&gt;

for example, this code will launch the script and open the first image:


&lt;pre&gt;
// ==== start script ====
setTimeout(function() {
	res.init();
	res.open(0);
}, 100);
&lt;/pre&gt;

Hope this helps,

Gerard</description>
		<content:encoded><![CDATA[<div class="smtr"><span class="smtr-topic"><img alt="answer" src="/spim/smtr_answer.png" title="answer"/></span><span class="smtr-sentiment">I am feeling <img alt="positive" src="/spim/smtr_positive_16.png" title="positive" /></span></div>
<p>Hi Michiel,</p>
<p>Wow&#8230; cracking your brain for 2 days in a row&#8230; all my apologies about that <img src='http://www.dhteumeuleu.com/wp/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>The Javascript &#8220;<a href="http://www.klauskomenda.com/code/javascript-programming-patterns/">module pattern</a>&#8221; I use is very powerfull. All variables and methods used in the script are &#8220;private&#8221; members and cannot be accessed from the outside. </p>
<p>You can create &#8220;public&#8221; resources in the return {} bloc. In your case, let&#8217;s add an &#8220;open&#8221; function :</p>
<pre>
	return {
		// ==== public bloc ====
		init : init,
		open : function (index) {
			divs[index].click();
		}
	}
</pre>
<p>You will be able to call it from the outside (e.g. in an event bloc) like this:</p>
<pre>
res.open(0); // 0 for the first image, 1 for the next one, etc...
</pre>
<p>for example, this code will launch the script and open the first image:</p>
<pre>
// ==== start script ====
setTimeout(function() {
	res.init();
	res.open(0);
}, 100);
</pre>
<p>Hope this helps,</p>
<p>Gerard</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michiel Meuris</title>
		<link>http://www.dhteumeuleu.com/weakening-neighbors/comment-page-3/#comment-779</link>
		<dc:creator>Michiel Meuris</dc:creator>
		<pubDate>Tue, 13 Jul 2010 21:09:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.dhteumeuleu.com/?p=377#comment-779</guid>
		<description>&lt;div class=&quot;smtr&quot;&gt;&lt;span class=&quot;smtr-topic&quot;&gt;&lt;img alt=&quot;other&quot; src=&quot;/spim/smtr_other.png&quot; title=&quot;other&quot;/&gt;&lt;/span&gt;&lt;span class=&quot;smtr-sentiment&quot;&gt;I am feeling &lt;img alt=&quot;neutral&quot; src=&quot;/spim/smtr_neutral_16.png&quot; title=&quot;neutral&quot; /&gt;&lt;/span&gt;&lt;/div&gt;Could you please help me out with this ge1doot?
( I don&#039;t want to beg, but this has been cracking my brains for 2 days in a row :(   )

Really like your site, can&#039;t wait to see new stuff.

Thanks in advance.

Kind regards, Michiel.&lt;br /&gt;&lt;div class=&quot;response-tracker&quot;&gt;Comment marked as &lt;img alt=&quot;replied&quot; src=&quot;/spim/response_replied.png&quot; title=&quot;replied&quot; /&gt; &lt;i&gt;replied&lt;/i&gt; by ge1doot&lt;/div&gt;</description>
		<content:encoded><![CDATA[<div class="smtr"><span class="smtr-topic"><img alt="other" src="/spim/smtr_other.png" title="other"/></span><span class="smtr-sentiment">I am feeling <img alt="neutral" src="/spim/smtr_neutral_16.png" title="neutral" /></span></div>
<p>Could you please help me out with this ge1doot?<br />
( I don&#8217;t want to beg, but this has been cracking my brains for 2 days in a row <img src='http://www.dhteumeuleu.com/wp/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />    )</p>
<p>Really like your site, can&#8217;t wait to see new stuff.</p>
<p>Thanks in advance.</p>
<p>Kind regards, Michiel.
<div class="response-tracker">Comment marked as <img alt="replied" src="/spim/response_replied.png" title="replied" /> <i>replied</i> by ge1doot</div>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michiel Meuris</title>
		<link>http://www.dhteumeuleu.com/weakening-neighbors/comment-page-3/#comment-776</link>
		<dc:creator>Michiel Meuris</dc:creator>
		<pubDate>Tue, 13 Jul 2010 07:54:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.dhteumeuleu.com/?p=377#comment-776</guid>
		<description>&lt;div class=&quot;smtr&quot;&gt;&lt;span class=&quot;smtr-topic&quot;&gt;&lt;img alt=&quot;question&quot; src=&quot;/spim/smtr_question.png&quot; title=&quot;question&quot;/&gt;&lt;/span&gt;&lt;span class=&quot;smtr-sentiment&quot;&gt;I am feeling &lt;img alt=&quot;neutral&quot; src=&quot;/spim/smtr_neutral_16.png&quot; title=&quot;neutral&quot; /&gt;&lt;/span&gt;&lt;/div&gt;Hi, 
I&#039;ve reached page 13 by now, and i like this script the most.

After playing around with it for a few hours, i&#039;m starting to understand most of it&#039;s code.

I was wondering though, how i could get one image to zoom on a pageload event.
Would appreciate it a lot if some1 or you could help me with this problem.

Javascript is such a powerful language and i had no idea you could create such beauty with it.

Thanks you very much for this great site :)

Michiel&lt;br /&gt;&lt;div class=&quot;response-tracker&quot;&gt;Comment marked as &lt;img alt=&quot;read&quot; src=&quot;/spim/response_read.png&quot; title=&quot;read&quot; /&gt; &lt;i&gt;read&lt;/i&gt; by ge1doot&lt;/div&gt;</description>
		<content:encoded><![CDATA[<div class="smtr"><span class="smtr-topic"><img alt="question" src="/spim/smtr_question.png" title="question"/></span><span class="smtr-sentiment">I am feeling <img alt="neutral" src="/spim/smtr_neutral_16.png" title="neutral" /></span></div>
<p>Hi,<br />
I&#8217;ve reached page 13 by now, and i like this script the most.</p>
<p>After playing around with it for a few hours, i&#8217;m starting to understand most of it&#8217;s code.</p>
<p>I was wondering though, how i could get one image to zoom on a pageload event.<br />
Would appreciate it a lot if some1 or you could help me with this problem.</p>
<p>Javascript is such a powerful language and i had no idea you could create such beauty with it.</p>
<p>Thanks you very much for this great site <img src='http://www.dhteumeuleu.com/wp/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Michiel
<div class="response-tracker">Comment marked as <img alt="read" src="/spim/response_read.png" title="read" /> <i>read</i> by ge1doot</div>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nivixa</title>
		<link>http://www.dhteumeuleu.com/weakening-neighbors/comment-page-1/#comment-734</link>
		<dc:creator>Nivixa</dc:creator>
		<pubDate>Wed, 30 Jun 2010 09:45:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.dhteumeuleu.com/?p=377#comment-734</guid>
		<description>&lt;div class=&quot;smtr&quot;&gt;&lt;span class=&quot;smtr-topic&quot;&gt;&lt;img alt=&quot;problem&quot; src=&quot;/spim/smtr_problem.png&quot; title=&quot;problem&quot;/&gt;&lt;/span&gt;&lt;span class=&quot;smtr-sentiment&quot;&gt;I am feeling &lt;img alt=&quot;negative&quot; src=&quot;/spim/smtr_negative_16.png&quot; title=&quot;negative&quot; /&gt;&lt;/span&gt;&lt;/div&gt;En général, j&#039;arrive à &quot;jouer&quot; avec les scripts.... j&#039;y mets mes petites photos et c&#039;est OK.
Mais là, impossible !
J&#039;installe tout dans la source de Dreamweaver (comme d&#039;hab.) j&#039;y mets mes petites photos que j&#039;ai redimentionnées et... rien.
Qu&#039;est-ce que j&#039;ai raté ????
J&#039;y ai vraiment passé beaucoup de temps avant de faire ce message :-(
Nicole</description>
		<content:encoded><![CDATA[<div class="smtr"><span class="smtr-topic"><img alt="problem" src="/spim/smtr_problem.png" title="problem"/></span><span class="smtr-sentiment">I am feeling <img alt="negative" src="/spim/smtr_negative_16.png" title="negative" /></span></div>
<p>En général, j&#8217;arrive à &#8220;jouer&#8221; avec les scripts&#8230;. j&#8217;y mets mes petites photos et c&#8217;est OK.<br />
Mais là, impossible !<br />
J&#8217;installe tout dans la source de Dreamweaver (comme d&#8217;hab.) j&#8217;y mets mes petites photos que j&#8217;ai redimentionnées et&#8230; rien.<br />
Qu&#8217;est-ce que j&#8217;ai raté ????<br />
J&#8217;y ai vraiment passé beaucoup de temps avant de faire ce message <img src='http://www.dhteumeuleu.com/wp/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' /><br />
Nicole</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: avona</title>
		<link>http://www.dhteumeuleu.com/weakening-neighbors/comment-page-3/#comment-634</link>
		<dc:creator>avona</dc:creator>
		<pubDate>Mon, 24 May 2010 07:19:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.dhteumeuleu.com/?p=377#comment-634</guid>
		<description>&lt;div class=&quot;smtr&quot;&gt;&lt;span class=&quot;smtr-topic&quot;&gt;&lt;img alt=&quot;idea&quot; src=&quot;/spim/smtr_idea.png&quot; title=&quot;idea&quot;/&gt;&lt;/span&gt;&lt;span class=&quot;smtr-sentiment&quot;&gt;I am feeling &lt;img alt=&quot;positive&quot; src=&quot;/spim/smtr_positive_16.png&quot; title=&quot;positive&quot; /&gt;&lt;/span&gt;&lt;/div&gt;Congratulation, dear Deumeuleu,

it´s rare, but I&#039;m speechless;
and impressed.

Thank you for this excellent programm-design,

friendly regards from Norway

Anett&lt;br /&gt;&lt;div class=&quot;response-tracker&quot;&gt;Comment marked as &lt;img alt=&quot;read&quot; src=&quot;/spim/response_read.png&quot; title=&quot;read&quot; /&gt; &lt;i&gt;read&lt;/i&gt; by ge1doot&lt;/div&gt;</description>
		<content:encoded><![CDATA[<div class="smtr"><span class="smtr-topic"><img alt="idea" src="/spim/smtr_idea.png" title="idea"/></span><span class="smtr-sentiment">I am feeling <img alt="positive" src="/spim/smtr_positive_16.png" title="positive" /></span></div>
<p>Congratulation, dear Deumeuleu,</p>
<p>it´s rare, but I&#8217;m speechless;<br />
and impressed.</p>
<p>Thank you for this excellent programm-design,</p>
<p>friendly regards from Norway</p>
<p>Anett
<div class="response-tracker">Comment marked as <img alt="read" src="/spim/response_read.png" title="read" /> <i>read</i> by ge1doot</div>
]]></content:encoded>
	</item>
	<item>
		<title>By: mwandulu</title>
		<link>http://www.dhteumeuleu.com/weakening-neighbors/comment-page-2/#comment-549</link>
		<dc:creator>mwandulu</dc:creator>
		<pubDate>Tue, 04 May 2010 19:00:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.dhteumeuleu.com/?p=377#comment-549</guid>
		<description>&lt;div class=&quot;smtr&quot;&gt;&lt;span class=&quot;smtr-topic&quot;&gt;&lt;img alt=&quot;other&quot; src=&quot;/spim/smtr_other.png&quot; title=&quot;other&quot;/&gt;&lt;/span&gt;&lt;span class=&quot;smtr-sentiment&quot;&gt;I am feeling &lt;img alt=&quot;positive&quot; src=&quot;/spim/smtr_positive_16.png&quot; title=&quot;positive&quot; /&gt;&lt;/span&gt;&lt;/div&gt;Amazing job guys..Truly amazing..&lt;br /&gt;&lt;div class=&quot;response-tracker&quot;&gt;Comment marked as &lt;img alt=&quot;read&quot; src=&quot;/spim/response_read.png&quot; title=&quot;read&quot; /&gt; &lt;i&gt;read&lt;/i&gt; by ge1doot&lt;/div&gt;</description>
		<content:encoded><![CDATA[<div class="smtr"><span class="smtr-topic"><img alt="other" src="/spim/smtr_other.png" title="other"/></span><span class="smtr-sentiment">I am feeling <img alt="positive" src="/spim/smtr_positive_16.png" title="positive" /></span></div>
<p>Amazing job guys..Truly amazing..
<div class="response-tracker">Comment marked as <img alt="read" src="/spim/response_read.png" title="read" /> <i>read</i> by ge1doot</div>
]]></content:encoded>
	</item>
	<item>
		<title>By: ahsin</title>
		<link>http://www.dhteumeuleu.com/weakening-neighbors/comment-page-2/#comment-534</link>
		<dc:creator>ahsin</dc:creator>
		<pubDate>Fri, 30 Apr 2010 09:41:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.dhteumeuleu.com/?p=377#comment-534</guid>
		<description>&lt;div class=&quot;smtr&quot;&gt;&lt;span class=&quot;smtr-topic&quot;&gt;&lt;img alt=&quot;answer&quot; src=&quot;/spim/smtr_answer.png&quot; title=&quot;answer&quot;/&gt;&lt;/span&gt;&lt;span class=&quot;smtr-sentiment&quot;&gt;I am feeling &lt;img alt=&quot;positive&quot; src=&quot;/spim/smtr_positive_16.png&quot; title=&quot;positive&quot; /&gt;&lt;/span&gt;&lt;/div&gt;so , it&#039;s very good!!&lt;br /&gt;&lt;div class=&quot;response-tracker&quot;&gt;Comment marked as &lt;img alt=&quot;read&quot; src=&quot;/spim/response_read.png&quot; title=&quot;read&quot; /&gt; &lt;i&gt;read&lt;/i&gt; by ge1doot&lt;/div&gt;</description>
		<content:encoded><![CDATA[<div class="smtr"><span class="smtr-topic"><img alt="answer" src="/spim/smtr_answer.png" title="answer"/></span><span class="smtr-sentiment">I am feeling <img alt="positive" src="/spim/smtr_positive_16.png" title="positive" /></span></div>
<p>so , it&#8217;s very good!!
<div class="response-tracker">Comment marked as <img alt="read" src="/spim/response_read.png" title="read" /> <i>read</i> by ge1doot</div>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steffen</title>
		<link>http://www.dhteumeuleu.com/weakening-neighbors/comment-page-2/#comment-448</link>
		<dc:creator>Steffen</dc:creator>
		<pubDate>Tue, 06 Apr 2010 15:44:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.dhteumeuleu.com/?p=377#comment-448</guid>
		<description>&lt;div class=&quot;smtr&quot;&gt;&lt;span class=&quot;smtr-topic&quot;&gt;&lt;img alt=&quot;other&quot; src=&quot;/spim/smtr_other.png&quot; title=&quot;other&quot;/&gt;&lt;/span&gt;&lt;span class=&quot;smtr-sentiment&quot;&gt;I am feeling &lt;img alt=&quot;positive&quot; src=&quot;/spim/smtr_positive_16.png&quot; title=&quot;positive&quot; /&gt;&lt;/span&gt;&lt;/div&gt;I like your scripts very much. I usually worked in Flash before, but you give JavaScript a new meaning.&lt;br /&gt;&lt;div class=&quot;response-tracker&quot;&gt;Comment marked as &lt;img alt=&quot;read&quot; src=&quot;/spim/response_read.png&quot; title=&quot;read&quot; /&gt; &lt;i&gt;read&lt;/i&gt; by ge1doot&lt;/div&gt;</description>
		<content:encoded><![CDATA[<div class="smtr"><span class="smtr-topic"><img alt="other" src="/spim/smtr_other.png" title="other"/></span><span class="smtr-sentiment">I am feeling <img alt="positive" src="/spim/smtr_positive_16.png" title="positive" /></span></div>
<p>I like your scripts very much. I usually worked in Flash before, but you give JavaScript a new meaning.
<div class="response-tracker">Comment marked as <img alt="read" src="/spim/response_read.png" title="read" /> <i>read</i> by ge1doot</div>
]]></content:encoded>
	</item>
	<item>
		<title>By: seema</title>
		<link>http://www.dhteumeuleu.com/weakening-neighbors/comment-page-2/#comment-441</link>
		<dc:creator>seema</dc:creator>
		<pubDate>Tue, 06 Apr 2010 05:40:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.dhteumeuleu.com/?p=377#comment-441</guid>
		<description>&lt;div class=&quot;smtr&quot;&gt;&lt;span class=&quot;smtr-topic&quot;&gt;&lt;img alt=&quot;other&quot; src=&quot;/spim/smtr_other.png&quot; title=&quot;other&quot;/&gt;&lt;/span&gt;&lt;span class=&quot;smtr-sentiment&quot;&gt;I am feeling &lt;img alt=&quot;positive&quot; src=&quot;/spim/smtr_positive_16.png&quot; title=&quot;positive&quot; /&gt;&lt;/span&gt;&lt;/div&gt;Really Nice....!!&lt;br /&gt;&lt;div class=&quot;response-tracker&quot;&gt;Comment marked as &lt;img alt=&quot;read&quot; src=&quot;/spim/response_read.png&quot; title=&quot;read&quot; /&gt; &lt;i&gt;read&lt;/i&gt; by ge1doot&lt;/div&gt;</description>
		<content:encoded><![CDATA[<div class="smtr"><span class="smtr-topic"><img alt="other" src="/spim/smtr_other.png" title="other"/></span><span class="smtr-sentiment">I am feeling <img alt="positive" src="/spim/smtr_positive_16.png" title="positive" /></span></div>
<p>Really Nice&#8230;.!!
<div class="response-tracker">Comment marked as <img alt="read" src="/spim/response_read.png" title="read" /> <i>read</i> by ge1doot</div>
]]></content:encoded>
	</item>
	<item>
		<title>By: firelemure</title>
		<link>http://www.dhteumeuleu.com/weakening-neighbors/comment-page-2/#comment-427</link>
		<dc:creator>firelemure</dc:creator>
		<pubDate>Wed, 31 Mar 2010 08:16:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.dhteumeuleu.com/?p=377#comment-427</guid>
		<description>&lt;div class=&quot;smtr&quot;&gt;&lt;span class=&quot;smtr-topic&quot;&gt;&lt;img alt=&quot;other&quot; src=&quot;/spim/smtr_other.png&quot; title=&quot;other&quot;/&gt;&lt;/span&gt;&lt;span class=&quot;smtr-sentiment&quot;&gt;I am feeling &lt;img alt=&quot;neutral&quot; src=&quot;/spim/smtr_neutral_16.png&quot; title=&quot;neutral&quot; /&gt;&lt;/span&gt;&lt;/div&gt;je pensais l&#039;avoir déjà changé, mais ce n&#039;était pas le cas.
tx&lt;br /&gt;&lt;div class=&quot;response-tracker&quot;&gt;Comment marked as &lt;img alt=&quot;read&quot; src=&quot;/spim/response_read.png&quot; title=&quot;read&quot; /&gt; &lt;i&gt;read&lt;/i&gt; by ge1doot&lt;/div&gt;</description>
		<content:encoded><![CDATA[<div class="smtr"><span class="smtr-topic"><img alt="other" src="/spim/smtr_other.png" title="other"/></span><span class="smtr-sentiment">I am feeling <img alt="neutral" src="/spim/smtr_neutral_16.png" title="neutral" /></span></div>
<p>je pensais l&#8217;avoir déjà changé, mais ce n&#8217;était pas le cas.<br />
tx
<div class="response-tracker">Comment marked as <img alt="read" src="/spim/response_read.png" title="read" /> <i>read</i> by ge1doot</div>
]]></content:encoded>
	</item>
	<item>
		<title>By: Keumi</title>
		<link>http://www.dhteumeuleu.com/weakening-neighbors/comment-page-2/#comment-424</link>
		<dc:creator>Keumi</dc:creator>
		<pubDate>Tue, 30 Mar 2010 19:47:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.dhteumeuleu.com/?p=377#comment-424</guid>
		<description>&lt;div class=&quot;smtr&quot;&gt;&lt;span class=&quot;smtr-topic&quot;&gt;&lt;img alt=&quot;other&quot; src=&quot;/spim/smtr_other.png&quot; title=&quot;other&quot;/&gt;&lt;/span&gt;&lt;span class=&quot;smtr-sentiment&quot;&gt;I am feeling &lt;img alt=&quot;neutral&quot; src=&quot;/spim/smtr_neutral_16.png&quot; title=&quot;neutral&quot; /&gt;&lt;/span&gt;&lt;/div&gt;span=div.getElementsByTagName(&quot;span&quot;)[0];
wh = span.title.split(&quot;,&quot;);
span.title = &quot;&quot;;

Du coup il n&#039;apparait rien de rien au passage de la souris.&lt;br /&gt;&lt;div class=&quot;response-tracker&quot;&gt;Comment marked as &lt;img alt=&quot;read&quot; src=&quot;/spim/response_read.png&quot; title=&quot;read&quot; /&gt; &lt;i&gt;read&lt;/i&gt; by ge1doot&lt;/div&gt;</description>
		<content:encoded><![CDATA[<div class="smtr"><span class="smtr-topic"><img alt="other" src="/spim/smtr_other.png" title="other"/></span><span class="smtr-sentiment">I am feeling <img alt="neutral" src="/spim/smtr_neutral_16.png" title="neutral" /></span></div>
<p>span=div.getElementsByTagName(&#8220;span&#8221;)[0];<br />
wh = span.title.split(&#8220;,&#8221;);<br />
span.title = &#8220;&#8221;;</p>
<p>Du coup il n&#8217;apparait rien de rien au passage de la souris.
<div class="response-tracker">Comment marked as <img alt="read" src="/spim/response_read.png" title="read" /> <i>read</i> by ge1doot</div>
]]></content:encoded>
	</item>
	<item>
		<title>By: firelemure</title>
		<link>http://www.dhteumeuleu.com/weakening-neighbors/comment-page-2/#comment-423</link>
		<dc:creator>firelemure</dc:creator>
		<pubDate>Tue, 30 Mar 2010 13:32:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.dhteumeuleu.com/?p=377#comment-423</guid>
		<description>&lt;div class=&quot;smtr&quot;&gt;&lt;span class=&quot;smtr-topic&quot;&gt;&lt;img alt=&quot;other&quot; src=&quot;/spim/smtr_other.png&quot; title=&quot;other&quot;/&gt;&lt;/span&gt;&lt;span class=&quot;smtr-sentiment&quot;&gt;I am feeling &lt;img alt=&quot;neutral&quot; src=&quot;/spim/smtr_neutral_16.png&quot; title=&quot;neutral&quot; /&gt;&lt;/span&gt;&lt;/div&gt;et y&#039;a moyen de ne pas mettre ça dans un title ou alt ? parce que afficher &quot;2,3&quot; ou &quot;1,3&quot;, etc. quand on passe la souris sur l&#039;image, ce n&#039;est pas très beau.&lt;br /&gt;&lt;div class=&quot;response-tracker&quot;&gt;Comment marked as &lt;img alt=&quot;read&quot; src=&quot;/spim/response_read.png&quot; title=&quot;read&quot; /&gt; &lt;i&gt;read&lt;/i&gt; by ge1doot&lt;/div&gt;</description>
		<content:encoded><![CDATA[<div class="smtr"><span class="smtr-topic"><img alt="other" src="/spim/smtr_other.png" title="other"/></span><span class="smtr-sentiment">I am feeling <img alt="neutral" src="/spim/smtr_neutral_16.png" title="neutral" /></span></div>
<p>et y&#8217;a moyen de ne pas mettre ça dans un title ou alt ? parce que afficher &#8220;2,3&#8243; ou &#8220;1,3&#8243;, etc. quand on passe la souris sur l&#8217;image, ce n&#8217;est pas très beau.
<div class="response-tracker">Comment marked as <img alt="read" src="/spim/response_read.png" title="read" /> <i>read</i> by ge1doot</div>
]]></content:encoded>
	</item>
	<item>
		<title>By: Keumi</title>
		<link>http://www.dhteumeuleu.com/weakening-neighbors/comment-page-2/#comment-422</link>
		<dc:creator>Keumi</dc:creator>
		<pubDate>Mon, 29 Mar 2010 21:57:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.dhteumeuleu.com/?p=377#comment-422</guid>
		<description>&lt;div class=&quot;smtr&quot;&gt;&lt;span class=&quot;smtr-topic&quot;&gt;&lt;img alt=&quot;other&quot; src=&quot;/spim/smtr_other.png&quot; title=&quot;other&quot;/&gt;&lt;/span&gt;&lt;span class=&quot;smtr-sentiment&quot;&gt;I am feeling &lt;img alt=&quot;neutral&quot; src=&quot;/spim/smtr_neutral_16.png&quot; title=&quot;neutral&quot; /&gt;&lt;/span&gt;&lt;/div&gt;Needs to fix it :

In the Frame.prototype.click section, search :
if (o.w != 1 &#124;&#124; o.h != 1) {
after that line, add:
if (moves[0] == this) document.location.href=this.link;&lt;br /&gt;&lt;div class=&quot;response-tracker&quot;&gt;Comment marked as &lt;img alt=&quot;read&quot; src=&quot;/spim/response_read.png&quot; title=&quot;read&quot; /&gt; &lt;i&gt;read&lt;/i&gt; by ge1doot&lt;/div&gt;</description>
		<content:encoded><![CDATA[<div class="smtr"><span class="smtr-topic"><img alt="other" src="/spim/smtr_other.png" title="other"/></span><span class="smtr-sentiment">I am feeling <img alt="neutral" src="/spim/smtr_neutral_16.png" title="neutral" /></span></div>
<p>Needs to fix it :</p>
<p>In the Frame.prototype.click section, search :<br />
if (o.w != 1 || o.h != 1) {<br />
after that line, add:<br />
if (moves[0] == this) document.location.href=this.link;
<div class="response-tracker">Comment marked as <img alt="read" src="/spim/response_read.png" title="read" /> <i>read</i> by ge1doot</div>
]]></content:encoded>
	</item>
	<item>
		<title>By: Keumi</title>
		<link>http://www.dhteumeuleu.com/weakening-neighbors/comment-page-2/#comment-421</link>
		<dc:creator>Keumi</dc:creator>
		<pubDate>Mon, 29 Mar 2010 21:49:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.dhteumeuleu.com/?p=377#comment-421</guid>
		<description>&lt;div class=&quot;smtr&quot;&gt;&lt;span class=&quot;smtr-topic&quot;&gt;&lt;img alt=&quot;other&quot; src=&quot;/spim/smtr_other.png&quot; title=&quot;other&quot;/&gt;&lt;/span&gt;&lt;span class=&quot;smtr-sentiment&quot;&gt;I am feeling &lt;img alt=&quot;neutral&quot; src=&quot;/spim/smtr_neutral_16.png&quot; title=&quot;neutral&quot; /&gt;&lt;/span&gt;&lt;/div&gt;For Firelemure:

For each img you have, add an url in the title
src=&quot;141042255_ebf074d1fc.jpg&quot; alt=&quot;3,3&quot; title=&quot;http://www.dhteumeuleu.com&quot;

In the Div constructor, search :
var wh = img.alt.split(&quot;,&quot;);
after that line, add :
var link = img.title;
img.title=&quot;&quot;;

In the Frame.prototype.click section, search :
if (o.w != 1 &#124;&#124; o.h != 1) {
after that line, add:
document.location.href=this.link;

Not very smooth, but it works.&lt;br /&gt;&lt;div class=&quot;response-tracker&quot;&gt;Comment marked as &lt;img alt=&quot;read&quot; src=&quot;/spim/response_read.png&quot; title=&quot;read&quot; /&gt; &lt;i&gt;read&lt;/i&gt; by ge1doot&lt;/div&gt;</description>
		<content:encoded><![CDATA[<div class="smtr"><span class="smtr-topic"><img alt="other" src="/spim/smtr_other.png" title="other"/></span><span class="smtr-sentiment">I am feeling <img alt="neutral" src="/spim/smtr_neutral_16.png" title="neutral" /></span></div>
<p>For Firelemure:</p>
<p>For each img you have, add an url in the title<br />
src=&#8221;141042255_ebf074d1fc.jpg&#8221; alt=&#8221;3,3&#8243; title=&#8221;http://www.dhteumeuleu.com&#8221;</p>
<p>In the Div constructor, search :<br />
var wh = img.alt.split(&#8220;,&#8221;);<br />
after that line, add :<br />
var link = img.title;<br />
img.title=&#8221;";</p>
<p>In the Frame.prototype.click section, search :<br />
if (o.w != 1 || o.h != 1) {<br />
after that line, add:<br />
document.location.href=this.link;</p>
<p>Not very smooth, but it works.
<div class="response-tracker">Comment marked as <img alt="read" src="/spim/response_read.png" title="read" /> <i>read</i> by ge1doot</div>
]]></content:encoded>
	</item>
	<item>
		<title>By: firelemure</title>
		<link>http://www.dhteumeuleu.com/weakening-neighbors/comment-page-2/#comment-419</link>
		<dc:creator>firelemure</dc:creator>
		<pubDate>Mon, 29 Mar 2010 09:38:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.dhteumeuleu.com/?p=377#comment-419</guid>
		<description>&lt;div class=&quot;smtr&quot;&gt;&lt;span class=&quot;smtr-topic&quot;&gt;&lt;img alt=&quot;other&quot; src=&quot;/spim/smtr_other.png&quot; title=&quot;other&quot;/&gt;&lt;/span&gt;&lt;span class=&quot;smtr-sentiment&quot;&gt;I am feeling &lt;img alt=&quot;neutral&quot; src=&quot;/spim/smtr_neutral_16.png&quot; title=&quot;neutral&quot; /&gt;&lt;/span&gt;&lt;/div&gt;Hi !

great job.
I&#039;m trying to add links to pictures when they are shown. I&#039;m wondering whether we can add something like this.onclick = &quot;window.location.href=&#039;http://myurl.com&#039;;&quot;;  somewhere in the code to change the &quot;onclick&quot; action previously set to &quot;Frame.prototype.click&quot; function.

Any idea ?

thank you&lt;br /&gt;&lt;div class=&quot;response-tracker&quot;&gt;Comment marked as &lt;img alt=&quot;read&quot; src=&quot;/spim/response_read.png&quot; title=&quot;read&quot; /&gt; &lt;i&gt;read&lt;/i&gt; by ge1doot&lt;/div&gt;</description>
		<content:encoded><![CDATA[<div class="smtr"><span class="smtr-topic"><img alt="other" src="/spim/smtr_other.png" title="other"/></span><span class="smtr-sentiment">I am feeling <img alt="neutral" src="/spim/smtr_neutral_16.png" title="neutral" /></span></div>
<p>Hi !</p>
<p>great job.<br />
I&#8217;m trying to add links to pictures when they are shown. I&#8217;m wondering whether we can add something like this.onclick = &#8220;window.location.href=&#8217;http://myurl.com&#8217;;&#8221;;  somewhere in the code to change the &#8220;onclick&#8221; action previously set to &#8220;Frame.prototype.click&#8221; function.</p>
<p>Any idea ?</p>
<p>thank you
<div class="response-tracker">Comment marked as <img alt="read" src="/spim/response_read.png" title="read" /> <i>read</i> by ge1doot</div>
]]></content:encoded>
	</item>
	<item>
		<title>By: Keumi</title>
		<link>http://www.dhteumeuleu.com/weakening-neighbors/comment-page-2/#comment-417</link>
		<dc:creator>Keumi</dc:creator>
		<pubDate>Mon, 29 Mar 2010 01:35:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.dhteumeuleu.com/?p=377#comment-417</guid>
		<description>&lt;div class=&quot;smtr&quot;&gt;&lt;span class=&quot;smtr-topic&quot;&gt;&lt;img alt=&quot;other&quot; src=&quot;/spim/smtr_other.png&quot; title=&quot;other&quot;/&gt;&lt;/span&gt;&lt;span class=&quot;smtr-sentiment&quot;&gt;I am feeling &lt;img alt=&quot;neutral&quot; src=&quot;/spim/smtr_neutral_16.png&quot; title=&quot;neutral&quot; /&gt;&lt;/span&gt;&lt;/div&gt;Trouvé : span n&#039;est pas l&#039;ami des alt, il préfère les title...
Ca marche. Wow. 

Encore bravo !&lt;br /&gt;&lt;div class=&quot;response-tracker&quot;&gt;Comment marked as &lt;img alt=&quot;read&quot; src=&quot;/spim/response_read.png&quot; title=&quot;read&quot; /&gt; &lt;i&gt;read&lt;/i&gt; by ge1doot&lt;/div&gt;</description>
		<content:encoded><![CDATA[<div class="smtr"><span class="smtr-topic"><img alt="other" src="/spim/smtr_other.png" title="other"/></span><span class="smtr-sentiment">I am feeling <img alt="neutral" src="/spim/smtr_neutral_16.png" title="neutral" /></span></div>
<p>Trouvé : span n&#8217;est pas l&#8217;ami des alt, il préfère les title&#8230;<br />
Ca marche. Wow. </p>
<p>Encore bravo !
<div class="response-tracker">Comment marked as <img alt="read" src="/spim/response_read.png" title="read" /> <i>read</i> by ge1doot</div>
]]></content:encoded>
	</item>
	<item>
		<title>By: Keumi</title>
		<link>http://www.dhteumeuleu.com/weakening-neighbors/comment-page-2/#comment-416</link>
		<dc:creator>Keumi</dc:creator>
		<pubDate>Mon, 29 Mar 2010 01:14:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.dhteumeuleu.com/?p=377#comment-416</guid>
		<description>&lt;div class=&quot;smtr&quot;&gt;&lt;span class=&quot;smtr-topic&quot;&gt;&lt;img alt=&quot;other&quot; src=&quot;/spim/smtr_other.png&quot; title=&quot;other&quot;/&gt;&lt;/span&gt;&lt;span class=&quot;smtr-sentiment&quot;&gt;I am feeling &lt;img alt=&quot;neutral&quot; src=&quot;/spim/smtr_neutral_16.png&quot; title=&quot;neutral&quot; /&gt;&lt;/span&gt;&lt;/div&gt;Salut et bravo, c&#039;est toujours autant à tomber par terre.

Y a-t-il moyen de faire la même chose en remplaçant les images par du contenu html? J&#039;ai vite fait les modifs suivantes : changé les img en span, déclaré les span avec un display:block et de jolis fonds de couleur, changé le getElementsByTagName(img) par un getElementsByTagName(span) plus adéquat.

Et alors? Et alors, rien. Rien de rien, écran noir, tutto buio. Avec Firebug, je vois bien mes spans, tous positionnés au même endroit.

Je sens confusément qu&#039;il me manque quelque chose, mais quoi?

Merci.&lt;br /&gt;&lt;div class=&quot;response-tracker&quot;&gt;Comment marked as &lt;img alt=&quot;replied&quot; src=&quot;/spim/response_replied.png&quot; title=&quot;replied&quot; /&gt; &lt;i&gt;replied&lt;/i&gt; by ge1doot&lt;/div&gt;</description>
		<content:encoded><![CDATA[<div class="smtr"><span class="smtr-topic"><img alt="other" src="/spim/smtr_other.png" title="other"/></span><span class="smtr-sentiment">I am feeling <img alt="neutral" src="/spim/smtr_neutral_16.png" title="neutral" /></span></div>
<p>Salut et bravo, c&#8217;est toujours autant à tomber par terre.</p>
<p>Y a-t-il moyen de faire la même chose en remplaçant les images par du contenu html? J&#8217;ai vite fait les modifs suivantes : changé les img en span, déclaré les span avec un display:block et de jolis fonds de couleur, changé le getElementsByTagName(img) par un getElementsByTagName(span) plus adéquat.</p>
<p>Et alors? Et alors, rien. Rien de rien, écran noir, tutto buio. Avec Firebug, je vois bien mes spans, tous positionnés au même endroit.</p>
<p>Je sens confusément qu&#8217;il me manque quelque chose, mais quoi?</p>
<p>Merci.
<div class="response-tracker">Comment marked as <img alt="replied" src="/spim/response_replied.png" title="replied" /> <i>replied</i> by ge1doot</div>
]]></content:encoded>
	</item>
	<item>
		<title>By: ge1doot</title>
		<link>http://www.dhteumeuleu.com/weakening-neighbors/comment-page-2/#comment-415</link>
		<dc:creator>ge1doot</dc:creator>
		<pubDate>Sun, 28 Mar 2010 15:16:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.dhteumeuleu.com/?p=377#comment-415</guid>
		<description>&lt;div class=&quot;smtr&quot;&gt;&lt;span class=&quot;smtr-topic&quot;&gt;&lt;img alt=&quot;answer&quot; src=&quot;/spim/smtr_answer.png&quot; title=&quot;answer&quot;/&gt;&lt;/span&gt;&lt;span class=&quot;smtr-sentiment&quot;&gt;I am feeling &lt;img alt=&quot;positive&quot; src=&quot;/spim/smtr_positive_16.png&quot; title=&quot;positive&quot; /&gt;&lt;/span&gt;&lt;/div&gt;Hi Spencer, this is strange... 

In the main.css just reset top/left images position like this:

&lt;pre&gt;
#screen img { 
		position: absolute;
		left: 0px;
		top: 0px;
}
&lt;/pre&gt;

That should fix your issue.</description>
		<content:encoded><![CDATA[<div class="smtr"><span class="smtr-topic"><img alt="answer" src="/spim/smtr_answer.png" title="answer"/></span><span class="smtr-sentiment">I am feeling <img alt="positive" src="/spim/smtr_positive_16.png" title="positive" /></span></div>
<p>Hi Spencer, this is strange&#8230; </p>
<p>In the main.css just reset top/left images position like this:</p>
<pre>
#screen img {
		position: absolute;
		left: 0px;
		top: 0px;
}
</pre>
<p>That should fix your issue.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
