Go Back   WarriorForum - Internet Marketing Forums > Warrior Support Forums > Programming Talk
Register Blogs FAQ Social Groups CalendarHelp Desk

Reply
 
LinkBack Thread Tools
Old 09-03-2009, 09:18 AM   #1
Active Warrior
War Room Member
 
Join Date: Aug 2008
Posts: 36
Thanks: 0
Thanked 0 Times in 0 Posts
Default Software Help (And Programmer) Needed

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
Tnortham is offline   Reply With Quote
Old 09-03-2009, 10:08 AM   #2
Active Warrior
War Room Member
 
Join Date: Jul 2009
Posts: 44
Thanks: 0
Thanked 11 Times in 5 Posts
Social Networking View Member's Twitter Profile 
Default Re: Software Help (And Programmer) Needed

Quote:
Originally Posted by Tnortham View Post
1)I want the software to be downloaded onto the persons harddrive rather than running from my server. Is this possible?
Yes, of course its possible.

Quote:
Originally Posted by Tnortham View Post
2)I want the software to NOT be an exe file because I know that format freaks people out. Is this possible?
No, to answer the question directly.
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?
LessThanWeb is offline   Reply With Quote
Old 09-03-2009, 10:55 AM   #3
Senior Warrior Member
War Room Member
 
Steve Diamond's Avatar
 
Join Date: Apr 2006
Location: Tucson, AZ, USA.
Posts: 1,025
Thanks: 120
Thanked 158 Times in 115 Posts
Social Networking View Member's FaceBook Profile  View Member's Twitter Profile  View Member's YouTube Profile
Contact Info
Send a message via Skype™ to Steve Diamond
Default Re: Software Help (And Programmer) Needed

Quote:
Originally Posted by Tnortham View Post
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?
Hello, T. Yes to both. Certainly it's possible.

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
Steve Diamond is offline   Reply With Quote
Old 09-03-2009, 11:38 PM   #4
Lisa Dozois
War Room Member
 
lisag's Avatar
 
Join Date: Jan 2006
Location: Florida, USA.
Posts: 612
Thanks: 85
Thanked 221 Times in 110 Posts
Social Networking View Member's Twitter Profile 
Default Re: Software Help (And Programmer) Needed

HTML Executable - Website and Ebook Compiler - Home

-- Lisa G
lisag is offline   Reply With Quote
Old 09-03-2009, 11:43 PM   #5
Senior Warrior Member
War Room Member
 
Steve Diamond's Avatar
 
Join Date: Apr 2006
Location: Tucson, AZ, USA.
Posts: 1,025
Thanks: 120
Thanked 158 Times in 115 Posts
Social Networking View Member's FaceBook Profile  View Member's Twitter Profile  View Member's YouTube Profile
Contact Info
Send a message via Skype™ to Steve Diamond
Default Re: Software Help (And Programmer) Needed

Quote:
Originally Posted by lisag View Post
But this would create an exe, which the OP doesn't want.

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
Steve Diamond is offline   Reply With Quote
Old 09-04-2009, 12:28 AM   #6
Lisa Dozois
War Room Member
 
lisag's Avatar
 
Join Date: Jan 2006
Location: Florida, USA.
Posts: 612
Thanks: 85
Thanked 221 Times in 110 Posts
Social Networking View Member's Twitter Profile 
Default Re: Software Help (And Programmer) Needed

Quote:
Originally Posted by Steve Diamond View Post
But this would create an exe, which the OP doesn't want.
Oops! Missed that. My bad. Good catch!

-- Lisa G
lisag is offline   Reply With Quote
Old 09-04-2009, 08:54 AM   #7
Senior Warrior Member
War Room Member
 
mywebwork's Avatar
 
Join Date: Sep 2008
Location: Honolulu, Hawaii, USA & Montreal Canada
Posts: 2,218
Blog Entries: 1
Thanks: 759
Thanked 724 Times in 505 Posts
Default Re: Software Help (And Programmer) Needed

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
mywebwork is offline   Reply With Quote
Old 09-04-2009, 10:39 AM   #8
Netalab, Inc.
 
netalab's Avatar
 
Join Date: Aug 2009
Location: Florida, USA
Posts: 53
Thanks: 1
Thanked 6 Times in 6 Posts
Social Networking View Member's Myspace Profile  View Member's FaceBook Profile  View Member's Twitter Profile  View Member's YouTube Profile
Contact Info
Send a message via ICQ to netalab Send a message via AIM to netalab Send a message via Yahoo to netalab Send a message via Skype™ to netalab
Default Re: Software Help (And Programmer) Needed

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|
netalab is offline   Reply With Quote
Old 09-09-2009, 05:38 PM   #9
Steve Hawkins
War Room Member
 
TrafficMystic's Avatar
 
Join Date: Apr 2009
Location: Whitleybay, uk
Posts: 1,968
Blog Entries: 2
Thanks: 11
Thanked 927 Times in 186 Posts
Social Networking View Member's Twitter Profile  View Member's YouTube Profile
Default Re: Software Help (And Programmer) Needed

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..

TrafficMystic is offline   Reply With Quote
Old 09-11-2009, 11:13 AM   #10
Advanced Warrior
War Room Member
 
sndas's Avatar
 
Join Date: Jun 2009
Posts: 719
Blog Entries: 3
Thanks: 56
Thanked 28 Times in 26 Posts
Social Networking View Member's Myspace Profile  View Member's FaceBook Profile  View Member's Twitter Profile 
Contact Info
Send a message via Skype™ to sndas
Default Re: Software Help (And Programmer) Needed

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

sndas is offline   Reply With Quote
Old 09-11-2009, 12:58 PM   #11
HyperActive Warrior
War Room Member
 
VisualWebEffects's Avatar
 
Join Date: Sep 2009
Location: Canada
Posts: 137
Thanks: 4
Thanked 35 Times in 18 Posts
Contact Info
Send a message via Skype™ to VisualWebEffects
Default Re: Software Help (And Programmer) Needed

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.
VisualWebEffects is offline   Reply With Quote
Reply

  WarriorForum - Internet Marketing Forums > Warrior Support Forums > Programming Talk

Tags
needed, programmer, software

Thread Tools

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
Trackbacks are Off
Pingbacks are Off
Refbacks are Off



All times are GMT -6. The time now is 08:48 AM.