Back to FindSchool.ca
API : Property School Locator (PSL) Html Control - Demo Page

Introduction    Let's try    Easy to use     Price and Service    Screen Shots of Live Sites

--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Introduction

Usually there is a property list in a real estate agent's web site and we can click each property to see details. PSL is used to automatically show home school information for every property. It works in two modes.

One mode is for the web site’s guest users – Public Mode.
A random user could browse properties in the web site. The school information to these users are limited. It is same as public free version in findschool.ca.

The other mode is for web site's registered users – Member Mode.
If the agent's web site has the feature that allows users to register as members and the users are browsing the web site as members, these users can see PSL working in this mode. In member mode, the users should be browsing the web site as logged-on users. The member users can print, see French Immersion Program information and more which is same as the membership in findschool.ca. Also the school information to these users is unlimited.

--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Let's try

Change Size: width(px) height(px)

Change Property Address:

Change Mode:


--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------


--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

If you want to make the control even bigger, you can try the other style (click the link).

Easy to use

Step 1: You need to reference css and scripts of JQuery, GoogleMap, Json and FindSchool in your property page.
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js" type="text/javascript"></script>
<script src="http://maps.google.com/maps/api/js?sensor=false&language=en&libraries=geometry" type="text/javascript"></script>
<script src="http://ajax.cdnjs.com/ajax/libs/json2/20110223/json2.js" type="text/javascript"></script>
<script src="http://www.findschool.ca/web/ApiV2/js?appid=apiv2demo&fid=1" type="text/javascript"></script>
<link type="text/css" rel="stylesheet" href= "http://www.findschool.ca/web/ApiV2/css?appid=apiv2demo&fid=1" />

Step 2: Define a div to show PSL
<div id="schoollocator" ></div>

Step 3: Create PSL and Done!
var vSchLocator = null;
		var myOptions = {
			SID: "",
			DivID: "schoollocator"
		}
		vSchLocator = new sysparts.schlocator(myOptions);
		vSchLocator.searchAddress("68 Toporowski Ave, Richmond Hill");
Yes, we just created a workable PSL in your page. It works in Public mode.
If you'd like to see the Member mode and you can try to give SID a value.(like: "psldemoclientid" )

--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Price and Service

Yearly Service Fee (12 months) is quoted based on how many domains are going to use PSL. You can get lower price if you are going to deploy PSL to more domains.

The price range below is approximate. Please contact us for your price.
By Phone: 416-800-6761
By Email: vxie@sysparts.com

Domains Yearly Service Fee / Per Domain One Time Setup Fee
1$150 $300
2-200$100-$50 $500
moreplease contact us. $800

If you want to try the demo API in your web site, please send an email to vxie@sysparts.com.
We will enable your API access permission and answer your development questions. Thanks.

--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Screen Shots of Live Sites

Here are some screen shots we took from our clients.