pixel.gif (43 bytes)
pixel.gif (43 bytes)
header_logo1.jpg (5499 bytes) Shopping Cart
Customer Login
Register
pixel.gif (43 bytes)
pixel.gif (43 bytes)
pixel.gif (43 bytes)
Providing affordable, ready-made and custom calculators for websites since 1997
pixel.gif (43 bytes)
pixel.gif (43 bytes)
pixel.gif (43 bytes)
Home    Browse Calculators    Calculator License Prices    Help & Support    About Web Winder
pixel.gif (43 bytes)
pixel.gif (43 bytes)
pixel.gif (43 bytes)
Home > Free Site Traffic Magnets > Free Calculators > Real Hourly Wage Calculator Installation
pixel.gif (43 bytes)
pixel.gif (43 bytes)
pixel.gif (43 bytes)
Home

Free Traffic Magnets
  • STM Calculators
  • Free Quiz Maker

    Calculators

    Pricing

    Help & Support

    About Us

    Site Map

    Privacy Policy

  • pixel.gif (43 bytes)
    Installation Instructions: Real Hourly Wage Calculator

    Terms of Use: You may install this Real Hourly Wage Calculator on your site for free, so long as my copyright info remains embedded in the code and the link back to my website is visible on the page you install the calculator on. You will find a link to the installation page located just beneath the calculator on this page.

    If you would like to purchase a license for the latest commercial grade (professional) version of this calculator, please visit our Commercial Calculator Center.

    If you would simply like to use an upgraded version of this calculator for your own personal use, I invite you to try our ever-growing collection of consumer-oriented calculators on our free online calculator use website for consumer decision making, discovery, and learning.

    Below are the instructions for installing the Real Hourly Wage Calculator on your website:

    Step #1: Select and copy the script from the following text box, then paste between the <HEAD> and </HEAD> tags of the page you are installing the calculator on.
    Step #2: Select and copy the following HTML form code, then paste in the desired location between the <BODY> and </BODY> tags of the page you are installing the calculator on.
    <form method="post">
    <table BORDER="1" CELLSPACING="0" CELLPADDING="4">

    <tr>
    <td align="center" COLSPAN="2">
    <font face='arial'><big><strong>Real Hourly Wage Calculator</strong></big></font>
    </td>
    </tr>

    <tr>
    <td COLSPAN="2">
    <font face='arial'><small>So your boss told you that you were getting paid $10 an hour? Don't
    believe it! This calculator will show you how much you're REALLY profiting (after-tax,
    after work-related-expense take-home) from each hour you devote to working--both paid and
    unpaid. But wait! Before you approach your boss with this startling computation, make sure
    you see both sides. You know, your boss's "side" and the "outside!"
    ;-)</small></font>

    </td>
    </tr>

    <tr>
    <td bgcolor="#CCCCCC" colspan="2"><font face='tahoma,arial'><small><strong>Take Home Pay</strong></small><font></td>
    </tr>

    <tr>
    <td><font face='arial'><small>Enter your take-home pay per pay period:</small></font></td>
    <td><input TYPE="text" NAME="takehome" SIZE="15"></td>
    </tr>

    <tr>
    <td><font face='arial'><small>Number of pay periods per year:</small></font></td>
    <td><input TYPE="text" NAME="ppy" SIZE="4"></td>
    </tr>

    <tr>
    <td bgcolor="#CCCCCC" colspan="2"><font face='tahoma,arial'><small><strong>Time Allocated to Work</strong></small><font></td>
    </tr>

    <tr>
    <td><font face='arial'><small>Enter number of workdays per pay period:</small></font></td>
    <td><input TYPE="text" NAME="workdays" SIZE="4"></td>
    </tr>

    <tr>
    <td><font face='arial'><small>Enter number of paid workhours per workday:</small></font></td>
    <td><input TYPE="text" NAME="paidhrs" SIZE="4"></td>
    </tr>

    <tr>
    <td><font face='arial'><small>Enter minutes of unpaid breaks per workday:</small></font></td>
    <td><input TYPE="text" NAME="unpaidmin" SIZE="4"></td>
    </tr>

    <tr>
    <td><font face='arial'><small>Enter minutes of work-related commute time per workday:</small></font></td>
    <td><input TYPE="text" NAME="commute" SIZE="4"></td>
    </tr>

    <tr>
    <td><font face='arial'><small>Enter minutes spent getting ready for work per workday:</small></font></td>
    <td><input TYPE="text" NAME="getready" SIZE="4"></td>
    </tr>

    <tr>
    <td bgcolor="#CCCCCC" colspan="2"><font face='tahoma,arial'><small><strong>Unreimbursed, Work-Related Expenses</strong></small><font></td>
    </tr>

    <tr>
    <td><font face='arial'><small>Number of work-related miles you drive your own car per workday:</small></font></td>
    <td><input TYPE="text" NAME="carmiles" SIZE="5"></td>
    </tr>

    <tr>
    <td><font face='arial'><small>Other work-related transportation costs per workday:</small></font></td>
    <td><input TYPE="text" NAME="othertran" SIZE="9"></td>
    </tr>

    <tr>
    <td><font face='arial'><small>Your share of daycare expenses per pay period:</small></font></td>
    <td><input TYPE="text" NAME="daycare" SIZE="9"></td>
    </tr>

    <tr>
    <td><font face='arial'><small>Dining out expense per workday:</small></font></td>
    <td><input TYPE="text" NAME="meals" SIZE="9"></td>
    </tr>

    <tr>
    <td><font face='arial'><small>Unreimburse Work-related Clothing Expenses per month:</small></font></td>
    <td></b><input TYPE="text" NAME="clothing" SIZE="9"></td>
    </tr>


    <tr>
    <td align="center" colspan="2"><input TYPE="button" VALUE="Calculate" ONCLICK="compute(this.form)"><input TYPE="button" VALUE="Clear Form" ONCLICK="ClearForm(this.form)"></td>
    </tr>

    <tr>
    <td bgcolor="#CCCCCC" colspan="2"><font face='tahoma,arial'><small><strong>Results</strong></small><font></td>
    </tr>

    <tr>
    <td>
    <font face='arial'><small>Monthly Take-Home:</small></font></td>
    <td><input TYPE="text" NAME="MoIncome" SIZE="9"></td>
    </tr>

    <tr>
    <td>
    <font face='arial'><small>Monthly Work-Related Expenses:</small></font></td>
    <td><input TYPE="text" NAME="MoExp" SIZE="9"></td>
    </tr>

    <tr>
    <td>
    <font face='arial'><small>Monthly Net-Profit:</small></font></td>
    <td><input TYPE="text" NAME="MoProfit" SIZE="9"></td>
    </tr>

    <tr>
    <td>
    <font face='arial'><small>Monthly Work-Related Hours:</small></font></td>
    <td><input TYPE="text" NAME="MoHours" SIZE="9"></td>
    </tr>

    <tr>
    <td>
    <font face='arial'><small>Real Hourly Wage:</small></font></td>
    <td><input TYPE="text" NAME="RHW" SIZE="9"></td>
    </tr>

    <tr>
    <td align="center" COLSPAN="2"><font face='tahoma,arial'><small><small>Copyright © 1997-2024<i> <a href='http://www.webwinder.com'>Web Winder Site Traffic Magnets</a></i>. All rights reserved.</small></small></font></td>
    </tr>

    </table>
    </form>
    Step #3: Edit the form HTML to match the look and feel of your site, then save and upload the page to your server and you're done!

    **Please note that we do not provide support or installation help for the free versions of our calculators. We do provide support and installation help for our professional versions.




    pixel.gif (43 bytes)
    pixel.gif (43 bytes)
    pixel.gif (43 bytes)
    Home > Free Site Traffic Magnets > Free Calculators > Real Hourly Wage Calculator Installation
    pixel.gif (43 bytes)
    pixel.gif (43 bytes)
    pixel.gif (43 bytes)
    Home    Browse Calculators    Calculator License Prices    Help & Support    About Web Winder
    pixel.gif (43 bytes)
    pixel.gif (43 bytes)
    pixel.gif (43 bytes)
    Copyright © 1997 - 2024 Web Winder Website Services, All Rights Reserved

    Contact: Dan Peterson
    P.O. Box 11
    Bemidji, MN 56619
    (218) 243-2263

    pixel.gif (43 bytes)
    pixel.gif (43 bytes)