Programming Forums
User Name Password Register
 

RSS Feed
FORUM INDEX | TODAY'S POSTS | UNANSWERED THREADS | ADVANCED SEARCH

Reply
 
Thread Tools Display Modes
Old Oct 15th, 2006, 12:52 AM   #1
physicist
Hobbyist Programmer
 
Join Date: Oct 2006
Posts: 146
Rep Power: 2 physicist is on a distinguished road
can you put a program in HTML site?

i have a game that is a standalone .exe....can i put it in my website or does it need to be like a java applet or somethin like that?
physicist is offline   Reply With Quote
Old Oct 15th, 2006, 4:14 AM   #2
Arevos
Programming Guru
 
Arevos's Avatar
 
Join Date: Aug 2005
Location: England
Posts: 1,499
Rep Power: 5 Arevos is on a distinguished road
Standalone exes have to be downloaded before they can be executed. Java applets, flash and shockwave can be embedded in HTML documents.
Arevos is offline   Reply With Quote
Old Oct 15th, 2006, 10:47 AM   #3
lectricpharaoh
Caffeinated Neural Net
 
lectricpharaoh's Avatar
 
Join Date: Jun 2005
Location: Dry west coast of Canada
Posts: 1,005
Rep Power: 5 lectricpharaoh will become famous soon enough
Quote:
Originally Posted by Arevos View Post
Standalone exes have to be downloaded before they can be executed. Java applets, flash and shockwave can be embedded in HTML documents.
<pedantic> Well, they actually all need to be downloaded. However, for applets and Flash/Shockwave files, it's an implicit thing, and the user gets no choice (short of disabling the plugins, etc). For regular executables, at least on Windows-based machines, the user usually gets the option to save to disk, or run it from its current location (which actually means it's downloaded to a temp folder, and run from there). </pedantic>

@Arevos: This is aimed at the OP, not you; I know you know what I said above.
__________________
And once again, Probability proves itself willing to sneak into a back alley and service Drama as would a copper-piece harlot.
- Vaarsuvius, Order of the Stick
lectricpharaoh is offline   Reply With Quote
Old Oct 15th, 2006, 5:12 PM   #4
physicist
Hobbyist Programmer
 
Join Date: Oct 2006
Posts: 146
Rep Power: 2 physicist is on a distinguished road
well is this wrong then?
Quote:
Originally Posted by some site
You cant execute a exe or other in plain html
however if you save the file as .SHTML and SSI is enabled
then use the form <!--#exec cmd="Path_to_file With_params" -->
this is the site
http://www.hypernews.org/HyperNews/g...ides/12/3.html
physicist is offline   Reply With Quote
Old Oct 15th, 2006, 5:40 PM   #5
DaWei
Resident Grouch
 
DaWei's Avatar
 
Join Date: Jun 2005
Posts: 6,453
Rep Power: 10 DaWei is on a distinguished road
Think about it. If any site you surf to could run an .exe on your system, you wouldn't have a system. You'd have a pile of cinders. There has to be permission, explicit or implicit.
__________________
Abstraction doesn't make it impossible to write bad code; it makes it possible to write superior code.
Contributor's Corner: Grumpy on C++ Exceptions DaWei on Pointers
DaWei is offline   Reply With Quote
Old Oct 15th, 2006, 6:28 PM   #6
physicist
Hobbyist Programmer
 
Join Date: Oct 2006
Posts: 146
Rep Power: 2 physicist is on a distinguished road
k i guess i need to learn java then...im trying to get an online chess set up for my school chess club. can i do javascript? i found a javascript chess but it doesnt work on firefox (it works for IE)?!
can someone else tell me if tihs works for them?
http://javascript.internet.com/games/test.html
i dont see any pieces on the board on FF and in IE it works...i have javascript enabled on FF, any1 know what the problem might be??
physicist is offline   Reply With Quote
Old Oct 16th, 2006, 10:04 AM   #7
Pizentios
Programming Guru
 
Pizentios's Avatar
 
Join Date: May 2004
Location: Brandon, Manitoba, Canada
Posts: 2,023
Rep Power: 7 Pizentios is on a distinguished road
Send a message via ICQ to Pizentios Send a message via MSN to Pizentios
Quote:
Originally Posted by physicist View Post
k i guess i need to learn java then...im trying to get an online chess set up for my school chess club. can i do javascript? i found a javascript chess but it doesnt work on firefox (it works for IE)?!
can someone else tell me if tihs works for them?
http://javascript.internet.com/games/test.html
i dont see any pieces on the board on FF and in IE it works...i have javascript enabled on FF, any1 know what the problem might be??
you'll find that some (read: a lot) javascript will only run on IE. This is because Microsoft doesn't follow the web standards. They do it with a bunch of products, like their LDAP solution (Active Directory), or CSS.
__________________
Profanity is the one language that all programmers understand.

Check out my Blog <---updated Nov 30 2007!
Pizentios is offline   Reply With Quote
Old Oct 16th, 2006, 12:45 PM   #8
lectricpharaoh
Caffeinated Neural Net
 
lectricpharaoh's Avatar
 
Join Date: Jun 2005
Location: Dry west coast of Canada
Posts: 1,005
Rep Power: 5 lectricpharaoh will become famous soon enough
Quote:
Originally Posted by Pizentios View Post
you'll find that some (read: a lot) javascript will only run on IE. This is because Microsoft doesn't follow the web standards. They do it with a bunch of products, like their LDAP solution (Active Directory), or CSS.
Hehe, yeah, the old 'triple-E' approach they use (embrace, extend, extinguish).
__________________
And once again, Probability proves itself willing to sneak into a back alley and service Drama as would a copper-piece harlot.
- Vaarsuvius, Order of the Stick
lectricpharaoh is offline   Reply With Quote
Old Oct 22nd, 2006, 2:25 AM   #9
jsilver608
Newbie
 
Join Date: Oct 2006
Posts: 20
Rep Power: 0 jsilver608 is on a distinguished road
if you wrote it using the latest version of visual studio, you can change it to a web app with almost no effort. You might want to look into this.
__________________
High Performance PHP
http://www.whenpenguinsattack.com
jsilver608 is offline   Reply With Quote
Reply

Bookmarks

« Previous Thread in Forum | Next Thread in Forum »

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Language display in program Prm753 C++ 3 May 30th, 2006 5:45 PM
Basic HTML Tutorial - Reuben Keeney ReubenK HTML / XHTML / CSS 14 Mar 26th, 2006 5:50 AM
Creating a program to test a program sixstringartist C 8 Jan 21st, 2006 1:15 PM
Error Trapping and putting a program on a web site not as a file download. Eragon229 Python 6 Aug 25th, 2005 5:57 PM
airport Log program using 3D linked List : problem reading from file gemini_shooter C++ 0 Mar 2nd, 2005 4:12 PM




DaniWeb IT Discussion Community
All times are GMT -5. The time now is 9:33 AM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC