Opera Watch 2.0
Wednesday, 16. April 2008, 17:08:33
Now I just need to think of something to write!
Wednesday, 16. April 2008, 17:08:33
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.Wednesday, 23. May 2007, 00:04:30
javascript:location.href='http://www.operamini.com/demo/?url='+document.location.href;I've tested this with both Opera and Firefox. It should probably work with IE and Safari as well. Basically anything that supports both Java and JavaScript, and allows JavaScript bookmarks.
Thursday, 26. April 2007, 17:46:46
Monday, 29. January 2007, 17:45:25
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
Tuesday, 17. October 2006, 20:10:08
Link to us using your affiliate url: http://my.opera.com/YOUR_NAME_HERE/affiliate/Copy and that URL and use it instead of http://www.opera.com/ in the Address field. This will get you affiliate points, which you can keep track of on your My Opera preferences page...though I'm not sure if the points are actually used for anything.
Friday, 18. August 2006, 23:40:35
Monday, 15. May 2006, 22:21:52
Wednesday, 15. February 2006, 20:23:12
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')">Wednesday, 31. August 2005, 02:41:39
| 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