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
WordPress <= 2.0.2 security vulnerability
May 27th, 2006
A new security vulnerability has been disclosed for WordPress < = 2.0.2.
The only solution at the moment seems to restrict web access to the wp-content/cache/userlogins/ and wp-content/cache/users/ directories (e.g. with a .htaccess file). Thus, I’ve done so while the WordPress staff confirms and fixes this problem.