|
JavaScript: The Definitive Guide
more books like this
by
David Flanagan
JavaScript is a powerful scripting language that can be embedded directly in HTML. It allows you to create dynamic, interactive Web-based applications that run completely within a Web browser; you don't have to do any server-side programming, like writing CGI scripts. JavaScript is a simpler language than Java. It can be embedded directly in Web ...
see all copies from $1.99!
new only from $5.15!
|
first editions
|
SVS
|
|
Design Patterns: Elements of Reusable Object-Oriented Software
more books like this
by
Erich Gamma, Ralph Johnson, Richard Helm
*Capturing a wealth of experience about the design of object-oriented software, four top-notch designers present a catalog of simple and succinct solutions to commonly occurring design problems. Previously undocumented, these 23 patterns allow designers to create more flexible, elegant, and ultimately reusable designs without having to rediscover ...
see all copies from $29.99!
new only from $29.99!
|
first editions
|
SVS
|
|
Java Software Solutions: Foundations of Program Design
more books like this
by
John Lewis, William Loftus
Embracing in full the new features of the Java 2 platform as they apply to CS1/Introductory Programming topics, the second edition of this leading textbook continues to teach beginning programmers how to design and implement high-quality object-oriented software. A new chapter, "Exceptions and I/O Streams" (Chapter 8), has been added, which ...
see all copies from $1.99!
new only from $7.00!
|
first editions
|
SVS
|
|
Java in a Nutshell
more books like this
by
David Flanagan
With more than 700,000 copies sold to date, Java in a Nutshell from O'Reilly is clearly the favorite resource amongst the legion of developers and programmers using Java technology. And now, with the release of the 5.0 version of Java, O'Reilly has given the book that defined the "in a Nutshell" category another impressive tune-up. In this latest ...
see all copies from $1.99!
new only from $1.99!
|
first editions
|
SVS
|
|
An Introduction to Object-Oriented Programming with Java
more books like this
by
C Thomas Wu
An "Introduction to Object-Oriented Programming with Java" provides an accessible and technically thorough introduction to the basics of programming using java. The fourth edition continues to take a truly object-oriented approach. Objects are used early so that students think in objects right from the beginning. In the fourth edition, the ...
see all copies from $1.99!
new only from $2.95!
|
first editions
|
SVS
|
|
Refactoring: Improving the Design of Existing Code
more books like this
by
Martin Fowler, Kent Beck (Contributions by), John Brant (Contributions by)
Refactoring is about improving the design of existing code. It is the process of changing a software system in such a way that it does not alter the external behavior of the code, yet improves its internal structure. With refactoring you can even take a bad design and rework it into a good one. This book offers a thorough discussion of the ...
see all copies from $38.69!
new only from $39.28!
|
SVS
|
|
Object-Oriented Analysis and Design with Applications
more books like this
by
Grady Booch
Object-Oriented Design with Applications has long been the essential reference to object-oriented technology, which, in turn, has evolved to join the mainstream of industrial-strength software development. In this third edition--the first revision in 13 years--readers can learn to apply object-oriented methods using new paradigms such as Java, the ...
see all copies from $1.99!
new only from $19.85!
|
first editions
|
SVS
|
|
Java, Java, Java Object-Oriented Problem Solving
more books like this
by
Ralph Morelli
For CS1 (in Java) and introductory Java programming courses offered in Computer Science, Engineering, CIS, MIS, IT and Business programs at both the undergraduate and graduate level. With a focus on object-oriented problem solving, this revision of a popular book takes an "objects early" approach to teaching Java, with the assumption that teaching ...
see all copies from $1.99!
new only from $5.95!
|
first editions
|
SVS
|
|
Data Structures and Other Objects Using C++
more books like this
by
Michael Main, Walter J Savitch
Where will you be ten years from now? How will a course in data structures help you? Perhaps you will be a software engineer writing large software in specialized areas such as computer graphics. The authors of such programs, today and in the future, require a ready knowledge of proven methods for representing data. For example, the graphics ...
see all copies from $1.99!
new only from $1.99!
|
first editions
|
|
Object-Oriented Software Construction
more books like this
by
Bertrand Meyer
This text is concerned with object-oriented software construction.
see all copies from $1.99!
new only from $49.00!
|
first editions
|
SVS
|
view cover
|
Programming Ruby: The Pragmatic Programmers' Guide
more books like this
by
Dave Thomas, David Thomas, Chad Fowler
Ruby is an increasingly popular, fully object-oriented dynamic programming language, hailed by many practitioners as the finest and most useful language available today. When Ruby first burst onto the scene in the Western world, the Pragmatic Programmers were there with the definitive reference manual, "Programming Ruby: The Pragmatic Programmer's ...
see all copies from $14.19!
new only from $25.52!
|
SVS
|
view cover
|
Karel++: A Gentle Introduction to the Art of Object-Oriented Programming
more books like this
by
Joseph Bergin, Richard Pattis, Jim Roberts
This text is designed for students in computer programming or as a supplement for a computer science course. The main goal of the text is to help students and instructors move from the world of Pascal and structured programming into the object-oriented design paradigms of C++. Software available to accompany the book allows students to apply ...
see all copies from $2.47!
new only from $40.84!
|
first editions
|
view cover
|
Essential Com
more books like this
by
Don Box, Charlie Kindel (Foreword by), Grady Booch (Foreword by)
Written by a leading COM authority, this unique book reveals the essence of COM, helping developers to truly understand the why, not just the how, of COM. Understanding the motivation for the design of COM and its distributed aspects is critical for developers who wish to go beyond simplistic applications of COM and become truly effective COM ...
see all copies from $8.99!
new only from $26.00!
|
first editions
|
SVS
|
view cover
|
Inside Com
more books like this
by
Dale Rogerson
Shows developers just how critical and accessible COM can be.
see all copies from $1.99!
new only from $99.00!
|
view cover
|
UML and C++: A Practical Guide to Object-Oriented Development
more books like this
by
Richard C Lee, William M Tepfenhart
For courses in Object-Oriented Programming or Object Oriented C++ courses offered in Computer Science and Computer Engineering programs at both the undergraduate and graduate levels. This practical book teaches readers how to actually do object-oriented modeling using UML notation and implementing the model using C++. The authors introduce all of ...
see all copies from $1.99!
new only from $11.00!
|
view cover
|
Understanding ActiveX and OLE: A Guide for Developers and Managers
more books like this
by
David Chappell
David Chappell, the author of professional courses and articles on Microsoft OLE and the Common Object Model (COM), introduces readers to OLE's importance and strategic significance. He delves into how component software led to OLE and then to COM. He also covers topics such as structured storage, monikers, Uniform Data Transfer, and OLE ...
see all copies from $1.99!
new only from $56.27!
|
view cover
|
Java Design Patterns: A Tutorial
more books like this
by
James William Cooper
Java developers know that design patterns offer powerful productivity benefits -- but until now, few patterns books have been specific enough to address their programming challenges. With Java Design Patterns, there's finally a hands-on, practical design patterns guide focused specifically on real-world Java development. Java Design Patterns is ...
see all copies from $1.99!
new only from $25.17!
|
view cover
|
Developing Java Software
more books like this
by
R Winder
This significantly updated new edition of "Developing Java Software" is a thorough presentation of object-oriented design and programming concepts using the Java 5 programming language. The book takes the reader from the basics of using Java 5 to the creation of complete, object-oriented programs. Following an 'objects early' approach, the core ...
see all copies from $1.99!
new only from $13.33!
|
SVS
|
view cover
|
Object-Oriented Programming: An Evolutionary Approach
more books like this
by
Brad C. Cox
The first book published that fully describes object-oriented programming in an accessible manner for a wide range of readers. This new second edition covers the changes that have occurred in Objective C version 4.0, the newest release, and the tools that assist in developing object-oriented software.
see all copies from $1.99!
new only from $14.95!
|
first editions
|
SVS
|
view cover
|
Understanding Object-Oriented Programming with Java: Updated Edition (New Java 2 Coverage)
more books like this
by
Timothy Budd
This book develops the object-oriented programming skills of experienced programmers (at the Junior, Senior or above level) by showing how to use Java 2 (the latest release of Sun's Java platform), and by providing a complete understanding of the philosophy behind Java 2. It starts out covering the language-independent concepts that are at the ...
see all copies from $12.09!
new only from $53.04!
|
SVS
|
view cover
|
Object-oriented programming
more books like this
by
Peter Coad, Jill Nicola
The third book in a series on object-oriented programming, this volume uses a series of four comprehensive examples to help readers gradually and gently flip their system-building mind-set into an object-oriented perspective - how to "object think"and program with the two leading object-oriented programing languages- Smalltalk and C++. Contains an ...
see all copies from $1.99!
new only from $1.99!
|
signed copies
|
first editions
|
SVS
|
view cover
|
The Java Tutorial: Object-Oriented Programming for the Internet
more books like this
by
Mary Campione, Kathy Walrath
Third Edition now available! Follow your own path to expertise with this self-guided tour of the JavaaA A programming language. Written by two members of the JavaSoft team at Sun Microsystems, the book employs a hands-on interactive approach to teaching Java basics, object-oriented concepts, applet programming, and everything else you need to ...
see all copies from $1.99!
new only from $20.69!
|
first editions
|
view cover
|
Java in a Nutshell: A Desktop Quick Reference
more books like this
by
David Flanagan
This bestselling book is an essential quick reference for all Java programmers. It contains an accelerated introduction to the Java language and its key APIs, so seasoned programmers can start writing Java code right away. The third edition of Java in a Nutshell covers Java 1.2 and Java 1.3 beta and includes: A description of the syntax of the ...
see all copies from $1.99!
new only from $1.99!
|
first editions
|
SVS
|
view cover
|
Java Examples in a Nutshell
more books like this
by
David Flanagan
The author of the best-selling Java in a Nutshell has created an entire book of real-world Java programming examples that you can learn from. If you learn best "by example," this is the book for you. This third edition covers Java 1.4 and contains 193 complete, practical examples: over 21,900 lines of densely commented, professionally written Java ...
see all copies from $1.99!
new only from $22.98!
|
SVS
|
view cover
|
An Introduction to Programming and Object-Oriented Design Using Java
more books like this
by
Jaime Nino, Frederick A Hosch
This title features an objects first approach. Students learn to design with objects from the start. In more traditional approaches, students first learn 'programming basics in the context of procedural programming in the small'. Since this frame of reference is essentially useless when attacking large-scale problems, students must later re-learn ...
see all copies from $5.00!
new only from $17.85!
|
SVS
|