Google Community
Latest Forums Rules Resources
Custom Search

Go Back   Google Community > Webmaster Forums > Web Browsers and Statistics

GoogleCommunity Sponsor
Cirtex Hosting
Use coupon "forum" for 50% Off!

Reply
 
LinkBack Thread Tools Display Modes
Old 03-29-2007, 04:23 PM   #1 (permalink)
Elite Googler
 
alex-party's Avatar
 
Join Date: Oct 2006
Location: Ireland
Posts: 1,085
Thanks: 0
Thanked 2 Times in 2 Posts
alex-party is an unknown quantity at this point
Unhappy IGNORE IE6 or NOT?

Hello friends,

I'm developing a web service for media with Drag&Drop, Objects Resizing, Image Cropping functionality for massive traffic web site. I can't make it work under IE6 only because of it's damn DOM interpretation. IE7 is fine!

I'm coming to the point where I'll just IGNORE IE6 and RECCOMEND people to download Firefox or any other browser, if they want to use this service.

Am I going to loose many customers taking such decision.
How do you think, how soon IE6 will disappear from the global market?

Thanks,
alex-party is offline   Reply With Quote
 
Sponsored Links
Old 03-29-2007, 11:49 PM   #2 (permalink)
Googler
 
fuel's Avatar
 
Join Date: Mar 2007
Location: right in front of the screen
Posts: 75
Thanks: 0
Thanked 0 Times in 0 Posts
fuel is on a distinguished road
Send a message via MSN to fuel Send a message via Yahoo to fuel
maybe...

It totally depends upon what kind of users are going to visit the page you are developing.
According to me IE6 will continue to be used for some more months (why dont you google it?), and maybe you can ask users to use firefox(many may have it already, like me, i use both IE6 and Firefox!) so if i am suppose to come across such a site, then what i do is simply copy-paste the url in Firefox.
fuel is offline   Reply With Quote
Old 03-30-2007, 03:21 AM   #3 (permalink)
Elite Googler
 
alex-party's Avatar
 
Join Date: Oct 2006
Location: Ireland
Posts: 1,085
Thanks: 0
Thanked 2 Times in 2 Posts
alex-party is an unknown quantity at this point
Thumbs up

I've read many blogs about IE, everyone just hopes IE6 going down soon!
As to the visitors, they are both: "simple users" and "huge companies", like DELL or even same "Microsoft" partners! I would love to see Microsoft's smile on their face when they try to login and there's a message: "Sorry DUDE, we don't support IE6"!

Regular internet users, who according to statistics "98% of internet users has a brain of a monkey", so they might not even know what Firefox is! I will have to guide them through every step then....well....

Thanks fuel, if only every internet user had such understanding as you're, but it'd be naive to think so....
alex-party is offline   Reply With Quote
Old 03-30-2007, 07:30 AM   #4 (permalink)
Elite Googler
 
leftybogs's Avatar
 
Join Date: Feb 2007
Posts: 1,153
Thanks: 0
Thanked 27 Times in 24 Posts
leftybogs is on a distinguished road
well i think you should not..coz some people use ie in browsing... if you have a site its important to test your site in different browser..
leftybogs is offline   Reply With Quote
Old 03-30-2007, 08:29 AM   #5 (permalink)
Elite Googler
 
alex-party's Avatar
 
Join Date: Oct 2006
Location: Ireland
Posts: 1,085
Thanks: 0
Thanked 2 Times in 2 Posts
alex-party is an unknown quantity at this point
All my web sites that I've created in past 4 years have clean xhtml and css, but this one is different, it's using A LOT of javascript: ~4000 lines of JS + prototype.js

I've already spent a week to make it work on all browsers, but I'm running out of patience with IE6. Well, I guess, there is nothing left, than to find another way!

P.S.: Have you noticed what Microsoft Welcome Screen tells you when you Install Windows XP? It's says something like: "We've been working hard to bring you this peace of crap".....now it's your turn to sweat !!!

Uhmmmmm..........just love them........
alex-party is offline   Reply With Quote
Old 03-31-2007, 02:59 AM   #6 (permalink)
Master Googler
 
harry_puta's Avatar
 
Join Date: Jan 2007
Posts: 625
Thanks: 0
Thanked 5 Times in 5 Posts
harry_puta is on a distinguished road
I suggest to re-program your stuff to comply with all working browsers
harry_puta is offline   Reply With Quote
Old 03-31-2007, 03:04 AM   #7 (permalink)
Senior Googler
 
Join Date: Mar 2007
Location: at the hauz
Posts: 162
Thanks: 0
Thanked 0 Times in 0 Posts
Ar3d is on a distinguished road
for me i think its a good idea! since IE6 are near to dispsapear and there a lots application are not aplicable for old version. instead to comply to old version why you dont expand your stuff to future posibilities..thanks
Ar3d is offline   Reply With Quote
Old 03-31-2007, 01:01 PM   #8 (permalink)
Master Googler
 
Join Date: Jan 2007
Posts: 952
Thanks: 0
Thanked 1 Time in 1 Post
toinkzzz is on a distinguished road
i hope that IE will improve their loading time.. its to long to load websites..
toinkzzz is offline   Reply With Quote
Old 04-02-2007, 02:08 AM   #9 (permalink)
Senior Googler
 
zeruel's Avatar
 
Join Date: Mar 2007
Posts: 124
Thanks: 0
Thanked 1 Time in 1 Post
zeruel is on a distinguished road
IE is really sensitive when it comes to few web designs and applications... Just like in web designs, i test my sites on different browsers and i experience more problems in IE in terms of table alignments, paddings, etc.. when in Firefox the pages load smoothly and quite fine...

I guess you should try that on different browsers for user compatibility. ^_^
zeruel is offline   Reply With Quote
Old 04-02-2007, 03:06 AM   #10 (permalink)
Elite Googler
 
alex-party's Avatar
 
Join Date: Oct 2006
Location: Ireland
Posts: 1,085
Thanks: 0
Thanked 2 Times in 2 Posts
alex-party is an unknown quantity at this point
Yes, I agree with you. I usually develop web sites with Firefox and then test it in different browsers and apply patches and fixes This web service is working on ALL browsers, except IE6 because I can't manage to create a frame with 1px borders.

It should be absolutely positioned 4 DIV elements, that would create a 1px FRAME. Somehow IE6 Does not like "height:1px";

Here's an example, but it's not created with CSS, it's created dynamically with JS:
div.top { width:500px; height:1px; background:red; }
div.bottom { width:500px; height:1px; background:red; }
div.left { width:1px; height:500px; background:red; }
div.right { width:1px; height:500px; background:red; }
alex-party is offline   Reply With Quote
Reply

Thread Tools
Display Modes

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

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
ignore user problem ajeetmish Social Networking 0 03-28-2007 11:52 AM
Does Search Engine Bots completely ignore flash based web pages ?? Ash_007 All About Google 8 03-12-2007 02:04 PM
Suggestion: An ignore list. Ericsson GC Announcements 7 05-20-2005 10:16 AM


All times are GMT -8. The time now is 09:51 AM.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO 3.1.0
© 2004–2007 Google Community