<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.0.5" -->
<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/"
	>

<channel>
	<title>Tana blogja</title>
	<link>http://tana.vinfo.hu</link>
	<description>Csak egy újabb Wordpress blog</description>
	<pubDate>Thu, 04 Dec 2008 17:30:23 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.5</generator>
	<language>en</language>
			<item>
		<title>proba</title>
		<link>http://tana.vinfo.hu/2008/12/04/proba/</link>
		<comments>http://tana.vinfo.hu/2008/12/04/proba/#comments</comments>
		<pubDate>Thu, 04 Dec 2008 17:30:23 +0000</pubDate>
		<dc:creator>Tana</dc:creator>
		
		<category>Vicces</category>

		<guid isPermaLink="false">http://tana.vinfo.hu/2008/12/04/proba/</guid>
		<description><![CDATA[mdekmdfe de njdien diemd iemdie
dmledmoe de
d

]]></description>
			<content:encoded><![CDATA[<p><strong>mdekmdfe </strong>de njdien diemd iemdie</p>
<p>dmledmoe de</p>
<p>d
</p>
]]></content:encoded>
			<wfw:commentRss>http://tana.vinfo.hu/2008/12/04/proba/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Creation of the World</title>
		<link>http://tana.vinfo.hu/2007/10/20/creation-of-the-world/</link>
		<comments>http://tana.vinfo.hu/2007/10/20/creation-of-the-world/#comments</comments>
		<pubDate>Sat, 20 Oct 2007 16:11:22 +0000</pubDate>
		<dc:creator>Tana</dc:creator>
		
		<category>Vicces</category>

		<guid isPermaLink="false">http://tana.vinfo.hu/2007/10/20/creation-of-the-world/</guid>
		<description><![CDATA[First check it :http://www.miguelpena.com/god.html
By text :
http://digg.com/programming/Creation_of_the_World_in_Geek_Terms 

]]></description>
			<content:encoded><![CDATA[<p>First check it :<a href="http://www.miguelpena.com/god.html">http://www.miguelpena.com/god.html</a></p>
<p>By text :</p>
<p><a href="http://digg.com/programming/Creation_of_the_World_in_Geek_Terms">http://digg.com/programming/Creation_of_the_World_in_Geek_Terms </a>
</p>
]]></content:encoded>
			<wfw:commentRss>http://tana.vinfo.hu/2007/10/20/creation-of-the-world/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Idézetek</title>
		<link>http://tana.vinfo.hu/2007/05/14/idezetek/</link>
		<comments>http://tana.vinfo.hu/2007/05/14/idezetek/#comments</comments>
		<pubDate>Mon, 14 May 2007 07:21:19 +0000</pubDate>
		<dc:creator>Tana</dc:creator>
		
		<category>Vicces</category>

		<guid isPermaLink="false">http://tana.vinfo.hu/2007/05/14/idezetek/</guid>
		<description><![CDATA[&#8220;A fiatal az, akinek fogalma sincs róla, hogy a régi szép idők, az most van.&#8221;
]]></description>
			<content:encoded><![CDATA[<p>&#8220;A fiatal az, akinek fogalma sincs róla, hogy a régi szép idők, az most van.&#8221;</p>
]]></content:encoded>
			<wfw:commentRss>http://tana.vinfo.hu/2007/05/14/idezetek/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Div iframe height problem</title>
		<link>http://tana.vinfo.hu/2007/04/04/div-iframe-height-problem/</link>
		<comments>http://tana.vinfo.hu/2007/04/04/div-iframe-height-problem/#comments</comments>
		<pubDate>Wed, 04 Apr 2007 19:36:21 +0000</pubDate>
		<dc:creator>Tana</dc:creator>
		
		<category>php</category>

		<guid isPermaLink="false">http://tana.vinfo.hu/2007/04/04/div-iframe-height-problem/</guid>
		<description><![CDATA[
// auto set iframe container div height to content iframe height
function iFrameHeight&#40;framename&#41; &#123;
&#160; &#160; 
if&#40;document.getElementById &#38;&#38; !&#40;document.all&#41;&#41; 
&#123;
&#160; &#160; h = document.getElementById&#40;framename&#41;.contentDocument.body.scrollHeight;
&#160; &#160; document.getElementById&#40;framename&#41;.height = h+40;
&#125;
else if&#40;document.all&#41; 
&#123;
&#160; &#160; 
&#160; &#160; h = document.frames&#40;framename&#41;.document.body.scrollHeight;
&#160; &#160; document.all.contframe.style.height = h;
&#125;
&#160;
]]></description>
			<content:encoded><![CDATA[<div class="ch_code_container" style="font-family: monospace;height:300px;">
<span style="color: #009900; font-style: italic;">// auto set iframe container div height to content iframe height</span><br />
<span style="color: #003366; font-weight: bold;">function</span> iFrameHeight<span style="color: #66cc66;">&#40;</span>framename<span style="color: #66cc66;">&#41;</span> <span style="color: #66cc66;">&#123;</span><br />
&nbsp; &nbsp; <br />
<span style="color: #000066; font-weight: bold;">if</span><span style="color: #66cc66;">&#40;</span>document.<span style="color: #006600;">getElementById</span> &amp;&amp; !<span style="color: #66cc66;">&#40;</span>document.<span style="color: #006600;">all</span><span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#41;</span> <br />
<span style="color: #66cc66;">&#123;</span><br />
&nbsp; &nbsp; h = document.<span style="color: #006600;">getElementById</span><span style="color: #66cc66;">&#40;</span>framename<span style="color: #66cc66;">&#41;</span>.<span style="color: #006600;">contentDocument</span>.<span style="color: #006600;">body</span>.<span style="color: #006600;">scrollHeight</span>;<br />
&nbsp; &nbsp; document.<span style="color: #006600;">getElementById</span><span style="color: #66cc66;">&#40;</span>framename<span style="color: #66cc66;">&#41;</span>.<span style="color: #006600;">height</span> = h<span style="color: #CC0000;">+40</span>;<br />
<span style="color: #66cc66;">&#125;</span><br />
<span style="color: #000066; font-weight: bold;">else</span> <span style="color: #000066; font-weight: bold;">if</span><span style="color: #66cc66;">&#40;</span>document.<span style="color: #006600;">all</span><span style="color: #66cc66;">&#41;</span> <br />
<span style="color: #66cc66;">&#123;</span><br />
&nbsp; &nbsp; <br />
&nbsp; &nbsp; h = document.<span style="color: #006600;">frames</span><span style="color: #66cc66;">&#40;</span>framename<span style="color: #66cc66;">&#41;</span>.<span style="color: #006600;">document</span>.<span style="color: #006600;">body</span>.<span style="color: #006600;">scrollHeight</span>;<br />
&nbsp; &nbsp; document.<span style="color: #006600;">all</span>.<span style="color: #006600;">contframe</span>.<span style="color: #006600;">style</span>.<span style="color: #006600;">height</span> = h;<br />
<span style="color: #66cc66;">&#125;</span><br />
&nbsp;</div>
]]></content:encoded>
			<wfw:commentRss>http://tana.vinfo.hu/2007/04/04/div-iframe-height-problem/feed/</wfw:commentRss>
		</item>
		<item>
		<title>JQuery tips</title>
		<link>http://tana.vinfo.hu/2007/04/04/jquery-tips/</link>
		<comments>http://tana.vinfo.hu/2007/04/04/jquery-tips/#comments</comments>
		<pubDate>Wed, 04 Apr 2007 19:28:30 +0000</pubDate>
		<dc:creator>Tana</dc:creator>
		
		<category>php</category>

		<guid isPermaLink="false">http://tana.vinfo.hu/2007/04/04/jquery-tips/</guid>
		<description><![CDATA[
// Change textarea color, when focused :
$&#40;function&#40;&#41;&#123; 
&#160; &#160; $&#40;&#34;TEXTAREA&#34;&#41;.focus&#40;function&#40;&#41;&#123; 
&#160; &#160; &#160; &#160; $&#40;this&#41;.css&#40;&#123;color: &#34;black&#34;, background: &#34;#F0F8FF&#34;&#125;&#41;; 
&#160; &#160; &#125;&#41; 
&#125;&#41;
$&#40;function&#40;&#41;&#123; 
&#160; &#160; $&#40;&#34;TEXTAREA&#34;&#41;.blur&#40;function&#40;&#41;&#123; 
&#160; &#160; &#160; &#160; $&#40;this&#41;.css&#40;&#123;color: &#34;black&#34;, background: &#34;white&#34;&#125;&#41;; 
&#160; &#160; &#125;&#41; 
&#125;&#41;
// hide all element in frame : &#34;contframe&#34;, which element class begin with &#34;opciotetel&#34; :
contframe.$&#40;&#34;[@class^=opciotetel]&#34;&#41;.hide&#40;&#41;;
&#160;
]]></description>
			<content:encoded><![CDATA[<div class="ch_code_container" style="font-family: monospace;height:300px;">
<span style="color: #009900; font-style: italic;">// Change textarea color, when focused :</span></p>
<p>$<span style="color: #66cc66;">&#40;</span><span style="color: #003366; font-weight: bold;">function</span><span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#123;</span> <br />
&nbsp; &nbsp; $<span style="color: #66cc66;">&#40;</span><span style="color: #3366CC;">&quot;TEXTAREA&quot;</span><span style="color: #66cc66;">&#41;</span>.<span style="color: #000066;">focus</span><span style="color: #66cc66;">&#40;</span><span style="color: #003366; font-weight: bold;">function</span><span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#123;</span> <br />
&nbsp; &nbsp; &nbsp; &nbsp; $<span style="color: #66cc66;">&#40;</span><span style="color: #000066; font-weight: bold;">this</span><span style="color: #66cc66;">&#41;</span>.<span style="color: #006600;">css</span><span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#123;</span>color: <span style="color: #3366CC;">&quot;black&quot;</span>, background: <span style="color: #3366CC;">&quot;#F0F8FF&quot;</span><span style="color: #66cc66;">&#125;</span><span style="color: #66cc66;">&#41;</span>; <br />
&nbsp; &nbsp; <span style="color: #66cc66;">&#125;</span><span style="color: #66cc66;">&#41;</span> <br />
<span style="color: #66cc66;">&#125;</span><span style="color: #66cc66;">&#41;</span></p>
<p>$<span style="color: #66cc66;">&#40;</span><span style="color: #003366; font-weight: bold;">function</span><span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#123;</span> <br />
&nbsp; &nbsp; $<span style="color: #66cc66;">&#40;</span><span style="color: #3366CC;">&quot;TEXTAREA&quot;</span><span style="color: #66cc66;">&#41;</span>.<span style="color: #000066;">blur</span><span style="color: #66cc66;">&#40;</span><span style="color: #003366; font-weight: bold;">function</span><span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#123;</span> <br />
&nbsp; &nbsp; &nbsp; &nbsp; $<span style="color: #66cc66;">&#40;</span><span style="color: #000066; font-weight: bold;">this</span><span style="color: #66cc66;">&#41;</span>.<span style="color: #006600;">css</span><span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#123;</span>color: <span style="color: #3366CC;">&quot;black&quot;</span>, background: <span style="color: #3366CC;">&quot;white&quot;</span><span style="color: #66cc66;">&#125;</span><span style="color: #66cc66;">&#41;</span>; <br />
&nbsp; &nbsp; <span style="color: #66cc66;">&#125;</span><span style="color: #66cc66;">&#41;</span> <br />
<span style="color: #66cc66;">&#125;</span><span style="color: #66cc66;">&#41;</span></p>
<p><span style="color: #009900; font-style: italic;">// hide all element in frame : &quot;contframe&quot;, which element class begin with &quot;opciotetel&quot; :</span><br />
contframe.$<span style="color: #66cc66;">&#40;</span><span style="color: #3366CC;">&quot;[@class^=opciotetel]&quot;</span><span style="color: #66cc66;">&#41;</span>.<span style="color: #006600;">hide</span><span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span>;<br />
&nbsp;</div>
]]></content:encoded>
			<wfw:commentRss>http://tana.vinfo.hu/2007/04/04/jquery-tips/feed/</wfw:commentRss>
		</item>
		<item>
		<title>A megtalált 11. parancsolat</title>
		<link>http://tana.vinfo.hu/2007/02/23/83/</link>
		<comments>http://tana.vinfo.hu/2007/02/23/83/#comments</comments>
		<pubDate>Fri, 23 Feb 2007 19:48:51 +0000</pubDate>
		<dc:creator>Tana</dc:creator>
		
		<category>Vicces</category>

		<guid isPermaLink="false">http://tana.vinfo.hu/2007/02/23/83/</guid>
		<description><![CDATA[

]]></description>
			<content:encoded><![CDATA[<p><a class="imagelink" title="hianyzoparancsolat.jpg" href="http://tana.vinfo.hu/wp-content/hianyzoparancsolat.jpg" /></p>
<div style="text-align: center"><a class="imagelink" title="hianyzoparancsolat.jpg" href="http://tana.vinfo.hu/wp-content/hianyzoparancsolat.jpg" rel="lightbox"><img id="image82" alt="hianyzoparancsolat.jpg" src="http://tana.vinfo.hu/wp-content/hianyzoparancsolat.jpg" /></a></div>
]]></content:encoded>
			<wfw:commentRss>http://tana.vinfo.hu/2007/02/23/83/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Halloween</title>
		<link>http://tana.vinfo.hu/2007/02/23/halloween/</link>
		<comments>http://tana.vinfo.hu/2007/02/23/halloween/#comments</comments>
		<pubDate>Fri, 23 Feb 2007 19:48:27 +0000</pubDate>
		<dc:creator>Tana</dc:creator>
		
		<category>Vicces</category>

		<guid isPermaLink="false">http://tana.vinfo.hu/2007/02/23/halloween/</guid>
		<description><![CDATA[

]]></description>
			<content:encoded><![CDATA[<p><a class="imagelink" title="halloween.jpg" href="http://tana.vinfo.hu/wp-content/halloween.jpg" /></p>
<div style="text-align: center"><a class="imagelink" title="halloween.jpg" href="http://tana.vinfo.hu/wp-content/halloween.jpg" /><a title="halloween.jpg" class="imagelink" href="http://tana.vinfo.hu/wp-content/halloween.jpg" rel="lightbox"><img alt="halloween.jpg" id="image80" src="http://tana.vinfo.hu/wp-content/halloween.jpg" /></a></div>
]]></content:encoded>
			<wfw:commentRss>http://tana.vinfo.hu/2007/02/23/halloween/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Kellene egy csat ?</title>
		<link>http://tana.vinfo.hu/2007/02/23/kellene-egy-csat/</link>
		<comments>http://tana.vinfo.hu/2007/02/23/kellene-egy-csat/#comments</comments>
		<pubDate>Fri, 23 Feb 2007 19:46:34 +0000</pubDate>
		<dc:creator>Tana</dc:creator>
		
		<category>Vicces</category>

		<guid isPermaLink="false">http://tana.vinfo.hu/2007/02/23/kellene-egy-csat/</guid>
		<description><![CDATA[



]]></description>
			<content:encoded><![CDATA[<p><a title="csatt.jpg" class="imagelink" href="http://tana.vinfo.hu/wp-content/csatt.jpg"></p>
<div style="text-align: center"><img alt="csatt.jpg" id="image78" src="http://tana.vinfo.hu/wp-content/csatt.jpg" /></div>
<p></a>
</p>
]]></content:encoded>
			<wfw:commentRss>http://tana.vinfo.hu/2007/02/23/kellene-egy-csat/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Breki</title>
		<link>http://tana.vinfo.hu/2007/02/23/77/</link>
		<comments>http://tana.vinfo.hu/2007/02/23/77/#comments</comments>
		<pubDate>Fri, 23 Feb 2007 19:45:15 +0000</pubDate>
		<dc:creator>Tana</dc:creator>
		
		<category>Vicces</category>

		<guid isPermaLink="false">http://tana.vinfo.hu/2007/02/23/77/</guid>
		<description><![CDATA[



]]></description>
			<content:encoded><![CDATA[<p><a title="breki.jpg" class="imagelink" href="http://tana.vinfo.hu/wp-content/breki.jpg"></p>
<div style="text-align: center"><img alt="breki.jpg" id="image76" src="http://tana.vinfo.hu/wp-content/breki.jpg" /></div>
<p></a>
</p>
]]></content:encoded>
			<wfw:commentRss>http://tana.vinfo.hu/2007/02/23/77/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Újraírható CD</title>
		<link>http://tana.vinfo.hu/2007/02/08/ujrairhato-cd/</link>
		<comments>http://tana.vinfo.hu/2007/02/08/ujrairhato-cd/#comments</comments>
		<pubDate>Wed, 07 Feb 2007 23:17:12 +0000</pubDate>
		<dc:creator>Tana</dc:creator>
		
		<category>Vicces</category>

		<guid isPermaLink="false">http://tana.vinfo.hu/2007/02/08/ujrairhato-cd/</guid>
		<description><![CDATA[



]]></description>
			<content:encoded><![CDATA[<p><a title="ujrairhato.jpg" class="imagelink" href="http://tana.vinfo.hu/wp-content/ujrairhato.jpg"></p>
<div style="text-align: center"><img alt="ujrairhato.jpg" id="image74" src="http://tana.vinfo.hu/wp-content/ujrairhato.nezokep.jpg" /></div>
<p></a>
</p>
]]></content:encoded>
			<wfw:commentRss>http://tana.vinfo.hu/2007/02/08/ujrairhato-cd/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
