| View previous topic :: View next topic |
| Author |
Message |
XPomJohn
Joined: Wed Jul 20, 2005 12:53 pm Posts: 21 Location: Goulburn, NSW
|
Posted: Fri Jun 25, 2010 1:40 am Post subject: Writing a programme onto a DVD |
|
|
I want to write an application/programme so that I can put my family ancestry onto a DVD to share with my relatives. The reason that I want everything to run completely from a disc is that the relatives use a variety of computers, some are at home, others at the office or library. Also most of them don't know how to install a programme.
I know that I could just use HTML but I would like to use a database/ files
to produce the pages and charts dynamically.
Has anyone any ideas where I should start or am I aiming at the impossible?
Thanks....... |
|
| Back to top |
|
 |
Dutch_Master LXF regular
Joined: Tue Mar 27, 2007 2:49 am Posts: 2358
|
Posted: Fri Jun 25, 2010 3:28 am Post subject: |
|
|
No, it's not impossible, but catering for all may be a step too far...
For the PC users, you could create your own Linux distro (just a reworking of your favorite) as a live-cd in kiosk-mode, so that when the dvd is in the tray the PC will boot from that and automagically start your application Does require a fair bit of Linux knowledge though, so perhaps over your head for now? |
|
| Back to top |
|
 |
Ram LXF regular

Joined: Thu Apr 07, 2005 10:44 pm Posts: 1569 Location: Guisborough
|
Posted: Fri Jun 25, 2010 8:58 am Post subject: |
|
|
Yes it would be possible...
With the use of html. css, php and sqlite (flat file database), which once created would be read only. _________________
Ubuntu LXDE 12.04 running on AMD Phenom II*4; ASUS Crosshair III Formula MB; 4 GB Ram.....
|
|
| Back to top |
|
 |
AndyBaxman LXF regular

Joined: Tue Oct 04, 2005 9:47 am Posts: 520
|
Posted: Fri Jun 25, 2010 9:01 am Post subject: |
|
|
This most generic solution would be to use HTML / Javascript. It will run on most modern browsers running on most operating systems and will run straight from the DVD. _________________ Bomb #20: "Let there be light" |
|
| Back to top |
|
 |
XPomJohn
Joined: Wed Jul 20, 2005 12:53 pm Posts: 21 Location: Goulburn, NSW
|
Posted: Sat Jun 26, 2010 12:00 pm Post subject: |
|
|
Thanks for all the suggestions. All this may very well be over my head, but what the heck. I'll dive in at the deep end and see what comes up. I like the idea of a live distro that way the relo's can see what linux can do as well as learning about their family history.
Regards........... |
|
| Back to top |
|
 |
AndyBaxman LXF regular

Joined: Tue Oct 04, 2005 9:47 am Posts: 520
|
Posted: Sun Jun 27, 2010 10:49 am Post subject: |
|
|
| XPomJohn wrote: | Thanks for all the suggestions. All this may very well be over my head, but what the heck. I'll dive in at the deep end and see what comes up. I like the idea of a live distro that way the relo's can see what linux can do as well as learning about their family history.
Regards........... |
The disadvantage with that approach is that users will have to reboot their computer to see your application, and this may involve BIOS fiddling so that their computer will boot from CD. _________________ Bomb #20: "Let there be light" |
|
| Back to top |
|
 |
| View previous topic :: View next topic |
|