MOAC, "Exam 70-410 Installing and Configuring Windows Server 2012 Lab Manual" 
English | 2013 | ISBN-10: 1118511581 | 182 pages | PDF | 6 MB
Contents:
Lab 1: Installing Servers Lab 2: Configuring Servers Lab 3: Configuring Local Storage Lab 4: Configuring File and Share Access Lab 5: Configuring Print and Document Services Lab 6: Configuring Servers for Remote Management Lab 7: Creating and Configuring Virtual Machine Settings Lab 8: Creating and Configuring Virtual Machine Storage Lab 9: Creating and Configuring Virtual Networks Lab 10: Configuring IPv4 and IPv6 Addressing Lab 11: Deploying and Configuring the DHCP Service Lab 12: Deploying and Configuring the DNS Service Lab 13: Installing Domain Controllers Lab 14: Creating and Managing Active Directory Users and Computers Lab 15: Creating and Managing Active Directory Groups and Organizational Units Lab 16: Creating Group Policy Objects Lab 17: Configuring Security Policies Lab 18: Configuring Application Restriction Policies Lab 19: Configuring Windows Firewall Appendix: Lab Setup Guide

user mahmoudahmed920     

Barry Burd, "Java For Dummies, 5th edition" 
English | 2011 | ISBN-10: 0470371730 | 432 pages | PDF, EPUB, MOBI | 14 MB
The top-selling beginning Java book is now fully updated for Java 7!
Java is the platform-independent, object-oriented programming language used for developing web and mobile applications. The revised version offers new functionality and features that have programmers excited, and this popular guide covers them all. This book helps programmers create basic Java objects and learn when they can reuse existing code. It's just what inexperienced Java developers need to get going quickly with Java 2 Standard Edition 7.0 (J2SE 7.0) and Java Development Kit 7.0 (JDK 7). 
Explores how the new version of Java offers more robust functionality and new features such as closures to keep Java competitive with more syntax-friendly languages like Python and Ruby 
Covers object-oriented programming basics with Java, code reuse, the essentials of creating a Java program using the new JDK 7, creating basic Java objects, and new Eclipse features 
A companion web site offers all code from the book and bonus chapters 
Written by a Java trainer, Java For Dummies, 5th Edition will enable even novice programmers to start creating Java applications quickly and easily.

user mahmoudahmed920     

Scott Densmore, Alex Homer, Masashi Narumoto and John Sharp, "Building Hybrid Applications in the Cloud on Windows Azure" 
English | ISBN: 1621140121 | 2013 | 404 pages | PDF, EPUB | 18 MB
The IT industry has been evolving at a rapid pace; and with the advent of cloud computing the rate of evolution is accelerating significantly. However, most organizations still have a lot of IT assets running in on-premises datacenters. We are in the middle of a transition between running everything on-premises and hosting everything in the cloud. Hybrid is a term that represents the application that positions its architecture somewhere along this continuum. Hybrid applications span the on-premises and cloud divide, and bring with them a unique set of challenges. This guide addresses these challenges by mapping Windows Azure features to specific scenarios encountered in the hybrid application design and development. A case study of a fictitious company named Trey Research explains the challenges encountered in a hybrid application, and describes solutions using Windows Azure features such as Service Bus, Caching, Traffic Manager, Azure Connect, SQL Azure Data Sync, ACS, and more. The guide is divided into two main sections. The first describes the specific design decisions Trey Research made when designing their application. The second provides general guidance on typical scenarios and use cases encountered in each of the challenge areas. Together they will help you to find solutions for the challenges you will meet when developing your own hybrid applications. This guide is intended for architects, developers, and information technology (IT) professionals who design, build, or operate applications and services that run on or interact with the cloud. Although applications do not need to be based on the Windows operating system to operate in Windows Azure, this book is written for people who work with Windows-based systems. You should be familiar with the.NET Framework, Visual Studio , ASP.NET MVC, and Visual C#.

user mahmoudahmed920     

 

Alex Homer, John Sharp, Larry Brader, Masashi Narumoto, Trent Swanson, "Cloud Design Patterns: Prescriptive Architecture Guidance for Cloud Applications" 
English | 2014 | ISBN: 1621140369 | 238 Pages | EPUB | 3 MB
Cloud applications have a unique set of characteristics. They run on commodity hardware, provide services to untrusted users, and deal with unpredictable workloads. These factors impose a range of problems that you, as a designer or developer, need to resolve. Your applications must be resilient so that they can recover from failures, secure to protect services from malicious attacks, and elastic in order to respond to an ever changing workload. 
This guide demonstrates design patterns that can help you to solve the problems you might encounter in many different areas of cloud application development. Each pattern discusses design considerations, and explains how you can implement it using the features of Windows Azure. The patterns are grouped into categories: availability, data management, design and implementation, messaging, performance and scalability, resilience, management and monitoring, and security. 
You will also see more general guidance related to these areas of concern. It explains key concepts such as data consistency and asynchronous messaging. In addition, there is useful guidance and explanation of the key considerations for designing features such as data partitioning, telemetry, and hosting in multiple datacenters. 
These patterns and guidance can help you to improve the quality of applications and services you create, and make the development process more efficient. Enjoy!

user mahmoudahmed920     

Dominic Betts, Alex Homer, Alejandro Jezierski and Masashi Narumoto, "Moving Applications to the Cloud on Windows Azure, 3 edition" 
English | ISBN: 1621140202 | 2014 | 206 pages | PDF, EPUB | 6 MB
How do you build and deploy applications to be scalable and have high availability? Along with developing the applications, you must also have an infrastructure that can support them. You may need to scale up or add servers, have redundant hardware, and add logic to the application to handle distributed computing and failovers—even if an application is in high demand for only short periods of time. The cloud offers a solution. It is made up of interconnected servers located in various data centers, but you see what appears to be a centralized location that someone else hosts and manages. By removing the responsibility for maintaining an infrastructure, you’re free to concentrate on what matters most: the application. This guide is the third edition of the first volume in a series about Windows Azure. It demonstrates how you can adapt an existing on-premises ASP.NET application to one that operates in the cloud by introducing a fictitious company named Adatum that modifies its expense tracking and reimbursement system, aExpense, so that it can be deployed to Windows Azure. To illustrate the wide range of options and features in Windows Azure, this guide and the code examples available for it show a step-by-step migration process that includes using Windows Azure Web Sites, Virtual Machines, Cloud Services, and SQL Database. Together with useful information on developing, deploying, managing, and costing cloud-hosted applications, this guide provides you with a comprehensive resource for moving your applications to Window Azure. This book is intended for any architect, developer, or information technology (IT) professional who designs, builds, or operates applications and services that are appropriate for the cloud. Although applications do not need to be based on the Microsoft Windows operating system to work in Windows Azure or written using a .NET language, this book is written for people who work with Windows-based systems. You should be familiar with the.NET Framework, Visual Studio, ASP.NET, and Visual C#.

user mahmoudahmed920     

Building an On-Demand Video Service with Microsoft Azure Media Services 
English | ISBN: N/A | 2014 | 139 pages | PDF, EPUB, MOBI | 10 MB
Preface 
Microsoft Azure Media Services allows you to build scalable, cost effective, end-to-end media distribution solutions that can upload, encode, package, and stream media to Windows, iOS, Android, Adobe Flash, and other devices and platforms. 
The guide describes a scenario concerning a fictitious company named Contoso that has decided to use Azure Media Services to provide a video-on-demand service as an end-to-end solution. 
In addition to describing the client applications, their integration with Azure Media Services, and the decisions made during the design and implementation, this guide discusses related factors, such as the design patterns used, and the ways that the application could be extended or modified for other 
scenarios. 
The result is that, after reading this guide you will be familiar with how to design and implement applications that consume Azure Media services. 
Who this guidance is for This guidance is intended for architects, developers, and information technology professionals who design, build, or maintain video-on-demand or online video portal applications and services, 
particularly those that integrate with a content management systems. To understand the sample code provided with this guidance, you should be familiar with the Microsoft .NET Framework, the Microsoft Visual Studio development system, the Azure SDK for .NET, ASP.NET MVC, and the Microsoft Visual C# development language. 
Why this guidance is pertinent now Building the workflow for the creation, management, and distribution of media is problematic. It involves having to integrate multiple technologies and providers, some of which may be incompatible. In addition, it can require a huge investment in infrastructure, which may not always 
be fully utilized. These issues can result in a non-standardized workflow that is not easily scaled, and that requires coordination at different stages of the workflow. 

user mahmoudahmed920     

Dominic Betts, Jeremi Bourgault, Julian Dominguez and Ercenk Keresteci, "Building Elastic and Resilient Cloud Applications: Developer's Guide to the Enterprise Library Integration Pack for Windows Azure" 
English | ISBN: 1621140008 | 2013 | 220 pages | PDF, EPUB, MOBI | 18 MB
This book demonstrates how you can use the Enterprise Library Integration Pack for Windows Azure in an existing Windows Azure application to enhance the maintainability, manageability, scalability, stability, and extensibility of the application. Windows Azure offers exciting opportunities for developers to build large and complex applications to run in the cloud. Windows Azure enables you to take advantage of a pay-as-you-go billing model for your application infrastructure and on-demand computing resources. The Autoscaling Application Block helps to take advantage of the elastic nature of Windows Azure, by automatically handling changes in the load levels over time and scaling out or throttling accordingly. This will help to meet your SLAs and also reduce the number of manual tasks that your application operator must perform, while staying on budget. The Transient Fault Handling Application Block provides a set of reusable components for adding detection strategies and sophisticated retry logic into your Windows Azure applications using SQL Azure, Windows Azure Storage, Service Bus, and Caching Service. This makes your Windows Azure application more robust and resilient to transient faults, which improves overall application stability. Benefit from the autoscaling and transient fault capabilities, spend more time focusing on your business logic and spend less time on the plumbing. The Enterprise Library Integration Pack for Windows Azure will do the heavy lifting for you! This guide helps you to quickly grasp what the Enterprise Library Integration Pack for Windows Azure can do for you, presents examples that show it in action, and makes it easier for you to start experimenting with these new application blocks. The book is intended for any architect, developer, or information technology (IT) professional who designs, builds, or operates applications and services that are appropriate for the cloud and who wants to learn how to realize the benefits of using Enterprise Library in a cloud-based application. You should be familiar with Windows Azure, the.NET Framework, Visual Studio, ASP.NET, and Visual C# to derive full benefit from reading this guide.

user mahmoudahmed920     

 

Dominic Betts, Julian Dominguez, Grigori Melnik and Fernando Simonazzi, "Exploring CQRS and Event Sourcing: A journey into high scalability, availability, and maintainability with Windows" 
English | ISBN: 1621140164 | 2013 | 376 pages | PDF, EPUB | 43 MB
This guide is focused on building highly scalable, highly available, and maintainable applications with the Command & Query Responsibility Segregation and the Event Sourcing architectural patterns. It presents a learning journey, not definitive guidance. It describes the experiences of a development team with no prior CQRS proficiency in building, deploying (to Windows Azure), and maintaining a sample real-world, complex, enterprise system to showcase various CQRS and ES concepts, challenges, and techniques.
The development team did not work in isolation; we actively sought input from industry experts and from a wide group of advisors to ensure that the guidance is both detailed and practical.
The CQRS pattern and event sourcing are not mere simplistic solutions to the problems associated with large-scale, distributed systems. By providing you with both a working application and written guidance, we expect you’ll be well prepared to embark on your own CQRS journey.

user mahmoudahmed920     

James Chambers, "Windows Azure Web Sites" 
English | 2013 | ISBN: 1118678524 | 120 pages | PDF, EPUB | 7 MB
A no-nonsense guide to maintaining websites in Windows Azure If you’re looking for a straightforward, practical guide to get Azure websites up and running, then this is the book for you. This to-the-point guide provides you with the tools you need to move and maintain a website in the cloud. You’ll discover the features that most affect developers and learn how they can be leveraged to work to your advantage. Accompanying projects enhance your learning experience and help you to walk away with a thorough understanding of Azure’s supported technologies, site deployment, and management tools and how to monitor and scale their application. Addresses the creation, deployment, and scaling of applications Looks at supported project types and technologies Reviews source control integration and release management Walks you through scaling, configuring, and monitoring your site Provides a project built on the ASP.NET MVC framework that demonstrates many core features of Windows Azure websites Windows Azure Websites is an ideal resource for anyone who develops web applications and wants to move them to the cloud. Table of Contents Chapter 1. Introduction to Windows Azure and Fundamental Concepts Chapter 2. Moving an Application to the Cloud Chapter 3. Managing Deployments via Source Control Chapter 4. Managing Windows Azure Web Sites from the Console Chapter 5. Working with Other Flavors of Windows Azure Web Sites Chapter 6. Using Peripheral Features with Windows Azure Web Sites Chapter 7. Scaling, Configuring, and Monitoring Your Site Chapter 8. Deploying and Configuring a Cloud Application

user mahmoudahmed920     

Pro PHP MVC (Expert's Voice in Open Source) by Chris Pitt
English | 2012 | ISBN-10: 1430241640 | EPUB + PDF | 500 pages | 4,6 + 2,4 MB
Model View Controller (MVC) is becoming the definitive architecture of website development frameworks due to the stability, extensibility and predictability it lends to development. It is not just the primary separation of database, business logic and interface components, but includes a wide range of considerations for building high-performing, scalable and secure applications.
Deciding which MVC framework best suits the project you are about to begin is one of the biggest challenges you'll face as a developer. If you are part of a team, this decision has probably already been made for you; but in any event, you'll need to know how (and why) the framework authors made it work the way it does.
Pro PHP MVC looks at the building blocks that make any good MVC framework, and how they apply to PHP. It exposes all considerations that many developers take for granted when using a popular framework, and teaches you how to make the framework your own.
Over the course of reading this book, you will learn the theoretical implications of the choices you would make when writing your own MVC framework, and how to put the pieces together in a cohesive package. We take a look at the highly modular Zend Framework—how to use its collection of loosely coupled classes to build a unified system. We also look at CakePHP, learning from its automated build system (Bakery) and highly intuitive approach to rapid development. This book will lay bare all the secret parts of MVC for you.

user mahmoudahmed920     

 

The R Book, 2nd edition By Michael J. Crawley
English | 2012 | 1076 Pages | ISBN: 0470973927 | PDF | 72 MB
Hugely successful and popular text presenting an extensive and comprehensive guide for all R users The R language is recognized as one of the most powerful and flexible statistical software packages, enabling users to apply many statistical techniques that would be impossible without such software to help implement such large data sets. R has become an essential tool for understanding and carrying out research. This edition: Features full colour text and extensive graphics throughout. Introduces a clear structure with numbered section headings to help readers locate information more efficiently. Looks at the evolution of R over the past five years. Features a new chapter on Bayesian Analysis and Meta–Analysis. Presents a fully revised and updated bibliography and reference section. Is supported by an accompanying website allowing examples from the text to be run by the user. Praise for the first edition: ‘…if you are an R user or wannabe R user, this text is the one that should be on your shelf. The breadth of topics covered is unsurpassed when it comes to texts on data analysis in R.’ ( The American Statistician , August 2008) ‘The High–level software language of R is setting standards in quantitative analysis. And now anybody can get to grips with it thanks to The R Book…’ ( Professional Pensions, July 2007) 

user mahmoudahmed920     

 

Human Anatomy by DK
English | 2014 | ISBN: 1465419543 | ISBN-13: 9781465419545 | 256 pages | PDF | 41,9 MB
For students of anatomy, biology, and the biomedical sciences; medical professionals; and curious families, DK's Human Anatomy will be a definitive resource.
Written by acclaimed anatomist, Dr. Alice Roberts, Human Anatomy is an up-to-the-minute study of the body. Spectacular digital images show the body in incredible, true-to-life detail. Exhaustive annotations provide the names of organs and structures throughout the skeletal, muscular, nervous, cardiovascular, lymphatic, and reproductive systems, while describing their characteristics and functions.
This new addition to DK's award-winning catalog of human body titles will help readers better grasp the deep complexities of the human body for research, study, or general reference.
Content previously published as part of Complete Human Body.

 


user mahmoudahmed920     

Make: Ultimate Kit Guide by Mark Frauenfelder
English | 2012 | ISBN-10: 1449323723 | 100 pages | PDF + EPUB | 12 + 31 MB
MAKE’s Ultimate Kit Guide brings you the top kits of all kinds, from beginner’s crafts to wooden kayaks to advanced robotics and everything in between! 
Whether you need a gift for the do-it-yourselfer who loves making things, or you want to find the best kits to build yourself, this special issue shows the way, with reviews of 175+ kits selected by the editors of MAKE magazine. In this special issue, we cover:
RobotsElectronics & MicrocontrollersLEDsR/C VehiclesTools & WorkshopOutdoor & SportClocksHome & ShelterScienceToys & GamesCraftSiege & BallisticsWheelsRocketsKit Party!FoodBeveragesAudio GearMusical Instruments

user mahmoudahmed920     

 

Rob Crowther, "Hello! HTML5 & CSS3: A user-friendly reference guide" 
English | 2012 | ISBN: 1935182897 | PDF | 560 pages | 22,6 mb
Hello! HTML5 & CSS3 is written for the web designer or developer who wants a fast, example-oriented introduction to the new HTML and CSS features. This snappy, user-friendly, and fun guide will get you started right away.

user mahmoudahmed920     

Terry Collings, Kurt Wall, "Red Hat Linux Networking and System Administration" 
English | 2005 | ISBN: 0764599496 | PDF | 1033 pages | 11,8 mb
Starts with the basics of Red Hat, the leading Linux distribution in the U.S., such as network planning and Red Hat installation and configuration
Offers a close look at the new Red Hat Enterprise Linux 4 and Fedora Core 4 releases
New chapters cover configuring a database server, creating a VNC server, monitoring performance, providing Web services, exploring SELinux security basics, and exploring desktops
Demonstrates how to maximize the use of Red Hat Network, upgrade and customize the kernel, install and upgrade software packages, and back up and restore the file system
The four CDs contain the full Fedora Core 4 distribution

user mahmoudahmed920     

Timothy Boronczyk, Martin E. Psinas, "PHP and MySQL: Create - Modify - Reuse" 
English | 2008 | ISBN: 0470192429 | PDF | 359 pages | 3,2 mb
Learn everything about the dynamic power of PHP and MySQL in real-world applications with the practical information and step-by-step instructions in PHP and MySQL: Create - Modify – Reuse. The authors, experts in tune with common web development tasks, will guide you through several projects that are complete, tested, and ready to be implemented, so that you can understand by doing. Understand all aspects of design, such as portability, design flow, and integration, and become proficient at solving problems that developers face in everyday circumstances.

user mahmoudahmed920     

 

Vegetarian Times Everything Vegan by Vegetarian Times
English | ISBN: 047054788X | 2010 | PDF | 368 pages | 37 MB
A diverse and delicious collection of vegan recipes from the experts at Vegetarian Times magazine Whether they're vegan for a day, a week, a lifetime, or even just for lunch hour, the demand among vegans for deliciously satisfying animal-free recipes has never been greater. 
Vegetarian Times Everything Vegan is the something-for-everyone vegan cookbook with hundreds of tasty, healthful recipes that will woo omnivores to the possiblities of plant-based eating while wowing committed vegans and vegetarians.
Beautifully illustrated and accompanied by a thoughtful and informative Foreword by noted authority Neal D. Barnard, MD, Vegetarian Times Everything Vegan is a must-have resource for anyone who lives vegan, loves cooking, or is looking for healthy meal ideas with proven weight-loss benefits. Inside, you'll find:• 250+ easy, healthful recipes with nutrition information• 50+ beautiful full-color photos• Features, tips, and sidebars that provide helpful hints on food shopping, prepping ingredients, and speeding up cooking times

user mahmoudahmed920     

It's All Greek to Me: Transform Your Health the Mediterranean Way with My Family's Century-Old Recipes by Debbie Matenopoulos and Peter Capozzi
English | 2014 | ISBN: 193952993X | ISBN-13: 9781939529930 | 304 pages | EPUB | 94,8 MB
Debbie Matenopoulos, the first member of her family born in America, grew up in a traditional Greek household, eating delicious, authentic Greek cooking that her family had passed down for generations.
By the time Debbie had started her television career in New York on The View, she began eating a standard American diet. But despite carefully limiting how much she ate, she found herself gaining weight and lacking energy. As Debbie’s career as an entertainment news reporter and television host on BS, MTV, E!, and other networks had her constantly on the go, she was grabbing whatever food was readily available. It was only when she returned to her traditional Greek diet that she found herself easily—and healthily—realizing her natural weight and regaining her natural energy, stamina, and physique.
Now, in It's All Greek to Me, Debbie shares 120 of her family's traditional Greek recipes and adds her own touch to make them even healthier and easier to prepare.
After tasting Debbie’s dishes, such as her mouthwatering version of Spanakopita (Spinach Feta Pie), Kalamaria Kaftera (Spicy Calamari), her family’s secret recipe for Baklava, and, of course, Arni kai Patates (Classic Roasted Leg of Lamb with Potatoes)—you’ll be amazed these delicious foods are good for you. With a foreword by Dr. Michael Ozner, one of the nation’s leading cardiologists, the recipes in It’s All Greek to Me adhere to the healthiest diet on the planet: the traditional Mediterranean Diet. Modern science is catching up to what Greeks have known for millennia: health comes from eating natural, whole-food ingredients that haven’t been processed or pumped full of hormones, antibiotics, or preservatives.
Let It’s All Greek to Me bring your friends and family together to share in the experience of a Greek meal and way of life. Opa!

 


user mahmoudahmed920     

Autodesk Maya 2014 Essentials - Paul Naas
English | 2013 | ISBN: 1118575075 | PDF | 304 pages | 102 Mb
The premiere book on getting started with Maya 2014 Whether you′re just beginning, or migrating from another 3D application, this step–by–step guide is what you need to get a good working knowledge of Autodesk Maya 2014. Beautifully illustrated with full–color examples and screenshots, Autodesk Maya 2014 Essentials explains the basics of Maya as well as modeling, texturing, animating, setting a scene, and creating visual effects. You′ll absorb important concepts and techniques, and learn how to confidently use Maya tools the way professionals do. Each chapter includes fun and challenging hands–on projects, which you can do as you go using the downloadable files from the book′s website. They include starting and ending files, so you can compare your results to how professionals do the projects. This information–packed Autodesk Official Press book also helps you prepare for the Autodesk Maya 2014 certification exams. Helps beginners and those migrating from other 3D animation and effects programs get up and running on Autodesk Maya 2014.

user mahmoudahmed920     

Beginning PowerShell for SharePoint 2013

 

Beginning PowerShell for SharePoint 2013 By Nikolas Charlebois-Laprade
English | 2014 | 425 Pages | ISBN: 1430264721 | EPUB + PDF + MOBI | 4 MB + 16 MB + 17 MB
Beginning PowerShell for SharePoint 2013 is a book for the SharePoint administrator looking to expand his or her toolkit and skills by learning PowerShell, Microsoft's vastly flexible and versatile object oriented scripting language. PowerShell is the future of Microsoft administration, and SharePoint is a complex product that can be managed more easily and quickly with PowerShell cmdlets and scripts. This book helps bridge the gap, introducing PowerShell fundamentals and operations in the context of deploying, migrating, managing, and monitoring SharePoint 2013.
Author Nik Charlebois-Laprade begins by explaining the fundamental concepts behind the PowerShell language. Then, with copious real-world examples and scripts, he lays the foundation for PowerShell novices to automate interactions with the various pieces and components of the SharePoint 2013 platform.

user mahmoudahmed920     

Beginning HTML5 Games with CreateJS

Beginning HTML5 Games with CreateJS By Brad Manderscheid
English | 2014 | 350 Pages | ISBN: 1430263407 | EPUB + PDF + MOBI | 5 MB + 10 MB + 9 MB
Beginning PowerShell for SharePoint 2013 is a book for the SharePoint administrator looking to expand his or her toolkit and skills by learning PowerShell, Microsoft's vastly flexible and versatile object oriented scripting language. PowerShell is the future of Microsoft administration, and SharePoint is a complex product that can be managed more easily and quickly with PowerShell cmdlets and scripts. This book helps bridge the gap, introducing PowerShell fundamentals and operations in the context of deploying, migrating, managing, and monitoring SharePoint 2013.
Author Nik Charlebois-Laprade begins by explaining the fundamental concepts behind the PowerShell language. Then, with copious real-world examples and scripts, he lays the foundation for PowerShell novices to automate interactions with the various pieces and components of the SharePoint 2013 platform.
For SharePoint administrators wanting to do more with the technology, or for SharePoint developers trying to build their skills on the administration side, Beginning PowerShell for SharePoint 2013 is the perfect book to kick off your PowerShell journey.

 

 


user mahmoudahmed920     

Beginning iOS 7 Development: Exploring the iOS SDK

 

Beginning iOS 7 Development: Exploring the iOS SDK By Jack Nutting, David Mark, Jeff LaMarche, Fredrik Olsson
English | 2014 | 700 Pages | ISBN: 143026022X | EPUB + PDF + MOBI | 9 MB + 21 MB + 21 MB
The team that brought you the bestselling Beginning iPhone Development is back again for Beginning iOS 7 Development, bringing this definitive guide up-to-date with Apple's latest and greatest iOS 7 SDK, as well as with the latest version of Xcode. 
There's coverage of brand new technologies, with chapters on storyboards and iCloud, for example, as well as significant updates to existing chapters to bring them in line with all the changes that came with the iOS 7 SDK. You'll have everything you need to create your very own apps for the latest iOS devices, including the iPhone 4S, iPad 2, and the latest iPod touch. Every single sample app in the book has been rebuilt from scratch using latest Xcode and the latest 64-bit iOS 7-specific project templates and designed to take advantage of the latest Xcode features.
Assuming only a minimal working knowledge of Objective-C, and written in a friendly, easy-to-follow style, Beginning iOS 7 Development offers a complete soup-to-nuts course in iPhone, iPad, and iPod touch programming. The book starts with the basics, walking through the process of downloading and installing Xcode and the iOS 7 SDK, and then guides you though the creation of your first simple application. 
From there, you’ll learn how to integrate all the interface elements Apple touch users have come to know and love, such as buttons, switches, pickers, toolbars, and sliders. You’ll master a variety of design patterns, from the simplest single view to complex hierarchical drill-downs. The confusing art of table building will be demystified, and you’ll learn how to save your data using the iPhone file system. You’ll also learn how to save and retrieve your data using a variety of persistence techniques, including Core Data and SQLite. And there’s much more! You’ll learn to draw using Quartz 2D and OpenGL ES, add multitouch gestural support (pinches and swipes) to your applications, and work with the camera, photo library, accelerometer, and built-in GPS. You’ll discover the fine points of application preferences and learn how to localize your apps for multiple languages.
The iOS 7 update to the bestselling and most recommended book for Cocoa touch developers 
Packed full of tricks, techniques, and enthusiasm for the new SDK from a developer perspective 
Written in an accessible, easy-to-follow style

user mahmoudahmed920     

Hadoop Beginner\'s Guide

Garry Turkington, "Hadoop Beginner's Guide" 
English | 2013 | ISBN-10: 1849517304 | 398 pages | EPUB, PDF | 14,3 MB
Data is arriving faster than you can process it and the overall volumes keep growing at a rate that keeps you awake at night. Hadoop can help you tame the data beast. Effective use of Hadoop however requires a mixture of programming, design, and system administration skills. 
"Hadoop Beginner's Guide" removes the mystery from Hadoop, presenting Hadoop and related technologies with a focus on building working systems and getting the job done, using cloud services to do so when it makes sense. From basic concepts and initial setup through developing applications and keeping the system running as the data grows, the book gives the understanding needed to effectively use Hadoop to solve real world problems. 
Starting with the basics of installing and configuring Hadoop, the book explains how to develop applications, maintain the system, and how to use additional products to integrate with other systems. 
While learning different ways to develop applications to run on Hadoop the book also covers tools such as Hive, Sqoop, and Flume that show how Hadoop can be integrated with relational databases and log collection. 
In addition to examples on Hadoop clusters on Ubuntu uses of cloud services such as Amazon, EC2 and Elastic MapReduce are covered.

user mahmoudahmed920     

Enterprise Security: A Data-Centric Approach to Securing the Enterprise

 

Aaron Woody, "Enterprise Security: A Data-Centric Approach to Securing the Enterprise" 

 English | 2013 | ISBN-10: 1849685967 | 324 pages | EPUB, PDF | 7,4 MB
Enterprise security redefined using a data-centric approach and trust models to transform information security into a business enablement process. It is a unique and forward thinking approach for deciding the best method to secure data in the enterprise, the cloud, and in BYOD environments. 
"Enterprise Security: A Data-Centric Approach to Securing the Enterprise" will guide you through redefining your security architecture to be more affective and turn information security into a business enablement process rather than a roadblock. This book will provide you with the areas where security must focus to ensure end-to-end security throughout the enterprise-supporting enterprise initiatives such as cloud and BYOD. 
"Enterprise Security: A Data-Centric Approach to Securing the Enterprise" will first introduce the reader to a new security architecture model and then explores the must have security methods and new tools that can used to secure the enterprise. 

user mahmoudahmed920     


SermonBox - Seasonal Collection

SermonBox - The Series Pack Collection

Top Rated News

  • Christmas Material
  • Laser Cut & Print Design Elements Bundle - ETSY
  • Daz3D - All Materials - SKU 37000-37999
  • Cgaxis - All Product - 2019 - All Retail! - UPDATED!!!
  • DigitalXModels Full Collections
  • Rampant Design Tools Full Collections Total: $4400
  • FilmLooks.Com Full Collection
  • All PixelSquid Product
  • The Pixel Lab Collection
  • Envato Elements Full Sources- 3200+ Files
  • Ui8.NET Full Sources
  • The History of The 20th Century
  • The Dover Collections
  • Snake Interiors Collections
  • Inspirational Collections
  • Veer Fancy Collections
  • All Ojo Images
  • All ZZVE Collections
  • All Sozaijiten Collections
  • All Image Broker Collections
  • Shuterstock Bundle Collections
  • Tattoo Collections
  • Blend Images Collections
  • Authors Tuorism Collections
  • Motion Mile - Big Bundle
  • PhotoBacks - All Product - 2018
  • Dekes Techniques - Photoshop & Illustrator Course - 1 to 673
Telegram GFXTRA Group
Udemy - Turkce Gorsel Ogrenme Setleri - Part 2
Videohive Wow Pack Series


rss