<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Evil Science &#187; terran tribune</title>
	<atom:link href="http://www.evilscience.org/tag/terran-tribune/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.evilscience.org</link>
	<description>Internet, technology, seo, design and general IT things...</description>
	<lastBuildDate>Thu, 24 Dec 2009 11:21:44 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Rocket Theme Terran Tribune IE6 parentnode null or not an object</title>
		<link>http://www.evilscience.org/rocket-theme-terran-tribune-ie6-parentnode-null-or-not-an-object/</link>
		<comments>http://www.evilscience.org/rocket-theme-terran-tribune-ie6-parentnode-null-or-not-an-object/#comments</comments>
		<pubDate>Sat, 11 Oct 2008 22:10:27 +0000</pubDate>
		<dc:creator>Hellas</dc:creator>
				<category><![CDATA[Joomla]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[mootools]]></category>
		<category><![CDATA[problem]]></category>
		<category><![CDATA[rockhet theme]]></category>
		<category><![CDATA[terran tribune]]></category>

		<guid isPermaLink="false">http://www.evilscience.org/?p=33</guid>
		<description><![CDATA[I found interesting bug in Terran Tribune template for Joomla by Rockettheme. If you dont have any article on frontpage published and you setuped to show only one leading article you will experience next error in IE &#8220;parentnode null or not an object&#8221; in mootools.js. Solution is that you publish at least one article on [...]


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>I found interesting bug in Terran Tribune template for Joomla by Rockettheme. If you dont have any article on frontpage published and you setuped to show only one leading article you will experience next error in IE &#8220;parentnode null or not an object&#8221; in mootools.js. Solution is that you publish at least one article on frontpage and then if you dont need any articles setup front page to show zero leading articles zero intro articles. So your frontpage article will never show up. In cases that you are using your frontpage for articles you will not expereince this error. Actualy error can be seen in Opera (check the error console) and Firefox but they will not warn you with annoying popup window.<span id="more-33"></span><br />
I am almost sure that another Rocket theme templates have a same issue.</p>
<p>And actualy this is error in Opera. So it is definatly something with java script of mootools. However i am not expert for javascript neither i found solution across the internet.</p>
<p>
<pre class="brush: jscript">&lt;br /&gt;
Event thread: DOMContentLoaded&lt;br /&gt;
Error:&lt;br /&gt;
name: TypeError&lt;br /&gt;
message: Statement on line 27: Cannot convert undefined or null to Object&lt;br /&gt;
Backtrace:&lt;br /&gt;
Line 27 of linked script http://www.nonchecubes.com/media/system/js/mootools.js&lt;br /&gt;
function(el,where){el=$(el);switch(where){case&#039;before&#039;:el.parentNode.insertBefore(this,el);break;case&#039;after&#039;:var next=el.getNext();if(!next)el.parentNode.appendChild(this);else el.parentNode.insertBefore(this,next);break;case&#039;top&#039;:var first=el.firstChild;if(first){el.insertBefore(this,first);break;}&lt;br /&gt;
Line 10 of linked script http://www.nonchecubes.com/templates/rt_terrantribune_j15/js/rokutils.js&lt;br /&gt;
function(E){C=new Element(&quot;div&quot;,{&quot;class&quot;:&quot;content-surround&quot;}).inject(B[E],&quot;before&quot;);tl=new Element(&quot;div&quot;,{&quot;class&quot;:&quot;content-corner-tl&quot;}).inject(C);tr=new Element(&quot;div&quot;,{&quot;class&quot;:&quot;content-corner-tr&quot;}).inject(tl);bl=new Element(&quot;div&quot;,{&quot;class&quot;:&quot;content-corner-bl&quot;}).inject(tr);br=new Element(&quot;div&quot;,{&quot;class&quot;:&quot;content-corner-br&quot;}).inject(bl).adopt(B[E]);}&lt;br /&gt;
Line 21 of linked script http://www.nonchecubes.com/media/system/js/mootools.js&lt;br /&gt;
function(fn){for(var i=0;i&lt;this;i++)fn(i);}&lt;br /&gt;
Line 10 of linked script http://www.nonchecubes.com/templates/rt_terrantribune_j15/js/rokutils.js&lt;br /&gt;
function(){if(!window.webkit&amp;amp;&amp;amp;!window.ie6){maxHeight(&quot;sameheight&quot;);maxHeight.delay(500,maxHeight,&quot;sameheight&quot;);}var D=$$(&quot;table.blog tbody&quot;)[0];if(D){D=D.getChildren();if(D.length){var B=[];B.push(D.getFirst()[0].getFirst());var A=D.getFirst()[1];if(A){A=A.getFirst();B.push(A);}var C=tl=tr=bl=br=null;(B.length).times(function(E){C=new Element(&quot;div&quot;,{&quot;class&quot;:&quot;content-surround&quot;}).inject(B[E],&quot;before&quot;);tl=new Element(&quot;div&quot;,{&quot;class&quot;:&quot;content-corner-tl&quot;}).inject(C);tr=new Element(&quot;div&quot;,{&quot;class&quot;:&quot;content-corner-tr&quot;}).inject(tl);bl=new Element(&quot;div&quot;,{&quot;class&quot;:&quot;content-corner-bl&quot;}).inject(tr);br=new Element(&quot;div&quot;,{&quot;class&quot;:&quot;content-corner-br&quot;}).inject(bl).adopt(B[E]);});}}}&lt;br /&gt;
...  Line 21 of linked script http://www.nonchecubes.com/media/system/js/mootools.js&lt;br /&gt;
function(){return fn.apply($pick(options.bind,fn),args);}&lt;br /&gt;
Line 21 of linked script http://www.nonchecubes.com/media/system/js/mootools.js&lt;br /&gt;
else args=options.arguments||arguments;var returns=function(){return fn.apply($pick(options.bind,fn),args);};if(options.delay)return setTimeout(returns,options.delay);if(options.periodical)return setInterval(returns,options.periodical);if(options.attempt)try{return returns();}catch(err){return false;};return returns();}&lt;br /&gt;
Line 50 of linked script http://www.nonchecubes.com/media/system/js/mootools.js&lt;br /&gt;
function(fn){fn.create({&#039;bind&#039;:this,&#039;delay&#039;:delay,&#039;arguments&#039;:args})();}&lt;br /&gt;
...  Line 50 of linked script http://www.nonchecubes.com/media/system/js/mootools.js&lt;br /&gt;
function(type,args,delay){if(this.$events&amp;amp;&amp;amp;this.$events[type]){this.$events[type].keys.each(function(fn){fn.create({&#039;bind&#039;:this,&#039;delay&#039;:delay,&#039;arguments&#039;:args})();},this);}&lt;br /&gt;
Line 59 of linked script http://www.nonchecubes.com/media/system/js/mootools.js&lt;br /&gt;
function(){if(window.loaded)return;window.loaded=true;window.timer=$clear(window.timer);this.fireEvent(&#039;domready&#039;);}&lt;br /&gt;
...  Line 21 of linked script http://www.nonchecubes.com/media/system/js/mootools.js&lt;br /&gt;
function(){return fn.apply($pick(options.bind,fn),args);}&lt;br /&gt;
Line 21 of linked script http://www.nonchecubes.com/media/system/js/mootools.js&lt;br /&gt;
else args=options.arguments||arguments;var returns=function(){return fn.apply($pick(options.bind,fn),args);};if(options.delay)return setTimeout(returns,options.delay);if(options.periodical)return setInterval(returns,options.periodical);if(options.attempt)try{return returns();}catch(err){return false;};return returns();}</pre></p>


<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.evilscience.org/rocket-theme-terran-tribune-ie6-parentnode-null-or-not-an-object/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
