devopera
devopera copied to clipboard
Repository for Dev.Opera source code
I'm trying to do some cross-browser compatibility testing on Opera Mini. I started by reading https://dev.opera.com/articles/installing-opera-mini-on-your-computer/ which provides steps for doing testing using Opera Mini locally. However, the Opera Mini...
Hi, I have written an article about a custom anti-bot. Below is its summary: In this tutorial, we build a simple yet powerful tool for protecting your site against spam...
Hello, I'd like to write an article/how-to about data visualization using Ractive.js The post, after introducing Ractive and the reactive programming paradigm, could either focus on showing realtime data, for...
[Is this possible?](https://developer.chrome.com/extensions/external_extensions#preferences)
https://github.com/operasoftware/devopera/blob/master/src/search/index.html references a file with CSS fixes for search. This file is missing (which explains why search looks a bit broken). Can we reinstate it?
https://dev.opera.com/articles/opera-mini-and-javascript/
in the article: 2011-05-31-dom-scripting-and-the-time-element.md ([link](https://dev.opera.com/blog/dom-scripting-and-the-time-element/)) there's a reference to a demo (http://people.opera.com/miket/2011/5/time.html), but that one isn't available anymore.
The [docs on Dev.Opera](https://dev.opera.com/extensions/message-passing/#sending-messages-from-web-pages) says: > From the web page, use the runtime.sendMessage or runtime.connect APIs to send a message to a specific app or extension. For example: > >...
The article would be about why it's important to follow a JS styleguide It will be based on this AngularJS styleguide: https://github.com/johnpapa/angular-styleguide What are your thoughts?