page 1 2

Case studies: An intelligent freight rate calculator.

So, we've entered all the rates as seen on the previous page in one table and all counties in another table. Nice and easy, and if we ever want to add a zone, a weight bracket or a county, we just add it to the database table instead of the html page. The county dropdown is programmed as such that first London is displayed, then the other counties in alphabetical order.

Destination rates UK please contact us for counties not listed in the drop down box
1. Select a county: 2. Select only one of the following: 3. Calculate!
  weight lbs vol (cuft) vol (cubm)  

 

How many time have you converted cuft into lbs, or lbs into cubm? Because the tariff is only in lbs? If we know there is 6.5 lbs in 1 cuft, or 220 cuft in 1 cubm, we might as well give this task to our computer... Nice for your European clients who rather work in cubm.

This system (obviously with many more tariff tables and slightly more complicated calculations) have been incorporated on intranet websites. Here is an example how it works on the internet: a destination rate to any European country, or a destination rate for a full container load (or groupage) to any destination in the UK - they are just a few mouse clicks away.

 

An on-line moving diary

Imagine you need to schedule many shipments, all with a set pick-up and delivery date. This example shows how you can display a day to day diary, mentioning each shipment, ideal for transport planning purposes.
More...

The similarities between music and web design

Less is more! As a musician, I heard this phrase a lot, and the same is true for web design.
Here are some don'ts in web design. Complete with real life examples, read more...

case studies

Favourite programming links

4 guys from rolla: the ultimate resource for ASP and ASP.NET programming.

The SQL server World Wide user's group: information not only on SQL server but also on other's such as Oracle, MySQL and DB2.

Free JavaScript Instead of reinventing the wheel from scratch, get code and ideas from here, to customize as needed.