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

Used price: $19.99

good book for beginnersReview Date: 2006-07-19
Great BookReview Date: 2006-07-13
=============================================
I would recommed this book to anyone who wants a great resource for Oracle HTMLDB.
Could have been much more useful Review Date: 2006-05-31
For example, there is a long description of the SQL Workshop. In my opinion, anyone who knows enough about constraints, triggers, defaults, nulls (:)) to make sensible use of this facility will be able to work out the workshop without much trouble.
In one place the authors point to useful information on the web, mainly the oracle "htmldb" home page, saying that there is no need to repeat the details in the book. On the other hand, the appendices (and other places) contain details which are readily available in manuals. I would have documented the former and referred readers to the latter.
Steps are listed in detail to perform many, often basic, functions. "and follow the prompts" would have been more than sufficient in many/most places and would have allowed the authors more space to actually get around to providing useful information. On the subject of useful information, in my opinion the manuals describe what can be done but useful information is what should be done. I purchased the book expecting the latter, that the authors would elaborate on lessons learned from experience (how-to information) so that readers would not have to go through the same pain to get workable applications most easily. But not so. The Tips and Techniques & Best Practices chapters are only 20 pages total; and are categorized as Advanced Topics. Neither is there any indication of things that logically htmldb could do for you but doesn't - such as (not) setting the max length of fields and incorporating column comments.
Want to know about checkboxes? Radio buttons? Well, don't expect to find index entries for these. Not what I would expect from a handbook.
There is detail on replacing XL and MSAccess with htmldb. Maybe this should have been left to a book on XE. In any case, I would assume that the push for this comes from the IT crowd, or some enlightened end user/developer, in order to get data under some corporate control. It is surprising therefore that there is no mention of data backups. Excel and access files are more than likely on network drives and so would be backed up periodically. Bundling multiple htmldb workspaces together might provide different challenges with respect to backup and recovery regimes.
I was not enlightened by the chapters in the Website and Application Examples section. Certainly not why I bought the book. Besides, harking back to the beginner and intermediate target audience, these examples are too complex in design. Furthermore, I half expected the source to be available so that the code could at least be examined in order to see how the design details were actually implemented. Perhaps this is more marketing than substance; though not as direct marketing as in the section on PL/SQL Error Handling.
OK, maybe I should admit that my negativity may have something to do with the fact that I am a DBA and have been using htmldb for almost a month. And that I expected the book to tell me what I now know about how to approach htmldb developments and to fill in the gaps where I am still grasping for elegant/generic solutions. It doesn't do either.
There are some good sections in the book. The sections on templates for example; though changing templates requires a reasonable knowledge of html and css (and javascript) and so is probably more an advanced topic.
If you haven't started with htmldb, application express that is, then find a simple application and some time; install XE; create a schema owner; design the schema and include surrogate PKs populated by triggers as well as defaults, FKs etc; build the tables; create views for the LOVs you need and then create the LOVs; set PICK_DATE_FORMAT_MASK; setup UI Defaults; build an application using 1 level tabs and using "form on table with report" for all tables; well, you might want tabular forms for tables that resolve M-M relationships; read the Issue Tracking tutorial from the oracle website and try out on your new website anything that you find that looks appropriate, useful or interesting; research and fix anything else that needs fixing and add anything that needs adding; get some constructive feedback; determine what the design should have been; re-jig or re-start.
My ReviewReview Date: 2006-06-26
I asked the authors a question about one of the procedures and I received a response in less than 24 hours.
The book is well worth the money.
There goes the bandwagon....Review Date: 2006-04-07

Used price: $4.96

OkReview Date: 2006-03-24
BBB complaint going onReview Date: 2005-12-23
Great bookReview Date: 2007-03-22
Well, that's it.. sorry for my english.
Great for beginnersReview Date: 2006-03-21
For both beginners and expertsReview Date: 2006-06-28
It covers the essentials. It gives clear examples. It is organized in a logical order that works. It can be used by someone who has never tried to build a web page, and also has enough 'meat' so that those who have been building pages for years can find useful information and tips throughout.
I just wish I could find books on some of my other subjects that are as well written and organized as this.

Used price: $0.01

Great for newbiesReview Date: 2004-02-21
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.
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: $64.29

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: $1.06

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: $3.84

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

Used price: $19.95

okayReview Date: 2007-09-13
Good text, but code errorsReview Date: 2007-08-06
Many errors, need more solutions to exercisesReview Date: 2007-10-15
I used this text for a college Web design class. The lessons were easy to follow and laid out in a logical sequence. The case studies that are built upon as new material is learned are useful. I appreciate the attention paid to accessibility issues. I do have two major complaints though. First: There are far too many errors for a third edition, as noted by others. A great deal of study time is wasted before a student realizes that the text is wrong. Coding solutions provided by the publisher in the "Student Data Files" don't always validate, for example, and there are several mistakes not yet updated in the "erata" sections on the publisher's web site. Second: the extensive "Hands On Exercises" at the end of each chapter are less than helpful at the college level without at least some sample solutions. College instructors don't usually waste time on going over this type of material, so it's often a waste of time doing them. Suggestions for the publisher: Fewer "Hands On" exercises, more solutions and please fix all those text errors you've been hearing so much about!
Great book! Easy to read, lots of examplesReview Date: 2007-10-03
Great coverage of Web accessibiltiy & Web standards!Review Date: 2007-09-17
"The layout of Felke-Morris's text is excellent. I have always
disliked texts with crowded pages, distracting sidebars, and many colors. Felke-Morris' text focuses the student on salient content and uses color, text boxes, and the like to enhance and emphasize, rather than distract. Felke-Morris' hands-on exercises are something my current text does not even have. I really like these exercises because they give students a chance to learn and practice small chunks of material before applying the knowledge to a larger project."
"Great coverage of web accessibility standards! Glad to see a tutorial on File Management. Many students coming into this course struggle with those
concepts."
"Great inclusion of ethical issues and accessibility tips (these are areas that I do find myself supplementing with our current text)."
"Superior aspects of Felke-Morris include:
--Inclusion of web site pages and/or addresses that have been referred
to in the text as either examples of techniques, or places to find more information, or used as a part of the end-of-chapter section on Web Research. These are a real strong point of the text.
--Use of the same four example sites through the text as end-of-chapter Cases. As each chapter is completed, each site is enhanced using the current chapter's skills and concepts.
--The inclusion of Hands-On Practice and Web Research sections."
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