Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - kalan_vod

Pages: [1]
1
Web Programming and Design / [JavaScript] Help With Code
« on: January 29, 2011, 03:52:31 pm »
I have the code below, but it seems to be a bit slow. I have a broadband connection and the images it chooses are not big by any means..I am hoping to keep the JS not have to use PHP..It is a routine that randomly chooses a picture, any help would be great!

Code: [Select]
<script type="text/javascript">
if (document.getElementById) { window.onload = swap };
function swap() {
rndimg = new Array("newone", "blah", "bland", "blurp", "bookmark2", "boredom", "bunt", "directive", "floyd", "fusionbrick", "groundassult", "heartach2", "insight", "ism3", "purplenurple", "tinkr", "tunnel2");
x=(Math.floor(Math.random()*16));
randomimage=(rndimg[x]);
document.getElementById("background").style.backgroundImage = "url(images/"+ randomimage +".jpg)";
}
</script>

2
TI Z80 / [Finished] xLib Read Me (On Calc)
« on: January 28, 2011, 05:05:17 pm »
In a attempt to release my projects finished/unfinished, I have completed the xLib Read Me on calc. I know this has arrived at a less than useful time, but I am trying to release my older projects.



Description:
========
This is the xLib Read Me for the basic assembly library xLib. It contains all of the functions included in xLib 0.602b, along with the information of each function. It requires xLib to be installed on the calculator in order to work.

Download: xLib Read Me

3
General Discussion / 32 Songs In 8 Minutes
« on: April 29, 2009, 01:26:25 am »
This guy is really good singer, and he covered 32 songs in 8 minutes! I enjoyed him the most with Queen (he had sung).

http://www.albinoblacksheep.com/video/32songs8minutes

Play it at 1:15, you will not be disappointed!

4
TI Z80 / Res
« on: April 01, 2009, 12:02:14 am »
Update [03/31/09]:
This is being totally re-written, the data is even being re-optimized into a more efficient form for memory sake.

Things added since last update:
-Nothing, it is being totally re-written

Things to be added:
-More rooms/puzzles.
-Add more to the story line.
-Work on the read me.

This was a project I had hit hard, but lost interest. It is a larger project than I normally work on, and thus less likely to be completed. I do look forward to coding on this, but I re-started this back in January this year and have not worked on it since about early February. More info can be found at kalanrock.us, which contains the history of this project.


5
Site Feedback and Questions / Pixel Art Contest!
« on: February 04, 2009, 11:00:31 pm »
Bring it back kevin! Would be fun to spur up some activity with spriting :P

6
TI Z80 / z80 Port of MLC?
« on: September 03, 2008, 01:35:16 pm »
Great to see this around still, what is the current status on the z80 port? Is anyone working on it, and who is :P

7
Site Feedback and Questions / Quick Reply Suggestion
« on: September 02, 2008, 10:57:24 am »
Do not know if its underway, but could we add a quick reply option (like Maxcoderz and the old boards had). It allows me to spam faster XD, I have one chance to have a higher post count than kevin muahahaha

8
Introduce Yourself! / Helog!
« on: August 31, 2008, 07:06:24 pm »
Well, I just happen to see omnimaga back up....again, and wanted to say a few things:

-Hi, how is everyone
-What happened last time? (the forum going down again)
-How are you kevin? Sad things keep happening, keep getting emails about wanting to commit suicide...
-I would like to stay around on omnimaga, but this is another restart of many >.>..

Pages: [1]