<?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>Komentarze do: jQuery &#8211; to łatwe #6: Piszemy prostą grę!</title>
	<atom:link href="http://ferrante.pl/2008/06/05/jquery-to-latwe-6-piszemy-prosta-gre/feed/" rel="self" type="application/rss+xml" />
	<link>http://ferrante.pl/frontend/javascript/jquery-to-latwe-6-piszemy-prosta-gre/</link>
	<description>Technologie internetowe, PHP5, Python, Javascript. Publicystyka i kursy w najlepszym wydaniu.</description>
	<lastBuildDate>Thu, 17 May 2012 16:46:58 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>Autor: Bernard</title>
		<link>http://ferrante.pl/frontend/javascript/jquery-to-latwe-6-piszemy-prosta-gre/comment-page-1/#comment-10985</link>
		<dc:creator>Bernard</dc:creator>
		<pubDate>Tue, 27 Sep 2011 14:06:26 +0000</pubDate>
		<guid isPermaLink="false">http://ferrante.pl/2008/06/05/jquery-to-latwe-6-piszemy-prosta-gre/#comment-10985</guid>
		<description>gdzie mam to pisać????????????/</description>
		<content:encoded><![CDATA[<p>gdzie mam to pisać????????????/</p>
]]></content:encoded>
	</item>
	<item>
		<title>Autor: Pawel</title>
		<link>http://ferrante.pl/frontend/javascript/jquery-to-latwe-6-piszemy-prosta-gre/comment-page-1/#comment-9957</link>
		<dc:creator>Pawel</dc:creator>
		<pubDate>Wed, 03 Nov 2010 16:16:20 +0000</pubDate>
		<guid isPermaLink="false">http://ferrante.pl/2008/06/05/jquery-to-latwe-6-piszemy-prosta-gre/#comment-9957</guid>
		<description>Niezły programik i niezły opis. Prawie wszystko byłem w stanie prześledzić :)
Nie rozumiem tylko czemu nie zdecydowałeś się na &quot;płynniejszą&quot; wersję. Np. zmieniając argument setInterval dla boxMovement na 40, a boxMovementHorizontal = boxMovementVertical = 2 gra się o wiele łatwiej i przyjemniej, no i po prostu fajniej wygląda jako rezultat do którego śledzący ten kurs zmierza. Większa motywacja :)</description>
		<content:encoded><![CDATA[<p>Niezły programik i niezły opis. Prawie wszystko byłem w stanie prześledzić :)<br />
Nie rozumiem tylko czemu nie zdecydowałeś się na &#8222;płynniejszą&#8221; wersję. Np. zmieniając argument setInterval dla boxMovement na 40, a boxMovementHorizontal = boxMovementVertical = 2 gra się o wiele łatwiej i przyjemniej, no i po prostu fajniej wygląda jako rezultat do którego śledzący ten kurs zmierza. Większa motywacja :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Autor: John</title>
		<link>http://ferrante.pl/frontend/javascript/jquery-to-latwe-6-piszemy-prosta-gre/comment-page-1/#comment-9891</link>
		<dc:creator>John</dc:creator>
		<pubDate>Sun, 10 Oct 2010 17:10:11 +0000</pubDate>
		<guid isPermaLink="false">http://ferrante.pl/2008/06/05/jquery-to-latwe-6-piszemy-prosta-gre/#comment-9891</guid>
		<description>Ogólnie czaje wszystko, gra mi sie bardzo podoba tylko mam jedno pytanie dla czego funkcja &quot;setBoxRandomSize(obj)&quot; musi miec na końcu 

&quot;return {&quot;height&quot;: height, &quot;width&quot;: width};&quot;</description>
		<content:encoded><![CDATA[<p>Ogólnie czaje wszystko, gra mi sie bardzo podoba tylko mam jedno pytanie dla czego funkcja &#8222;setBoxRandomSize(obj)&#8221; musi miec na końcu </p>
<p>&#8222;return {&#8222;height&#8221;: height, &#8222;width&#8221;: width};&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Autor: Kuba</title>
		<link>http://ferrante.pl/frontend/javascript/jquery-to-latwe-6-piszemy-prosta-gre/comment-page-1/#comment-9867</link>
		<dc:creator>Kuba</dc:creator>
		<pubDate>Fri, 10 Sep 2010 09:07:32 +0000</pubDate>
		<guid isPermaLink="false">http://ferrante.pl/2008/06/05/jquery-to-latwe-6-piszemy-prosta-gre/#comment-9867</guid>
		<description>&lt;blockquote&gt;&lt;code&gt;if (top &lt; areaPosition.top)
{
boxContainer[k][&#039;y&#039;] = &#039;bottom&#039;;
var top = 0;
} &lt;/code&gt;&lt;/blockquote&gt;
proponuję zamienić na 
&lt;blockquote&gt;&lt;code&gt;if (top &lt; areaPosition.top)
{
boxContainer[k][&#039;y&#039;] = &#039;bottom&#039;;
var top = areaPosition.top;
} &lt;/code&gt;&lt;/blockquote&gt;</description>
		<content:encoded><![CDATA[<blockquote><p><code>if (top &lt; areaPosition.top)<br />
{<br />
boxContainer[k][&#039;y&#039;] = &#039;bottom&#039;;<br />
var top = 0;<br />
} </code></p></blockquote>
<p>proponuję zamienić na </p>
<blockquote><p><code>if (top &lt; areaPosition.top)<br />
{<br />
boxContainer[k][&#039;y&#039;] = &#039;bottom&#039;;<br />
var top = areaPosition.top;<br />
} </code></p></blockquote>
]]></content:encoded>
	</item>
	<item>
		<title>Autor: Kubcon</title>
		<link>http://ferrante.pl/frontend/javascript/jquery-to-latwe-6-piszemy-prosta-gre/comment-page-1/#comment-9759</link>
		<dc:creator>Kubcon</dc:creator>
		<pubDate>Fri, 23 Jul 2010 17:35:28 +0000</pubDate>
		<guid isPermaLink="false">http://ferrante.pl/2008/06/05/jquery-to-latwe-6-piszemy-prosta-gre/#comment-9759</guid>
		<description>Dla tych co nie wiedzą co gdzie wklejać polecam wyświetlić źródło strony z działającą grą :)</description>
		<content:encoded><![CDATA[<p>Dla tych co nie wiedzą co gdzie wklejać polecam wyświetlić źródło strony z działającą grą :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Autor: rafał</title>
		<link>http://ferrante.pl/frontend/javascript/jquery-to-latwe-6-piszemy-prosta-gre/comment-page-1/#comment-9700</link>
		<dc:creator>rafał</dc:creator>
		<pubDate>Sun, 18 Jul 2010 16:59:53 +0000</pubDate>
		<guid isPermaLink="false">http://ferrante.pl/2008/06/05/jquery-to-latwe-6-piszemy-prosta-gre/#comment-9700</guid>
		<description>
$(document).ready(function(){
	
	
	
	
	var gameTimer;
	
	function executeTimer(){
	
	 var time = parseInt(30);

			if (time-1 &gt; -1)
				{
					$(&quot;#linki&quot;).text(time-1);
					return false;
				}
	$(&quot;.zdjecie1&quot;).delay(600).fadeIn(1);
	}
	gameTimer = window.setInterval(&quot;executeTimer()&quot;, 1000);
});</description>
		<content:encoded><![CDATA[<p>$(document).ready(function(){</p>
<p>	var gameTimer;</p>
<p>	function executeTimer(){</p>
<p>	 var time = parseInt(30);</p>
<p>			if (time-1 &gt; -1)<br />
				{<br />
					$(&#8222;#linki&#8221;).text(time-1);<br />
					return false;<br />
				}<br />
	$(&#8222;.zdjecie1&#8243;).delay(600).fadeIn(1);<br />
	}<br />
	gameTimer = window.setInterval(&#8222;executeTimer()&#8221;, 1000);<br />
});</p>
]]></content:encoded>
	</item>
	<item>
		<title>Autor: rafał</title>
		<link>http://ferrante.pl/frontend/javascript/jquery-to-latwe-6-piszemy-prosta-gre/comment-page-1/#comment-9699</link>
		<dc:creator>rafał</dc:creator>
		<pubDate>Sun, 18 Jul 2010 16:58:06 +0000</pubDate>
		<guid isPermaLink="false">http://ferrante.pl/2008/06/05/jquery-to-latwe-6-piszemy-prosta-gre/#comment-9699</guid>
		<description>ja też nie wiem jak wykonać może ktoś podesłać mi : simman@wp.pl a i jeszcze jedno próbuje samemu zrobić Tmierka do mojego zadanka 
&lt;code&gt;

$(document).ready(function(){
	
	var gameTimer;
	
	function executeTimer(){
	
	$(&quot;.zdjecie1&quot;).delay(600).fadeIn(1);
	}
	gameTimer = window.setInterval(&quot;executeTimer()&quot;, 1000);

});
 &lt;/code&gt;

Jak coś korzystam z googlowego: </description>
		<content:encoded><![CDATA[<p>ja też nie wiem jak wykonać może ktoś podesłać mi : <a href="mailto:simman@wp.pl">simman@wp.pl</a> a i jeszcze jedno próbuje samemu zrobić Tmierka do mojego zadanka<br />
<code></p>
<p>$(document).ready(function(){</p>
<p>	var gameTimer;</p>
<p>	function executeTimer(){</p>
<p>	$(".zdjecie1").delay(600).fadeIn(1);<br />
	}<br />
	gameTimer = window.setInterval("executeTimer()", 1000);</p>
<p>});<br />
 </code></p>
<p>Jak coś korzystam z googlowego:</p>
]]></content:encoded>
	</item>
	<item>
		<title>Autor: oooo</title>
		<link>http://ferrante.pl/frontend/javascript/jquery-to-latwe-6-piszemy-prosta-gre/comment-page-1/#comment-9523</link>
		<dc:creator>oooo</dc:creator>
		<pubDate>Wed, 24 Mar 2010 09:33:03 +0000</pubDate>
		<guid isPermaLink="false">http://ferrante.pl/2008/06/05/jquery-to-latwe-6-piszemy-prosta-gre/#comment-9523</guid>
		<description>jak dla mnie Cool ;-)</description>
		<content:encoded><![CDATA[<p>jak dla mnie Cool ;-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Autor: lol</title>
		<link>http://ferrante.pl/frontend/javascript/jquery-to-latwe-6-piszemy-prosta-gre/comment-page-1/#comment-9264</link>
		<dc:creator>lol</dc:creator>
		<pubDate>Thu, 01 Oct 2009 15:10:47 +0000</pubDate>
		<guid isPermaLink="false">http://ferrante.pl/2008/06/05/jquery-to-latwe-6-piszemy-prosta-gre/#comment-9264</guid>
		<description>O wielki dzięki Ci - dowiedziałem się że można użyć czegoś takiego:
$x = $y = 666;
zamiast
$x = 666; $y = 666;
damn żyłem w niewiedzy..</description>
		<content:encoded><![CDATA[<p>O wielki dzięki Ci &#8211; dowiedziałem się że można użyć czegoś takiego:<br />
$x = $y = 666;<br />
zamiast<br />
$x = 666; $y = 666;<br />
damn żyłem w niewiedzy..</p>
]]></content:encoded>
	</item>
	<item>
		<title>Autor: Piter</title>
		<link>http://ferrante.pl/frontend/javascript/jquery-to-latwe-6-piszemy-prosta-gre/comment-page-1/#comment-8925</link>
		<dc:creator>Piter</dc:creator>
		<pubDate>Tue, 24 Mar 2009 22:06:06 +0000</pubDate>
		<guid isPermaLink="false">http://ferrante.pl/2008/06/05/jquery-to-latwe-6-piszemy-prosta-gre/#comment-8925</guid>
		<description>nie da sie wlaczyc wpisalem wszytko kro po kroku i nic...</description>
		<content:encoded><![CDATA[<p>nie da sie wlaczyc wpisalem wszytko kro po kroku i nic&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

