Posts filed under 'JavaScript'
This is an example of a simple digital clock created with JavaScript. To make the code more clear I’ve put both the JavaScript code and the CSS code directly in the HTML document.
This is what it can…
Continue Reading December 16th, 2006
This is an example of how a Binary to Decimal(and vice versa) Converter can be created with JavaScript. The script could. . .
Continue Reading June 8th, 2006
This is an example of how to create a Fahrenheit to Celsius(and vice versa) Converter with JavaScript. It could just as well. . .
Continue Reading May 30th, 2006
To prevent a Web page from loading in someone else’s frame a simple JavaScript can be linked to - or inserted within - the <head> section of a Web page.
This JavaScript make clients/browsers break out of the frame of the foreign website’s Web page and land on your website’s Web page instead.
Continue Reading May 19th, 2006