Lately, I’ve been extremely bored. I’ve been searching for some sort of project related to programming but, I’ve been unable to get any idea I feel like working on. Yesterday, something changed though, now I have a very minimal idea. I will be using Adobe Air as my platform and try to develop some app I still have to think of. Basically, I’ve only discovered what I want to use as a Platform, I am still in the search for the real app idea though. I was thinking on making some sort of notepad, or maybe something to check my Facebook friend’s status and update mine but, I am not sure yet. I might just make a little program to tweet. If anyone has any idea feel free to comment.
Archive for June, 2009
Adobe Air
Jun 28
Well, today my sister was working doing her homework and, she kind of got stressed with it, so she called me and, I ended up making it for her… I learned what a factorial is and, made this nice little function that finds the factorial of any number you pass to it. It was supposed to be written in labview, but I don’t really know what that is… so I used php xD It worked like a charm in labview according to my sister. so you can also use it in labview I guess :O
1 2 3 4 5 6 7 8 9 | <?php function factorial($input){ $output = 1; for($x = $input; $x >= 1; $x--){ $output *= $x; } return($output); } ?> |
I made an example of this function’s usage using JavaScript, check it out here
Hello everyone, today I am posting a tutorial on the basic usage of the $_GET super variable in php. This tutorial was originally posted at the MWPS community forums, which almost never is read so I figured that this would be a better place for it to be. It goes through the basics of the $_GET variable and some basic usage examples.
Read the rest of this entry »
FeedBurner
Jun 6
Well due to (probably) my own stupidity, I’ve lost control of my feedburner account, and since I don’t want to stop using the service provided by it, I’ve been forced into changing my account and thus, changing my feed url, the old url will still be active, but I would appreciate if any subscriber I might have migrated to the new url. The animated clicket on the side bar has been updated, and everything should work fine. Thank you for understanding, or at least for reading this.
The new feed url is: http://feeds2.feedburner.com/Seichleon2
Music out of boredom
Jun 2
Well, I will admit… I am not the most compromised of bloggers.. In fact I only post something when I remember about this blog existing -.-’. Other than that I think I am an awesome blogger!
Recently I’ve been playing with FL Studio 8 XXL Producer edition, as you may or not know I work as a server manager for a server on Graal, an online game. Recently, this weird idea of adding background music to improve the general game play experience, has invaded my mind and I as a music enthusiast begun composing stuff. I’ve tried several different things, but none seemed to fit the style I wanted for Noctorious (the server I manage). I tried something S4ish, which was my first thought but, it didn’t seem to be what I wanted I tried with several different styles afterwards until I found the perfect one. I made this basic loop using some old techniques and developed in that way, a pleasant fast paced loop I can use as background music during some events. I am still searching to develop a consistent and simple loop to use as BGM on everything else other than events.
Check out my first attempt:
Audio clip: Adobe Flash Player (version 9 or above) is required to play this audio clip. Download the latest version here. You also need to have JavaScript enabled in your browser.
It’s a loop btw that’s why it’s only 4 secs long -.-’ play it a couple of times and you will get the feeling out of it..

