Posts Tagged: ‘file’

Video Compression – Video Coding Data

July 20, 2011 Posted by Admin

Dealing with video compression digital video data compression. Needed for coding video compression video data efficiently in a video file format and streaming video formats. Compression itself is a conversion of data into a smaller format, usually done so that data can be stored or transmitted more efficiently. The process of return data that has been reduced in size is called decompression. (more…)

Accessing the Parallel Port Using Visual Basic 6.0 (1)

July 10, 2011 Posted by Admin

Parallel Port Configuration
parallel port is actually composed of three parts, each of which are named according to their duties in carrying out orders from the computer. The three parts are:
- Data Port (DP).
used to send the data to be printed by the printer
- Printer Control (PC).
used to send control codes from the computer to the printer.
- Printer Status (PS).
used to transmit codes to the computer printer status. (more…)

Incoming search terms:

  • parallel port visual basic
  • visual basic 6 parallel port
  • vb 6 0 parallel port
  • visual basic parallel port
  • visual basic 6 0 paralel port
  • vb parallel port
  • vb 6 0 codes for read data from lpt port
  • parallel port using visual basic
  • vb 6 0 parallel port interfacing
  • 비주얼베이직 병렬포트

Running PHP and MySQL Programs

July 4, 2011 Posted by Admin

Before attempting to run PHP and MYSQL, make sure the program is active with the green light indication. The first step, create a php file using PHPeditor or notepad, and write a script like below:

<?Php
phpinfo ();
?>

Save the script with the name server info.php into the root folder, then open a browser and type in the address http://localhost/info.php. If the browser display information about PHP, then you successfully install the PHP module (more…)

Incoming search terms:

  • mysql programs
  • how to run a MYSQL Program as a HTML
  • running program of php