|
What sort of website do i need to have
a WebWindow?
Do I need to know any programming to
use a WebWindow?
How does a WebWindow work on my site?
What software can I use to edit my pages/install
a WebWindow?
Do I need to update the WebWindow manually?
How much data does a WebWindow transfer?
Will a WebWindow slow my page down?
What happens if your server goes offline
What HTML code is used to add a WebWindow
to my site?
What sort of website do I need to
have a WebWindow?
A WebWindow will work on any site that uses HTML. Basically
this means any website!
[top]
Do I need to know any programming
to use a WebWindow?
No. You can use a simple editor like Macromedia
Dreamweaver or Microsoft
Frontpage. The code to make a WebWindow consists of 2
lines of code that is simply copy and pasted onto your page.
Easy as 1-2-3!
[top]
How does a WebWindow work on my
site?
A WebWindow is essentially a dynamic JPG or GIF that is hosted
on our server. This GIF updates dynamically to reflect the
fuel price changes accross the areas we survey. You include
this image directly on your site from our server as a <img
src> tag. When users click on this image it generates a
Javascript popup Window. This 2nd Window is also hosted as
a page on our site.
This Window contains more detailed information about the
prices contained within the smaller Window. The technologies
used include HTML and Javascript - two very simple and widely
accepted 'languages'. For a more detailed process analysis
of how this works, click here.
[top]
What software can I use to edit
my pages/install a WebWindow?
The easiest way to install a WebWindow is to copy and paste
the code we send you using a text editor like Notepad (Notepad
comes free with Windows). Other applications that we recommend
are
[top]
Do I need to update the WebWindow
manually?
No the Window will refresh automatically each time our price
database is updated. There is no need to change anything.
[top]
How much data does a WebWindow transfer?
Our WebWindows are optimsed to minimise size. A Window will
typically add around 5 or 6 kilobytes to your page size.
[top]
Will a WebWindow slow my page down?
WebWindows are hosted on premium dedicated servers at WebCentral,
arguably the fastest hosting service available in Australia.
This has been done to ensure that your site receives the fastest
response time possible. It is
highly unlikely that your pages will be slowed by the presence
of a WebWindow."
[top]
What happens if your server goes
offline?
Our downtime on our servers is nil to minimum. In the event
that the WebWindows server becomes temporarilly unavailable,
the space should remain blank where the Window would normally
be on your site.
[top]
What HTML code is used to add a WebWindow
to my site?
THIS IS AN EXAMPLE ONLY
<a href="javascript:;"
onClick="window.open('http://www.motormouth.com.au/cheap_fuel.asp','','toolba
r=no,location=no,
status=no,menubar=no,scrollbars=yes,resizable=yes,width=360,height=280')"><i
mg BORDER="0" src="http://www.motormouth.com.au/images/bestprices.jpg"></a>
[top]
|