20Mar

How to get the mac address in Windows

Windows

From time to time you need to get your nic’s mac address, maybe you need to setup a router or maybe you need to clone that mac to another nic. Whenever that happens there are tons of crappy programs out there that are meant to annoy you, i don’t know about you but they sure [...]

No comments | read more »
06Mar

IE8 compatibility header tag

Wordpress, xHTML

Using a simple meta declaration, we can specify the rendering engine we would like IE8 to use. For example, inserting this:
<meta http-equiv=”X-UA-Compatible” content=”IE=8″ />
into the head of a document would make IE8 render the page using the new standards mode.

Tags: IE8, Windows

No comments | read more »