<?xml version="1.0" encoding="ISO-8859-1"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:ref="http://purl.org/rss/1.0/modules/reference/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns="http://purl.org/rss/1.0/">
	<channel rdf:about="http://www.snop.com/rss.rdf">
		<title>Snop Productions</title>
		<link>http://www.snop.com/index.php</link>
		<description><![CDATA[All content copyright SNOP Productions 2008-2012<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
var pageTracker = _gat._getTracker("UA-5927771-2");
pageTracker._trackPageview();
</script>]]></description>
		<items>
			<rdf:Seq>
				<rdf:li resource="http://www.snop.com/index.php?entry=entry130517-163821" />
				<rdf:li resource="http://www.snop.com/index.php?entry=entry130328-175607" />
				<rdf:li resource="http://www.snop.com/index.php?entry=entry130210-164016" />
				<rdf:li resource="http://www.snop.com/index.php?entry=entry130207-232309" />
				<rdf:li resource="http://www.snop.com/index.php?entry=entry130122-022745" />
				<rdf:li resource="http://www.snop.com/index.php?entry=entry130118-175943" />
				<rdf:li resource="http://www.snop.com/index.php?entry=entry130113-140605" />
				<rdf:li resource="http://www.snop.com/index.php?entry=entry130103-175419" />
				<rdf:li resource="http://www.snop.com/index.php?entry=entry130102-172412" />
				<rdf:li resource="http://www.snop.com/index.php?entry=entry121229-233221" />
			</rdf:Seq>
		</items>
	</channel>
	<item rdf:about="http://www.snop.com/index.php?entry=entry130517-163821">
		<title>Using custom fonts in Cocos2d javascript</title>
		<link>http://www.snop.com/index.php?entry=entry130517-163821</link>
		<description><![CDATA[In order to use custom fonts in Cocos2d, I had to add the following to the header of the HTML page so I could later reference the font for menus and buttons:<br /><br /><code>		&lt;style&gt;<br />@font-face {<br />font-family: &#039;Stiltedman &#039;;<br />font-style: normal;<br />font-weight: 400;  <br />src: local(&#039;Stiltedman &#039;), url(&quot;fonts/Stiltedman .ttf&quot;) format(&quot;truetype&quot;);<br />}<br />&lt;/style&gt;</code><br /><br />In essence, this is required so the browser will download the font, making it be referencable by the library.  <br /><br />This works in Chrome and Firefox.  From my understanding, Internet Explorer requires a different font format, which I dont plan on supporting.]]></description>
	</item>
	<item rdf:about="http://www.snop.com/index.php?entry=entry130328-175607">
		<title>Spritesheet exporter for Paint.NET</title>
		<link>http://www.snop.com/index.php?entry=entry130328-175607</link>
		<description><![CDATA[I was in need of a consistant way to create simple, evenly spaced spritesheets from multiple layers in Paint.NET and I figured I would share the plugin.  <br /><br />DOWNLOAD: <a href="https://ssplugin.codeplex.com/releases/view/104082" target="_blank" >Paint.NET Spritesheet plugin</a><br /><br />DISCUSSION: <a href="http://forums.getpaint.net/index.php?/topic/26202-spritesheet-export-plugin/" target="_blank" >Spritesheet Export Plugin</a><br /><br />]]></description>
	</item>
	<item rdf:about="http://www.snop.com/index.php?entry=entry130210-164016">
		<title></title>
		<link>http://www.snop.com/index.php?entry=entry130210-164016</link>
		<description><![CDATA[<blockquote class="twitter-tweet"><p>Using <a href="https://twitter.com/search/%231GAM">#1GAM</a> to learn HTML5 game programming.Feb's game is on track <a href="https://twitter.com/search/%23ScreenShotSaturday">#ScreenShotSaturday</a> <a href="http://t.co/SUuFUL71" title="http://twitter.com/Mad_Dugan/status/300394328449220608/photo/1">twitter.com/Mad_Dugan/stat…</a></p>&mdash; Mad_Dugan (@Mad_Dugan) <a href="https://twitter.com/Mad_Dugan/status/300394328449220608">February 10, 2013</a></blockquote>
<script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script><br /><br />]]></description>
	</item>
	<item rdf:about="http://www.snop.com/index.php?entry=entry130207-232309">
		<title>#1GAM - February Game</title>
		<link>http://www.snop.com/index.php?entry=entry130207-232309</link>
		<description><![CDATA[It looks like February&#039;s game will be a Breakout clone.  The take away for this game will be JSON loaded levels and IOS native webapp support.  As with January&#039;s game, all code will be made available via github.]]></description>
	</item>
	<item rdf:about="http://www.snop.com/index.php?entry=entry130122-022745">
		<title>Udacity CS 255: HTML5 Game Development</title>
		<link>http://www.snop.com/index.php?entry=entry130122-022745</link>
		<description><![CDATA[Investigating the Udacity online HTML5 class starting in February.  The class summary says that it will cover the major components of an existing HTML5 game, but I am concerned that game is only Chrome compatible.<br /><br /><a href="http://www.udacity.com/overview/Course/cs255/CourseRev/1" target="_blank" >http://www.udacity.com/overview/Course/ ... ourseRev/1</a>]]></description>
	</item>
	<item rdf:about="http://www.snop.com/index.php?entry=entry130118-175943">
		<title>Ideas for Game #2 for #1GAM</title>
		<link>http://www.snop.com/index.php?entry=entry130118-175943</link>
		<description><![CDATA[The idea bouncing around is to take game #1 and turn it into a SmashTV clone, still only using HTML5.<br /><br /><img src="http://upload.wikimedia.org/wikipedia/en/thumb/5/5f/Smash_TV.png/250px-Smash_TV.png" width="250" height="156" border="0" alt="" /><br /><br /><a href="http://en.wikipedia.org/wiki/Smash_TV" target="_blank" >Smash TV Wikipedia entry</a>]]></description>
	</item>
	<item rdf:about="http://www.snop.com/index.php?entry=entry130113-140605">
		<title>#1GAM - January Game mechanics</title>
		<link>http://www.snop.com/index.php?entry=entry130113-140605</link>
		<description><![CDATA[The plan for all games under the #1GAM (<a href="http://www.onegameamonth.com/Mad_Dugan" target="_blank" >One Game a Month</a>) umbrella is to create them in HTML5 and progressively get more complicated and feature rich.  The focus of the first game is to create a basic resource manager that can grow as subsequent games are created.  The plan also includes keeping user friendly notes as the games are created to later be incorporated into Yet Another E-book on the subject of HTML5 games.]]></description>
	</item>
	<item rdf:about="http://www.snop.com/index.php?entry=entry130103-175419">
		<title>ZirtualVombies code repository</title>
		<link>http://www.snop.com/index.php?entry=entry130103-175419</link>
		<description><![CDATA[Set up a code repository for ZirtualVombies.  Since initial versions of the game is all client side code, not embracing open source release of it seems futile.]]></description>
	</item>
	<item rdf:about="http://www.snop.com/index.php?entry=entry130102-172412">
		<title>First game for #onegameamonth proof of concept</title>
		<link>http://www.snop.com/index.php?entry=entry130102-172412</link>
		<description><![CDATA[A simple zombie survival game all in HTML5<br />This is the basic mechanics with out a lot of features (&amp; fun)<br /><img src="images/proof.png" width="512" height="352" border="0" alt="" />]]></description>
	</item>
	<item rdf:about="http://www.snop.com/index.php?entry=entry121229-233221">
		<title>Something to broaden horizons</title>
		<link>http://www.snop.com/index.php?entry=entry121229-233221</link>
		<description><![CDATA[<strong><b>“The World Is a Book and Those Who Do Not Travel Read Only One Page” - Saint Augustine of Hippo</b></strong>]]></description>
	</item>
</rdf:RDF>
