Sample of our Normal Home Price Evaluator July 12 2013.

4
Sample of our Normal Home Price Evaluator July 12 2013

Transcript of Sample of our Normal Home Price Evaluator July 12 2013.

Page 1: Sample of our Normal Home Price Evaluator July 12 2013.

Sample of our NormalHome Price Evaluator

July 12 2013

Page 2: Sample of our Normal Home Price Evaluator July 12 2013.

Home Price Evaluator

Jan-05 102%Feb-05 102%Mar-05 103%Apr-05 104%

May-05 105%

Hello Programmer,We do home price graphs for multiple cities eg Abbotsford Top,. The job we want to hire you to do is to make this graph dynamic on our web-page.Two Phases

Phase 1 - Get the graph goingPhase 2 - Draw xml data to change cities

Phase 1 - Get the graph goingI need a web-based interactive charts like highcharts.com or FusionCharts built from the following xls data sheet. This xls will show you two needed data inputs: 1) The Date2) the multiplier which is determined by the date of previous purchase.You will need Vlookup, Hlookup or index match to match the date to the multiplier%

So we ask the public two questions. A. How much did they pay for the house? B. When did they buy their house (in the date drop-down).

You need to use vlookup or hlookup or some other table look up to determine the corresponding multiplier for the imported date. With these two pieces of inputted data, the graph will be generated. You can try it now by going to the xls and changing the value in the yellow cell. Note The date cell is not dynamically looking up the corresponding multiplier and currently we have to manually populate the second data.

Page 3: Sample of our Normal Home Price Evaluator July 12 2013.

How to Code on IntranetSitesTo create a new web-page, hit Add/Reply to create a new webpage in there you can edit the source code. The source code is where you store your all html. Where is the FTP you ask?On this Ipage you can add your files such as javascript and xml. You can reference your code files with this url -

http://coughlinteam.com/intranetimages/coughlinteam/users/6874/Ideas__Appetites.jpg.

/users/6874 references your User IdThe file name is the name of file that you put up. Your folder is eg:

http://coughlinteam.com/intranetimages/coughlinteam/users/6874/ *.*You would reference your files in your folder without the domain name /intranetimages/coughlinteam/users/6874/ *.*

Page 4: Sample of our Normal Home Price Evaluator July 12 2013.

How to get started

• Please make the simplest graph using this Xls Click hereWrite the js and the HTML to run it.Load it onto our ServerI will help you do thisBill