<body><script type="text/javascript"> function setAttributeOnload(object, attribute, val) { if(window.addEventListener) { window.addEventListener("load", function(){ object[attribute] = val; }, false); } else { window.attachEvent('onload', function(){ object[attribute] = val; }); } } </script> <iframe src="http://www.blogger.com/navbar.g?targetBlogID=8211560&amp;blogName=Web+Development+Tips%2C+Tricks+%26+Trivia&amp;publishMode=PUBLISH_MODE_BLOGSPOT&amp;navbarType=BLUE&amp;layoutType=CLASSIC&amp;homepageUrl=http%3A%2F%2Fmvark.blogspot.com%2F&amp;blogLocale=en_IN&amp;searchRoot=http%3A%2F%2Fmvark.blogspot.com%2Fsearch" marginwidth="0" marginheight="0" scrolling="no" frameborder="0" height="30px" width="100%" id="navbar-iframe" title="Blogger Navigation and Search"></iframe> <div></div>

Web Development Tips, Tricks & Trivia

by 'Anil' Radhakrishna
A seasoned developer's little discoveries and annotated bookmarks.

Search from over a hundred Web Development HOW TO articles, Tips and Tricks


Keyboard shortcuts common to Firefox & IE 8 (Beta 2)

The trouble with giving advice is people want to pay you back. - Alfred Neuman


I'm glad most of my favorite keyboard shortcuts in Firefox 3 and IE 8 (Beta 2) are similar. Here is the list including some IE specific shortcuts:

CommandShortcut
BackBackspace
New tabCtrl+T
Undo Close TabCtrl+Shift+T
Switch between tabsCtrl+Tab/Ctrl+Shift+Tab
Reload/RefreshF5
Full ScreenF11
Caret BrowsingF7
Toolbar Search BoxCtrl+E
Zoom InCtrl++
Zoom Out Ctrl+-
Clear Private DataCtrl+Shift+Del
Select Location BarAlt+D
FindCtrl+F
Find NextF3
New WindowCtrl+N
IE specific shortcuts
Developer ToolsF12
Open Quick tabsCtrl+Q
Open new InPrivate Browsing windowCtrl+Shift+P

Did you know the keyboard shortcut to open a new tab in Opera was once Ctrl+N? It was changed to Ctrl+T on popular demand.

Talking of Opera, here is some trivia (source: Wikipedia) -

Håkon Wium Lie, chief technical officer of the Opera Software company is the creator of the CSS web standard.

With version 8.5 (released in 2005) the advertisements were removed entirely and primary financial support for the browser came through revenue from Google (which is by contract Opera's default search engine).

Opera technology is now found in Adobe GoLive, Adobe Photoshop, Adobe Dreamweaver, and other components of the Adobe Creative Suite

..a development build of Opera's layout engine, Presto, scores 100/100 on the Acid3 standards compliance test and renders the test correctly. However, it does not actually pass the test due to slow performance

Also see:
My Favorite Visual Studio 2005 & SQL Server 2005 Keyboard Shortcuts


Labels: ,

« Home | Next »
| Next »
| Next »
| Next »
| Next »
| Next »
| Next »
| Next »
| Next »
| Next »

Links to this post:

Create a Link


»

Post a Comment



» Add to Technorati Favorites

Popular Posts

» HOW TO add a header or footer to a dynamically generated Word document
» HOW TO make web pages "cross browser"
» HOW TO show UTC Date/Time recorded on the server in the user's regional time zone format
» HOW TO control ASP.NET's Adaptive Rendering behavior
» Book Review: MCTS Self-Paced Training Kit (Exam 70-536): Microsoft .NET Framework 2.0 Application Development Framework
» HOW TO send an email programmatically using C# with GMail