Comments on: Google Chrome Frame https://www.nivas.hr/blog/2009/09/24/google-chrome-frame/ This is a blog from the Nivas.hr crew to the galaxy of unknown. Fri, 25 Sep 2009 21:34:45 +0000 hourly 1 https://wordpress.org/?v=5.8.2 By: seven https://www.nivas.hr/blog/2009/09/24/google-chrome-frame/comment-page-1/#comment-670358 Fri, 25 Sep 2009 21:34:45 +0000 https://www.nivas.hr/blog/?p=1478#comment-670358 wow, respect for doing that bold move mate!

frontends of all our sites work in ie6 (more or less). but amount of jquery we use in backend is just too heavy for ie6 (everything is too sluggish) so we will definitely put it in our vudu cms.

I have to think really hard when it comes to graceful degradation and even harder when it comes to forceful progressive enhancement.

]]>
By: zytzagoo https://www.nivas.hr/blog/2009/09/24/google-chrome-frame/comment-page-1/#comment-670302 Fri, 25 Sep 2009 10:33:16 +0000 https://www.nivas.hr/blog/?p=1478#comment-670302 Code used (wordpress ate it in the previous comment):

<!–[if IE 6]><script type=”text/javascript” src=”http://ajax.googleapis.com/ajax/libs/chrome-frame/1/CFInstall.min.js”></script>
<script>
CFInstall.check({mode:”popup”});
</script>
<![endif]–>

]]>
By: zytzagoo https://www.nivas.hr/blog/2009/09/24/google-chrome-frame/comment-page-1/#comment-670301 Fri, 25 Sep 2009 10:31:04 +0000 https://www.nivas.hr/blog/?p=1478#comment-670301 Tried it on story.hr today, used this code:

CFInstall.check({mode:”popup”});

I do not want to bother *every* IE user into installing, just IE6 ones.

Have to use the popup method, since inline iframe gets hidden behind the carousel and whatnot (other z-index issues) and I don’t want to tweak that shit now.

Now, if anyone ever comes back whining about problems browsing the site with IE 6, I can ask if they tried installing that thing in the popup — and mentiont that if they do, everything will work just fine.

]]>
By: seven https://www.nivas.hr/blog/2009/09/24/google-chrome-frame/comment-page-1/#comment-670205 Thu, 24 Sep 2009 20:44:16 +0000 https://www.nivas.hr/blog/?p=1478#comment-670205 AFAIK Chrome Frame was originally developed in order to make google wave work faster for ie users (html5 etc).

Anyways, I dare you to use Chrome frame and see the reactions of users. :) No really, there is no better way to test this than putting it on some live site. It’s dead simple (if network administrator haven’t disabled activex ie componentes for users). Just put this into web page. If user has ie678 this will prompt him to install chrome frame.
<body>
<script type="text/javascript"
src="http://ajax.googleapis.com/ajax/libs/chrome-frame/1/CFInstall.min.js"&#62; </script>

<div id="placeholder"></div>

<script>
CFInstall.check({
node: "placeholder",
destination: "http://www.waikiki.com&#34;
});
</script>
</body>

]]>
By: zytzagoo https://www.nivas.hr/blog/2009/09/24/google-chrome-frame/comment-page-1/#comment-670149 Thu, 24 Sep 2009 12:09:52 +0000 https://www.nivas.hr/blog/?p=1478#comment-670149 Prayers don’t work, but some engineering helps occasionally :D

Will it rid the world of the atrocity that is IE6?
– No. The monster is here to stay for a few more years…

Will it make the IE6 situation more manageable?
– I think so.

Because now when a client insists on IE6 compatibility, you can simply provide an option to the IE6 visitor to install Chrome Frame automagically. [http://code.google.com/chrome/chromeframe/developers_guide.html#Detecting_Google_Chrome_Frame – although there are better ways, documentation is to be changed. Further reading: http://webreflection.blogspot.com/2009/09/google-chrome-frame-first-look.html%5D

Those that still can’t install (permissions and whatnot), well, they still have an additional option that they can communicate to their IT department. The only option they had until now is to upgrade, which is out of the question, since, well, they’re still using IE6 in this scenario :)

And the new option doesn’t really cripple anyone in any way. Win-win.

]]>
By: Daemon https://www.nivas.hr/blog/2009/09/24/google-chrome-frame/comment-page-1/#comment-670146 Thu, 24 Sep 2009 11:51:38 +0000 https://www.nivas.hr/blog/?p=1478#comment-670146 I pray to baby Jesus and the spaghetti Monster that you are right and I am wrong.

]]>
By: zytzagoo https://www.nivas.hr/blog/2009/09/24/google-chrome-frame/comment-page-1/#comment-670144 Thu, 24 Sep 2009 11:49:44 +0000 https://www.nivas.hr/blog/?p=1478#comment-670144 I don’t think it’s any different.

Admins in big corporate environments do not allow users to install stuff, they deploy/install stuff on their workstations for them remotely, and do so with just a few clicks across entire domains etc.

Existing software relying on IE6 “features” (activex controls and whatnot) works as is, since websites/applications need to be modified in order to trigger running Chrome Frame (by adding a single meta element to the page).

It’s win-win IMO.

]]>
By: Daemon https://www.nivas.hr/blog/2009/09/24/google-chrome-frame/comment-page-1/#comment-670136 Thu, 24 Sep 2009 10:36:27 +0000 https://www.nivas.hr/blog/?p=1478#comment-670136 It’s different. Flash player is a small component that enables some silly animations to move left and right on your screen. Flash player even comes pre-installed on some platforms.

This plugin wraps itself around IE and chokes it to death. If I was working as an Admin at a big corporation that does not allow people to use other browser than IE6, there was NO way in hell I would allow my dummy users to install this. The risks are just too great.

Furthermore, but this is something I need to find out – a lot of other software (CRMs, ERPs, and similar Microsoft based solutions) work only if you use IE. I am not sure what happens if you install Chrome Frame, will those softwares keep working?

]]>
By: zytzagoo https://www.nivas.hr/blog/2009/09/24/google-chrome-frame/comment-page-1/#comment-670132 Thu, 24 Sep 2009 10:06:15 +0000 https://www.nivas.hr/blog/?p=1478#comment-670132 Remember flash? Many couldn’t install it (especially in bigger companies where no one has admin/power user privileges), but eventually it became obvious that it’s a must, so flash is regularly deployed/installed on workstations.

The same can (and hopefully will) happen with the chrome frame plugin.

]]>