Page 1 of 2 12 LastLast
Results 1 to 10 of 11

Thread: Selling binaries of an application

  1. #1
    Join Date
    Jul 2012
    Posts
    198
    Thanks
    54
    Thanked 3 Times in 3 Posts

    Default Selling binaries of an application

    Can any one suggest how to sell binaries of an application. Who want this binary codes and what is its purpose?

    I have an eCommerce applications and developed some additional modules in it.. how can i sell binaries of it.. who want this ?

    Your valuable suggestions are highly appreciated...

  2. #2
    Join Date
    Apr 2008
    Location
    So.Cal
    Posts
    3,643
    Thanks
    63
    Thanked 516 Times in 502 Posts
    Blog Entries
    5

    Default

    Quote Originally Posted by letom View Post
    Can any one suggest how to sell binaries of an application. Who want this binary codes and what is its purpose?
    what is your question? You "sell things" by charging money in exchange for giving them to people. Before selling something, you need to make sure that you have the legal rights to do so. You may need to consider sales tax as well.

    "Who wants it," "What is its purpose" - I don't know. I don't even know what it is.

    If you would like to explain your question further, please do so; otherwise I'll be closing this thread tomorrow.

  3. #3
    Join Date
    May 2012
    Location
    Hitchhiking the Galaxy
    Posts
    1,013
    Thanks
    46
    Thanked 139 Times in 139 Posts
    Blog Entries
    1

    Default

    Understandably, I am a little confused as to what the question is, but I'll have a shot.

    I'm not sure what's happening with "what is its purpose", but my ol' pal wikipedia can help:
    http://en.wikipedia.org/wiki/Binary_file

    Bizarrely, the only way I can think of actually selling said binaries online is through an e-commerce system, linked up to paypal.

    As to who wants it, I suppose you'd first need to answer the question of who buys this kind of product, and then from that you can get how and where you should market it.
    "Most good programmers do programming not because they expect to get paid or get adulation by the public, but because it is fun to program." - Linus Torvalds
    Anime Views Forums
    Bernie

  4. #4
    Join Date
    Jul 2012
    Posts
    198
    Thanks
    54
    Thanked 3 Times in 3 Posts

    Default

    Quote Originally Posted by traq View Post
    what is your question? You "sell things" by charging money in exchange for giving them to people. Before selling something, you need to make sure that you have the legal rights to do so. You may need to consider sales tax as well.

    "Who wants it," "What is its purpose" - I don't know. I don't even know what it is.

    If you would like to explain your question further, please do so; otherwise I'll be closing this thread tomorrow.

    Selling a very small module or apps developed from my own ideas and my own programming skill is unethical ? This is first time iam hearing such a moderation . If am the developer of it, i have full right over that, not the ownership is copied to others.. The App is totally my OWN. From reading your statement, it seems you are not talking about subject, but about taxes and some things unrelated things...

    Thanks

  5. #5
    Join Date
    Jul 2012
    Posts
    198
    Thanks
    54
    Thanked 3 Times in 3 Posts

    Default

    Quote Originally Posted by bernie1227 View Post
    Understandably, I am a little confused as to what the question is, but I'll have a shot.

    I'm not sure what's happening with "what is its purpose", but my ol' pal wikipedia can help:
    http://en.wikipedia.org/wiki/Binary_file

    Bizarrely, the only way I can think of actually selling said binaries online is through an e-commerce system, linked up to paypal.

    As to who wants it, I suppose you'd first need to answer the question of who buys this kind of product, and then from that you can get how and where you should market it.
    Thanks @ Bernie for your information from Wiki ... Yes i know this topic causes little confusion

    My Question is - some people says you can sell the application you developed in form of binaries also, instead of full package. My question is who want this binaries ? why they want binaries instead of full package ?

    I think expertise programmers can only know about this topic ..

    Thanks

  6. #6
    Join Date
    Apr 2008
    Location
    So.Cal
    Posts
    3,643
    Thanks
    63
    Thanked 516 Times in 502 Posts
    Blog Entries
    5

    Default

    Quote Originally Posted by letom View Post
    Selling a very small module or apps developed from my own ideas and my own programming skill is unethical ?
    I didn't say that.

    I said you should be sure that you have the legal rights to sell your app (e.g., that you are not infringing on any copyrights, patents, intellectual property laws, and/or licensing agreements).


    Quote Originally Posted by letom View Post
    i have full right over that, not the ownership is copied to others.. The App is totally my OWN.
    You didn't say that.

    You said that you "have" an application, and have developed "additional modules" for it (which, in and of itself, suggests that you may not be the owner/developer of the base application). You didn't mention how you obtained it, nor did you hint much at the possibility that you wrote the whole thing yourself.


    Quote Originally Posted by letom View Post
    From reading your statement, it seems you are not talking about subject, but about taxes and some things unrelated things...
    Again, if you want an answer on a particular topic, please be more concise when asking. This is why I asked for clarification about what your question actually was about - from your OP, "how to sell" seemed to be the topic: therefore, taxes and other legal aspects of business transactions did not seem to be "unrelated things."


    Quote Originally Posted by letom View Post
    My Question is - some people says you can sell the application you developed in form of binaries also, instead of full package. My question is who want this binaries ? why they want binaries instead of full package ?
    What language is your application written in?

    Some languages are interpreted (e.g., PHP, javascript, python), and so have no "binaries" - they run directly from the source code.

    On the other hand, programs written in compiled languages are often released as binaries because it is typically easier for an end-user to install (the app could include an installer, for example, so the user isn't required to compile the program themselves from the source code); this also gives the source code some measure of protection against (accidental?) alteration, copying, or reverse-engineering.
    Last edited by traq; 12-31-2012 at 05:07 AM.

  7. #7
    Join Date
    Jul 2012
    Posts
    198
    Thanks
    54
    Thanked 3 Times in 3 Posts

    Default

    Quote Originally Posted by traq View Post
    I didn't say that.

    I said you should be sure that you have the legal rights to sell your app (e.g., that you are not infringing on any copyrights, patents, intellectual property laws, and/or licensing agreements).



    You didn't say that.

    You said that you "have" an application, and have developed "additional modules" for it (which, in and of itself, suggests that you may not be the owner/developer of the base application). You didn't mention how you obtained it, nor did you hint much at the possibility that you wrote the whole thing yourself.



    Again, if you want an answer on a particular topic, please be more concise when asking. This is why I asked for clarification about what your question actually was about - from your OP, "how to sell" seemed to be the topic: therefore, taxes and other legal aspects of business transactions did not seem to be "unrelated things."



    What language is your application written in?

    Some languages are interpreted (e.g., PHP, javascript, python), and so have no "binaries" - they run directly from the source code.

    On the other hand, programs written in compiled languages are often released as binaries because it is typically easier for an end-user to install (the app could include an installer, for example, so the user isn't required to compile the program themselves from the source code); this also gives the source code some measure of protection against (accidental?) alteration, copying, or reverse-engineering.
    Nice to hear from you... Your answers are now truly legible for me.
    That means the use of binaries is only for making an installer for an app and some source of protection..

    Can we charge more for binaries than that off the application ?

  8. #8
    Join Date
    Apr 2008
    Location
    So.Cal
    Posts
    3,643
    Thanks
    63
    Thanked 516 Times in 502 Posts
    Blog Entries
    5

    Default

    you can charge however you please - just take into consideration what your buyers might consider a fair price as well.

    I don't often see binaries and source code being sold side-by-side... usually, if something's sold as a binary app, the source package isn't available (or is sometimes made open source). But that doesn't mean you couldn't do it.

  9. #9
    Join Date
    May 2012
    Location
    Hitchhiking the Galaxy
    Posts
    1,013
    Thanks
    46
    Thanked 139 Times in 139 Posts
    Blog Entries
    1

    Default

    I don't see why a user would be willing to spend more on the binarys than the application.

    Out of curiosity, are you looking more towards selling the binarys or the app?
    "Most good programmers do programming not because they expect to get paid or get adulation by the public, but because it is fun to program." - Linus Torvalds
    Anime Views Forums
    Bernie

  10. #10
    Join Date
    Apr 2008
    Location
    So.Cal
    Posts
    3,643
    Thanks
    63
    Thanked 516 Times in 502 Posts
    Blog Entries
    5

    Default

    indeed - if your software is a web-based package, it might be more practical to sell licenses (or possible host it yourself, and offer the software as a service [SaaS]).

Similar Threads

  1. Web Application
    By techietim in forum PHP
    Replies: 1
    Last Post: 03-17-2009, 08:28 PM
  2. Eclipse "Launch Failed: No Binaries"
    By Trinithis in forum Other
    Replies: 2
    Last Post: 10-11-2007, 10:56 PM
  3. Replies: 1
    Last Post: 11-23-2006, 02:11 PM
  4. PHP & Web Application
    By Voyager2k@msn.com in forum PHP
    Replies: 1
    Last Post: 07-23-2006, 09:11 AM
  5. policy about selling a website using a dynamic drive script?
    By tekno2600 in forum Dynamic Drive scripts help
    Replies: 1
    Last Post: 01-23-2005, 07:56 AM

Bookmarks

Posting Permissions

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