The best(well most fun) way is to write a small server/client set. Or build the server into the program itself. Then just put the client program on a site for you to download from anywhere (don't forget to compile statically linked). The client and server are pretty easy to write. Just use a TCP/IP server/client socket and send data back and forth.
You could even have the program automatically become a server when it is run (it would be a client to itself), but allow it to connect to another server and become a client to it instead. In this way, you will have the same front end and will only have one set of code for one piece of software.
If you really want to do it in HTML, it's not hard accessing the data, but changing settings in the program (by using the program itself) is a difficult task.
To access data, you would just need a medium, such as MySQL, that the software you write would connect to. Using PHP or your choice of scripting language, you may then use HTML to access that same data. Maybe you could just store the program settings in the database...then change them over the web.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.