PDA

View Full Version : how to create a site that IE cannot open?



bruno9779
September 24th, 2009, 09:08 AM
the title says it all.

I want to add some sort of softcap to a site i manage, so that IE users cannot access it.

Does anyone know how to go about this?

-grubby
September 24th, 2009, 09:13 AM
What a responsible webmaster. Ever heard of Browser Neutrality (http://www.anybrowser.org/campaign/)?

That aside, the best way to block IE would be to check the user agent and do stuff with it.

KiwiNZ
September 24th, 2009, 09:16 AM
One question ...why ?

wojox
September 24th, 2009, 09:16 AM
Like grubby said check user agent and redirect if IE. Do you have php installed? It can be done with that.

utnubuuser
September 24th, 2009, 09:19 AM
+1 net neutrality

levian
September 24th, 2009, 09:27 AM
this is interesting, i would like to know how too. hehe.

bruno9779
September 24th, 2009, 09:43 AM
The question isn't "why?" it is "why not?".

If the content of one site is specific to one browser, I don't see why not keep other browsers out. It is like targeted advertising.

-grubby
September 24th, 2009, 09:45 AM
If the content of one site is specific to one browser,


Please elaborate on how content can be specific to a web browser.



I don't see why not keep other browsers out. It is like targeted advertising.


:confused:

wojox
September 24th, 2009, 09:49 AM
It's a pain having to add extra code for IE 6/7 which a lot of people still use.

-grubby
September 24th, 2009, 09:53 AM
Another thing: I'm not sure of your reasoning here, but if you want to block IE because you don't want to make sure your website works in IE, there's a much simpler solution: Just don't check if your site works in it.

A broken web page and a blocked web browser are equally unprofessional, but the first doesn't require as much work.

Sean Moran
September 24th, 2009, 09:55 AM
Not meaning to interrupt but with the number of websites that popup that message of "Works best with IE" and that infernal flash block, I can see the point of such an exercise, although a little satirical IMHO. (Best way to stop certain browsers from seeing your website is to turn off the modem before uploading.)

Determining the web-broswer from the http:request isn't difficult, although I'd have to do a little searching to get a script for it. It's all been written up there.

bruno9779
September 24th, 2009, 09:56 AM
I am not likely to implement it on a website, but it is a skill I'd like to have.

My evil mind goes already off wandering what could come of it when added to a few other black-hat tricks...

-grubby
September 24th, 2009, 09:59 AM
I am not likely to implement it on a website

Thank god.



but it is a skill I'd like to have.


Why? How would that be useful in any situation at all?

mehaga
September 24th, 2009, 10:00 AM
Many sites work in IE only, he wants revenge :)

I suggest you embarrass IE by using stuff it doesn't properly support yet - like Canvas. Put a message for IE users saying something like 'You need a modern browser to view this site (FF, Chrome...)' :p

Giant Speck
September 24th, 2009, 10:01 AM
Why? How would that be useful in any situation at all?

Because Microsoft is evil, Internet Explorer is a product of that evil, and the gullible public must be forcefully liberated from the tyranny.

bodyharvester
September 24th, 2009, 10:02 AM
Why? How would that be useful in any situation at all?

what if there is a mad scientist who uses IE and believes that if he can access the next website easily he will destroy the world :p

-grubby
September 24th, 2009, 10:02 AM
Many sites work in IE only, he wants revenge :)

I didn't know it was necessary to seek revenge when you disagree with something.

Giant Speck
September 24th, 2009, 10:05 AM
I didn't know it was necessary to seek revenge when you disagree with something.

I disagree with you. I hope your wife and children like instant oatmeal.

-grubby
September 24th, 2009, 10:06 AM
I disagree with you. I hope your wife and children like instant oatmeal.

haha

EDIT: that was meant to be in all caps.

Sean Moran
September 24th, 2009, 10:07 AM
I'm starting to admire what I glean from the Ubuntu philosophy, so don't waste time with the revenge and stuff, but just get on with the good stuff...

... one compromise might even allow scope for a little tricky business; the facade of economy-class cyber travel in a way, and you could simply add a little button somewhere on the index page that mentions something like "Browser X viewers click here for deluxe edition" and leave the punters with something to sleep on overnight, without the need to change a single thing other if you don't want to.

Still a little clandestine, but it could get the required result without comprimising the best-quality of the sites, perhaps? More of a comical satire.

mehaga
September 24th, 2009, 10:08 AM
I didn't know it was necessary to seek revenge when you disagree with something.

It's not and I don't think he should.

-grubby
September 24th, 2009, 10:09 AM
It's not and I don't think he should.

Is that what the little smiley face was for?

mehaga
September 24th, 2009, 10:11 AM
Is that what the little smiley face was for?

You read me like an open book :p

bruno9779
September 24th, 2009, 10:16 AM
Come on guys, it isn't exactly about revenge.

But think if anyone could drop those few fateful lines of code on the server that hosts this It is better with ... (http://itsbetterwithwindows.com/)

It would be just hilarious

KiwiNZ
September 24th, 2009, 10:25 AM
Come on guys, it isn't exactly about revenge.

But think if anyone could drop those few fateful lines of code on the server that hosts this It is better with ... (http://itsbetterwithwindows.com/)

It would be just hilarious

No it would not.

mehaga
September 24th, 2009, 10:36 AM
OMG, it's even worse than revenge :D

t0p
September 24th, 2009, 11:23 AM
html5

coldReactive
September 24th, 2009, 11:44 AM
html5

There's already a piece of code (not from Microsoft) that allows IE8 to see and parse HTML5.

Cope57
September 24th, 2009, 11:48 AM
Does not matter what browser people use. Create your site to be web standards compliant, and their browsers will do what they do. A web standards compliant browser will be able to view your site with no issues.

The Basics - what you should run on all your web pages


The MarkUp Validator (http://validator.w3.org/). - Also known as the HTML validator, it helps check Web documents in formats like HTML and XHTML, SVG or MathML.
The Link Checker (http://validator.w3.org/checklink) - Checks anchors (hyperlinks) in a HTML/XHTML document. Useful to find broken links, etc.
The CSS Validator (http://jigsaw.w3.org/css-validator/) - validates CSS stylesheets or documents using CSS stylesheets.

madnessjack
September 24th, 2009, 11:55 AM
If you want to show something to IE, just use conditional comments
http://en.wikipedia.org/wiki/Conditional_comment

I use this for patches. If you write well formed html with css (using existing standards, none of this future experimental crap) you shouldn't have a problem in the first place.

As I said I use this to patch png and maybe the odd box model issue, but if you're excluding IE you're in the wrong. It's a perfectly good browser for anyone who doesn't know better (or more frankly, doesn't care).

x3roconf
September 24th, 2009, 12:20 PM
Only jerks use internet explorer :lolflag:

hessiess
September 24th, 2009, 12:28 PM
Does not matter what browser people use. Create your site to be web standards compliant, and their browsers will do what they do. A web standards compliant browser will be able to view your site with no issues.

The Basics - what you should run on all your web pages


The MarkUp Validator (http://validator.w3.org/). - Also known as the HTML validator, it helps check Web documents in formats like HTML and XHTML, SVG or MathML.
The Link Checker (http://validator.w3.org/checklink) - Checks anchors (hyperlinks) in a HTML/XHTML document. Useful to find broken links, etc.
The CSS Validator (http://jigsaw.w3.org/css-validator/) - validates CSS stylesheets or documents using CSS stylesheets.


This would be fine except for the simple fact that _internet explorer is *NOT* standards compliant_ and things start to fall apart when you start using the more advanced features of CSS.

coldReactive
September 24th, 2009, 12:31 PM
Only jerks use internet explorer :lolflag:

One of my best friends uses IE, and he's not all that of a jerk, believe me, he's a pacifist.

Fzang
September 24th, 2009, 12:34 PM
Just pretend that IE doesn't exist and don't code anything specifically for IE. If the page looks like a malformed cow on IE it's their fault for using IE.

Xbehave
September 24th, 2009, 12:49 PM
There are many reasons to block IE.

To get back at IE users for IE-only sites
To conduct polls with less noise from computer illiterate
To conduct polls about Open-source with less noise from windows users
It looks bad to have a malformed page and most IE users will blame you NOT IE
Because you can


From madnessjack's comment + google i think something like this may work (i think it goes in the <body> but i may be wrong)


<!--[if IE]>
<script type="application/javascript">
self.close();
</script>
<![endif]>
or

<!--[if IE 6 ]>
<script type="application/javascript">
self.close();
</script>
<![endif]>
repeat for 7 & 8

Tristam Green
September 24th, 2009, 12:57 PM
Only jerks use internet explorer :lolflag:

What an awesome attitude to have.

All workers who are bound by their corporate IT policies to use Internet Explorer as an officially-supported (by Corp IT) are now jerks, by that logic.


There are many reasons to block IE.

To get back at IE users for IE-only sites
To conduct polls with less noise from computer illiterate
To conduct polls about Open-source with less noise from windows users
It looks bad to have a malformed page and most IE users will blame you NOT IE
Because you can


From madnessjack's comment + google i think something like this may work (i think it goes in the <body> but i may be wrong)


<!--[if IE]>
<script type="application/javascript">
self.close();
</script>
<![endif]>
or

<!--[if IE 6 ]>
<script type="application/javascript">
self.close();
</script>
<![endif]>
repeat for 7 & 8

All of the aforementioned reasons are bunk.

And, it's just as easy to block Jscript in IE as it is in Firefox.

Jackelope
September 24th, 2009, 02:45 PM
Keep in mind that some IE users are not computer illiterate...we just prefer it because its pretty. :tongue:

Seriously tho, some of us HAVE to use it at work, but still would like to have access to the whole web. So no IE blocking please. Just use HTML5 and embedded ogg videos. It will screw with IE until they get their stuff straight.

chucky chuckaluck
September 24th, 2009, 02:47 PM
Many sites work in IE only, he wants revenge :)

there's no greater revenge than denying the majority of users access to your website. such a webmaster will have so much more time for other hobbies if no one is visiting his site.

madnessjack
September 24th, 2009, 02:47 PM
Let's face it - the majority of users who browse the internet don't care. Maybe Microsoft is holding them back by not supporting these features but at the end of the day browsers were designed to display hypertext (http://en.wikipedia.org/wiki/HTML). There is nothing in the original definition for HTML that states browsers MUST display these fancy web applications.

The problems with IE6 lack of security is a different issue entirely...

TBH if we want to move on with the web I don't think HTML5 is the way to go. Just sayin.

Disclaimer: I am no expert, just ignorant ;-)

Xbehave
September 24th, 2009, 02:52 PM
All of the aforementioned reasons are bunk.

And, it's just as easy to block Jscript in IE as it is in Firefox.Right but at that point, the user is computer literate and can probably get past any trick you throw at them, and you could also write the entire page using javascript tricks so if you have no javascript the page wont render.

bruno9779
September 24th, 2009, 02:52 PM
Keep in mind that some IE users are not computer illiterate...we just prefer it because its pretty.

:lolflag::lolflag::lolflag::lolflag:

how so?

koshatnik
September 24th, 2009, 02:53 PM
There are many reasons to block IE.
[LIST=1]
To get back at IE users for IE-only sites
To conduct polls with less noise from computer illiterate
To conduct polls about Open-source with less noise from windows users
It looks bad to have a malformed page and most IE users will blame you


Sounds a bit pathetic to me.

bodyharvester
September 24th, 2009, 02:53 PM
Only jerks use internet explorer :lolflag:

surely no body took this seriously? its a joke people, laugh it off or shrug it off, there is no need to get your knickers in a twist over any opinion when its on the tinterweb

enjoy yourselves

can a security issue in a web browser affect the website it displays?

misfitpierce
September 24th, 2009, 02:59 PM
http://www.devin.com/ieblock_howto.shtml - That says it all with javascript way prob being the easiest. Enjoy.

Teber
September 24th, 2009, 03:02 PM
Just pretend that IE doesn't exist and don't code anything specifically for IE. If the page looks like a malformed cow on IE it's their fault for using IE.

amen to that.

however there's a good reason for making a site accessible to IE: why keep IE users in the dark about the good things of linux? or for that matter about anything. isn't the internet all about information sharing?

Tristam Green
September 24th, 2009, 03:04 PM
Right but at that point, the user is computer literate and can probably get past any trick you throw at them, and you could also write the entire page using javascript tricks so if you have no javascript the page wont render.

Does it matter though? It's still wrong.

doas777
September 24th, 2009, 03:06 PM
if you really want to keep IE off your site, just make your code standards compliant. that'll do it.
of course 99% conformance is much harder than simply testing your site in IE.

BslBryan
September 24th, 2009, 03:16 PM
This has become more of a public debate than anything else. The OP asked a question and posters came here and attacked him, when all against his idea should have just ignored him.

His question was answered more than once and I suggest that this thread be closed.

koshatnik
September 24th, 2009, 03:25 PM
This has become more of a public debate than anything else. The OP asked a question and posters came here and attacked him, when all against his idea should have just ignored him.

His question was answered more than once and I suggest that this thread be closed.

Chill out man. Banter and conjecture is good.

Barrucadu
September 24th, 2009, 03:30 PM
Here's an excerpt of the code from my website:

function usingIE($patronise=true) {
$usingie = strpos($_SERVER['HTTP_USER_AGENT'], 'MSIE') || isset($_GET['ie']);

if($usingie && $patronise) {
patronisingMessage();
}

return $usingie;
}

patronisingMessage() prints a message (http://www.barrucadu.co.uk/?ie) using really basic HTML and CSS telling users to use a proper browser :p
I've also got a warning on the main page (which, obviously, only non-IE users see) saying it may not work in anything but Opera 10 and FF 3.5, as that's all I've tested the site in.

I got tired of ‘helpful’ emails saying it doesn't work in IE. I know. I don't care. It should support the standards. It's not my fault the developers are incompetent.

hoppipolla
September 24th, 2009, 03:41 PM
Haha I think this is a wicked idea xD

And well said Barrucadu, I agree. One of my sites breaks a bit on IE too which is just ridiculous as it's obviously a bug in the browser - it works fine in Firefox and Chrome! :)

tcoffeep
September 24th, 2009, 04:06 PM
This thread, and everyone who thinks this is a good idea, is/are ridiculous.

hoppipolla
September 24th, 2009, 04:09 PM
This thread, and everyone who thinks this is a good idea, is/are ridiculous.

I just think it's funny ._.

doas777
September 24th, 2009, 04:14 PM
This thread, and everyone who thinks this is a good idea, is/are ridiculous.


well thank you for setting us straight. where would we be without your wisdom?

oh yeah, we'd be enjoying this thread.

coldReactive
September 24th, 2009, 04:23 PM
This thread, and everyone who thinks this is a good idea, is/are ridiculous.

Well, if abc.go.com doesn't allow linux users to view full episodes, then why not break IE users by not letting them view our websites.

fela
September 24th, 2009, 04:30 PM
Only jerks use internet explorer :lolflag:

Ignorant people and jerks.

And microsoft employees. But I guess that falls under 'jerks'.

Actually, no. I bet most microsoft employees run firefox or chrome.

fela
September 24th, 2009, 04:31 PM
Well, if abc.go.com doesn't allow linux users to view full episodes, then why not break IE users by not letting them view our websites.

Because of rule #21 in life: two wrongs don't make a right.

Incendia
September 24th, 2009, 04:33 PM
Only jerks use internet explorer :lolflag:


One of my best friends uses IE, and he's not all that of a jerk, believe me, he's a pacifist.


Keep in mind that some IE users are not computer illiterate...we just prefer it because its pretty. :tongue:

I use it side-by-side with Firefox on my Windows 7 Partition, because it does look nice. & I don't think I'm a jerk. :]

unoodles
September 24th, 2009, 04:34 PM
What you really should do is drop this simple line of code in your website.
No need to check user-agents.

http://crashie.com/

CJ Master
September 24th, 2009, 04:59 PM
What you really should do is drop this simple line of code in your website.
No need to check user-agents.

http://crashie.com/

AVG blocked the website. I assume it makes Internet Explorer crash?

doas777
September 24th, 2009, 05:01 PM
AVG blocked the website. I assume it makes Internet Explorer crash?

if you are using IE7 or earlier with javascript enabled.
the line involved is:

<script>for(x in document.write){document.write(x);}</script>

CJ Master
September 24th, 2009, 05:03 PM
if you are using IE7 or earlier with javascript enabled.
the line involved is:

<script>for(x in document.write){document.write(x);}</script>

I am by no means a Javascript expert, but that looks like a simple infinite loop.

coldReactive
September 24th, 2009, 05:06 PM
I am by no means a Javascript expert, but that looks like a simple infinite loop.

even simpler:

while(1) { /* blah */ }

1clue
September 24th, 2009, 05:10 PM
The question isn't "why?" it is "why not?".

If the content of one site is specific to one browser, I don't see why not keep other browsers out. It is like targeted advertising.

Except that someone who may be interested in converting to that browser can't see some sort of pertinent information that may be useful?

Linux is all about open standards. Exclusion is a Microsoft tactic. Internet neutrality++.

Let me know what site you're talking about, and I'll be sure I won't go there with Firefox either.

doas777
September 24th, 2009, 05:17 PM
I am by no means a Javascript expert, but that looks like a simple infinite loop.

I'm not great with jscript either, but it seems like there is a recursive element as well.

michaelzap
September 24th, 2009, 05:30 PM
I've used this (as a PHP function):

$output='';

$oldIE=false;
$ua=strtolower($_SERVER['HTTP_USER_AGENT']);
if((strstr($ua,"win")) && (strstr($ua,"msie")) && !(strstr($ua,"opera"))){
$all_browser_info=explode(" ",stristr($ua,"msie"));
$IEversion=$all_browser_info[1];
if($IEversion<7){
$oldIE=true;
}
}

if ($oldIE==true){
$output='<div id="ie6">
<h1>Your browser needs to be updated</h1>
<p>You appear to be using Internet Explorer 6.<br /><strong>This browser was released in 2001 and our website - along with many others - may not display or function properly</strong> with such an outdated browser.<br />In addition, <strong>this browser is not secure</strong>, and browsing the internet with it may expose you to many more risks.</p>
<p>Please use one of the links below (or Windows Update) to upgrade your browser now.</p>
<p><a href="http://www.microsoft.com/windows/internet-explorer/" target="_ie8">Internet Explorer 8</a> | <a href="http://www.mozilla.com/en-US/firefox/" target="_ff">Mozilla Firefox</a></p>
<p>Note: If you are in a corporate or other environment where you cannot install or update software on your own, please contact your technical support staff<br />to resolve this. This is not a condition that should continue to be ignored.</p>
</div>

';
}

return $output;

But I will probably use this (http://www.pushuptheweb.com/) in the future.

IE6 really is the bane of a web designer's existence, and it's probably responsible for the infection of the majority of zombie PCs in the world.

hoppipolla
September 24th, 2009, 05:35 PM
IE6 really is the bane of a web designer's existence, and it's probably responsible for the infection of the majority of zombie PCs in the world.

I never support IE6 when I make sites... I only learnt recently that people even still use it! lol

Viva
September 24th, 2009, 05:42 PM
Being a webmaster, I've considered this too. It is a pain in the **** to make your website work properly in some versions of IE even though you follow web standards. You'll end up hating IE after a few tries.

ecmatter
September 24th, 2009, 05:56 PM
isn't the internet all about information sharing?

No. The internet is all about false choices and straw men.

michaelzap
September 24th, 2009, 05:58 PM
No. The internet is all about false choices and straw men.

I thought it was about buying stuff that you don't really need and that seems cheap until you add in the shipping and handling.

doas777
September 24th, 2009, 05:59 PM
No. The internet is all about false choices and straw men.

and Cats are made of Rubber and Lies.

tcoffeep
September 24th, 2009, 06:28 PM
well thank you for setting us straight. where would we be without your wisdom?

oh yeah, we'd be enjoying this thread.

Thank you for proving my point.

You, all of you, who think this is an LOLFUNNY thing to do, you need to get your act together. The entire "They do it, so let's do it back!" is flawed, useless, and a waste of your time. You should be looking for ways to open doors, not slam them shut, lock them, and sit there with a shotgun just-in-case-those-rat-bastards-break-through.
I'm ashamed that I claim to be a part of the linux community when some of you, who think this is something smart to do or funny, claim the same. I'm hoping that one day linux and windows users can talk without some ignorant ******* going on about why X is better than Y.
IE isn't as bad as half of you make it out to be. I know people who use IE and make it work(tm), without problems, and have tried Firefox/Opera/Chrome/etc and preferred IE. It's a personal choice on their end, and they're jerks? Not to mention that they've never caught viruses. They don't complain if a website breaks on them because their browser isn't fully-compatible (which, iirc, ms is working on). They switch to another -if they have to-, which most of the time, they don't, because half the time, it's a crappy second-rate blog.
I'm tired of reading these stupid threads about trying to block user's access to certain websites. The users don't do it. The people who run the websites do. If you want to get back at them, block their IP, don't f*** over your everyday user. Not everyone is an idiot.
On that note, I'm done with this thread. There are some of you in this thread making sense, but a lot of you are just being immature little kids.

-B

horace
September 24th, 2009, 06:30 PM
Using xhtml and serving it with the correct content type of application/xhtml+xml is something IE still can't cope with, and standards-compliant too!

SomeGuyDude
September 24th, 2009, 06:31 PM
Thread nominated for both "dumbest idea in a while" and "perfect reinforcement for why Linux users are seen as jack@sses".

tcoffeep
September 24th, 2009, 06:37 PM
Thread nominated for both "dumbest idea in a while" and "perfect reinforcement for why Linux users are seen as jack@sses".

*props*

Sup, holmes?

michaelzap
September 24th, 2009, 06:39 PM
*props*

Sup, holmes?

And now also for "Most likely to attract trolls who just want to demonstrate their capacity for OUTRAGE at anything they disagree with".

tcoffeep
September 24th, 2009, 06:41 PM
And now also for "Most likely to attract trolls who just want to demonstrate their capacity for OUTRAGE at anything they disagree with".

I'm sorry. But I'm not going to respect a thread that restricts freedom ;) isn't that the "Linux Way"?

michaelzap
September 24th, 2009, 06:49 PM
I'm sorry. But I'm not going to respect a thread that restricts freedom ;) isn't that the "Linux Way"?

I'm not asking you to change your opinion or respect anything that you don't. We probably would agree on the general issue of whether it's wise or petty to block IE from viewing a website. What I would ask you to reconsider is your attitude and manner of expressing your opinion.

Shouting someone down and insulting people who express an opinion or idea isn't likely to convince them. It might silence them, but it doesn't convince them. And it's all to common nowadays for people to mistake volume for passion and think that shouting, "You're wrong and an idiot and I'm done talking to you!" is a perfectly acceptable way to participate in a community discussion.

Consider also the effect that your attitude has on the general feeling of friendliness and openness in these forums in general, and how a newcomer who reads this thread might feel concerned about expressing an opinion or idea that might be jumped on like this.

TheBuzzSaw
September 24th, 2009, 06:54 PM
http://www.werewolfhaven.net/

Check the HTML near the top. There is code that targets IE and redirects (IE6 specifically, in this case).


<!--[if lte IE 6]>
<script type="text/javascript">window.location='ie6.html';</script>
<noscript><meta http-equiv="refresh" content="1;URL=ie6.html"></noscript>
<![endif]-->

http://www.werewolfhaven.net/ie6.html

LOL

tcoffeep
September 24th, 2009, 06:54 PM
I wouldn't want a newcomer reading a thread like this. It's offensive, to say in the least. Especially, say, if they're considering switching to Ubuntu and are using IE to check out the forums. First thing they see are things like "How do I stop the user's freedom if they choose to use IE?" when, apparently, we're supposed to embrace freedom (well.. sorta). Or that they're jerks. It's offensive. I'm only stating my opinion. I don't butter it up, and try to serve it to be delightful.


My cookies, on the other hand, are delightfully sweet with a hint of cinnamon. Those, I try to make acceptable. :)

doas777
September 24th, 2009, 06:56 PM
I'm sorry. But I'm not going to respect a thread that restricts freedom ;) isn't that the "Linux Way"?


as long as you're having fun I suppose...

TheBuzzSaw
September 24th, 2009, 06:57 PM
It's hardly a freedom issue. For instance, why let IE view Firefox add-on pages? ;)

michaelzap
September 24th, 2009, 06:59 PM
I wouldn't want a newcomer reading a thread like this.

Now consider how that same newcomer might feel if they read this thread and friendly Linux users generously explain why this isn't such a good idea and how it goes against the spirit of Ubuntu instead of shouting insults at each other. They'd both understand that point of view and also feel comfortable here. You'd still be expressing your opinion, and maybe it would even be heard and appreciated.

SomeGuyDude
September 24th, 2009, 07:00 PM
It's hardly a freedom issue. For instance, why let IE view Firefox add-on pages? ;)

If you're putting Firefox specific code simply for purposes of excluding non-FF users, that makes you a Class A douchebag.

I can't stand people who feel slighted by someone or another so they think the best solution is to act just as childish as the other guy. Way to make the community look good, fellas.

dragos240
September 24th, 2009, 07:01 PM
this is interesting, i would like to know how too. Hehe.

+1

tcoffeep
September 24th, 2009, 07:02 PM
It's hardly a freedom issue. For instance, why let IE view Firefox add-on pages? ;)

what if they're curious over the advantages

hoppipolla
September 24th, 2009, 07:04 PM
People need to learn to just take things lightly :(

It just made me laugh when I saw the thread concept, and if he wants to do that with his site then that's his choice. It's not a big deal.

michaelzap
September 24th, 2009, 07:05 PM
I can't stand people who feel slighted by someone or another so they think the best solution is to act just as childish as the other guy. Way to make the community look good, fellas.

Interesting comment given your posts here...

Firefox add-ons only work in Firefox, so it would obviously make sense to redirect IE users in that case, no?

tcoffeep
September 24th, 2009, 07:05 PM
Wait. I said I was done with this thread.

Damn it!

dragos240
September 24th, 2009, 07:06 PM
What I would like to do Is block IE users to my site, and Redirect them to the fiefox page.

Viva
September 24th, 2009, 07:08 PM
Thread nominated for both "dumbest idea in a while" and "perfect reinforcement for why Linux users are seen as jack@sses".

Are they? The general opinion is that linux users are geeks. Terms like Zealots and Jackasses are often used by windows power users and politically correct douchebags with holier-than-thou attitude either to score cheap points or to end a conversation.

hoppipolla
September 24th, 2009, 07:11 PM
Are they? The general opinion is that linux users are geeks. Terms like Zealots and Jackasses are often used by windows power users and politically correct douchebags with holier-than-thou attitude either to score cheap points or to end a conversation.

Ok that's more flame bait (and man I really think this thread needs to just calm down lol) but it did make me smile, and you may be right lol :)

TBOL3
September 24th, 2009, 07:20 PM
Because of rule #21 in life: two wrongs don't make a right.

Sweet, a list of rules to follow. Thanks so much, only can you tell me what #1-20 is? Also, I would like to know if there is more than 21...thanks, this will make my life much easier (maybe I can make a bash script for it).

TheBuzzSaw
September 24th, 2009, 07:28 PM
If you're putting Firefox specific code simply for purposes of excluding non-FF users, that makes you a Class A douchebag.

I can't stand people who feel slighted by someone or another so they think the best solution is to act just as childish as the other guy. Way to make the community look good, fellas.
Hardly. Targeting certain browsers for technical reasons is perfectly acceptable. I can agree that blocking out certain browsers strictly for social/political reasons is pretty low, but your idea of "blocking for any reason = evil" is severely misguided.

what if they're curious over the advantages
I'm not implying that it's a good idea. I'm just indicating that there are valid reasons for blocking certain browsers outside of pure hatred.

Warpnow
September 24th, 2009, 07:37 PM
What I would like to do Is block IE users to my site, and Redirect them to the fiefox page.

Because god forbid anyone disagree with you that FF is better than IE?

Especially seeing as how if you are, say, running Windows 98 on a pentium 2 with 128mbs of ram, as a few of my friends are, Firefox will not boot let alone browse webpages, so ie is their only option.

If I heard a site was doing this, I would stop visiting them. No way I'm going to associate myself with such disgraceful pieces of crap.

KiwiNZ
September 24th, 2009, 08:10 PM
If I were to say to much about this idea I would probably breach the COC so I am going say what can be stated has been stated and close this ......................