 |
 |
 |
 |
| Using Fedora General support for current versions. Ask questions about Fedora and it's software that do not belong in any other forum. |

30th August 2006, 07:35 PM
|
|
Registered User
|
|
Join Date: May 2006
Location: San Francisco
Posts: 57

|
|
|
Internet Explorer 7 and web development
Hey guys,
So, I have a question for you guys who only run linux, and also use their linux box to do web development.
First, let me state, I don't have windows xp, and will not be purchasing windows vista, I only run fedora 5 and I use my machine to do web development. I use ies4linux to make sure what I do works properly in ie5 and ie6. But now that ie 7 is coming out, and as you know, with ie 7, it validates that you actually have a valid copy of windows, well, duh, I don't.
So, as more people move to ie 7 and as windows vista comes pre-installed with ie 7, what are the multitudes of linux only web developers to do? I am not going to run out and buy a copy of windows vista just to make sure that my web applications work on ie 7, but I am not sure what else to do? This isn't a problem yet because nobody is really using ie7, but give it a year...
Anybody thought about this, or talked about this yet? I hope microsoft eventually allows ie7 to be used without actually having to validate you have a proper license.
Hopefully somebody has some answers around here or am I just freaking out about nothing??
Thanks...
Jason
|

30th August 2006, 08:43 PM
|
 |
Registered User
|
|
Join Date: Aug 2006
Location: Mount Holly, NC
Posts: 26

|
|
Quote:
|
Originally Posted by moxie
Hey guys,
So, as more people move to ie 7 and as windows vista comes pre-installed with ie 7, what are the multitudes of linux only web developers to do? I am not going to run out and buy a copy of windows vista just to make sure that my web applications work on ie 7, but I am not sure what else to do? This isn't a problem yet because nobody is really using ie7, but give it a year...
Anybody thought about this, or talked about this yet? I hope microsoft eventually allows ie7 to be used without actually having to validate you have a proper license.
|
I think the short of it is that you have to develop to the standard.  However, any web developer will tell you that they need to write for their target audience. The majority of people I work with all use IE b/c it is the mandated standard for the company. Can folks use Firefox or Opera? Typically, no
If you are developing websites for your friends and family - look to what is easier for them. If you are doing commerical development - understand who you are trying to attract...The world we live in is monopolized by M$ and IE. Sometimes you have to code around their non-standard way of doing things...my suggestion is to use some of the open source validators on all the code you write.
Here is a link to the the w3c validators:
http://www.w3.org/QA/Tools/#validators
Good Luck
-Tony
__________________
To err is human, but to really screw up requires the root password.
|

30th August 2006, 08:52 PM
|
 |
Registered User
|
|
Join Date: Apr 2004
Posts: 1,186

|
|
i too must develop for IE even though we host/serve everything from IBM blades running RHEL, the rest of the company is using XP/IE on the desktops
you can install IE with cxoffice or wine and test things that way, or maybe even use vmware to install winduhs in a virtual machine
Last edited by hiberphoptik; 30th August 2006 at 08:56 PM.
|

30th August 2006, 09:06 PM
|
|
Clueless in a Cuckooland
|
|
Join Date: Mar 2006
Location: Here now, elsewhere tomorrow.
Posts: 3,929

|
|
|
IE7 will be available as an update for XP (and possibly Win2K as well) so no need for Vista license (if maybe for XP license though).
From what I've heard of so far, they've been forced to follow W3C standards (one good thing coming out of Firefox), also for example in Europe, Firefox has approx 20% market share on home systems. My bet is that when Vista is finally released, IE's marketshare will drop further as instead of people buying new version of Windows, they'll (are forced to) only upgrade when they buy a new system with Vista pre-installed. I very much doubt that boxed copies will sell much.
|

30th August 2006, 09:18 PM
|
 |
Registered User
|
|
Join Date: Mar 2004
Location: Westland, Michigan
Age: 38
Posts: 2,317

|
|
|
From what I have read, IE is only going to be distributed under the Windows Genuine Advantage program. Thus, it's not likely going to run over Wine or CrossOver office any longer because it won't validate that as a genuine copy of MS Windows. I think that is the rub, so to speak.
__________________
RHCE and MCSE systems administrator
Registered Linux User #375155 For More Info or to register yourself
My Linux box is:
Ubuntu 8.04, Antec Sonata II case with 450-watt PS, AMD 64 X2 4600+ (65 watt), 4GB DDR2 800 RAM, 18X Lite-On DVD burner, Asus M2NPV-VM, Nvidia GeForce 7600GT (256MB), 320GB Western Digital SATA 3.0Gbps, Logitech MX-310, Dell 18" ultrasharp LCD, Microsoft Natural Ergonomic Keyboard 4000 and 2.1 Boston Acoustics sound system..
|

30th August 2006, 09:22 PM
|
 |
Registered User
|
|
Join Date: Apr 2004
Posts: 1,186

|
|
Quote:
|
Originally Posted by pparks1
From what I have read, IE is only going to be distributed under the Windows Genuine Advantage program. Thus, it's not likely going to run over Wine or CrossOver office any longer because it won't validate that as a genuine copy of MS Windows. I think that is the rub, so to speak.
|
yeah.. because nobody has ever cirumvented any of Microsofts blocks before
|

30th August 2006, 09:28 PM
|
 |
Administrator
|
|
Join Date: Jun 2006
Location: Paris, TX
Posts: 22,309

|
|
|
I have the luxury of being a very small business. So I build for Firefox / w3c.
If it looks like a page is going to get badly borked in IE, (5-6) I Javascript redirect to a more suitable version of the page... And then I pop-up a JS window explaining why, with a link to examples of pages IE has trashed, and a link to www.us-cert.gov!
Perhaps it is dirty pool... but it's devastatingly effective!
Dan
EDIT: I give away a lot of Firefox / Thunderbird / pclinuxOS Live CDs that way!
|

30th August 2006, 09:33 PM
|
|
Registered User
|
|
Join Date: May 2006
Location: San Francisco
Posts: 57

|
|
|
Yes, exactly... that's what I am talking about. Just because ie 7 is *supposed* to now follow the wc3 standards... I am not going to hold my breath, or assume that it will look okay in ie 7 rather than firefox.
And while now I can check ie6 running under wine, it doens't sound like that will be possible with ie7. While the applications I develop are for the mass market (hence ie), I really love developing in linux, and don't want to have to purchase vista or xp just to get ie7...
|

30th August 2006, 09:34 PM
|
|
Registered User
|
|
Join Date: May 2006
Location: San Francisco
Posts: 57

|
|
Quote:
|
Originally Posted by pparks1
From what I have read, IE is only going to be distributed under the Windows Genuine Advantage program. Thus, it's not likely going to run over Wine or CrossOver office any longer because it won't validate that as a genuine copy of MS Windows. I think that is the rub, so to speak.
|
Yes, exactly... that's what I am talking about. Just because ie 7 is *supposed* to now follow the wc3 standards... I am not going to hold my breath, or assume that it will look okay in ie 7 rather than firefox.
And while now I can check ie6 running under wine, it doens't sound like that will be possible with ie7. While the applications I develop are for the mass market (hence ie), I really love developing in linux, and don't want to have to purchase vista or xp just to get ie7...
|

30th August 2006, 09:54 PM
|
|
Clueless in a Cuckooland
|
|
Join Date: Mar 2006
Location: Here now, elsewhere tomorrow.
Posts: 3,929

|
|
Well, from my experience, there are very few and rare occasions (most well documented, e.g. IE's handling of cell spacing in tables, or nested lists in CSS) where standards compliant code breaks on IE (this is most common with tables and some CSS), then again, if you try something truly complicated in CSS, it's prone to break one way to another in each browser.
We've only ever had porblems with some CSS layers on IE to which we had very easy fix available.
The bigger problem will be JavaScript which is a pain to get to work on all browsers already, now with IE7, there'll be one more to worry about.
I check my code, when I need to do some HTML, or at the moment that I am converting our static pages to CSS (no need to tell; I got too much time on my hands and our local HTML team is not worth the ink their titles are printed on), I check maybe 1 of 100 fixes/ tweaks on IE and maybe 1 of 200 HTML/CSS changes actually breaks on IE (caught by our diligent QA team  ).
And I got the luxury of working for a _very_ big company with traffic over 100 000 visitors a day (on 'slow' days) in the UK alone.
Last edited by pete_1967; 30th August 2006 at 09:57 PM.
|

30th August 2006, 10:30 PM
|
 |
Registered User
|
|
Join Date: Nov 2004
Location: Boston
Posts: 503

|
|
|
I put IE 7 on my XP partition. I haven't had any problems browsing with it yet. It is pretty nice now. Most users will appreciate the updated GUI. I like the update to the user interface. It reminds me more of Firefox now with the tabs and customizeable toolbars. XP validates your copy of the OS before it allows you to download IE7.
|

31st August 2006, 01:20 AM
|
 |
Community Manager
|
|
Join Date: Mar 2004
Location: Vancouver, Canada
Posts: 2,367

|
|
Quote:
|
Originally Posted by pete_1967
Well, from my experience, there are very few and rare occasions (most well documented, e.g. IE's handling of cell spacing in tables, or nested lists in CSS) where standards compliant code breaks on IE (this is most common with tables and some CSS), then again, if you try something truly complicated in CSS, it's prone to break one way to another in each browser.
|
Hence the aim for simplicity. As web developers, I keep learning about new trick,
We've only ever had porblems with some CSS layers on IE to which we had very easy fix available.
Quote:
|
The bigger problem will be JavaScript which is a pain to get to work on all browsers already, now with IE7, there'll be one more to worry about.
|
Speaking about javascript, it appears Firefox is way ahead. I use less javascript on website because some users will disable it anyway.
__________________
Desktop CPU: AMD Phenom II(tm) X4 Processor 940 AM2+ - Memory: 8GB DDR2-RAM - GPU: Nvidia Geforce GTX 460 v2 - OS: Fedora 18 Spherical Cow x86-64 and Windows 7 Ultimate SP1 64-bit
Laptop Toshiba Satellite C650D - OS: Fedora 19 Schrödinger's Cat (preview release) x86-64 and Microsoft Windows 7 64-bit
|
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
Current GMT-time: 17:46 (Saturday, 25-05-2013)
|
|
 |
 |
 |
 |
|
|