Posts

Showing posts from February, 2016
Computer Acronyms: --- A --- ADSL - Asymmetric Digital Subscriber Line AGP - Accelerated Graphics Port ALI - Acer Labs, Incorporated ALU - Arithmetic Logic Unit AMD - Advanced Micro Devices APC - American Power Conversion ASCII - American Standard Code for Information Interchange ASIC - Application Specific Integrated Circuit ASPI - Advanced SCSI Programming Interface AT - Advanced Technology ATI - ATI Technologies Inc. ATX - Advanced Technology Extended --- B --- BFG - BFG Technologies BIOS - Basic Input Output System BNC - Barrel Nut Connector --- C --- CAS - Column Address Signal CD - Compact Disk CDR - Compact Disk Recorder CDRW - Compact Disk Re-Writer CD-ROM - Compact Disk - Read Only Memory CFM - Cubic Feet per Minute (ft�/min) CMOS - Complementary Metal Oxide Semiconductor CPU - Central Processing Unit CTX - CTX Technology Corporation (Commited to Excellence) --- D --- DDR - Double Data Rate DDR-SDRAM - Double Data Rate - Synchronous Dynam
Image
How To Add Image Gallay to HTML page having Next and Prev using Java script: PREW NEXT here is the simple implimentation of java script controll using html buttons. >We can navigate our gallary forward and backward >Insted of image you can use Advertisement >Parameter that can modify                *give particular id for 'img' tag here I give 'gali'                *all image having same naming format here i used "1.jpeg, 2.jpeg ,3.jpeg....."                *in Java script you have to modify 'noOfImage' that the count of your image in folder 'css/gal/'                *just put this code in your page and make folder of image at from yor root folder "css/gal/". put your images inside it. <img id="gali" src="css/gal/1.jpg" alt="" class="galImg" height="200px" /> <button onClick="prevImg()">PREV</button> <button o
Image
How to debug serial port Device Drivers using virtual box: Today’s world most of computers uses Linux as their operating system. Some of them need to communicate with outside world (other devices). The serial protocol ( RS232  ) is used by most of devices. It is job of operating system programmer to write device driver for the serial port for proper data transfer. There are some other techniques to debug serial port device drivers. One of the technique I am going to post.                Here I use OpenSuse 13.2 installed on virtual box. You need to do some setting for that as followed by. *Install OpenSuse or any other Linux that you are going to develop device driver for. 1 ) Go to settings 2 )then Serial Port   3 ) check Enable Serial Port. 4 ) Select port mode Raw File. 5 ) Port File path select where to store logged data for port 1. 6) Click Ok. 7 ) Start Virtual machine. 8 ) open terminlal and give command         $ lsdev | grep serial         ser