Skip to main content

Chrome - The Browser of Surfing Champions

"I don't always browse the web, but when I do, I prefer Google Chrome"...  In case you haven't installed it yet, the Chrome browser is quite powerful.  Admittedly, I was not an early adopter of Chrome; but once I got on it, I was hooked.

Having been online since before the days of BBS's and 56K modems, I've ridden the wave of browsers from the revolutionary Mosaic browser, to the free academic Netscape browser, Microsoft's ubiquitous, yet "monopolistic" Internet Explorer, the open source Mozilla Firefox and now Google Chrome.
Graph demonstrating that each new browser rapidly takes a major market share and slow decline. (graph predates Chrome's launch)

Chrome is quite a different browser; in that it's actually a mini-operating system.  It's even package on a stand-alone, low cost laptop called a Chromebook which are even rented on Virgin America flights.  It's literally lightning fast in loading websites and has rock-solid stability.

Concerned about security?  Internet Explorer has so many exploits that even on a fresh install of Windows XP, you can literally loose control of your computer by simply going to a single malicious website without clicking on a thing.  Google, on the other hand,  has put their money on it; recently they upped the ante by offering $1Million in cash to hackers that can find vulnerabilities in Chrome, I'm nearly tempted to try; but given the academic intellect put into this product, I think my chances are better in entering a casino.

Quick points about Chrome.

Incognito (Ctrl-Shift-N) instantly makes you anonymous.
  • Omnibox (aka Keyword/URL): Just type any words in the URL/address bar and it will search Google.  They really don't want you to have to think about URLs.
  • Incognito Mode: a browser session that is free & clear of any past cookies, cache or history.  Once you close it, the browser session is deleted.  This is useful when you want to visit sites anonymously or just with different login credential; i.e. multiple sign-ons to GMail.com.
  • Tabbed Browser: Modern browsers support this; some people are still not familiar with using tabs.  Get used to it and take advantage of the below hotkeys to browse like a champ (see list of useful hotkeys below).
  • Chrome Store: True to being an OS, there's a whole Chrome app store for web applications published to work with Chrome. Many of these are just basic websites, but make it easier to open and use versus remembering a bookmark.
  • No Fuss Software: Upgrades are done transparently; furthermore they are releasing improvements quite frequently; allowing users to get the most out of new internet advances like HTML5 features.


Tab Hotkeys

Alt - DHighlights the address bar so you can enter a URL or keyword
Ctrl - NNew tab
Ctrl - Shift - NRestore last closed tab (very useful if you want to bring back the page you accidentally closed)
Ctrl - Shift - TOpen Incognito browser window
Ctrl - WClose tab
Ctrl - 1Switch to first tab
Ctrl - [2, 3... 8]Switch to second, third, nth tab.
Ctrl - 9Switch to last tab
Ctrl - PgUp / Ctrl - PgDnSwitch to next or previous tab.
Ctrl + / Ctrl -Enlarge Font or Reduce font size
Ctrl 0Set font size back to normal.

Common Hotkeys
Ctrl - JOpen downloads
Ctrl - HOpen history
Ctrl - Shift - EscClears history, cookies dialog box.

Advanced/Developer Hotkeys

Shift - EscTask manager; very useful to see the resources used per tab, like CPU, RAM Memory and network I/O.  You can then kill any task or tab.  This is a clear benefit of the Chrome OS.
Ctrl - UView HTML source code
Ctrl - Shift - IDeveloper tools; useful to see CSS style codes and the page hierarchy structure.
Ctrl - Shift - JJavascript console; useful to debug JS errors on your website.


Comments

NickieSaucedo said…
I wonder if it's more secure to do online shopping on chrome? I'm thinking maybe so... thanks for the info.
Anonymous said…
Alt (underscore) are the hotkeys

Select
All (Ctrl-A)
Shift + move arrow keystrokes

Ctrl + move == move by word
(Ctrl) Home, End == end / beggining


Browser
Alt-D (Search/address bar)
Ctrl-T (new tab)
Ctrl-Shift-T re-opens the last closed tab (or Window)
Ctrl-W - close tab
Alt-F4 close window

Ctrl - PageUp/Down scroll thru tabs
Ctrl -# goes to that tab
Ctrl -N (new window)


Ctrl-Shift-N (new Incog window)


Alt (hold) -Tab (switch between applications)
Alt (hold)+Shift -Tab (switch reverse between applications)


Windows Key-D (desktop)
Windows Key-R (run dialog box)

Popular posts from this blog

Windows Firewall can not run because another program or service is running that might use the Network Address Translation component (IPNat.sys)

Windows Networking Firewall failure Error Upon trying to open and configure the Windows built-in Firewall, you receive the error: "Windows Firewall can not run because another program or service is running that might use the Network Address Translation component (IPNat.sys)" Cause is due to settings left in by "Routing and Remote Access" service. Even if the service is stopped, Windows will still report this error because the network card bindings are still being held by RRAS. Disable RRAS by opening the MMC for it and "Disable Remote Access and Routing". This can also be found by Right -clicking "My Computer", opening the Service and Application node. By Disabling RRAS in this way, the network protocol interface bindings are removed allowing for the Windows Firewall and Connection Sharing service to take over.

VB.Net code to control mouse movement and click

VB.Net code to perform mouse movements and clicks. Include references at the top of the class code file to Windows interface libraries: Public Declare Auto Function SetCursorPos Lib "User32.dll" (ByVal X As Integer, ByVal Y As Integer) As Integer Public Declare Auto Function GetCursorPos Lib "User32.dll" (ByRef lpPoint As Point) As Integer Public Declare Sub mouse_event Lib "user32" Alias "mouse_event" (ByVal dwFlags As Integer, ByVal dx As Integer, ByVal dy As Integer, ByVal cButtons As Integer, ByVal dwExtraInfo As Integer) Some fixed constant values will be needed, so include these as basic names: Public Const MOUSEEVENTF_LEFTDOWN = &H2 Public Const MOUSEEVENTF_LEFTUP = &H4 Public Const MOUSEEVENTF_MIDDLEDOWN = &H20 Public Const MOUSEEVENTF_MIDDLEUP = &H40 Public Const MOUSEEVENTF_RIGHTDOWN = &H8 Public Const MOUSEEVENTF_RIGHTUP = &H10 Public Const MOUSEEVENTF_MOVE = &H1 This

Remove Acrobat Toolbar Plugin From Outlook and Office

After installing Acrobat Reader or Professional, a toolbar surfaces in Microsoft Office applications. It wouldn't be so bad except that even when you select to remove the Plugin, it comes right back after the office application restarts. Worse yet, the toolbar puts itself on a new line each time, reducing the usable window size. Since I rarely use this toolbar and would rather open Acrobat explicitly to use the print, email, or save as PDF features, I got rid of the toolbar. Adobe doesn't make this easy, forcing the toolbar to always be visible, unfortunately you have to modify the windows registry. Warning, don't casually modify the windows registry; since it effectivley controls Windows and most applications. 1. Begin by closing the office applications. 2. Then click start, Run, and type: regedit 3. Browse to the below registry keys and delete each one. Note that HKEY_LOCAL_MACHINE is referenced as HKLM in regedit. Outlook HKEY_LOCAL_MACHINE \Software\Adobe\Acrobat\PD