Looking at Opera 9.5 alpha
Tuesday, 4. September 2007, 18:39:43
Tuesday, 4. September 2007, 18:39:43
Tuesday, 24. July 2007, 19:53:55
Monday, 11. June 2007, 23:32:18
So, Apple just dropped a bombshell: the Safari web browser is now available for Windows. I've posted some general reactions at K-Squared Ramblings as to how it will benefit web developers and users overall. The most obvious is that Windows-only web designers will no longer have an excuse for not testing in Safari, which might help break the two-browser mindset.Tuesday, 28. November 2006, 00:49:37
<p><b>Here's some text</i> and here's some more.</p>
Wednesday, 15. November 2006, 19:12:52
Thursday, 21. September 2006, 00:18:01
There are a few remaining sites which fail to recognize IE7 because they are performing exact string matches to look for specific IE version strings. Those checks will need to be removed or updated to accommodate IE7.
To enable you to workaround any remaining sites that block access to Internet Explorer 7, we developed the User Agent String Utility. The utility comes in the form of a small executable that opens an IE7 instance that sends the IE6 user agent string. It also provides a mechanism for you to report problem web sites to Microsoft so that we can follow up with the affected site owners.
Monday, 15. May 2006, 22:21:52
Thursday, 5. January 2006, 06:03:04
function replaceOperaLink(linkID) {
if(linkNode=document.getElementById(linkID)) {
if ( 0 <= navigator.userAgent.indexOf('Opera') ) {
var newButton=document.createElement('span');
newButton.innerHTML = '<a href="http://www.opera.com/">Glad to see you\'re using Opera!</a>';
var parentNode=linkNode.parentNode;
parentNode.replaceChild(newButton,linkNode);
}
}
}<a id="OpLink" href="http://www.opera.com">Download Opera!</a>
<script type="text/javascript" src="operalinks.js">
<body onload="replaceOperaLink('OpLink')">Monday, 11. July 2005, 07:05:49
| S | M | T | W | T | F | S |
|---|---|---|---|---|---|---|
| 1 | 2 | 3 | ||||
| 4 | 5 | 6 | 7 | 8 | 9 | 10 |
| 11 | 12 | 13 | 14 | 15 | 16 | 17 |
| 18 | 19 | 20 | 21 | 22 | 23 | 24 |
| 25 | 26 | 27 | 28 | 29 | 30 | 31 |
My main weblog