Categories
Opera blog post Web development

Sad day for web standards

Update: Less sad since IE7 mode is no longer the default mode

It is a sad day for web standards.

Winners: Microsoft and lazy web developers
Losers: Alternate browsers and forward-thinking web developers

Categories
Geeky Opera blog post

Operanoid Widget


I’m happy to report that the Operanoid game is now also available as widget.

The gameplay is basically the same as for the DS version, except you use the mouse to move the paddle. The widget also features a minimize button and a spiffy logo. I know, just what you’ve been waiting for.

Enjoy!

Categories
Geeky Opera blog post

Operanoid! An Arkanoid/Breakout game for the DS Browser


A few months ago I learned about this excellent set of games created by rkm for the Nintendo DS browser.

Inspired by this, I thought I’d try my hand and at creating a game of my own for the system. Here, finally, is the result of that work. The game is fairly straightforward, move the paddle around to bounce back the ball, break all blocks to proceed to next level. Bonuses can fall and can be good or bad. Currently only four levels available, more (and further game improvements) may come later.

Categories
Opera blog post Web development

SVG Image and Background Image Replacer

It’s here! A working version of the SVG image replacement script.

Purpose

This script substitutes specified images and background images with SVG images for web browsers that support them. This makes it perfect for anyone who would like to start using SVG for their site design, but wants to make sure it will look okay for browsers that do not yet support it.

Features

  • Future-proof – Checks for actual support, no browser sniffing
  • Unobtrusive – Only affects browsers with support, uses fallback content without support or if javascript is disabled
  • Simple to use – Just include one javascript file to your pages and use the appropriate image names
  • Small file – Only 1.8 KB!