Category: Safari

Onclick Javascript Does Not Work in Google Chrome and Firefox?

By | March 6, 2011 | 2 Comments

Onclick Javascript in Google Chrome and Firefox Does Not Work?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

By | March 3, 2011 | 17 Comments

BrowserRank has put up a world map which displays the most popular web browsers in various countries, both desktop and mobile.

Web Browsers Usage By Country
Continue Reading

February, 2011 – Internet Explorer, Google Chrome, Safari Share Up; Firefox, Opera – Down

By | March 1, 2011 | 17 Comments

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

Weekly Browsers Recap + Bonus Links, February 28th

By | February 28, 2011 | 0 Comments

Weekly Browsers Recap, February 28th

FavBrowser.com

Continue Reading

Safari Adopts WebKit2

By | February 28, 2011 | 5 Comments

Safari Adopts WebKit2Back in April of 2010, Apple has announced a new version of WebKit framework which is essentially called WebKit2

Well, it looks like the upcoming Mac OS X Lion release will feature an improved Safari web browser that finally utilizes Webkit2.

One of the main framework goals is to utilize a split process model, so the web content would be placed into a separate process. As a result, bad plugin, tab etc. won’t crash the whole web browser.

This behavior is very similar to Chrome’s; however, as split process module is directly integrated into WebKit2 framework, other clients will be able to use it as well.

Via: MacRumors

Weekly Questions Recap, February 28th

By | February 28, 2011 | 0 Comments

Weekly Questions Recap, February 28th
Don’t forget that you can receive points for asking/answering questions and redeem them for cool prizes.

Unresolved

Web Inspector, Now with CSS Tracking

By | February 25, 2011 | 0 Comments

Web Inspector, Now with CSS Tracking

Good news, the team behind Web Inspector has pushed a new version that improves CSS editing capabilities.

What’s new?
The Web Inspector will now show all the declared properties, even the ones that are not understood by a web browser.
Color property values can now be shown exactly as they written in an inline style.
It now uses two separate fields for property name and value.

And best of them all: the history of style sheet. This means that you can now track all the CSS changes that were made during editing.

Overall, it’s a nice update and we hope to see CSS tracking implemented into other dev tools as well.

For even more details, visit the original post.

Weekly Browsers Recap + Bonus Links, February 21st

By | February 21, 2011 | 0 Comments

Weekly Browsers Recap, February 21st

FavBrowser.com

Continue Reading

Weekly Questions Recap, February 21st

By | February 21, 2011 | 0 Comments

Weekly Questions Recap, February 21st
Don’t forget that you can receive points for asking/answering questions and redeem them for cool prizes.

Unresolved

Answered

Majority Of Web Browsers Are Unpatched

By | February 17, 2011 | 1 Comment

Majority of Web Browsers Are UnpatchedWolfgang Kandek, CTO of security risk and compliance management provider Qualys, revealed that approximately 80% of web browsers are susceptible to exploits of bugs that have already been patched. Kandek attributed this mostly to Windows, saying “All the different patching mechanisms are confusing, a bit of this and some of that.”

As discovered by BrowserCheck (which scans Windows, Mac and Linux machines for vulnerable browsers along with browser plug-ins), Oracle’s Java was the most probable plug-in to be outdated for the second year in a row, comprising a total of 40% scanned systems. Adobe’s Reader and Apple’s QuickTime were second and third, taking up 32% and 25% respectively.

Proposed solutions include:

  • Microsoft taking charge of patching crucial third party plug-ins via single updater.
  • Moving to HTML5, so browsers would no longer require various audio and video processing plug-ins.