Category: Opera
Weekly Questions Recap, March 15th
Don’t forget that you can receive points for asking/answering questions and redeem them for cool prizes.
Unresolved
URL Hunter
Your video card can’t handle video games on a big display? No worries! Here is a game where the URL bar is an actual screen.
Wait, what!
You are almighty letter O and have to kill as many a’s as possible. Use left and right arrow keys to control your character and space bar to kill.
Play.
Convert Flash to HTML5
Adobe has released an experimental technology codenamed Wallaby which is designed to convert Flash (FLA) to HTML files.
Although not all features are yet supported, it’s a welcomed step forward.
Wallaby is free to use, so if you want to give it a try, here is a download link.
Weekly Questions Recap, March 7th
Don’t forget that you can receive points for asking/answering questions and redeem them for cool prizes.
Unresolved
Nintendo Ditches Opera
It looks like Nintendo has decided to change the gears as its latest handheld console called Nintendo 3DS will no longer feature the Opera web browser that was previously announced for DS, DSi and Wii devices.
Instead, it will rely on NetFront which is also used by Sony’s PSP devices.
Access NetFront features high speed JavaScript engine, visual bookmarks, different rendering modes and even offers partial HTML5 support.
Weekly Browsers Recap + Bonus Links, March 7th
FavBrowser.com
- February, 2011 – Internet Explorer, Google Chrome, Safari Share Up; Firefox, Opera – Down
- Web Browsers Usage By Country
- How Would You Change Internet Explorer?
- IE6 Countdown
- Download Firefox 3.6.14 And 3.5.17
- Onclick Javascript Does Not Work in Google Chrome and Firefox?
- 19 Chrome Bugs Fixed in Preparation for Pwn2Own Hacking Contest
- Safari Adopts WebKit2
- Download Opera with Hardware Acceleration
- Opera 11.10 to Include Password Synchronization
Opera 11.10 to Include Password Synchronization
Our reader Mark has noticed an interesting piece of code in the latest Opera snapshot.
opera:config#OperaSync|SyncPasswordManager
Although password manager synchronization is yet to be announced, it does not stop us from doing that now.
On the side note, recent Opera 11.10 builds also include: new internal pages styling, speed dial animation and zoom and more.
Onclick Javascript Does Not Work in Google Chrome and Firefox?
If you have found that onclick event does not work on Google Chrome, Firefox and Safari web browsers, then here is quick way to fix it:
Replace onclick form id with its name
For example, let’s say you have the following:
id=”form1″ name=”checkform1″
Find JS event:
onclick=”document.form1.cSSld.value=””
Replace with:
onclick=”document.checkform1.cSSld.value=””
All set. It now works with all web browsers.
Web Browsers Usage By Country
BrowserRank has put up a world map which displays the most popular web browsers in various countries, both desktop and mobile.
February, 2011 – Internet Explorer, Google Chrome, Safari Share Up; Firefox, Opera – Down
It’s the 1st of March already, so let’s dive into February market share data.
With the release of Internet Explorer 9 RC, Microsoft has taken some share back, up from 56.00% to 56.77% (0.77 point increase).
While everyone awaits the final version of Firefox 4, an open source web browser continues the downtrend, from 22.75% to 21.74% (1.01 point decrease).
Continue Reading