1. Win4Eu: first global design
- Posted by Tommy Carlier <tommy.carlier at telenet.be> Sep 15, 2004
- 429 views
I've uploaded a few files concerning the first (global, undetailed) design of Win4Eu: a diagram showing the global architecture (in SWF- and PNG-format), and a logo (PNG-format). You can find them on my weblog: http://tommycarlier.blogspot.com -- tommy online: http://users.telenet.be/tommycarlier tommy.blog: http://tommycarlier.blogspot.com Euphoria Message Board: http://uboard.proboards32.com
2. Re: Win4Eu: first global design
- Posted by Bernard Ryan <xotron at bluefrog.com> Sep 15, 2004
- 408 views
Tommy Carlier wrote: > > I've uploaded a few files concerning the first (global, undetailed) design of > Win4Eu: a diagram showing the global architecture (in > SWF- and PNG-format), and a logo (PNG-format). You can find them on my weblog: > <a href="http://tommycarlier.blogspot.com">http://tommycarlier.blogspot.com</a> > > -- > tommy online: <a > href="http://users.telenet.be/tommycarlier">http://users.telenet.be/tommycarlier</a> > tommy.blog: <a > href="http://tommycarlier.blogspot.com">http://tommycarlier.blogspot.com</a> > Euphoria Message Board: <a > href="http://uboard.proboards32.com">http://uboard.proboards32.com</a> > Speaking of standards Tommy; it would be nice if you would post to the fourm with standard line lengths. Bernie My files in archive: http://www.rapideuphoria.com/w32engin.zip http://www.rapideuphoria.com/mixedlib.zip http://www.rapideuphoria.com/eu_engin.zip http://www.rapideuphoria.com/win32eru.zip
3. Re: Win4Eu: first global design
- Posted by Tommy Carlier <tommy.carlier at telenet.be> Sep 15, 2004
- 437 views
Bernard Ryan wrote: > > Tommy Carlier wrote: > > > > I've uploaded a few files concerning the first (global, undetailed) design > > of Win4Eu: a diagram > showing the global architecture (in</font></i> > > SWF- and PNG-format), and a logo (PNG-format). You can find them on my > > weblog: <a > > href="http://tommycarlier.blogspot.com">http://tommycarlier.blogspot.com</a> > > > > -- > > tommy online: <a > > href="http://users.telenet.be/tommycarlier">http://users.telenet.be/tommycarlier</a> > > tommy.blog: <a > > href="http://tommycarlier.blogspot.com">http://tommycarlier.blogspot.com</a> > > Euphoria Message Board: <a > > href="http://uboard.proboards32.com">http://uboard.proboards32.com</a> > > Speaking of standards Tommy; it would be nice if you > would post to the fourm with standard line lengths. Shouldn't that be wrapped automatically? BTW: what is the standard line length? -- tommy online: http://users.telenet.be/tommycarlier tommy.blog: http://tommycarlier.blogspot.com Euphoria Message Board: http://uboard.proboards32.com
4. Re: Win4Eu: first global design
- Posted by Bernard Ryan <xotron at bluefrog.com> Sep 15, 2004
- 442 views
Tommy Carlier wrote: > > 01234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789 > > > SWF- and PNG-format), and a logo (PNG-format). You can find them on my > > > weblog: <a > > > href="http://tommycarlier.blogspot.com">http://tommycarlier.blogspot.com</a> > Shouldn't that be wrapped automatically? BTW: what is the standard line > length? When I look at the euform web site I don't see a wrap. I always put in a cr after about 60 characters. Bernie My files in archive: http://www.rapideuphoria.com/w32engin.zip http://www.rapideuphoria.com/mixedlib.zip http://www.rapideuphoria.com/eu_engin.zip http://www.rapideuphoria.com/win32eru.zip
5. Re: Win4Eu: first global design
- Posted by "Juergen Luethje" <j.lue at gmx.de> Sep 16, 2004
- 417 views
Bernard Ryan wrote: > Tommy Carlier wrote: > >> >> 01234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789 >>>> SWF- and PNG-format), and a logo (PNG-format). You can find them on my >>>> weblog: <a >>>> href="http://tommycarlier.blogspot.com">http://tommycarlier.blogspot.com</a> > >> Shouldn't that be wrapped automatically? BTW: what is the standard line >> length? > > When I look at the euform web site I don't see a wrap. > I always put in a cr after about 60 characters. RFC 2822 - Internet Message Format, 2.1.1. Line Length Limits: <quote> There are two limits that this standard places on the number of characters in a line. Each line of characters MUST be no more than 998 characters, and SHOULD be no more than 78 characters, excluding the CRLF. The 998 character limit is due to limitations in many implementations which send, receive, or store Internet Message Format messages that simply cannot handle more than 998 characters on a line. Receiving implementations would do well to handle an arbitrarily large number of characters in a line for robustness sake. However, there are so many implementations which (in compliance with the transport requirements of [RFC2821]) do not accept messages containing more than 1000 character including the CR and LF per line, it is important for implementations not to create such messages. The more conservative 78 character recommendation is to accommodate the many implementations of user interfaces that display these messages which may truncate, or disastrously wrap, the display of more than 78 characters per line, in spite of the fact that such implementations are non-conformant to the intent of this specification (and that of [RFC2821] if they actually cause information to be lost). Again, even though this limitation is put on messages, it is encumbant upon implementations which display messages to handle an arbitrarily large number of characters in a line (certainly at least up to the 998 character limit) for the sake of robustness. <unquote> For reasons that I don't know, e.g. in German usenet a maximum line length of 72 characters is kind of standard. This allows for 5 quoting levels (">>>>> " inserted in front of each line) before the recommended limit of 78 characters is reached. Regards, Juergen