<?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>Yellz Blog!</title>
	<atom:link href="http://yellzbellz.com/wordpress/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://yellzbellz.com/wordpress</link>
	<description>Bloggin about Games, Programming and more!</description>
	<lastBuildDate>Sun, 20 May 2012 08:39:17 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>New Flash Car Racing Game</title>
		<link>http://yellzbellz.com/wordpress/?p=115</link>
		<comments>http://yellzbellz.com/wordpress/?p=115#comments</comments>
		<pubDate>Sun, 20 May 2012 08:39:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[applet]]></category>
		<category><![CDATA[car racing game]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[game]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://yellzbellz.com/wordpress/?p=115</guid>
		<description><![CDATA[After some time, I was looking into adding more games to the website. I started a few ideas in Java hoping to add a few more applets but after tinkering around for a bit, I decided to go the flash route. The first tutorial I found was from Emanuele Feronato&#8217;s site at Flash Car Racing]]></description>
			<content:encoded><![CDATA[<p>After some time, I was looking into adding more games to the website. I started a few ideas in Java hoping to add a few more applets but after tinkering around for a bit, I decided to go the flash route. The first tutorial I found was from Emanuele Feronato&#8217;s site at <a href="http://www.emanueleferonato.com/2007/05/15/create-a-flash-racing-game-tutorial/">Flash Car Racing Tutorial</a>. Its not really a Flash tutorial as far as learning how to use the Flash application to create the game, but more about the code required to create the game. Hopefully, I will find some more tutorials to get back into to Flash with and add some more games to the site.</p>
]]></content:encoded>
			<wfw:commentRss>http://yellzbellz.com/wordpress/?feed=rss2&#038;p=115</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Updated!</title>
		<link>http://yellzbellz.com/wordpress/?p=109</link>
		<comments>http://yellzbellz.com/wordpress/?p=109#comments</comments>
		<pubDate>Sun, 13 May 2012 06:12:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[applet]]></category>
		<category><![CDATA[Blitzmax]]></category>
		<category><![CDATA[casino]]></category>
		<category><![CDATA[games]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[role playing]]></category>

		<guid isPermaLink="false">http://yellzbellz.com/wordpress/?p=109</guid>
		<description><![CDATA[Well I updated the site, getting rid of the login and the database for the web site. It was too much to manage right now and I am just looking for a place to plant my games I create. I am now just hosting the non-record keeping versions of the games. Currently, I am working]]></description>
			<content:encoded><![CDATA[<p>Well I updated the site, getting rid of the login and the database for the web site. It was too much to manage right now and I am just looking for a place to plant my games I create. I am now just hosting the non-record keeping versions of the games. </p>
<p>Currently, I am working in Blitzmax. Still working on the multiplayer role playing game. Its come a long ways, through about 4 different programming language changes, just to end up using the same language I started the game with <img src='http://yellzbellz.com/wordpress/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p>I am also getting back into Java applets for creating games for the site. Java applets are fun and easy to deploy. I am thinking of making some casino style games, just to keep things simple and to take a break from the Blitzmax grind.</p>
]]></content:encoded>
			<wfw:commentRss>http://yellzbellz.com/wordpress/?feed=rss2&#038;p=109</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IsoTiler2011</title>
		<link>http://yellzbellz.com/wordpress/?p=94</link>
		<comments>http://yellzbellz.com/wordpress/?p=94#comments</comments>
		<pubDate>Mon, 16 May 2011 03:46:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Blitzmax]]></category>
		<category><![CDATA[game]]></category>
		<category><![CDATA[isometric]]></category>
		<category><![CDATA[map]]></category>
		<category><![CDATA[tile]]></category>

		<guid isPermaLink="false">http://yellzbellz.com/wordpress/?p=94</guid>
		<description><![CDATA[Well, It sure has been quite a bit, been awfully busy with this and that, but always trying to get some programming time in. I&#8217;ve been working with BlitzMax and what a great, great language it is. Probably due to the fact this is centered around creating games and it uses Basic as its core]]></description>
			<content:encoded><![CDATA[<p>Well, It sure has been quite a bit, been awfully busy with this and that, but always trying to get some programming time in. I&#8217;ve been working with BlitzMax and what a great, great language it is. Probably due to the fact this is centered around creating games and it uses Basic as its core language. I have been working on an RPG, solely multiplayer and just when I get a networked game up and running, I decide to change the view from a top down, to an isometric, which basically means starting all over. I had to create an isometric tile map making program which I have just pretty much completed. I will now move on to the actual game. Here is screen shot&#8230;</p>
<div id="attachment_95" class="wp-caption alignleft" style="width: 460px"><a href="http://i195.photobucket.com/albums/z47/Xyled777/IsoTiler2011-2.jpg"><img src="http://i195.photobucket.com/albums/z47/Xyled777/IsoTiler2011-2.jpg" alt="IsoTiler2011-2" title="IsoTiler2011-2" width="450" height="325" class="size-full wp-image-95" /></a><p class="wp-caption-text">IsoTiler2011-2</p></div>
]]></content:encoded>
			<wfw:commentRss>http://yellzbellz.com/wordpress/?feed=rss2&#038;p=94</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Back to BlitzMax</title>
		<link>http://yellzbellz.com/wordpress/?p=91</link>
		<comments>http://yellzbellz.com/wordpress/?p=91#comments</comments>
		<pubDate>Sun, 13 Feb 2011 18:17:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Blitzmax]]></category>
		<category><![CDATA[client]]></category>
		<category><![CDATA[gnet]]></category>
		<category><![CDATA[server]]></category>

		<guid isPermaLink="false">http://yellzbellz.com/wordpress/?p=91</guid>
		<description><![CDATA[So I am looking at firing up a few new projects and ideas but had to get some networking basics down first. I used GNet and created a server/client messaging system. I had looked into all the available options but most of the stuff out there were either to much overhead or too complicated. Basically]]></description>
			<content:encoded><![CDATA[<p>So I am looking at firing up a few new projects and ideas but had to get some networking basics down first. I used GNet and created a server/client messaging system. I had looked into all the available options but most of the stuff out there were either to much overhead or too complicated. Basically I just wanted something that can send simple messages back and forth. You can check out the compiled files here&#8230;</p>
<p>http://www.mediafire.com/?lwhz78nrliah7b7</p>
]]></content:encoded>
			<wfw:commentRss>http://yellzbellz.com/wordpress/?feed=rss2&#038;p=91</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New statistic added to Nevadas Unemployment!</title>
		<link>http://yellzbellz.com/wordpress/?p=89</link>
		<comments>http://yellzbellz.com/wordpress/?p=89#comments</comments>
		<pubDate>Sat, 23 Oct 2010 21:36:20 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://yellzbellz.com/wordpress/?p=89</guid>
		<description><![CDATA[I am now a new member of Nevadas National Chart Topping unemployment rate of 15%. I will have to spend some time insuring the game plan and make sure some backup plans are all in order. Hopefully the upcoming elections will restore some confidence by consumers, investors and banks. I will do everything I can]]></description>
			<content:encoded><![CDATA[<p>I am now a new member of Nevadas National Chart Topping unemployment rate of 15%. I will have to spend some time insuring the game plan and make sure some backup plans are all in order. Hopefully the upcoming elections will restore some confidence by consumers, investors and banks. I will do everything I can to vote the encumbants out in a few days. I will definitely be looking to pick up any side work I can find along the way. </p>
<p>Check out the website at <a href="http://www.allacesplumbing.com">AllAces Plumbing</a>, it has just been revamped and it looks great!</p>
]]></content:encoded>
			<wfw:commentRss>http://yellzbellz.com/wordpress/?feed=rss2&#038;p=89</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>BlitzMax to the rescue!</title>
		<link>http://yellzbellz.com/wordpress/?p=87</link>
		<comments>http://yellzbellz.com/wordpress/?p=87#comments</comments>
		<pubDate>Sun, 03 Oct 2010 02:07:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Blitz Research]]></category>
		<category><![CDATA[Blitz3d]]></category>
		<category><![CDATA[Blitzmax]]></category>

		<guid isPermaLink="false">http://yellzbellz.com/wordpress/?p=87</guid>
		<description><![CDATA[A long time ago, in a galaxy far, far away&#8230; I used Blitz3d by Blitz Research. A custom basic programming language that focused on making games in 3d. The minute I started using it, I loved it! I spent a year or 2 with it and ended up making The Dice Game, a multiplayer yahtzee]]></description>
			<content:encoded><![CDATA[<p>A long time ago, in a galaxy far, far away&#8230;<br />
I used Blitz3d by Blitz Research. A custom basic programming language that focused on making games in 3d. The minute I started using it, I loved it! I spent a year or 2 with it and ended up making The Dice Game, a multiplayer yahtzee clone. Once I finished it, I didn&#8217;t know what to do with it so I looked at hosting it in a webpage browser but soon found out that I couldn&#8217;t make it happen. That led me to Java and Flash. With new progress being made by the Blitz research team along the lines of creating a basic langauge converter that will convert code to Java, Flash, etc that can then be embedded on a web page, I decided to go to Blitzmax, a custom basic programming language that focuses on games using 2d toolsets. I have been messing around with it for a week or 2 and just like Blitz3d, I absolutely love it! I decided to go ahead and purchase it today and convert my Dice Game to blitzmax! I&#8217;ll post the progress here!</p>
]]></content:encoded>
			<wfw:commentRss>http://yellzbellz.com/wordpress/?feed=rss2&#038;p=87</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New host&#8230; again!</title>
		<link>http://yellzbellz.com/wordpress/?p=84</link>
		<comments>http://yellzbellz.com/wordpress/?p=84#comments</comments>
		<pubDate>Fri, 13 Aug 2010 00:53:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Counterstrike Source]]></category>
		<category><![CDATA[ipage]]></category>
		<category><![CDATA[Justhost]]></category>

		<guid isPermaLink="false">http://yellzbellz.com/wordpress/?p=84</guid>
		<description><![CDATA[Well, after a few months with IPage and finally getting back to uploading my Counterstrike: Source stats, I found out that you cant remote into an ipage database, nor can you run a cron job so I had to switch web site hosts again so I decided to try out JustHost this time. A little]]></description>
			<content:encoded><![CDATA[<p>Well, after a few months with IPage and finally getting back to uploading my Counterstrike: Source stats, I found out that you cant remote into an ipage database, nor can you run a cron job so I had to switch web site hosts again so I decided to try out JustHost this time. A little more expensive but they do seem to have quite a bit of a package and they do allow for remote connections and cron jobs. Having to prefix each database with your account name kinda sucked, forced me to set up all new databases, but so far so good. I havent tried the login for games yet, but I will get that this weekend.</p>
<p>Speaking of Counterstrike: Source, I did get the server back up with stat reporting at Yellzbellz.kicks-ass.net:27015. Join it and have fun!</p>
]]></content:encoded>
			<wfw:commentRss>http://yellzbellz.com/wordpress/?feed=rss2&#038;p=84</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Status Update!</title>
		<link>http://yellzbellz.com/wordpress/?p=74</link>
		<comments>http://yellzbellz.com/wordpress/?p=74#comments</comments>
		<pubDate>Wed, 07 Jul 2010 02:57:01 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://yellzbellz.com/wordpress/?p=74</guid>
		<description><![CDATA[Been hard at work studying, working and making plans! I had to give facebooks farmville a shot. A pretty good game, but as with all these kinds of games everything is focused around them making real money off the players. I think that you should be able to purchase any items in the game for]]></description>
			<content:encoded><![CDATA[<p>Been hard at work studying, working and making plans! I had to give facebooks farmville a shot. A pretty good game, but as with all these kinds of games everything is focused around them making real money off the players. I think that you should be able to purchase any items in the game for in game credits. While I was testing it out, I had to check into creating facebook games. After spending a whole day of reading tutorials, checking things out and finally giving up, due to facebooks unorthodox use of their own custom markup language and very limited documentation. So I decided to look into writing a facebook style PHP game for Yellzbellz. It will be focused on Gladiators and basically all you do is either train your character in attack or defense, fight NPC&#8217;s or real registered players, upgrade your armor and weapons and try to take the high score! I was attempting to write it over the weekend but just getting the new linux based webserver to play nice with my database code was a chore all in itself. I have designed the Interface and so far am pretty happy with it! I am pulling data from the database on it but for now I&#8217;m just gonna focus on writing the game for unregistered Guest users so the game will not save any information and Guest&#8217;s will not be able to battle real players. I will keep posting updates on this!  Heres a screenie!<br />
<div class="wp-caption aligncenter" style="width: 390px"><a href="http://i195.photobucket.com/albums/z47/Xyled777/gladiatorsScreen2.gif"><img alt="Gladiators" src="http://i195.photobucket.com/albums/z47/Xyled777/gladiatorsScreen2.gif" title="Gladiators" width="380" height="344" /></a><p class="wp-caption-text">Gladiators</p></div></p>
]]></content:encoded>
			<wfw:commentRss>http://yellzbellz.com/wordpress/?feed=rss2&#038;p=74</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hard at work!</title>
		<link>http://yellzbellz.com/wordpress/?p=72</link>
		<comments>http://yellzbellz.com/wordpress/?p=72#comments</comments>
		<pubDate>Fri, 04 Jun 2010 00:00:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[GTGE]]></category>
		<category><![CDATA[isometric tile map editor]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[orthoganal map]]></category>
		<category><![CDATA[role playing game]]></category>
		<category><![CDATA[Slick2d]]></category>

		<guid isPermaLink="false">http://yellzbellz.com/wordpress/?p=72</guid>
		<description><![CDATA[Been a while since the last post so had to give an update. I&#8217;m still working on the Java Role Playing Game and still trying to decide what tools to use. I have decided to go with an Orthogonal Map as opposed to the isometric. I decided on that change because the code required to]]></description>
			<content:encoded><![CDATA[<p>Been a while since the last post so had to give an update. I&#8217;m still working on the Java Role Playing Game and still trying to decide what tools to use. I have decided to go with an Orthogonal Map as opposed to the isometric. I decided on that change because the code required to make it all work, plus creating the isometric tile map creator was getting to be too much. I wanted to start with something a bit simpler. I have been working with my own code to create the role playing game, but decided to try out Slick2d and GTGE (Golden T Game Engine). I felt that using a pre-made library/ engine would help out with all the mundane coding like walking, rendering and collisions. So far one of the things I didn&#8217;t like about Slick is that it uses LWJGL. Not that that is a bad thing, but it requires users to click a security box whereas Java2D doesn&#8217;t. The other thing about Slick2D was it doesn&#8217;t contain any kind of Collision detection that I could find in the docs or in the forums. Collision is one of the main reasons I chose to try out a 3rd party library. As for GTGE so far it is very easy to implement and to take advantage of the simple classes and methods. It does offer the option to use LWJGL, but I havent went into that yet. I am having trouble right now to make the character move diagonally with collision detection, but hopefully I&#8217;ll be able to work it out down the road.</p>
]]></content:encoded>
			<wfw:commentRss>http://yellzbellz.com/wordpress/?feed=rss2&#038;p=72</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New host!</title>
		<link>http://yellzbellz.com/wordpress/?p=69</link>
		<comments>http://yellzbellz.com/wordpress/?p=69#comments</comments>
		<pubDate>Sun, 25 Apr 2010 18:29:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[godaddy]]></category>
		<category><![CDATA[host]]></category>
		<category><![CDATA[ipage]]></category>

		<guid isPermaLink="false">http://yellzbellz.com/wordpress/?p=69</guid>
		<description><![CDATA[I just changed my hosting provider from GoDaddy to IPage. I had to seperate a few accounts and decided to go with a different host. Godaddy was a pretty decent host, I just wanted to try a different one. I had no idea the host OS was going to be linux which wasnt a big]]></description>
			<content:encoded><![CDATA[<p>I just changed my hosting provider from GoDaddy to IPage. I had to seperate a few accounts and decided to go with a different host. Godaddy was a pretty decent host, I just wanted to try a different one. I had no idea the host OS was going to be linux which wasnt a big deal other than I had to change a ton of php and java code to point to file names due to the fact that ThisFileName.php is not the same as thisfilename.php. That really sucked and it took me a full day to go through everything and change it. So far though everything seems to be working so I can get back to making some games!</p>
]]></content:encoded>
			<wfw:commentRss>http://yellzbellz.com/wordpress/?feed=rss2&#038;p=69</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

