Tag Archives: IE9

First look: Opera 12 ups the ante

The latest release of Opera has some obvious cosmetic and UI changes, as well as several new under-the-hood functions. Overall, here are 12 changes worth noting.

Plug-ins run as separate processes
Plug-ins in Opera 12 now function as processes separate from the browser’s main operation. This is meant to provide better overall stability against plug-ins that are badly written or happen to crash, and to thwart any malicious ones devised to compromise security. Under this new architecture, if a plug-in misbehaves, Opera 12 will shut it down and continue running.

Do not track
Opera 12 can be set to prevent all websites from tracking your browsing activity, or only ones you specify. To turn this feature on to stop all websites from tracking, you go to Settings > Preferences > Advanced > Security and check “Ask websites not to track me.” Blocking a specific site from tracking you requires that you first visit it, right-click over a blank spot of the page, select “Edit site preferences” from the pop-up menu, Network, and then put in a check by “Ask websites not to track me.”


Cisco CCNA Training, Cisco CCNA Certification
Best Microsoft MCTS Certification, Microsoft MCITP Training at certkingdom.com

64-bit processor support
To further increase its speed, Opera 12 now takes advantage of computers running 64-bit processors with 64-bit versions of Windows or Mac OS X. This makes Opera the first of the major web browsers to have a simultaneous 64-bit release alongside its 32-bit version for both platforms.

Hardware acceleration
Opera 12 supports WebGL and can use the graphics processor in your computer to further give a performance boost. However, these are currently tagged as experimental features, so both are turned off by default. To activate WebGL, you enter opera:config in the browser’s address bar, select User Prefs and enter “1” in the “Enable WebGL” box. For hardware acceleration, set “Enable Hardware Acceleration” to “1.”

Easier and faster theme changing
Changing the look (theme) of Opera 12 is a quick one-click process, and it doesn’t require a restart of the browser. Right-click on a blank area on the new tab/speed dial page, select Appearance, and choose a new theme in the pop-up window.

Easier to see security badges
In the address bar, the security badges to the left of a URL have been redesigned, which includes color coding, to make
them easier to see and interpret the privacy setting for the website you’re browsing.

Address field improvements and enhancements
Additions and fixes implemented into Opera 12’s address field include: Improved search term and URL suggestions are listed as you type, and also appear in the address bar drop-down window; smart URL shortening is now listed in the address field drop-down; URL and page content columns shown in this drop-down are now combined; and a URL’s page title and an excerpt from it are used for displaying full-page search results.

Webcam support through HTML5

Opera 12 now supports the WebRTC architecture for webcams, which allows real-time communication (RTC) between two users with webcams. WebRTC is an open project that uses HTML5 and JavaScript code to accomplish this, and is also officially supported by Google for its Chrome browser and Mozilla for Firefox.

Drag-and-drop through HTML5
Another HTML5 component bringing new robustness to Opera is the capability for a web page to include elements (such as text or files) that the user can drag and drop onto another page, or from the desktop onto the page.

Extensions can control tabs and windows
Extensions in Opera 12 are now permitted to interact with browser windows and tabs (or groups of tabs). For example, an extension can be written to open or close a browser window or tab. Obviously, this raises the spectre of malicious or untrusted sites cluttering up your browser with windows and tabs you don’t want opening, but is necessary to allow legitimate sites to have, such as web apps.

Right-to-left language support
Opera 12’s UI automatically mirrors itself when displaying right-to-left languages Arabic, Farsi, Hebrew and Urdu, if your Windows or Linux computer is set to one of these language. The direction of the UI is determined by the direction of the language. Under one of these four languages, the sidebar, for example, which is normally set on the left side of the browser will be placed along the right.

Opera Unite and widgets phased out
The little-used features Opera Unite and widgets have been deactivated by default in Opera 12. Unite actually was innovative: It let you set up your computer to function as a server through Opera. Unite was promoted prominently as a main attraction for using Opera when it was first introduced, but for some reason it never caught on with users. Widgets are being phased out in part to remove users’ confusion with extensions, and developers of Opera widgets are being encouraged to write extensions instead. The code for these two lays dormant in Opera 12, but will be removed from upcoming versions of the browser.

Cisco CCNA Training, Cisco CCNA Certification
Best Microsoft MCTS Certification, Microsoft MCITP Training at certkingdom.com

Essential browser tools for Web developers

Essential browser tools for Web developers
What the professionals use and recommend to their colleagues

Computerworld – Out of the thousands of cool add-ons out there for Firefox, Chrome and other popular Web browsers, only a select few make it onto the desktops of professional Web developers and designers. Which are the most useful for the day-to-day work of designing and developing websites?

Browser tools for Web devs

Code inspection, editing and debugging
Design assistance
Enhancing performance
Handy utilities
Boosting SEO
Collaboration

 

MCTS Training, MCITP Trainnig

Best Microsoft MCTS Certification, Microsoft MCITP Training at certkingdom.com

Computerworld asked more than 20 professionals from across the country what they recommend to their colleagues and why. While they stuck mostly with free browser extensions, they couldn’t resist throwing in a few highly useful tools and services that are accessed via a browser rather than being true add-ons.

Here’s their hot list, where you’ll find some old favorites and, we hope, discover some new tools for your arsenal.
Code inspection, editing and debugging

These three tools make the job of viewing website code and prototyping page changes fast and easy. No need to touch the live code until you’re ready to commit to changes.

What it does: Inspects, edits and debugs website code within your browser.

Who recommends it:
• Matt Mayernick, vice president of Web development, Hudson Horizons in Saddle Brook, N.J.
• Josh Singer, president, Web312 in Chicago
• Richard Kesey, president and founder, Razor IT in Syracuse, N.Y.
• Ryan Burney, lead Web developer, 3 Roads Media in Greenwood Village, Col.

Why it’s cool: Probably the best known of all the tools listed here, “Firebug is the greatest add-on ever created,” Mayernick says. It’s not just the fact that Firebug lets developers inspect website code and elements, but how it helps with debugging that makes the tool great. “If I am writing JavaScript that’s changing the background color in a row, Firebug will show what’s happening to the CSS code in real time,” he says.
Firebug
Firebug displays the page’s HTML code in the lower left window and its CSS data in the lower right. Click to view larger image.

Firebug inspects the code by presenting the HTML and the CSS code in two side-by-side windows. “Firebug is indispensable. What’s cool is you can turn styles on or off or add styles on the fly. It lets me make changes live on the page without having to save or reload the files,” says Burney.

“It’s great for finding JavaScript errors,” adds Kesey. “When you click on an Ajax link, it reads out what the action is and gives you the response in an https: format so you can see what the headers were and what’s happening behind the scenes.”
Web Developer
Author: Chris Pederick
Browsers supported: Chrome, Firefox
Price: Free
Where to get it: Install Web Developer for Chrome or Web Developer for Firefox

What it does: Provides a toolkit for viewing, editing and debugging websites.

Who recommends it:
• Darrell Armstead, mobile developer, DeepBlue in Atlanta
• Jen Kramer, senior interface developer, 4Web in Keene, N.H.

Why it’s cool: “I love Web Developer because of the control it gives me over any site. It gives me the ability to strip a site down to its core, and lets me modify and tweak things to get it looking and working the way I want it to,” Armstead says. But that’s not all he likes: “I love the Outline Block Level Elements feature because it gives me a visual representation of how a site is built on the front end.”
Web Developer add-on
Web Developer displays the style sheets associated with a page and lets you edit them to quickly see how changes will look before actually making any changes to the website’s code. (Credit: Jen Kramer)
Click to view larger image.

Kramer chimes in: “What I like about it is the ability to look at CSS. It shows all of the style sheets available on the page, and I can edit those on the fly and see how it looks in the browser,” she says. “That’s particularly helpful to me because I work with content management systems. It allows me to style what’s being sent to the browser.

“Firebug has something similar, but I find it more difficult to use. It’s much harder to get a style sheet out of Firebug and into Joomla,” Kramer adds. For me, Web Developer works better.”
Google Chrome Developer Tools
Author: Google
Browser supported: Chrome
Price: Free
Where to get it: Included with the Chrome browser. Right-click on any Web page in Chrome and choose “Inspect Element,” or choose View –> Developer –> Developer Tools from the menu.

What it does: Provides tools for inspecting, editing and debugging website code.

Who recommends it:
• Jason Hipwell, managing director, Clikzy Creative in Alexandria, Va.
• Shaun Rajewski, lead developer at Web Studios in Erie, Pa.
• Ryan Burney, 3 Roads Media

Why it’s cool: Developer Tools is Google’s answer to Firebug for Firefox, but there’s no add-on to download: Google built it right into the Chrome browser.

“It is my favorite ‘extension’ because of its intuitive design, with HTML on the left, CSS on the right,” says Hipwell. “Inspect Element will highlight elements on a page as you hover over them, which makes it easy to find the div tag I am looking for. It gives me the ability to see changes on a live site, but those changes exist only on my local computer, making it a perfect testing environment. Its simplicity is really what makes the tool so effective.”
Chrome Developer Tools
Using Chrome Developer Tools, Clikzy’s Jason Hipwell has replaced the Computerworld logo with his own in just a few clicks. (Credit: Clikzy Creative) Click to view larger image.

Rajewski is also a big fan. “Developer Tools allows you to see the final output of what is rendered to [the] screen, and has the ability to highlight individual elements, view the elements’ CSS tags and inherited tags, and make ‘live’ changes to the code to see what it looks like in the browser without making file changes,” he says.

“One nice thing about Chrome’s Developer Tools is that it will give you the dimensions of things,” says Burney. Click on the image URL and up pops the image with the associated link, image dimensions and file type displayed. That’s something Firebug doesn’t do, he says. “Being able to know at a glance the dimensions of an object, that’s a big time saver.”

MCTS Training, MCITP Trainnig

Best Microsoft MCTS Certification, Microsoft MCITP Training at certkingdom.com

Researchers hack IE9 during second day at Pwn2Own

Researchers from VUPEN Security exploited previously unknown vulnerabilities in Internet Explorer 9 at the CanSecWest conference

Internet Explorer 9 was the second browser to succumb to white-hat hackers during the Pwn2Own contest at the CanSecWest security conference in Vancouver.
MCTS Training, MCITP Trainnig

Best Microsoft MCTS Certification, Microsoft MCITP Training at certkingdom.com
Contest hacks the heck out of Chrome

A team of vulnerability researchers from French security firm VUPEN Security exploited a pair of previously unknown vulnerabilities in the latest version of Microsoft’s browser on Thursday.

The attack was demonstrated on a fully patched 64-bit Windows 7 with Service Pack 1 system and earned the VUPEN team 32 points in the annual Pwn2Own competition sponsored by TippingPoint’s Zero Day Initiative (ZDI) program.

The rules have changed for this year’s Pwn2Own contest, its focus shifting from who can hack a browser faster, as it was in previous editions, to who can write the highest number of reliable exploits. Researchers earn 32 points for exploiting previously unknown browser vulnerabilities, also known as zero-days, and 10 points for exploiting patched vulnerabilities selected by the organizers.

VUPEN is currently in the lead with 124 points, 64 of which were earned for a zero-day exploit against Google Chrome on Wednesday and a similar one against Internet Explorer 9 on Thursday. The team claims to have similar exploits for Apple’s Safari and Mozilla Firefox.

VUPEN’s Internet Explorer 9 exploit leveraged two vulnerabilities — a remote code execution (RCE) that bypassed the browser’s anti-exploitation mechanisms like DEP (Data Execution Prevention) or ASLR (address space layout randomization) and one that bypassed its post-exploitation defense, commonly known as the sandbox, or Protected Mode in Internet Explorer’s case.

The Internet Explorer 9 Protected Mode limits what attackers can do on the OS once they exploit a RCE vulnerability inside the browser. However, according to security researchers, IE’s Protected Mode is less restrictive than Google Chrome’s sandbox. This is expected to improve with Internet Explorer 10 on Windows 8.

It’s also worth noting that the order in which browsers get attacked at this year’s Pwn2Own contest has nothing to do with difficulty. Participating researchers come with their zero-day exploits prepared in advance and the order in which they demonstrate them is purely a matter of personal choice rather than an indication of one browser being harder to hack than another.

The zero-day RCE vulnerabilities are shared with TippingPoint, but not the sandbox-escape ones, which are considered highly valuable and rare. The organizers will share the details with the affected vendors after the contest is over.

Microsoft: Switch to IE9, get free stuff

Tries to pump up new edition’s numbers on Windows 7

Computerworld – Microsoft on Friday launched a promotion to convince more Windows 7 users to adopt Internet Explorer 9 (IE9).

 

Best Microsoft MCTS Certification, Microsoft MCITP Training at certkingdom.com

 

Windows 7 users who download Microsoft’s newest browser, then “pin” any of seven different websites to their taskbars, receive offers that range from a free month of Hulu Plus to a $5-off Fandango movie ticket.

Some of the offers are available immediately, while others launch later this month and during December.

When people running alternate browsers such as Google’s Chrome or Mozilla’s Firefox on Windows 7 visit the promotional site, they see the message, “Where’s the love? … Upgrade to Internet Explorer to pin these sites and get the free stuff.”
Browser wars

Microsoft: Switch to IE9, get free stuff
Microsoft’s IE posts biggest share drop in three years
Google pays record $26K in Chrome bug bounties
Chrome bug no security threat, argues Google
Mozilla bashes Microsoft’s browser security test
Microsoft pans Chrome, Firefox security
Mozilla relies on search deals for 98% of revenues
Update: Mozilla to prompt Firefox 3.6 users to ride rapid-release train
Mozilla aims to add silent updating to Firefox 10
Google updates Chrome to restore browser after Microsoft blunder

More: Browser Topic Center

Pinning, introduced in IE9, lets users add website shortcuts to the Windows 7 task bar for the same kind of easy access as locally-stored programs.

Users running Mac OS X who visit the free offers site see a different message: “Oh Nooooooo… You’re using Mac OS which doesn’t support Internet Explorer 9 and Site Pinning.”

Windows XP users — still the most widely-used version of Microsoft’s operating system — cannot upgrade to IE9. Microsoft has defended that ban even as IE’s share has continued falling, calling the decade-old OS the “lowest common denominator” and not worthy of future browser development.

Microsoft has been aggressively pushing IE9 as the best browser for Windows 7, and has regularly touted that edition’s gains in usage share even as other versions lose ground to Chrome and Apple’s Safari.

According to Web metrics company Net Applications, IE9 accounted for 22.5% of the browsers running worldwide on Windows 7 during October, an increase of 1.4 percentage points from the month before. Only Microsoft’s own IE8 sported a higher share.

Last month, IE overall lost the largest amount of usage share in three years, falling to 52.6%, putting Microsoft’s browser in danger of slipping under the 50% mark as early as January 2012.