Catalogues and Shopping Carts
Having a web site is one thing. Keeping your online inventory constantly
updated with current data is another thing entirely. In fact, it's a major
chore. Storing the information in a database and then using that database to
automatically generate the web pages is the solution.
No software to learn - a standard web browser is all you
need to add new data and edit existing records. And of course any updates
you make will appear instantly on your web site. You don't need to make any
changes there either. The new pages will integrate seamlessly with your
existing web site.
We don't reuse the same system over and over for each customer because we know through experience that each
customer has different needs. We design each web application specifically for that
customer and what they want. These sites display their inventory through a
database "back end" and some allow users to purchase their goods online.
Exclusive
Educational Products
Crate's
Lake Country Boats
Elite Urns and
Memorial Products
Elite Awards
Walkers Point
Marina
Rich Internet Applications (RIA)
A rich Internet application (RIA) is a Web application designed to
deliver the same features and functions normally associated with deskop
applications. RIAs generally split the processing across the
Internet/network divide by locating the user interface and related
activity and capability on the client side, and the data manipulation
and operation on the application server side. An RIA normally runs inside a Web browser and usually does not
require software installation on the client side to work.
Adobe has created an additional twist that allows the
user to download the application running on the web page and install it
on their desktop. Some big names like Ebay and
AOL have apps running on this
platform.
You can read more about it here.
We developed the moreEasyPay payment
calculator for morEnergy. You enter the amount of
the loan you're interested in and it displays your payments based on
data it reads from an xml file. The xml file can be easily changed by
the client to reflect current rates. It can be downloaded to the desktop
so you can use it without having to navigate your browser to their site
whenever you need it. You can find it here:
http://www.morenergy.ca/widget/moreasypay.html