Oracle Essentials, 5th Edition Posted: 02 Nov 2013 08:37 AM PDT Book Description Written by Oracle insiders, this indispensable guide distills an enormous amount of information about the Oracle Database into one compact volume. Ideal for novice and experienced DBAs, developers, managers, and users, Oracle Essentials walks you through technologies and features in Oracle's product line, including its architecture, data structures, networking, concurrency, and tuning. Complete with illustrations and helpful hints, this fifth edition provides a valuable one-stop overview of Oracle Database 12c, including an introduction to Oracle and cloud computing. Oracle Essentials provides the conceptual background you need to understand how Oracle truly works. Topics include: - A complete overview of Oracle databases and data stores, and Fusion Middleware products and features
- Core concepts and structures in Oracle's architecture, including pluggable databases
- Oracle objects and the various datatypes Oracle supports
- System and database management, including Oracle Enterprise Manager 12c
- Security options, basic auditing capabilities, and options for meeting compliance needs
- Performance characteristics of disk, memory, and CPU tuning
- Basic principles of multiuser concurrency
- Oracle's online transaction processing (OLTP)
- Data warehouses, Big Data, and Oracle's business intelligence tools
- Backup and recovery, and high availability and failover solutions
Table of Contents Chapter 1. Introducing Oracle Chapter 2. Oracle Architecture Chapter 3. Installing and Running Oracle Chapter 4. Oracle Data Structures Chapter 5. Managing Oracle Chapter 6. Oracle Security, Auditing, and Compliance Chapter 7. Oracle Performance Chapter 8. Oracle Multiuser Concurrency Chapter 9. Oracle and Transaction Processing Chapter 10. Oracle Data Warehousing and Business Intelligence Chapter 11. Oracle and High Availability Chapter 12. Oracle and Hardware Architecture Chapter 13. Oracle Distributed Databases and Distributed Data Chapter 14. Oracle Extended Datatypes Chapter 15. Oracle and the Cloud Appendix A. What's New in This Book for Oracle Database 12c Appendix B. Additional Resources Book Details - Paperback: 432 pages
- Publisher: O’Reilly Media; 5th Edition (September 2013)
- Language: English
- ISBN-10: 1449343031
- ISBN-13: 978-1449343033
Note: There is a file embedded within this post, please visit this post to download the file. Related Books The post Oracle Essentials, 5th Edition appeared first on Wow! eBook. |
RESTful Web APIs Posted: 02 Nov 2013 08:30 AM PDT Book Description The popularity of REST in recent years has led to tremendous growth in almost-RESTful APIs that don't include many of the architecture's benefits. With this practical guide, you'll learn what it takes to design usable REST APIs that evolve over time. By focusing on solutions that cross a variety of domains, this book shows you how to create powerful and secure applications, using the tools designed for the world's most successful distributed computing system: the World Wide Web. You'll explore the concepts behind REST, learn different strategies for creating hypermedia-based APIs, and then put everything together with a step-by-step guide to designing a RESTful Web API. - Examine API design strategies, including the collection pattern and pure hypermedia
- Understand how hypermedia ties representations together into a coherent API
- Discover how XMDP and ALPS profile formats can help you meet the Web API “semantic challenge”
- Learn close to two-dozen standardized hypermedia data formats
- Apply best practices for using HTTP in API implementations
- Create Web APIs with the JSON-LD standard and other the Linked Data approaches
- Understand the CoAP protocol for using REST in embedded systems
Table of Contents Chapter 1. Surfing the Web Chapter 2. A Simple API Chapter 3. Resources and Representations Chapter 4. Hypermedia Chapter 5. Domain-Specific Designs Chapter 6. The Collection Pattern Chapter 7. Pure-Hypermedia Designs Chapter 8. Profiles Chapter 9. The Design Procedure Chapter 10. The Hypermedia Zoo Chapter 11. HTTP for APIs Chapter 12. Resource Description and Linked Data Chapter 13. CoAP: REST for Embedded Systems Appendix A. The Status Codex Appendix B. The Header Codex Appendix C. An API Designer's Guide to the Fielding Dissertation Book Details - Paperback: 408 pages
- Publisher: O’Reilly Media (September 2013)
- Language: English
- ISBN-10: 1449358063
- ISBN-13: 978-1449358068
Note: There is a file embedded within this post, please visit this post to download the file. Related Books The post RESTful Web APIs appeared first on Wow! eBook. |
Think Bayes Posted: 02 Nov 2013 08:25 AM PDT Book Description If you know how to program with Python and also know a little about probability, you're ready to tackle Bayesian statistics. With this book, you’ll learn how to solve statistical problems with Python code instead of mathematical notation, and use discrete probability distributions instead of continuous mathematics. Once you get the math out of the way, the Bayesian fundamentals will become clearer, and you'll begin to apply these techniques to real-world problems. Bayesian statistical methods are becoming more common and more important, but not many resources are available to help beginners. Based on undergraduate classes taught by author Allen Downey, this book's computational approach helps you get a solid start. - Use your existing programming skills to learn and understand Bayesian statistics
- Work with problems involving estimation, prediction, decision analysis, evidence, and hypothesis testing
- Get started with simple examples, using coins, M&Ms, Dungeons & Dragons dice, paintball, and hockey
- Learn computational methods for solving real-world problems, such as interpreting SAT scores, simulating kidney tumors, and modeling the human microbiome.
Table of Contents Chapter 1. Bayes's Theorem Chapter 2. Computational Statistics Chapter 3. Estimation Chapter 4. More Estimation Chapter 5. Odds and Addends Chapter 6. Decision Analysis Chapter 7. Prediction Chapter 8. Observer Bias Chapter 9. Two Dimensions Chapter 10. Approximate Bayesian Computation Chapter 11. Hypothesis Testing Chapter 12. Evidence Chapter 13. Simulation Chapter 14. A Hierarchical Model Chapter 15. Dealing with Dimensions Book Details - Paperback: 210 pages
- Publisher: O’Reilly Media (September 2013)
- Language: English
- ISBN-10: 1449370780
- ISBN-13: 978-1449370787
Note: There is a file embedded within this post, please visit this post to download the file. Related Books The post Think Bayes appeared first on Wow! eBook. |
High Performance Browser Networking Posted: 31 Oct 2013 09:09 AM PDT Book Description How prepared are you to build fast and efficient web applications? This eloquent book provides what every web developer should know about the network, from fundamental limitations that affect performance to major innovations for building even more powerful browser applications—including HTTP 2.0 and XHR improvements, Server-Sent Events (SSE), WebSocket, and WebRTC. Author Ilya Grigorik, a web performance engineer at Google, demonstrates performance optimization best practices for TCP, UDP, and TLS protocols, and explains unique wireless and mobile network optimization requirements. You'll then dive into performance characteristics of technologies such as HTTP 2.0, client-side network scripting with XHR, real-time streaming with SSE and WebSocket, and P2P communication with WebRTC. - Deliver superlative TCP, UDP, and TLS performance
- Speed up network performance over 3G/4G mobile networks
- Develop fast and energy-efficient mobile applications
- Address bottlenecks in HTTP 1.x and other browser protocols
- Plan for and deliver the best HTTP 2.0 performance
- Enable efficient real-time streaming in the browser
- Create efficient peer-to-peer videoconferencing and low-latency applications with real-time WebRTC transports
Table of Contents Part I: Networking 101 Chapter 1. Primer on Latency and Bandwidth Chapter 2. Building Blocks of TCP Chapter 3. Building Blocks of UDP Chapter 4. Transport Layer Security (TLS) Part II: Performance of Wireless Networks Chapter 5. Introduction to Wireless Networks Chapter 6. WiFi Chapter 7. Mobile Networks Chapter 8. Optimizing for Mobile Networks Part III: HTTP Chapter 9. Brief History of HTTP Chapter 10. Primer on Web Performance Chapter 11. HTTP 1.X Chapter 12. HTTP 2.0 Chapter 13. Optimizing Application Delivery Part IV: Browser APIs and Protocols Chapter 14. Primer on Browser Networking Chapter 15. XMLHttpRequest Chapter 16. Server-Sent Events (SSE) Chapter 17. WebSocket Chapter 18. WebRTC Book Details - Paperback: 404 pages
- Publisher: O’Reilly Media (September 2013)
- Language: English
- ISBN-10: 1449344763
- ISBN-13: 978-1449344764
Note: There is a file embedded within this post, please visit this post to download the file. Related Books The post High Performance Browser Networking appeared first on Wow! eBook. |
Learning R Posted: 31 Oct 2013 09:03 AM PDT Book Description Learn how to perform data analysis with the R language and software environment, even if you have little or no programming experience. With the tutorials in this hands-on guide, you'll learn how to use the essential R tools you need to know to analyze data, including data types and programming concepts. The second half of Learning R shows you real data analysis in action by covering everything from importing data to publishing your results. Each chapter in the book includes a quiz on what you've learned, and concludes with exercises, most of which involve writing R code. - Write a simple R program, and discover what the language can do
- Use data types such as vectors, arrays, lists, data frames, and strings
- Execute code conditionally or repeatedly with branches and loops
- Apply R add-on packages, and package your own work for others
- Learn how to clean data you import from a variety of sources
- Understand data through visualization and summary statistics
- Use statistical models to pass quantitative judgments about data and make predictions
- Learn what to do when things go wrong while writing data analysis code
Table of Contents Part I: The R Language Chapter 1. Introduction Chapter 2. A Scientific Calculator Chapter 3. Inspecting Variables and Your Workspace Chapter 4. Vectors, Matrices, and Arrays Chapter 5. Lists and Data Frames Chapter 6. Environments and Functions Chapter 7. Strings and Factors Chapter 8. Flow Control and Loops Chapter 9. Advanced Looping Chapter 10. Packages Chapter 11. Dates and Times Part II: The Data Analysis Workflow Chapter 12. Getting Data Chapter 13. Cleaning and Transforming Chapter 14. Exploring and Visualizing Chapter 15. Distributions and Modeling Chapter 16. Programming Chapter 17. Making Packages Part III: Appendixes Appendix A. Properties of Variables Appendix B. Other Things to Do in R Appendix C. Answers to Quizzes Appendix D. Solutions to Exercises Appendix E. Bibliography Book Details - Paperback: 400 pages
- Publisher: O’Reilly Media (September 2013)
- Language: English
- ISBN-10: 1449357105
- ISBN-13: 978-1449357108
Note: There is a file embedded within this post, please visit this post to download the file. Related Books The post Learning R appeared first on Wow! eBook. |
Feedback Control for Computer Systems Posted: 31 Oct 2013 08:56 AM PDT Book Description How can you take advantage of feedback control for enterprise programming? With this book, author Philipp K. Janert demonstrates how the same principles that govern cruise control in your car also apply to data center management and other enterprise systems. Through case studies and hands-on simulations, you'll learn methods to solve several control issues, including mechanisms to spin up more servers automatically when web traffic spikes. Feedback is ideal for controlling large, complex systems, but its use in software engineering raises unique issues. This book provides basic theory and lots of practical advice for programmers with no previous background in feedback control. - Learn feedback concepts and controller design
- Get practical techniques for implementing and tuning controllers
- Use feedback "design patterns" for common control scenarios
- Maintain a cache's "hit rate" by automatically adjusting its size
- Respond to web traffic by scaling server instances automatically
- Explore ways to use feedback principles with queueing systems
- Learn how to control memory consumption in a game engine
- Take a deep dive into feedback control theory
Table of Contents Part I: Foundations Chapter 1. Why Feedback? An Invitation Chapter 2. Feedback Systems Chapter 3. System Dynamics Chapter 4. Controllers Chapter 5. Identifying Input and Output Signals Chapter 6. Review and Outlook Part II: Practice Chapter 7. Theory Preview Chapter 8. Measuring the Transfer Function Chapter 9. PID Tuning Chapter 10. Implementation Issues Chapter 11. Common Feedback Architectures Part III: Case Studies Chapter 12. Exploring Control Systems Through Simulation Chapter 13. Case Study: Cache Hit Rate Chapter 14. Case Study: Ad Delivery Chapter 15. Case Study: Scaling Server Instances Chapter 16. Case Study: Waiting-Queue Control Chapter 17. Case Study: Cooling Fan Speed Chapter 18. Case Study: Controlling Memory Consumption in a Game Engine Chapter 19. Case Study Wrap-Up Part IV: Theory Chapter 20. The Transfer Function Chapter 21. Block-Diagram Algebra and the Feedback Equation Chapter 22. PID Controllers Chapter 23. Poles and Zeros Chapter 24. Root Locus Techniques Chapter 25. Frequency Response and the Bode Plot Chapter 26. Topics Beyond This Book Part V: Appendices Appendix A. Glossary Appendix B. Creating Graphs with Gnuplot Appendix C. Complex Numbers Appendix D. Further Reading Book Details - Paperback: 336 pages
- Publisher: O’Reilly Media (September 2013)
- Language: English
- ISBN-10: 1449361692
- ISBN-13: 978-1449361693
Note: There is a file embedded within this post, please visit this post to download the file. Related Books The post Feedback Control for Computer Systems appeared first on Wow! eBook. |
Building iPhone and iPad Electronic Projects Posted: 29 Oct 2013 08:38 AM PDT Book Description Why simply play music or go online when you can use your iPhone or iPad for some really fun projects, such as building a metal detector, hacking a radio control truck, or tracking a model rocket in flight? Learn how to build these and other cool things by using iOS device sensors and inexpensive hardware such as Arduino and a Bluetooth Low Energy (LE) Shield. This hands-on book shows you how to write simple applications with techBASIC, an Apple-approved development environment that runs on iOS devices. By using code and example programs built into techBASIC, you'll learn how to write apps directly on your Apple device and have it interact with other hardware. - Build a metal detector with the iOS magnetometer
- Use the HiJack hardware platform to create a plant moisture sensor
- Put your iPhone on a small rocket to collect acceleration and rotation data
- Hack a radio control truck with Arduino and Bluetooth LE
- Create an arcade game with an iPad controller and two iPhone paddles
- Control a candy machine with an iOS device, a micro servo, and a WiFi connection
Table of Contents Chapter 1. Getting Familiar with techBASIC and Built-in Sensors Chapter 2. Accessing the Other Built-in Sensors Chapter 3. Creating a Metal Detector Chapter 4. HiJack Chapter 5. Creating a Moisture Meter with HiJack Chapter 6. Bluetooth Low Energy Chapter 7. Bluetooth Low Energy iPhone Rocket Chapter 8. Hacking a Radio-Controlled Truck with Bluetooth Low Energy and Arduino Chapter 9. Peer-to-Peer Bluetooth Low Energy Chapter 10. Paddles: A Bluetooth Pong Tribute Chapter 11. WiFi Chapter 12. WiFi Servos Book Details - Paperback: 334 pages
- Publisher: O’Reilly Media (September 2013)
- Language: English
- ISBN-10: 1449363504
- ISBN-13: 978-1449363505
Note: There is a file embedded within this post, please visit this post to download the file. Related Books The post Building iPhone and iPad Electronic Projects appeared first on Wow! eBook. |
Building Modular Cloud Apps with OSGi Posted: 29 Oct 2013 08:33 AM PDT Book Description If you're an experienced Java developer in the enterprise, this practical, hands-on book shows you how to use OSGi to design, develop, and deploy modular cloud applications. You'll quickly learn how to use OSGi, through concise code examples and a set of best practices derived from the authors' experiences with real-world projects. Through the course of this book, you'll learn to develop modern web applications with tools and techniques such as RESTful Web Services, NoSQL, provisioning, elasticity, Auto Scaling, hotfixes, and automatic failover. Code samples are available from GitHub. - Work with dynamic OSGi services to create modular applications
- Explore the basics of OSGi bundles and modular application design
- Learn advanced topics, including semantic versioning, integration testing, and configuring components
- Understand OSGi pitfalls, anti-patterns, and features you should avoid
- Create a modular architecture for cloud-based web applications
- Discover how maintainability, extensibility, scalability, and testability are affected by modular design
- Get a look at various options for creating web applications with a modular approach
- Interact with persistent storage services, including relational databases and NoSQL
- Examine alternatives for deploying modular applications to the cloud
Table of Contents Part I: Introducing Modularity in Java Chapter 1. Modularity Introduction Chapter 2. Basic Concepts of OSGi Chapter 3. Creating the First OSGi Application Chapter 4. Advanced OSGi Chapter 5. Pointers and Pitfalls Part II: Developing Cloud Applications Chapter 6. Cloud Application Architecture Chapter 7. Architectural Capabilities Chapter 8. Creating Web Applications Chapter 9. Persistence Part III: Deploying Applications in the Cloud Chapter 10. Deployment Chapter 11. Alternative Deployment Methods Book Details - Paperback: 210 pages
- Publisher: O’Reilly Media (September 2013)
- Language: English
- ISBN-10: 1449345158
- ISBN-13: 978-1449345150
Note: There is a file embedded within this post, please visit this post to download the file. Related Books The post Building Modular Cloud Apps with OSGi appeared first on Wow! eBook. |
The Art of SQL Posted: 29 Oct 2013 08:28 AM PDT Book Description For all the buzz about trendy IT techniques, data processing is still at the core of our systems, especially now that enterprises all over the world are confronted with exploding volumes of data. Database performance has become a major headache, and most IT departments believe that developers should provide simple SQL code to solve immediate problems and let DBAs tune any “bad SQL” later. In The Art of SQL, author and SQL expert Stephane Faroult argues that this “safe approach” only leads to disaster. His insightful book, named after Art of War by Sun Tzu, contends that writing quick inefficient code is sweeping the dirt under the rug. SQL code may run for 5 to 10 years, surviving several major releases of the database management system and on several generations of hardware. The code must be fast and sound from the start, and that requires a firm understanding of SQL and relational theory. The Art of SQL offers best practices that teach experienced SQL users to focus on strategy rather than specifics. Faroult’s approach takes a page from Sun Tzu’s classic treatise by viewing database design as a military campaign. You need knowledge, skills, and talent. Talent can’t be taught, but every strategist from Sun Tzu to modern-day generals believed that it can be nurtured through the experience of others. They passed on their experience acquired in the field through basic principles that served as guiding stars amid the sound and fury of battle. This is what Faroult does with SQL. Like a successful battle plan, good architectural choices are based on contingencies. What if the volume of this or that table increases unexpectedly? What if, following a merger, the number of users doubles? What if you want to keep several years of data online? Faroult’s way of looking at SQL performance may be unconventional and unique, but he’s deadly serious about writing good SQL and using SQL well. The Art of SQL is not a cookbook, listing problems and giving recipes. The aim is to get you-and your manager-to raise good questions. Table of Contents Chapter 1. Laying Plans Chapter 2. Waging War Chapter 3. Tactical Dispositions Chapter 4. Maneuvering Chapter 5. Terrain Chapter 6. The Nine Situations Chapter 7. Variations in Tactics Chapter 8. Weaknesses and Strengths Chapter 9. Multiple Fronts Chapter 10. Assembly of Forces Chapter 11. Stratagems Chapter 12. Employment of Spies Book Details - Paperback: 372 pages
- Publisher: O’Reilly Media (March 2006)
- Language: English
- ISBN-10: 0596008945
- ISBN-13: 978-0596008949
Note: There is a file embedded within this post, please visit this post to download the file. Related Books The post The Art of SQL appeared first on Wow! eBook. |
Photoshop Elements 12: The Missing Manual Posted: 29 Oct 2013 08:21 AM PDT Book Description Whether you're a photographer, scrapbooker, or aspiring graphic artist, Photoshop Elements 12 is an ideal image-editing tool—once you know how to use it. This bestselling book removes the guesswork. With candid, jargon-free advice and step-by-step guidance, you'll get the most out of Elements for everything from sharing and touching-up photos to fun print and online projects. The important stuff you need to know: - Get to work right away. Import, organize, edit, crop, and color-correct your photos with ease.
- Retouch any image. Repair and restore old and damaged photos.
- Add pizzazz. Dress up your photos with dozens of filters, layer styles, and special effects.
- Share photos. Create online albums, email-ready slideshows, and web-ready files.
- Use your words. Make greeting cards, calendars, and flyers by adding text to images.
- Unleash your creativity. Design photo books, scrapbooks, collages, and other projects.
- Find your artistic flair. Create digital artwork from scratch, using tools to draw, paint, and blend.
Table of Contents Part 1: Introduction to Elements Chapter 1. Finding Your Way Around Elements Chapter 2. Importing, Managing, and Saving Photos Chapter 3. Rotating and Resizing Photos Part 2: Elemental Elements Chapter 4. The Quick Fix Chapter 5. Making Selections Chapter 6. Layers: The Heart of Elements Part 3: Retouching Chapter 7. Basic Image Retouching Chapter 8. Elements for Digital Photographers Chapter 9. Retouching: Fine-Tuning Images Chapter 10. Removing and Adding Color Chapter 11. Photomerge: Creating Panoramas, Group Shots, and More Part 4: Artistic Elements Chapter 12. Drawing with Brushes, Shapes, and Other Tools Chapter 13. Filters, Actions, Layer Styles, and Gradients Chapter 14. Text in Elements Part 5: Sharing Images Chapter 15. Creating Projects Chapter 16. Printing Photos Chapter 17. Email and the Web Chapter 18. Creating Slideshows Part 6: Additional Elements Chapter 19. Beyond the Basics Part 7: Appendixes Appendix A. Installation and Troubleshooting Book Details - Paperback: 648 pages
- Publisher: O’Reilly Media / Pogue Press (September 2013)
- Language: English
- ISBN-10: 1449341659
- ISBN-13: 978-1449341657
Note: There is a file embedded within this post, please visit this post to download the file. Related Books The post Photoshop Elements 12: The Missing Manual appeared first on Wow! eBook. |
Exam Ref 70-486: Developing ASP.NET MVC 4 Web Applications Posted: 28 Oct 2013 08:54 AM PDT Book Description Prepare for Microsoft Exam 70-486—and help demonstrate your real-world mastery of developing ASP.NET MVC-based solutions. Designed for experienced developers ready to advance their status, Exam Ref focuses on the critical-thinking and decision-making acumen needed for success at the Microsoft Specialist level. Focus on the expertise measured by these objectives: - Design the application architecture
- Design the user experience
- Develop the user experience
- Troubleshoot and debug web applications
- Design and implement security
This Microsoft Exam Ref: - Organizes its coverage by exam objectives.
- Features strategic, what-if scenarios to challenge you.
- Includes a 15% exam discount from Microsoft. (Limited time offer)
Table of Contents Chapter 1. Design the application architecture Chapter 2. Design the user experience Chapter 3. Develop the user experience Chapter 4. Troubleshoot and debug web applications Chapter 5. Design and implement security Book Details - Paperback: 384 pages
- Publisher: Microsoft Press (September 2013)
- Language: English
- ISBN-10: 0735677220
- ISBN-13: 978-0735677227
Note: There is a file embedded within this post, please visit this post to download the file. Related Books The post Exam Ref 70-486: Developing ASP.NET MVC 4 Web Applications appeared first on Wow! eBook. |
Exam Ref 70-485: Advanced Windows Store App Development Using C# Posted: 28 Oct 2013 08:50 AM PDT Book Description Prepare for Microsoft Exam 70-485—and help demonstrate your real-world mastery of building Windows Store apps with C#. Designed for experienced developers ready to advance their status, Exam Ref focuses on the critical-thinking and decision-making acumen needed for success at the MCSD level. Focus on the expertise measured by these objectives: - Develop Windows Store apps
- Discover and interact with devices
- Program user interaction
- Enhance the user interface
- Manage data and security
- Prepare for a solution deployment
This Microsoft Exam Ref: - Organizes its coverage by exam objectives.
- Features strategic, what-if scenarios to challenge you.
- Includes a 15% exam discount from Microsoft. (Limited time offer)
Table of Contents Chapter 1. Develop Windows Store apps Chapter 2. Discover and interact with devices Chapter 3. Program user interaction Chapter 4. Enhance the user interface Chapter 5. Manage data and security Chapter 6. Prepare for a solution deployment Book Details - Paperback: 464 pages
- Publisher: Microsoft Press (September 2013)
- Language: English
- ISBN-10: 0735676860
- ISBN-13: 978-0735676862
Note: There is a file embedded within this post, please visit this post to download the file. Related Books The post Exam Ref 70-485: Advanced Windows Store App Development Using C# appeared first on Wow! eBook. |
Exam Ref 70-482: Advanced Windows Store App Development Using HTML5 and JavaScript Posted: 28 Oct 2013 08:46 AM PDT Book Description Prepare for Microsoft Exam 70-482—and help demonstrate your real-world mastery of building Windows Store apps with HTML5 and JavaScript. Designed for experienced developers ready to advance their status, Exam Ref focuses on the critical-thinking and decision-making acumen needed for success at the MCSD level. Focus on the expertise measured by these objectives: - Develop Windows Store apps
- Discover and interact with devices
- Program user interaction
- Enhance the user interface
- Manage data and security
- Prepare for a solution deployment
This Microsoft Exam Ref: - Organizes its coverage by exam objectives.
- Features strategic, what-if scenarios to challenge you.
- Includes a 15% exam discount from Microsoft. (Limited time offer)
Table of Contents Chapter 1. Develop Windows Store apps Chapter 2. Discover and interact with devices Chapter 3. Program user interaction Chapter 4. Enhance the user interface Chapter 5. Manage data and security Chapter 6. Prepare for a solution deployment Book Details - Paperback: 448 pages
- Publisher: Microsoft Press (September 2013)
- Language: English
- ISBN-10: 0735676801
- ISBN-13: 978-0735676800
Note: There is a file embedded within this post, please visit this post to download the file. Related Books The post Exam Ref 70-482: Advanced Windows Store App Development Using HTML5 and JavaScript appeared first on Wow! eBook. |
Microsoft Exchange Server 2013 Inside Out: Mailbox and High Availability Posted: 28 Oct 2013 08:41 AM PDT Book Description With a focus on mailbox and high availability features, this book delivers the ultimate, in-depth reference to IT professionals planning and managing an Exchange Server 2013 deployment. Guided by Tony Redmond, a Microsoft MVP and award-winning author, you will: - Understand major changes to Exchange Server architecture
- Get inside insights for planning your upgrade or deployment
- Examine the new web-based Exchange admin center (EAC)
- Take a deep dive into configuring mailboxes, distribution groups, and contacts; planning and managing the Managed Store; database availability groups; mailbox replication service; compliance, data leakage, and data loss prevention; site mailboxes; modern public folders
Table of Contents Chapter 1. Introducing Microsoft Exchange Server 2013 Chapter 2. Installing Exchange 2013 Chapter 3. The Exchange Management Shell Chapter 4. Role-based access control Chapter 5. Mailbox management Chapter 6. More about the Exchange Administration Center Chapter 7. Addressing Exchange Chapter 8. The Exchange 2013 Store Chapter 9. The Database Availability Group Chapter 10. Moving mailboxes Chapter 11. Compliance management Chapter 12. Public folders and site mailboxes Book Details - Series: Inside Out
- Paperback: 864 pages
- Publisher: Microsoft Press (September 2013)
- Language: English
- ISBN-10: 0735678588
- ISBN-13: 978-0735678583
Note: There is a file embedded within this post, please visit this post to download the file. Related Books The post Microsoft Exchange Server 2013 Inside Out: Mailbox and High Availability appeared first on Wow! eBook. |
Microsoft Exchange Server 2013 Inside Out: Connectivity, Clients, and UM Posted: 28 Oct 2013 08:38 AM PDT Book Description With a focus on connectivity, clients, and unified messaging, this book delivers the ultimate, in-depth reference to IT professionals planning and managing an Exchange Server 2013 deployment. Guided by Paul Robichaux, a Microsoft MVP and popular author, you will: - Understand how Exchange Server 2013 works with previous versions
- Gain expert insights into supporting clients, mobile devices, and UM
- Take a deep dive into front-end servers; certificate and namespace management; transport rules; load balancing; client management, including Microsoft Outlook, Outlook Web App (OWA), and POP3/IMAP4; mobile devices; anti-malware and anti-spam features; Unified Messaging; Microsoft Lync; Office 365; Exchange Online.
Table of Contents Chapter 1. Client access servers Chapter 2. The Exchange transport system Chapter 3. Client management Chapter 4. Mobile device management Chapter 5. Message hygiene and security Chapter 6. Unified messaging Chapter 7. Integrating Exchange 2013 with Lync Server Chapter 8. Office 365: A whirlwind tour Book Details - Paperback: 544 pages
- Publisher: Microsoft Press (October 2013)
- Language: English
- ISBN-10: 0735678375
- ISBN-13: 978-0735678378
Note: There is a file embedded within this post, please visit this post to download the file. Related Books The post Microsoft Exchange Server 2013 Inside Out: Connectivity, Clients, and UM appeared first on Wow! eBook. |
JavaScript Step by Step, 3rd Edition Posted: 26 Oct 2013 11:18 AM PDT Book Description Your hands-on guide to JavaScript fundamentals Expand your expertise—and teach yourself the fundamentals of JavaScript. If you have previous programming experience but are new to JavaScript, this tutorial delivers the step-by-step guidance and coding exercises you need to master core topics and techniques. Discover how to: - Work with JavaScript syntax, variables, and data types
- Master techniques for building cross-browser programs
- Speed up and simplify app development with jQuery
- Quickly retrieve data from a server using AJAX requests
- Adapt your app for mobile devices with jQuery Mobile
- Build Windows 8 apps using HTML, CSS, and JavaScript
Table of Contents Part I: Javawhat? The where, why, and how of JavaScript Chapter 1. JavaScript is more than you might think Chapter 2. Developing in JavaScript Chapter 3. JavaScript syntax and statements Chapter 4. Working with variables and data types Chapter 5. Using operators and expressions Chapter 6. Controlling flow with conditionals and loops Chapter 7. Working with functions Chapter 8. Objects in JavaScript Chapter 9. The Browser Object Model Chapter 10. An introduction to JavaScript libraries and frameworks Chapter 11. An introduction to jQuery Part II: Integrating JavaScript into Design Chapter 12. The Document Object Model Chapter 13. JavaScript events and the browser Chapter 14. Working with images in JavaScript Chapter 15. Using JavaScript with web forms Chapter 16. JavaScript and CSS Chapter 17. jQuery effects and plug-ins Chapter 18. Mobile development with jQuery Mobile Chapter 19. Getting data into JavaScript Part III: AJAX and Server-Side Integration Chapter 20. Using AJAX Chapter 21. Developing for Windows 8 Part IV: JavaScript and Windows 8 Chapter 22. Using Visual Studio for Windows 8 development Chapter 23. Creating a Windows app Appendix A. Answer key to exercises Appendix B. Writing JavaScript with other tools Appendix C. About the Author Book Details - Paperback: 482 pages
- Publisher: Microsoft Press; Third Edition edition (June 13, 2013)
- Language: English
- ISBN-10: 0735665931
- ISBN-13: 978-0735665934
Note: There is a file embedded within this post, please visit this post to download the file. Related Books The post JavaScript Step by Step, 3rd Edition appeared first on Wow! eBook. |
Microsoft System Center: Designing Orchestrator Runbooks Posted: 26 Oct 2013 11:12 AM PDT Book Description Welcome to Microsoft System Center: Designing Orchestrator Runbooks. We believe that orchestration and automation are becoming increasingly important in IT organizations of all sizes and across all infrastructure types ranging from on-premises to cloud-based. Orchestration and automation can help reduce the cost of IT while improving consistency and quality of IT service delivery. Like any powerful technology. however, it can be both used and abused. Our objective with this book is to provide a framework for runbook design and IT process automation to help you get the most out of System Center Orchestrator 2012 and to help you utilize Orchestrator in concert with the rest of the System Center for an enterprise-wide and systematic approach to process automation. We will provide detailed guidance for creating what we call "modular automation" where small, focused pieces of automation are progressively built into larger and more complex solutions. We detail the concept of an automation library, where over time enterprises build a progressively larger library of interoperable runbooks and components. Finally, we will cover advanced scenarios and design patterns for topics like error handling and logging, state management, and parallelism. But before we dive into the details, we'll begin by setting the stage with a quick overview of System Center 2012 Orchestrator and deployment scenarios. Table of Contents Chapter 1. Introducing System Center 2012 Chapter 2. System Center Orchestrator Chapter 3. Orchestrator architecture and deployment Chapter 4. Modular runbook design and development Chapter 5. Orchestrator runbook best practices and patterns Chapter 6. Modular runbook example Chapter 7. Calling and executing Orchestrator runbooks Appendix A. Windows PowerShell source code for core component runbooks Appendix B. Steps to set up VMM to SM integration Appendix C. About the authors Book Details - Paperback: 182 pages
- Publisher: Microsoft Press (September 2013)
- Language: English
- ISBN-10: 0735682984
- ISBN-13: 978-0735682986
Note: There is a file embedded within this post, please visit this post to download the file. Related Books The post Microsoft System Center: Designing Orchestrator Runbooks appeared first on Wow! eBook. |
Microsoft SharePoint 2013 App Development Posted: 26 Oct 2013 11:04 AM PDT Book Description Your guide to designing apps that extend the capabilities of your SharePoint site. Take advantage of the most important new concept in Microsoft® SharePoint® 2013–the app. Led by two SharePoint experts, you'll learn development techniques such as building app lists, creating event handlers, and the major classes in the object model that provide access to content stored in SharePoint. Get expert guidance on how to: - Best design an app
- Develop a SharePoint-hosted app
- Develop a developer- hosted app
- Create and use lists
- Support notifications
- Program a client-side app with JavaScript
- Establish user security and SharePoint application security
Get code samples on the Web. Table of Contents Chapter 1. Introducing SharePoint Apps Chapter 2. Client-side Programming Chapter 3. SharePoint App Security Chapter 4. Developing SharePoint Apps Book Details - Paperback: 202 pages
- Publisher: Microsoft Press (November 2012)
- Language: English
- ISBN-10: 0735674981
- ISBN-13: 978-0735674981
Note: There is a file embedded within this post, please visit this post to download the file. Related Books The post Microsoft SharePoint 2013 App Development appeared first on Wow! eBook. |
MOS 2013 Study Guide for Microsoft Excel Expert Posted: 26 Oct 2013 10:59 AM PDT Book Description The expert exam is made up of two exams now – 77-427 and 77-428. This book covers both exams. Demonstrate your expertise with Microsoft Office! Designed to help you practice and prepare for the 2013 Excel Expert Microsoft Office Specialist (MOS) exams, this all-in-one study guide features: - Full, objective-by-objective exam coverage
- Easy-to-follow procedures and illustrations to review essential skills
- Hands-on practice tasks to apply what you've learned; files included
- Online pre-test to assess your readiness
Use the in-depth exam prep, practice, and review to help advance your proficiency with Microsoft Office and earn the credential that proves it! Table of Contents Part I: Exams 77-427 and 77-428: Microsoft Excel 2013 Expert Chapter 1. Manage and Share Workbooks Chapter 2. Apply Custom Formats and Layouts Chapter 3. Create Advanced Formulas Chapter 4. Create Advanced Charts and Tables Book Details - Paperback: 184 pages
- Publisher: Microsoft Press (September 2013)
- Language: English
- ISBN-10: 073566921X
- ISBN-13: 978-0735669215
Note: There is a file embedded within this post, please visit this post to download the file. Related Books The post MOS 2013 Study Guide for Microsoft Excel Expert appeared first on Wow! eBook. |
Jump Start CSS Posted: 24 Oct 2013 09:28 AM PDT Book Description This short SitePoint book provides readers with a fun and yet practical introduction to Cascading Style Sheets (CSS), the language used to style and lay out all web pages. This book will quickly get you up to speed with the fundamentals of CSS and give you the confidence to start experimenting on your own. It covers: - Layout techniques
- Images, backgrounds, text
- Styling forms , navigation, and more
- Getting fancy with CSS3
The book is built around a real-life example project: a recipe website design. It’s a fun and easily understandable project that is used to demonstrate the concepts outlined in the book in a practical way. This is a clear, approachable and very easy-to-follow book that will get you to to speed with CSS in no time. Table of Contents Chapter 1. An Introduction to CSS Chapter 2. Layout Techniques Chapter 3. Backgrounds, Borders, and More Chapter 4. Links, Text, and Custom Fonts Chapter 5. Getting Fancy Chapter 6. Debugging Your CSS Book Details - Paperback: 150 pages
- Publisher: SitePoint (September 2013)
- Language: English
- ISBN-10: 0987467441
- ISBN-13: 978-0987467447
Note: There is a file embedded within this post, please visit this post to download the file. Related Books The post Jump Start CSS appeared first on Wow! eBook. |
Tidak ada komentar:
Posting Komentar