Microsoft Download Center Archive

Microsoft Office Live Small Business Code Sample: Property Value Estimator

  • Published:
  • Version: 2.0
  • Category: SDK
  • Language: English

This download installs a sample code mashup for Microsoft Office Live Small Business. The mashup uses APIs provided by Zillow to estimate the value of the property located at the home address of a business contact included in Contact Manager.

  • This download installs a sample code mashup for Microsoft Office Live Small Business. It is designed to estimate the value of the property located at the home address of a contact included in the Business Contacts list in Contact Manager. The estimates are gathered using APIs provided by Zillow and proxies created using ASP.NET Server Page (.aspx) files. External data is retrieved using Web services provided by Microsoft Windows SharePoint Services 3.0. The functionality in this sample is available to all customers with an Office Live Small Business account.

Files

Status: Deleted

This download is no longer available on microsoft.com. The downloads below are archives provided by the Internet Archive Wayback Machine from the Microsoft Download Center prior to August 2020.

FileSHA1 HashSize
PropertyValueEstimator.exe1707f376f7bf91de168f6e92389e22236d2d8bf7115 KB

System Requirements

Operating Systems: Windows Server 2003, Windows XP Service Pack 2

  • A Microsoft Office Live Small Business account.

Installation Instructions

  • To install the code sample download, do the following:
    1. Click the Download link, and then save the file to your computer.
    2. Double-click OfficeLivePropertyEstimator.exe. The set-up program starts.
    3. Follow the instructions on the screen to copy the individual Property Value Estimator files to your computer.
    Note: By default, OfficeLivePropertyEstimator.exe copies files to the following location: C:\Microsoft Office Live Developer Resources\ Property Value Estimator Sample.

    To deploy the code sample, do the following:
    1. To get a Zillow Web Services Identification (ZWSID), register with Zillow.com at:
    https://www.zillow.com/webservice/Registration.htm
    2. Verify that contacts with home addresses exist in the Business Contacts List in Contact Manager in your Office Live Small Business account.
    3. On the left navigation bar, click Business Applications.
    4.On the left navigation bar, click Add Application.
    5. Under Select an Application, click Add or find custom applications.
    6. In the bottom box, click Upload a custom application, and then click OK.
    7. In File (.olp), click Browse and browse to the
    PropertyValueEstimator.olp file in the location to which you downloaded the sample.
    8. Click Add solution. The Property Value Estimator code sample has been added to the account as a business application.
    9. On the left navigation bar, click Business Applications.
    10. On the left navigation bar, click Property Value Estimator.
    11. In the document library, right-click zillowsample.jsx, and then click Save target as.
    12. Browse to a location, such as C:\Microsoft Office Live Developer Resources\Property Value Estimator Sample, and click Save. In the Download complete dialog box, click Close.
    13. In the location where you just saved the zillowsample.jsx file, open the file and insert your ZWSID between the quotation marks in the following section of code:
    var g_strZillowId = ""; // Zillow.com ZWSID code
    14. Save and close the zillowsample.jsx file.
    15. In Office Live Small Business, in the left navigation pane, click Property Value Estimator.



    16. Click Upload, and then Upload document.
    17. Browse to the location of the updated zillowsample.jsx file, select it, and then click Open.
    18. On the Upload document page, click OK.
    19. In the document library, click the samplepage.aspx file.

    Note: Neither the user interface nor the code in this sample has been localized. This sample will not function in an Office Live Small
    Business account with a locale other than English (United States).

Related Resources