[Solved] how does screenshot works? is it due to the hardware that supports or the software which pile ups the pixel?

Irrespective of hardware or software in computers or smartphones, there is something called a “frame buffer” that stores all of the pixels currently displayed on the screen as numbers. A screenshot is essentially a dump of all of those numbers into a file, with more numbers tacked on the front to cause a computer to … Read more

[Solved] how to make htdocs folder accessible over internet [closed]

You will need to portforward your Apache Port (typically 80 unless specified different use: http://www.portforward.com for information how to portforward with a router. Access your router settings? If you do not know: Open Command prompt Issue ipconfig You should be presented with: Ethernet adapter Local Area Connection: Connection-specific DNS Suffix . : Link-local IPv6 Address … Read more