for   
Save 
Save 
   Join IIUG  

Informix News
16 October 08 - VendorRate - Informix Earns Top Customer Satisfaction Score on VendorRate in Q3... Read
14 August 08 - IIUG.org - Sellout Expected for the 2009 IIUG Informix Conference... Read
29 April 08 - IntelligentEnterprise.com - IBM Informix Upgrade Enhances Clustering, Database Management... Read
29 April 08 - itweek.com - IBM 'Cheetah 2' mauls data costs... Read
28 April 08 - eWeek.com - IBM Uncages Cheetah 2 Data Server... Read
28 April 08 - CNNMoney.com - IBM Helps Clients Reduce Data Management Costs With New Informix Dynamic Server... Read
09 April 08 - CNNMoney.com - MediaSpan Embeds IBM Informix Dynamic Server Software for Delivering News to Print, Web and Wireless Devices... Read
08 April 08 - IT-Director.com - Informix seeks developers... Read
18 February 08 - marketwire.com - Icarus Studios Partners With IBM to Upgrade Performance, Availability for Its Online Games... Read
17 January 08 - eWeek.com - IBM Adds Mac Support to IDS for Higher Education... Read
17 January 08 - informationweek.com - Lotus Notes For iPhone Signals Closer Ties Between IBM, Apple... Read
16 January 08 - marketwire.com - IBM Informix Dynamic Server to Deliver Support for Mac OS X... Read
16 January 08 - internetnews.com - IBM's IDS to Support Mac Platform... Read
28 June 07 - REG Developer - IBM and Informix tie down Cheetah... Read
27 June 07 - CBRonline.com - IBM corrects its own Informix customer figures... Read
14 June 07 - vnunet.com - IBM changes spots with Informix 'Cheetah' database... Read
14 June 07 - eChannelLine - IBM expands scope for IDS... Read
14 June 07 - Resellernews - IBM: Informix database alive and kicking... Read
13 June 07 - DB2 Magazine - Cheetah is now out of the gate... Read
12 June 07 - IBM - IDS 11 release announcement (pdf)... Read
12 June 07 - ChannelWeb Network - IBM Uncages IDS 11, Aka Cheetah, Database... Read
12 June 07 - eWeek.com - IBM's 'Cheetah' Ready to Pounce... Read
12 June 07 - InformationWeek - IBM Unleashes 'Cheetah' Database... Read
12 June 07 - WebWire - IBM Strengthens Database Portfolio With New Informix Dynamic Server... Read
12 June 07 - Intelligent Enterprise - IBM Unveils Informix Upgrade... Read
12 June 07 - ComputerWeekly.com - IBM's Cheetah IDS makes leap to better data centre clustering... Read
12 June 07 - ebiz - IBM Unveils Next Generation Informix Dynamic Server... Read
12 June 07 - computerworld.com - Will 'Cheetah' help IBM's Informix chase down market share?... Read
12 June 07 - Internetnews.com - No Data Can Outrun This 'Cheetah'... Read
12 June 07 - de.internet.com - IBM neuer Datenbank-Server mit Codenamen Cheetah ist fertig... Read
12 June 07 - verifox.de - IBM stärkt Datenbank-Portfolio mit neuem Informix Dynamic Server... Read
12 June 07 - golem.de - Informix 11 vorgestellt... Read
12 June 07 - Computerwoche.de - IBM stellt neue Informix-Version vor... Read
12 June 07 - IBM.de - IBM stärkt Datenbank-Portfolio mit neuem Informix Dynamic Server... Read
12 June 07 - Heise - IBM gibt Informix 11 frei... Read
25 May 07 - Taiwan.CNET.com - Local Taiwan Informix user group established... (Chinese language) ... Read
18 May 07 - ChannelWeb Network - IBM Musters Partners For Cheetah Release... Read
18 May 07 - eWeek.com - IBM Looks to 'Cheetah' to Speed Up Blade Servers... Read
7 May 07 - DB2 Magazine - SQL Shortcuts - Use these tricks to generate IDS SQL scripts... Read

Previous news items
 

Home Member Area About IIUG


Resources
IIUG Insider
IIUG Hotspots
IBM-Informix Links
IIUG RSS Feeds
Software Repository
Informix Products
Online Resources
Informix Library
Informix Books
IIUG Banners
Discussion
Technical Special
  Interest Groups

Other Discussion
Community
Events
Webcasts/Chat w Lab
IIUG TV
IIUG Sponsors
Informix Business Directory
IIUG Press Partners
Local User Groups
Rate the Vendor
Job Board
Fun Stuff

[ View Thread ] [ Post Response ] [ Return to Index ] [ Read Prev Msg ] [ Read Next Msg ]

Linux-Informix Forum

Re: Forum threads and other test feedback

Posted By: Jonathan Leffler
Date: Tuesday, 8 October 2002, at 5:04 p.m.

In Response To: Re: Forum threads and other test feedback (Pete Perez)


Interestingly, I sent some characters marked up using ampersand, 'l', 't',
semi-colon and ampersand, 'g', 't', semi-colon and they came back on my
screen translated to the corresponding single ASCII characters. I've no
idea whether that was Notes doing it for me, or whether it was the mailing
list. It is a horridly tricky area to deal with. Regard this as an FYI.

--
Jonathan Leffler (jleffler@us.ibm.com)
STSM, Informix Database Engineering, IBM Data Management Solutions
4100 Bohannon Drive, Menlo Park, CA 94025
Tel: +1 650-926-6921 Tie-Line: 630-6921
"I don't suffer from insanity; I enjoy every minute of it!"


|---------+---------------------------->
| | "Pete Perez" |
| | <pete@tradetips.c|
| | om> |
| | Sent by: |
| | forum.subscriber@|
| | iiug.org |
| | |
| | |
| | 10/08/2002 12:18 |
| | PM |
| | |
|---------+---------------------------->
>--------------------------------------------------------------------------------------------------------------------------------------------|
| |
| To: linux-informix@iiug.org |
| cc: |
| Subject: Re: Forum threads and other test feedback [97] |
| |
| |
>--------------------------------------------------------------------------------------------------------------------------------------------|



Maybe I better slow down when I reply! I should have been more clear
about the HTML code.

It is possible to send HTML code as part of the posting and it will
appear in the posting as typed. However, the HTML will be not be
interpreted by the browser because those < and > characters that
identify HTML are changed to character entities code.

Pete

> Hi Jonathan,
>
> I completely agree with you. In fact I was so uncomfortable with the
> inabiltiy to use the < sign that I reworked that area of the code to
> ensure that every character on the 101 Enhanced US keyboard now works
> including HTML code.
>
> Thanks,
>
> Pete
>
> >
> > With all due respect, not being able to use a less-than sign (<) is
> > nonsense. I fully agree that HTML should not be used, but
> prohibiting a
> > rather important character like less-than is not acceptable.
> > For example, technical discussions need to be able to include
sample C
> > code, such as:
> > #include <stdio.h>
> > int main(void)
> > {
> > puts("Prohibiting the use of less-than will not fly in
the
> > medium term, let alone the long term!");
> > return(0);
> > }
> >
> > You need a better HTML detection system, and the better system must
> allow
> > <stdio.h> (that is, <stdio.h>) through unharmed, for example, while
> > legitimately removing tags such as <HTML> (that is, <HTML>).
> >
> > --
> > Jonathan Leffler (jleffler@us.ibm.com)
> > STSM, Informix Database Engineering, IBM Data Management Solutions
> > 4100 Bohannon Drive, Menlo Park, CA 94025
> > Tel: +1 650-926-6921 Tie-Line: 630-6921
> > "I don't suffer from insanity; I enjoy every minute of it!"
> >
> >
> > |---------+---------------------------->
> > | | "Pete Perez" |
> > | | <pete@tradetips.c|
> > | | om> |
> > | | Sent by: |
> > | | forum.subscriber@|
> > | | iiug.org |
> > | | |
> > | | |
> > | | 10/06/2002 05:55 |
> > | | PM |
> > | | |
> > |---------+---------------------------->
> > >-----------------------------------------------------------------
--
> ----------------------------------------------------------------------
--
> -|
> >
>
|
> |
> > | To: linux-
>
informix@iiug.org
> |
> > |
>
cc:
> |
> > | Subject: Re: Forum threads and other test feedback
>
[89]
> |
> >
>
|
> |
> >
>
|
> |
> > >-----------------------------------------------------------------
--
> ----------------------------------------------------------------------
--
> -|
> >
> >
> >
> > More changes due to feedback from linux-informix subscribers:
> >
> > 1. Web posting is now much faster, but will result in a short delay
> (about
> > a minute) in the message appearing in the message index.
> >
> > 2. Spaces are now respected in postings. This should help a great
> deal when
> > posting code examples where indenting is important.
> >
> > 3. Some characters used in postings were not displayed properly. The
> > following characters can now be used in the message body:
> >
> > ! @ # $ % ^ & * ( ) _ + | \ + - ? " ' : ; , > =
> >
> > Please note that HTML code will be removed from postings, hence
> the "less
> > than" sign can't be used.
> >
> > Thanks,
> >
> > Pete
> >
> >
> >
> >
> >
> >
> >
> >
>
>
>
>








Messages In This Thread

  • Forum threads and other test feedback
    Pete Perez -- Thursday, 26 September 2002, at 3:00 p.m.
    • Re: Forum threads and other test feedback
      Sean R. Durity -- Thursday, 26 September 2002, at 3:42 p.m.
    • Correction
      Pete Perez -- Thursday, 26 September 2002, at 4:47 p.m.
      • RE: Correction
        Habichtsberg, R. -- Friday, 27 September 2002, at 12:32 a.m.
        • Re: RE: Correction
          Pete Perez -- Friday, 27 September 2002, at 11:52 a.m.
    • Re: Forum threads and other test feedback
      Pete Perez -- Friday, 4 October 2002, at 9:09 p.m.
    • Re: Forum threads and other test feedback
      Pete Perez -- Sunday, 6 October 2002, at 8:55 p.m.
      • Re: Forum threads and other test feedback
        Jonathan Leffler -- Tuesday, 8 October 2002, at 3:02 p.m.
        • Re: Forum threads and other test feedback
          Pete Perez -- Tuesday, 8 October 2002, at 3:10 p.m.
          • Re: Forum threads and other test feedback
            Pete Perez -- Tuesday, 8 October 2002, at 3:18 p.m.
            • Re: Forum threads and other test feedback
              Jonathan Leffler -- Tuesday, 8 October 2002, at 5:04 p.m.
              • Re: Forum threads and other test feedback
                Pete Perez -- Tuesday, 8 October 2002, at 6:11 p.m.

[ View Thread ] [ Post Response ] [ Return to Index ] [ Read Prev Msg ] [ Read Next Msg ]

Linux-Informix Forum is maintained by Administrator with WebBBS 5.12.

©2001 - 2007 International Informix Users Group.   All rights reserved.     Terms of use    
*** Powered By IBM Informix Dynamic Server V10.00 ***