<?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>AMP Games</title>
	<atom:link href="http://andrewanimation.biz/games/feed/" rel="self" type="application/rss+xml" />
	<link>http://andrewanimation.biz/games</link>
	<description>News and Tutorials by Andrew Media Productions</description>
	<lastBuildDate>Thu, 22 Apr 2010 16:45:57 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Some Better News</title>
		<link>http://andrewanimation.biz/games/2010/04/some-better-news/</link>
		<comments>http://andrewanimation.biz/games/2010/04/some-better-news/#comments</comments>
		<pubDate>Thu, 22 Apr 2010 16:44:23 +0000</pubDate>
		<dc:creator>Andrew</dc:creator>
				<category><![CDATA[Site Updates]]></category>

		<guid isPermaLink="false">http://andrewanimation.biz/games/?p=153</guid>
		<description><![CDATA[..for those of you who like reading about my web designing, as opposed to my game making. This is a little thing I spend some time on this week. It&#8217;s probably what AMP 9.0 is going to look like, unless DaxterSpeed destroys it like he did AMP 8.5.
big pic
Let me know your thoughts.
&#60;web designer talk&#62;
It [...]]]></description>
			<content:encoded><![CDATA[<p>..for those of you who like reading about my web designing, as opposed to my game making. This is a little thing I spend some time on this week. It&#8217;s probably what AMP 9.0 is going to look like, unless DaxterSpeed destroys it like he did AMP 8.5.</p>
<p><a href="http://andrewanimation.biz/games/wp-content/uploads/2010/04/amp9.png">big pic</a></p>
<p>Let me know your thoughts.</p>
<p>&lt;web designer talk&gt;<br />
It uses a ton of CSS3 for gradients and borders, but I&#8217;m going to strip that all out for the production site for images instead.<br />
&lt;/web designer talk&gt;</p>
]]></content:encoded>
			<wfw:commentRss>http://andrewanimation.biz/games/2010/04/some-better-news/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Not the Kind of News You Wanted ~UPDATE~</title>
		<link>http://andrewanimation.biz/games/2010/04/not-the-kind-of-news-you-wanted/</link>
		<comments>http://andrewanimation.biz/games/2010/04/not-the-kind-of-news-you-wanted/#comments</comments>
		<pubDate>Fri, 16 Apr 2010 22:55:47 +0000</pubDate>
		<dc:creator>Andrew</dc:creator>
				<category><![CDATA[Game News]]></category>
		<category><![CDATA[wtf]]></category>

		<guid isPermaLink="false">http://andrewanimation.biz/games/?p=139</guid>
		<description><![CDATA[So I went to open up the Inkman file yesterday, now that I actually had some time to work on it. For those of you not familiar with Flash, basically all of the code for the game is stored in .as files, which are basically just plain text (meaning you can read them in a [...]]]></description>
			<content:encoded><![CDATA[<p>So I went to open up the Inkman file yesterday, now that I actually had some time to work on it. For those of you not familiar with Flash, basically all of the code for the game is stored in .as files, which are basically just plain text (meaning you can read them in a program like notepad).</p>
<p>I opened up the file, and I got this:<br />
<span id="more-139"></span><br />
<img src="http://andrewanimation.biz/games/wp-content/uploads/2010/04/corruptink1.png" alt="" width="600" /></p>
<p>Now I know I don&#8217;t always follow the best coding practices, but I usually give my variables better names than [actual variable name removed because of display problems]. Not to mention I don&#8217;t just stop coding in the middle of a line, in the middle of an if statement, in the middle of a function. So I&#8217;m thinking, FD must have opened it wrong. So I opened it up in Notepad++, and I got this:</p>
<p><img src="http://andrewanimation.biz/games/wp-content/uploads/2010/04/corruptink2.png" alt="" width="600" /></p>
<p>So apparently the content was all there, it was just corrupted. Apparently FD saves me the trouble of having to see that.</p>
<p>So my next step was to open it up in a hex editor. The corruption was really there, it wasn&#8217;t just one byte screwing up the whole file.</p>
<p><img src="http://andrewanimation.biz/games/wp-content/uploads/2010/04/corruptink3.png" alt="" width="600" /></p>
<p>Coincidentally, the corruption runs from 0&#215;4000 to 0&#215;7FFF, if that means anything to people who know a lot about computers (the rest of the file is fine, it&#8217;s just that one block). Unfortunately, that&#8217;s about 500 lines of code. I know it starts and ends on a round number, meaning there must have been some kind of corruption involved.</p>
<p>So you&#8217;re probably thinking, &#8220;Oh no, does that mean Andrew has to start from scratch?&#8221; No, that would be too easy for me. I have backups of my entire web directory, the latest being from February 27. I know that seems like a long time ago but honestly I&#8217;m not even sure if I did any work on the game between then and now.</p>
<p>I haven&#8217;t actually tried loading the backup file into Flash yet to check for incompatibilities, but I&#8217;ll let you know the results soon.</p>
<p>[update from the future]<br />
Okay, there are basically two things I lost. The first was a big chunk of swimming code that I was just going to chuck anyway, since it wasn&#8217;t coming out the way I wanted it. The other was about 20 tiny bugfixes, like little things that I did when I only had 10-15 minutes to spend on the game. While none of these are huge losses, I have to remember what all of them are, and then remember how I fixed them. None of these are game-breaking, just annoying. Which is annoying that I have to fix all of them again. Sigh&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://andrewanimation.biz/games/2010/04/not-the-kind-of-news-you-wanted/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Sneak Peek at AMP 9.0?</title>
		<link>http://andrewanimation.biz/games/2010/03/sneak-peek-at-amp-9-0/</link>
		<comments>http://andrewanimation.biz/games/2010/03/sneak-peek-at-amp-9-0/#comments</comments>
		<pubDate>Sun, 07 Mar 2010 04:08:52 +0000</pubDate>
		<dc:creator>Andrew</dc:creator>
				<category><![CDATA[Site Updates]]></category>

		<guid isPermaLink="false">http://andrewanimation.biz/games/?p=132</guid>
		<description><![CDATA[After I&#8217;ve read some tutorials on how to make stuff look more &#8220;Web 2.0&#8243;-ish, I decided to start reworking on my own theme.
Big Image
I&#8217;m thinking this is going to be part of the header, and the blue might be too bright, but I&#8217;m just trying to show that I&#8217;m headed in the right direction.
Ignore any [...]]]></description>
			<content:encoded><![CDATA[<p>After I&#8217;ve read some tutorials on how to make stuff look more &#8220;Web 2.0&#8243;-ish, I decided to start reworking on my own theme.</p>
<p><a href="http://andrewanimation.biz/games/wp-content/uploads/2010/03/amp90a.png">Big Image</a></p>
<p>I&#8217;m thinking this is going to be part of the header, and the blue might be too bright, but I&#8217;m just trying to show that I&#8217;m headed in the right direction.</p>
<p>Ignore any blockiness around the logo, I just put that in for testing.</p>
]]></content:encoded>
			<wfw:commentRss>http://andrewanimation.biz/games/2010/03/sneak-peek-at-amp-9-0/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Shiny Old Layout</title>
		<link>http://andrewanimation.biz/games/2010/02/shiny-old-layout/</link>
		<comments>http://andrewanimation.biz/games/2010/02/shiny-old-layout/#comments</comments>
		<pubDate>Wed, 17 Feb 2010 22:13:51 +0000</pubDate>
		<dc:creator>Andrew</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://andrewanimation.biz/games/?p=129</guid>
		<description><![CDATA[Yeah, the title pretty much says it all. It&#8217;s the old layout enhanced. Of course, I&#8217;m still looking ahead to AMP 9.0 (actually, there should be a special surprise about AMP coming later this week), so I don&#8217;t know how long I&#8217;ll keep this design.
Also, I fixed the Plugin site. No more annoying test posts, [...]]]></description>
			<content:encoded><![CDATA[<p>Yeah, the title pretty much says it all. It&#8217;s the old layout enhanced. Of course, I&#8217;m still looking ahead to AMP 9.0 (actually, there should be a special surprise about AMP coming later this week), so I don&#8217;t know how long I&#8217;ll keep this design.</p>
<p>Also, I fixed the Plugin site. No more annoying test posts, and now space for my Chrome plugins!</p>
]]></content:encoded>
			<wfw:commentRss>http://andrewanimation.biz/games/2010/02/shiny-old-layout/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>My Thoughts on Premium Plugins</title>
		<link>http://andrewanimation.biz/games/2010/02/my-thoughts-on-premium-plugins/</link>
		<comments>http://andrewanimation.biz/games/2010/02/my-thoughts-on-premium-plugins/#comments</comments>
		<pubDate>Fri, 05 Feb 2010 04:15:18 +0000</pubDate>
		<dc:creator>Andrew</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://andrewanimation.biz/games/?p=127</guid>
		<description><![CDATA[This has absolutely nothing to do with either games or my site&#8217;s new theme. I&#8217;ll get around to both of those eventually.
I read an interesting article on Weblog Tools Collection today, and I thought I&#8217;d throw you my thoughts on the subject.
As all of you probably know, I seem to have some kind of issue [...]]]></description>
			<content:encoded><![CDATA[<p><em>This has absolutely nothing to do with either games or my site&#8217;s new theme. I&#8217;ll get around to both of those eventually.</em></p>
<p>I <a href="http://weblogtoolscollection.com/archives/2010/02/04/my-thoughts-on-premium-plugins/">read an interesting article on Weblog Tools Collection</a> today, and I thought I&#8217;d throw you my thoughts on the subject.</p>
<p>As all of you probably know, I seem to have some kind of issue paying for stuff online. Not that I can&#8217;t pay, but that I don&#8217;t want to pay. We were talking about this in a Flash Game Monetization thread on the forums, and you remember how I strongly opposed any kind of payment for a flash game. I don&#8217;t know why my mind is set like this, it just is. And as you can guess I&#8217;m also against paid Wordpress plugins.</p>
<p><span id="more-127"></span></p>
<p>I&#8217;m going to take you into some crazy metaphor now, that&#8217;s probably going to end up sounding crazy when I&#8217;m done writing, but that still illustrates my point somehow. Let&#8217;s say I want to buy a chair for my apartment/house. The vast majority of the public would go to either a furniture or a chair maker and buy one. But instead, let&#8217;s image that I know how to make chairs. If I own a large area of land with a bunch of trees on it, I could get the wood and make my own chair if I wanted to. Obviously these are skills that not everyone has, but since I know how to do this I want to use it to my advantage. So instead of going out to a furniture store, I&#8217;ll make the chair myself. Sure it might take a little longer and it might not look as nice as someone else&#8217;s could, but I have the chair I wanted and I didn&#8217;t have to spend any money.</p>
<p>Now let&#8217;s go back to the real world. Let&#8217;s say I own a WP site (how many do I run now?), and I want to extend its functionality in some way. I&#8217;m just like the chair maker above. I know how to make a plugin, so why should I spend my money on having someone else make it for me? Now there&#8217;s no point for every single programmer on the internet to do this, so instead I&#8217;ll post the code online for someone else to use. And if some other designer makes the same thing that I want, who am I to say no?</p>
<p>Now I&#8217;m not saying I can make anything. <a href="http://akismet.com/">Akismet</a> is probably the best example of this. It&#8217;s gotta be the most useful and most complex plugin out there, and I respect it for that. There&#8217;s no way I could replicate that on my own, and I accept that. But if tomorrow they decided to start charging for it, I would not pay. Yes it means I would have to moderate every individual comment I get, but this wouldn&#8217;t be an issue considering a day when I get more than 2 comments is peak traffic. Larger sites, with better business models, could afford this though.</p>
<p>And I guess this brings up another point. By definition, plugins <em>extend</em> Wordpress, they don&#8217;t provide its basic functionality. So if a plugin decides to start charging, I can just give it the boot. <a href="http://andrewanimation.biz/old/plugins.png">I&#8217;m running 19 plugins right now</a>, but I honestly don&#8217;t consider any of them essential enough to pay for. And any of them that I really want, I could just make myself. Heck, I could make <a href="http://ajaydsouza.com/wordpress/plugins/wp-ajax-edit-comments/">WP Ajax Edit Comments</a> if I really wanted to. Not saying that I plan to, but I could if I wanted. (Fun fact, that plugin <em>is</em> charging people to use any newer version, although they left their last version online for anyone who wanted it. That&#8217;s what I use, and I hope it never breaks.)</p>
<p>And even if plugins do start charging for their use, there would be ways around this. As I&#8217;ve probably said before, the internet simply cannot be used for making money except in some special circumstances. People (like me) are always looking for ways to not spend money, and in most cases pirating a plugin would be easier than the alternative. Personally, this is where I draw the line, as I would rather go without something than have a pirated version of it, but not everyone is like this. I mean, if you look at programs like Photoshop, Flash, or any expensive software, you can find places to download the gigantic EXE online, so obviously a 5 KB .zip file wouldn&#8217;t deter people. Obviously this isn&#8217;t my ideal view of the internet, but these are the facts.</p>
<p>While I&#8217;m not saying that as a web designer I should be privileged into getting free plugins, or that furniture stores should start handing out free stuff to carpenters, hopefully you&#8217;ll understand my mentality toward the subject a bit more.</p>
]]></content:encoded>
			<wfw:commentRss>http://andrewanimation.biz/games/2010/02/my-thoughts-on-premium-plugins/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Shiny New Layout</title>
		<link>http://andrewanimation.biz/games/2010/01/shiny-new-layout/</link>
		<comments>http://andrewanimation.biz/games/2010/01/shiny-new-layout/#comments</comments>
		<pubDate>Fri, 29 Jan 2010 21:50:44 +0000</pubDate>
		<dc:creator>Andrew</dc:creator>
				<category><![CDATA[Site Updates]]></category>

		<guid isPermaLink="false">http://andrewanimation.biz/games/?p=125</guid>
		<description><![CDATA[Remember when I made a post about this like&#8230;a month ago? Well you probably could have predicted that it wouldn&#8217;t get up until now, knowing how progress usually progresses at Andrew Media Productions. Anyway, I liked these theme better than the old one, and as usual I&#8217;ll being updating the other sites. But Andrew Media [...]]]></description>
			<content:encoded><![CDATA[<p>Remember when I made a post about this like&#8230;a month ago? Well you probably could have predicted that it wouldn&#8217;t get up until now, knowing how progress usually progresses at Andrew Media Productions. Anyway, I liked these theme better than the old one, and as usual I&#8217;ll being updating the other sites. But Andrew Media Productions actually has something bigger coming its way. What&#8217;s that you ask? We&#8217;ll you&#8217;ll just have to wait and find out.</p>
<p>(aka it may never happen, but we&#8217;ll see)</p>
]]></content:encoded>
			<wfw:commentRss>http://andrewanimation.biz/games/2010/01/shiny-new-layout/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>This Site</title>
		<link>http://andrewanimation.biz/games/2010/01/this-site/</link>
		<comments>http://andrewanimation.biz/games/2010/01/this-site/#comments</comments>
		<pubDate>Mon, 04 Jan 2010 23:11:54 +0000</pubDate>
		<dc:creator>Andrew</dc:creator>
				<category><![CDATA[Game News]]></category>

		<guid isPermaLink="false">http://andrewanimation.biz/games/?p=122</guid>
		<description><![CDATA[&#8230;is not incredibly active, in case you haven&#8217;t noticed. Why is that? Well, I&#8217;ve been using Twitter for all of my little updates (and other random musings), instead of making a post here. And yes, Inkman is moving along, but my Christmas break ended and with exams coming up I&#8217;m not going to have a [...]]]></description>
			<content:encoded><![CDATA[<p>&#8230;is not incredibly active, in case you haven&#8217;t noticed. Why is that? Well, I&#8217;ve been using Twitter for all of my little updates (and other random musings), instead of making a post here. And yes, Inkman is moving along, but my Christmas break ended and with exams coming up I&#8217;m not going to have a lot of time to work on it. </p>
<p>Anyway, I do have some updates planned for this site. I&#8217;ve updated the theme that this site and all my AMP sites use, which I think looks really nice (or at least sucks less), and I&#8217;m also going to be launching AMP Universe soon. I don&#8217;t remember if I&#8217;ve talked about this before, but it&#8217;s mainly going to serve as a RSS reader for all of my sites, including Twitter, Youtube, and these WP sites. But this got me thinking after a while, do I really need to have another separate site just for these games, or for my plugins? Considering I&#8217;m talking about AMP Universe and a new theme on my games site, I started thinking I should have just one blog that I use for all of my internet-related output, for AMP Home, Games, Plugins, etc. Of course, after a while this would become like my andrewanimation Youtube channel, with just a ton of stuff that won&#8217;t interest most of the people that visit. And I&#8217;m also making plans to turn my WP plugin site into a place for WP and Chrome plugins, since I&#8217;m doing both now. But I don&#8217;t want to restructure that and then shove everything on to one blog.</p>
<p>I don&#8217;t know, maybe I should just leave things the way they are, maybe I shouldn&#8217;t. What are your thoughts on this?</p>
]]></content:encoded>
			<wfw:commentRss>http://andrewanimation.biz/games/2010/01/this-site/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Inkman Development: Full Speed Ahead!</title>
		<link>http://andrewanimation.biz/games/2009/11/inkman-development-full-speed-ahead/</link>
		<comments>http://andrewanimation.biz/games/2009/11/inkman-development-full-speed-ahead/#comments</comments>
		<pubDate>Fri, 20 Nov 2009 22:10:48 +0000</pubDate>
		<dc:creator>Andrew</dc:creator>
				<category><![CDATA[Game News]]></category>

		<guid isPermaLink="false">http://andrewanimation.biz/games/?p=119</guid>
		<description><![CDATA[Basically this post is all talk, but I just thought I&#8217;d mention that, after AP and I were talking the other day, we really want to get this game finished up, mainly because we&#8217;ve been working on it for so long. So I&#8217;m going to spend more time than I have lately working on it. [...]]]></description>
			<content:encoded><![CDATA[<p>Basically this post is all talk, but I just thought I&#8217;d mention that, after AP and I were talking the other day, we <em>really</em> want to get this game finished up, mainly because we&#8217;ve been working on it for so long. So I&#8217;m going to spend more time than I have lately working on it. For the last month or so, it&#8217;s kinda taken back-burner to my other projects, even completely taken off the stove if you extend the metaphor. But I&#8217;m setting it as a higher priority now, so maybe you&#8217;ll actually get to play it someday.</p>
]]></content:encoded>
			<wfw:commentRss>http://andrewanimation.biz/games/2009/11/inkman-development-full-speed-ahead/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>In Search of the Best Web Editor</title>
		<link>http://andrewanimation.biz/games/2009/11/in-search-of-the-best-web-editor/</link>
		<comments>http://andrewanimation.biz/games/2009/11/in-search-of-the-best-web-editor/#comments</comments>
		<pubDate>Thu, 05 Nov 2009 04:13:56 +0000</pubDate>
		<dc:creator>Andrew</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://andrewanimation.biz/games/?p=114</guid>
		<description><![CDATA[Note: This is more of a web-programming rant than anything game related. Sorry.
Why is it that nobody&#8217;s made one program to serve as an all-purpose multi-language web editor? You&#8217;d think there would be tons of these programs out there, since everyone would want one, but I can&#8217;t find any (for free anyway, maybe that&#8217;s why).
Let&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<p><em>Note: This is more of a web-programming rant than anything game related. Sorry.</em></p>
<p>Why is it that nobody&#8217;s made <em>one</em> program to serve as an all-purpose multi-language web editor? You&#8217;d think there would be tons of these programs out there, since everyone would want one, but I can&#8217;t find any (for free anyway, maybe that&#8217;s why).</p>
<p><span id="more-114"></span>Let&#8217;s start with the first editor I used (besides <a href="http://www.sausagetools.com/">HotDog Professional</a>), which was <a href="http://www.coffeecup.com/">CoffeeCup HTML Editor</a>. It worked great as an HTML Editor until version 9.0, which for some reason broke a bunch of things that were never fixed. It was very good with highlighting Javascript and CSS, but has serious issues when dealing with PHP. And by issues I mean the entire page loses its syntax highlighting and CC thinks that it&#8217;s all Javascript. So I haven&#8217;t used that for a while, except a few standalone .js files.</p>
<p>After I began migrating away from CoffeeCup, I tried <a href="http://www.tucows.com/preview/400973">PHP Editor</a> (creative name, I know). It had great support for PHP, and I still use it occasionally. Despite this, it only had meh support for HTML, Javascript, and CSS. It could do <em>some</em> syntax highlighting, but it still wasn&#8217;t great. Although it&#8217;s the second best in the list I&#8217;m giving here.</p>
<p>So far my favorite editor would be <a href="http://notepad-plus.sourceforge.net/uk/site.htm">Notepad++</a>. It has syntax highlighting for everything except &lt;style&gt; tags, and that&#8217;s what I&#8217;ve been using for everything lately. My issue with this one is that it&#8217;s trying to be too much. It doesn&#8217;t have features I&#8217;d really want like syntax suggestion, but instead supports 20+ languages. I&#8217;d rather have a specialized editor than this one.</p>
<p>I&#8217;ve heard good things about <a href="http://www.aptana.org/">Aptana Studio</a>, so I figured I&#8217;d download that one. It went really well, and its feature list looked really good, but then I found out it <strong>doesn&#8217;t support PHP at all</strong>! What&#8217;s worse is, version 1.5 did and the current version doesn&#8217;t. So after I spend all this time working to get the program running on my system, I find out it&#8217;s no better than CoffeeCup. Blah&#8230;</p>
<p>You&#8217;ve probably heard me praising <a href="http://www.flashdevelop.org/wikidocs/index.php?title=Main_Page">FlashDevelop</a> for its Actionscript editing. Let me say, this is the best program I&#8217;ve ever worked with for programming. I love its AS3 interface, it almost makes me forget how bad the language itself is. So I tried using it as an web editor. And while it does provide synax highlighting, it doesn&#8217;t have nearly as many good things as it did for the AS3 section. It wasn&#8217;t designed to be a web editor, and so I haven&#8217;t used it as one.</p>
<p>&#8230;and that&#8217;s basically where I am now. I&#8217;ve tried almost all the free editors on the web, and I&#8217;m not satisfied with any of them. Is there someone I&#8217;m missing, that is the heavenly program I&#8217;m looking for? I really hope so, if not I&#8217;m going to start building my own&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://andrewanimation.biz/games/2009/11/in-search-of-the-best-web-editor/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Regarding Tutorials</title>
		<link>http://andrewanimation.biz/games/2009/10/regarding-tutorials/</link>
		<comments>http://andrewanimation.biz/games/2009/10/regarding-tutorials/#comments</comments>
		<pubDate>Sat, 31 Oct 2009 01:42:17 +0000</pubDate>
		<dc:creator>Andrew</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://andrewanimation.biz/games/?p=112</guid>
		<description><![CDATA[I don&#8217;t think I&#8217;ll be using this site for tutorials after all. It would just get too confusing having both game news and tutorials on the same site. I considered setting up another WP site to handle just tutorials, but I&#8217;m already managing two at the moment on my server, and setting another site would [...]]]></description>
			<content:encoded><![CDATA[<p>I don&#8217;t think I&#8217;ll be using this site for tutorials after all. It would just get too confusing having both game news and tutorials on the same site. I considered setting up another WP site to handle just tutorials, but I&#8217;m already managing two at the moment on my server, and setting another site would just be a pain. So I guess I&#8217;ll be reorganizing some stuff on here back to the way it was originally. (Right&#8230;expect that before the end of this decade).</p>
<p>But that&#8217;s not all I have to talk about! As some of you may have noticed, I&#8217;ve been putting a bunch of web tutorials on YT lately. I think the quality has been progressively going up since the first one I did, and I&#8217;ve been putting more work into them now. I&#8217;ve even been getting viewers from people besides DaxterSpeed! With this in mind, I decided to start a new project (brilliant, I know), and a new channel. Check out <a href="http://www.youtube.com/amptutorials">AMPtutorials</a>. There&#8217;s nothing there yet, but hopefully there will be sometime soon. Now I&#8217;m stuck regarding the tutorials I&#8217;ve put up. Should I delete them and reupload them on my new channel? Should I leave them up with a note to go to AMPtutorials? And should I finish up my WordPress tutorial on my current channel and then move over, or start uploading videos there, or put the entire series there? I&#8217;m not sure what to do here.</p>
<p>(Note: I&#8217;m not getting rid of andrewanimation, I&#8217;m just not posting tutorials there anymore)</p>
]]></content:encoded>
			<wfw:commentRss>http://andrewanimation.biz/games/2009/10/regarding-tutorials/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
