PHP Classes

Reply

Recommend this page to a friend!

      PHP Classes blog  >  PHP Developers are sw...  >  All threads  >  Reply  >  (Un) Subscribe thread alerts  
Subject:Reply
Summary:Corrections to article
Messages:5
Author:Koala
Date:2010-05-06 08:04:19
Update:2010-05-06 15:14:17
 

  1. Reply   Reply   Report abuse  
Picture of Koala Koala - 2010-05-06 08:12:15
"Middle mouse button is ignored"
Middle mouse button functionality IS working like FireFox since 0.x years ago. So it looks like something is not setup correctly. Probably you have a Logitech mouse with IntelliPoint software installed which will not let the middle mouse button work as it should?

"Prompt windows block the whole browser"
This will only block the current tab, since a couple of versions before. Very handy.

You can also view headers, maybe not as good as "Live HTTP Headers":
1. CTRL + SHIFT + I (Developer tools)
2. Resources tab, activate
3. Select the resource, html source, or other media on the site
4. Goto headers 'tab'

You can change the user agent with extensions:
chrome.google.com/extensions/search ...

You can use a HTML validator extension:
chrome.google.com/extensions/search ...

So it looks like this post is not up to date. I am using Chrome since a long time. And every version it get better :)

You can download the newest 'developer' version here (auto install):
dl.google.com/chrome/install/375.29 ...

  2. Re: Reply   Reply   Report abuse  
Picture of David David - 2010-05-06 08:31:39 - In reply to message 1 from Koala
Agreed, those are the obvious makes I found in this article too...

  3. Re: Reply   Reply   Report abuse  
Picture of Manuel Lemos Manuel Lemos - 2010-05-06 08:59:49 - In reply to message 1 from Koala
I use Google Chrome 5.0.375.29 beta updated from the Google Linux RPM repository. I suspect that Linux version may not be quite on par with Windows version.

dl.google.com/linux/rpm/stable/i386

My mouse is a common USB mouse. It may be that sometime the BIOS does not recognize the mouse as a 3 button mouse.

The prompt windows blocking may be an actual bug in Chrome for Linux implementation.

CTRL+SHIFT+ I is the same shortcut in Chrome for Linux but it does not start Developer Tools when I hit those keys.

Anyway, I went to the resources tab and there is no headers tab. I suspect that only appears with some extension installed. That is how Live HTTP Headers extension works on Firefox too.

The User Agent change extension did not seem to be available last time I checked. Maybe it is recent.

I did not find the same HTML Validator extension as the one I am using in Firefox. I tried the first I saw in the page you mentioned but it does not seem to work the local validation, which is necessary to validate pages shown for authenticated users.

Anyway, thanks for the tips.

  4. Re: Reply   Reply   Report abuse  
Picture of Koala Koala - 2010-05-06 15:11:54 - In reply to message 3 from Manuel Lemos
When you click the resources tab, you first need to click the 'HTML' 'file', and then you should have a Headers tab.

I only using Chrome on Windows, so maybe they are not 100% the same in the mentioned functionality. :)

  5. Re: Reply   Reply   Report abuse  
Picture of Michael John Burgess Michael John Burgess - 2010-05-06 15:14:17 - In reply to message 3 from Manuel Lemos
Headers, Middle Mouse, Tab/Window Blocking & Extensions all work as expected on the last few windows versions. Headers is not an extension, you need to (double) click on the relevant file to inspect the headers sent with it.