XML Books
Related Subjects: Tools Validation Style Sheets References and Standards Applications Linking Forms Addressing and Querying
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 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197

Used price: $40.50

Good book for Working with PHP and OracleReview Date: 2008-04-16
A great introduction to PHP and Oracle and how they play togetherReview Date: 2007-11-25
The first chapters highlight the capabilities and advantages of Oracle, cover the installation and connecting procedures, and present some of the alternatives to use Oracle with PHP: using the PHP OCI8 extension directly, and with some popular database abstraction libraries like PEAR::DB, ADOdb, or PDO. A capital sin is it never mentions PEAR::MDB2 ;-)
The central chapters are dedicated to data processing, transaction handling, OO programming, security and caching (also using PEAR::Cache_Lite).
The last chapters are dedicated to XML, XSLT, SOAP and AJAX, and are packed with examples which are more than enough to get you started with those features. All the code examples are laid in a plain and very easy to understand way, yet consistently suggesting some best practices from the very beginning.
The first merit of this book is it shows how you can process data with the DBMS and not just to treat the DBMS like a dumb storage system. For instance, there's a whole chapter explaining how to store, query and transform XML documents with PHP and with Oracle's internal XSLT functions, and there are many examples of STORED PROCEDUREs, TRIGGERs, transaction handling, etc.
A good part of the examples have a strong focus on security too. I found particularly interesting the explanation of alternative techniques to secure your tables, and to mask rows and columns for fine-grained access, using not only VIEWs, but also SPs, multiple schemas, PL/SQL packages, table functions and Virtual Private Database policies. On the PHP side, it goes all the way to create a custom PEAR::Auth container.
One of the most interesting paragraphs of the book describes the usage of Change Notification and notification handlers (a new feature of Oracle Database 10g Rel 2) for caching purposes.
While some of the described techniques aren't Oracle-specific and could be used with any other DBMS and it would have been nice to dive deeper into some other unique Oracle characteristics, that was probably out of scope for an introduction to PHP and Oracle, and it doesn't detract from the merits of this excellent book.
The writing style is clear, even if IMHO it could have been more concise sometimes. For instance, reading continue anticipations and wrap-ups that stress the same concept can get a bit annoying after a while: "In the next chapter we're going to see...", "This chapter covers...", "Now that you have an idea on how...", "In this chapter we've learnt how to...".
Anyway, I guess that it's in the spirit of the old adagio "repetita iuvant", and it may make sense in a technical book. My overall impression is very positive.
Clear and useful bookReview Date: 2007-10-19
Performance Optimization - views, stored subprograms, triggers, binding variables (Oracle);
caching mechanisms (PHP,Oracle) - intended to reduce amount of data transferred between database and web servers; AJAX - browser-side optimization,
Security - special database schemas coding/decoding algorithms usage(sha1, md5),
Virtual Private Database (VPD) - Oracle
Scalability/Complexity Control - object-oriented approach (PHP5 features, Oracle Object Types)
Unified Data - XML-processing data inside database/PHP server
using XML DB to implement web-service (SOAP, WSDL).
Many of these ideas are rather universal and can be applied to other database servers, web servers and script languages
I would like to emphasize that author is an expert in Oracle, he tries to move almost all business-logic to database server, use native Oracle features (some of them are implemented only in latest Oracle versions). There are also chapters devoted to general database principles (transaction features (ACID), views, stored subprograms, concurrency, views, triggers, stored subprograms) which can be very useful for novice developers.
Clear and conciseReview Date: 2007-10-02
The book starts off with notes on both PHP and Oracle and describes how to obtain them both and how to get everything up and running using the PHP OCI8 extensions from Oracle. Whilst Oracle is a market leader in the big database arena, many developers will be surprised to learn that the full and unrestricted product is freely downloadable for development purposes - you only need to buy a licence for a production system. Even then, a free cut down version is available if you don't need the full bells and whistles.
So, with everything up and running, the book launches in to the subject at hand. I was immedietely impressed with the author's clear and easily read prose. Every subject is presented with just the right balance of detail with lots of additional notes and background information to help fill in any gaps. The author's real world experience shines through with sections on locking issues and coding for reusability. The section on object-orienation was particularly welcome.
I also liked the fact that the book didn't just cover the core subject of using Oracle with PHP but also covered vital related material such as various security models and a sizeable section on caching techniques. The sections on XML, Web Services via SOAP and Ajax ensure all the current must-have skills are represented. Ajax was presented via an example application which featured all the aspects you'd need including both code and style sheets but I'd have liked a bit more general advice and description here.
The bulk of the book though is the coverage of the OCI8 extentions and here you can find out how to issue a wide variety of SQL statements including using stored procedures, making use of triggers and a good section on transaction handling that didn't just show how to use them but also had useful advice on structuring your code to make best use of them. I would have liked some notes on avoiding things like SQL Injection attacks but that apart, the security section had some interesting nuggets.
The section on object-orientation warrents close inspection if you want to really leverage the power of the tools available in this development environment. It didn't have much on the 'big picture' of how you'd structure applications this way but it does describe how it all works and how to extend existing objects as well as create your own.
I feel I can safely say that if you need to get to grips with PHP in an Oracle environment, you'll find everything you'll need here to get up and running very quickly. The pace, content and structure of the book are all excellent with my only reserve being the assumption that everything works as it is supposed to with not much in the way of troubleshooting advice. That apart, this is a fine book.

Used price: $10.93

Programming the Web Using XHTML and JavaScriptReview Date: 2007-09-16
Easy to read and understandReview Date: 2007-03-21
Nine StarsReview Date: 2003-04-28
Another book I'll be adding to my shelf.Review Date: 2003-01-18
I got this book for a class, but I'll be keeping it forever. Scary, eh?

Used price: $50.00

A welcome contribution to web authoringReview Date: 2008-02-18
This is the book for X3DReview Date: 2007-08-09
X3D De-mystifiedReview Date: 2007-07-04
3D Graphics for the PeopleReview Date: 2007-04-16
From an educator's perspective, this book is long overdue. Often texts in 3D graphics focus on learning applications such as Maya or 3DS Max. While these tools are powerful and widely used, they do not teach the basics of 3D Graphics. This book takes a tool-agnostic approach, and focuses on the fundamentals of the scene graph, rendering, lighting, spatialized sound, and interactivity.
This book is the culmination of many years of work in 3D graphics and reflects the expertise of the authors' many years in the 3D graphics industry as both educators and practitioners. It's an excellent resource for the classroom and beyond.

Used price: $1.99

ExcellentReview Date: 2003-06-26
This statement on the back cover sums it up: "The problem here is not really a lack of information (there are many books and online resources on xml out there). The problem is a lack of reliable advice on how to use these technologies correctly and efficiently."
I highly recommend it.
ExcellentReview Date: 2003-06-26
This statement on the back cover sums it up: "The problem here is not really a lack of information (there are many books and online resources on xml out there). The problem is a lack of reliable advice on how to use these technologies correctly and efficiently."
I highly recommend it.
ExcellentReview Date: 2003-06-26
This statement on the back cover sums it up: "The problem here is not really a lack of information (there are many books and online resources on xml out there). The problem is a lack of reliable advice on how to use these technologies correctly and efficiently."
Get it.
Good advice for experienced XML engineersReview Date: 2003-06-27
Chapter 1 (Architecture Strategies) gives basic information on where XML can fit into your solution, with a simple example. This was easy reading.
Chapter 2 (Basic Document Design) describes narrative vs. data-centric documents, storing text in XML elements vs. attributes, and data modeling pitfalls. There were good recommendations here.
Chapter 3 (XML Schema Design) provides good strategies on validation, schema flexibility and re-use, and namespace use. Also important is the section on Russian Doll Design, Salami Slice Design and the Venetian Blind Model; much of this info can be found on the Internet (e.g. at www.xfront.com) but this book does a good comparison and contrast. The information on constraints is basic, but ideas on representing null values are useful.
Chapter 4 (Parsing Strategies) covers DOM, SAX, and the little-used pull parsing, plus when and how to use each methodology.
Chapter 5 (XSLT Strategies) provides a lot of nuts-n-bolts details on different transformation topics.
Chapter 6 (XML Storage and Archiving) gives an overview of storing data as native XML, relational data, and hybrid approaches. Advantages and disadvantages for each are covered. Using a database (or not) in your product is a big decision, so this gives a good foundation for more research....
Chapter 7 (Presentation Strategies) gives general info on configurability, personalization, performance, use of rich media (video, audio, animation, etc.), cross-platform support, 3rd-part data and software, maintainability and extensibility. The topics vary too much to give more than a few pages to each subject.
Appendix A (Parser Performance) contains the details of testing on three Java-based parsers. For some reason, C++, .NET and Perl parsers were not included. As technologies evolve, the results of these tests are likely to become obsolete, though the methods may be useful to your own tests in the future.
In summary, none of the subjects are covered in great depth, though in many cases the coverage is adequate and the few details are very useful. With this book you'll get a good foundation for well-designed and implemented XML solutions.

Used price: $0.69

Solutions to some of the nonstandard problems you may faceReview Date: 2002-07-17
Some of the problems solved are:
* How to create a pop under window.
* How to use a table to create an image with rounded corners.
* How to create printable pages where the banner ads are absent.
* How to redirect the print of a page so that another is printed.
* How to prevent a page from being cached on the client machine.
* How to create an OnError error handling page.
In general, the statement of the problem and the solution take up less than three pages. With very little code to explain, the solutions are easy to understand. I have been teaching and programming in Javascript for over six years and yet I learned several things from the book. To sweeten the deal even further, all of the source code, graphics and other data used in the book are freely available from the companion web site ...
Depending on what you are creating, you may never have a use for the solutions in this book. However, if you are faced with one of these problems, then the solution is well in hand and you will be happy with the way it is constructed.
A wonderful book for allReview Date: 2003-03-14
Just as great as his other books!Review Date: 2003-02-23
Perfect for newbies and pros alike!

Used price: $33.00

Review from Web Tools Platform Past CommitterReview Date: 2008-04-08
Vijay Bhadriraju, IBM
Excellent: How books on programming should be writtenReview Date: 2008-03-31
This is an excellent book; I specially liked the iterative approach (for example, for presentation tier, iteration 1: HTML, iteration 2: add CSS, iteration 3: add Javascripts, iteration 4: XML and XSLT, iteration 5: DTD)authors have taken. I have used examples from this book, with Eclipse and NetBeans, of course for Eclipse user this book has added value, since it goes through configuration of Eclipse and recommended practices. Please ignore the gripe about errors in the code; there are two minor errors which are detailed in the errata on book's companion site, it doesn't take more than a minute to fix those two issues.
Authors discuss All three tiers in great detail. How about this, by page 85 you would be deploying a simple web service (and you would be amazed how simple it is).
Great book for getting up and running with WTPReview Date: 2007-11-18
This book was an invaluable addition to my collection, and is also a great reference now that I have mastered these concepts.

Used price: $0.45

I like the exercises very muchReview Date: 1999-07-24
He strikes the right balance.Review Date: 1999-07-24
Great topic coverage!Review Date: 1999-07-24

Used price: $26.75

The King of Mashup BooksReview Date: 2008-05-19
Excellent! Tour De Force of the subjectReview Date: 2008-04-11
This book is a tour de force of the subject of Mashups.
I was looking for a good book on this subject so that I could introduce it to students as part of an extra-curricular technology program in NYC and this book is perfect.
In a sentence, Mashups are created by taking data from one or more sources and making something new and useful from them.
In my opinion, the subject is very important because there is a vast amount of data that is available now. Today the challenge is not just finding data but putting to use. This book shows you how to do that.
The author's writing style is excellent, mixing theory and applications. The book is filled with hands on examples as well as references for research in each of the areas.
I believe that this book can be read by anyone interested in the subject, regardless of their technical background. For those that want to create Mashups without programming, this book shows you how. For those that want to delve into programming, everything that you need is covered including AJAX, PHP, various data formats and how to parse them, various Javascript libraries and more.
The book is laid out in four parts:
1. Remixing Information Without Programming
As the title suggests, the chapters in this section require no previous programming experience. The author walks through some specific examples, introduces terminology and analyzes how sites like Flickr and del.icio.us work so that you can get the most out of them. Tools such as Yahoo! Pipes (a browser-based visual application for Mashups and Remixing) are explored. Following along with the discussion the reader can put together a Mashup or Remix by simply understanding the concepts and using tools, but not having to delve into coding.
2. Remixing a Single Web Application Using Its API
For the person who wants to code, this part of the book jumps right in discussing the Flickr API, PHP usage, XML processing and more. From there the discussion moves to other APIs and using AJAX/Javascript widgets.
3. Making Mashups
This section starts by delving into the ProgrammableWeb website. Showing how to find what resources are available, studying existing Mashups via which APIs they use and how to go about creating new ones. From there XMLHttpRequest and Javascript libraries such as YUI are covered and a step-by-step example is given using the previously discussed techniques. Lastly, the author addresses issues around implementing Mashups on your site including standards, accessibility and your own API. I was glad to see these topics covered as sometimes in the haste of getting something online, they can be overlooked.
4. Exploring Other Mashup Topics
This final section of the book covers a large range of interesting topics such as Map-based Mashups, Social Bookmarking, Calendars, Online Storage, Desktop and Office Suites, Embeddable Data Formats and Searches.
As you can see, there's a lot of information covered in this book. In my opinion, everything that one could want on the subject and written in such a way that you want to keep reading, exploring and creating your own Mashups.
I highly recommend this book - so far, it has been my favorite read of 2008!
Comprehensive review of Mashups with lots of examplesReview Date: 2008-04-07

Used price: $21.64

Excellent book on VoiceXMLReview Date: 2004-10-20
Excellent source to learn VoiceXML right awayReview Date: 2003-02-17
Now I feel very comfortable to write a VoiceXML script for my upcoming project. No to mention some typos in the scripts that provides you even better opportunity to learn hands-on.
A Great, Practical GuideReview Date: 2002-07-30

Used price: $18.30

balanced, practical, and immediately usefulReview Date: 2003-09-06
The book walks you through how to read, control and extract information from existing web pages and web applications anywhere on the internet, how to read, send and process emails and newsgroup postings, how to recognise just the text or data you want, and much more. Source code is given for servlets and applets to examine and drive web forms, and usage examples include sending SMS messages and applying decision-making rules to internet share-price data. It's also full of ideas and suggestions to make you want to leap up and get started.
When I got this book, I couldn't put it down. A lot of computer books sit on the shelf or send me to sleep, but not this one. Not only is it both topical and useful, but it hits a just-about-ideal balance between code and food for thought. The author has a real knack for useful solutions to complex problems.
Great RecommendationReview Date: 2002-06-05
A Great FindReview Date: 2002-06-05
Related Subjects: Tools Validation Style Sheets References and Standards Applications Linking Forms Addressing and Querying
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 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197
But if you go through the chapters, you will be surprised how each topic could be discussed thoroughly in this book. Using the traditional structures in most web and application development books, it slowly introduces each concept before they are brought together in the final chapters.
PHP and Oracle are discussed separately at first with sample codes and situations to ensure that the reader understands each concept. It then goes to discuss who they could be efficiently integrated. The final chapter which is about Ajax is very impressive as it gives the developers a chance to develop an Ajax based application using popular practices in web development. The robustness of Oracle and efficiency of PHP is actually shown in an Ajax based application.
PHP Oracle Web Development: Data processing, Security, Caching, XML, Web Services, and Ajax is a good starting book for any web development professionals and enthusiasts. It covers the basics of web development using PHP and database management of Oracle including an installation guide for Oracle and PHP. If you are looking for a book to start with PHP and Oracle, this book offers a good start.
For developers who are experienced in this discipline, the book could be a good reference point for developing an application. The sample codes that helps the reader understands the underlying concept of the application with actual scenarios, this PHP and Oracle book is almost too good to pass on.