Keep your Mac portable from waking up when the lid is opened
October 10th, 2006
I saw an informative, useful and interesting post on how to keep your Mac portable from waking up when the lid is opened using pmset command-line tool. I didn’t know such a tool did exist
Too Cool for Internet Explorer
October 5th, 2006
I must agree with a lot of people out there that Internet Explorer is uncool, boring and insecure.
To echo this general feeling, I have just added a small badge at the bottom-right corner of the Web page that reads “Too Cool for IE”. How I did it? I followed these instructions (Spanish) but to make the long history short, these are the changes I did for WordPress 2.0.4:
- Download
too_cool_corner.pngfrom here. - Upload
too_cool_corner.pnginto/blog/wp-images. - Log in as Administrator on WordPress and go to Presentation -> Theme Editor and click on the Stylesheet link at the right hand of the page.
- Add the following code at the bottom of the CSS file:
a#noie { position: fixed; right: 0; bottom: 0; display: block; height: 80px; width: 80px; background: url(/blog/wp-images/too_cool_corner.png) bottom right no-repeat; text-indent: -999em; text-decoration: none; } - Under Presentation -> Theme Editor, click on the Main Index Template link.
- Finally, add the following code just before the closing </body> tag:
<a href="" id="noie"></a>
Cool, isn’t it? Oh, wait! Still using Internet Explorer? Then go and download a real Web browser