Real Estate Forums

Coding HTML, ASP, PHP, JAVA MYSQL and more. All coding questions should be asked here.

Reply
 
Thread Tools Display Modes
Old 03-19-2007, 11:38 AM
REindex.com REindex.com is offline
banned
 
Join Date: Mar 2006
Posts: 9
REindex.com is on a distinguished road
Default Free Java Code for Value Estimator

Here's a way any real estate professional can add a value estimator to their personal web page.

Some large “display” and “lead generation” sites have tried to reduce valuing a home to a programmers equation. So, why not add your own “Value Estimator” to your pages? The free script code at the bottom will

help you put one on your own site. You just have to change a few numbers and a little text.

This “estimating formula” can be put on any web page for a “generic” valuation. It incorporates your personal knowledge of, assessment (each town can be near or far from market value), recent sales, recent sale

to list price, days on the market, etc. The value is different for each town (and each agent) because the variables are different, and are valued differently, by agents.

My own formula used to be 1.35 times assessed value, but of course only after I verified that the assessed value had been done in the past year. (In my town, sometimes an occupied home is still being assessed

as a piece of land with no improvements.) Example: $100,000 assessment = around $135,000 value before actually looking at the property. My 1.35 formula has changed as marketing time changes, sales

increase or slow down and other variables adjust. But, I always have a formula I can use in a pinch to converse with owners and buyers. So, I put that on my web page for the curious surfers. Anyway...

Once you have decided on the multiplyer value for your formula:
1. Copy the script below into a text editor like “Notepad”, and save it for future reference.
(I only request that you keep the "developed by" statement when you add the code to your pages.)
2. Replace the 1.35 with your own multiplier. (No negative numbers, but choose some number you decide on more than 0.00, that when multiplied by the assessed value gives an estimate of value in your town

that you are comfortable with.) This value can be changed as often as your market conditions change.
3. Change "Cape Group's Estimate of Your Current Value is", (Cape Group is the name of my real estate company) to "Your Name or Company's Name Estimate of Your Current Value is".
4. Save the changes.
5. Copy and paste the code where you want it to appear, in the page you want the value estimator on.
(You can see the Cape Group Value estimator page here: Removed )
6. Tell people about it! Now you can be the local “Value Estimator” for buyers and sellers.

<!-- Start REindex Value Estimator -->
<script type="text/javascript">
<!--
function process(task){
var f1 = document.getElementById("field1");
var ans = document.getElementById("field3");
if(task == "multiply")
ans.value = f1.value * 1.35;
if(task == "reset"){
ans.value = "";
f1.value = "";
}
}
-->
</script>
</head>
<body>
<br />Enter Your Current <I>Assessed Value</I> <input type="text" id="field1" />
<br />
<br /><input type="button" value="Calculate my value please." onclick="process('multiply')" />
<br />
<br />Cape Group's Estimate of Your Current Value is <input type="text" id="field3" />
<br />
<br />
<input type="button" value="Reset" onclick="process('reset')" />
<br />
<br />


<!-- End REindex Value Estimator -->

Happy Listing and Selling!

removed, The Site Engine(sm)
508-495-1000

Last edited by webmaster; 03-20-2007 at 11:11 PM.
Reply With Quote
Old 03-19-2007, 07:34 PM
REW Fergus's Avatar
REW Fergus REW Fergus is offline
Real Estate Webmasters Staff
 
Join Date: Aug 2006
Location: Nanaimo, BC
Posts: 588
REW Fergus is on a distinguished road
Default Re: Free Java Code for Value Estimator

Minor correction: please note that Java and Javascript are entirely unrelated. This is Javascript, not Java, and good thing! Java would be far more cumbersome for this simple scripting application, and it would require a run-time environment be installed on the visitor's computer.
__________________
Fergus Gibson
realestatewebmasters.com
Reply With Quote
Old 03-19-2007, 10:54 PM
sdhomes sdhomes is offline
Account Disabled
 
Join Date: Jun 2004
Posts: 449
sdhomes is on a distinguished road
Default Re: Free Java Code for Value Estimator

Quote:
real estate professional can add a value estimator
contradiction in terms
__________________
Bob
Reply With Quote
Old 03-20-2007, 10:06 AM
REindex.com REindex.com is offline
banned
 
Join Date: Mar 2006
Posts: 9
REindex.com is on a distinguished road
Default Re: Free Java Code for Value Estimator

Only a contradiction to those who are willing to allow the big sites like "z illow" to one up them. This estimator is just as inacurate and just as unprofessional as the z estimates are. But, it allows us to provide the fast fix surfers are interested in.
Reply With Quote
Old 03-20-2007, 10:40 PM
webmaster's Avatar
webmaster webmaster is offline
Administrator
 
Join Date: Apr 2004
Posts: 13,767
webmaster will become famous soon enough
Default Re: Free Java Code for Value Estimator

Here is a way to get yourself banned from REW Forums

Completely ignore the rules and post shameless self promotion that (Granted some members have fun picking apart) but in reality add nothing to the community.
__________________
Want to save up to 50% off Real estate webmasters product websites & common upgrades? Check out my latest blog post regarding our end of the year sale.
Reply With Quote
Old 03-21-2007, 04:43 PM
REW Fergus's Avatar
REW Fergus REW Fergus is offline
Real Estate Webmasters Staff
 
Join Date: Aug 2006
Location: Nanaimo, BC
Posts: 588
REW Fergus is on a distinguished road
Default Re: Free Java Code for Value Estimator

His Javascript and HTML sucked.
__________________
Fergus Gibson
realestatewebmasters.com
Reply With Quote
Old 03-21-2007, 04:45 PM
BarryC BarryC is offline
Real Estate Web Guru
 
Join Date: Dec 2006
Posts: 449
BarryC is on a distinguished road
Default Re: Free Java Code for Value Estimator

lol
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



For our members

Main Sections

IDX Coverage Areas

Spiders Welcome

All times are GMT -7. The time now is 06:07 PM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.