Tag: Safari
Weekly Questions Recap, March 15th

Don’t forget that you can receive points for asking/answering questions and redeem them for cool prizes.
Unresolved
IE8 and Safari Fall on First Day of Pwn2own

Pwn2Own, the yearly hacking contest held as part of the CanSecWest security conference, saw the successful hijacking of fully patched versions of Safari and Internet Explorer 8 this year. Ars Technica described Pwn2Own as the following:
If a researcher can pwn the browser—that is, make it run arbitrary code—then they get to own the hardware the browser runs on. This year, not only did they have to run arbitrary code, they also had to escape any sandboxes—restricted environments with reduced access to data and the operating system—that are imposed.
Download Safari 5.0.4
Yesterday, Apple has released a new build of its Safari web browser, bumping the version number to 5.0.4
Among various stability and compatibility improvements, Safari 5.0.4 for Windows also fixes HTML5 bug which might have prevented videos from playing on the YouTube web site.
Changelog:
Safari 5.0.4 for Mac
Continue Reading
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.
Weekly Questions Recap, March 7th

Don’t forget that you can receive points for asking/answering questions and redeem them for cool prizes.
Unresolved
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
Safari Adopts WebKit2
Back 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

Don’t forget that you can receive points for asking/answering questions and redeem them for cool prizes.





