Saturday, December 22, 2007
Is your web site selling expensive items where people may need a loan to be able to afford the purchase? Maybe you are offering loans yourself. Make it easier for your visitor...
Saturday, December 22, 2007
Are visitors to your site likely to want to take out a loan? For most people the amount that they can afford to borrow depends on how much they can afford to repay with each payment. ...
Saturday, December 22, 2007
When you are looking at loans the period at which interest is added to the amount owing can vary. Most loans specify the nominal interest rate which is then divided by the number of periods in th...
Saturday, December 22, 2007
If you are teaching people how to play the piano (or another keyboard instrument) then one thing that you will cover is chords. Now I know very little about music myself but with the kind assistance of ...
Saturday, December 22, 2007
Here's a colour mixing script with a bit of a difference from what you normally find on the web. Most of the colour mixers you are likely to find on the web mix red, green, and blue (the thre...
Saturday, December 22, 2007
Here is another paint mixer script. Unlike my Watercolour Mixer, this script works only with solid primary and secondary colours and not "watered down" colours. E...
Saturday, December 22, 2007
With HTML you can open a page in a new window by using target="_blank". The problem with this is that you have no control over the size of the new window that is opened, where it is pos...
Saturday, December 22, 2007
The page Basic Popup Windows describes how you can use Javascript to control the appearance of a new browser window that will be used to display an existing web page. Javascript can of course ...
Saturday, December 22, 2007
In the two tutorials so far we have looked at two different ways to create and populate a popup window. Now we are goint to look at how we can tell the browser whether the original window or the new window should appear in front...
Saturday, December 22, 2007
In the last tutorial we saw how we could set up a new window to popunder when it was first created and then popup after a set time period. We also saw in the first tutorial how we could add a close link to the popup window to al...