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.


Messages - Munchor

Pages: 1 ... 192 193 [194] 195 196 ... 424
2896
Web Programming and Design / Re: davidgom.co.cc Redesign
« on: March 15, 2011, 04:47:31 pm »
After learning Javascript, I finally made the unit converter much better and Javascript (no PHP loading pages):

http://davidgom.co.cc/unitConv.html

What do you think of it?

2897
Site Feedback and Questions / Re: Omniurl.tk Rules
« on: March 15, 2011, 03:44:54 pm »

2898
Casio Calculators / Re: 9860GII<>PRIZM<>AFX BASIC speed comparison
« on: March 15, 2011, 03:39:29 pm »
Is this like Runer112's cycles table for Axe? Looks hard work.

2899
News / Re: Netham45.org domain name expired
« on: March 15, 2011, 03:37:51 pm »
This reminds me that we should have some backups (and I'm sure we do)

But it's nice to see everything's back to normal.

2900
Woooh, pictures!
* Scout noms the pictures.

I kinda look the stylish look of the CX, and I need to find out more about the 84 Pocket.

2901
Site Feedback and Questions / Re: Random Timed Rules Bot
« on: March 14, 2011, 09:27:29 am »
Why not just make it output a link to the rules when someone calles !rules or something similar? Every three hours would get annoying.

And make sure you're allowed to have the bot on #omnimaga before you bring it on ;)

If you check the logs, I warned Jim not to try his bot there.

IMHO, I think 3 hours is good.

2902
News / Re: Block Breaker for 68K calculators
« on: March 14, 2011, 09:23:32 am »
Thanks all!

You're welcome, is it C or Basic or Assembly?

2903
Web Programming and Design / Re: Javascript Problems
« on: March 14, 2011, 09:22:43 am »
Yep, I see it:
Code: [Select]
<input type="inputtext" size="25" />
<input type ="outputtext" size = 25" />

should be

Code: [Select]
<input type="text" name="inputtext" size="25" />
<input type="text" name="outputtext" size = 25" />

That worked perfectly!

Try

Code: (Javascript) [Select]
function addtext() {
var newtext = document.forms['myform'].elements['inputtext'].value
document.forms['myform'].elements['outputtext'].value += newtext;
}

instead.

The problem was not the function but I'm using that one since it seems more tidy.

2904
TI Z80 / Re: Axeanoid
« on: March 14, 2011, 09:21:37 am »
@juju: The title screen is so stylish!

2905
TI Z80 / Re: Sprite & Tile Maker
« on: March 14, 2011, 09:21:08 am »
UUUh this looks cool! I made, special for you, an animated screenshot of it.

I can't seem to exit the program after saving it in Str1 though.


2906
Music Showcase / Re: My first song :o
« on: March 14, 2011, 09:17:43 am »
Thanks guys :D

Installing LMMS now, hopefully I'll be able to spruce it up a bit and get a better recording :)

I would also recommend Guitar Pro, but it is not free :$

2907
Gaming Discussion / Re: Greatest Mario of all time
« on: March 14, 2011, 09:17:11 am »
IMHO, the best mario of all time is Super Paper Mario Wii, RPG+Platform, I loved it.

2908
BatLib / Re: BASIC ReCode v2.00
« on: March 14, 2011, 09:16:38 am »
Hehe, BASIC ReCode works inline with BASIC. in prgmBLOCKEAT, the last few lines that display score are BASIC. So for example:
Code: [Select]
ClrHome
Disp "THIS IS BASIC
dim(40
Disp 1,0,THIS IS SPARTA!
Disp 2,0,ER...I MEAN, RECODE!
Pause While getkey≠15
AsmPrgmEF4045C9
Stop
Pause "AND MORE BASIC!


WOW! That's pure epic!

2909
The Axe Parser Project / Re: List of all programs made with Axe Parser
« on: March 14, 2011, 09:16:24 am »
Once again, and sorry for being so lame and picky, can you make it uPong instead of UPong? :)

2910
Site Feedback and Questions / Re: Omniurl.tk Rules
« on: March 14, 2011, 09:15:01 am »
Now my question is, most people seem to agree, will you (admins) change it?

Pages: 1 ... 192 193 [194] 195 196 ... 424