![]() | | ||||||||
| | #1 |
| Active Warrior War Room Member Join Date: Aug 2008
Posts: 36
Thanks: 0
Thanked 0 Times in 0 Posts
|
Hi guys I have a question for you. I have a set of ebooks that include screenshots. They train people how to build web sites. My quesion is this... I want to turn the ebooks into a peice of software, rather than just an ebook. So people open up the software and there is a landing page and they can click on, for example, "Dreamweaver Tutorial" and then the software will take them to a seperate page in the software whicb teaches them via written and screenshot tutorials how to create a web site in dreamweaver. Ok so two real questions: 1)I want the software to be downloaded onto the persons harddrive rather than running from my server. Is this possible? 2)I want the software to NOT be an exe file because I know that format freaks people out. Is this possible? Many thanks T |
| | |
| | #2 | ||
| Active Warrior War Room Member Join Date: Jul 2009
Posts: 44
Thanks: 0
Thanked 11 Times in 5 Posts
| Quote:
Quote:
To run the software in windows, it needs to be .exe. You can on the other hand ZIP the exe file so that people download ZIP file instead. Not sure why complicate really as unless you don't spam, nobody will be afraid to download .exe from a trusted source. It's not like you will send emails with the software attached to it, will you? | ||
| | |
| | #3 | |
| Senior Warrior Member War Room Member Join Date: Apr 2006 Location: Tucson, AZ, USA.
Posts: 1,025
Thanks: 120
Thanked 158 Times in 115 Posts
| Quote:
The only catch is that without using an exe, it's hard to have an idiot-proof installation. The most straightforward way would be to design your software as a website, being sure to use relative links throughout. Then zip up the whole site along with a readme. The user will just have to unzip the site on their hard drive and double-click on the index.html in the root folder, which will open in their default browser. Note that you can use JavaScript to make the application as complex and interactive as you like. It doesn't have to be limited to what static web pages can do. This solution has the big advantage of being cross-platform. It will work equally well on PC, Mac, Linux, as long as an unzip program is available. HTH. Steve | |
| Executive I.T. consulting for small/medium business Website development | PHP - MySQL - JavaScript expert programming Software requirements analysis | Specification writing Project management | Vendor relationship management | ||
| | |
| | #4 |
| Lisa Dozois War Room Member Join Date: Jan 2006 Location: Florida, USA.
Posts: 612
Thanks: 85
Thanked 221 Times in 110 Posts
| |
|
-- Lisa G
| |
| | |
| | #5 | |
| Senior Warrior Member War Room Member Join Date: Apr 2006 Location: Tucson, AZ, USA.
Posts: 1,025
Thanks: 120
Thanked 158 Times in 115 Posts
| Quote: | |
| Executive I.T. consulting for small/medium business Website development | PHP - MySQL - JavaScript expert programming Software requirements analysis | Specification writing Project management | Vendor relationship management | ||
| | |
| | #6 |
| Lisa Dozois War Room Member Join Date: Jan 2006 Location: Florida, USA.
Posts: 612
Thanks: 85
Thanked 221 Times in 110 Posts
| |
|
-- Lisa G
| |
| | |
| | #7 |
| Senior Warrior Member War Room Member Join Date: Sep 2008 Location: Honolulu, Hawaii, USA & Montreal Canada
Posts: 2,218
Blog Entries: 1 Thanks: 759
Thanked 724 Times in 505 Posts
|
Steve's method is probably the best due to its simplicity, however some people may find the installation process (unziping the files to a location on your hard drive and creating a desktop shortcut to index.html) a bit daunting. Also, unless you provided instructions for changing the shortcut icon it will inherit the icon of the users default web browser. Normally I'd consider something like Inno Setup Compiler to make the installation user-friendly, however this would create a "setup.exe" file that the OP does not want. One other option would be to use Adobe Air. Admittedly this does require the initial use of an exe file to install the Air client, however most people won't object to that since the client is distributed by Adobe and they are considered by most to be a trusted source. Your application is distributed as a ".air" file, and you can code it with HTML and and enhanced version of JavaScript that includes support for accessing the local file system. Air applications are compiled to use an installer application that can create the icon and Program menu items and its compatible with PC, Mac and LINUX installations. This might be an overkill for such a simple application but I thought I'd mention it. Bill |
| | |
| | #8 |
| Netalab, Inc. Join Date: Aug 2009 Location: Florida, USA
Posts: 53
Thanks: 1
Thanked 6 Times in 6 Posts
|
Hey. Why not try executable jar file? Made in java! Can use swing or swt, webservices to communicate with your server. Is that alright?
|
| Netalab, Inc., bringing quality health products direct to you! <Contact Us><About Us><Articles><FAQ> Add me on |Twitter|MySpace|Facebook| | |
| | |
| | #9 |
| Steve Hawkins War Room Member Join Date: Apr 2009 Location: Whitleybay, uk
Posts: 1,968
Blog Entries: 2 Thanks: 11
Thanked 927 Times in 186 Posts
|
you could use adobe air.. this would make any app you create cross platform.. and maybe link it to you domain content via a membership script. ie.. the app start up and displays a browser windows.. you login and have all your content available..
|
| | |
| | |
| | #10 |
| Advanced Warrior War Room Member |
Hi T, It is absolutely yes for both your questions. The software can be prepared which will translate your ebooks to a software and can be installed on clients system directly . The installation procedure can be done through a link or through websites. Mostly the use of winzip may be required. The details of preparing the software and use of languages may vary naturally from programmer to programmer. But at last the quality can be shown how exactly it translates the ebooks to softwares and how fastly it can install in clients system. Satya Das |
| | |
| | |
| | #11 |
| HyperActive Warrior War Room Member Join Date: Sep 2009 Location: Canada
Posts: 137
Thanks: 4
Thanked 35 Times in 18 Posts
|
If you do not want it to be an exe you can make them as html documents with javascript as mentioned, then (and not sure on the software that would do this) compile them into an "HTA" (Html Application) which would act almost like a exe but it is not.
|
| | |
![]() |
|
| Tags |
| needed, programmer, software |
| Thread Tools | |
| |
![]() |