Programming Firefox

Programming Firefox

This is your guide to building Internet applications and user interfaces with the Mozilla component framework, the best for the Firefox web browser and Thunderbird email client is known. Programming Firefox illustrates how the XML User Interface Language (XUL) with open source tools under the Cross-Platform Component (XPCOM) library to use for a variety of projects, such as developing commercial web applications and Firefox extensions.This book serves both as a programmer’s reference and

Rating: (out of 7 reviews)

List Price: $ 47.99

Price:

VN:F [1.9.4_1102]
Rating: 0.0/10 (0 votes cast)
VN:F [1.9.4_1102]
Rating: 0 (from 0 votes)

Related Posts:

You can leave a response, or trackback from your own site.

5 Responses to “Programming Firefox”

  1. V. Sinitsyn says:

    Review by V. Sinitsyn for Programming Firefox
    Rating:
    Back in 2005, I’ve read “Rapid Application Development with Mozilla” by Nigel McFarlane – pretty big and comprehensive (I think) book about Mozilla platform. I’m not a web developer but I always try to keep up with the latest developments in the industry, so I was looking for a book which covers Firefox peculiarities. That was my primary motivation for buying “Programming Firefox” by Kenneth C. Feldt.

    The book itself was a bit disappointment: it was not as comprehensive as I expected it to be (honestly, I thought it would be both comprehensive and slim – probably I was just asking for too much). The author employ “learning by doing” approach – in the first half of the book he develops a XUL application and explains things required to build it. Although this approach works really well for the magazines where you are limited in space, when you read a book you expect more general discussion which is applied to the specific subject only at the very latest step. If you are trying to explain everything using only one (or very few) program(s) as a test base you will necessarily limit the discussion to topics relevant to that problem – which is again okay for the magazine but not for the textbook. The most notable omissions from the book in this sense are: whole XPCOM framework (several interfaces and the way to create the components via XPConnect are mentioned briefly but it does not go any further solving problems relevant for the example application); keys, keysets and commands (nothing was said about it), Mozilla-specific CSS attributes (-moz-appearance is mentioned briefly), complicated layouts (deck, stack and the friends). I would also prefer to see brief introduction to JavaScript.

    A strong part of the book is that it’s not limited to XUL/XBL – SVG, XForms and canvas tag are also mentioned. Unfortunately (and again), only XForms are covered throughly – when it comes to SVG you see small subset of features required to build bar diagram.

    As mentioned in the previous review, code is formatted badly (and actually I can object some of the techniques employed therein) – but I don’t think its a big drawback of the book. The worse thing is that there is too much code – not only snippets, but the whole programs. They take up precious place ans are hard to read from the paper anyway.

    In the conclusion, it’s not a brilliant book on the subject. Given the absence of the modern books on XUL programming and its relatively small size in terms of pages, I recommend you buy it if you want to get a taste of Firefox development, but if you need an old-school textbook, better opt for “Rapid development…” or whatever. I’m giving it four-stars anyway – there is no point for being too strict to the author and the publisher who are willing to promote good under-documented technology.

    VA:F [1.9.4_1102]
    Rating: 0.0/5 (0 votes cast)
    VA:F [1.9.4_1102]
    Rating: 0 (from 0 votes)
  2. M. Golara says:

    Review by M. Golara for Programming Firefox
    Rating:
    Well well… I bought this book a month ago to develop a Firefox extension for work. I must say it’s a terrible book. There’s no pedagogy, and the content is VERY incomplete.

    It deals mostly with XUL widget programming. it will teach you how to set the developer environment, how to interfere with the user, how to deploy THAT’S IT. poor examples, bad coding practices… I spent 60 box for this useless book…

    VA:F [1.9.4_1102]
    Rating: 0.0/5 (0 votes cast)
    VA:F [1.9.4_1102]
    Rating: 0 (from 0 votes)
  3. B. Summers says:

    Review by B. Summers for Programming Firefox
    Rating:
    This is another book in which the author (or the publisher) couldn’t be bothered to format its code samples. This would be so easy to do and I am sick of seeing this twisted, unreadable mess in my programming books.

    Nested code is not indented, braces commonly do not line up, and barely any care was taken to indicate scope at all. It is also littered with useless comments that do not indicate the purpose of the code it should be describing, but rather to mark that the end of a block of code has been reached. Having a try-block followed by the comment ” // try” is nowhere near as useful to me as if the code would have been readable in the first place.

    The book is fairly respectable as a reference, however, and does make a nice complement to Essential XUL Programming, which is a little old but still quite serviceable.

    Overall I would not purchase this book again. Combining the above mentioned text with the xulplanet web site is quite enough. My summary of this book is that it has the potential to be useful, but is generally very irritating to read.

    VA:F [1.9.4_1102]
    Rating: 0.0/5 (0 votes cast)
    VA:F [1.9.4_1102]
    Rating: 0 (from 0 votes)
  4. Colin Pittendrigh says:

    Review by Colin Pittendrigh for Programming Firefox
    Rating:
    I wanted to learn how to build a small Firefox

    extension. It looks like this book will help.

    It seems to be technically accurate and thorough.

    On a sentance by sentance basis it’s also reasonably

    well-written. But as a whole it doesn’t come together

    well enough to get a high mark. I didn’t return it.

    That’s the best I can say.

    VA:F [1.9.4_1102]
    Rating: 0.0/5 (0 votes cast)
    VA:F [1.9.4_1102]
    Rating: 0 (from 0 votes)
  5. Robert H. Stine Jr. says:

    Review by Robert H. Stine Jr. for Programming Firefox
    Rating:
    This is a good reference for XUL. It lacks detail, however, about using XPCOM and integrating XPCOM with XUL components.

    VA:F [1.9.4_1102]
    Rating: 0.0/5 (0 votes cast)
    VA:F [1.9.4_1102]
    Rating: 0 (from 0 votes)

Leave a Reply