Re: [how-to] Contribute with my own tutorial

2002-03-03 Thread David Crossley
Stefano Mazzocchi wrote: > TREGAN Fabien wrote: > > > Since now, all my docs have been written in .doc (ms word), but i'll try to > > read the docs about how to write xdocs :) > > xdocs are XML files that use a simple HTML-like DTD that we used for our > docs. > > Anyway, any new contributed doc

Don't blame my boss, he is sooo old... (was : RE : [how-to] Contribute with my own tutorial)

2002-02-28 Thread TREGAN Fabien
>> if your .java file is encoded in ascii, 1 octet = 1 char (space en >> cariage-return count as 1 char :) ) >> So you can gues that finding a bug hidden in 20ko of code is >100 times >> shorted than finding it in 2mo of code. > >This is the funniest complexity metric I ever heard of, even worse

Re: [how-to] Contribute with my own tutorial

2002-02-28 Thread Stefano Mazzocchi
Berin Loritsch wrote: > > Stefano Mazzocchi wrote: > > TREGAN Fabien wrote: > > > >>>BTW - what does "2mo" and "20ko" actually mean? > >>>I can guess the meaning, but I've never seen it before. > >>>And Google didn't find a quick answer for me ... > >>> > >>Binary Digit (aka 'bit') is a number th

Re: [how-to] Contribute with my own tutorial

2002-02-28 Thread Berin Loritsch
Stefano Mazzocchi wrote: > TREGAN Fabien wrote: > >>>BTW - what does "2mo" and "20ko" actually mean? >>>I can guess the meaning, but I've never seen it before. >>>And Google didn't find a quick answer for me ... >>> >>Binary Digit (aka 'bit') is a number that can have to values (0 or 1) >>An Octe

Re: [how-to] Contribute with my own tutorial

2002-02-28 Thread Stefano Mazzocchi
Andreas Hartmann wrote: > But I've never heard of "octets" instead of bytes. > Never too old to learn ... In the IETF RFC, bytes are avoided because you don't know how to interpret them. I mean: if you receive 0001 this means 1 or 127? Octets represent the 'abstraction' of bytes: meaning, a

Re: [how-to] Contribute with my own tutorial

2002-02-28 Thread Stefano Mazzocchi
TREGAN Fabien wrote: > > >BTW - what does "2mo" and "20ko" actually mean? > >I can guess the meaning, but I've never seen it before. > >And Google didn't find a quick answer for me ... > > Binary Digit (aka 'bit') is a number that can have to values (0 or 1) > An Octet is 8 bits > 1ko (kilo-octe

Re: [how-to] Contribute with my own tutorial

2002-02-28 Thread Piroumian, Konstantin
> > In a well organized 2M code a bug can be found 100 times faster than in an > ugly 20K. > >Konstantin > > Mmm... I think i'll print this sentence and pin it on the wall of the > devlopper's open-desk. (or maybe use it as my mail signature ?) Hm... I'll become as famous as G. Booch ;) I've for

Re: [how-to] Contribute with my own tutorial

2002-02-28 Thread giacomo
On Thu, 28 Feb 2002, Piroumian, Konstantin wrote: > > On Thu, 28 Feb 2002, Piroumian, Konstantin wrote: > > > > Sure, but the statement was: "an error in a 20ko program can be found > > 100 times faster than in a 2mo program" which IMO is missleading. > > Yes, agree. > Moreover, it also depends o

RE: [how-to] Contribute with my own tutorial

2002-02-28 Thread TREGAN Fabien
> In a well organized 2M code a bug can be found 100 times faster than in an ugly 20K. >Konstantin Mmm... I think i'll print this sentence and pin it on the wall of the devlopper's open-desk. (or maybe use it as my mail signature ?) ---

Re: [how-to] Contribute with my own tutorial

2002-02-28 Thread Piroumian, Konstantin
> On Thu, 28 Feb 2002, Piroumian, Konstantin wrote: > > > > On Thu, 28 Feb 2002, TREGAN Fabien wrote: > > > > > > > >BTW - what does "2mo" and "20ko" actually mean? > > > > >I can guess the meaning, but I've never seen it before. > > > > >And Google didn't find a quick answer for me ... > > > > >

Re: [how-to] Contribute with my own tutorial

2002-02-28 Thread giacomo
On Thu, 28 Feb 2002, Piroumian, Konstantin wrote: > > On Thu, 28 Feb 2002, TREGAN Fabien wrote: > > > > > >BTW - what does "2mo" and "20ko" actually mean? > > > >I can guess the meaning, but I've never seen it before. > > > >And Google didn't find a quick answer for me ... > > > > > > Binary Digi

Re: [how-to] Contribute with my own tutorial

2002-02-28 Thread Piroumian, Konstantin
> On Thu, 28 Feb 2002, TREGAN Fabien wrote: > > > >BTW - what does "2mo" and "20ko" actually mean? > > >I can guess the meaning, but I've never seen it before. > > >And Google didn't find a quick answer for me ... > > > > Binary Digit (aka 'bit') is a number that can have to values (0 or 1) > > An

RE: [how-to] Contribute with my own tutorial

2002-02-28 Thread giacomo
On Thu, 28 Feb 2002, TREGAN Fabien wrote: > >Apologies Fabien for the typo on your name. > np > > > >I see what you mean. I'm not sure that anything > >exists that is in the public domain so you may have to > >write something yourself. > > let's go :) > > >Also, I > >know from my own experience

RE: [how-to] Contribute with my own tutorial

2002-02-28 Thread giacomo
On Thu, 28 Feb 2002, TREGAN Fabien wrote: > >BTW - what does "2mo" and "20ko" actually mean? > >I can guess the meaning, but I've never seen it before. > >And Google didn't find a quick answer for me ... > > Binary Digit (aka 'bit') is a number that can have to values (0 or 1) > An Octet is 8 bit

RE: [how-to] Contribute with my own tutorial

2002-02-28 Thread TREGAN Fabien
>Apologies Fabien for the typo on your name. np >I see what you mean. I'm not sure that anything >exists that is in the public domain so you may have to >write something yourself. let's go :) >Also, I >know from my own experience that if you start >developing a Java/XML/XSLT web app yourself

RE: [how-to] Contribute with my own tutorial

2002-02-28 Thread Andreas Hartmann
Fabien, *** REPLY SEPARATOR *** On 28.02.2002 at 10:23 TREGAN Fabien wrote: >>BTW - what does "2mo" and "20ko" actually mean? >>I can guess the meaning, but I've never seen it before. >>And Google didn't find a quick answer for me ... > >Binary Digit (aka 'bit') is a number th

RE: [how-to] Contribute with my own tutorial

2002-02-28 Thread Jeremy Aston
Apologies Fabien for the typo on your name. I see what you mean. I'm not sure that anything exists that is in the public domain so you may have to write something yourself. If you are looking for something that helps show the benefits of Cocoon over the ASP/JSP type model then consider points a

Re: [how-to] Contribute with my own tutorial

2002-02-28 Thread Tom Klaasen
Or the short answer: mo is French for mb, ko is French for kb :-) tomK, a real Belgian - Original Message - From: "TREGAN Fabien" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, February 28, 2002 10:23 AM Subject: RE: [how-to] Contribute with my

RE: [how-to] Contribute with my own tutorial

2002-02-28 Thread TREGAN Fabien
>BTW - what does "2mo" and "20ko" actually mean? >I can guess the meaning, but I've never seen it before. >And Google didn't find a quick answer for me ... Binary Digit (aka 'bit') is a number that can have to values (0 or 1) An Octet is 8 bits 1ko (kilo-octet) is 1024 bits (not 1000 because comp

RE: [how-to] Contribute with my own tutorial

2002-02-28 Thread Andreas Hartmann
Hi FabiEn :), *** REPLY SEPARATOR *** On 28.02.2002 at 09:21 TREGAN Fabien wrote: >>Hi Fabian >fabiEn ;) (I'm french, if you had'nt allready guessed) > >>The Cocoon documentation has a tutorial covering a basic application, a >beginners guide (currently called ctwig) which als

RE: [how-to] Contribute with my own tutorial

2002-02-28 Thread TREGAN Fabien
>Hi Fabian fabiEn ;) (I'm french, if you had'nt allready guessed) >The Cocoon documentation has a tutorial covering a basic application, a beginners guide (currently called ctwig) which also has links to other sites What i'm trying to do is not a how-can-I-get-C2-to-work-please-help-I-m-stuck-I-

RE: [how-to] Contribute with my own tutorial

2002-02-27 Thread Jeremy Aston
GAN Fabien [mailto:[EMAIL PROTECTED]] Sent: 28 February 2002 07:37 To: '[EMAIL PROTECTED]' Subject: [how-to] Contribute with my own tutorial I'm actually writing a short tutorial in order to allow my boss to decide if I can use C1/2 instead of writing my own framework from scrat

[how-to] Contribute with my own tutorial

2002-02-27 Thread TREGAN Fabien
I'm actually writing a short tutorial in order to allow my boss to decide if I can use C1/2 instead of writing my own framework from scratch. When can I check for existing tutorials to see if mine would be of any interest ? fabien. ---