Recommended books about XML

Recommended books about XML

This site introduces recommended books about XML. This site also provides you the reviews from the readers. I hope this site will help you to choose the book to buy.

JavaScript: The Definitive Guide


TitleJavaScript: The Definitive Guide
AuthorDavid Flanagan
PublisherO'Reilly Media, Inc.
Price$4999
AvailableUsually ships in 24 hours
Description
This Fifth Edition is completely revised and expanded to cover JavaScript as it is used in today's Web 2.0 applications. This book is both an example-driven programmer's guide and a keep-on-your-desk reference, with new chapters that explain everything you need to know to get the most out of JavaScript, including: Scripted HTTP and Ajax XML processing Client-side graphics using the canvas tag Namespaces in JavaScript--essential when writing complex programs Classes, closures, persistence, Flash, and JavaScript embedded in Java applications

Part I explains the core JavaScript language in detail. If you are new to JavaScript, it will teach you the language. If you are already a JavaScript programmer, Part I will sharpen your skills and deepen your understanding of the language.

Part II explains the scripting environment provided by web browsers, with a focus on DOM scripting with unobtrusive JavaScript. The broad and deep coverage of client-side JavaScript is illustrated with many sophisticated examples that demonstrate how to: Generate a table of contents for an HTML document Display DHTML animations Automate form validation Draw dynamic pie charts Make HTML elements draggable Define keyboard shortcuts for web applications Create Ajax-enabled tool tips Use XPath and XSLT on XML documents loaded with Ajax And much more

Part III is a complete reference for core JavaScript. It documents every class, object, constructor, method, function, property, and constant defined by JavaScript 1.5 and ECMAScript Version 3.

Part IV is a reference for client-side JavaScript, covering legacy web browser APIs, the standard Level 2 DOM API, and emerging standards such as the XMLHttpRequestobject and the canvas tag.

More than 300,000 JavaScript programmers around the world have made this their indispensable reference book for building JavaScript applications.

""A must-have reference for expert JavaScript programmers...well-organized and detailed."" -- Brendan Eich, creator of JavaScript


Description
Since the earliest days of Internet scripting, Web developers have considered JavaScript: The Definitive Guide an essential resource. David Flanagan's approach, which combines tutorials and examples with easy-to-use syntax guides and object references, suits the typical programmer's requirements nicely. The brand-new fourth edition of Flanagan's "Rhino Book" includes coverage of JavaScript 1.5, JScript 5.5, ECMAScript 3, and the Document Object Model (DOM) Level 2 standard from the World Wide Web Consortium (W3C). Interestingly, the author has shifted away from specifying--as he did in earlier editions--what browsers support each bit of the language. Rather than say Netscape 3.0 supports the Image object while Internet Explorer 3.0 does not, he specifies that JavaScript 1.1 and JScript 3.0 support Image. More usefully, he specifies the contents of independent standards like ECMAScript, which encourages scripters to write applications for these standards and browser vendors to support them. As Flanagan says, JavaScript and its related subjects are very complex in their pure forms. It's impossible to keep track of the differences among half a dozen vendors' generally similar implementations. Nonetheless, a lot of examples make reference to specific browsers' capabilities.

Though he does not cover server-side APIs, Flanagan has chosen to separate coverage of core JavaScript (all the keywords, general syntax, and utility objects like Array) from coverage of client-side JavaScript (which includes objects, like History and Event, that have to do with Web browsers and users' interactions with them. This approach makes this book useful to people using JavaScript for applications other than Web pages. By the way, the other classic JavaScript text--Danny Goodman's JavaScript Bible--isn't as current as this book, but it's still a fantastic (and perhaps somewhat more novice-friendly) guide to the JavaScript language and its capabilities. --David Wall

Topics covered: The JavaScript language (version 1.0 through version 1.5) and its relatives, JScript and ECMAScript, as well as the W3C DOM standards they're often used to manipulate. Tutorial sections show how to program in JavaScript, while reference sections summarize syntax and options while providing copious code examples.


Good book.
Review DateF2008-10-24  RatingF
This is I believe the best book about basic Javascript on the market right now.

Pros: Technically complete, solid writing style, understandable examples, no better intro books on the market.

Cons: Authors repeatedly show that they prefer class-based object systems, which Javascript is not. Authors do not effectively teach advanced Javascript prototype-based object usage and in fact seem to view it as a nuisance to be avoided. Authors don't regularly use closures except in section on closures.

I would recommend following this book up with "Javascript: The Good Parts" and making sure you fully grok how to use closures to avoid namespace pollution.

Best Language Explanation I've Ever Seen
Review DateF2008-10-20  RatingF
I've learned a lot of tech in my time, and this book does the best job explaining the fundamentals of a language that I've ever come across. Flanagan basically builds the whole language piece by piece, explaining the fundamentals of every aspect.

There are some more esoteric techniques he doesn't cover, but I hardly consider that a shortcoming; aside from those, he basically covers the entire breadth of JavaScript, both in its core design and in practical browser-based applications. This really is the definitive book on JavaScript, even if it is two years old (which is ages in Internet time).

Comprehensive, a little boring
Review DateF2008-09-28  RatingF
This book is downright comprehensive and thoroughly deserves its "definitive guide" title.

But, the example scripts the author gives are long and deadly boring, which is why I won't give it five stars.

To "get" JavaScript, you need shorter scripts which are easier to learn from.

My recommendation is to use this book in conjunction with the w3schools website.

Almost Too Thorough. Not the best Choice for Beginners/Creatives
Review DateF2008-09-27  RatingF
This is the book all the JS rockstars out there tend to recommend to people. I don't think it's for everybody personally. It's very thorough and explains JS and its various incarnations at a high level of intricacy that I wouldn't recommend to beginners who are easily distracted (i.e. more heavily creative-brained designers). I'm fairly evenly brained myself and I occasionally found myself zombie-reading as exciting as some of the specifics are too me.

On the other hand, if you want to know just about everything there is to possibly know about JS, this is the book. And that's worth five stars to me.

A good place to get a start with JS if you've never programmed is a decent class or self-teaching the basics online. Then I recommend Jeremy Keith's DOM scripting. Then the Complete Reference. Then this bruiser when you really want get in deep.

Easy read and understanding
Review DateF2008-09-23  RatingF
Great book, easy read, well formated and very instrutive. You will find everything that you need about JavaScript (covering standard ECMAScript v3). From the basics to the most advance about the language.




Learning ActionScript 3.0: A Beginner's Guide


TitleLearning ActionScript 3.0: A Beginner's Guide
AuthorRich Shupe,Zevan Rosser
PublisherO'Reilly/Adobe Developer Library
Price$3999
AvailableUsually ships in 24 hours
Description
Product Description
In this book, authors Rich Shupe and Zevan Rosser share the knowledge they've gained from their years as multimedia developers/designers and teachers. Learning ActionScript 3.0 gives you a solid foundation in the language of Flash and demonstrates how you can use it for practical, everyday projects. The authors do more than just give you a collection of sample scripts. Written for those of you new to ActionScript 3.0, the book describes how ActionScript and Flash work, giving you a clear look into essential topics such as logic, event handling, displaying content, migrating legacy projects to ActionScript 3.0, classes, and much more. You will learn important techniques through hands-on exercises, and then build on those skills as chapters progress. ActionScript 3.0 represents a significant change for many Flash users, and a steeper learning curve for the uninitiated. This book will help guide you through a variety of scripting scenarios. Rather than relying heavily on prior knowledge of object-oriented programming (OOP), topics are explained in focused examples that originate in the timeline, with optional companion classes for those already comfortable with their use. As chapters progress, the book introduces more and more OOP techniques, allowing you to choose which scripting approach you prefer. Learning ActionScript 3.0 reveals: New ways to harness the power and performance of AS3 Common mistakes that people make with the language Essential coverage of text, sound, video, XML, drawing with code, and more Migration issues from AS1 and AS2 to AS3 Simultaneous development of procedural and object-oriented techniques Tips that go beyond simple script collections, including how toapproach a project and which resources can help you along the way The companion web site contains material for all the exercises in the book, as well as short quizzes to make sure you're up to speed with key concepts. ActionScript 3.0 is a different animal from previous versions, and Learning ActionScript 3.0 teaches everything that web designers, GUI-based Flash developers, and those new to ActionScript need to start using the language.

Praise
"The best ActionScript book ever written."
-Lee Brimelow, Creator of The Flash Blog

Explains AS2 to AS3 Migration Points
Review DateF2008-10-08  RatingF
I think the book does a great job explaining all of the intricate details of OOP for experienced Actionscript users. I have used AS2 for a long time and I was very frustrated how so much had changed in AS3 and I never seemed to find a good book to explain each change. This book does that and more.

In addition to spelling out the advantages of using AS3 and OOP in general, it even takes things a step further by actually DEFINING programming design methodologies that are using in most development based work environments (i.e. Agile, XP, Waterfall, etc.). You know, all of those acronyms and other garbage that people through into job descriptions to intimidate newbies.

I'm inclined to agree that this book may not be suited for beginners to Actionscript, I would strongly recommend that anyone who is learning AS for the first time should grab a beginner's book (maybe a cheap one) and then use this as your professional reference guide. Everything is categorized and color coded for you: Need to attach a sound? Chpt. 13. Need to read XML? Chpt. 14

john

Good for beginers
Review DateF2008-10-06  RatingF
This book is great. I am starting off with AS 3.0 and its a great reference. I feel though sometimes it gets too complicated. Also it does not have many pictures, but the good thing is that the code is color coded. According to my professor who is very into finding books, its the best one out there for AS. I haven;t had a ton of time to look through the book yet, but so far what I see is helpful, just a really boring read.

Very good book for a beginner (like I am)
Review DateF2008-10-05  RatingF
I'm starting from scratch to learn Flash AS 3 and this book seems to be a very good starting point. I haven't read it through yet, but it's yet been very understandable and there's not too much technical jargon (I have 5+ years of PHP-coding to start with).

Great book for someone stuck between a beginner and intermediate AS3 Programming
Review DateF2008-08-30  RatingF
I have worked with Action Script in the past on many projects but I never took advantage of the real programming capabilities that Action Script 3 has to offers, so I wanted to find a book to help me take the next step and this is the one. I got this book and I was immediately hooked because it was written in a way that makes you feel comfortable and relaxed instead of intimidated.

This book offers simple easy to understand tutorials accompanied with the basic start files already designed so that you can focus on the programming.

If your looking for a great book for beginning or intermediate Action Script 3 porgramming then this is the one for you.

Awesome Book to Learn From
Review DateF2008-08-18  RatingF
EXCELLENT BOOK.

If your new to actionscript 3 or just new to actionscript period , this book will help you catch up with it. You will feel confident as you go through the book and practice examples.

What I really liked is that while the book is showing you how to code with actionscript 3, the examples will even apply to actionscript 2 or 1 ( with different coding of course, but the principle idea is great)

I would really recommend you pick up this book.





Mastering Regular Expressions


TitleMastering Regular Expressions
AuthorJeffrey Friedl
PublisherO'Reilly Media, Inc.
Price$4499
AvailableUsually ships in 24 hours
Description
Regular expressions are an extremely powerful tool for manipulating text and data. They are now standard features in a wide range of languages and popular tools, including Perl, Python, Ruby, Java, VB.NET and C# (and any language using the .NET Framework), PHP, and MySQL.

If you don't use regular expressions yet, you will discover in this book a whole new world of mastery over your data. If you already use them, you'll appreciate this book's unprecedented detail and breadth of coverage. If you think you know all you need to know about regular expressions, this book is a stunning eye-opener.

As this book shows, a command of regular expressions is an invaluable skill. Regular expressions allow you to code complex and subtle text processing that you never imagined could be automated. Regular expressions can save you time and aggravation. They can be used to craft elegant solutions to a wide range of problems. Once you've mastered regular expressions, they'll become an invaluable part of your toolkit. You will wonder how you ever got by without them.

Yet despite their wide availability, flexibility, and unparalleled power, regular expressions are frequently underutilized. Yet what is power in the hands of an expert can be fraught with peril for the unwary. Mastering Regular Expressions will help you navigate the minefield to becoming an expert and help you optimize your use of regular expressions.

Mastering Regular Expressions, Third Edition, now includes a full chapter devoted to PHP and its powerful and expressive suite of regular expression functions, in addition to enhanced PHP coverage in the central "core" chapters. Furthermore, this edition has been updated throughout to reflect advances in other languages, including expanded in-depth coverage of Sun's java.util.regex package, which has emerged as the standard Java regex implementation.Topics include:

  • A comparison of features among different versions of many languages and tools
  • How the regular expression engine works
  • Optimization (major savings available here!)
  • Matching just what you want, but not what you don't want
  • Sections and chapters on individual languages

Written in the lucid, entertaining tone that makes a complex, dry topic become crystal-clear to programmers, and sprinkled with solutions to complex real-world problems, Mastering Regular Expressions, Third Edition offers a wealth information that you can put to immediate use.

Reviews of this new edition and the second edition:

"There isn't a better (or more useful) book available on regular expressions."
--Zak Greant, Managing Director, eZ Systems

"A real tour-de-force of a book which not only covers the mechanics of regexes in extraordinary detail but also talks about efficiency and the use of regexes in Perl, Java, and .NET...If you use regular expressions as part of your professional work (even if you already have a good book on whatever language you're programming in) I would strongly recommend this book to you."
--Dr. Chris Brown, Linux Format

"The author does an outstanding job leading the reader from regex novice to master. The book is extremely easy to read and chock full of useful and relevant examples...Regular expressions are valuable tools that every developer should have in their toolbox. Mastering Regular Expressions is the definitive guide to the subject, and an outstanding resource that belongs on every programmer's bookshelf. Ten out of Ten Horseshoes."
--Jason Menard, Java Ranch


Description
Regular expressions are a central element of UNIX utilities like egrep and programming languages such as Perl. But whether you're a UNIX user or not, you can benefit from a better understanding of regular expressions since they work with applications ranging from validating data-entry fields to manipulating information in multimegabyte text files. Mastering Regular Expressions quickly covers the basics of regular-expression syntax, then delves into the mechanics of expression-processing, common pitfalls, performance issues, and implementation-specific differences. Written in an engaging style and sprinkled with solutions to complex real-world problems, Mastering Regular Expressions offers a wealth information that you can put to immediate use.

Great book, but little Ruby
Review DateF2008-09-07  RatingF
This book is great if you want to learn about what you can do with regex, how they work, how you can improve them (efficiency & accuracy) and what kind of pitfalls there are.

My only gripe is about the Ruby reference on the cover. In the top right corner it says: "For Perl, PHP, Java, .NET, Ruby and more!" Perl, Java, .NET and PHP each get their own chapters (together 200 pages). Ruby, however, only participates in feature comparisons and benchmarks. If I had checked the ToC I would've known this, so I won't hold it against the book that much.

The Ruby thing is a bummer, but since the book is great, it will get all five stars.

Overall good book with some quirks
Review DateF2008-06-19  RatingF
The book is robust and goes into alot detail. I liked the comparing and contrasting between the various RegEx implementations. I had a difficult time digesting some of the detail. In particular, the analogies confused me and I felt the author went overboard with them. Many times, I had to backtrack to understand what was being discussed. However, regular expressions is a complex topic and the author did a good job easing into the concepts. An additional plus was with inline page citation - this helped to find the page corresponding to the topic being discussed.
I would have liked shorter chapters with chapter summaries and more diagrams in place of analogies. Ultimately, Mastering Regular Expressions is a good book referencing a complex topic.

Best material I have seen on regular expressions
Review DateF2008-06-01  RatingF
I went through several books and online tutorials and never found anything that did a good comprehensive job of explaining regular expressions. This book does. If you are having trouble "getting it", I highly encourage reading this book. You will be extremely enlightened even after the first few chapters.

Very in-depth
Review DateF2008-05-23  RatingF
Quite a comprehensive guide to regular expressions. Gets very detailed in the areas that it covers. However, definitely not a 'beginner's guide'. I highly recommend that you are already comfortable with the basis of regular expressions before picking up this book. You will get way more out of it if this is not your first introduction to it. Comfort and proficiency with Perl would also be a big help. Title is correct though, this is a guide to 'mastering' regular expressions, not learning them from the beginning.

Will take you a long way down the rabbit hole
Review DateF2008-02-15  RatingF
How deep down the rabbit hole do you really NEED to go? I had a serious need to get on top of regular expressions to solve one particular problem. I looked at several online tutorials which didn't take me where I needed to go, so I ordered Mastering Regular Expressions after reading the Amazon reviews. I always look at the negative reviews first. In spite of the negative reviews I ordered the book with an open mind.
When the book arrived I began reading it with enthusiasm. In the preface there is a small section on "How to Read This Book". I bought into the author's suggestion to read the book's first six chapters first. I was captivated through the first three chapters, and then somewhere in chapter 4 I began to get very weary with information overload. After putting the book down for a couple of days I decided to skip the rest and use what I needed to write the one regular expression I had need of. The book did successfully help me accomplish this, so I gave it 3 stars. Not only did it give me the information I needed that the online tutorials didn't, it also gave me the confidence I needed. For that, which I am grateful, I would have liked to have given it more stars. I think many of those in need of learning about regular expression could be well served by a "lite-edition" of this book. Perhaps someday when I have the time and the need I may try to wade through the rest of the book, but as it is now Mastering Regular Expressions took me far farther down the rabbit hole than I really needed or wanted to go.
If you need to get on top of Regular Expressions, I would recommend this book, however just be ready to be taken far deeper than the average coder probably needs to go.




Head First C# (Brain-Friendly Guides)


TitleHead First C# (Brain-Friendly Guides)
AuthorAndrew Stellman,Jennifer Greene
PublisherO'Reilly Media, Inc.
Price$4999
AvailableUsually ships in 24 hours
Description
Do you want to learn C#? Programmers around the world have learned that C# lets them design great-looking programs and build them fast. With C#, you ve got a powerful programming language and a valuable tool at your fingertips. And with the Visual Studio IDE, you ll never have to spend hours writing obscure code just to get a button working. C#, Visual Studio and .NET take care of the grunt-work, and let you focus on the interesting parts of getting your programs written. Sound appealing?

Unlike other C# books, which just show you examples and expect you to just memorize them and move on, Head First C# gets you writing code from the beginning. You're given the tools you need, and then you're guided through fun and engaging programming projects. You'll build programs to play a card game, explore a house, and help lazy programmers manage their sick day excuses. But it's not all fun and games: you'll build business applications too, like a contact database and a program to help a party planner estimate her dinner parties. You'll build a dungeon role-playing game and a fully animated, colorful simulation of a beehive. And by the end of the book, you'll build a fast-paced, full-featured retro Invaders arcade game.

Make no mistake: by the time you're done with Head First C#, you'll be able to build full-scale, complex, and highly visual programs. And you'll have all of the C# tools you need to tackle almost any programming problem that comes your way.

Head First C# is built for your brain, using the revolutionary approach that was pioneered by the highly acclaimed and popular Head First series. You'll never get that bored, "eyes glazed over" feeling from Head First C#, because it guides you through one challenging project after another until, by the end of the book, you're a C# rock star!

Here's what you'll learn:
  • Core C# programming concepts
  • How to use the Visual Studio 2008 IDE to build, debug and run your programs
  • Important .NET 3.5 features, including generic collections, Windows forms, GDI+ graphics, streams, serialization and more
  • Using object oriented programming concepts to help you build well-designed programs
  • How to build robust applications with good error handling
  • The latest C# 3.0 features, including LINQ, object and collection initializers, automatic properties, extension methods and more


Throughout the book, you'll confront and conquer advanced C# concepts. Some of the most mysterious ideas are demystified and explained with clear examples: how Unicode works, events and delegates, references versus value types, the stack versus the heap, what's really going on with garbage collection, and more.

Thousands of readers have learned C# using this innovative book, including:
  • Beginning programmers who want to learn programming from the ground up
  • More advanced programmers who are proficient in another language (like Visual Basic, Java, SQL, FoxPro) and want to add C# to their toolbox
  • Programmers who understand basic C# syntax, but are still looking to get a handle on how objects work
  • Anyone who's tried to learn C#, but had to deal with books full of dull examples and nothing but boring console applications
  • Lots of people who just want to learn how to build cool games!


Head First C# is built to work with any version of Visual Studio 2008, including the free express edition. (It can also can be used with any version of Visual Studio 2005.)

SQL Express and Visual C# Exprees is a bad combination.
Review DateF2008-11-16  RatingF
The authors provide instructions in Chapter 1 on page 18 for adding a SQL Service-based Database to a project. I never could get pass this step. There was considerable discussion in the O Reilly forum on this topic as many others were having problems getting past this step. I tried all of the suggestions offered but none helped and was disappointed in the authors shotgun approach for providing a solution. Obviously from the number of recommendations many more people made it past page 18 than the people who got stuck there. But as for me I have already wasted a week on this book and will not waste any more time. I bought this book because of the good experience I had with Head First HTML with CSS & XTML. But Head First C# no where nears matches the quality of Head First HTML.

Awesome series!
Review DateF2008-10-27  RatingF
This series of books allows for easy learning. Each chapter is laced with humor and fun projects. It really makes learning the topics really easy. It's not a 'reference' book, but is intended to teach you the subject in an easy-to-remember fashion.

Best C# book Ever.
Review DateF2008-10-21  RatingF
This is a great book that does not bog you down with technical terms and actually teaches you how to use C#.

Instead of learning how write hello world on the command console you start of in chapter 1 making a full GUI program that actually does something. The best thing is it is actual easy to make!

Teaches in a variety of ways
Review DateF2008-10-18  RatingF
I'm about a thrid of the way through the book and it seems to really tailor to anyone's needs by teaching the information in many different ways. This is a huge help for me because I am the guy who didn't know anyhting about C# programming before I picked this book up and now I'm more conifdent about my knowledge. I would suggest the Oriely line for others.



Unique
Review DateF2008-10-06  RatingF
This is unlike any other C# book I've come across, I wish it would have been the first one I'd bought when diving into programming for the first time. They've managed to make learning a programming language fun (a tall order). Everything is spelled out for the beginning programmer. There are plenty of pictures, notes, exercises, etc. to help you grasp what can be some pretty confusing concepts, especially if you're encountering them for the first time. It's also the only beginner's C# book I've seen that doesn't start you out writing console applications. In fact, you never write a single console app. Great book.




CSS: The Definitive Guide


TitleCSS: The Definitive Guide
AuthorEric Meyer
PublisherO'Reilly Media, Inc.
Price$4499
AvailableUsually ships in 24 hours
Description
CSS: The Definitive Guide, 3rd Edition, provides you with a comprehensive guide to CSS implementation, along with a thorough review of all aspects of CSS 2.1. Updated to cover Internet Explorer 7, Microsoft's vastly improved browser, this new edition includes content on positioning, lists and generated content, table layout, user interface, paged media, and more.

Simply put, Cascading Style Sheets (CSS) is a way to separate a document's structure from its presentation. The benefits of this can be quite profound: CSS allows a much richer document appearance than HTML and also saves time -- you can create or change the appearance of an entire document in just one place; and its compact file size makes web pages load quickly.

CSS: The Definitive Guide, 3rd Edition, provides you with a comprehensive guide to CSS implementation, along with a thorough review of all aspects of CSS 2.1. Updated to cover Internet Explorer 7, Microsoft's vastly improved browser, this new edition includes content on positioning, lists and generated content, table layout, user interface, paged media, and more. Author Eric Meyer tackles the subject with passion, exploring in detail each individual CSS property and how it interacts with other properties. You'll not only learn how to avoid common mistakes in interpretation, you also will benefit from the depth and breadth of his experience and his clear and honest style. This is the complete sourcebook on CSS.

The 3rd edition contains: Updates to reflect changes in the latest draft version of CSS 2.1 Browser notes updated to reflect changes between IE6 and IE7 Advanced selectors supported in IE7 and other major browsers included A new round of technicaledits by a fresh set of editors Clarifications and corrected errata, including updated URLs of referenced online resources


An expert who has trouble writing clearly
Review DateF2008-10-14  RatingF
I feel obliged to review this book after being unable to accomplish a simple css task: designing an improved css file.

Meyers knows his subject. But he keeps using fancy examples or unnecessarily complex coverage that detracts from the content non-experts need to learn. For example, I was attempting to figure out why a certain case of inheritance is failing. His section on that is too complex to follow, because he covers the entire inheritance resolution scheme of css, rather than the simple cases that most frequently appear. So I was never able to solve the problem. I had to resort to searching the net.

After reading the first few chapters, I needed to go back and find where he discussed first-child. Skimming did not find it, so I checked the index. It's not there! So I was forced again to search the net.

This could have been resolved by writing clearly. Every time you introduce something of importance, bold it or put it in a section heading. Then skimming will allow finding it easily.

At this point I decided the book was not quite worthy of sitting on the same shelf as my dozens of other web dev books, and so I tossed it in the trash. Your mileage may vary, but for me it's a time waster.

This ain't no "definitive guide"
Review DateF2008-09-28  RatingF
This book is very far from being a definitive guide to CSS. It's patchy and confusing and contains too few useful examples. It's printed entirely in cheap black and white, hence you have no idea what the colours do, and contains extensive coverage of features which have been removed from CSS over the years - not much use except for historians. The examples it gives are only a limited subset of CSS's possibilities and frankly they are almost all extremely ugly, discouraging the reader from wanting to try out the styles rather than attracting or inspiring him or her.

Further to this, I've repeatedly tried to master aspects of CSS using this book and repeatedly ended up frustrated, because it doesn't contain enough detailed information or illustrations of how the browser will look. It substitutes tedious meditations for factual discussions, and the writing style is turgid and pompous, bordering on the absurd in places - for example the author writes that CSS is "our last best hope" - for crying out loud, it's just a way of marking up HTML pages!

In the end you can probably learn CSS quicker and better from almost any other book than from this, and if you do use this book the information it gives is so patchy that you'll have to resort to a great deal of trial and error anyway.

Excellent reference
Review DateF2008-08-09  RatingF
A real educational experience. Also a well defined book. Be ready to learn when you read this book. This book gets two thumbs up.

Very authoritative and complete
Review DateF2008-04-27  RatingF
Before purchasing this book, I had purchased about a half dozen books on css, one from the same author. I was really surprised to find new ways to use css that I hadn't learned in the other books. Each topic is discussed completely and in detail. For a reference on css, this book is the best I've found.

a little sloppy for a "presentation" CSS book
Review DateF2008-04-01  RatingF
This is a book about CSS, and CSS, is about the presentation aspect of web pages. How the text appears, the size, the layout, etc.

However, the presentation style inside the book is kind of sloppy. For example, on page 186 and 187, when it talks about inline elements, Figure 7.33 "Strongly emphasized" is printed not as tall as Figure 7.34 and 7.35 when the CSS style is the same. And the word being used is "which is" and is changed to "that is" in Figure 7.34 and 7.35, when it is changing the vertical-align only. The reader would be better helped if they can see the contrast of the CSS style, without the change of wording for no reason at all. Also, in Figure 7.34, the bigger words should not overlap with the smaller words above, as tested in CSS compliant browsers, but it is printed so on the book.

Then again, in Figure 7.36, for no reason at all, the picture is shrunk down to 1/4 size of the previous examples, when they are all talking about the same case except for some vertical-align difference. It may be done just because the page is running out of space. That is pretty sloppy.

On page 181 to 182, it talks about various terms of the inline box model, and there is no figure at all to exemplify the terms at all. Then after the reader goes through a tough time to read through those text of hard definitions, 3 pages later, the figures start to appear. Please, can the book be designed so that the readers are considered? CSS is partly for making the content easy for the audience, and how about this CSS book is made easier for its audience too?





Learning Web Design: A Beginner's Guide to (X)HTML, StyleSheets, and Web Graphics


TitleLearning Web Design: A Beginner's Guide to (X)HTML, StyleSheets, and Web Graphics
AuthorJennifer Niederst Robbins
PublisherO'Reilly Media, Inc.
Price$4499
AvailableUsually ships in 24 hours
Description
Everything you need to know to create professional web sites is right here. Learning Web Design starts from the beginning -- defining how the Web and web pages work -- and builds from there. By the end of the book, you'll have the skills to create multi-column CSS layouts with optimized graphic files, and you'll know how to get your pages up on the Web.

This thoroughly revised edition teaches you how to build web sites according to modern design practices and professional standards. Learning Web Design explains:
  • How to create a simple (X)HTML page, how to add links and images
  • Everything you need to know about web standards -- (X)HTML, DTDs, and more
  • Cascading Style Sheets -- formatting text, colors and backgrounds, using the box model, page layout, and more
  • All about web graphics, and how to make them lean and mean through optimization
  • The site development process, from start to finish
  • Getting your pages on the Web -- hosting, domain names, and FTP
The book includes exercises to help you to learn various techniques, and short quizzes to make sure you're up to speed with key concepts. If you're interested in web design, Learning Web Design is the place to start.

Excellent source of knowledge
Review DateF2008-10-27  RatingF
The books cover the basics of HTML design. However, you can learn many things about the intermediate topics in Web design, XHTML, CSS, etc. It's a "must" in your Web Design bookshelf.


Beginners review of this book
Review DateF2008-10-21  RatingF
As from the title, i am a beginner of HTML and CSS. I am reading books to help me have a better understanding of web design when i go to learn Dreamweaver and Flash. If you have read my other review on "Sams Teach yourself HTML and CSS" I bought these two books and i am rating them against one another on how well i learned something since they are the only two books i have read at this time. Because it is alot of info, i will indicate the pros and cons of this book:

Pros of this book:
1. The book is in color compared to "HTML and CSS in 24 hours".
2. The exercises are fun and there are alot in this book.

Cons on this book:
1. I think this book hardly covers any area compared to HTML and CSS in 24 hours".
2. This book is over priced for what better quality you get out of the 24 hour book"
3. Her appendix on code in the back of the book is only 2 pages long, thats a joke compared to how much code is out there and the 24 hour book has 10+ pages of code to help you out.
4. The chapters arent laid out well.


Overall, compared to most books, i think this book was ok by only the excerises that were in the book and it to be a decent hands on book. Do i think this book is for beginners, yes, but it only scratchs the surface. If you want a good reference guide, i would recommend "HTML and CSS in 24 hours" because when it is rated between those two books, the other book is soooooo much better, read my review on it to help you better.

Rating for Learning Web Design
Review DateF2008-10-11  RatingF
Great product. In many cases, ``beginner's'' guides are no such thing -- just a place for the author to show off their knowledge, but provide little of value to the reader. This book is an exception. Love the step-by-step instruction, practice exercises, additional tips. Have recommended this book to my co-workers

Good CSS Explanation
Review DateF2008-08-15  RatingF
1. If you are already a Web Developer with knowledge of HTML, Form, URL etc, then this book wont add anything more to your knowledge.
2. Most often Web Developers (not Web Designers) lack knowledge about image/icon creation, CSS, DOCTYPE types, XHTML etc. This book gives a good explanation of those concepts.
3. The best part of book is the Part III (chapter 11 to 17) that explains the concepts of CSS. Anyone who liked 2 and 3 will also like Head First HTML with CSS & XHTML (Head First) that seems to be structured similarly and provides similar knowledge.

Excellent primer
Review DateF2008-07-24  RatingF
This is an excellent resource to learn modern W3C-standards-compliant web design from the ground up. It is up-to-date , well organized, well written, and easy to follow. By the time you're done with it, you will be well on your way to being able to call yourself a web designer with a straight face. My only complaint is that the book is physically fragile and the binding completely falls apart even with moderate use. And given how great this book is in all other respects, mere "moderate use" is pretty much out of the question - this will be your constant companion as you take your first steps in web design.




Programming Perl (3rd Edition)


TitleProgramming Perl (3rd Edition)
AuthorLarry Wall,Tom Christiansen,Jon Orwant
PublisherO'Reilly Media, Inc.
Price$4995
AvailableUsually ships in 24 hours
Description
Perl is a powerful programming language that has grown in popularity since it first appeared in 1988. The first edition of this book, "Programming Perl," hit the shelves in 1990, and was quickly adopted as the undisputed bible of the language. Since then, Perl has grown with the times, and so has this book.

"Programming Perl" is not just a book about Perl. It is also a unique introduction to the language and its culture, as one might expect only from its authors. Larry Wall is the inventor of Perl, and provides a unique perspective on the evolution of Perl and its future direction. Tom Christiansen was one of the first champions of the language, and lives and breathes the complexities of Perl internals as few other mortals do. Jon Orwant is the editor of

"The Perl Journal," which has brought together the Perl community as a common forum for new developments in Perl.

Any Perl book can show the syntax of Perl's functions, but only this one is a comprehensive guide to all the nooks and crannies of the language. Any Perl book can explain typeglobs, pseudohashes, and closures, but only this one shows how they really work. Any Perl book can say that "my" is faster than "local," but only this one explains why. Any Perl book can have a title, but only this book is affectionately known by all Perl programmers as "The Camel."

This third edition of "Programming Perl" has been expanded to cover version 5.6 of this maturing language. New topics include threading, the compiler, Unicode, and other new features that have been added since the previous edition.


Description
Larry Wall wrote Perl and he wrote Programming Perl. Better yet, he writes amusingly and well--all of which comes across in this latest edition of the definitive guide to the language.

Like Topsy, Perl just grew, and as a result the need for a third edition came about. It's now over 1,000 pages, which it needs to be, as it performs several different duties. First, it's an introduction to the Perl language for those who are new to programming; also, it's a guide for those who are coming from other languages; and, finally, it's a Perl language reference.

Among Larry Wall's other pursuits is being a linguist, and it's perhaps for this reason that Perl is a peculiarly flexible language with many routes to achieving the same ends, as the authors ably demonstrate. It's also extensible in several ways, designed to work with many other languages. Also, as it's largely interpreted, programs written in Perl tend to run unmodified on a variety of platforms--although platform-specific Perl modules and programming practices are also discussed.

A major strength of Programming Perl is the way subject areas are approached from several directions. This constant shift of viewpoint eliminates blind spots in the reader's understanding and provides a pleasing echo of the way Perl itself can take many routes from here to there.

Because the Perl community is both knowledgeable and active, the language covers much more ground here than in the previous edition. Even if you have both previous editions, you'll want this latest version--if only for the new jokes. --Steve Patient, amazon.co.uk


Definitive manual for Perl
Review DateF2008-08-22  RatingF
If you are programming in Perl, this is a required book to have. It is the definitive manual on the language written by the author of the language, yet is very readable.

It is difficult to study perl using only this book.
Review DateF2008-04-24  RatingF
It is difficult to study perl using only this book.
Learning perl is the best way to study perl.
This book should be a reference of perl.

And there are many examples on the Net.
You can use these examples to modify for your purpose.
Sometimes, you should study how to debbug perl.

Perfect!
Review DateF2008-03-12  RatingF
I decided to buy this book because I needed to learn Perl after having programmed in several other languages for my new job.

I was looking for a reference guide that pretty much outlined EVERYTHING that Perl can do. Proper syntax, short cuts, how to properly go about writing code in this language, how do write certain operations... etc

I was also looking for something that could be authoritative and set the STANDARD for how something should and should not be done... and not be written by some sloppy idiot who thinks he knows what he's doing.

And last but not least, I was looking for something that was funny and entertaining to read and not a dry boring textbook.

This book, as others call it "The Camel" or "The Camel Book", meets all those criteria. This is truly the BEST book on Perl out there, written by the inventor himself, Larry Wall, and some of his Perl-guru buddies. If you came to this page wondering if this is the book to get to learn to program in Perl, look no further.

Absolutely 5 stars on this one. And trust me, this book is pretty funny. It's almost as if it's written by your best friend or your roommate who you drink beers with, yet still goes into amazingly tidy and meticulous detail on how to do things properly. I couldn't have asked for a better book.
If you're like me and learning this for work, see if your boss will even buy it for the office. Mine did!

I hope you enjoyed my review. I've gone from knowing NOTHING about Perl to writing some pretty robust scripts in a matter of a few short weeks and I truly LOVE writing stuff in Perl because it is very easy once you get the idea of how the syntax is written in your brain. Anyways, I felt I had to share my experience with you so you can do the same. Enjoy.

PS: There is a correction I've found since there have been a few newer releases than the Perl 5 explained in this book. (As I write this, I'm using Perl 5.8.8).

pg. 513: At the very bottom should tell you that the period character "." will display the current position of the debugger.

pg. 514: The w command no longer lists a window of lines around your position. It is now the "v" as in [v]iew.

Good Primer for Perl
Review DateF2007-11-05  RatingF
I program in C# almost exclusively. However, I needed some serious regex power and this kind of power can only be handled/performed with Perl.

Well, I have been learning Perl now for about 2 months and this book is uber invaluable to my book collection and has made it very easy to pick the syntax up quickly.

-- smerkdaddy

The Definitive Guide for PERL!!!
Review DateF2007-10-05  RatingF
I would not recommend this book upfront if you don't know any Perl. Read up Beginning Perl by Simon Cozens and feel around a bit. Then pick this book up and put in the effort and you WILL appreciate the power, truth and beauty about PERL.

It is not a light read... certainly wasn't for me. But at the end of it, the effort was so worth it. The book will give you several Aha moments and by the end of it, thou shalt be rewarded!!




InDesign CS3 One on One


TitleInDesign CS3 One on One
AuthorDeke McClelland
PublisherO'Reilly Media, Inc.
Price$5499
AvailableUsually ships in 24 hours
Description
Click here for the complete DVD content that accompanies this title.

Nothing speeds up learning like personal training from a skilled tutor. With Adobe InDesign CS3 One-on-One, you get the equivalent of private lessons with author Deke McClelland, a world-renowned expert on digital graphics and design. Deke offers you DVD video with more than two hours of professional instruction and advice to accompany the book's easy-to-follow text. The book itself includes 600 full-color images, diagrams, and screenshots to illustrate every key step.

This highly popularly learning approach is quite simple: "read the book, watch the video, do the exercise". Each chapter has corresponding video lesson that demonstrates the techniques covered. The combination of text and video instruction is uniquely effective. You proceed at your own pace and work on relevant, real-world projects as you master fundamental and advanced concepts, theories, techniques, and best practices for making the most of InDesign.

This comprehensive multimedia training solution teaches you how to:
  • Create professional-looking documents with InDesign's powerful text and graphic tools
  • Import text from a word processor, move and scale existing text frames, and check spelling
  • Use the line, pen, and geometric shape tools to draw complex graphic objects
  • Apply fill and stroke, specify process and spot colors, and design custom rules
  • Use Adobe Bridge to organize and manage your digital assets
  • Import and modify layered artwork from Photoshop and Illustrator
  • Create inline graphics and anchored objects that move automatically with your text from one page to the next
  • Create, edit, and link paragraph styles, complete with nested character styles
  • Apply a sequence of style sheets to format an entire document in one operation
  • Build object styles with embedded paragraph styles in order to format entire frames at a time
  • Use master pages to automate repeating page features
  • Automatically generate a table of contents
  • Compose a fully interactive document -- with bookmarks, hyperlinks, buttons, sounds, and movies -- and export your creation to a PDF file that can be played on most computers
Adobe InDesign CS3 One-on-One puts you on the fast track to becoming a real InDesign expert. Once you're finished, you'll use InDesign smarter, faster, more creatively, and more efficiently than you thought possible.

a very helpful tool
Review DateF2008-10-12  RatingF
a very helpful tool for the novice. Index helps located area that is creating a logjam when your are trying to complete a piece. Essential for anyone not enrolled in classes.

A Working Book
Review DateF2008-10-03  RatingF
This is the sort of book that you hold with one hand while running the program with the other. Well written (utilizing the CS3 software!)and entertaining, the book is laid out in an easy to understand format and the included CD makes learning clear, easy - and fun. This is a great place to start if you're new to CS3 - and there's enough depth that people familiar with the software can learn quite a bit as well!

good
Review DateF2008-09-24  RatingF
Good book, but i was disappointed that the text depends upon the cd. If you are looking for a book to look up tools and how-to's, this may not be the book for you.

One-On-One Really is
Review DateF2008-09-13  RatingF

While there are a number of quality tutorials (both written and video), Deke McClellen's teaching skills make this book a cut better than average. Chapters are organized logically with enough info to grow the novice and challenge the intermediate user. I especially appreciate McClellen's videos. They are neither too slow nor too fast and assume the viewer is starting from scratch. The book itself also serves as an excellent template or model for someone venturing into book publishing.

A-Ha!
Review DateF2008-09-05  RatingF
I've been fumbling my way through InDesign for work for a while but got so frustrated that I decided I needed some help. I've started going through this book, chapter by chapter and have had so many, "A-Ha! That's how you do that!" moments. It's been very helpful and I've only had a little bit of trouble following along but that's bound to happen when you're trying to teach yourself.




C# 3.0 in a Nutshell: A Desktop Quick Reference (In a Nutshell (O'Reilly))


TitleC# 3.0 in a Nutshell: A Desktop Quick Reference (In a Nutshell (O'Reilly))
AuthorJoseph Albahari,Ben Albahari
PublisherO'Reilly Media, Inc.
Price$4999
AvailableUsually ships in 24 hours
Description
This is a concise yet thorough reference to C# 3.0 programming as implemented in Microsoft's Visual Studio 2008. C# 3.0 in a Nutshell gets right to the point, covering the essentials of language syntax and usage as well as the parts of the .NET base class libraries you need to build working applications. But unlike earlier editions, this book is now organized entirely around concepts and use cases, providing greater depth and readability. C# 3.0 introduces the most significant enhancements yet to the programming language, and C# 3.0 in a Nutshell delves deep into the subject while assuming minimal prior knowledge of C#-making it accessible to anyone with a reasonable background in programming. In addition to the language, the book covers the .NET CLR and the core Framework assemblies, along with the unified querying syntax called Language Integrated Query (LINQ), which bridges the traditional divide between programs and their data sources. Free of clutter and long introductions, this book provides a map of C# 3.0 knowledge in a succinct and unified style: Opening chapters concentrate purely on C#, starting with the basics of syntax, types and variables, and finishing with advanced topics such as unsafe code and preprocessor directives Later chapters cover the core .NET 3.5 Framework, including such topics as LINQ, XML, collections, I/O and networking, memory management, reflection, attributes, security, threading, application domains and native interoperability Designed as a handbook for daily use, C# 3.0 in a Nutshell is an ideal companion to any of the vast array of books that focus on an applied technology such as WPF, ASP.NET, or WCF. The areas of the language and .NET Frameworkthat such books omit, this one covers in detail.

More Than a Reference!
Review DateF2008-11-08  RatingF
I have been building software professionally for about 20 years, and in that time have read a lot of books. While generally impressed with the O'Reilly series, this book exceeded my expectations.

I think C# 3.0 in a Nutshell is clear, very well written, concise (even at 700+ pages), thorough and practical. While not for the first-time programmer, this book is an excellent reference, guide and teacher for those familiar with .NET and C# concepts, and who wants to review the basics as well as learn about the new .NET 3.5 constructs, e.g., LINQ.

Of course, other books specifically dedicated to a given topic will go into more depth, but this is a great place to get a fairly deep overview accompanied by cogent explanations and examples.


This is a must-have on every .NET programmer's bookshelf.


Very good, from a non-programmer
Review DateF2008-11-01  RatingF
This book seems like a great reference so far. I had been hoping to learn C# with this book, but it's not really a learning book. it's definitely first and foremost a reference. Most of the wording is quite dense. I found myself reading the first few pages several times because they were so packed with information as they tried to explain the entire layout of C#. Later in the book I could pick out useful information with a fast read.

I was annoyed that it advertises a free online edition, because that is not true. The online edition is free for only a short time, and after that the subscription is very expensive. It would be nice if there were a place online where you could download examples or notes. It's nice to have an online and print copy of the same book just for text searching.

Great C# reference
Review DateF2008-10-27  RatingF
This is one of the few programming books I bought I actually keep nearby. Great reference for everyday C# coding needs - better organized and more clear than MSDN.

On my desk
Review DateF2008-09-25  RatingF
This book is a huge step up from the first edition. It's totally rewritten. I bought it a couple of weeks ago and now it's between the keyboard and the screen. I am continually referring to it.
The chapters on assemblies and reflection are worth the price of the book alone.
I could not ask for more.


Excellent Reference on C#, .NET, and LINQ
Review DateF2008-09-04  RatingF
This is an excellent reference on C#, the .NET framework, and LINQ. It's not just a rewrite of MSDN, but gives some great insight into how to use the core pieces of the .NET framework for practical applications.

The chapters on LINQ alone are worth the cost of the book. The authors dive deep into LINQ and really give you a good understanding of how it works.

I also like how the authors stay focused on the core pieces of .NET, and don't stray too deep into things like WCF and WPF. There are plenty of good books for that.

I highly recommend this for anyone desiring to learn more about C#, the .NET framework, and LINQ.




FileMaker Pro 9: The Missing Manual


TitleFileMaker Pro 9: The Missing Manual
AuthorGeoff Coffey,Susan Prosser
PublisherO'Reilly Media
Price$3499
AvailableUsually ships in 24 hours
Description
FileMaker Pro 9: The Missing Manual is the clear, thorough and accessible guide to the latest version of this popular desktop database program. FileMaker Pro lets you do almost anything with the information you give it. You can print corporate reports, plan your retirement, or run a small country -- if you know what you're doing. This book helps non-technical folks like you get in, get your database built, and get the results you need. Pronto. The new edition gives novices and experienced users the scoop on versions 8.5 and 9. It offers complete coverage of timesaving new features such as the Quick Start screen that lets you open or a create a database in a snap, the handy "save to" buttons for making Excel documents or PDFs, the multiple level Undo and Redo commands let you step backwards through your typing tasks, and much more. With FileMaker Pro 9: The Missing Manual, you can: Get your first database running in minutes and perform basic tasks right away. Catalog people, processes and things with streamlined data entry and sorting tools. Learn to use layout tools to organize the appearance of your database. Use your data to generate reports, correspondence and other documents with ease. Create, connect, and manage multiple tables and set up complex relationships that show you just the data you need. Crunch numbers, search text, or pin down dates and times with dozens of built-in formulas. Automate repetitive tasks with FileMaker Pro 9's easy-to-learn scripting language. Protect your database with passwords and set up privileges to determine what others can do once they gain entry. Outfit your database for the Web and import and export data to other formats. Each chapter in the bookcontains "living examples" -- downloadable tutorials that help you learn how to build a database by actually doing it. You also get plenty of sound, objective advice that lets you know which features are really useful, and which ones you'll barely touch. To make the most of FileMaker Pro 9, you need the book that should have been in the box.

Only FileMaker Tutorial You Need
Review DateF2008-11-01  RatingF
Cover to cover, info is completely relevant and exactly what you were hoping to learn.

If you still don't have a clue how to function using FileMaker after reading this book, I'd find a new hobby if I were you.

Best Filemaker Pro Book Around!!!
Review DateF2008-08-28  RatingF
On my journey to create a relational database I realized the need for a teacher, a resource, and some inspiration. This book is awesome and provided all I needed. My Filemaker knowledge is growing every hour as a result of this book. In addition, my database is becoming more user-friendly, secure, and downright logical.

Thank you, Filemaker Pro 9 Missing Manual, for being there for me in the summer of 2008.

Excellent reference
Review DateF2008-08-27  RatingF
This book does a good job of explaining the features of the product. It's clear and easy to use. Well recommended.

Excellent introduction to the Filemaker Software!
Review DateF2008-06-03  RatingF
FileMaker Pro 9 is one of the most intuitive and user-friendly database programs available. But, as with all database programs, it is capable of so much that it is practically impossible for the typical user to deduce all of its functionality simply by searching the program's multiple menus.

Enter FileMaker Pro 9: The Missing Manual - another edition of the Missing Manual series designed to enlighten non-technical persons on highly technical subjects.

The main selling point of the series is that it is very simple to read. O'Reilly's writers are also extremely knowledgeable in the subject area. Geoff Coffey, has been a FileMaker Pro trainer and consultant for over 10 years. Susan Prosser is also a FileMaker consultant, as well as a database program creator. Along with the Missing Manual creative team, these authors impart their wealth of knowledge in a way that anyone could understand. And since they aren't part of FileMaker, Inc., they aren't afraid to point out any of the software's problems.

When comparing FileMaker Pro 9: The Missing Manual to the user's guide supplied in the software's box, several differences are notable. The biggest is size: the Missing Manual is wider, taller, and much thicker. So if you just need a quick introduction to the program, this book might not be what you need. Learning a program as extensive as FileMaker Pro takes time, and delving through the Missing Manual is going to take a lot of it. But if you want to get the most out of FileMaker Pro, then the user's guide just isn't enough. The Missing Manual also notably uses less complicated language, has more example images, and presents a intuitive flow of information than the user's guide.

One of the biggest benefits of FileMaker Pro 9: The Missing Manual is the online support. Armed with just the software and user's guide, you have to learn from scratch. The Missing Manual, on the other hand, offers several pre-built databases that it guides you through. This not only gives you an example to work with while learning, but also shows you various ways that your final databases could be built and organized.

The indexing is also much more detailed in the Missing Manual. So if you ever forget how to work a specific function of the program, the answer is a quick look-up away, though there are several instances in which the index reference the wrong section of the book (but the right page number). This is probably due to a late chapter reorganization before publishing.

While the current Missing Manual is well supported with examples, it does not, as yet, support any new software updates being offered by FileMaker, Inc.. In other words, the book is written for the FileMaker Pro 9 program right out of the box. If the company puts out any updates that alter the software, then you need to do your own research to figure out the changes. Also, when FileMaker Pro 10 becomes available, there is no smaller Missing Manual explaining just those changes - you'll need to pick up a new edition. So if you're not new to the FileMaker Pro software, these manuals might be more than you need.

I found FileMaker Pro 9: The Missing Manual to be perfect for someone just starting to work with database programs. It's step-by-step process will have you building your first personal or professional database in no time!

Filemaker Pro 9 the missing manual
Review DateF2008-03-03  RatingF
This is a thorough review of how to set up various database features of the Filemaker system. Like many such manuals I have had in the past, I found myself reading and re-reading instructions feeling there must be clearer, better ways to instruct someone on the various procedures of this fine database software. Nevertheless this reader got over some difficult spots in setting up his database and gives the book a positive review...




links

Computer Books top page
excel excel function excel vba word microsoft access database JAVA C COBOL Visual Basic Delphi Ruby Lisp perl Eclipse Ant EJB design pattern object oriented homepage blog affiliate html TCP/IP Apache Tomcat flash javascript CGI XML Ethernet LAN WAN network router switch network Oracle SQL Server DB2 dBase PostgreSQL MySQL FileMaker Windows OS OS Windows2000 OS WindowsXP OS Linux Unix MacOS FreeBSD TRON artificial intelligence cipher robot computer photoshop Illustrator LiveMotion Dreamweaver Fireworks web design pdf postscript MOUS



PR(Japanese site)

Excel