If your page contains 8 large swf files and you don't want that your visitor's browser downloads them on every visit, just set expires headers for...
Dottoro theme is also a possible choice. It is a flexible WordPress theme and you can create your own theme design with the help of an online...
I forgot to mention that the onfocus and onblur events need to be listen on both window objects (see contentWindow).
Hi, you are right, the hasFocus method is not supported in Opera. A possible workaround is that to listen the onfocus and onblur events on...
Hi, use the getElementById method to retrieve the input, the value property of the input to get its value and the border style property to change...
Hi, the problem is that IE dos not support the [] operator for strings, use the cross-browser charAt method instead (myAns[0] --> myAns.charAt...
Hi, the problem is that Internet Explorer does not support the onclick event on options. If you want to detect when the selection has...
The getElementsByTagName method returns an array. The length property returns the size of an array and the elements of an array can be retrieved...
var num = parseFloat (subt); More info: parseFloat
You must get the position of your row. If it is not in an absolutly positioned element you can ude the offsetTop property to get its exact...
Set Meta element: <meta http-equiv="content-language" content="tr" /> <meta http-equiv="content-type" content="text/html; charset=UTF-8" />...
This can be done only with JavaScript, but I don't recommended to do that. All image that you want to display later must be dynamically added...
I think the following sites will help you: XMLDocument object, XMLHttpRequest object.
Separate names with a comma.