How to create a Binary to Decimal Converter with JavaScript
This is an example of how a Binary to Decimal(and vice versa) Converter can be created with JavaScript. The script could. . .
Continue Reading 1 comment Posted in JavaScript June 8th, 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 1 comment Posted in JavaScript 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 1 comment Posted in Gadgets, JavaScript 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 1 comment Posted in JavaScript May 19th, 2006
The cursor property specifies what type of cursor should be displayed for a pointing device such as a mouse pointer. . .
Continue Reading Posted in CSS April 18th, 2006
A very common operation when designing Web pages is to detect the browser type and browser version. This is called browser detection and is used to make sure that what is presented to the browser is compatible and handeld correctly.
There are many different methods to detect what browser a user have. The majority of these methods use either client-side or server-side scripts.
Conditional comments is a script-free client-side alternative to the more common scripted browser detection methods.
Continue Reading 3 comments Posted in XHTML March 9th, 2006