Results 1 to 6 of 6

Thread: How do you get your developed programs, "out into the world"?

  1. #1

    Thread Starter
    Junior Member
    Join Date
    May 2015
    Location
    SoCal.
    Posts
    16

    Question How do you get your developed programs, "out into the world"?

    The only way I know how to is by publishing to a DVD; but how does getting something you make online work? If possible, I just ask because my teacher was stoked for a final I did last night and he wanted to publish it online somehow for students to see. I told him to ask the CS teacher since as far as I've ever gotten to publishing was DVDs.
    Last edited by Relentless-Chaos; May 20th, 2015 at 05:40 PM.

  2. #2
    Still learning kebo's Avatar
    Join Date
    Apr 2004
    Location
    Gardnerville,nv
    Posts
    3,758

    Re: How do you get your developed programs, "out into the world"?

    Quote Originally Posted by Relentless-Chaos View Post
    The only way I know how to is by publishing to a DVD; but how does getting something you make online work?
    I don't know about that... I've always created an installer using Inno. Then I give the installer to my clients.
    Process control doesn't give you good quality, it gives you consistent quality.
    Good quality comes from consistently doing the right things.

    Vague general questions have vague general answers.
    A $100 donation is required for me to help you if you PM me asking for help. Instructions for donating to one of our local charities will be provided.

    ______________________________
    Last edited by kebo : Now. Reason: superfluous typo's

  3. #3
    Super Moderator Shaggy Hiker's Avatar
    Join Date
    Aug 2002
    Location
    Idaho
    Posts
    39,041

    Re: How do you get your developed programs, "out into the world"?

    I've published things using ClickOnce. People go to a website and can install the application by clicking on a URL. So, that's an option, but the application is still getting installed on the users computer, which doesn't really sound like what your teacher was thinking of.
    My usual boring signature: Nothing

  4. #4

    Thread Starter
    Junior Member
    Join Date
    May 2015
    Location
    SoCal.
    Posts
    16

    Re: How do you get your developed programs, "out into the world"?

    Quote Originally Posted by Shaggy Hiker View Post
    I've published things using ClickOnce. People go to a website and can install the application by clicking on a URL. So, that's an option, but the application is still getting installed on the users computer, which doesn't really sound like what your teacher was thinking of.
    Yeah but that still sounds interesting, could you further explain the getting your application into a URL for download?

  5. #5
    Member
    Join Date
    Mar 2015
    Posts
    39

    Re: How do you get your developed programs, "out into the world"?

    Upload your file to dropbox and copy the download link. Change the end from "=0" to "=1" and give people that link that link.

  6. #6
    PowerPoster Evil_Giraffe's Avatar
    Join Date
    Aug 2002
    Location
    Suffolk, UK
    Posts
    2,555

    Re: How do you get your developed programs, "out into the world"?

    If you're talking about distributing the source code, then pushing it to GitHub would be an option.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width