What is WebDNA

WebDNA is a scripting and database system designed to easily build web applications.

WebDNA and BioType

BioType service is a biometric keystroke dynamic system. It will be part of WebDNA 8.5

Download WebDNA

Download WebDNA freeware, try it and register later if you want.

WebDNA resources

The list of all WebDNA instructions.
WebDNA
Software Corporation
Search WebDNA Site
 Menu


HOME


DOWNLOADS


LEARN


EDUCATION


NEWS


COMMUNITY


STORE


SUPPORT


CONTACT

Re: Bugs in IE 6.0 ?

This WebDNA talk-list message is from

2003


It keeps the original formatting.
numero = 51042
interpreted = N
texte = Though that was my original message here is what I came up with for those not using ImageMagick.As Jpeg is a lossy format (eg: loading and saving will slightly degrade the image) it is better to remove profiles using a utilite provided by the jpeg libraries.I do not know if this is avaialble under microsoft, but should be part of the jpeg libraries... jpegtran -copy none image.jpg > new_image.jpgThis will copy the image without loss removing, any and all profiles.Similarly image comments can be replaced without loss using another program. wrjpgcom -replace -comment 'new comment' image.jpg > new_image.jpgIf you really want to do this under imagemagick (eg load and save) you can do the following... mogrify +profile * image.jpgNOTE: morgify replaces the existing image to just copy to a new file use convert instead specify the destination image as a extra argument on the end. convert +profile * image.jpg new_image.jpgGood luck, Ron ----- Original Message ----- From: WebCat @ Inkblot Media To: WebDNA Talk Sent: Tuesday, June 10, 2003 6:19 PM Subject: Re: Bugs in IE 6.0 ? > Yes, i had this problem a while back. I posted it to this list. Here is the > original post: > --------------------- > > Hello Everyone, > > This is a little off topic and I apologize for that. Though this affects > develping websites with dynamic images. I also apologize if this has been > previously mentioned, but we just had to deal with it and found the issue. > > Microsoft has a bug in their Internet Explorer browser that has problems > displaying jpg images: > > http://support.microsoft.com/default.aspx?scid=kb;en-us;269802 > > It has something to do with XML tags being embedded into the images. You can > read about the XML tag issue on this forum: > > http://www.sportsshooter.com/message_display.html?tid=769 > > I was able to correct this using ImageMagick and stripping out all the > erroneous profile info. > > Hope this helps someone. > ----------------- > > > ----- Original Message ----- > From: Kenneth Grome > To: WebDNA Talk > Sent: Tuesday, June 10, 2003 5:54 PM > Subject: Bugs in IE 6.0 ? > > > > My client is complaining that every time he visits the webdna site I > > built for him, many of the product images do not appear on the > > results page. > > > > He says he is using IE version 6.0 ... and apparently it doesn't > > matter to him what kind of bugs may exist in this version of IE > > because he has also stated that: > > > > Anything we do has to be compatible with it > > > > Does anyone have any information about bugs in IE 6.0 that would > > cause most of the product photos to NOT appear on the results page? > > > > Thanks. > > -- > > > > Sincerely, > > Kenneth Grome > > ------------------------------------------------------------- > > My programmers write WebDNA code at $18 an hour or less! > > ------------------------------------------------------------- > > > > ------------------------------------------------------------- > > This message is sent to you because you are subscribed to > > the mailing list . > > To unsubscribe, E-mail to: > > To switch to the DIGEST mode, E-mail to > > > Web Archive of this list is at: http://webdna.smithmicro.com/ > > > ------------------------------------------------------------- > This message is sent to you because you are subscribed to > the mailing list . > To unsubscribe, E-mail to: > To switch to the DIGEST mode, E-mail to > Web Archive of this list is at: http://webdna.smithmicro.com/ ------------------------------------------------------------- This message is sent to you because you are subscribed to the mailing list . To unsubscribe, E-mail to: To switch to the DIGEST mode, E-mail to Web Archive of this list is at: http://webdna.smithmicro.com/ Associated Messages, from the most recent to the oldest:

    
  1. Re: Bugs in IE 6.0 ? (Kenneth Grome 2003)
  2. Re: Bugs in IE 6.0 ? (Dan Strong 2003)
  3. Re: Bugs in IE 6.0 ? (Kenneth Grome 2003)
  4. Re: Bugs in IE 6.0 ? (WebCat @ Inkblot Media 2003)
  5. Re: Bugs in IE 6.0 ? (Stuart Tremain 2003)
  6. Re: Bugs in IE 6.0 ? (Andrew Simpson 2003)
  7. Re: Bugs in IE 6.0 ? (Glenn Busbin 2003)
  8. Re: Bugs in IE 6.0 ? (WebCat @ Inkblot Media 2003)
  9. Re: Bugs in IE 6.0 ? (Tim Robinson 2003)
  10. Re: Bugs in IE 6.0 ? (Tim Robinson 2003)
  11. Re: Bugs in IE 6.0 ? (Andrew Simpson 2003)
  12. Re: Bugs in IE 6.0 ? (Alain Russell 2003)
  13. Bugs in IE 6.0 ? (Kenneth Grome 2003)
Though that was my original message here is what I came up with for those not using ImageMagick.As Jpeg is a lossy format (eg: loading and saving will slightly degrade the image) it is better to remove profiles using a utilite provided by the jpeg libraries.I do not know if this is avaialble under microsoft, but should be part of the jpeg libraries... jpegtran -copy none image.jpg > new_image.jpgThis will copy the image without loss removing, any and all profiles.Similarly image comments can be replaced without loss using another program. wrjpgcom -replace -comment 'new comment' image.jpg > new_image.jpgIf you really want to do this under imagemagick (eg load and save) you can do the following... mogrify +profile * image.jpgNOTE: morgify replaces the existing image to just copy to a new file use convert instead specify the destination image as a extra argument on the end. convert +profile * image.jpg new_image.jpgGood luck, Ron ----- Original Message ----- From: WebCat @ Inkblot Media To: WebDNA Talk Sent: Tuesday, June 10, 2003 6:19 PM Subject: Re: Bugs in IE 6.0 ? > Yes, i had this problem a while back. I posted it to this list. Here is the > original post: > --------------------- > > Hello Everyone, > > This is a little off topic and I apologize for that. Though this affects > develping websites with dynamic images. I also apologize if this has been > previously mentioned, but we just had to deal with it and found the issue. > > Microsoft has a bug in their Internet Explorer browser that has problems > displaying jpg images: > > http://support.microsoft.com/default.aspx?scid=kb;en-us;269802 > > It has something to do with XML tags being embedded into the images. You can > read about the XML tag issue on this forum: > > http://www.sportsshooter.com/message_display.html?tid=769 > > I was able to correct this using ImageMagick and stripping out all the > erroneous profile info. > > Hope this helps someone. > ----------------- > > > ----- Original Message ----- > From: Kenneth Grome > To: WebDNA Talk > Sent: Tuesday, June 10, 2003 5:54 PM > Subject: Bugs in IE 6.0 ? > > > > My client is complaining that every time he visits the webdna site I > > built for him, many of the product images do not appear on the > > results page. > > > > He says he is using IE version 6.0 ... and apparently it doesn't > > matter to him what kind of bugs may exist in this version of IE > > because he has also stated that: > > > > Anything we do has to be compatible with it > > > > Does anyone have any information about bugs in IE 6.0 that would > > cause most of the product photos to NOT appear on the results page? > > > > Thanks. > > -- > > > > Sincerely, > > Kenneth Grome > > ------------------------------------------------------------- > > My programmers write WebDNA code at $18 an hour or less! > > ------------------------------------------------------------- > > > > ------------------------------------------------------------- > > This message is sent to you because you are subscribed to > > the mailing list . > > To unsubscribe, E-mail to: > > To switch to the DIGEST mode, E-mail to > > > Web Archive of this list is at: http://webdna.smithmicro.com/ > > > ------------------------------------------------------------- > This message is sent to you because you are subscribed to > the mailing list . > To unsubscribe, E-mail to: > To switch to the DIGEST mode, E-mail to > Web Archive of this list is at: http://webdna.smithmicro.com/ ------------------------------------------------------------- This message is sent to you because you are subscribed to the mailing list . To unsubscribe, E-mail to: To switch to the DIGEST mode, E-mail to Web Archive of this list is at: http://webdna.smithmicro.com/ WebCat @ Inkblot Media

DOWNLOAD WEBDNA NOW!

Top Articles:

Talk List

The WebDNA community talk-list is the best place to get some help: several hundred extremely proficient programmers with an excellent knowledge of WebDNA and an excellent spirit will deliver all the tips and tricks you can imagine...

Related Readings:

[WebDNA] [lookup] fails when using [url] to wrap a value for potential "&" char? (2009) WebCat2b12 CGI Mac -- Problems propagating the cart through frames...still (1997) Checkboxes (1998) WebCatalog for guestbook ? (1997) credit card authorization question (1997) Webcatalog, Webstar and Crasharama (1999) Colors (2000) Tax and ShipCost Problem (1997) service stop and restart (1997) Taxes shipcost (2003) Question re: FlushDatabases (1997) Problems getting parameters passed into email. (1997) ODBC-Interface (2000) Moment of Thanks (1997) How To get Some Help (2003) Pithy questions on webcommerce & siteedit (1997) WC2b15 File Corruption (1997) String manipulation in Webcatalog (2001) Trouble with carts (2000) Error Lob.db records error message not name (1997)