Selasa, 17 Desember 2013

Wow! eBook: Pro Oracle SQL, 2nd Edition - 3 new eBooks


Wow! eBook: Pro Oracle SQL, 2nd Edition - 3 new eBooks

Link to Wow! eBook

Pro Oracle SQL, 2nd Edition

Posted: 17 Dec 2013 09:08 PM PST

Book Description

Pro Oracle SQL, Second Edition unlocks the power of SQL in the Oracle database—one of the most potent SQL implementations on the market today. To master it requires a multi-pronged approach: learn the language features, learn how and why the language features work, learn the supporting features that Oracle provides to help use the language effectively, and learn to think and work in sets.

Karen Morton has updated the content for Oracle version 12c and helps you master powerful aspects of Oracle SQL from the inside-out. You'll learn analytic functions, the MODEL clause, and advanced grouping syntax—features that will help in creating good queries for reporting and business intelligence applications. Pro Oracle SQL, Second Edition also helps you minimize parsing overhead, read execution plans, test for correct results, understand performance management, and exert control over SQL execution in your database. You'll learn when to create indexes, how to verify that they make a difference, how to use SQL Baselines and Profiles to optimize and stabilize SQL execution plans, and much more. You'll also understand how SQL is optimized for working in sets, and that the key to getting accurate results lies in making sure that queries ask clear and precise questions.

Pro Oracle SQL, Second Edition helps you work at a truly professional level in the Oracle dialect of SQL. You'll master the language, the tools to work effectively with the language, and the right way to think about a problem in SQL.

  • Endorsed by the OakTable Network, a group of Oracle technologists well-known for their rigorous and scientific approach to Oracle Database performance
  • Comprehensive—goes beyond the language with a focus on what you need to know to write successful queries and data manipulation statements.
  • Performance focused—teaches you how to measure the performance of your SQL statements and not just the syntax.

What you'll learn

  • Master powerful SQL features implemented in the Oracle Database
  • Understand how the Oracle Optimizer develops execution plans
  • Read and interpret SQL execution plans
  • Quickly diagnose and fix badly performing SQL
  • Control execution plans through hints, profiles, and plan baselines
  • Optimize queries within packaged applications without touching the code
  • Recognize when not to waste time on SQL that is performing optimally

Who this book is for
Pro Oracle SQL, Second Edition is aimed at developers and database administrators who submit SQL for execution by an Oracle database. Readers should already know the basic four SQL statements, and be ready to learn deeply about Oracle's specific implementation of the language, including Oracle-specific features and syntax. Readers should also want to learn about Oracle Database features such as analytic queries, the MODEL clause, and the WITH clause (subquery factoring) that are designed to help developers and database administrators exert control over their SQL environment and its execution.

Table of Contents
Chapter 1. Core SQL
Chapter 2. SQL Execution
Chapter 3. Access and Join Methods
Chapter 4. SQL Is about Sets
Chapter 5. It's about the Question
Chapter 6. SQL Execution Plans
Chapter 7. Advanced Grouping
Chapter 8. Analytic Functions
Chapter 9. The MODEL Clause
Chapter 10. Subquery Factoring
Chapter 11. Semijoins and Antijoins
Chapter 12. Indexes
Chapter 13. Beyond the SELECT
Chapter 14. Transaction Processing
Chapter 15. Testing and Quality Assurance
Chapter 16. Plan Stability
Chapter 17. Plan Control
Chapter 18. Miscellaneous SQL Constructs

Book Details

  • Paperback: 580 pages
  • Publisher: Apress; 2nd Edition (October 2013)
  • Language: English
  • ISBN-10: 1430262206
  • ISBN-13: 978-1430262206
Note: There is a file embedded within this post, please visit this post to download the file.

Related Books

The post Pro Oracle SQL, 2nd Edition appeared first on Wow! eBook.

Pro iOS and Android Apps for Business

Posted: 17 Dec 2013 09:05 PM PST

Book Description

With Pro iOS and Android Apps for Business, you can take your web development experience and apply it toward creating a full-featured business app, from soup to nuts.  Frank Zammetti shows you how to create a client app using jQuery Mobile wrapped in PhoneGap, and how to create a node.js-based server that uses MongoDB as its data store.

You never have to deal with learning Objective-C, Java or any other difficult-to-learn language.  Instead, you can build on your existing HTML5, JavaScript and CSS experience to quickly and effectively build any app your business needs.  You can apply this knowledge to iOS and Android apps as well as other mobile platforms since the technologies used support most modern mobile platforms as well.

You’ll learn:

  • How to design a full-featured app, including requirements like offline access
  • How to build the client-side of the app using jQuery Mobile, including adding stub code for calling the node.js server
  • How to create a simple server with node.js and interact with it using REST
  • How to use MongoDB with node.js for data storage
  • How to use PhoneGap to ready your app for mobile deployment
  • How to test and debug your app on iOS and Android

Pro iOS and Android Apps for Business is for experienced web developers who need to get up to speed quickly in building iOS and Android apps for business.  Are you ready to join the mobile revolution using the same technologies you already use to build great web applications?  If so, this is the book for you!

What you'll learn

  • How to design a full-featured app, including requirements like offline access
  • How to build the client-side of the app using jQuery Mobile, including adding stub code for calling the node.js server
  • How to create a simple server with node.js and interact with it using REST
  • How to use MongoDB with node.js for data storage
  • How to use PhoneGap to ready your app for mobile deployment
  • How to test and debug your app on iOS and Android

Who this book is for
Experienced web devs who need to get up to speed quickly in building iOS and Android apps for business. HTML/CSS/JavaScript experience highly recommended.

Table of Contents
Part 1: The Client
Chapter 1. Designing My Mobile Organizer
Chapter 2. Introducing jQuery and jQuery Mobile
Chapter 3. Writing the Application with jQuery Mobile, Part I
Chapter 4. Writing the Application with jQuery Mobile, Part II

Part 2: The Server
Chapter 5. Introducing Node.js
Chapter 6. Introducing MongoDB
Chapter 7. Writing the Server with Node.js and MongoDB, Part I
Chapter 8. Writing the Server with Node.js and MongoDB, Part II

Part 3: Putting It All Together
Chapter 9. Introducing PhoneGap
Chapter 10. The Final Build. Going Mobile with PhoneGap

Book Details

  • Paperback: 312 pages
  • Publisher: Apress (October 2013)
  • Language: English
  • ISBN-10: 143026070X
  • ISBN-13: 978-1430260707
Note: There is a file embedded within this post, please visit this post to download the file.

Related Books

The post Pro iOS and Android Apps for Business appeared first on Wow! eBook.

Pro Android Graphics

Posted: 17 Dec 2013 09:02 PM PST

Book Description

Pro Android Graphics is a comprehensive goldmine of knowledge and techniques that will help you design, create, and optimize 2D graphics for use in your Android Jelly Bean applications. Android application developer and expert multimedia producer Wallace Jackson of Mind Taffy Design shows you how to leverage Android’s powerful graphics APIs in conjunction with professional open source graphics design tools such as GIMP 2.8.6 and more.

You'll learn about:

  • The foundational graphics concepts behind the three core new media areas (digital imaging, digital video, and 2D animation) which relate to graphics design, and how to optimize these new media assets for your Android applications across iTVs, tablets, eReaders, game consoles, and smartphones.
  • Digital imaging techniques for Android apps design, including graphics design layouts and graphical user interface elements, and how to use image compositing techniques to take your digital imaging to far higher levels.
  • Advanced image compositing and blending techniques, using Android's PorterDuff, NinePatch, and LayerDrawable classes.
  • Advanced 2D animation techniques, using Android's Animation and AnimationDrawable classes.
  • Digital video optimization, playback, and streaming, using open source 3D (Terragen 3) and video (VirtualDub) applications, as well as professional video editing applications such as Squeeze Pro 9. You'll use these software packages with Android's VideoView and MediaPlayer classes, and add compositing to enhance your end-users' digital video experience.

What you'll learn

  • How to build graphics rich Android apps and games
  • What are the key Android Graphics support APIs: Images, Animation and Video Concepts
  • What are the digital imaging techniques for Android apps
  • What are the advanced animation techniques for Android apps
  • How to do digital video optimization for Android apps

Who this book is for
Pro Android Graphics is written for experienced Android developers and advanced multimedia artisans, especially those who want to create rich, vibrant-looking graphics-related applications.

Table of Contents
Chapter 1. Android Digital Imaging: Formats, Concepts, and Optimization
Chapter 2. Android Digital Video: Formats, Concepts, and Optimization
Chapter 3. Android Frame Animation: XML, Concepts, and Optimization
Chapter 4. Android Procedural Animation: XML, Concepts, and Optimization
Chapter 5. Android DIP: Device-Independent Pixel Graphics Design
Chapter 6. Android UI Layouts: Graphics Design Using the ViewGroup Class
Chapter 7. Android UI Widgets: Graphics Design Using the View Class
Chapter 8. Advanced ImageView: More Graphics Design Using ImageView
Chapter 9. Advanced ImageButton: Creating a Custom Multi-State ImageButton
Chapter 10. Using 9-Patch Imaging Techniques to Create Scalable Imaging Elements
Chapter 11. Advanced Image Blending: Using Android PorterDuff Classes
Chapter 12. Advanced Image Compositing: Using the LayerDrawable Class
Chapter 13. Digital Image Transitions: Using the TransitionDrawable Class
Chapter 14. Frame-Based Animation: Using the AnimationDrawable Class
Chapter 15. Procedural Animation: Using the Animation Classes
Chapter 16. Advanced Graphics: Mastering the Drawable Class
Chapter 17. Interactive Drawing: Using Paint and Canvas Classes Interactively
Chapter 18. Playing Captive Video Using the VideoView and MediaPlayer Classes
Chapter 19. Streaming Digital Video from an External Media Server

Book Details

  • Paperback: 620 pages
  • Publisher: Apress (October 2013)
  • Language: English
  • ISBN-10: 1430257857
  • ISBN-13: 978-1430257851
Note: There is a file embedded within this post, please visit this post to download the file.

Related Books

The post Pro Android Graphics appeared first on Wow! eBook.

Tidak ada komentar:

Posting Komentar