looking for a calculator script \development

Discussion in 'Programming' started by koderius, Sep 11, 2014.

  1. #1
    hi all

    I need to create a "radiation calculator" in a joomla site.
    the form should ask the user
    a fe questions about his apartment and its whereabouts (near a cell antenna or not for example)
    and present a result after user clicks "calculate".
    i wasn't able to find a module\component that can show these options AND make a calculation based on that.

    Any recommendations ?

    if you are a developer and u think u can develop something like this in a fair price - pls pm me.

    thanks !
     
    koderius, Sep 11, 2014 IP
  2. koderius

    koderius Well-Known Member

    Messages:
    213
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    148
  3. PoPSiCLe

    PoPSiCLe Illustrious Member

    Messages:
    4,623
    Likes Received:
    725
    Best Answers:
    152
    Trophy Points:
    470
    #3
    This isn't even a proper calculator - as I understand it, it's a BS "calculator" which is gonna tell a user what kind of "radiation-levels" (sic!) for a given location. That means, based on the answers given, you have some set values that are either added or subtracted to form an answer. This is a very basic form, with a few lines of either javascript or php doing the "calculation"
     
    PoPSiCLe, Sep 11, 2014 IP
  4. koderius

    koderius Well-Known Member

    Messages:
    213
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    148
    #4
    You got that right Popsicle.
    Alas , i am not a developer and i couldnt find anything on that resembles it .
    (that is compatible to a joomla RTL site).
     
    koderius, Sep 11, 2014 IP
  5. Nigel Lew

    Nigel Lew Notable Member

    Messages:
    4,642
    Likes Received:
    406
    Best Answers:
    21
    Trophy Points:
    295
    #5
    Nigel Lew, Sep 11, 2014 IP
  6. koderius

    koderius Well-Known Member

    Messages:
    213
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    148
    #6
    thanks mate , maybe that shall work out.
    the client wants nasty variables.so i hope i can twist it around enough.
     
    koderius, Sep 11, 2014 IP
  7. Nigel Lew

    Nigel Lew Notable Member

    Messages:
    4,642
    Likes Received:
    406
    Best Answers:
    21
    Trophy Points:
    295
    #7
    No worries, glad I could lend a hand hopefully. I have had clients trying to get me to do all sorts of stupid shit for 2 weeks now. You are not alone lol..

    Nigel
     
    Nigel Lew, Sep 11, 2014 IP
  8. PoPSiCLe

    PoPSiCLe Illustrious Member

    Messages:
    4,623
    Likes Received:
    725
    Best Answers:
    152
    Trophy Points:
    470
    #8
    People are idiots, especially clients - however, I would be intrigued to know how this is supposed to work - is the user meant to select given answers from a list of possible ones? Or is there any free-text input? If it's the latter, tell the customer "this isn't happening", since there is NO WAY to interprete what is written coherently without human involvement. If it's only select-boxes with different answers and values, this is a fairly simple thing to build, just build the HTML-form first, and then do the calculating bit afterwards.
     
    PoPSiCLe, Sep 12, 2014 IP