Go Back   Velocity Reviews > Newsgroups > HTML
User Name
Password
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply

HTML - Re: Locking in to IE8 vs IE7 using CSS?

 
Thread Tools Search this Thread
Old 11-04-2009, 02:47 PM   #11
Default Re: Locking in to IE8 vs IE7 using CSS?


On 04 Nov 2009, Sherm Pendley <> wrote:

> Neredbojias <> writes:
>
>> On 06 Oct 2009, Jack <> wrote:
>>
>>> <meta http-equiv="X-UA-Compatible" content="IE=edge" />"
>>> -----------------------------------------------------------
>>>
>>> I don't mean to get into the "FireFox versus IE" topic, but to me,
>>> this sounds like a good idea. If I'm going to do my best to make
>>> sure my website is the best and most current CSS ran site I can make
>>> it, I don't want Microsoft to come along and screw it up.
>>>
>>> What do you think?

>>
>> The meta tag is probably a good idea

>
> Will IE8 respond the same way to a real "X-UA-Compatible" HTTP header?


Yes. Here's a good article re. the subject:

http://www.alistapart.com/articles/beyonddoctype

--
Neredbojias
http://www.neredbojias.org/
http://www.neredbojias.net/


Neredbojias
  Reply With Quote
Old 11-04-2009, 07:34 PM   #12
Jonathan N. Little
 
Posts: n/a
Default Re: Locking in to IE8 vs IE7 using CSS?
Neredbojias wrote:
> On 06 Oct 2009, Jack<> wrote:
>

<snip>

>>
>> <meta http-equiv="X-UA-Compatible" content="IE=edge" />"
>> -----------------------------------------------------------


<snip>

>>
>> What do you think?

>
> The meta tag is probably a good idea but I'll venture to say that in a
> relatively short time compared to past history ie7 won't be a
> significant player in the browser game, anyway.
>


I disagree. How much longer must designers have to keep doing back-flips
just to keep coddling IE along? I like to restrict proprietary and often
ephemeral hacks in my web pages. One reason I resist using conditional
comments.

<meta http-equiv="X-UA-Hack" content="IE8=fix something">
<meta http-equiv="X-UA-Another-Hack" content="IE9=fix something else">
<meta http-equiv="X-UA-Hack-Du-Jour " content="IE10=fix some more crap">


--
Take care,

Jonathan
-------------------
LITTLE WORKS STUDIO
http://www.LittleWorksStudio.com


Jonathan N. Little
  Reply With Quote
Old 11-04-2009, 08:15 PM   #13
Helpful person
 
Posts: n/a
Default Re: Locking in to IE8 vs IE7 using CSS?
On Nov 4, 2:34*pm, "Jonathan N. Little" <lws4...@centralva.net> wrote:
>
> I disagree. How much longer must designers have to keep doing back-flips
> just to keep coddling IE along? I like to restrict proprietary and often
> ephemeral hacks in my web pages. One reason I resist using conditional
> comments.
>
> <meta http-equiv="X-UA-Hack" content="IE8=fix something">
> <meta http-equiv="X-UA-Another-Hack" content="IE9=fix something else">
> <meta http-equiv="X-UA-Hack-Du-Jour " content="IE10=fix some more crap">
>
> --
> Take care,
>
> Jonathan
> -------------------
> LITTLE WORKS STUDIOhttp://www.LittleWorksStudio.com


This is an attitude that is endemic in poorly written code. "Let's
ignore the end user if it's more difficult to code." I meet it all
the time in lots of poorly written user interfaces. Don't be so
arrogant as to try and force customers to change. You will just lose
them.

www.richardfisher.com


Helpful person
  Reply With Quote
Old 11-04-2009, 10:26 PM   #14
Jonathan N. Little
 
Posts: n/a
Default Re: Locking in to IE8 vs IE7 using CSS?
Helpful person wrote:
> On Nov 4, 2:34 pm, "Jonathan N. Little"<lws4...@centralva.net> wrote:
>>
>> I disagree. How much longer must designers have to keep doing back-flips
>> just to keep coddling IE along? I like to restrict proprietary and often
>> ephemeral hacks in my web pages. One reason I resist using conditional
>> comments.
>>
>> <meta http-equiv="X-UA-Hack" content="IE8=fix something">
>> <meta http-equiv="X-UA-Another-Hack" content="IE9=fix something else">
>> <meta http-equiv="X-UA-Hack-Du-Jour " content="IE10=fix some more crap">


<snip signature>

> This is an attitude that is endemic in poorly written code.


Employing proprietary code and peppering hacks throughout your markup to
support some specific version of a browser is *not* indicative of well
written code, and often is a management nightmare! Such coded sites are
a real PITA to "fix" when they fall apart when MS fixes a bug or
introduces a new one in their next version browser.

> "Let's
> ignore the end user if it's more difficult to code."


I made no such suggestion. Most times such hacks are employed in the
misguided effort to "make it look exactly the same in every browser down
to the pixel". A better approach is "gracefully degrade".

--
Take care,

Jonathan
-------------------
LITTLE WORKS STUDIO
http://www.LittleWorksStudio.com


Jonathan N. Little
  Reply With Quote
Old 11-05-2009, 05:53 PM   #15
Neredbojias
 
Posts: n/a
Default Re: Locking in to IE8 vs IE7 using CSS?
On 04 Nov 2009, "Jonathan N. Little" <> wrote:

> Neredbojias wrote:
>> The meta tag is probably a good idea but I'll venture to say that in
>> a relatively short time compared to past history ie7 won't be a
>> significant player in the browser game, anyway.
>>

>
> I disagree. How much longer must designers have to keep doing
> back-flips just to keep coddling IE along? I like to restrict
> proprietary and often ephemeral hacks in my web pages. One reason I
> resist using conditional comments.
>
> <meta http-equiv="X-UA-Hack" content="IE8=fix something">
> <meta http-equiv="X-UA-Another-Hack" content="IE9=fix something
> else"> <meta http-equiv="X-UA-Hack-Du-Jour " content="IE10=fix some
> more crap">


I'm not agin that attitude at all and basically subscribe to it,
myself. However, there are 2 things to think about.

One, the "X-UA-Compatible" meta is designed for all browsers, not just
ie. Check out the link I posted earlier.

Two, I believe the meta is supposed to be more of a way to prevent
having to completely redo old pages authored for
conditions-of-the-times when newer, more standards-wise browsers come
out or when the standards themselves change or expand.

Anyway, sure, it may not work out to be as I described, but who's
happier, the optimist or the pessimist? Besides, one should have an
open mind even in the world of the html troglodyte.

--
Neredbojias
http://www.neredbojias.org/
http://www.neredbojias.net/


Neredbojias
  Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

Similar Threads
Thread Thread Starter Forum Replies Last Post
Locking locking resolution Frontpage raiderhawk General Help Related Topics 0 01-08-2008 01:42 AM
locking my hard drive tbg General Help Related Topics 1 10-16-2006 11:08 PM




SEO by vBSEO 3.3.2 ©2009, Crawlability, Inc.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46