Fighterlegend's Blog Just some blog that expresses myself and what I do!

3Mar/100

Little update

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.

VN:F [1.7.4_987]
Rating: 0.0/10 (0 votes cast)
VN:F [1.7.4_987]
Rating: 0 (from 0 votes)
Filed under: Uncategorized No Comments
17Jan/100

Random post, but still it’s my blog :P

These are some of my favorite songs from Avenged Sevenfold.

VN:F [1.7.4_987]
Rating: 7.5/10 (2 votes cast)
VN:F [1.7.4_987]
Rating: 0 (from 0 votes)
Filed under: Uncategorized No Comments
24Nov/094

PHP IRC client

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, Javascript and PHP to create a successful PHP irc client Razz

VN:F [1.7.4_987]
Rating: 0.0/10 (0 votes cast)
VN:F [1.7.4_987]
Rating: 0 (from 0 votes)
Filed under: Uncategorized 4 Comments
29Oct/090

Remaking my web template..

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 Razz

VN:F [1.7.4_987]
Rating: 10.0/10 (1 vote cast)
VN:F [1.7.4_987]
Rating: 0 (from 0 votes)
Filed under: Uncategorized No Comments
27Sep/092

I MADE MY NEW WEBSITE TEMPLATE!

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 Razz

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, YOU ARE NOT GOING TO GET IT YOUR WAY! I love em just the way they are..

-Fighterlegend

VN:F [1.7.4_987]
Rating: 0.0/10 (0 votes cast)
VN:F [1.7.4_987]
Rating: 0 (from 0 votes)
Filed under: Uncategorized 2 Comments
27Sep/090

Created a video player!

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 Razz

VN:F [1.7.4_987]
Rating: 0.0/10 (0 votes cast)
VN:F [1.7.4_987]
Rating: 0 (from 0 votes)
3Sep/096

How to create a Flash Performance Calculator in AS3

This is a simple AS3 performance calculator I created..

/*********************************************************\
|*Thanks for using Fighterlegends performance Calculator!*|
\*********************************************************/
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; i++) {
		averageFPS += samples[i];
	}
	averageFPS /= 30;
	var performance = Math.round(averageFPS/documentFPS *100);
	var lag = 100-performance;

	fps.text = Math.round(averageFPS) + " fps\n" + documentFPS + " target fps\n" + performance +
	"% performance\n" + lag + "% lag\n";
}

Just create this dynamic box on the stage:
Instance: fps
width: 140
height: 84

Hope you give me credit!

UPDATE:
I got a new, and better update of the script from WarKry on Kongregate!

VN:F [1.7.4_987]
Rating: 0.0/10 (0 votes cast)
VN:F [1.7.4_987]
Rating: 0 (from 0 votes)
Filed under: Uncategorized 6 Comments
29Aug/090

AS3 video player =D

I made a video player in AS3..

I want to know how you all like it!

http://fighterlegend.com/thax/videoPlayer/

VN:F [1.7.4_987]
Rating: 9.0/10 (1 vote cast)
VN:F [1.7.4_987]
Rating: +1 (from 1 vote)
Filed under: Uncategorized No Comments
22Aug/093

Chat up!

I put up a chat!

Well, an Instant Messenger.. But you get the idea..

http://chat.fighterlegend.com

=D

VN:F [1.7.4_987]
Rating: 0.0/10 (0 votes cast)
VN:F [1.7.4_987]
Rating: 0 (from 0 votes)
Filed under: Uncategorized 3 Comments
18Aug/095

WEBSITE TEMPLATE IS UP!

I successfully made my very first template for a website!

More will come!

http://www.fighterlegend.com/

VN:F [1.7.4_987]
Rating: 0.0/10 (0 votes cast)
VN:F [1.7.4_987]
Rating: 0 (from 0 votes)
Filed under: Uncategorized 5 Comments
2 visitors online now
2 guests, 0 members
Max visitors today: 2 at 01:26 am GMT+5
This month: 4 at 03-03-2010 07:58 pm GMT+5
This year: 14 at 01-13-2010 12:46 pm GMT+5
All time: 14 at 01-13-2010 12:46 pm GMT+5