Materias dentro de su búsqueda.
Materias dentro de su búsqueda.
- Historia 21,783
- Història 9,630
- History 6,953
- Biblia 5,801
- Església Catòlica 4,468
- Filosofía 4,333
- Crítica e interpretación 4,158
- Iglesia Católica 3,873
- Economic conditions 3,756
- Management 3,373
- Bíblia 3,161
- Goigs 3,059
- Sermones 2,951
- Teología 2,867
- Development 2,866
- Economic policy 2,788
- Música 2,723
- Education 2,607
- Engineering & Applied Sciences 2,607
- Business & Economics 2,595
- Oración 2,541
- Derecho 2,498
- Teología dogmática 2,363
- Litúrgia 2,345
- Liturgia 2,293
- Moral cristiana 2,208
- Filosofia 2,167
- Teatro español 2,139
- Educación 2,103
- Application software 2,064
-
546521
-
546522
-
546523Publicado 2011Tabla de Contenidos: “…Cover -- Contents -- Introduction -- Who Should Read This Book -- How This Book Is Organized -- Printed Parts and Chapters -- Online-Only Parts and Chapters -- Part IX: Programming and Converting Access Applications -- Appendixes -- The Downloadable Sample Files -- How This Book Is Designed -- Typographic Conventions Used in This Book -- Key Combinations, Menu Choices, and Filenames -- SQL Statements and Keywords in Other Languages -- Typographic Conventions Used for VBA -- Typographic Conventions Used for VBScript -- System Requirements for Access 2010 -- Other Sources of Information for Access -- Books -- Internet -- I: Getting Acquainted with Access 2010 -- 1 Access 2010 for Access 2007 Users: What's New -- What's New in Microsoft Office Access 2010: An Overview -- Changes to the Office 2007 Ribbon User Interface -- Security, Trusted Locations, Packages, and Certificates -- Access Web Databases and SharePoint Lists -- Application Development by Templates -- Access Macros Redux -- SQL Server 2008 [R2] Express Edition Setup -- 2 Building Simple Tracking Applications -- Creating Access Applications from Downloaded Templates -- Touring the Modified Tasks Application -- Importing and Exporting Data from and to Outlook 2010 -- Integrating Objects from Other Template Databases -- 3 Navigating the Fluent User Interface -- Defining Access Functions -- Defining Access Operating Modes -- Opening the Northwind.accdb Sample Database -- Understanding Access's Table Windows -- Navigating the Home and Create Ribbons -- Using the Function Keys -- Setting Default Options -- Creating a Customized Template File -- Using Access Online Help -- Spelunking the Database Utilities -- Packaging, Signing, and Distributing an Access 2007 Database -- II: Learning the Fundamentals of Access Databases -- 4 Exploring Relational Database Theory and Practice…”
Libro electrónico -
546524Publicado 2011Tabla de Contenidos: “…Introducing the .NET platform -- Introducing the C# programming language -- Getting started with .NET development using C# -- C# - The language -- Language essentials -- Expressions and operators -- Primer on types and objects -- Simple control flow -- Basics of exceptions and resource management -- Introducing types -- Methods -- Fields, properties, and indexes -- Constructors and finalizers -- Operator overloading and conversations -- Object-oriented programming -- Generic types and methods -- Collections types -- Delegates -- Events -- Language integrated query essentials -- Language integrated query internals -- Reflection -- Dynamic programming -- Exceptions -- Namespaces -- Assembles and application domains -- Working with base class libraries -- Base class library essentials -- Diagnostics and instrumentation -- Working with I/O -- Threading and synchronization -- Task parallellism and date parallelism…”
Libro electrónico -
546525por Benito, Enrique“…Occidente y Oriente, dos lados del planeta con planteamientos tan diferentes, están ahora más cerca que nunca. …”
Publicado 2007
Libro electrónico -
546526Publicado 2010Tabla de Contenidos: “…Searching for Transactions -- 4 Invoicing and Collecting Income -- Setting Customers Preferences -- Creating an Invoice -- Previewing or Printing Invoices -- Emailing an Invoice -- Charging Expenses to a Customer -- Setting Finance Charge Preferences -- Creating a Monthly Statement -- Receiving Payments for Invoices -- Issuing a Credit or Refund -- Recording Cash Sales (COD) -- Making Bank Deposits -- Receiving Advances, Retainers, and Down Payments -- Issuing Discounts -- Tracking Accounts Receivable -- Viewing the Open Invoices Report -- Creating a Collection Letter -- Recording Bad Debts -- Working with Multiple Currencies -- 5 Making Purchases and Recording Payments -- Setting Purchases and Vendors Preferences -- Working with the Vendor Center -- Using Purchase Documents -- Reporting on Open Purchase Orders -- Receiving Goods -- Receiving a Partial Order -- Viewing Aging and Unpaid Bills Reports -- Paying Bills -- Taking Discounts -- Using the Check Register -- Editing Bill Payments -- Deleting Bill Payments -- Setting Checking Preferences -- Writing Checks -- Printing Checks -- Voiding Checks -- 6 Collecting and Paying Sales Tax -- Setting Sales Tax Preferences -- Creating a Sales Tax Item -- Creating a Sales Tax Group -- Charging Sales Tax to Customers -- Entering Tax Status of Inventory Items -- Selling Tax-Exempt Items -- Selling Items to Tax-Exempt Customers -- Producing Monthly Sales Tax Reports -- Paying Sales Tax -- Taking a Discount for Early Payment -- 7 Using Time-Saving Features -- Memorizing Transactions -- Memorizing a Group of Transactions -- Using Memorized Transactions -- Scheduling Recurring Transactions -- Changing Memorized and Scheduled Transactions -- Removing Memorized Transactions -- Setting Reminders Preferences -- Using Reminders -- 8 Job Cost Estimating and Tracking -- Setting Jobs and Estimate Preferences…”
Libro electrónico -
546527
-
546528Publicado 2004“…It's not difficult to recognize an organization or team that has strong morale, pride, and spirit as opposed to one that does not. …”
Libro electrónico -
546529Publicado 2010Tabla de Contenidos: “…Error -- Recognizing Circular References -- Checking for Formula References (Precedents) -- Checking for Cell References (Dependents) -- CHAPTER 6 WORKING WITH CHARTS -- The Chart Tools Contextual Tab -- Creating a Chart -- Changing the Chart Type -- Altering the Source Data Range -- Altering Chart Options -- Formatting the Plot Area -- Formatting the Chart Area -- Formatting the Axis Scale -- Altering the Original Data -- Adding Data to Charts -- Adding a Legend -- CHAPTER 7 WORKING WITH GRAPHICS -- Using Drawing Tools -- Inserting Clip Art -- Inserting a Picture from File -- Using AutoShapes -- Inserting WordArt -- Using Smart Art in Excel -- Inserting a Diagram -- Inserting an Object -- Selecting an Object -- Formatting an Object -- Moving an Object -- Resizing an Object -- Deleting an Object…”
Libro electrónico -
546530Publicado 2010“…More than that, the stock manner of rendering tables is performance-intensive and results in a visible choppiness in your UI. In this detailed O'Reilly Breakdown, Mike Morrison digs into how to optimize your tables. …”
-
546531Publicado 2010Tabla de Contenidos: “…-- About the Websphere Application Server Product -- This Book and Its Organization -- Chapter 2 Jython Fundamentals -- Introduction -- Data Types -- Numbers -- Strings -- Tuples -- Lists -- Accessing Sequence Elements -- Dictionaries -- Additional Information Types -- Literals (Constants) -- Variables Names (Identifiers) -- Variables -- Expressions -- String Operators -- Statement Separator -- Comments -- Coding Conventions -- Summary -- Chapter 3 Jython Statements -- Expression Statements -- The print Statement -- Assignment Statements -- Packing and Unpacking -- Augmented Assignment -- Slices -- Simple Statements -- The assert Statement -- The break Statement -- The continue Statement -- The del Statement -- The exec Statement -- The import Statement -- The pass Statement -- The raise Statement -- Control Flow -- Compound Statements -- The if Statement -- loop Statements -- The while Statement -- The for Statement -- The try Statement -- Functions -- Function Definitions -- Namespaces -- The global Statement -- Function Parameters -- The return Statement -- Default Parameter Evaluation -- Summary -- Chapter 4 Jython Classes -- Class Statement -- Example class Definition -- Object Instantiation -- Built-in Constants -- Built-in Data Types -- List Methods -- Dictionary Methods -- String Methods -- String Formatting -- Built-in Functions -- Summary -- Chapter 5 Jython Modules -- Jython Module Basics -- The import Statement -- nested_scopes -- Packages -- Errors and Exceptions -- Built-in Exceptions -- Functional Programming -- Using Java Objects and Libraries -- Jython Standard Library -- getopt() Module -- Regular Expressions (RegExp) -- Summary -- Chapter 6 wsadmin -- wsadmin Options -- Usage Information…”
Libro electrónico -
546532Publicado 2013“…A management guide to building engagement and innovation in any organisation Written by a master business coach, mentor, entrepreneur, thought leader, and popular public speaker Ideal for business leaders and managers who want to take their organisations into the twenty-first century…”
Libro electrónico -
546533
-
546534Publicado 2014“…Auch sein kleines Geschwister ist noch einmal ordentlich aufgepäppelt worden: Das iPad mini ist jetzt ebenfalls mit Retina Display und A7-Prozessor ausgestattet und ist damit genauso schnell wie das große iPad. …”
Libro electrónico -
546535
-
546536Publicado 2011Tabla de Contenidos: “…-- Test Platforms -- Internal Design from Tests -- Device Testing -- Starting with User Interfaces -- Black Box Testing -- Unit Testing -- Summary -- Chapter 31: Test Setup -- A Common Setup -- Some Amelioration -- Test Order -- Persistent Storage Issues -- Summary -- Chapter 32: Case Study: E-Mail Addresses -- Context -- Breaking Down Tests -- Summary -- Part VI : Appendices -- Appendix A: Other Issues -- Context -- Customer Examples -- Requirements and Acceptance Tests -- Testing Systems with Random Events -- The Power of Three -- Summary -- Appendix B: Estimating Business Value -- Business Value -- Developer Stories -- Summary -- Appendix C: Test Framework Examples -- The Examples -- Fit Implementation -- Slim-Table Style -- Slim-Cucumber Style -- Robot -- Cucumber -- Test Frameworks -- Summary -- Appendix D: Tables Everywhere -- User Interface Tests with Tables -- Requirement Tables -- Quality Attribute Requirements -- Data Tables -- Summary -- Appendix E: Money with ATDD -- The Context -- The Original Tests -- The Acceptance Test Approach -- Summary -- Appendix F: Exercises -- Calculator -- More Exercises -- References -- Epilogue -- Index…”
Libro electrónico -
546537Publicado 2003“…Bass, the distinguished professor emeritus of organizational behavior at the State University of New York at Binghamton, is a leading authority on transformational leadership, a term introduced in 1978 by leadership studies pioneer James McGregor Burns…”
Libro electrónico -
546538por Ooi, Christina S. S.“…Specific solutions for recruiting and retaining great people in North Asia, South Asia, Australia, and New Zealand Seven new case studies, plus in-depth insight into IBM’s experience For every CxO, director, manager, HR leader, strategist, or consultant working with or for companies in Asia Right now, even as Western economies struggle, Asia is experiencing an unprecedented war for talent. Organizations are competing ever more aggressively to find the right people, motivate them, and retain their highest performers. …”
Publicado 2010
Libro electrónico -
546539Publicado 2011Libro electrónico
-
546540Publicado 2011“…From there, you will cover topic like organizing and planning your projects, importing your source material, and setting up your project. …”