
-----------------------------------
TokenHerbz
Sat Nov 20, 2010 2:10 am

How to get turing program working on webpage?
-----------------------------------
hypothetically speaking, if i say, made a calculator and wanted to host that on a webpage for others to use or at least "see" how would i do that?

I cant seem to find anything relevant to this...

-----------------------------------
DtY
Sat Nov 20, 2010 8:28 am

RE:How to get turing program working on webpage?
-----------------------------------
You mean like flash or a java applet? You can't.

You could put a link to download it, and anyone could run it, though.

-----------------------------------
TokenHerbz
Sat Nov 20, 2010 1:01 pm

RE:How to get turing program working on webpage?
-----------------------------------
yes that's not what I'm after, blah, Turing gets more useless and useless and time goes on....
thx tho...

-----------------------------------
DtY
Sat Nov 20, 2010 1:18 pm

RE:How to get turing program working on webpage?
-----------------------------------
Time to learn a new language? It sounds like HTML and Javascript would be something to look into.

-----------------------------------
andrew.
Sat Nov 20, 2010 1:47 pm

RE:How to get turing program working on webpage?
-----------------------------------
Or even Java. You can embed Java applets into webpages.

-----------------------------------
TokenHerbz
Sat Nov 20, 2010 1:50 pm

RE:How to get turing program working on webpage?
-----------------------------------
well i do have mostly more experiance with java, however i cant find the type of java launch application thing that i had in school, so i haven't got back into that.  Is it free? If anyone knows a link or something it would be extremely helpfull to me.. thx.

-----------------------------------
ProgrammingFun
Sat Nov 20, 2010 3:09 pm

Re: RE:How to get turing program working on webpage?
-----------------------------------
well i do have mostly more experiance with java, however i cant find the type of java launch application thing that i had in school, so i haven't got back into that.  Is it free? If anyone knows a link or something it would be extremely helpfull to me.. thx.
My school uses jGrasp (it is free and I believe it is also open-source): http://www.jgrasp.org/index.html
I personally find it very easy to use because it has an integrated compiler and debugger...

-----------------------------------
TheGuardian001
Sat Nov 20, 2010 4:29 pm

Re: How to get turing program working on webpage?
-----------------------------------
An Applet (or JApplet) can be embedded pretty easily in a webpage, although I don't remember offhand how to  do it.

-----------------------------------
TokenHerbz
Sat Nov 20, 2010 5:02 pm

RE:How to get turing program working on webpage?
-----------------------------------
That's fine, Java's got lots of useless typing in it, but is much stronger then turing, so i'll have to update myself on that.   The learning curve in that language should be cake walk compared to others since i was doing it for a year...

thanks for the link ProgrammingFun.

-----------------------------------
ProgrammingFun
Sat Nov 20, 2010 5:14 pm

RE:How to get turing program working on webpage?
-----------------------------------
Glad to help...
