<?xml version='1.0' encoding='iso-8859-1' ?>
<rdf:RDF xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns#' xmlns='http://purl.org/rss/1.0/' xmlns:dc='http://purl.org/dc/elements/1.1/' xmlns:syn='http://purl.org/rss/1.0/modules/syndication/' >
<channel rdf:about='http://www.ahristov.com/tutoriales/java4k-tips.html'>
<title>
Pequeños trucos en Java para la creación de mini juegos Java (Java 4K)
 </title>
<link>http://www.ahristov.com/tutoriales/java4k-tips.html</link>
<description>Trucos y Tutoriales Java 4K</description>
<dc:language>es</dc:language>
<dc:rights>(c) 2006 Alexander Hristov. All Rights Reserved</dc:rights>
<dc:date>2007-04-14</dc:date>
<dc:publisher>Alexander Hristov</dc:publisher>
<dc:creator>Alexander Hristov</dc:creator>
<syn:updatePeriod>hourly</syn:updatePeriod>
<syn:updateFrequency>6</syn:updateFrequency>
<syn:updateBase>1970-01-01T00:00+00:00</syn:updateBase>
<info>
	<rdf:Seq>
		<rdf:li rdf:resource='http://www.ahristov.com/tutoriales/java4k-tips/java4k-tips.html' />
		<rdf:li rdf:resource='http://www.ahristov.com/tutoriales/java4k-tips/Visual-effects-index.html' />
		<rdf:li rdf:resource='http://www.ahristov.com/tutoriales/java4k-tips/Grass-sand-textures.html' />
		<rdf:li rdf:resource='http://www.ahristov.com/tutoriales/java4k-tips/procedural-cartoon-terrain.html' />
		<rdf:li rdf:resource='http://www.ahristov.com/tutoriales/java4k-tips/flowers.html' />
		<rdf:li rdf:resource='http://www.ahristov.com/tutoriales/java4k-tips/cartoon-clouds.html' />
		<rdf:li rdf:resource='http://www.ahristov.com/tutoriales/java4k-tips/procedural-cartoon-rocks.html' />
		<rdf:li rdf:resource='http://www.ahristov.com/tutoriales/java4k-tips/procedural-grass.html' />
		<rdf:li rdf:resource='http://www.ahristov.com/tutoriales/java4k-tips/game-sources.html' />
	</rdf:Seq>
</info>
</channel>
<item rdf:about='http://www.ahristov.com/tutoriales/java4k-tips/java4k-tips.html'>
	<title>Java 4K tips and hints</title>
	<link>http://www.ahristov.com/tutoriales/java4k-tips/java4k-tips.html</link>
	<description>
	Everything I learned during my Java 4K game development.
	 </description>
<dc:language>es</dc:language>
<dc:rights>(c) 2006 Alexander Hristov. All Rights Reserved</dc:rights>
<dc:date>2007-04-09</dc:date>
<dc:publisher>Alexander Hristov</dc:publisher>
<dc:creator>Alexander Hristov</dc:creator>
<dc:subject>Trucos y Tutoriales Java 4K</dc:subject>
</item>
<item rdf:about='http://www.ahristov.com/tutoriales/java4k-tips/Visual-effects-index.html'>
	<title>A visual index of all the effects</title>
	<link>http://www.ahristov.com/tutoriales/java4k-tips/Visual-effects-index.html</link>
	<description>
		A visual index of all the effects in this section, for quick reference
 </description>
<dc:language>es</dc:language>
<dc:rights>(c) 2006 Alexander Hristov. All Rights Reserved</dc:rights>
<dc:date>2007-04-14</dc:date>
<dc:publisher>Alexander Hristov</dc:publisher>
<dc:creator>Alexander Hristov</dc:creator>
<dc:subject>Trucos y Tutoriales Java 4K</dc:subject>
</item>
<item rdf:about='http://www.ahristov.com/tutoriales/java4k-tips/Grass-sand-textures.html'>
	<title>Grass, soil and sand</title>
	<link>http://www.ahristov.com/tutoriales/java4k-tips/Grass-sand-textures.html</link>
	<description>
	A very small snippet for filling arbitrary areas with grass, sand, soil or similar textures
	 </description>
<dc:language>es</dc:language>
<dc:rights>(c) 2006 Alexander Hristov. All Rights Reserved</dc:rights>
<dc:date>2007-01-19</dc:date>
<dc:publisher>Alexander Hristov</dc:publisher>
<dc:creator>Alexander Hristov</dc:creator>
<dc:subject>Trucos y Tutoriales Java 4K</dc:subject>
</item>
<item rdf:about='http://www.ahristov.com/tutoriales/java4k-tips/procedural-cartoon-terrain.html'>
	<title>Cartoon-Style layered terrains</title>
	<link>http://www.ahristov.com/tutoriales/java4k-tips/procedural-cartoon-terrain.html</link>
	<description>
	A small snippet creating cartoon-like layered terrains, dunes, oceans and skies
	 </description>
<dc:language>es</dc:language>
<dc:rights>(c) 2006 Alexander Hristov. All Rights Reserved</dc:rights>
<dc:date>2007-01-27</dc:date>
<dc:publisher>Alexander Hristov</dc:publisher>
<dc:creator>Alexander Hristov</dc:creator>
<dc:subject>Trucos y Tutoriales Java 4K</dc:subject>
</item>
<item rdf:about='http://www.ahristov.com/tutoriales/java4k-tips/flowers.html'>
	<title>Random cartoon flowers</title>
	<link>http://www.ahristov.com/tutoriales/java4k-tips/flowers.html</link>
	<description>
	A small snippet for generating random cartoon-like flowers
	 </description>
<dc:language>es</dc:language>
<dc:rights>(c) 2006 Alexander Hristov. All Rights Reserved</dc:rights>
<dc:date>2007-04-10</dc:date>
<dc:publisher>Alexander Hristov</dc:publisher>
<dc:creator>Alexander Hristov</dc:creator>
<dc:subject>Trucos y Tutoriales Java 4K</dc:subject>
</item>
<item rdf:about='http://www.ahristov.com/tutoriales/java4k-tips/cartoon-clouds.html'>
	<title>Cartoon-Style clouds</title>
	<link>http://www.ahristov.com/tutoriales/java4k-tips/cartoon-clouds.html</link>
	<description>
	A small snippet for creating cartoon-like clouds
	 </description>
<dc:language>es</dc:language>
<dc:rights>(c) 2006 Alexander Hristov. All Rights Reserved</dc:rights>
<dc:date>2007-04-10</dc:date>
<dc:publisher>Alexander Hristov</dc:publisher>
<dc:creator>Alexander Hristov</dc:creator>
<dc:subject>Trucos y Tutoriales Java 4K</dc:subject>
</item>
<item rdf:about='http://www.ahristov.com/tutoriales/java4k-tips/procedural-cartoon-rocks.html'>
	<title>Cartoon-Style rocks and trees</title>
	<link>http://www.ahristov.com/tutoriales/java4k-tips/procedural-cartoon-rocks.html</link>
	<description>
	A small snippet for creating cartoon-like rocks, boulders, and treetops
	 </description>
<dc:language>es</dc:language>
<dc:rights>(c) 2006 Alexander Hristov. All Rights Reserved</dc:rights>
<dc:date>2007-04-11</dc:date>
<dc:publisher>Alexander Hristov</dc:publisher>
<dc:creator>Alexander Hristov</dc:creator>
<dc:subject>Trucos y Tutoriales Java 4K</dc:subject>
</item>
<item rdf:about='http://www.ahristov.com/tutoriales/java4k-tips/procedural-grass.html'>
	<title>Grass</title>
	<link>http://www.ahristov.com/tutoriales/java4k-tips/procedural-grass.html</link>
	<description>
	A small snippet for creating grass
	 </description>
<dc:language>es</dc:language>
<dc:rights>(c) 2006 Alexander Hristov. All Rights Reserved</dc:rights>
<dc:date>2007-04-11</dc:date>
<dc:publisher>Alexander Hristov</dc:publisher>
<dc:creator>Alexander Hristov</dc:creator>
<dc:subject>Trucos y Tutoriales Java 4K</dc:subject>
</item>
<item rdf:about='http://www.ahristov.com/tutoriales/java4k-tips/game-sources.html'>
	<title>Sources for my 4K Games</title>
	<link>http://www.ahristov.com/tutoriales/java4k-tips/game-sources.html</link>
	<description>
	 Java Source code for all of my 4K games
	 </description>
<dc:language>es</dc:language>
<dc:rights>(c) 2006 Alexander Hristov. All Rights Reserved</dc:rights>
<dc:date>2007-04-10</dc:date>
<dc:publisher>Alexander Hristov</dc:publisher>
<dc:creator>Alexander Hristov</dc:creator>
<dc:subject>Trucos y Tutoriales Java 4K</dc:subject>
</item>
</rdf:RDF>
