Close

Results 1 to 18 of 18
  1. #1
    Phero Dude abductor's Avatar
    Join Date
    May 2002
    Location
    London UK
    Posts
    458
    Rep Power
    8041

    Default PMixCalc - Sugestion

    visit-red-300x50PNG
    Hi folks,
    I am preparing the new version of PmixCalc, it is not still working (doesn\'t make any calculation) I am only showing the form. Them main change is that now can be made the choice drop, spray or dab. Should I also improve the graphs (more readable colors) Some suggestion and or critic?

    Check out:
    http://webdevxs.com/pms/pmixcalc_form.html

    PS - Calculation base is:
    1 spray = 0.13ml , 1 dab = 0.01ml, 1 drop = 0.05ml

  2. #2
    Phero Dude
    Join Date
    Jan 2003
    Posts
    596
    Rep Power
    7808

    Default Re: PMixCalc - Sugestion

    \"Them main change is that now can be made the choice drop, spray or dab\"

    Thats good for a change ! Thx alot for your effort , its definetly very appriciated ! I think the bars are ok the way they are + good luck with the updating...

    btw, the calculation seems alright too ..u can\'t nail it exactly anyways but its good for an estimate !

  3. #3
    Phero Enthusiast
    Join Date
    Mar 2003
    Posts
    256
    Rep Power
    7738

    Default Re: PMixCalc - Sugestion

    Abductor,
    For a long time that I was wondering when you guys would update the calculator. I think that now it is cool... however, I think that you guys should put its link at the top of the forum page, so every guys out here will know the existence of the calculator.
    Keep the good work... [img]/ubbthreads/images/graemlins/smile.gif[/img]

  4. #4
    Full Member
    Join Date
    May 2003
    Posts
    137
    Rep Power
    7666

    Default Re: PMixCalc - Sugestion

    hey that handy, i just found out it existed...lol...but how can u use it to calculate gel packs of SoE?

  5. #5
    Banned User
    Join Date
    Apr 2003
    Location
    Georgia, USA
    Posts
    841
    Rep Power
    0

    Default Re: PMixCalc - Sugestion

    When I try to use the calculate button after selecting it times out.

  6. #6
    Full Member
    Join Date
    May 2003
    Posts
    137
    Rep Power
    7666

    Default Re: PMixCalc - Sugestion

    same here

  7. #7
    Phero Pro
    Join Date
    Apr 2003
    Posts
    833
    Rep Power
    7773

    Default Re: PMixCalc - Sugestion

    dude, you fkin rock!

  8. #8
    Full Member
    Join Date
    Feb 2003
    Posts
    116
    Rep Power
    7765

    Default Re: PMixCalc - Sugestion

    Would it be possible to increase the number of pheromone products from 3 to say 5?

  9. #9
    Phero Enthusiast
    Join Date
    Mar 2003
    Posts
    256
    Rep Power
    7738

    Default Re: PMixCalc - Sugestion

    </font><blockquote><font class=\"small\">Quote:</font><hr />
    hey that handy, i just found out it existed...lol...but how can u use it to calculate gel packs of SoE?

    <hr /></blockquote><font class=\"post\">

    I think that the SOE gel is the easyest product to measure because you just have to divide the pack by parts. For example, if you want to take an exactlly amount of Nol to put on a mix, just take the total amount of Nol (0.086 - 0.086/5 = 0.0688), and then see: 1/2 of the gel has 0.0688/2 Nol = 0.0344 and so on.... [img]/ubbthreads/images/graemlins/wink.gif[/img]

  10. #10
    Bodhi Satva CptKipling's Avatar
    Join Date
    May 2002
    Location
    UK
    Posts
    5,142
    Rep Power
    8528

    Default Re: PMixCalc - Sugestion

    abductor,

    I didnt mean to steal your thunder or anything, but i created an \"Experimentors Spreadsheet\" in Excell, which bascilly does everything that *I* would find usefull. I was hoping to get that hosted by bruce or something. It *is* different to your mix calculator.


    Oh and the dab volume of an alcohol based product is approx. 0.03 ml

  11. #11
    Phero Enthusiast
    Join Date
    Mar 2003
    Posts
    256
    Rep Power
    7738

    Default Re: PMixCalc - Sugestion

    CK,
    Can you send me your spreadsheet?

  12. #12
    Phero Pro
    Join Date
    Apr 2003
    Posts
    833
    Rep Power
    7773

    Default Re: PMixCalc - Sugestion

    Can u pm me the spread sheet aswell [img]/ubbthreads/images/graemlins/smile.gif[/img]

  13. #13
    Phero Dude abductor's Avatar
    Join Date
    May 2002
    Location
    London UK
    Posts
    458
    Rep Power
    8041

    Default Re: PMixCalc - Sugestion

    </font><blockquote><font class=\"small\">Quote:</font><hr />
    abductor,
    I didnt mean to steal your thunder or anything, but i created an \"Experimentors Spreadsheet\" in Excell, which bascilly does everything that *I* would find usefull. I was hoping to get that hosted by bruce or something. It *is* different to your mix calculator.
    Oh and the dab volume of an alcohol based product is approx. 0.03 ml

    <hr /></blockquote><font class=\"post\">
    [img]/ubbthreads/images/graemlins/cool.gif[/img]
    Please send it to me [img]/ubbthreads/images/graemlins/wink.gif[/img] I am remodeling the designer of the PmixCalc page and I can put it in my server ..

    ok Folks,
    I will try show what happend when you use PmixCalc.
    I will try show it in Pseudo-programming-language.
    I do it because i need to know if my think is OK.


    STEPS (just the basic):
    1 - The script cat your product choose and ask to
    Mysql server: How many phero amount (in one drop) I have in this select?
    Example:
    I select NPA and Mysql return:
    one_npa_drop = 0.024 none

    2 - The script know that one_npa_drop = 0.024 none then the script cat the amount that you choose and make this calculation:
    Example:
    You choose that you want use 2 drops. Calculation is:
    total_mone_in_product_1 = 0.024 none * 2 = 0.048 none

    3 - The script cat total_mone_in_product_1 value and send to other script that will draw the chart.

    eof_END OF FILE

    Well, the script do this to all 3 products.

    In this upgrade I think that I can make calculations with dab and spray without make any change in mysql pheromone table (values is in drop)..

    this way (after /* is comment):
    /************************************************/

    IF drop is SELECT do all above with any change;
    /* it is direct from mysql
    /* \'cause value is in a drop

    IF dab is SELECT do this: /* dab type is select
    one_npa_dab = one_npa_drop/5 /* bacause one drop is 5X dab

    IF spray is SELECT do this:
    one_nap_spray = one_npa_drop * 2.6

    /* 1 spray have 2.6 more phero
    /* than 1 drop. My think is:
    /* 3 rule: 1 drop = 0.05
    /* x drop = 0.13 then
    /* x drop = 2.6

    eof

    IF all this above is correct i think \"PmixCalc RELOAD\" is done :-)
    Else ..
    Please Send-me the fix-bug ..

    Thanks ALL

    PS-&gt; The link in main of this post is only a html form without any caculation function, bacause that, when you click in calculation button nothing happend. It is just to show how this version will be.

  14. #14
    Full Member Sunny's Avatar
    Join Date
    Sep 2003
    Posts
    185
    Rep Power
    7534

    Default Re: PMixCalc - Sugestion

    I can\'t find

    the online mixing calculator any more. Where did it go to?

    Thanks!

    Sunny

  15. #15
    Phero Enthusiast
    Join Date
    May 2003
    Posts
    321
    Rep Power
    7680

    Default Re: PMixCalc - Sugestion


  16. #16
    Full Member Sunny's Avatar
    Join Date
    Sep 2003
    Posts
    185
    Rep Power
    7534

    Default Re: PMixCalc - Sugestion

    I asked because

    the link did not work a few hours ago. Now it works. Thank you!

    Sunny

  17. #17
    Full Member Sunny's Avatar
    Join Date
    Sep 2003
    Posts
    185
    Rep Power
    7534

    Default Re: PMixCalc - Sugestion

    Again it

    doesn\'t work today.

    Both links give the error message

    \"DomĂnio temporariamente fora do ar, desculpe o

    transtorno.\"

    Sunny

  18. #18
    Full Member Sunny's Avatar
    Join Date
    Sep 2003
    Posts
    185
    Rep Power
    7534

    Default Re: PMixCalc - Sugestion

    And now it\'s

    working again...
    Okay, I get it, I need more patience... [img]/ubbthreads/images/graemlins/smirk.gif[/img]

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. PmixCalc is Update!
    By abductor in forum Pheromone Discussion
    Replies: 31
    Last Post: 07-08-2003, 05:19 PM

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
  •