|
>But if there is a spelling mistake, it is entirely possible >that the page would render fine when developed on a Windows >machine but fail when served up on a real computer. True, I've seen all to often that those old slow "real" computers not handle the simple concept of case-insensitive comparisons, either because they don't have the performance or their programmers didn't have the foresight to code for it. <DUCKS AND RUNS> Seriously, I've never understood the rationale behind allowing foo.bar, Foo.BAr, FOO.bAr and FoO.BAR as 4 different files. Sure, maybe long ago there was a performance or ease of programming issue that required case-sensative compares, but in today's world it's just silly. It's also one of the things that bugs me about Java, who in their right mind designed a new, modern, feature-packed language and made it case sensitive? -Walden ------------ Walden H Leverich III President Tech Software (516) 627-3800 x11 (208) 692-3308 eFax WaldenL@xxxxxxxxxxxxxxx http://www.TechSoftInc.com Quiquid latine dictum sit altum viditur. (Whatever is said in Latin seems profound.) -----Original Message----- From: Hans Boldt [mailto:boldt@xxxxxxxxxx] Sent: Thursday, May 29, 2003 8:09 AM To: web400@xxxxxxxxxxxx Subject: [WEB400] Re: Graphics not displaying Bonnie Williams wrote: > The following are clipped from the index.htm. The first is an image > that does not display, the second one does. Both files are in the > images directory. > > <img src="images/15logo2c.gif" width="110" height="112"> > > <img src="images/550shadow.gif" width="550" height="7"> > This is just a shot in the dark, but have you checked the spelling of the file names? The fact that one displays demonstrates that the web server is configured properly. But if there is a spelling mistake, it is entirely possible that the page would render fine when developed on a Windows machine but fail when served up on a real computer. What's the difference? Windows file names are not case sensitive, but on other machines, such as the iSeries IFS, case matters. If the real name of the file on the IFS is, say, "15logo2c.GIF", it won't be found. Cheers! Hans _______________________________________________ This is the Web Enabling the AS400 / iSeries (WEB400) mailing list To post a message email: WEB400@xxxxxxxxxxxx To subscribe, unsubscribe, or change list options, visit: http://lists.midrange.com/mailman/listinfo/web400 or email: WEB400-request@xxxxxxxxxxxx Before posting, please take a moment to review the archives at http://archive.midrange.com/web400.
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.