<?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>Scriptek - Hitetlen.com &#187; Kalkulátorok</title>
	<atom:link href="http://www.hitetlen.com/cimke/kalkulatorok/feed" rel="self" type="application/rss+xml" />
	<link>http://www.hitetlen.com</link>
	<description>A Legjobb Scriptek Szállítója</description>
	<lastBuildDate>Tue, 18 May 2010 09:12:49 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Dolgozat osztályozása</title>
		<link>http://www.hitetlen.com/dolgozat-osztalyozasa.html</link>
		<comments>http://www.hitetlen.com/dolgozat-osztalyozasa.html#comments</comments>
		<pubDate>Fri, 07 Jul 2006 08:18:40 +0000</pubDate>
		<dc:creator>hitetlen</dc:creator>
				<category><![CDATA[Scriptek]]></category>
		<category><![CDATA[Kalkulátorok]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Beküldte: zsoltoss Honlap: http://hacklesz.atw.hu/ Demo jelenleg látható: Javascript munkalapJavascript munkalapDolgozatok kiértékelése A dolgozatban elérhető maximális pontszám: pontHány százaléktól jeles? %Hány százaléktól jó? %Hány százaléktól közepes? %Hány százaléktól elégséges? %Hány pontot ért el a diák? pont Tipp: A &#60;BODY&#62; ... &#60;/BODY&#62; részben található value= értékkel állíthatod a százalékot.]]></description>
		<wfw:commentRss>http://www.hitetlen.com/dolgozat-osztalyozasa.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Celsius-Fahrenheit-Kelvin kalkulátor</title>
		<link>http://www.hitetlen.com/celsius-fahrenheit-kelvin-kalkulator.html</link>
		<comments>http://www.hitetlen.com/celsius-fahrenheit-kelvin-kalkulator.html#comments</comments>
		<pubDate>Sat, 07 Jan 2006 20:47:15 +0000</pubDate>
		<dc:creator>hitetlen</dc:creator>
				<category><![CDATA[Scriptek]]></category>
		<category><![CDATA[Kalkulátorok]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Demo: °Celsius °Fahrenheit Kelvin HTML Kód: °Celsius °Fahrenheit Kelvin]]></description>
		<wfw:commentRss>http://www.hitetlen.com/celsius-fahrenheit-kelvin-kalkulator.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Öröknaptár</title>
		<link>http://www.hitetlen.com/oroknaptar.html</link>
		<comments>http://www.hitetlen.com/oroknaptar.html#comments</comments>
		<pubDate>Tue, 22 Nov 2005 13:21:04 +0000</pubDate>
		<dc:creator>hitetlen</dc:creator>
				<category><![CDATA[Scriptek]]></category>
		<category><![CDATA[Kalkulátorok]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Demo: function NapFuggveny(szam) {if (szam == 0) {return "vasárnap"}if (szam == 1) {return "hétfő"}if (szam == 2) {return "kedd"}if (szam == 3) {return "szerda"}if (szam == 4) {return "csütörtök"}if (szam == 5) {return "péntek"}if (szam == 6) {return "szombat"}}function MaiNap() {var datum = new Date()Ev = datum.getYear()Ho = datum.getMonth()Nap = datum.getDate()-1Hetnap = datum.getDay()document.ValasztoUrlap.EvValasztas.value =Ev+1900document.ValasztoUrlap.HonapValasztas.selectedIndex = [...]]]></description>
		<wfw:commentRss>http://www.hitetlen.com/oroknaptar.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Bytes kalkulátor</title>
		<link>http://www.hitetlen.com/bytes-kalkulator.html</link>
		<comments>http://www.hitetlen.com/bytes-kalkulator.html#comments</comments>
		<pubDate>Mon, 05 Sep 2005 10:03:15 +0000</pubDate>
		<dc:creator>hitetlen</dc:creator>
				<category><![CDATA[Scriptek]]></category>
		<category><![CDATA[Kalkulátorok]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Demofunction nyit(url,l,t,o,e){ablak1=window.open(url,"ablak","left="+l+",top="+t+",width="+o+",height="+e+",status=no,menubar=no,scrollbars=no,resizable=no,directories=no,toolbar=no","top frames");ablak1.focus()return true;} HTML Kód: Bytes Kb Mb Gb var bytevalue=0function calculate(){var invalue=document.bandwidth.original.valuevar selectunit=document.bandwidth.units.options[document.bandwidth.units.selectedIndex].valueif (selectunit=="Bytes")bytevalue=invalueelse if (selectunit=="Kb")bytevalue=invalue*1024else if (selectunit=="Mb")bytevalue=invalue*1024*1024else if (selectunit=="Gb")bytevalue=invalue*1024*1024*1024alert (invalue+" "+selectunit+" pontosan ennyi: - "+bytevalue+" Bytes - "+Math.round(bytevalue/1024)+" Kb - "+Math.round(bytevalue/1024/1024)+" Mb - "+Math.round(bytevalue/1024/1024/1024)+" Gb ")}]]></description>
		<wfw:commentRss>http://www.hitetlen.com/bytes-kalkulator.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
