VRML Books
Related Subjects: Tools French Events
More Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32

Used price: $0.01

Great for newbiesReview Date: 2004-02-21
I'm On My WayReview Date: 2001-11-20
Now I'm hoping the knowledge I've found in this book will help me
GET a job.
It's a good way to help an HTML designer make the transition to XHTML, but a good XML reference may be in order!
You do need some knowledge of HTML(at least know how to do a CSS!)
Ashmith.com Web Designer ReviewReview Date: 2003-05-28
Is it an intro, migration guide or reference?Review Date: 2002-09-05
The authors of XHTML have chosen to answer in a variety of ways. This book takes several approaches to explaining XHTML. They range from a high-level view of "Where did XHTML come from?" to an attribute-by-attribute listing of valid XHTML syntax to an in-depth look at Cascading Style Sheets (CSS). There are also several chapters of "What's next?" topics, each touching on an aspect of internet development (multimedia, forms, graphics, and scripts).
So what is XHTML? It is the Extensible Hypertext Markup Language. It's brings order to chaotic world of HTML by forcing adherence to XML standards. It promises to separate presentation from information (data). It can force a web page to act like data, with the benefit that anything that can access data can use your web page (like text-to-speech devices, mobile devices, and more). It's a W3C standard that has progressed beyond the 1.0 specification referred to in this book (and this book was published in 2001!).
This book could have easily been called XHTML and CSS - because they devote many pages to the key role that CSS will play in the deployment of XHTML. CSS is the way that the presentation elements are extracted from the HTML document - leaving only the data behind.
The book mostly succeeds in bringing XHTML to a wide audience. It tries to be an introduction, migration guide, and language reference. I recommend it to anyone interested in taking their internet development to the next level.
Non-reference DownfallReview Date: 2001-03-09
The author's expertise provides one with an excellent historical section, but I personally found it to be more on the side of information overload.
XML related subjects are mentioned, but only seasoned HTML'ers will be able to comprehend the explanations, which I found too brief to really be enriching.
For those with some HTML experience there are better books out there and one should continue their search for another XHTML book. Beginners will be will served with this book.

Used price: $4.96

Best Book Ever if you want to truly learn XSLT and XPATHReview Date: 2007-01-19
Examples are laden with errorsReview Date: 2003-08-10
1.1 (string not quoted)
1.2 (only 1 top-level element allowed).
2.1 (invalid character)
2.4 (cannot locate resource)
2.5 (template.xml undeclared namespace)
2.7 (cannot locate resource)
3.2 (output.xml invalid at the top level)
3.3 ditto
3.4 worked -- hey, a working example!
3.5 (output.xml invalid at the top level)
3.6 misplaced period
3.7 invalid at top level
3.8 only 1 top level element allowed
3.9 invalid at the top level...
The rest of the chapter examples are similar to this one.
Without good examples, a programming book is almost worthless.
Excellent XSLT reference!Review Date: 2005-04-21
I use this book as a reference book, not a how-to. This book is great for things like "what is the function that does 'x' and what are its arguments?" It probably helps that I know XML pretty deeply, so I don't typically look at the examples. Of course, that might be because the docs on the functions in the book are so good that I find I don't need to look at the examples.
XSLT hasn't changed much since this book was published. If you deal with XSLT, and, by extension, XPATH, get this book for reference.
Not too many good examples, but a decent referenceReview Date: 2002-10-25
Poor Editing, Poor ExamplesReview Date: 2003-11-16
In some sections, the same paragraph is repeated verbatim 2 or even 3 times. Often in the chapter overview, and then on the next page in the first chapter section.
Possibly the book appeals to other learning styles better, but I've found it a tough slog. In fairness though, XSLT is a strange and difficult beast- I may be transferring some of my frustration on to the messenger!
However, in general, I find the examples are too repetive, causing them to blur together. And you find myself flipping back as many as 6 pages at times to find the xml code the description is talking about.
And there is a lack of technical illustrations to help with more difficult topics.
I would have appreciate larger examples from different domains to specific goals. The problem with a lot of the examples is the purposelessness of the examples.
XML in a Nutshell, and Michael Kay's XLST reference have provided me much more joy.
My last word of advice- follow the examples live. XSLT and XPath need practice, and lots of it.

Used price: $62.70

Java for RPG Programmers 2nd edition in perfect conditionReview Date: 2007-11-13
Good Start for the RPG ProgrammerReview Date: 2000-12-02
If you are an RPG programmer (I'm from the ILE RPG IV side) and want to begin learning JAVA, this is the book to start with. It does a good job contrasting RPG with JAVA to as to give a decent reference point. No other book does that and I found it to be most helpful. When I finished the book, I felt a lot better about the language but I need to go further with something else (Ivor Horton's book is probably going to be the something else).
I thought the chapter on the Java Onion was really well done and very informative. The chapter on Threads was completly over my head. I'll return to that topic at some future point. The OO chapter was good but I found Jennifer Hamilton's Object Orientation for the AS/400 Programmer does a better job explaining these concepts. Over all these guys did a real fine job.
By the way, I had the privelege of attending their Java seminar at the Fall Common conference in Baltimore and they really made the seminar enjoyable. You should catch one of there presentations some time. They're a good team and keep your attention. They do a good job.
The one beef I have is they left me hanging on page 418 with the MsgBox class. They say it would be simple to add the line of code to your program to use the class. Maybe I'm being stupid, but it wasn't simple for me. They should have at least shown you how to use it because I still haven't figured it out. Phil or George, are you reading this? Maybe someone can e-mail be and let me know. Aside from that irritation, I really liked the book and would recommmend it to any RPG programmer looking to start learning JAVA. A word of caution, it's not the end all. It's a start but you will defintely need to move to something meatier as a next step.
Explains Java in english but lacks needed self-excercisesReview Date: 2000-08-09
What this book does lack however are self-excercises. It's merely a good reference book to learning the basics of Java. The authors do a good job of explaining the necessary components. This book also lacks a lot of 'interactive programming' samples other books offer. There were hardly any 'GUI' programming to practice on your home PC...mostly command line tests they show you. It's not a bad book overall.
very different from RPGReview Date: 2007-04-30
There are many neat features about java that you should note. Like the higher level data structures, Vector, HashSet, Hashtable etc. These have been thoroughly debugged, and can save you much time recoding. Another difference is a full widget system. RPG came of age when graphics meant character oriented tables. Speaking of characters, java comes with internationalisation. Whereas RPG shows its heritage from an ascii background.
Unsurprisingly, the book has an extensive section on connecting java to a database. Some readers will perk up at this. You can closely compare functionality with RPG. Here, the latter is probably still stronger. But the java designers at Sun have done a competent job with JDBC.
Should be called RPG for the Java ProgrammerReview Date: 2003-11-18
My impression is that RPG IV should have been called RPG-C. That would have been closer to what it seems it was intended for, RPG to attract C programmers. I think that if one had their applications designed and written in ILE RPG with service programs and proceedures, etc. then this book would be helpful in learning the java language.
If your programs are designed around RPG III, converted or not to RPG IV, plan on having to learn two languages as you attempt to understand Java.

Used price: $0.44

Not a very useful bookReview Date: 2004-05-14
Very informative and easy to understand.Review Date: 1998-11-02
A broad yet in depth view of VRML2Review Date: 1998-11-01
Not for programmers.Review Date: 2000-06-15
We use it as a daily referenceReview Date: 1998-10-30

Used price: $2.92

Great once you know the basicsReview Date: 2004-05-10
great textbook but needs to professional editingReview Date: 2004-04-18
Very good book for CSS BeginnersReview Date: 2004-02-26
The book is well structured and includes hints, tips and other similar helpful stuff along the way.
Of course reading a book does not really make you a master unless you think and work hard yourself as well. So if you know HTML then this shud be your next step.
Earnest & Thoughtful, but Repitious and Full of TyposReview Date: 2004-03-31
Frustrating!Review Date: 2004-07-16
Do you want to know how frustrating it is to try and re-create a page using the code given to you in a book, have the page come out looking nothing like the example in said book, then finding out the reason for the discrepency is because the author actually coded their example differently? Well there's plenty of opportunities in this book!
I now have to learn inline CSS which I believe might have been covered to some extent in this book. I can't remember. That's how badly I want to forget this book! I'm sticking with CSS for Dummies!

Used price: $0.89

Not a tutorial, but a great reference.Review Date: 2002-03-29
This book has it all, except solid examples that tie it all together. I now understand how vast and capable XML is, but I haven't gained an ability to put it to any real practical use.
Items I don't agree with:
1. The book is not 500 pages ...Page 223 marks the start of Appendix A, the XML 1.0 specification. The index ends on page 345. 122 pages of reference (over 33%).
2. The book's cover states I will learn to build web applications fast. Huh? There are no sample applications, only examples of how to use the syntax being discussed.
3. The cover states that I will learn by doing, as I work on a fictional e-commerce site. Huh? There are no exercises, and there is no e-commerce site being built.
4. The cover refers to real-scenarios. Again, where are they?
5. A chapter titled, "Common Examples of XML", was really an introduction to SMIL, SVG, and WDDX. Good stuff, but not what I was expecting.
This book needs a companion to deliver all that's been promised. I still don't have a clear picture of the XML DOM, the difference between a node and an element, nor do I have an idea of where I should be using XML (instead of (or with) the technologies I'm already familiar with (i.e. ASP, ADO, and JavaScript)).
Considering how the other reviews have labeled this book #1, is there any hope? Can anyone recommend a book that's better at painting the big picture?
Try something else, this dog won't hunt.Review Date: 2003-10-09
Very good bookReview Date: 2002-05-01
Best I have read so far...Review Date: 2002-02-07
Starts strong, then fades into incomprehensionReview Date: 2003-06-18
The first part is the best intro to XML that I've read, but it's just an intro.

Used price: $49.50

Excellent Book for Beginnng Web Design CourseReview Date: 2008-07-26
Don't Waste Your Time!!Review Date: 2008-06-18
This book is a complete waste of time and it will sap your joy. You will learn far more with almost any other book. It is poorly written, the editing is non-existent, the educational constructs are poorly formed, the B.S. content is over the top, and the typos are serious enough to sabotage your web pages. In fact, the educational tone seems designed to sabotage your understanding of what you already know. Most of the details in the book are common sense and yet presented as ultra-orthodox truths from antiquity, as when the author refers to 10 years ago as "the last century."
LACK OF INFORMATION
The presentation of information is difficult to follow because the pages are clouded with stylistic jargon ripped-off from other publishing companies which have maintained a fine reputation for educational success because they know how to educate. To see successful authoring, go to any book store and see how many books there are in the following series: DUMMIES, IDIOTS, VISUAL, MADE SIMPLE, VISUAL QUICKSTART, or MICROSOFT PRESS. These series are designed to educate, empower, and inform. This book is designed to obfuscate.
STYLE OVER SUBSTANCE
For instance, take a look at the cover of this text book (as posted here on Amazon) and you will see a paint roller. This is the author's special icon to let you know you are still reading the same book. Section after section you see a paint roller, to open a section and to close a section. Apparently Web Design is colorful. Other icons, such as FAQ's are just "cute" but useless, because they are not FAQ's but just page decorations. Font decoration is random, extra spacing is random, and highlighting is random.
SUGGESTIONS
What the book needs is a table of contents that is useful, and a glossary so the book can be used as you read it. The index is skimpy (the most important part of the book) and each preview section and review section is non-usable. If you read as much as I do, I know that you have a method for learning, and for most people that method involves: Preview, Skim, Read, Review, and then use the book as a reference. This book does not have previews (more like hopeful affirmations) does not have reviews (except to tell you you're done with the chapter, ABSOLUTELY DOES NOT encourage skimming (the pages are meaningless jumbles of jargon) and the reading sections, when available, are short, and punctuated by meaningless faux-FAQs, comprehension-testers, points to ponder, and other monotony breakers, instead of real information. There is no way to review later because the book withheld active, authentic learning in the first place. You cannot even save this book as a reference because the tables are incomplete and incoherent, and the appendixes are poorly organized.
SUCCESSFUL OPTIONS
If you are required to use this book as a text-book for a class, just drop the class. You are smarter than that. Google the words "web design" and you will get all of this information for free! You don't need THIS book, just get a good book. The problem is, if your instructor requires THIS book then you will spend all of your time doing examples and not learning XHTML and CSS.
YOU CAN DO IT!
If you don't have other time-demands in your life then this book can walk you step-by-step through some ideas about web programming, but it will treat you like a Junior High School student. If you ARE a Junior High School student then you are WAY TOO SMART for this book. This is a text-book written for Junior College students who want to get a job, and their school is designed to make it hard to graduate. This book will not prepare them for a job. It only weeds out the students who don't have the guts to finish the course. If you want to be weeded out you won't make it as a programmer. If you want to be a programmer you won't put up with this book. If you really want to learn for fun, then get one of the other books listed above. Don't even buy this one for $.01 plus shipping. There's nothing in it worth looking at.
EDUCATION
My Bio and Bias: I am a doctor who teaches medical school, I have been programming computers for over 35 years, I am a life-long learner, I am a professional teacher, and my students would not put up with this book, nor would they put up with me if I required this book. My students, my peers, my friends, and most importantly, you...do not deserve this kind of condescension.
Integrates XHTML and CSS! Review Date: 2008-07-19
If It's not O'Reilly, It's Crrrrrrraaaaallllp!Review Date: 2008-07-13
GREAT Book For Beginning Web DesignersReview Date: 2008-07-22

Used price: $3.76

A lot of fluff, not much substanceReview Date: 2003-12-01
Distributed Data: Past, Present and FutureReview Date: 2002-09-20
The best thing about this book is that it shows how XML and Web Services overcome many of the problems that plagued RPCs, DCOM, CORBA and RMI in a way understandable by anyone.
This book is a quick read, in the concise, bulleted, margin-annotated style of Object-oriented Technology: A Manager's Guide. There are lots of really excellent visuals. This book will not help you actually write code or implement Web Services -- it is good for a semi-technical reader, or a technical reader who wants a better grasp of the big picture. Highly recommended.
Picture PerfectReview Date: 2002-10-24
Lot of information yet concise presentation accomplished with self explanatory pictures depicting various XML technologies.
Not for technical people, but for bla bla bla bosses.Review Date: 2002-09-08
This book doesn't give the technical details I wanted.
If you are one of those bosses who doesn't get into details and just want to know the jargon so you can look technical when you are in meetings with more incompetent people, this is your book.
Excellent reading, straight-forward, great visualsReview Date: 2002-05-30


Good for beginners and advancedReview Date: 2002-03-02
I learned the basics of XHTML very quickly. Now, I am experienced web page builder and don't write codes anymore (I use web page building Applications), but believe me, I open that book almost everyday to refresh my memory.
Good for beginners and advancedReview Date: 2002-03-02
I learned the basics of XHTML very quickly. Now, I am experienced web page builder and don't write codes anymore (I use web page building Applications), but believe me, I open that book almost everyday to refresh my memory.
Bloated and ConfusingReview Date: 2001-08-23
Not a good book for cross-browser code.Review Date: 2001-11-26
On the down side, why would anyone write an XHTML book w/ out concentration on cross-browser functionality? Many of the examples were solutions for just IE or for just Netscape. The whole point of validated XHTML is to reach the widest possible audience which means coding to a defined standard; browser specific code is mostly pointless. Also, as someone mentioned, the use of deprecated tags in examples caused me to be wary of the code throughout the whole book. Finally, why wait till page 503 to cover CSS? That should have been demonstrated early on to discourage the use of inline formatting within pages. And the CSS coverage, a chapter crucial to web development (ie, separation of data and presentation), was weak.
I guess for someone starting out it's ok to use this as a guide. But I urge anyone reading this book to avoid the use of deprecated tags or your web pages will render different ways in difft browsers.
Excellent for Beginners/Great for ExperiencedReview Date: 2001-06-16

Used price: $0.58

Highly readable with an effective presentationReview Date: 2006-09-01
It was a good fit for me. The writing is concise, thoughtful, and light-hearted with an under-stated humor that makes you think how nice it would be to sit down and have a chat with the author.
The order of the presentation is very logical, and the integrated teaching of a little XHTML with the CSS to go along with it in every chapter was exactly what I wanted. I had a sense of orderly, steady progress while reading along and doing the exercises, moving from one "baby step" (my word choice) to the next.
What this book teaches, you will learn well. It gives as much depth and coverage of HTML and CSS as I think a single-volume primer should: not too little and not too much. I don't feel intimidated now at all, to pick up Eric Meyer's CSS books or to read through the HTML of popular web pages, to see how they tick.
Sure, there are errata--those are corrected on the author's website. I also wasn't thrilled with Sybex's typesetting and choice of inserts at the front of the book. There are quibbles to be found once or twice in every chapter, but overall this book seems to be a product of experience and careful attention to the presentation.
This book isn't as flashy as some, but it's solid, acceptably up-to-date, and worthy of your time. I recommend it especially for beginners who tend to procrastinate when seeing large tomes and who want to start small but have big ambitions... like me!
A frustrating learning experienceReview Date: 2005-07-18
For example, in chapter 7, learning how to make links, I couldn't get the links from the "blue" page to link to the "yellow" and "green" pages. I followed her instructions to the letter, reading the same paragraphs over and over. Then, after a frustrating hour, I tried experimenting with other things. Turns out, I needed a "./" before the path to the linked file. The book said to use "../" . One "dot" off, and it nearly drove me crazy! Now, this solution isn't consistent with the code for links on the "index.html" page, and they "should" be the same, but they aren't, and I'm more confused than ever.
If this was the only error, I'd not complain, but the book is simply riddled with sloppiness in the details. The book contains a CD for the reader to use to duplicate the exercises in the book. In chapters 4 and 5, the book uses a page about a bridge to teach formatting, inserting images, etc. The book shows page screenshots where the filler text is in English. The pages from the CD sometimes show the filler text in Latin. The author tells the reader where to insert a bit of code in the English text, but the reader working with the page from the CD is left to figure out where in the Latin text is the same place to insert the code. These are just two errors, and there are so many more.
The book uses small fonts and has a lack of whitespace. There are a lot of tips and notes that, while useful to know, interrupt the instructions and break my train of thought. The screenshots are not aligned well with the text. It would have been helpful to actually have arrows pointing to the parts of the screenshot that the code pertains to, but that's not possible because the screenshots on the pages often pertain to text on other pages.
I recently saw "More Eric Meyers on CSS" and was struck by its' beautiful user-friendly layout. It makes learning almost effortless. It made me regret my purchase of this book.
Well writtenReview Date: 2005-12-14
I definitely recommend this book strongly.
A guidebook for the new millenium!Review Date: 2005-05-31
Good book, but has lots of gramatical errorsReview Date: 2005-02-17
Related Subjects: Tools French Events
More Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
Novices will do great with this approach, but experienced web developers already knowledgeable with XML technologies may find the coverage of XSLT, CSS, etc. redundant with their other readings and/or life experiences. I've been in web dev for 6 years, so I was able to stop reading after Chapter 5. Perhaps this book may be construed as too shallow for the experienced developer. Or, perhaps there really isn't much more to say about XHTML to justify a thicker book. I won't know personally until I read at least one other book on the subject.
If you are new to XHTML -- as well as XML technology in general -- this book is great way to learn about the related technologies quickly.