Is it possible to detect the computer specifications from the browser? For example to list the CPU, RAM, video hardware, etc in the browser that I'm using.
I've heard that this is impossible do in PHP because it is a server-side language, but I don't know if Javascript can do this.