<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.9.2" -->
<rss version="0.92">
<channel>
	<title>Fighterlegend&#039;s Blog</title>
	<link>http://blog.fighterlegend.com</link>
	<description>Just some blog that expresses myself and what I do!</description>
	<lastBuildDate>Thu, 17 Jun 2010 12:14:02 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Working on new website</title>
		<description><![CDATA[Sadly, not for me. It's for a friend, EMH of F3underground. He's making a Fallout 3 mod, followed by others. I thought of making him a website to get his mods noticed. ;D
I'll post link once everything's done. I'm the hoster, as well. I gotta do a lot of testing on my web server, as [...]]]></description>
		<link>http://blog.fighterlegend.com/2010/working-on-new-website</link>
			</item>
	<item>
		<title>Minecraft skins</title>
		<description><![CDATA[]]></description>
		<link>http://blog.fighterlegend.com/2010/minecraft-skins</link>
			</item>
	<item>
		<title>Overhead engine class (AS3)</title>
		<description><![CDATA[I'm creating a new Flash set. It's going to be external, but all importable classes.
There'll be a full Overhead pack, which will include:

Overhead movement class
Car physics class
Overhead shooting class
AI class
Minimap class
UI class
Will include vCam. Credits will be given
Pre-made levels
A pre-made .FLA (Flash CS3) for people to use as an example, or guide
A variety of pre-made [...]]]></description>
		<link>http://blog.fighterlegend.com/2010/overhead-engine-class-as3</link>
			</item>
	<item>
		<title>Little update</title>
		<description><![CDATA[My life's hell right now. I might not continue anything I've posted in the past.
Maybe later on..
I'm going to be working on some small projects, but as of now, I'm off for everything. Just going to sit back, do homework, and play games.
]]></description>
		<link>http://blog.fighterlegend.com/2010/little-update</link>
			</item>
	<item>
		<title>Random post, but still it&#8217;s my blog :P</title>
		<description><![CDATA[

These are some of my favorite songs from Avenged Sevenfold.
]]></description>
		<link>http://blog.fighterlegend.com/2010/random-post-but-still-its-my-blog-p</link>
			</item>
	<item>
		<title>PHP IRC client</title>
		<description><![CDATA[Okay, postponing my other works, in order to work on this..
It's for a huge surprise for Google Chrome users. So once Chromium comes out, then you would never need to use an IRC client ever again.
That gave a huge hint ;P
I haven't been able to find any good PHP IRC clients, so I'll use Ajax, [...]]]></description>
		<link>http://blog.fighterlegend.com/2009/php-irc-client</link>
			</item>
	<item>
		<title>Remaking my web template..</title>
		<description><![CDATA[I SWEAR THIS ONE WILL BE UBER LEET!
But I won't be done with it for a while..
I'm going to make it with Flash and Photoshop.. I want to make it as interactive as I can 
]]></description>
		<link>http://blog.fighterlegend.com/2009/remaking-my-web-template</link>
			</item>
	<item>
		<title>I MADE MY NEW WEBSITE TEMPLATE!</title>
		<description><![CDATA[http://www.fighterlegend.com/
Ain't it sexy?
4 hours of work..
2 hours of experimenting with CSS..
And a whole bunch more.
I think I might add a new forum topic on the right, if I get the chance 
It took me a looong time of thinking and all..
Hope you all will accept this new, and awesome template..
IF YOU COMPLAIN ABOUT THE BUTTONS, [...]]]></description>
		<link>http://blog.fighterlegend.com/2009/i-made-my-new-website-template</link>
			</item>
	<item>
		<title>Created a video player!</title>
		<description><![CDATA[I finally finished my Flash Video Player, and it kicks butt!
Only bad thing, I forgot to set the variable right.. so now the videoID is -1..
For instance:
if you wanted to play video #3, you would need to type in ?videoID=2
http://fighterlegend.com/thax/videoPlayer/?videoID=2 
]]></description>
		<link>http://blog.fighterlegend.com/2009/create-a-video-player</link>
			</item>
	<item>
		<title>How to create a Flash Performance Calculator in AS3</title>
		<description><![CDATA[This is a simple AS3 performance calculator I created..
/*********************************************************\
&#124;*Thanks for using Fighterlegends performance Calculator!*&#124;
\*********************************************************/
var documentFPS = stage.frameRate;
var lastTime = getTimer();
var samples = new Array(30);
var frameCounter = 0;
stage.addEventListener(Event.ENTER_FRAME, update);
function update(event:Event) {
	var currentTime = getTimer();
	var timeDif = (currentTime-lastTime)/1000;
	lastTime = currentTime;
	var actualFPS = 1/timeDif;
	samples[frameCounter % 30] = actualFPS;
	frameCounter++;
	var averageFPS = 0;
	for (var i = 0; i < 30; [...]]]></description>
		<link>http://blog.fighterlegend.com/2009/how-to-create-a-flash-performance-calculator-in-as3</link>
			</item>
</channel>
</rss>
