Page 11 of 13

Posted: Sat Sep 23, 2006 2:05 pm
by Tipperton
Just ordered my copy! :mrgreen:
White Eagle wrote:I am amazed in looking through the sample that "PureBasic" is continually spelled as "Purebasic".
My response:

Code: Select all

if UCase("PureBasic") = UCase("Purebasic")
   PrintN "No problem!"
EndIf
------------------------------------------------------------------
Kale wrote:He he... I might think about a PDF version... :wink:
If you do an electronic version, I'd rather see a help file version...

Posted: Sat Sep 23, 2006 6:06 pm
by robleong
Kale wrote:
robleong wrote:I'm just wondering how long you took to write the book because it is quite a substantial book.
It took all my freetime of just over one year. :wink:
Wow - that is pretty good, and a major achievement! I've just read the first two chapters and it reads well.

There are a few minor typos that I hope you could correct in your next version. For example, on page 8, "your away" should be "you're away", "your working on" should be "you're working on", and "you was reading" should be "you were reading".

Again, congrats - great stuff! :) Good luck.

Robert.

Posted: Sat Sep 23, 2006 8:19 pm
by Character
"your away" should be "you're away", "your working on" should be "you're working on", and "you was reading" should be "you were reading".
UK dialect? :wink:

Posted: Sat Sep 23, 2006 11:42 pm
by robleong
Character wrote:
"your away" should be "you're away", "your working on" should be "you're working on", and "you was reading" should be "you were reading".
UK dialect? :wink:
LOL! Pull the other one! I came from the British Isles myself! ;)

Posted: Sun Sep 24, 2006 3:12 pm
by Kale
robleong wrote:There are a few minor typos that I hope you could correct in your next version. For example, on page 8, "your away" should be "you're away", "your working on" should be "you're working on", and "you was reading" should be "you were reading".
Ammended, ta. :)

Posted: Tue Sep 26, 2006 3:15 pm
by oryaaaaa
Hi, Kale

I wrote magazine article last year, and PureBasic users increases.
But master it didn't increase.

Stimulation is received to the action of Kale, and
I also am writing the PureBasic book.
60 pages are written in the explanation of ORGE, and
it aims at page 200 as a whole.
Schedule:::2007 Spring, Japanese Version

Thanks

Posted: Tue Sep 26, 2006 6:57 pm
by Kale
oryaaaaa wrote:Hi, Kale

I wrote magazine article last year, and PureBasic users increases.
But master it didn't increase.

Stimulation is received to the action of Kale, and
I also am writing the PureBasic book.
60 pages are written in the explanation of ORGE, and
it aims at page 200 as a whole.
Schedule:::2007 Spring, Japanese Version

Thanks
Nice!

Posted: Wed Sep 27, 2006 8:18 am
by robleong
oryaaaaa wrote:Hi, Kale

I wrote magazine article last year, and PureBasic users increases.
But master it didn't increase.

Stimulation is received to the action of Kale, and
I also am writing the PureBasic book.
60 pages are written in the explanation of ORGE, and
it aims at page 200 as a whole.
Schedule:::2007 Spring, Japanese Version

Thanks
Just curious - are you writing it in Japanese or English or some other language?

Posted: Wed Sep 27, 2006 8:42 am
by oryaaaaa
>are you writing it in Japanese or English or some other language?
First, Japanese Version.
Because it is serious to translate help and the book by KALE,
I writes it. I think that it can make an English version if there
is Shopro. Where is Shopro? :cry:

Posted: Wed Sep 27, 2006 11:50 pm
by Tipperton
Tipperton wrote:Just ordered my copy! :mrgreen:
Well, that was quick! Got it today!

Now as a commercial from a cell phone company says, "There's nothing like curling up in front of a fire with a book of juicy how-to!" :mrgreen:

Posted: Fri Sep 29, 2006 7:43 am
by robleong
oryaaaaa wrote:>are you writing it in Japanese or English or some other language?
First, Japanese Version.
Because it is serious to translate help and the book by KALE,
I writes it. I think that it can make an English version if there
is Shopro. Where is Shopro? :cry:
There can't be that many Japanese users of PureBasic, can there? If you wish to translate it to English, I suggest getting someone to translate it for you. Good luck.

Great book Kale

Posted: Tue Oct 03, 2006 5:07 pm
by Mikro
Hi Kale,
just got your book. 7 working days to Ireland is not bad at all!
Only on Chapter 4 but it reads well, and I like the over-all tone.
Knew I'd like it from the minute I saw Ben Parker in the acknowledgements!

Congratulations on seeing it through, be proud.

Re: Great book Kale

Posted: Tue Oct 03, 2006 6:14 pm
by Kale
Mikro wrote:Hi Kale,
just got your book. 7 working days to Ireland is not bad at all!
Only on Chapter 4 but it reads well, and I like the over-all tone.
Knew I'd like it from the minute I saw Ben Parker in the acknowledgements!

Congratulations on seeing it through, be proud.
Ta. :)

Posted: Wed Oct 04, 2006 6:22 am
by robleong
I'm at Chapter 7 now - still makes good bedtime reading material, Kale! Here are a few more random suggestions:

- Page 10: "I have included many of examples" - delete the word "of"
- Page 24: when you first introduce the XOR keyword, perhaps it'll be good to explain that XOR is short for eXclusive OR, to make it easier for newcomers to remember the keyword
- Page 52: ditto when introducing the Dim keyword, to explain that Dim is short for Dimension.
- Page 66: "I will give talk more extensively about GUIs..." - delete the word "give"
- Page 77: "safe in the knowledge that they won't effect any variables outside." - change the word "effect" to "affect"

Robert.

Posted: Wed Oct 11, 2006 12:30 am
by PB
Page 58: The quote marks for code aren't Chr(34) like the rest of the book.
Page 227: Should say "joint effort" instead of "join effort".