1230~1231_架空犯【在場證明版】
1228~1230_世界上最透明的故事2

英文書 > 全部商品

Creating Mashups with Adobe Flex and AIR

Apress 出版
2008/04/28 出版

Mashups are the integration of data from different sources to create one unified experience. Adobe's AIR (Adobe Integrated Runtime) platform is revolutionary in that it allows web developers to create applications using familiar technologies (such as Flex, Flash and HTML) but now they can deploy them on the desktop rather than having them locked to a web browser. This means that rather than opening their browser and searching for the information in the example above, they can keep an application on their desktop and run it whenever they want to. This book covers mashups from a web designer and developer point of view, rather than a programmer. It covers everything from the basics and background of mashups to advanced functionality and integrating mashups with the desktop.

9 特價1471
貨到通知
下次再買

Visual Basic 2008 Recipes

Apress 出版
2008/04/22 出版

Visual Basic 2008 Recipes is a book of ready-made coding solutions for programmers who don't want spend a lot of time reading. Each chapter addresses a specific problem-domain such as multimedia, database access, XML manipulation, etc. Each chapter then presents a number of common problems, with a solution following each problem. Readers appreciate the recipe format, because they can look up a problem, read one to three pages, implement the solution, and then get on with their work. Recipe books are ideal for those who want to spend their days doing, not reading.

9 特價1813
貨到通知
下次再買

Beginning VB 2008 Databases

Apress 出版
2008/04/07 出版

Almost every application needs to access a database, and this book teaches all the fundamentals needed to develop professional database applications. Beginning VB 2008 Databases is for every VB programmer. It assumes no prior database experience and teaches, always through hands-on examples, how to create and use relational databases with the standard database language SQL and how to access them with VB. This book provides step-by-step instructions on how to install and configure necessary tools. It presents all essential SQL query and update concepts and syntax, so readers don't need prior familiarity with relational databases or SQL. In addition, the book describes how to use ADO.NET transactions, exceptions, and events. It also covers ADO.NET features for handling XML, text, and binary data within a VB 2005 context. Code-heavy and full of practical detail, it has been fully revised and upgraded for .NET 2.0 and offers the best contemporary practice in this core programming area.

9 特價1539
貨到通知
下次再買

Programming Groovy

Pragmatic 出版
2008/04/01 出版
9 特價1101
貨到通知
下次再買

Harnessing Hibernate

Oreilly & 出版
2008/04/01 出版

Harnessing Hibernate is an ideal introduction to the popular framework that lets Java developers work with information from a relational database easily and efficiently. Databases are a very different world than Java objects, and they often involve people with different skills and specializations. With Hibernate, bridging these two worlds is significantly easier, and with this book, you can get up to speed with Hibernate quickly. Rather than present you with another reference, Harnessing Hibernate lets you explore the system, from download and configuration through a series of projects that demonstrate how to accomplish a variety of practical goals. The new edition of this concise guide walks you through Hibernate's primary features, which include mapping from Java classes to database tables, and from Java data types to SQL data types. You will also learn about Hibernate's data query and retrieval facilities, and much more. By reading and following along with the examples, you can get your own Hibernate environment set up quickly and start using it for real-world tasks right away. Harnessing Hibernate teaches you how to: Perform Object/Relational mapping Work with persistent data from Java code Work with groups and relationships between objects Extend Hibernate's rich type support for your own needs Simplify query creation using criteria and examples Use the Hibernate Query Language (HQL) and understand how it differs from SQL Use Hibernate in conjunction with Spring Use Hibernate in conjunction with other packages, such as the Stripes web framework and the Eclipse IDE Once you're past the first few chapters, you can jump to topics that you find particularly interesting or relevant. All background material and explanations of how Hibernate works and why is in the service of a focused task. Source code can be downloaded from the book's website. If using SQL is an uncomfortable chore, Harnessing Hibernate offers you an effective and trouble-free method for working with the information you store in your applications.

9 特價1368
貨到通知
下次再買

Java Power Tools

Oreilly & 出版
2008/04/01 出版

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 you optimize the process. The book discusses key Java development problem areas and best practices, and focuses on open source tools that can help increase productivity in each area of the development cycle, including: Build tools including Ant and Maven 2 Version control tools such as CVS and Subversion, the two most prominent open source tools Quality metrics tools that measure different aspects of code quality, including CheckStyle, PMD, FindBugs and Jupiter Technical documentation tools that can help you generate good technical documentation without spending too much effort writing and maintaining it Unit Testing tools including JUnit 4, TestNG, and the open source coverage tool Cobertura Integration, Load and Performance Testing to integrate performance tests into unit tests, load-test your application, and automatically test web services, Swing interfaces and web interfaces Issue management tools including Bugzilla and Trac Continuous Integration tools such as Continuum, Cruise Control, LuntBuild and Hudson If you are a Java developer, these tools can help improve your development practices, and make your life easier in the process. Lead developers, software architects and people interested in the wider picture will be able to gather from these pages some useful ideas about improving your project infrastructure and best practices.

9 特價2052
立即代訂
下次再買

Pro VB 2008 and the .NET 3.5 Platform

Apress 出版
2008/03/31 出版

The point of this chapter was to demystify the garbage collection process. As you have seen, the garbage collector will only run when it is unable to acquire the necessary memory from the m- aged heap (or when a given AppDomain unloads from memory). When a garbage collection does occur, you can rest assured that Microsoft's collection algorithm has been optimized by the use of object generations, secondary threads for the purpose of object finalization, and a managed heap dedicated to host large objects. This chapter also illustrated how to programmatically interact with the garbage collector using the System. GC class type. As mentioned, the only time when you will really need to do so is when you are building finalizable or disposable class types. Recall that finalizable types are classes that have overridden the virtual System. Object. Finalize() method to clean up unmanaged resources (at some time in the future). Disposable objects, on the other hand, are classes (or structures) that implement the IDisposable interface. Using this technique, you expose a public method to the object user that can be called to perform internal cleanup ASAP. Finally, you learned about an of- cial "disposal" pattern that blends both approaches. PART 3 Advanced VB Programming Constructs CHAPTER 9 Working with Interface Types This chapter builds on your current understanding of object-oriented development by examining the topic of interface-based programming.

9 特價1890
貨到通知
下次再買

Pro PHP

Apress 出版
2008/03/24 出版

Pro PHP presents experienced developers with a thorough guide to the language's key advanced features, focusing on both recent and emerging features and development trends. Among the topics covered in the book are software development patterns, the Standard PHP Library, the MVC software architecture as applied to PHP with special emphasis on the Zend Framework, and Ajax and Web services.

9 特價1710
立即代訂
下次再買

Head First Servlets and JSP

Bryan,Basham  著 、Sierra, Kathy  著
O'Reilly Media 出版
2008/03/01 出版

Looking to study up for the new J2EE 1.5 Sun Certified Web Component Developer (SCWCD) exam? This book will get you way up to speed on the technology you'll know it so well, in fact, that you can pass the brand new J2EE 1.5 exam. If that's what you want to do, that is. Maybe you don't care about the exam, but need to use servlets and JSPs in your next project. You're working on a deadline. You're over the legal limit for caffeine. You can't waste your time with a book that makes sense only AFTER you're an expert (or worse, one that puts you to sleep). Learn how to write servlets and JSPs, what makes a web container tick (and what ticks it off), how to use JSP's Expression Language (EL for short), and how to write deployment descriptors for your web applications. Master the c: out tag, and get a handle on exactly what's changed since the older J2EE 1.4 exam. You don't just pass the new J2EE 1.5 SCWCD exam, you'll understand this stuff and put it to work immediately. Head First Servlets and JSP doesn't just give you a bunch of facts to memorize; it drives knowledge straight into your brain. You'll interact with servlets and JSPs in ways that help you learn quickly and deeply. And when you're through with the book, you can take a brand-new mock exam, created specifically to simulate the real test-taking experience.

9 特價1575
立即代訂
下次再買

The Thoughtworks Anthology

9 特價1227
貨到通知
下次再買

Microsoft Visual Basic 2008

Microsoft Pr 出版
2008/02/27 出版
9 特價630
貨到通知
下次再買

Pro Netbeans IDE 6 Rich Client Platform Edition

Apress 出版
2008/02/27 出版

Pro NetBeans IDE 6 Rich Client Platform Edition focuses on enabling the reader to rapidly develop Java-based Rich Client Platforms (RCP) or graphical user interface (GUI) front-ends for standalone or Web applications using API buttons, functions, and features available in the open source agile NetBeans IDE (Integrated Development Environment) platform. It discusses the plug-in options available for RCP development, including JSF (JavaServer Faces) as well as the new Struts Action Framework 2.0 and JRuby for bringing Ruby on Rails feature set to Java via NetBeans development.

9 特價1710
立即代訂
下次再買

Beginning PHP and MySQL E-Commerce

Apress 出版
2008/02/26 出版

Beginning PHP and MySQL E-Commerce: From Novice to Professional, Second Edition is an update to the popular book showing readers how to create e-commerce websites using two of the world's most popular technologies: the PHP scripting language and MySQL database. In addition to guiding readers through the creation of a complete, working website using sound enterprise development techniques, the authors take care to provide readers with a variety of alternative implementation solutions: for instance readers are shown how to accept payments from both PayPal and credit cards. The book has also been updated to reflect the latest development trends, showing readers how to upgrade their shopping cart using Ajax, integrate with Amazon's Web services, and encourage customer feedback through cutting-edge interactive features.

9 特價2052
立即代訂
下次再買

C# 2008 for Dummies

For Dummies 出版
2008/02/26 出版

Whether you're a total novice or a programmer shifting to C#, the newest version of this programming language is full of cool features you'll want to use. With its Visual Studio compatibility, C# is the perfect language for building Windows Vista applications. And the 2008 version works with LINQ, a query language with syntax similar to SQL but which simplifies database code and can also write queries on XML files. For the best basic C# how-to, it's hard to beat C# 2008 For Dummies. This plain-English guide to programming with C# can have you creating your first console application before you finish Part I. In fact, the basic template you create at that point will be the foundation of many other apps as you move through the book. Along the way you'll get the scoop on organizing your data, object-oriented programming (also known as OOP), and a great LINQ-related feature called delegates and events. You'll find out how to Create a console application template Perform logical comparisons Work with loops and if statements Understand collection syntax Use interfaces and object-oriented concepts Apply delegates and events, and much more You'll even gain some rare insight into how to understand error messages you may get when programming in C#. All the code you need can be found on the companion Web site, along with great bonus information that helps you do more with C# 2008. So -- what are you waiting for? Grab C# 2008 For Dummies and let's get started!

9 特價1197
立即代訂
下次再買

Beginning VB 2008

Apress 出版
2008/02/18 出版

The VB 2008 language is your gateway to the powerful .NET platform. VB combined with Visual Studio gives you the freedom to create your applications faster and with a greater range of tools than any other coding environment. The new .NET Framework 3.5 is the most powerful yet devised, with new innovations that make it easy for you to query your databases directly from your VB code and ASP.NET AJAX giving you drag-and-drop access to AJAX techniques for your web pages. This book is for anyone who's just starting out to learn about VB 2008. It doesn't assume any prior knowledge of object-oriented programming, of the .NET Framework, or of coding in general. Written by a well-respected author, it teaches beginners how to use the new framework to their best advantage. Readers will learn everything they need to know to get to grips with this cutting-edge technology.

9 特價1368
立即代訂
下次再買

Murach’s Visual Basic 2008

Boehm, Anne  著
Mike Murach 出版
2008/02/18 出版
9 特價1654
貨到通知
下次再買

Linq

Oreilly & 出版
2008/02/01 出版

Ready to take advantage of LINQ with C# 3.0? This guide has the detail you need to grasp Microsoft's new querying technology, and concise explanations to help you learn it quickly. And once you begin to apply LINQ, the book serves as an on-the-job reference when you need immediate reminders. All the examples in the LINQ Pocket Reference are preloaded into LINQPad, the highly praised utility that lets you work with LINQ interactively. Created by the authors and free to download, LINQPad will not only help you learn LINQ, it will have you thinking in LINQ. This reference explains: LINQ's key concepts, such as deferred execution, iterator chaining, and type inference in lambda expressions The differences between local and interpreted queries C# 3.0's query syntax in detail-including multiple generators, joining, grouping, query continuations, and more Query syntax versus lambda syntax, and mixed syntax queries Composition and projection strategies for complex queries All of LINQ's 40-plus query operators How to write efficient LINQ to SQL queries How to build expression trees from scratch All of LINQ to XML's types and their advanced use LINQ promises to be the locus of a thriving ecosystem for many years to come. This small book gives you a huge head start. "The authors built a tool (LINQPad) that lets you experiment with LINQ interactively in a way that the designers of LINQ themselves don't support, and the tool has all kinds of wonderful features that LINQ, SQL and Regular Expression programmers alike will want to use regularly long after they've read the book." -Chris Sells, Connected Systems Program Manager, Microsoft

9 特價684
貨到通知
下次再買

Accelerated VB 2008

Trey,Nash  著 、Nash, Trey  著
Apress 出版
2008/01/28 出版

Accelerated VB 9.0 is the fastest path to VB mastery. All VB programmers need to know and understand how VB really works but very few books address this. None cover it in the depth that this does. It teaches both core VB language concepts and how to use them in high-performance code. All programmers moving to VB from any language or moving up to VB 9.0 from VB 2005 will find this book well worth buying, reading, and using as a reference.

9 特價1368
立即代訂
下次再買

Practical DWR 2 Projects

Apress 出版
2008/01/28 出版

The Ajax craze is sweeping the world and there is no shortage of libraries from which to choose to make it all easier to develop. DWR, or Direct Web Remoting, an Ajax library and Web framework, has risen near the top in the Java space and is getting backing and support from Spring Framework developers and users. Practical DWR Web 2.0 Projects addresses the needs of most developers who would rather learn by example and by doing. This book contains several projects that developers can sink their teeth into doing. Written by accomplished Ajax and Java Web developer and author, Frank Zammetti, this book looks to be first and only book on this popular Ajax and Web development technology to market.

9 特價1607
立即代訂
下次再買

Laszlo in Action

Manning 出版
2008/01/01 出版

Laszlo in Action is the first comprehensive guide to the Laszlo system and its language LZX. OpenLaszlo is an increasingly popular open-source platform for the development and delivery of rich internet applications across multiple platforms: Flash, DHTML, and J2ME. The dramatic emergence of Ajax over the past year was a first step in the transition from page-oriented HTML web applications towards more full-featured rich internet applications. OpenLaszlo provides another important step in this continuing evolutionary process through the increased productivity resulting from LZX's declarative approach. It provides developers with the tools to create web-based applications offering the usability and interactivity associated with desktop applications, and the low costs associated with web-based deployment. The cross-platform nature of Laszlo LZX applications allows source code with only minimum modifications to run natively on all popular web browsers, on all desktop operating systems, on the Flash platform, and other platforms in the future.Written to address the needs of a wide spectrum of developers, ranging from client-side HTML and JavaScript developers all the way to enterprise-class Java or Rails engineers, this book provides a very hands-on approach towards building applications that solve real-world problems across both the Flash and DHTML platforms. Starting with the fundamentals of Laszlo LZX, the authors quickly move towards applying this knowledge to the design and development of a full-scale application called the Laszlo Market. This provides a working context to assist understanding the underlying concepts of Laszlo LZX and, more importantly, how to apply this knowledge in innovative ways. The construction of the Laszlo Market proceeds over the course of the book illustrating topics starting with an initial wireframe and storyboard design to optimization issues dealing with the application's deployment across the Flash and DHTML platforms.

9 特價1418
貨到通知
下次再買

Herb Schildt’s C++ Programming Cookbook

McGraw-Hill 出版
2008/01/01 出版

Publisher's Note: Products purchased from Third Party sellers are not guaranteed by the publisher for quality, authenticity, or access to any online entitlements included with the product.Your Ultimate "How-To" Guide to C++ Programming! Legendary programming author Herb Schildt shares some of his favorite programming techniques in this high-powered C++ "cookbook." Organized for quick reference, each "recipe" shows how to accomplish a practical programming task. A recipe begins with a list of key ingredients (classes, functions, and headers) followed by step-by-step instructions that show how to assemble them into a complete solution. Detailed discussions explain the how and why behind each step, and a full code example puts the recipe into action. Each recipe ends with a list of options and alternatives that suggest ways to adapt the technique to fit a variety of situations. Whether you're a beginner or an experienced pro, you'll find recipes that are sure to satisfy your C++ programming appetite!Topics include: String Handling - Standard Template Library (STL) Containers - Algorithms - Function Objects - Binders - Negators - Adaptors - Iterators - I/O - Formatting DataLearn how to: Tokenize a null-terminated stringCreate a search and replace function for stringsImplement subtraction for string objectsUse the vector, deque, and list sequence containers Use the container adaptors stack, queue, and priority_queue Use the map, multimap, set, and multiset associative containers Reverse, rotate, and shuffle a sequenceCreate a function objectUse binders, negators, and iterator adaptersRead and write filesUse stream iterators to handle file I/OUse exceptions to handle I/O errorsCreate custom inserters and extractorsFormat date, time, and numeric dataUse facets and the localization library Overload the [ ], ( ), and -> operatorsCreate an explicit constructorAnd much, much more

9 特價2428
立即代訂
下次再買

Linq in Action

2008/01/01 出版

LLINQ, Language INtegrated Query, is a new extension to the Visual Basic and C# programming languages designed to simplify data queries and database interaction. It addreses O/R mapping issues by making query operations like SQL statements part of the programming language. It also offers built-in support for querying in-memory collections like arrays or lists, XML, DataSets, and relational databases. LINQ in Action is a fast-paced, comprehensive tutorial for professional developers. This book explores what can be done with LINQ, shows how it works in an application, and addresses the emerging best practices. It presents the general purpose query facilities offered by LINQ in the upcoming C# 3.0 and VB.NET 9.0 languages. A running example introduces basic LINQ concepts. You'll then learn to query unstructured data using LINQ to XML and relational data with LINQ to SQL. Finally, you'll see how to extend LINQ for custom applications. LINQ in Action will guide you along as you explore this new world of lambda expressions, query operators, and expression trees. As well, you'll explore the new features of C# 3.0, VB.NET 9.0. The book is very practical, anchoring each new idea with running code. Whether you want to use LINQ to query objects, XML documents, or relational databases, you will find all the information you need to get started But LINQ in Action does not stop at the basic code. This book also shows you how LINQ can be used for advanced processing of data, including coverage of LINQ's extensibility, which allows querying more data sources than those supported by default. All code samples are built on a concrete business case. The running example, LinqBooks, is a personal book cataloging system that shows you how to create LINQ applications with Visual Studio 2008. Purchase of the print book comes with an offer of a free PDF, ePub, and Kindle eBook from Manning. Also available is all code from the book.

9 特價2146
貨到通知
下次再買

The Ruby Programming Language

Oreilly & 出版
2008/01/01 出版

The Ruby Programming Language is the authoritative guide to Ruby and provides comprehensive coverage of versions 1.8 and 1.9 of the language. It was written (and illustrated!) by an all-star team: David Flanagan, bestselling author of programming language "bibles" (including JavaScript: The Definitive Guide and Java in a Nutshell) and committer to the Ruby Subversion repository. Yukihiro "Matz" Matsumoto, creator, designer and lead developer of Ruby and author of Ruby in a Nutshell, which has been expanded and revised to become this book. why the lucky stiff, artist and Ruby programmer extraordinaire. This book begins with a quick-start tutorial to the language, and then explains the language in detail from the bottom up: from lexical and syntactic structure to datatypes to expressions and statements and on through methods, blocks, lambdas, closures, classes and modules. The book also includes a long and thorough introduction to the rich API of the Ruby platform, demonstrating -- with heavily-commented example code -- Ruby's facilities for text processing, numeric manipulation, collections, input/output, networking, and concurrency. An entire chapter is devoted to Ruby's metaprogramming capabilities. The Ruby Programming Language documents the Ruby language definitively but without the formality of a language specification. It is written for experienced programmers who are new to Ruby, and for current Ruby programmers who want to challenge their understanding and increase their mastery of the language.

9 特價1710
貨到通知
下次再買

Core Servlets and Javaserver Pages

Prentice Hall 出版
2007/12/30 出版

Java EE is the technology of choice for e-commerce applications, interactive Web sites, and Web-enabled services. Servlet and JSP technology provides the link between Web clients and server-side applications on this platform. Core Servlets and JavaServer Pages, Volume 2: Advanced Technologies, Second Edition, is the definitive guide to the advanced features and capabilities provided by servlets and JSP. Volume 2 presents advanced capabilities like custom tag libraries, filters, declarative security, JSTL, and Struts. Like the first volume, it teaches state-of-the-art techniques and best practices illustrated with complete, working, fully documented programs. Volume 2 explains in detail the advanced tools and techniques needed to build robust, enterprise-class applications. You'll learn how to control application behavior through the web.xml deployment descriptor file, how to enhance application security through both declarative and programmatic methods, and how to use servlet and JSP filters to encapsulate common behavior. You'll also learn how to control major application lifecycle events, best practices for using JSTL, and how to build custom tag libraries. Volume 2 concludes with an in-depth introduction to the Jakarta Struts framework. Complete source code for all examples is available free for unrestricted use at www.volume2.coreservlets.com. For information on Java training from Marty Hall, go to courses.coreservlets.com. Volume 1 presents comprehensive coverage of the servlets and JSP specifications, including HTTP headers, cookies, session tracking, JSP scripting elements, file inclusion, the MVC architecture, and the JSP expression language. It also covers HTML forms, JDBC, and best practices for design and implementation.

9 特價1733
貨到通知
下次再買

Pro JavaScript Design Patterns

Harmes, Ross  著 、Diaz, Dustin  著
Apress 出版
2007/12/17 出版

JavaScript is capable of full object-oriented capabilities. Applying object-oriented programming (OOP) principles, best practices, and design patterns to code can make it more powerful and more efficient. This book gives web developers all they need to know to start using design patterns in their JavaScripting, including several real world examples. It helps readers master the basics of OOP in JavaScript as well as apply design patterns to kick-start JavaScript development. This book will be an invaluable learning tool for any experienced JavaScript developer.

9 特價2736
立即代訂
下次再買

Foundation ActionScript 3.0 with Flash CS3 and Flex

Apress 出版
2007/12/17 出版

Fortunately, we've created this book to teach this new language to both aspiring ActionScript developers, and experienced ActionScript developers who want to upgrade their knowledge to the new version. It doesn't aim to be an exhaustive reference, focusing on essential real world techniques to enable them to get up and running quicker. In addition, we cover how to use ActionScript 3.0 through both Flash CS3 and Flex 2/3 (open source ActionScript developers should also be able to make use of the book.)

9 特價1368
立即代訂
下次再買

Beginning Spring 2

Dave,Minter  著
Apress 出版
2007/12/17 出版

Building Spring 2 Enterprise Applications takes developers through the first steps of using Spring whilst discussing the relevant technologies that Spring can be integrated with, what to be aware of and how working with Spring makes them easier to use. This book focuses on the most useful features of Spring, including persistence and transaction management as well as the complete Spring web tools portfolio, and also introduces 3-tier application design and how to test these designs.

9 特價1368
貨到通知
下次再買

Practical Web 2.0 Applications with PHP

Apress 出版
2007/12/17 出版

There are many technologies that go into creating a successful modern web application, but few books that cover how to effectively use them all together. Practical PHP Web 2.0 Applications does just that. It marries together PHP and MySQL, XHTML, CSS, and JavaScript/Ajax, covering how to create a cutting edge PHP web application from planning and design right up to final implementation. The book coves such key application features as search, maps, blogs, dynamic image galleries, and more. Practical PHP Web 2.0 Applications gets to the real meat as quickly as possible, assuming readers already know all the language basics and implementation details. It is ideal for any PHP developer who wants to stay ahead of the curve, with practical, high-level web application development techniques.

9 特價1710
貨到通知
下次再買

C# 3.0 Design Patterns

Oreilly & 出版
2007/12/15 出版

If you want to speed up the development of your .NET applications, you're ready for C# design patterns -- elegant, accepted and proven ways to tackle common programming problems. This practical guide offers you a clear introduction to the classic object-oriented design patterns, and explains how to use the latest features of C# 3.0 to code them. C# Design Patterns draws on new C# 3.0 language and .NET 3.5 framework features to implement the 23 foundational patterns known to working developers. You get plenty of case studies that reveal how each pattern is used in practice, and an insightful comparison of patterns and where they would be best used or combined. This well-organized and illustrated book includes: An explanation of design patterns and why they're used, with tables and guidelines to help you choose one pattern over another Illustrated coverage of each classic Creational, Structural, and Behavioral design pattern, including its representation in UML and the roles of its various players C# 3.0 features introduced by example and summarized in sidebars for easy reference Examples of each pattern at work in a real .NET 3.5 program available for download from O'Reilly and the author's companion web site Quizzes and exercises to test your understanding of the material. With C# 3.0 Design Patterns, you learn to make code correct, extensible and efficient to save time up front and eliminate problems later. If your business relies on efficient application development and quality code, you need C# Design Patterns.

9 特價1710
立即代訂
下次再買

XML in Easy Steps

In Easy 出版
2007/11/28 出版

XML in Easy Steps is designed for new users who want to quickly get up to speed, from job seekers to programmers to hobbyists. In clear, step-by-step instructions, and with screenshots illustrating every example, it demonstrates the parts of XML that have become popular in today's real-world applications. The book begins with a description of eXtensible Markup Language (XML) along with the associated technologies of Document Type Definition (DTD), XmlSchema Documents (XSD), and the eXtensible Stylesheet Language (XSL). It then illustrates how XML can be used to create Scalable Vector Graphics (SVG), how to access XML data with JavaScript, and how to deploy XML in modern AJAX web applications. At the book's end, even the newcomer has a solid understanding of XML and can create well-formed documents and validating schemas.

9 特價473
貨到通知
下次再買

Pro LINQ

Apress 出版
2007/11/19 出版

LINQ (Language INtegrated Query) is a new addition to the .NET Framework that Microsoft will be releasing alongside the next version of Visual Studio ("Orcas") in mid-2007. It is set to revolutionize the way that database applications are constructed. Foundations of LINQ in C# is the first book on the subject to provide a complete overview of this important emerging technology. In a fast-paced 250 pages readers are taken through all of LINQ's important features showing how the technology can be put to practical use quickly and simply. The book is written with the working developer in mind - small, bite size chunks of information make it possible to spend short periods of time to understand key principles. By reading this book you will be able to get ahead of the game and be ready when the new technology breaks.

9 特價1539
立即代訂
下次再買

Beginning Jsp, Jsf and Tomcat Web Development

Apress 出版
2007/11/12 出版

Where do you begin if you're a novice Java Web application developer? Right here, is the answer. As the majority of Java developers are only Web-tier developers; Java technologies like JavaServer Pages (JSP), JavaServer Faces (JSF), and Apache Tomcat are mainly applicable and relevant to their needs. This comprehensive and user-friendly book is the first and maybe even the only starter-level work of its kind combining the naturally complimentary JSP, JSF and Tomcat Web technologies into one consolidated treatment for developers focusing on just Java Web application development and deployment. This book is examples-driven using a practical, real-work e-commerce case study and scenario throughout book.

9 特價1368
立即代訂
下次再買

Beginning Asp.net 3.5 in C# 2008

Apress 出版
2007/11/12 出版

This book will follow the proven pattern of its previous .NET 2.0 and .NET 1.1 editions, teaching novice users how to use ASP.NET by gradually building their knowledge of the technology up in a pyramidal fashion chapter by chapter. Comprehensively revised for both ASP.NET 3.5 and the new C# 3.0 language this book presents the easiest path to ASP.NET 3.5 mastery.

9 特價1710
立即代訂
下次再買

Pro C# 2008 and the .net 3.5 Platform

Apress 出版
2007/11/12 出版
9 特價1890
貨到通知
下次再買

Beginning Java SE 6 Platform

Ingram 出版
2007/10/29 出版

This core book, Beginning Java SE 6 Platform, introduces Java programmers who are new to the latest Java SE 6 platform. It does not waste their time rehashing basic Java knowledge. Instead, this book will give them what they need to know regarding the new and enhanced features in Java SE 6.

9 特價1539
立即代訂
下次再買

Practical JRuby on Rails Web 2.0 Projects

Ola,Bini  著
Apress 出版
2007/09/24 出版

Jruby is an agile open source project that lets Java developers integrate and use the popular Ruby on Rails to build Web applications. The book author, JRuby project co-leader Ola Bini, is uniquely positioned to write about this, as he brings a unique blend of knowledge surrounding JRuby internals, the Java programming language and the Ruby programming language, along with solid experience building enterprise-level Rails applications. This book provides complete coverage on how to use JRuby to create web applications faster and more efficiently, while continuing to take advantage of the vast power of the Java platform. The book also provides several real-world projects that illustrate the crucial specifics you need to know about the interaction of Java and Ruby. In addition, it offers helpful, practical instruction and discussion on how web applications can be deployed using a variety of popular servers such as Apache and Mongrel.

9 特價1471
貨到通知
下次再買

Accelerated DOM Scripting With Ajax , APIs and Libraries

Apress 出版
2007/09/24 出版

JavaScript is one of the hottest web development technologies around, and DOM Scripting is a very important subset of JavaScript, which specifically allows developers to add dynamic functionality to their web applications. Interest in this subject is proven by sales of the book "DOM Scripting" from friends of ED (1590595335, ) and Pro DOM Scripting adds to that knowledge base by providing a Pro level resource aimed more at developers/programmers than designers. Pro DOM Scripting provides a thorough walkthrough of all the fundamentals you need to know for effective dynamic web applications (OOP, events, Ajax, JavaScript libraries etc.) It then hits home with 3 complete real world case studies detailing complete dynamic web applications. This is the first DOM Scripting book aimed at the experienced web developer.

9 特價1368
貨到通知
下次再買

Pro Active Record

Apress 出版
2007/09/10 出版

Pro ActiveRecord for Ruby picks up with ActiveRecord where most books on Ruby and the Rails framework leave off. Readers begin by learning about all the built-in assumptions that make it so wondrously easy to create freshly-built Rails applications from scratch. Next, readers learn how to adapt ActiveRecord to work with databases--and this includes just about all preexisting databases--that were designed without those assumptions in mind. Readers go on to learn how to tie ActiveRecord in with database-specific features such as stored procedures and large objects, how to migrate legacy database designs to work better with ActiveRecord, and how to extend ActiveRecord to provide new and innovative database functionality to their applications. Readers who absorb the knowledge given in this book will have a significant competitive advantage over those with only a superficial knowledge of the topic.

9 特價1368
貨到通知
下次再買

Filthy Rich Clients

Haase, Chet  著 、Guy, Romain  著
Addison-Wesl 出版
2007/08/03 出版

Filthy Rich Clients refers to ultra-graphically rich applications that ooze cool. They suck the user in from the outset and hang on to them with a death grip of excitement. Filthy Rich Clients: Developing Animated and Graphical Effects for Desktop Java(TM) Applications shows you how to build better, more effective, cooler desktop applications that intensify the user experience. The keys to Filthy Rich Clients are graphical and animated effects. These kinds of effects provide ways of enhancing the user experience of the application through more attractive GUIs, dynamic effects that give your application a pulse, and animated transitions that keep your user connected to the logical flow of the application. The book also discusses how to do so effectively, making sure to enrich applications in sensible ways. In-depth coverage includes Graphics and GUI fundamentals: Dig deep into the internals of how Swing and Java 2D work together to display GUI applications onscreen. Learn how to maximize the flexibility of these libraries and use them most effectively. Performance: Follow in-depth discussions and tips throughout the book that will help you write high-performing GUI applications. Images: Understand how images are created and used to make better Java applications. Advanced graphics: Learn more about elements of Swing and Java 2D that are of particular benefit to Filthy Rich Clients. Animation: Discover general concepts of animation, as well as how to use the facilities provided in the Java platform. Learn new utility libraries that vastly simplify animations in Java. Effects: Learn how to create, customize, and use static and animated effects--the mainstays of Filthy Rich Clients. Code examples illustrate key concepts, and the book's companion Web site, http: //filthyrichclients.org, includes extensive demos, utility libraries, additional information on related technologies, and more. Informal, fun, and, most of all, useful, this book is great for any developer working with Java to build desktop applications.

9 特價1575
貨到通知
下次再買

Sams Teach Yourself Microsoft SQL Server T-SQL in 10 Minutes

Forta, Ben  著
Sams 出版
2007/08/03 出版

Sams Teach Yourself Microsoft SQL Server T-SQL in 10 Minutes offers straightforward, practical answers when you need fast results. By working through 10-minute lessons, you'll learn everything you need to know to take advantage of Microsoft SQL Server's T-SQL language. This handy pocket guide starts with simple data retrieval and moves on to more complex topics, including the use of joins, subqueries, full text-based searches, functions and stored procedures, cursors, triggers, table constraints, XML, and much more. You'll learn what you need to know methodically, systematically, and simply-in highly focused lessons designed to make you immediately and effortlessly productive. Tips point out shortcuts and solutions Cautions help you avoid common pitfalls Notes explain additional concepts, and provide additional information 10 minutes is all you need to learn how to... Use T-SQL in the Microsoft SQL Server environment Construct complex T-SQL statements using multiple clauses and operators Filter data so you get the information you need quickly Retrieve, sort, and format database contents Join two or more related tables Make SQL Server work for you with globalization and localization Create subqueries to pinpoint your data Automate your workload with triggers Create and alter database tables Work with views, stored procedures, and more Register your book at www.samspublishing.com/register to download examples and source code from this book.

9 特價945
貨到通知
下次再買

Javascript & Dhtml Cookbook

Oreilly & 出版
2007/08/01 出版

In today's Web 2.0 world, JavaScript and Dynamic HTML are at the center of the hot new approach to designing highly interactive pages on the client side. With this environment in mind, the new edition of this book offers bite-sized solutions to very specific scripting problems that web developers commonly face. Each recipe includes a focused piece of code that you can insert right into your application. Why is JavaScript & DHTML Cookbook so popular? After reading thousands of forum threads over the years, author and scripting pioneer Danny Goodman has compiled a list of problems that frequently vex scripters of various experience levels. For every problem he addresses, Goodman not only offers code, but a discussion of how and why the solution works. Recipes range from simple tasks, such as manipulating strings and validating dates in JavaScript, to entire libraries that demonstrate complex tasks, such as cross-browser positioning of HTML elements, sorting tables, and implementing Ajax features on the client. Ideal for novices as well as experienced scripters, this book contains more than 150 recipes for: Working with interactive forms and style sheets Presenting user-friendly page navigation Creating dynamic content via Document Object Model scripting Producing visual effects for stationary content Positioning HTML elements Working with XML data in the browser Recipes in this Cookbook are compatible with the latest W3C standards and browsers, including Internet Explorer 7, Firefox 2, Safari, and Opera 9. Several new recipes provide client-side Ajax solutions, and many recipes from the previous edition have been revised to help you build extensible user interfaces for Web 2.0 applications. If you want to write your own scripts and understand how they work, rather than rely on a commercial web development framework, the JavaScript & DHTML Cookbook is a must.

9 特價1539
貨到通知
下次再買

Programming Collective Intelligence

Toby,Segaran  著
Oreilly & 出版
2007/08/01 出版

Want to tap the power behind search rankings, product recommendations, social bookmarking, and online matchmaking? This fascinating book demonstrates how you can build Web 2.0 applications to mine the enormous amount of data created by people on the Internet. With the sophisticated algorithms in this book, you can write smart programs to access interesting datasets from other web sites, collect data from users of your own applications, and analyze and understand the data once you've found it. Programming Collective Intelligence takes you into the world of machine learning and statistics, and explains how to draw conclusions about user experience, marketing, personal tastes, and human behavior in general -- all from information that you and others collect every day. Each algorithm is described clearly and concisely with code that can immediately be used on your web site, blog, Wiki, or specialized application. This book explains: Collaborative filtering techniques that enable online retailers to recommend products or media Methods of clustering to detect groups of similar items in a large dataset Search engine features -- crawlers, indexers, query engines, and the PageRank algorithm Optimization algorithms that search millions of possible solutions to a problem and choose the best one Bayesian filtering, used in spam filters for classifying documents based on word types and other features Using decision trees not only to make predictions, but to model the way decisions are made Predicting numerical values rather than classifications to build price models Support vector machines to match people in online dating sites Non-negative matrix factorization to find the independent features in a dataset Evolving intelligence for problem solving -- how a computer develops its skill by improving its own code the more it plays a game Each chapter includes exercises for extending the algorithms to make them more powerful. Go beyond simple database-backed applications and put the wealth of Internet data to work for you. "Bravo! I cannot think of a better way for a developer to first learn these algorithms and methods, nor can I think of a better way for me (an old AI dog) to reinvigorate my knowledge of the details." -- Dan Russell, Google "Toby's book does a great job of breaking down the complex subject matter of machine-learning algorithms into practical, easy-to-understand examples that can be directly applied to analysis of social interaction across the Web today. If I had this book two years ago, it would have saved precious time going down some fruitless paths." -- Tim Wolters, CTO, Collective Intellect

9 特價1710
貨到通知
下次再買

Head First SQL

Oreilly & 出版
2007/08/01 出版

Is your data dragging you down? Are your tables all tangled up? Well we've got the tools to teach you just how to wrangle your databases into submission. Using the latest research in neurobiology, cognitive science, and learning theory to craft a multi-sensory SQL learning experience, Head First SQL has a visually rich format designed for the way your brain works, not a text-heavy approach that puts you to sleep. Maybe you've written some simple SQL queries to interact with databases. But now you want more, you want to really dig into those databases and work with your data. Head First SQL will show you the fundamentals of SQL and how to really take advantage of it. We'll take you on a journey through the language, from basic INSERT statements and SELECT queries to hardcore database manipulation with indices, joins, and transactions. We all know "Data is Power" - but we'll show you how to have "Power over your Data". Expect to have fun, expect to learn, and expect to be querying, normalizing, and joining your data like a pro by the time you're finished reading!

9 特價2052
貨到通知
下次再買

Practical JBoss Seam Projects

Farley, Jim  著
Apress 出版
2007/07/23 出版

The first and only book of its kind, Practical JBoss Seam Web 2.0 Development, is a series of practical application scenarios which demonstrates the nature of the new open source lightweight Java EE 5 (JSF-EJB3)-standards based JBoss Seam framework, its efficacy and its limitations.

9 特價1368
立即代訂
下次再買

Object-Oriented Actionscript 3.0

Ingram 出版
2007/07/23 出版

Object-Oriented ActionScript 3.0 teaches the theory and practice of object-oriented programming (OOP) with ActionScript 3.0, assuming no serious programming experience, and delivering enough techniques and step by step examples to keep the reader interested and help them succeed in their goals.

9 特價1710
貨到通知
下次再買

AdvancEd Dom Scripting

Friends of 出版
2007/07/23 出版

DOM Scripting is a vital technique for web developers and designers to learn and master in the modern web development arena, for adding dynamic effects to web applications such as animations, maps, drag and drop, and more. At friends of ED, we kick-started the interest in this subject with Jeremy Keith's acclaimed book DOM Scripting (friends of ED 1590595335.) And now, with AdvancED DOM Scripting, we're aiming to take the reader further--AdvancED DOM Scripting starts where the original DOM Scripting left off, assuming the reader has already mastered the basics, and taking them further, with countless real world tutorials. It is the first book to exclusively cover advanced DOM Scripting techniques, and reads like a wish list of must have dynamic web application features, including visual effects using JavaScript libraries, Ajax, Mashups using APIs, and much more.

9 特價1710
貨到通知
下次再買

MySQL Pocket Reference

George,Reese  著
O'Reilly Media 出版
2007/07/17 出版

To help you be more efficient in your work, this handy pocket reference gives you instant reminders on how to use important MySQL functions, especially in conjunction with key parts of the LAMP open source infrastructure. This powerful database system is so rich in features that no administrator or programmer can stay familiar with all of them. MySQL Pocket Reference is an ideal on-the-job companion, well organized to help you find and adapt the statements you need -- quickly. Updated for the latest versions of this popular database, this edition covers many complex features that have been added to MySQL 5.0 and 5.1, including a section dedicated to stored procedures and triggers. After a brief introduction on installation and initial setup, the book explains: How to configure MySQL, such as setting the root password MySQL data types, including numerics, strings, dates, and complex types SQL syntax, commands, data types, operators, and functions Arithmetic, comparison and logical operators Aggregate and general functions Stored procedures and triggers, including procedure definition, procedure calls, procedure management, cursors, and triggers You don't have time to stop and thumb through an exhaustive reference when you're hard at work. This portable and affordable guide is small enough to fit into your pocket, and gives you a convenient reference that you can consult anywhere. When you reach a sticking point and need to get to a solution quickly, the MySQL Pocket Reference is the book you want to have.

9 特價473
貨到通知
下次再買

Visual Basic 2005 Recipes

Apress 出版
2007/07/16 出版

This book is designed to help this large audience of emerging talents during their first few years in the industry. It is packed with solutions to the common problems that professionals in the field encounter day-in day-out. The book collates these problems and explains their available solutions providing the reader with a succinct explanation of the issues they are facing and a break-down of how the problem can be solved. A complete fully-working code sample is provided for each recipe to put the reader's development back on track.

9 特價1710
貨到通知
下次再買
頁數47/52
移至第
金石堂門市 全家便利商店 ok便利商店 萊爾富便利商店 7-11便利商店
World wide
活動ing