Bestsellers > Books > General
|
|
Head First EJB (Brain-Friendly Study Guides; Enterprise JavaBeans)»rank: 55384by: Kathy Sierra, Bert Bates
: :What do Ford Financial, IBM, and Victoria's Secret have in common? Enterprise JavaBeans (EJB). As the industry standard for platform-independent reusable business components, EJB has just become Sun Microsystem's latest developer certification. Whether you want to be certifiable or just want to learn the technology inside and out, Head First EJB will get you there in the least painful way. And with the greatest understanding. You'll learn not just what the technology *is*, but more importantly, *why* it is, and what it is and isn't good for. You'll learn tricks and tips for EJB development, along with tricks and tips for passing this latest, very challenging Sun Certified Business Component ... |
RT Essentials»rank: 77719by: Jesse Vincent, Robert Spier, Dave Rolsky, Darren Chamberlain, Richard Foley
: :In a typical organization, there's always plenty that to do such as: pay vendors, invoice customers, answer customer inquiries, and fix bugs in hardware or software. You need to know who wants what and keep track of what is left to do. This is where a ticketing system comes in. A ticketing system allows you to check the status of various tasks: when they were requested, who requested them and why, when they were completed, and more. RT is a high-level, open source ticketing system efficiently enabling a group of people to manage tasks, issues, and requests submitted by a community of users. 'RT Essentials,' co-written by one of the ... |
||
VBScript in a Nutshell, 2nd Edition»rank: 65739by: Paul Lomax, Ron Petrusha
: :Lightweight yet powerful, VBScript from Microsoft® is used in four main areas: server-side web applications using Active Server Pages (ASP), client-side web scripts using Internet Explorer, code behind Outlook forms, and automating repetitive tasks using Windows Script Host (WSH). VBScript in a Nutshell, Second Edition delivers current and complete documentation for programmers and system administrators who want to develop effective scripts. Completely updated for VBScript 5.6, WSH 5.6 and ASP 3.0, VBScript In a Nutshell, Second Edition includes updated introductory chapters that will help you keep current with the significant changes since the first edition was published. New chapters introduce the Windows Script Component for creating binary COM components, and ... |
CSS Cookbook, 2nd Edition»rank: 61731by: Christopher Schmitt
: :As the industry standard method for enriching the presentation of HTML-based web pages, Cascading Style Sheets (CSS) allow you to give web pages more structure and a more sophisticated look. But first, you have to get past CSS theory and resolve real-world problems. For those all-too-common dilemmas that crop up with each project, 'CSS Cookbook' provides hundreds of practical examples with CSS code recipes that you can use immediately to format your web pages. Arranged in a quick-lookup format for easy reference, the second edition has been updated to explain the unique behavior of the latest browsers: Microsoft's IE 7 and Mozilla's Firefox 1.5. Also, the book has been expanded ... |
||
UML 2.0 in a Nutshell (In a Nutshell (O'Reilly))»rank: 83737by: Dan Pilone, Neil Pitman
: :System developers have used modeling languages for decades to specify, visualize, construct, and document systems. The Unified Modeling Language (UML) is one of those languages. UML makes it possible for team members to collaborate by providing a common language that applies to a multitude of different systems. Essentially, it enables you to communicate solutions in a consistent, tool-supported language. Today, UML has become the standard method for modeling software systems, which means you're probably confronting this rich and expressive language more than ever before. And even though you may not write UML diagrams yourself, you'll still need to interpret diagrams written by others. 'UML 2.0 in a Nutshell' from O'Reilly ... |
C# 3.0 Cookbook»rank: 200529by: Jay Hilyard, Stephen Teilhet
: :Completely updated for C# 3.0 and the .NET 3.5 platform, the new edition of this bestseller offers more than 250 code recipes to common and not-so-common problems that C# programmers face every day. Every recipe in the book has been reconsidered with more than a third of them rewritten to take advantage of new C# 3.0 features. If you prefer solutions you can use today to general C# language instruction, and quick answers to theory, this is your book. C# 3.0 Cookbook offers a new chapter on LINQ (language integrated query), plus two expanded chapters for recipes for extension methods, lambda functions, object initializers, new synchronization primitives and more. The ... |
||
SQL Tuning»rank: 85556by: Dan Tow
: :A poorly performing database application not only costs users time, but also has an impact on other applications running on the same computer or the same network. 'SQL Tuning' provides an essential next step for SQL developers and database administrators who want to extend their SQL tuning expertise and get the most from their database applications. There are two basic issues to focus on when tuning SQL: how to find and interpret the execution plan of an SQL statement and how to change SQL to get a specific alternate execution plan. 'SQL Tuning' provides answers to these questions and addresses a third issue that's even more important: how to find ... |
Programming Silverlight 2»rank: 47426by: Jesse Liberty, Tim Heuer
: :Silverlight 2 is the most exciting Microsoft technology to come along since .NET, and this definitive tutorial is targeted straight at the programmer who wants to build rich, robust, real-world, client-side applications using managed code. Authors Jesse Liberty and Tim Heuer are Microsoft's Silverlight Community Program Managers, putting them in a unique position to tell the story of this technology. In Programming Silverlight 2, they present a guided tour through every aspect of Silverlight 2, diving deep into the techniques and best practices you'll need to create exciting and reliable cross-browser, cross-platform, Rich Internet Applications. This book: Helps you find the best paths through the thicket of information and detail ... |
||
Exploring Expect: A Tcl-based Toolkit for Automating Interactive Programs (Nutshell Handbooks)»rank: 18746by: Don Libes
: :Written by the author of Expect, this is the first book to explain how this new part of the UNIX toolbox can be used to automate Telnet, FTP, passwd, rlogin, and hundreds of other interactive applications. Based on Tcl (Tool Command Language), Expect lets you automate interactive applications that have previously been extremely difficult to handle with any scripting language. |
Essential SQLAlchemy»rank: 113520by: Rick Copeland
: :Essential SQLAlchemy introduces a high-level open-source code library that makes it easier for Python programmers to access relational databases such as Oracle, DB2, MySQL, PostgreSQL, and SQLite. SQLAlchemy has become increasingly popular since its release, but it still lacks good offline documentation. This practical book fills the gap, and because a developer wrote it, you get an objective look at SQLAlchemy's tools rather than an advocate's description of all the 'cool' features. SQLAlchemy includes both a database server-independent SQL expression language and an object-relational mapper (ORM) that lets you map 'plain old Python objects' (POPOs) to database tables without substantially changing your existing Python code. Essential SQLAlchemy demonstrates how to ... |