Showing posts with label web development. Show all posts
Showing posts with label web development. Show all posts

Web Services: Principles and Technology Review

Web Services: Principles and Technology
Average Reviews:

(More customer reviews)
This book stands out from the vast array of contemporary SOA and Web services literature in many ways:
1) It presents business context and technical requirements for Web services design on an adequate level of detail.
2) It provides important historical insight without putting the reader to sleep.
3) It covers relevant related work such as e-business, EAI, and networking as needed, unlike most other Web services books.
4) It separates abstract concepts such as messaging from implementation technology such as JMS appropriately, but shows the connections when needed.
5) It builds up a non-trivial example that demonstrates how the various specifications fit together, many unique illustrations help to digest.
6) It has non-trivial exercises that will deepen your understanding.
7) The author's has a hype-free, vendor-neutral writing style and is very experienced in his field.
It always is a good sign if as a reader I want more... so I would also have been interested in the author's view on the ongoing WS-*/SOAP vs. REST debate, and about adoption of the presented concepts and technologies in the industry (tools and project usage); for example, UDDI does not seem to have much traction these days. Maybe something for the Website accompanying the book, which will also have additional material for students and lecturers?
As a practicing IT architect, I have helped many companies to transform their existing applications into Web services-based SOAs. As a book author, I have captured my own experience with the technology in writing. As a researcher, I now investigate many of the architecture design issues the author points out. Still, I find this book to be very educational and informative; I highly recommend it for practitioners, students, and researchers that want to understand the big picture as well as technical rationale and details behind the various concepts and technologies. Those of you that believe some WSDL-to-Java wizards or RESTful POX/HTTP calls are all that is required for successful enterprise development and integration, please do have a look as well - you will begin to appreciate that there is more to the picture!

Click Here to see more reviews about: Web Services: Principles and Technology

The first textbook to focus on Web Services – the wave of the future for Web-based distributed computing.

Buy NowGet 28% OFF

Click here for more information about Web Services: Principles and Technology

Read More...

Core Web Programming (2nd Edition) Review

Core Web Programming (2nd Edition)
Average Reviews:

(More customer reviews)
Before I bought this book: I knew about html basic elements such as head, body, p, and a few more. I had to use tools to create web pages and I never knew how it really works, and I didn't use any advanced elements. Now I can do web pages much better, use CSS and many other cool things.
This book is so well organized it has good approach, from easy elements to harder elements. It covers very interesting topics starting with text elements (for beginning), frames, css, java introduction, java programming, basic 2d & 3d graphics, mouse and keyb. events, layout managers, awt components, swing, threads, network programming (excellent one), and finally server side stuff (java server pages, servlets,jdbc...).

My wish would be to remove java programming sections, since java programming is too big and to complex to show it in 2 or 3 sections, also there are plenty java programming books around. However this is just my opinion.

*All* of the examples are SHORT and INDEPENDENT: you don't have to read all chapters in a row to be able to understand the example. Each topic has it's own nice and small example which exactly points out the essential things. I really hate reading a book from beginning to the end, therefore I hate when whole book is based on one example which grows as you go further - THIS BOOK IS NOT LIKE THAT, althow more examples would be even better.

Finally, this is one of the best books I own, the only negative mark is that java programming should be removed, as well as awt, and instead more java script should be present, however this problem is easy to overcome by buying one of numerous java script books (recomended: JavaScript Bible by Danny Goodman).

Sorry for typos, good luck to all, bye !

Click Here to see more reviews about: Core Web Programming (2nd Edition)

Every Web developer needs to understand three core technologies: HTML 4, Java 2/J2EE, and JavaScript. Now, you can learn them all in one book: Core Web Programming, Second Edition, the ultimate Web development resource for experienced programmers! Writing for experienced programmers, Marty Hall begins with detailed, practical coverage of HTML 4 -- from the fundamentals to Cascading Style Sheets, Dynamic HTML, and beyond. Next, Hall shows programmers how to use Java as the base language for Web programming, and integrate other key technologies as needed. Along the way, Hall presents Web-focused coverage of Swing, Java threads, I/O, network programming on both clients and servers, HTTP, servlets, JavaServer Pages, and the latest version of JavaScript -- everything you need to know to build the most effective Web applications possible.

Buy NowGet 31% OFF

Click here for more information about Core Web Programming (2nd Edition)

Read More...

Internet & World Wide Web How to Program (3rd Edition) Review

Internet and World Wide Web How to Program (3rd Edition)
Average Reviews:

(More customer reviews)
This book overall is the best general introduction to website development technologies that I've found. I'm coming from the perspective of a professor who needed to teach HTML, CSS, JavaScript, and any server-side scripting language to my students. After deciding to use PHP, I loked for several appropriate books, and I did find numerous good options, but at the very most, any given book would only cover two of the technologies I needed. Thus, I would end up with at least three or four books that had way more than necessary and would cost up to $200 for one course.
Eventually I discovered Deitel's all-in-wonder, and found an excellent textbook that includes every possible Web technology that I might consider in one reasonably priced book. It has at least one introductory chapter on every technology. Note that everything in the book is simply introductory--very appropriate for a first-level course. It serves as a life-time reference that helps a student or Web developer enter into any given Web technology in a tutorial format. However, to get more advanced, the developer will absolutely have to find a dedicated book on the technology of interest--this book is not for advanced topics; it just gets you in the door--but productively so!
Specifically, the book has at least one full introductory chapter (sometimes two) on: XHTML, CSS, Flash, Dreamweaver, XML, ASP.NET, Perl, PHP, and Coldfusion. It has 10 full chapters on JavaScript that fully teach a non-programmer from scratch how to program (hence the title of the book)--however, I have serious disagreement with their Microsoft-centric approach, as I mention below. The book also has a chapter each on web graphics, web servers, and databases.
In addition, the book includes a CD with complete PDF chapters on VBScript, ASP (not .NET), Python, JSP, and lots more. The chapters are clear, and the authors make a good selection of the most important and useful functions and features, that give students a solid base to get on their feet web programming.
However, the book has one very serious systematic flaw: The writers only used Internet Explorer and completely ignored compatibility with other browsers. I strongly emphasize to my students programming for Web standards, and this is very difficult to do with this book--in fact, it is impossible the way they teach JavaScript. Many of their code examples simply will not work with browsers that follow W3C standards such as Firefox and Opera. I eventually had to give up on teaching students work-arounds for the book's code, and just gave in to Microsoft. Obviously, this is not an acceptable compromise for some people, so this book might be disqualified for this one reason alone. However, I find the book extremely valuable nonetheless--for this reason the book does not deserve five stars.
For my purposes, it is the best choice available, and if not for its exclusive focus on Microsoft Internet Explorer, it would be a near-perfect introductory book on every significant web technology.

Click Here to see more reviews about: Internet & World Wide Web How to Program (3rd Edition)

The goal of this comprehensive book is to introduce readers with little or no programming experience to the exciting world of Web-based applications by teaching the fundamentals needed to program on the Internet. Hundreds of LIVE-CODE examples (i.e., complete, working programs) of real applications throughout the book and on the accompanying CD allow readers to run the applications and see and hear the outputs. The authors instruct readers about incorporating multimedia into Web pages and Web-based applications to enhance the presentation of online content.Contains coverage of introductory programming principles, various markup languages (XHTML, Dynamic HTML and XML), several scripting languages (JavaScript, VBScript, Perl, Python, PHP, ColdFusion and Flash ActionScript), Web servers (IIS and Apache) and relational databases (MySQL). New in this edition are chapters on Macromedia ColdFusion and Macromedia Dreamweaver.For novice programmers who want to get started building real-world, industrial-strength, Web-based applications.

Buy Now

Click here for more information about Internet & World Wide Web How to Program (3rd Edition)

Read More...

JavaScript by Example (2nd Edition) Review

JavaScript by Example (2nd Edition)
Average Reviews:

(More customer reviews)
Please Rate the overall value of the book from 1-5:
5=Well done! This book will be a valuable teaching and reference tool.
Please rate the instructional value of the book from 1-5:
4=I would recommend this book to someone interested in its topic.
Please rate the reference value of this book from 1-5 where:
5=A complete reference. I would not need any additional reference on this topic.

This is an excellent book for beginners of Javascript. it takes simplest of the cases without boggling the minds of the readers. when I learnt javacript more than 4 years back, Ihad a hard time reading through 'verbose' books. I wish I had this book at that time.
This author has taken the time to explain the concepts in the simplests of the ways. there are adequate screen prints to highlight the results of the executed javascript code. the author explains the document object model clearly for the benefit of the beginners and also explains different ways of identifying the items in the page.
This is an excellent reference book for intermediate javascript programmers adn this book has found a place in my reference shelf and I will be glad to recommend this book to anybody interested in learning Javascript.

Click Here to see more reviews about: JavaScript by Example (2nd Edition)

The World's Easiest Java Script Tutorial–Fully Updated!JavaScript by Example, Second Edition, is the easiest, most hands-on way to learn JavaScript. Legendary programming instructor Ellie Quigley has thoroughly updated her classic book to deliver the skills and information today's JavaScript users need most–including up-to-the-minute coverage of JavaScript programming constructs, CSS, Ajax, JSON, and the latest JavaScript libraries and best practices.Quigley illuminates every technique with focused, classroom-tested code examples, detailed line-by-line explanations, and real program output. This exceptionally clear, easy-to-understand book takes you from your first script to advanced techniques. It's the only JavaScript book you'll ever need!New in This EditionEnd-of-chapter study tools, including classroom-tested labs

Buy NowGet 37% OFF

Click here for more information about JavaScript by Example (2nd Edition)

Read More...