Service Price Calculator
var hrs = 0
function doCalc(){
hrs = 0
frm = document.form1;
divheight = 0
document.getElementById('quote_des').value = '';
document.getElementById('quote_des').style.background = '#ffae00';
for ( var i=0;i
document.getElementById('quote_des').style.height = new_height+'px'; }
function formatCurrency(num) { num = num.toString().replace(/\$|\,/g,''); if(isNaN(num)) num = "0"; sign = (num == (num = Math.abs(num))); num = Math.floor(num*100+0.50000000001); cents = num%100; num = Math.floor(num/100).toString(); if(cents<10) cents = "0" + cents; for (var i = 0; i < Math.floor((num.length-(1+i))/3); i++) num = num.substring(0,num.length-(4*i+3))+','+ num.substring(num.length-(4*i+3)); return (((sign)?'':'-') + '€' + num ); } function getBudget(a){ amt = parseFloat(a) if(amt < 100){return "Under $100";} if(amt > 99 && amt < 250){return "$100 - $250";} if(amt > 249 && amt < 500){return "$250 - $499";} if(amt > 499 && amt < 1000){return "$500 - $999";} if(amt > 999 && amt < 2500){return "$1,000 - $2,499";} if(amt > 2499 && amt < 5000){return "$2,500 - $4,999";} if(amt > 4999 && amt < 7500){return "$5,000 - $7,499";} if(amt > 7499 && amt < 10000){return "$7,500 - $9,999";} if(amt > 9999 && amt < 15000){return "$10,000 - $14,999";} if(amt > 14999 && amt < 30000){return "$15,000 - $30,000";} if(amt > 30000 && amt < 50000){return "$30,000 - $50,000";} if(amt > 49999){return "$50,000+";}
}
// set interval var tid = setInterval(start_timer, 2000);
var projects_posted = 6348 var contracts_awarded = 4822 var bids_received = 24831 var designers = 52136 var ticks = 0
function start_timer() { // do some stuff... // no need to recall the function (it's an interval, it'll loop forever)
var randy=Math.floor(Math.random()*7);
ticks++;
if (ticks == 80) { abortTimer() ; }
if (randy == 0) { document.getElementById("projects_posted").innerHTML =(projects_posted + "").replace(/(\d)(?=(\d{3})+(\.\d+|)\b)/g, "$1,"); projects_posted++; } else if (randy == 6) { document.getElementById("contracts_awarded").innerHTML = (contracts_awarded + "").replace(/(\d)(?=(\d{3})+(\.\d+|)\b)/g, "$1,"); contracts_awarded++; } else if (randy == 2) { document.getElementById("bids_received").innerHTML = (bids_received + "").replace(/(\d)(?=(\d{3})+(\.\d+|)\b)/g, "$1,"); bids_received++; } else if (randy > 3) { document.getElementById("designers").innerHTML = (designers + "").replace(/(\d)(?=(\d{3})+(\.\d+|)\b)/g, "$1,"); designers++; }
}
function abortTimer() { // to be called when you want to stop the timer clearInterval(tid); }
start_timer() ;
// -->
Calculation Results Estimate
Comprehensive Design | Advanced Design | Standard Design |
€00 – €00
|
€00 – €00
|
€00 – €00
|
Please Note:
This calculator is designed to give you a rough estimate, your actual price could vary according to the web work performed.
Before you request a quote you should plan what you want in your web site and decide what your budget is. When figuring your budget compare your web design costs to the cost of other forms of advertising. The initial investment you make in your web site is very small compared to the potential for profit. Remember, the purpose of your web site is to attract new customers. How much money would just one new customer a month bring your business in a year? Take this into consideration when you decide how much you can afford to spend.