A word on Widget style...
By Helmers. Tuesday, 9. May 2006, 09:07:38
Opera Widgets are small chromeless applications. Styling your widgets are very much up to you, the Web Developer. Still, there are a few basic rules that apply.
Widgets should be made with semantic markup
In short, that means a button should be a button in your HTML code, not a block element with javascript attatched. It just makes more sense this way. It also means your Widgets will be more portable, easier to maintain and have better accesibility.
Keep it simple!
Your widget should ideally do one thing, and do it well. Overloading your widgets with functionality makes them harder to use. Instead, split them up where you can! This will give you more and hopefully happier users.
Keep it on the back
If your Widget needs configuration, create a Configuration View, and place it there. Unskinned form controls do not belong on the Front View of Widgets, so avoid it wherever possible you can.
Light comes from above
All light on your widgets should come from above, in a 90° angle; and shine down on your widgets. This also applies to shadows, which should be below your widgets, not on the sides.
These are just some general guidelines, check out the Widget Documentation for more information.
The "light comes from above" thing is the important one IMHO
Therefore, I'd say: post some more guidelines/suggestions and ideas in regards to the interface of a widget. Which colours shall we avoid/use? Font sizes? Font names/families? And a lot more.
By robodesign, # 9. May 2006, 11:50:45
[Q] Which fonts should I choose?
[A] Since we are limited to what allready is installed on a users computer, the Microsoft web fonts are common, with a fallback to a generic style. I typically use "font-family: arial,sans-serif".
[Q] What colors should I use?
[A] All of them! Seriously, Widgets are meant to be eye-catchy and fun. If you are using content from a site, or linking to it; use the colors from that site.
[Q] More guidelines please!
[A] We will see what we can do, for now ask your questions at the Opera Widgets forum.
By Helmers, # 9. May 2006, 12:04:30
BTW: great post, much needed
By Guille, # 11. May 2006, 21:55:27
By Guille, # 13. May 2006, 13:42:49
We will be back with more and better guidelines as we get closer to version 9 of Opera.
By Helmers, # 13. May 2006, 13:52:16
By Guille, # 13. May 2006, 23:50:47
I ve tried but i'm having some problems with adding behavior to the flip button http://www.vacanzeallinclusive.it . I'll retry lets hope
By anonymous user, # 14. August 2006, 22:39:34
I would like to understand better widgets, could you suggest a guide in italian because my english is not perfect.
thank you
By rivierar, # 2. September 2006, 13:46:09
By virtuelvis, # 2. October 2006, 16:00:08