How to Create Text Walk and Stop

Below is simply code to create text run walk and if you hold your mouse then the text will stop, copy code below and save as html file to test it ! <marquee onmouseover="this.stop()" direction="up" scrollamount="2" onmouseout="this.start()" align="left">WRITE YOUR TEXT HERE</marquee>

How to Install Windows Vista (Video Tutorial)

This video shows how to install Windows Vista from the you turn on your computer until finish Below is video tutorial how to install windows vista through virtual box, if you don’t know about virtual Box, Read here! Also Read! How to Install Linux ubuntu How to Install Windows 98 How to Install [...]

Common Mistakes In Investing

What common mistakes in investing ? 1. Starting to Invest Too Soon Conventional wisdom says invest now, but there are reasons not to invest now. Many new investors hear a story about some gal tripling her profit in three months and rush home to tell their spouses they need to start investing. Within [...]

How To Disable Right click

Disable right click web is very simple, just change code <body> to <body oncontextmenu='return false;' onkeydown='return false;' onmousedown='return false;'> This method also can be use to disable block text, so you can protect your web from copy paste

The Best Virtual Drum (Freeware Dowload)

Virtual Drum is a set of drums that can be played on computers. A realistic drum simulator that features a number of effects and allows you to record your drum session Question : What is the best Virtual Drum ? Solver : Dany’s Virtual Drum is the best virtual drum Virtual Drum Description Features: Is [...]

Http Vs. WWW

WWW The World Wide Web, abbreviated as WWW and commonly known as the Web, is a system of interlinked hypertext documents accessed via the Internet. With a web browser, one can view web pages that may contain text, images, videos, and other multimedia and navigate between them via hyperlinks. Using concepts [...]