Tips & Tricks

Tips, tricks, ideas, anything to save our lives or at least time


32 Bit or 64 Bit Operating System

How to check if my computer is running a 32 bit or 64 bit operating system?

This can be easily researched through the computer registry.

.


Windows Media Player cannot play DVD

Windows Media Player cannot play the DVD because a compatible DVD decoder is not installed on your computer

You get this error message if you try to play a DVD on a computer with Windows Media Player that has not been upgraded to play DVDs. Your computer is missing so called DVD decoder.

.


JavaScript document.write(): How to view the HTML?

How to view the html generated by Javascript document.write() command?

When you use the JavaScript document.write() code to output something to the browser, it does not give you a friendly way to debug your JavaScript. If you view source on the page, browser shows you the JavaScript code again; it does not show you what your document.write() results in.

.
.