• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Why not in Quickly series ?

 
clojure forum advocate
Posts: 3479
Mac Objective C Clojure
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi.
Why did you decide (the authors) to write this 'In Action' book but not in 'Quickly' series (Prototype and Scriptaculous Quickly) ?
I'm not saying they are small or trivial libs (even I'm not an authority to talk about them, actually, I just started to learn them).
If you want to rewrite it to be in Quickly series, what changes you will make to you 'In Action' book ?
Thanks for this book.
 
author
Posts: 59
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi John,

I'm afraid I like talking too much. The publishers like the Quickly series to be short and to the point, and we agreed to change to 'In Action' when we realised how much material we'd covered.

I'm not sure how I'd slim it down to 250 pages. We cover plenty of topics other than just "how to do __ using P & S" in the book, for example:

- pros and cons of Ajax architectures
- measuring HTTP traffic and turning it into XL graphs
- JS language features - objerct literals & closures - and how to use them

but I wouldn't drop any of them. Prototype's a deep library, and requires a lot of the language context in order to really appreciate what it's doing, and Scriptaculous is all about useability and ease of use, so that requires context of it's own.

Cheers,

Dave
 
Sheriff
Posts: 67747
173
Mac Mac OS X IntelliJ IDE jQuery TypeScript Java iOS
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have the same gift of gab as Dave, so it's not just his fault!

The Manning guidelines state that chapters should be no more than 35 pages and I broke that limit on every single one that I wrote!

So rather than a quick overview of the libraries, we went into a lot of depth that will hopefully be very useful to readers of the book.
 
Sheriff
Posts: 14691
16
Eclipse IDE VI Editor Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
It's funny that Amazon Japan actually has Prototype and Scriptaculous Quickly
http://www.amazon.co.jp/Prototype-Scriptaculous-Quickly-Dave-Crane/dp/1933988037
 
Bear Bibeault
Sheriff
Posts: 67747
173
Mac Mac OS X IntelliJ IDE jQuery TypeScript Java iOS
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
It was originally intended to be an entry in the Quickly series... until Dave and I just couldn't shut up...
 
Rancher
Posts: 13459
Android Eclipse IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I was aware of the name change but it didn't register until just before I sent the announcement email... you were almost promoting the other version
 
reply
    Bookmark Topic Watch Topic
  • New Topic