E books Collection [ Daily Updates ]

loadx69

Member
Feb 25, 2012
17
0
0
57d09b7720.jpg


Google Script: Enterprise Application Essentials | 12 Mb

How can you extend Google Apps to fit your organization’s needs? This concise guide shows you how to use Google Scripts, the JavaScript-based language that provides a complete web-based development platform—with no downloads, configuration, or compiling required. You’ll learn how to add functionality to Gmail, spreadsheets, and other Google services, or build data-driven apps that run from a spreadsheet, in a browser window, or within a Google Site.

If you have some Java experience, getting started with Google Scripts is easy. Through code examples and step-by-step instructions, you’ll learn how to build applications that authenticate users, display custom data from a spreadsheet, send emails, and many more tasks.

Learn Google Script’s built-in debugger, script manager, and other features
Create a user interface as a pop-up window, a web page, or a Google Sites gadget
Use data objects and CSS to build effective product pages
Automatically generate web forms from key values you specify in your Google Docs
Create a database UI that works as a mobile app and Google Site gadget
Use Google Docs and Gmail to create a document revision workflow
Table of Contents
Part I: Understanding Google Script
Chapter 1. First Steps in Google Script
Chapter 2. Setting Up Your Development Environment
Chapter 3. Building an Interface
Chapter 4. Adding Actions

Part II: Building Enterprise Applications
Chapter 5. Dynamic Details Using CSS
Chapter 6. Automate Your Forms and Templates
Chapter 7. Collecting Data
Chapter 8. Workflows
Chapter 9. Mash Up

Appendix. UI Element Examples

Book Details

Paperback: 214 pages
Publisher: O’Reilly Media (January 2012)
Language: English
ISBN-10: 1449318525
ISBN-13: 978-1449318529
File Size: 12.0 MiB





296dc357f7.png







Code:
http://extabit.com/file/2dauxex8a03bk






dcc3402738.png
 

loadx69

Member
Feb 25, 2012
17
0
0
02017710e1.jpg


Mastering Microsoft Lync Server 2010 | 19.38 MB

An in-depth guide on the leading Unified Communications platform

Microsoft Lync Server 2010 maximizes communication capabilities in the workplace like no other Unified Communications (UC) solution. Written by experts who know Lync Server inside and out, this comprehensive guide shows you step by step how to administer the newest and most robust version of Lync Server. Along with clear and detailed instructions, learning is aided by exercise problems and real-world examples of established Lync Server environments. You’ll gain the skills you need to effectively deploy Lync Server 2010 and be on your way to gaining all the benefits UC has to offer.

Gets you up and running with Lync Server—whether you are migrating from Office Communications Server or new to Lync Server.
Walks you through all of the essential stages for deploying Lync Server
Shows integration with Microsoft Exchange Server and Microsoft SharePoint Server
Demonstrates how to monitor, diagnose, and troubleshoot problems more efficiently
Mastering Lync Server 2010 is a must-have resource for anyone looking to manage all the various forms of communication from one user interface.

From the Back Cover
Unified Communications Made Easier with Lync and This Practical Guide

If you’re in charge of Unified Communications (UC), this book is for you. Covering Microsoft Lync Server 2010 in detail, this practical guide shows you how to harness Lync’s new capabilities and streamlined tools to simplify the implementation of UC across your business, large or small. From handling installation, remote access, and security to coordinating video chats, VoIP, social media, web conferencing, and more, you’ll find a wealth of information and real-world examples on how to get the very most out of this high-demand UC technology.

Coverage includes:

Mastering Lync fundamentals such as tools, standards, protocols, and security
Planning deployment, implementing, and handling upgrades from Office Communications Server
Managing with Lync Control Panel and PowerShell
Setting up Role-Based Access Control (RBAC)
Monitoring, archiving, and troubleshooting
Getting started with Telephony, connecting to the PSTN, and deploying your own conference bridge
Integrating with Exchange, SharePoint®, and Group Chat as well as other non-Microsoft hardware and software products such as Gateways, PBXs, and other IM clouds
Learn How to Plan, Install, Configure, and Troubleshoot Lync
Understand All Client, Server, and Voice Features
Coordinate Web and Video Conferences, Enterprise Telephony, and Desktop Sharing
Find Invaluable Examples of Actual Lync Deployments
Leverage Lync Server 2010 Mobility Service and Lync Mobile Clients

Book Details

Paperback: 744 pages
Publisher: Sybex (January 2012)
Language: English
ISBN-10: 1118089537
ISBN-13: 978-1118089538
File Size: 19.4 MiB





296dc357f7.png







Code:
http://extabit.com/file/2dauxex89zt8d






dcc3402738.png
 

loadx69

Member
Feb 25, 2012
17
0
0
79b32c6928.jpg


Oracle PL/SQL Programming: A Developer’s Workbook | 3.4 Mb

However excellent they are, most computer books are inherently passive–readers simply take in text without having any opportunity to react to it. The Oracle PL/SQL Developer’s Workbook is a different kind of animal! It’s designed to engage you actively, to get you solving programming problems immediately, and to help you apply what you’ve learned about PL/SQL–and in the process deepen your knowledge of the language. By tackling the exercises in this workbook, you’ll find yourself moving more rapidly along the learning curve to join the growing ranks of PL/SQL experts.

The Oracle PL/SQL Developer’s Workbook is a companion to Steven Feuerstein’s bestselling Oracle PL/SQL Programming and his other PL/SQL books from O’Reilly. It contains a carefully constructed set of problems and solutions that will test your language skills and help you become a better developer–both with PL/SQL and with other languages. Exercises are provided at three levels: beginner, intermediate, and expert. The workbook exercises cover all the major features of PL/SQL, including those new to Oracle8i (e.g., Java and web features, autonomous transactions, and bulk binds).

You’ll find chapters on:

Basic language elements–variables, naming, loops, conditional and sequential control, exception handling, and records.
Data structures–index-by tables, nested tables, variables arrays (VARRAYs), and object technology.
Database interaction–cursors, DML and transaction management, cursor variables, and native dynamic SQL
Program construction–procedures, functions, blocks, packages, database triggers, and calling PL/SQL functions in SQL.
Built-in functionality–the character, date, conversion, numeric, and miscellaneous functions, and the DBMS_SQL, DBMS_PIPE, DBMS_OUTPUT, UTL_FILE, and DBMS_JOB built-in packages.
Miscellaneous topics–using Java with PL/SQL, external programs, PL/SQL web development, tuning PL/SQL, and PL/SQL for DBAs.
Table of Contents
Chapter 1. Declaring Variables and Naming Elements
Chapter 2. Loops
Chapter 3. Conditional and Sequential Logic
Chapter 4. Exception Handling
Chapter 5. Records
Chapter 6. Index-by Tables
Chapter 7. Nested Tables
Chapter 8. Variable Arrays
Chapter 9. Object Technology
Chapter 10. Cursors
Chapter 11. DML and Transaction Management
Chapter 12. Cursor Variables
Chapter 13. Native Dynamic SQL
Chapter 14. Procedures, Functions, and Blocks
Chapter 15. Packages
Chapter 16. Triggers
Chapter 17. Calling Functions in SQL
Chapter 18. Character Functions
Chapter 19. Date Functions
Chapter 20. Conversion, Numeric, and Miscellaneous Functions
Chapter 21. DBMS_SQL Built-in Package
Chapter 22. DBMS_PIPE Built-in Package
Chapter 23. DBMS_OUTPUT Built-in Package
Chapter 24. UTL_FILE Built-in Package
Chapter 25. DBMS_JOB Built-in Package
Chapter 26. Using Java with PL/SQL
Chapter 27. External Procedures
Chapter 28. PL/SQL Web Development
Chapter 29. Tuning PL/SQL
Chapter 30. PL/SQL for DBAs

Book Details

Paperback: 592 pages
Publisher: O’Reilly Media (May 2000)
Language: English
ISBN-10: 1565926749
ISBN-13: 978-1565926745
File Size: 3.4 MiB





296dc357f7.png







Code:
http://extabit.com/file/2dauxcbid1306






dcc3402738.png
 

loadx69

Member
Feb 25, 2012
17
0
0
0b595c15b9.jpg


Oracle SQL*Loader: The Definitive Guide | 1.1 MB

QLLoader is a ubiquitous tool in the Oracle world. It has been shipped with Oracle since at least Version 6 and continues to be supported and enhanced with each new version of Oracle, including Oracle8 and Oracle8i. The job of SQLLoader is to load data from flat files into an Oracle database. It’s optimized for loading large volumes of data, and is flexible enough to handle virtually any input format.

Almost every Oracle user has to use SQLLoader at one time or another, and DBAs are frequently called upon to load data for the users in their organization. Despite SQLLoader’s wide availability and usage, few DBAs and developers know how to get the most out of it. Oracle SQLLoader: The Definitive Guide has everything you need to know to put SQLLoader to its best use: an introduction to SQLLoader, a reference to all of its syntax options, and most importantly, step-by-step instructions for all the SQLLoader tasks you’d want to perform–and maybe some you didn’t realize you COULD perform.

You’ll learn how to construct the necessary control files and load from different types of files containing different types of data (e.g., fixed-width data, delimited data, and data of various datatypes). You’ll also learn how to validate data, load it selectively, transform it as it is loaded, and recover after failure. This book explains how to optimize SQLLoader performance by adjusting the transaction size and using the new direct path option. It also covers the newest SQLLoader features–the loading of large object (LOB) columns and the new object types (nested tables, varying arrays, and object tables).

Oracle SQLLoader: The Definitive Guide is an indispensable resource for anyone who is new to SQLLoader; a task-oriented learning tool for those who are already using it; and a quick reference for every user. If you want to take best advantage of an essential Oracle tool, you need this book.

Table of Contents
Chapter 1. Introduction to SQL*Loader
Chapter 2. The Mysterious Control File
Chapter 3. Fields and Datatypes
Chapter 4. Loading from Fixed-Width Files
Chapter 5. Loading Delimited Data
Chapter 6. Recovering from Failure
Chapter 7. Validating and Selectively Loading Data
Chapter 8. Transforming Data During a Load
Chapter 9. Transaction Size and Performance Issues
Chapter 10. Direct Path Loads
Chapter 11. Loading Large Objects
Chapter 12. Loading Objects and Collections

Book Details

Paperback: 272 pages
Publisher: O’Reilly Media (April 2001)
Language: English
ISBN-10: 1565929489
ISBN-13: 978-1565929487
File Size: 1.1 MiB





296dc357f7.png







Code:
http://extabit.com/file/2dauxcbe2895s?upld=1






dcc3402738.png
 

loadx69

Member
Feb 25, 2012
17
0
0
0b595c15b9.jpg


Oracle SQL*Loader: The Definitive Guide | 1.1 MB

QLLoader is a ubiquitous tool in the Oracle world. It has been shipped with Oracle since at least Version 6 and continues to be supported and enhanced with each new version of Oracle, including Oracle8 and Oracle8i. The job of SQLLoader is to load data from flat files into an Oracle database. It’s optimized for loading large volumes of data, and is flexible enough to handle virtually any input format.

Almost every Oracle user has to use SQLLoader at one time or another, and DBAs are frequently called upon to load data for the users in their organization. Despite SQLLoader’s wide availability and usage, few DBAs and developers know how to get the most out of it. Oracle SQLLoader: The Definitive Guide has everything you need to know to put SQLLoader to its best use: an introduction to SQLLoader, a reference to all of its syntax options, and most importantly, step-by-step instructions for all the SQLLoader tasks you’d want to perform–and maybe some you didn’t realize you COULD perform.

You’ll learn how to construct the necessary control files and load from different types of files containing different types of data (e.g., fixed-width data, delimited data, and data of various datatypes). You’ll also learn how to validate data, load it selectively, transform it as it is loaded, and recover after failure. This book explains how to optimize SQLLoader performance by adjusting the transaction size and using the new direct path option. It also covers the newest SQLLoader features–the loading of large object (LOB) columns and the new object types (nested tables, varying arrays, and object tables).

Oracle SQLLoader: The Definitive Guide is an indispensable resource for anyone who is new to SQLLoader; a task-oriented learning tool for those who are already using it; and a quick reference for every user. If you want to take best advantage of an essential Oracle tool, you need this book.

Table of Contents
Chapter 1. Introduction to SQL*Loader
Chapter 2. The Mysterious Control File
Chapter 3. Fields and Datatypes
Chapter 4. Loading from Fixed-Width Files
Chapter 5. Loading Delimited Data
Chapter 6. Recovering from Failure
Chapter 7. Validating and Selectively Loading Data
Chapter 8. Transforming Data During a Load
Chapter 9. Transaction Size and Performance Issues
Chapter 10. Direct Path Loads
Chapter 11. Loading Large Objects
Chapter 12. Loading Objects and Collections

Book Details

Paperback: 272 pages
Publisher: O’Reilly Media (April 2001)
Language: English
ISBN-10: 1565929489
ISBN-13: 978-1565929487
File Size: 1.1 MiB





296dc357f7.png







Code:
http://extabit.com/file/2dauxcbe2895s?upld=1






dcc3402738.png
 

loadx69

Member
Feb 25, 2012
17
0
0
07dedcec15.jpg


SQL in a Nutshell, 3rd Edition | 3.9 MB

For programmers, analysts, and database administrators, SQL in a Nutshell is the essential reference for the SQL language used in today’s most popular database products. This new edition clearly documents every SQL command according to the latest ANSI standard, and details how those commands are implemented in Microsoft SQL Server 2008, Oracle 11g, and the MySQL 5.1 and PostgreSQL 8.3 open source database products. You’ll also get a concise overview of the Relational Database Management System (RDBMS) model, and a clear-cut explanation of foundational RDBMS concepts — all packed into a succinct, comprehensive, and easy-to-use format. This book provides:

Background on the Relational Database Model, including current and previous SQL standards
Fundamental concepts necessary for understanding relational databases and SQL commands
An alphabetical command reference to SQL statements, according to the SQL2003 ANSI standard
The implementation of each command by MySQL, Oracle, PostgreSQL, and SQL Server
An alphabetical reference of the ANSI SQL2003 functions, as well as the vendor implementations
Platform-specific functions unique to each implementation
Beginning where vendor documentation ends, SQL in a Nutshell distills the experiences of professional database administrators and developers who have used SQL variants to support complex enterprise applications. Whether SQL is new to you, or you’ve been using SQL since its earliest days, you’ll get lots of new tips and techniques in this book.

Table of Contents
Chapter 1. SQL History and Implementations
Chapter 2. Foundational Concepts
Chapter 3. SQL Statement Command Reference
Chapter 4. SQL Functions
Appendix. Shared and Platform-Specific Keywords

Book Details

Paperback: 592 pages
Publisher: O’Reilly Media; 3rd Edition (November 2008)
Language: English
ISBN-10: 0596518846
ISBN-13: 978-0596518844
File Size: 3.9 MiB





296dc357f7.png







Code:
http://extabit.com/file/2dauxcbieadrq






dcc3402738.png
 

OnDaRock

Well-known member
  • Feb 21, 2010
    938
    610
    93
    Hi,
    There are a lot of technical ebooks free to download at flazx.com
    I am downloading all of them from there. Thank you.
    OnDaRock
     

    loadx69

    Member
    Feb 25, 2012
    17
    0
    0
    467d5826d7.gif


    Web 2.0: A Strategy Guide | 8.2 Mb

    Web 2.0 makes headlines, but how does it make money? This concise guide explains what’s different about Web 2.0 and how those differences can improve your company’s bottom line. Whether you’re an executive plotting the next move, a small business owner looking to expand, or an entrepreneur planning a startup, Web 2.0: A Strategy Guide illustrates through real-life examples how businesses, large and small, are creating new opportunities on today’s Web.

    This book is about strategy. Rather than focus on the technology, the examples concentrate on its effect. You will learn that creating a Web 2.0 business, or integrating Web 2.0 strategies with your existing business, means creating places online where people like to come together to share what they think, see, and do. When people come together over the Web, the result can be much more than the sum of the parts. The customers themselves help build the site, as old-fashioned “word of mouth” becomes hypergrowth.

    Web 2.0: A Strategy Guide demonstrates the power of this new paradigm by examining how:

    Flickr, a classic user-driven business, created value for itself by helping users create their own value
    Google made money with a model based on free search, and changed the rules for doing business on the Web-opening opportunities you can take advantage of
    Social network effects can support a business-ever wonder how FaceBook grew so quickly?
    Businesses like Amazon tap into the Web as a source of indirect revenue, using creative new approaches to monetize the investments they’ve made in the Web
    Written by Amy Shuen, an authority on Silicon Valley business models and innovation economics, Web 2.0: A Strategy Guide explains how to transform your business by looking at specific practices for integrating Web 2.0 with what you do. If you’re executing business strategy and want to know how the Web is changing business, this book is for you.

    Table of Contents
    Chapter 1. Users Create Value
    Chapter 2. Networks Multiply Effects
    Chapter 3. People Build Connections
    Chapter 4. Companies Capitalize Competences
    Chapter 5. New Recombines with Old
    Chapter 6. Businesses Incorporate Strategies






    296dc357f7.png







    Code:
    http://extabit.com/file/2dauxc9wt0xyi






    dcc3402738.png
     

    loadx69

    Member
    Feb 25, 2012
    17
    0
    0
    467d5826d7.gif


    Web 2.0: A Strategy Guide | 8.2 Mb

    Web 2.0 makes headlines, but how does it make money? This concise guide explains what’s different about Web 2.0 and how those differences can improve your company’s bottom line. Whether you’re an executive plotting the next move, a small business owner looking to expand, or an entrepreneur planning a startup, Web 2.0: A Strategy Guide illustrates through real-life examples how businesses, large and small, are creating new opportunities on today’s Web.

    This book is about strategy. Rather than focus on the technology, the examples concentrate on its effect. You will learn that creating a Web 2.0 business, or integrating Web 2.0 strategies with your existing business, means creating places online where people like to come together to share what they think, see, and do. When people come together over the Web, the result can be much more than the sum of the parts. The customers themselves help build the site, as old-fashioned “word of mouth” becomes hypergrowth.

    Web 2.0: A Strategy Guide demonstrates the power of this new paradigm by examining how:

    Flickr, a classic user-driven business, created value for itself by helping users create their own value
    Google made money with a model based on free search, and changed the rules for doing business on the Web-opening opportunities you can take advantage of
    Social network effects can support a business-ever wonder how FaceBook grew so quickly?
    Businesses like Amazon tap into the Web as a source of indirect revenue, using creative new approaches to monetize the investments they’ve made in the Web
    Written by Amy Shuen, an authority on Silicon Valley business models and innovation economics, Web 2.0: A Strategy Guide explains how to transform your business by looking at specific practices for integrating Web 2.0 with what you do. If you’re executing business strategy and want to know how the Web is changing business, this book is for you.

    Table of Contents
    Chapter 1. Users Create Value
    Chapter 2. Networks Multiply Effects
    Chapter 3. People Build Connections
    Chapter 4. Companies Capitalize Competences
    Chapter 5. New Recombines with Old
    Chapter 6. Businesses Incorporate Strategies






    296dc357f7.png







    Code:
    http://extabit.com/file/2dauxc9wt0xyi






    dcc3402738.png
     

    loadx69

    Member
    Feb 25, 2012
    17
    0
    0
    e662bc3d17.jpg


    C# Database Basics | 11.5 MB

    Working with data and databases in C# certainly can be daunting if you’re coming from VB6, VBA, or Access. With this hands-on guide, you’ll shorten the learning curve considerably as you master accessing, adding, updating, and deleting data with C#—basic skills you need if you intend to program with this language.

    No previous knowledge of C# is necessary. By following the examples in this book, you’ll learn how to tackle several database tasks in C#, such as working with SQL Server, building data entry forms, and using data in a web service. The book’s code samples will help you get started on your own projects.

    Create a Windows Forms application with a datagrid
    Connect to multiple data sources, including Access and SQL Server
    Add, edit, and update data in a database you choose and design
    Enable users to choose their data source at runtime
    Learn the roles of DataTable, DataView, BindingSource, Filters, and other objects
    Understand where variables are declared and how they impact the code
    Build a simple web service that connects to a database
    Table of Contents
    Chapter 1. First Steps: Form with a Datagrid
    Chapter 2. C# Data Access to SQL Server
    Chapter 3. Building Data Entry Forms
    Chapter 4. Creating Data Entry Forms with Built-In Controls
    Chapter 5. Data in a Web Service
    Chapter 6. Editing Access Data on the Web
    Chapter 7. Additional C# and Database Topics

    Book Details

    Paperback: 108 pages
    Publisher: O’Reilly Media (January 2012)
    Language: English
    ISBN-10: 1449309984
    ISBN-13: 978-1449309985
    File Size: 11.5 MiB





    296dc357f7.png







    Code:
    http://extabit.com/file/2dauxca17kmgd






    dcc3402738.png