Suche einschränken:
Zur Kasse

91 Ergebnisse - Zeige 61 von 80.

Beginning Google SketchUp for 3D Printing

Singh, Sandeep
Beginning Google SketchUp for 3D Printing
The age of 3D printing and personal fabrication is upon us! You've probably heard of the incredibly sophisticated, yet inexpensive 3D printers that can produce almost any creation you give them. But how do you become part of that revolution? Sandeep Singh takes you through the skills you need to learn and the services and technologies you need to know-explaining what 3D printing is, how it works, and what it can do for you. You'll find yoursel...

CHF 61.00

Enterprise Java for SAP

Sincock, Austin
Enterprise Java for SAP
Austin Sincock provides step-by-step real-world examples for developing Enterprise Java applications on SAP. His is the first title that uses open-source software to help developers learn and use Java for SAP.Bridges the gap between SAP's language ABAP and object-oriented Java Provides a complete look at SAP's Java connector, JCo Demonstrates graphical application development for SAP using Java's Swing libraries Shows how to deploy and bu...

CHF 79.00

Beginning C: From Novice to Professional

Horton, Ivor
Beginning C: From Novice to Professional
C is the programming language of choice when speed and reliability are required. It is used for many low-level tasks, such as device drivers and operating-system programming. For example, much of Windows and Linux is based on C programming. The updated 4th edition of Beginning C builds on the strengths of its predecessors to offer an essential guide for anyone who wants to learn C or desires a 'brush-up' in this compact, fundamental language. ...

CHF 114.00

Zk: Ajax Without the JavaScript Framework

Chen, Henri / Cheng, Amy
Zk: Ajax Without the JavaScript Framework
This book shows you how to use this simplest Ajax framework to write real world responsive web application, and it covers ZK's more than 70 XUL and 80 XHTML rich GUI components. This firstPress book (PDF eBook with Print on Demand (POD) option) is the first book on ZK. It is authoritatively written by the co-founder/lead of ZK project

CHF 54.90

The Berkeley DB Book

Yadava, Himanshu
The Berkeley DB Book
The Berkeley DB Book is intended to be a practical guide to the intricacies of Berkeley DB, an in-depth analysis of the complex design issues which are often covered in terse footnotes in the dense Berkeley DB reference manual. It explains the technology at a higher level and also covers the internals with generous code and design examples. Berkeley DB is becoming the database of choice for appliance makers and for in memory cache of large sca...

CHF 78.00

Practical Software Factories in .Net

Lenz, Gunther / Wienands, Christoph
Practical Software Factories in .Net
The Software Factory methodology is based on recognition of these similarities and a drive to extend the concept of "reusability" to the point where we achieve entirely automated product lines. Based on an analysis and understanding of the common features and techniques of a set of applications, a Software Factory defines a tailored, end-to-end methodology for building these applications. At the heart of the Software factory methodology is the...

CHF 74.00

Beginning Spatial with SQL Server 2008

Aitchison, Alastair
Beginning Spatial with SQL Server 2008
Microsoft SQL Server 2008 introduces new geography and geometry spatial datatypes that enable the storage of structured data describing the shape and position of objects in space. This is an interesting and exciting new feature, with many potentially useful applications. Beginning Spatial with SQL Server 2008 covers everything you need to know to begin using these new spatial datatypes, and explains how to apply them in practical situations in...

CHF 68.00

Expert C++/CLI: .Net for Visual C++ Programmers

Heege, Marcus
Expert C++/CLI: .Net for Visual C++ Programmers
Stan Lippman is one of the best-selling authors on C++ and has long been one of the major contributors to its growth and standardization. Written by experts, and full of sound expert insight and advice, this book can be read profitably by any C++ programmer. Short code examples concisely illustrate concepts, and more elaborate examples show how C++/CLI is best used. Even programmers new to C++/CLI, but planning to migrate to it from another la...

CHF 74.00

Pro Visual C++/CLI and the .Net 3.5 Platform

Fraser, Stephen R. G.
Pro Visual C++/CLI and the .Net 3.5 Platform
Pro Visual C++/CLI and the .NET 3.5 Platform is about writing .NET applications using C++/CLI. While readers are learning the ins and outs of .NET application development, they will also be learning the syntax of C++, both old and new to .NET. Readers will also gain a good understanding of the .NET architecture. This is truly a .NET book applying C++ as its development language-not another C++ syntax book that happens to cover .NET.

CHF 74.00

Grails Persistence with Gorm and Gsql

Fischer, Bobby
Grails Persistence with Gorm and Gsql
Unique to the popular Grails web framework is its architecture. While other frameworks are built from the ground up, Grails leverages existing and proven technologies that already have advanced functionality built in. One of the key technologies in this architecture is Hibernate, on top of which Grails builds its GORM (Grails Object Relational Mapping) model layer. This provides Grails a persistence solution. Published with the developer in mi...

CHF 40.90

How to Code .Net: Tips and Tricks for Coding .Net 1.1 and...

Gross, Christian
How to Code .Net: Tips and Tricks for Coding .Net 1.1 and .Net 2.0 Applications Effectively
What is good code? This book provides specific guidelines for well-written code in the .NET context. The contents are based on award-winning material the author has presented at conferences throughout the US and Europe. There is debate about good code because there is not a single good piece of code, but many good pieces of code, each depending on the context that it is used. The author, an acknowledged expert on the subject of .NET coding sty...

CHF 69.00

Pro Oracle Spatial

Kothuri, Ravikanth / Beinat, Euro / Godfrind, Albert
Pro Oracle Spatial
* With Oracle 10g, for the first time, much of the Spatial functionality is provided for free (rather than as a priced option) in the database, thus massively increasing the potential audience. * Shows how any Oracle application that has a spatial element (e.g. postcode) can take advantage of Spatial functionality. * Contains case studies of more advanced applications of Spatial in healthcare, telecom , retail, and distribution . * Oracle ...

CHF 72.00

Pulling Strings with Puppet: Configuration Management Mad...

Turnbull, James
Pulling Strings with Puppet: Configuration Management Made Easy
Competent system administrators know their success hinges upon being able to perform often tedious tasks with rigor and punctuality. Such metrics are often achieved only by instituting a considerable degree of automation, something that has become even more crucial as IT environments continue to scale both in terms of size and complexity. One of the most powerful system administration tools to be released is Puppet, a solution capable of autom...

CHF 48.90

Net 2.0 Interoperability Recipes: A Problem-Solution Appr...

Bukovics, Bruce
Net 2.0 Interoperability Recipes: A Problem-Solution Approach
It is difficult to just throw out all existing code and start over when a new technology arrives. That's the situation with Microsoft .NET, which represents a new and improved way of developing software for the Windows platform. Wouldn't you would love to rewrite all of your existing code in the newer managed code environment that .NET provides? However, you have that little problem known as legacy code. Fortunately, Microsoft .NET provides a ...

CHF 74.00

Learn to Tango with D

Bell, Kris / Igesund, Lars Ivar / Kelly, Sean
Learn to Tango with D
In recent years, much work has been put into creating programming languages that embody a blend of many of the most admired characteristics of their predecessors. One such language is D, which provides developers with the speed of languages such as C and C++ combined with the power and flexibility of languages such as Ruby and Python. Learn to Tango with D introduces you to the powerful D language, with special attention given to the Tango sof...

CHF 42.50

Power SAS: A Survival Guide

Lafler, Darlynn
Power SAS: A Survival Guide
Lafler's book provides SAS users (Version 8.2) with a wonderful collection of tips, undocumented or hard-to-find tidbits of information, and other useful techniques in more than 1, 000 entries.

CHF 72.00

Creating Mac Widgets with Dashcode

Murray, William H. / Pappas, Chris H.
Creating Mac Widgets with Dashcode
In over 100 pages, you will learn to create and use widgets using Dashcode. Widgets are simple, typically small applications for a specific purpose, such as a weather report, a calculator, a stock quote, and the like that reside on the Mac Dashboard. Building these before Dashcode was time consuming though not hard, but now, you can whip up a Widget fast. Creating Mac Widgets with Dashcode teaches you how. Updated for Mac OS X 10.5 Leopard The...

CHF 39.50

Developing with Ext Gwt: Enterprise RIA Development

Slender, Grant
Developing with Ext Gwt: Enterprise RIA Development
Developing in Ext GWT is a fast-paced, practical guide to quickly learning the tasks necessary in building enterprise-class rich Internet applications (RIAs). Based around the exciting new user interface library from Ajax leaders Ext JS and the latest Google Web Toolkit release, this book takes the reader through setup, the available widgets, and advanced custom widgets and templates, and concludes with a functional sample client-server applic...

CHF 42.50

Painless Project Management with FogBugz

Gunderloy, Michael
Painless Project Management with FogBugz
The book discusses the software development life cycle from "listening to customer feedback" followed by bug tracking, reporting issues, collaborating test plans, maintenance, use cases and real world development scenarios. This book makes you think about how important project management is, not just from a managerial perspective but also from a developer/software engineer standpoint.

CHF 50.90

Web Services in Finance

Watters, Paul A.
Web Services in Finance
Many times, web services standards do not explicitly address core issues specific to the financial industrywhich makes it difficult to implement standards-compliant systems. But Web Services in Finance will bridge the gap in standards awareness. And you will acquire the skills to develop secure applications quickly. If you are a .NET or J2EE developer working in the financial industry, currently migrating applications to become Web services, o...

CHF 74.00