Jump to content

  • Log in with Facebook Log in with Twitter Log In with Google      Sign In   
  • Create Account

Subscribe to HRA Now!

 



Are you a Google Analytics enthusiast?

Share and download Custom Google Analytics Reports, dashboards and advanced segments--for FREE! 

 



 

 www.CustomReportSharing.com 

From the folks who brought you High Rankings!


Sponsored Content

 

 
 

Photo

Google Chrome


  • Please log in to reply
61 replies to this topic

#31 madams

madams

    HR 5

  • Active Members
  • PipPipPipPipPip
  • 504 posts
  • Location:Costa Blanca, Spain

Posted 04 September 2008 - 03:04 AM

Chrome dose not display the <title> of the page, wonder why?

The <title> is shown when you click the "+" and mouse over.

Personally I like it.




#32 sanman

sanman

    HR 4

  • Active Members
  • PipPipPipPip
  • 132 posts

Posted 04 September 2008 - 05:06 AM

I am not able to find google toolbar for Google Chrome browser. Please advise.

#33 1dmf

1dmf

    Keep Asking, Keep Questioning, Keep Learning

  • Active Members
  • PipPipPipPipPipPipPip
  • 2,154 posts
  • Location:Worthing - England

Posted 04 September 2008 - 05:19 AM

From what I've heard it doesn't run JavaScript (they've invented their own), is this correct, thus making the browser useless?


#34 1dmf

1dmf

    Keep Asking, Keep Questioning, Keep Learning

  • Active Members
  • PipPipPipPipPipPipPip
  • 2,154 posts
  • Location:Worthing - England

Posted 04 September 2008 - 06:09 AM

I've not tried it.

The missus read it doesn't handle JavaScript, they have written their own client side scripting language, is this correct?

#35 Randy

Randy

    Convert Me!

  • Moderator
  • 17,540 posts

Posted 04 September 2008 - 06:30 AM

The missus is sort of right in what she's led you to believe, but not really.

Chrome processes JS just fine from everything I can tell. Or at least it's worked with every site I've visited with it that I know uses JS.

That said, they have built and integrated a new javascript engine into the browser. One that according to the docs I've read contains significant improvement over the js engines other browsers have been using.

In other words, they're not changing javascript, just how the browser handles it.

#36 rolf

rolf

    HR 6

  • Active Members
  • PipPipPipPipPipPip
  • 675 posts
  • Location:Suffolk UK

Posted 04 September 2008 - 06:45 AM

AFAIK chrome doesn't support the toolbar yet

#37 rolf

rolf

    HR 6

  • Active Members
  • PipPipPipPipPipPip
  • 675 posts
  • Location:Suffolk UK

Posted 04 September 2008 - 06:53 AM

There's a site I use on a semi regular basis which has 1 particular JS script that doesn't work properly in IE and FF most of the time. I've only tested Chrome on that site once so far, but it handled everything perfectly.

Obviously this is just one experience so time will tell, but I'll post here when I've tested a few more times.

#38 madams

madams

    HR 5

  • Active Members
  • PipPipPipPipPip
  • 504 posts
  • Location:Costa Blanca, Spain

Posted 04 September 2008 - 06:56 AM

It doesn´t show my List Menu

It shows the arrows only

When you click the arrow the drop down list appears.

Any ideas why?

#39 Randy

Randy

    Convert Me!

  • Moderator
  • 17,540 posts

Posted 04 September 2008 - 07:09 AM

Does your list use JS Madams? And if so does it perform browser detection and feed different ways of doing things based upon the browser type? If so, it may simply be a case of the script not offering a fallback position if the browser name isn't recognized.

If you test the page in the Windows version of Safari my guess is you'd get the same sort of thing. Since Chrome reports itself as a version of Safari, and it may not be a browser your code is sniffing for.

#40 madams

madams

    HR 5

  • Active Members
  • PipPipPipPipPip
  • 504 posts
  • Location:Costa Blanca, Spain

Posted 04 September 2008 - 07:21 AM

No Randy

Samlpe Code
CODE
<select name="aptype" id="aptype"
<option selected>Chose</option>
<option value="Apartment">Apartment</option>
<option value="Villa">Villa</option>
</select>


#41 Jill

Jill

    High Rankings Advisor

  • Admin
  • 32,316 posts

Posted 04 September 2008 - 08:01 AM

No google toolbar for chrome.

Moving this to the other chrome thread. We don't need more than one.

#42 1dmf

1dmf

    Keep Asking, Keep Questioning, Keep Learning

  • Active Members
  • PipPipPipPipPipPipPip
  • 2,154 posts
  • Location:Worthing - England

Posted 04 September 2008 - 08:20 AM

Randy, are you saying this browser is based on the safari engine?

Is that the same safari engine I had read was going to be pulled from a windoze platform because it is considered the most dangerous and vunerable browser available?

Madams -> is it possible there is an error in some CSS formating, or you haven't given the element a width attribute (just stabbing in the dark here! bag.gif )

The code posted also has the right chevron missing on the opening select tag ? is this a code error or post error?

#43 Randy

Randy

    Convert Me!

  • Moderator
  • 17,540 posts

Posted 04 September 2008 - 09:51 AM

QUOTE
Randy, are you saying this browser is based on the safari engine?


Dunno if it's actually based upon Safari or not 1dmf. They did say in the docs that they made use of Apple's WebKit, which is open source. I mention it because a layout issue I saw on a couple of my sites with 'doze Safari shows up exactly the same in Chrome.

Well that and the fact Chrome references Safari, among other things, it how it identifies itself. Here's a quick capture of how Chrome shows up in my log files.

CODE
xx.xx.xx.xx - - [04/Sep/2008:10:45:09 -0400] "GET / HTTP/1.1" 200 3328 "-" "Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US) AppleWebKit/525.13 (KHTML, like Gecko) Chrome/0.2.149.27 Safari/525.13"


If I had to guess I'd say it probably doesn't have much of any other browser in it code wise, since it's so different in how it handles tabs and other stuff. There may be some stuff in there, but from the security perspective I wouldn't be too worried about Chrome. They seem to have put a lot of thought into how to deal with security threats.


#44 Randy

Randy

    Convert Me!

  • Moderator
  • 17,540 posts

Posted 04 September 2008 - 09:53 AM

Madams: I'd have to see the page to take an educated guess. Feel free to PM if you want a fresh pair of eyes to take a look.

One thing... Are there opening and closing <form> tags around your <select>'s? I know I've seen this one produce wonky results before.

#45 zephyr

zephyr

    HR 3

  • Active Members
  • PipPipPip
  • 56 posts
  • Location:Connecticut

Posted 04 September 2008 - 01:20 PM

Shades of IE, already security issues with The Chrome-
don't download files with it??
check news

QUOTE(rolf @ Sep 3 2008, 06:39 AM) View Post
My big hope is that it scares MS into being more standards compliant, but who knows how all that will pan out?


Or how about standards compliant, period. We wait for IE9 (NINE)....
Chrome claims 1%+ of browser share already.
If you read MS docs, they phrase it as IE having "enhancements" for the browsing public.
No, we're not crazy, everyone else is......








0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users