Bestsellers > Books > General
|
|
Java Power Tools»rank: 42413by: John Ferguson Smart
: :All true craftsmen need the best tools to do their finest work, and programmers are no different. Java Power Tools delivers 30 open source tools designed to improve the development practices of Java developers in any size team or organization. Each chapter includes a series of short articles about one particular tool -- whether it's for build systems, version control, or other aspects of the development process -- giving you the equivalent of 30 short reference books in one package. No matter which development method your team chooses, whether it's Agile, RUP, XP, SCRUM, or one of many others available, Java Power Tools provides practical techniques and tools to help ... |
Understanding Linux Network Internals»rank: 36579by: Christian Benvenuti
: :If you've ever wondered how Linux carries out the complicated tasks assigned to it by the IP protocols -- or if you just want to learn about modern networking through real-life examples -- 'Understanding Linux Network Internals' is for you. Like the popular O'Reilly book, 'Understanding the Linux Kernel,' this book clearly explains the underlying concepts and teaches you how to follow the actual C code that implements it. Although some background in the TCP/IP protocols is helpful, you can learn a great deal from this text about the protocols themselves and their uses. And if you already have a base knowledge of C, you can use the book's code ... |
||
Dojo: The Definitive Guide»rank: 154831by: Matthew A. Russell
: :Of all the Ajax-specific frameworks that have popped up in recent years, one clearly stands out as the industrial strength solution. Dojo is not just another JavaScript toolkit -- it's the JavaScript toolkit -- and Dojo: The Definitive Guide demonstrates how to tame Dojo's extensive library of utilities so that you can build rich and responsive web applications like never before. Dojo founder Alex Russell gives a foreword that explains the 'why' of Dojo and of this book. Dojo provides an end-to-end solution for development in the browser, including everything from the core JavaScript library and turnkey widgets to build tools and a testing framework. Its vibrant open source community ... |
iMovie 6 & iDVD: The Missing Manual»rank: 51079by: David Pogue
: :While the last version of iMovie gave moviemakers the ability to capture and edit widescreen High Definition Video (HDV) from the new generation of camcorders, iMovie 6 is all about the ease of moviemaking itself. iMovie 6 includes five professionally designed themes with backgrounds, motion graphics, titles, and effects that act as building blocks for your projects. You can preview transitions and stunning new video effects--such as time-lapse video--in real time using the full screen. Or edit audio and add sound effects with a new built-in sound studio. For presenting your movie, Magic iDVD offers easy-to-use themes, including new widescreen options. Whether you're a professional or an amateur moviemaker, this ... |
||
ADO.NET 3.5 Cookbook (Cookbooks (O'Reilly))»rank: 35667by: Bill Hamilton
: :This guide is strikingly different from other books on Microsoft ADO.NET. Rather than load you down with theory, the new edition of ADO.NET 3.5 Cookbook gives you more than 200 coding solutions and best practices for real problems you're likely to face with this technology using Visual Studio 2008 and the .NET 3.5 platform. Organized to help you find the topic and specific recipe you need quickly and easily, this book is more than just a handy compilation of cut-and-paste C# code. ADO.NET 3.5 Cookbook also offers clear explanations of how and why each code solution works, and warns you of potential pitfalls so you can learn to adapt the ... |
HTML and XHTML Pocket Reference (Pocket Reference (O'Reilly))»rank: 43606by: Jennifer Niederst Robbins
: :After years of using spacer GIFs, layers of nested tables, and other improvised solutions for building your web sites, getting used to the more stringent 'standards-compliant' design that is de rigueur among professionals today can be intimidating. With standards-driven design, keeping style separate from content is not just a possibility but a reality. You no longer use HTML and XHTML as design tools, but strictly as ways to define the meaning and structure of web content. And Cascading Style Sheets (CSS) are no longer just something interesting to tinker with, but a reliable method for handling all matters of presentation, from fonts and colors to page layout. When you follow ... |
||
Dynamic HTML: The Definitive Reference (Dynamic Html)»rank: 17354by: Danny Goodman
: :Packed with information on the latest web specifications and browser features, this new edition is your ultimate one-stop resource for HTML, XHTML, CSS, Document Object Model (DOM), and JavaScript development. Here is the comprehensive reference for designers of Rich Internet Applications who need to operate in all modern browsers, including Internet Explorer 7, Firefox 2, Safari, and Opera. With this book, you can instantly see browser support for the latest standards-based technologies, including CSS Level 3, DOM Level 3, Web Forms 2.0, XMLHttpRequest for AJAX applications, JavaScript 1.7, and many more. This new edition: Provides at-a-glance references for the tags, attributes, objects, properties, methods, and events of HTML, XHTML, CSS, ... |
Objective-C Pocket Reference»rank: 34747by: Andrew Duncan
: :Objective-C is an exciting and dynamic approach to ibased object-oriented programming; it's the approach adopted by Apple as the foundation for programming under Mac OS X, a Unix-based operating system gaining wide acceptance among programmers and other technologists. Objective-C is easy to learn and has a simple elegance that is a welcome breath of fresh air after the abstruse and confusing C++. To help you master the fundamentals of this language, you'll want to keep the 'Objective-C Pocket Reference' close at hand. This small book contains a wealth of valuable information to speed you over the learning curve. In this pocket reference, author Andrew Duncan provides a quick and concise ... |
||
Enterprise Rails»rank: 37223by: Dan Chak
: :What does it take to develop an enterprise application with Rails? Enterprise Rails introduces several time-tested software engineering principles to prepare you for the challenge of building a high-performance, scalable website with global reach. You'll learn how to design a solid architecture that ties the many parts of an enterprise website together, including the database, your servers and clients, and other services as well. Many Rails developers think that planning for scale is unnecessary. But there's nothing worse than an application that fails because it can't handle sudden success. Throughout this book, you'll work on an example enterprise project to learn first-hand what's involved in architecting serious web applications. With ... |
Web Security Testing Cookbook»rank: 115189by: Paco Hope, Ben Walther
: :Among the tests you perform on web applications, security testing is perhaps the most important, yet it's often the most neglected. The recipes in the Web Security Testing Cookbook demonstrate how developers and testers can check for the most common web security issues, while conducting unit tests, regression tests, or exploratory tests. Unlike ad hoc security assessments, these recipes are repeatable, concise, and systematic-perfect for integrating into your regular test suite. Recipes cover the basics from observing messages between clients and servers to multi-phase tests that script the login and execution of web application features. By the end of the book, you'll be able to build tests pinpointed at Ajax ... |