- Table View
- List View
Essential PHP Security: A Guide to Building Secure Web Applications
by Chris ShiflettBeing highly flexible in building dynamic, database-driven web applications makes the PHP programming language one of the most popular web development tools in use today. It also works beautifully with other open source tools, such as the MySQL database and the Apache web server. However, as more web sites are developed in PHP, they become targets for malicious attackers, and developers need to prepare for the attacks.Security is an issue that demands attention, given the growing frequency of attacks on web sites. Essential PHP Security explains the most common types of attacks and how to write code that isn't susceptible to them. By examining specific attacks and the techniques used to protect against them, you will have a deeper understanding and appreciation of the safeguards you are about to learn in this book.In the much-needed (and highly-requested) Essential PHP Security, each chapter covers an aspect of a web application (such as form processing, database programming, session management, and authentication). Chapters describe potential attacks with examples and then explain techniques to help you prevent those attacks.Topics covered include:Preventing cross-site scripting (XSS) vulnerabilitiesProtecting against SQL injection attacksComplicating session hijacking attemptsYou are in good hands with author Chris Shiflett, an internationally-recognized expert in the field of PHP security. Shiflett is also the founder and President of Brain Bulb, a PHP consultancy that offers a variety of services to clients around the world.
Essential PowerShell for Office 365: Managing And Automating Skills For Improved Productivity
by Vlad CatrinescuTake your Office 365 skills to the next level. Master PowerShell for Office 365 to stay competitive in today’s world of highly sought after cloud management skills. With expert guidance, IT pros will learn how to leverage the muscle of PowerShell to automate many advanced administrative tasks not otherwise accessible in the Office 365 Admin Center. You will discover how to unlock configuration options and automate tasks in order to free up valuable time and resources.This book is your companion to administering Office 365 with PowerShell. You will learn time-saving techniques such as how to streamline administrative tasks, and how to manage users, licenses, and Office 365 services. Expert and MVP Vlad Catrinescu introduces each chapter with an overview and basic fundamentals, such as how to connect to your required service in Office 365, so that you have a solid foundation for success. Benefit from learning the theory behind PowerShell for Office 365 and put your knowledge to practice with numerous hands-on code examples.What You’ll LearnManage users in bulkExport data such as user lists and groupsCreate and manage Office 365 groupsManage Exchange online distribution lists, mailboxes, and contactsConfigure Skype for Business settingsPerform compliance searches directly from PowerShellWho This Book Is For Any IT pro who needs to manage Office 365 or one of its services such as Exchange, SharePoint, or Skype for Business. Readers should have a basic knowledge of PowerShell and the Office 365 service they want to manage.
Essential Programming for the Technical Artist
by Chris RodaThis book is based on a successful curriculum designed to elevate technical artists with no programming experience up to essential programming competency as quickly as possible. Instead of abstract, theoretical problems, the curriculum employs familiar applications encountered in real production environments to demonstrate each lesson.Written with artists in mind, this book introduces novice programmers to the advantageous world of Python programming with relevant and familiar examples. Any digital artists (not just technical artists) will find this book helpful in assisting with day-to-day production activities.Concentrating upon subjects relevant to the creation of computer graphic assets, this book introduces Python basics, functions, data types, object-oriented programming, exception handling, file processing, graphical user interface creation, PEP 8 standards, and regular expressions. Programming within the SideFX Houdini 3D animation software provides a familiar environment for artists to create and experiment with the covered Python topics.
Essential Project Management Skills
by Kerry WillsIn today's business world, project managers not only have to be diligent in project planning and execution, but also need to have skills in persuasion, communication, and relationship management. Reflecting the changing landscape of projects today, Essential Project Management Skills empowers project managers to master the skills necessary to
Essential PySpark for Scalable Data Analytics: A beginner's guide to harnessing the power and ease of PySpark 3
by Sreeram NudurupatiGet started with distributed computing using PySpark, a single unified framework to solve end-to-end data analytics at scaleKey FeaturesDiscover how to convert huge amounts of raw data into meaningful and actionable insightsUse Spark's unified analytics engine for end-to-end analytics, from data preparation to predictive analyticsPerform data ingestion, cleansing, and integration for ML, data analytics, and data visualizationBook DescriptionApache Spark is a unified data analytics engine designed to process huge volumes of data quickly and efficiently. PySpark is Apache Spark's Python language API, which offers Python developers an easy-to-use scalable data analytics framework. Essential PySpark for Scalable Data Analytics starts by exploring the distributed computing paradigm and provides a high-level overview of Apache Spark. You'll begin your analytics journey with the data engineering process, learning how to perform data ingestion, cleansing, and integration at scale. This book helps you build real-time analytics pipelines that help you gain insights faster. You'll then discover methods for building cloud-based data lakes, and explore Delta Lake, which brings reliability to data lakes. The book also covers Data Lakehouse, an emerging paradigm, which combines the structure and performance of a data warehouse with the scalability of cloud-based data lakes. Later, you'll perform scalable data science and machine learning tasks using PySpark, such as data preparation, feature engineering, and model training and productionization. Finally, you'll learn ways to scale out standard Python ML libraries along with a new pandas API on top of PySpark called Koalas. By the end of this PySpark book, you'll be able to harness the power of PySpark to solve business problems.What you will learnUnderstand the role of distributed computing in the world of big dataGain an appreciation for Apache Spark as the de facto go-to for big data processingScale out your data analytics process using Apache SparkBuild data pipelines using data lakes, and perform data visualization with PySpark and Spark SQLLeverage the cloud to build truly scalable and real-time data analytics applicationsExplore the applications of data science and scalable machine learning with PySparkIntegrate your clean and curated data with BI and SQL analysis toolsWho this book is forThis book is for practicing data engineers, data scientists, data analysts, and data enthusiasts who are already using data analytics to explore distributed and scalable data analytics. Basic to intermediate knowledge of the disciplines of data engineering, data science, and SQL analytics is expected. General proficiency in using any programming language, especially Python, and working knowledge of performing data analytics using frameworks such as pandas and SQL will help you to get the most out of this book.
Essential Python for the Physicist
by Giovanni MoruzziThis book introduces the reader with little or no previous computer-programming experience to the Python programming language of interest for a physicist or a natural-sciences student. The book starts with basic interactive Python in order to acquire an introductory familiarity with the language, than tackle Python scripts (programs) of increasing complexity, that the reader is invited to run on her/his computer. All program listings are discussed in detail, and the reader is invited to experiment on what happens if some code lines are modified. The reader is introduced to Matplotlib graphics for the generation of figures representing data and function plots and, for instance, field lines. Animated function plots are also considered. A chapter is dedicated to the numerical solution of algebraic and transcendental equations, the basic mathematical principles are discussed and the available Python tools for the solution are presented. A further chapter is dedicated to the numerical solution of ordinary differential equations. This is of vital importance for the physicist, since differential equations are at the base of both classical physics (Newton’s equations) and quantum mechanics (Schroedinger’s equation). The shooting method for the numerical solution of ordinary differential equations with boundary conditions at two boundaries is also presented. Python programs for the solution of two quantum-mechanics problems are discussed as examples. Two chapters are dedicated to Tkinter graphics, which gives the user more freedom than Matplotlib, and to Tkinter animation. Programs displaying the animation of physical problems involving the solution of ordinary differential equations (for which in most cases there is no algebraic solution) in real time are presented and discussed. Finally, 3D animation is presented with Vpython.
Essential SNMP, 2nd Edition
by Douglas Mauro Kevin SchmidtSimple Network Management Protocol (SNMP) provides a "simple" set of operations that allows you to more easily monitor and manage network devices like routers, switches, servers, printers, and more. The information you can monitor with SNMP is wide-ranging--from standard items, like the amount of traffic flowing into an interface, to far more esoteric items, like the air temperature inside a router. In spite of its name, though, SNMP is not especially simple to learn. O'Reilly has answered the call for help with a practical introduction that shows how to install, configure, and manage SNMP. Written for network and system administrators, the book introduces the basics of SNMP and then offers a technical background on how to use it effectively. Essential SNMP explores both commercial and open source packages, and elements like OIDs, MIBs, community strings, and traps are covered in depth. The book contains five new chapters and various updates throughout. Other new topics include: Expanded coverage of SNMPv1, SNMPv2, and SNMPv3 Expanded coverage of SNMPc The concepts behind network management and change management RRDTool and Cricket The use of scripts for a variety of tasks How Java can be used to create SNMP applications Net-SNMP's Perl module The bulk of the book is devoted to discussing, with real examples, how to use SNMP for system and network administration tasks. Administrators will come away with ideas for writing scripts to help them manage their networks, create managed objects, and extend the operation of SNMP agents. Once demystified, SNMP is much more accessible. If you're looking for a way to more easily manage your network, look no further than Essential SNMP, 2nd Edition .
Essential SNMP, 2nd Edition
by Douglas Mauro Kevin SchmidtSimple Network Management Protocol (SNMP) provides a "simple" set of operations that allows you to more easily monitor and manage network devices like routers, switches, servers, printers, and more. The information you can monitor with SNMP is wide-ranging--from standard items, like the amount of traffic flowing into an interface, to far more esoteric items, like the air temperature inside a router. In spite of its name, though, SNMP is not especially simple to learn. O'Reilly has answered the call for help with a practical introduction that shows how to install, configure, and manage SNMP. Written for network and system administrators, the book introduces the basics of SNMP and then offers a technical background on how to use it effectively. Essential SNMP explores both commercial and open source packages, and elements like OIDs, MIBs, community strings, and traps are covered in depth. The book contains five new chapters and various updates throughout. Other new topics include: Expanded coverage of SNMPv1, SNMPv2, and SNMPv3 Expanded coverage of SNMPc The concepts behind network management and change management RRDTool and Cricket The use of scripts for a variety of tasks How Java can be used to create SNMP applications Net-SNMP's Perl module The bulk of the book is devoted to discussing, with real examples, how to use SNMP for system and network administration tasks. Administrators will come away with ideas for writing scripts to help them manage their networks, create managed objects, and extend the operation of SNMP agents. Once demystified, SNMP is much more accessible. If you're looking for a way to more easily manage your network, look no further than Essential SNMP, 2nd Edition .
Essential SNMP: Help for System and Network Administrators
by Douglas Mauro Kevin SchmidtSimple Network Management Protocol (SNMP) provides a "simple" set of operations that allows you to more easily monitor and manage network devices like routers, switches, servers, printers, and more. The information you can monitor with SNMP is wide-ranging--from standard items, like the amount of traffic flowing into an interface, to far more esoteric items, like the air temperature inside a router. In spite of its name, though, SNMP is not especially simple to learn.O'Reilly has answered the call for help with a practical introduction that shows how to install, configure, and manage SNMP. Written for network and system administrators, the book introduces the basics of SNMP and then offers a technical background on how to use it effectively. Essential SNMP explores both commercial and open source packages, and elements like OIDs, MIBs, community strings, and traps are covered in depth. The book contains five new chapters and various updates throughout. Other new topics include:Expanded coverage of SNMPv1, SNMPv2, and SNMPv3Expanded coverage of SNMPcThe concepts behind network management and change managementRRDTool and CricketThe use of scripts for a variety of tasksHow Java can be used to create SNMP applicationsNet-SNMP's Perl moduleThe bulk of the book is devoted to discussing, with real examples, how to use SNMP for system and network administration tasks. Administrators will come away with ideas for writing scripts to help them manage their networks, create managed objects, and extend the operation of SNMP agents.Once demystified, SNMP is much more accessible. If you're looking for a way to more easily manage your network, look no further than Essential SNMP, 2nd Edition.
Essential SQA Exam Practice: From the publisher of How to Pass
by David AlfordExam board: SQALevel: HigherSubject: Computing ScienceFirst teaching: September 2018First exam: Summer 2019Practice makes permanent. Feel confident and prepared for the SQA Higher Computing Science exam with this two-in-one book, containing practice questions for every topic, plus two full practice papers - all written by an experienced marker.- Choose which topics you want to revise: A simple grid enables you to pick particular areas of the course that you want to answer questions on, with solutions provided at the back of the book- Remember more in your exam: Repeated and extended practice will give you a secure knowledge of the key areas of the course (software design and development; computer systems; database design and development; web design and development) Familiarise yourself with the exam paper: Both practice papers mirror the language and layout of the real SQA papers; complete them in timed, exam-style conditions to increase your confidence before the exams- Find out how to achieve a better grade: Answers to the practice papers have commentaries for each question, with tips on writing successful answers and avoiding common mistakesFully up to date with SQA's requirementsThe questions, mark schemes and guidance in this practice book match the requirements of the revised SQA Higher Computing Science specification for examination from 2019 onwards.
Essential SQA Exam Practice: Higher Computing Science Questions and Papers
by David AlfordExam board: SQALevel: HigherSubject: Computing ScienceFirst teaching: September 2018First exam: Summer 2019Practice makes permanent. Feel confident and prepared for the SQA Higher Computing Science exam with this two-in-one book, containing practice questions for every topic, plus two full practice papers - all written by an experienced marker.- Choose which topics you want to revise: A simple grid enables you to pick particular areas of the course that you want to answer questions on, with solutions provided at the back of the book- Remember more in your exam: Repeated and extended practice will give you a secure knowledge of the key areas of the course (software design and development; computer systems; database design and development; web design and development) Familiarise yourself with the exam paper: Both practice papers mirror the language and layout of the real SQA papers; complete them in timed, exam-style conditions to increase your confidence before the exams- Find out how to achieve a better grade: Answers to the practice papers have commentaries for each question, with tips on writing successful answers and avoiding common mistakesFully up to date with SQA's requirementsThe questions, mark schemes and guidance in this practice book match the requirements of the revised SQA Higher Computing Science specification for examination from 2019 onwards.
Essential SQA Exam Practice: National 5 Computing Science Questions and Papers
by Lesley RussellExam board: SQALevel: National 5Subject: Computing ScienceFirst teaching: August 2017First exam: Summer 2018Practice makes permanent. Feel confident and prepared for the SQA National 5 Computing Science exam with this two-in-one book, containing practice questions for every topic, plus two full practice papers - all written by an experienced examiner.> Choose which topics you want to revise: A simple grid enables you to pick particular areas of the course that you want to answer questions on, with solutions provided at the back of the book> Remember more in your exam: Repeated and extended practice will give you a secure knowledge of the key areas of the course (software design and development; computer systems; database design and development; web design and development)> Familiarise yourself with the exam paper: Both practice papers mirror the language and layout of the real SQA papers; complete them in timed, exam-style conditions to increase your confidence before the exams> Find out how to achieve a better grade: Answers to the practice papers have commentaries for each question, with tips on writing successful answers and avoiding common mistakesFully up to date with SQA's requirementsThe questions, mark schemes and guidance in this practice book match the requirements of the revised SQA National 5 Computing Science specification for examination from 2018 onwards.
Essential SQA Exam Practice: National 5 Computing Science Questions and Papers
by Lesley RussellExam board: SQALevel: National 5Subject: Computing ScienceFirst teaching: August 2017First exam: Summer 2018Practice makes permanent. Feel confident and prepared for the SQA National 5 Computing Science exam with this two-in-one book, containing practice questions for every topic, plus two full practice papers - all written by an experienced examiner.> Choose which topics you want to revise: A simple grid enables you to pick particular areas of the course that you want to answer questions on, with solutions provided at the back of the book> Remember more in your exam: Repeated and extended practice will give you a secure knowledge of the key areas of the course (software design and development; computer systems; database design and development; web design and development)> Familiarise yourself with the exam paper: Both practice papers mirror the language and layout of the real SQA papers; complete them in timed, exam-style conditions to increase your confidence before the exams> Find out how to achieve a better grade: Answers to the practice papers have commentaries for each question, with tips on writing successful answers and avoiding common mistakesFully up to date with SQA's requirementsThe questions, mark schemes and guidance in this practice book match the requirements of the revised SQA National 5 Computing Science specification for examination from 2018 onwards.
Essential SQLAlchemy
by Rick Copeland Jason MyersDive into SQLAlchemy, the popular, open-source code library that helps Python programmers work with relational databases such as Oracle, MySQL, PostgresSQL, and SQLite. Using real-world examples, this practical guide shows you how to build a simple database application with SQLAlchemy, and how to connect to multiple databases simultaneously with the same metadata.SQL is a powerful language for querying and manipulating data, but it's tough to integrate it with your application. SQLAlchemy helps you map Python objects to database tables without substantially changing your existing Python code. If you're an intermediate Python developer with knowledge of basic SQL syntax and relational theory, this book serves as both a learning tool and a handy reference.Essential SQLAlchemy includes several sections:SQLAlchemy Core: Provide database services to your applications in a Pythonic way with the SQL Expression LanguageSQLAlchemy ORM: Use the object relational mapper to bind database schema and operations to data objects in your applicationAlembic: Use this lightweight database migration tool to handle changes to the database as your application evolvesCookbook: Learn how to use SQLAlchemy with web frameworks like Flask and libraries like SQLAcodegen
Essential SQLAlchemy
by Rick CopelandEssential SQLAlchemy introduces a high-level open-source code library that makes it easier for Python programmers to access relational databases such as Oracle, DB2, MySQL, PostgreSQL, and SQLite. SQLAlchemy has become increasingly popular since its release, but it still lacks good offline documentation. This practical book fills the gap, and because a developer wrote it, you get an objective look at SQLAlchemy's tools rather than an advocate's description of all the "cool" features. SQLAlchemy includes both a database server-independent SQL expression language and an object-relational mapper (ORM) that lets you map "plain old Python objects" (POPOs) to database tables without substantially changing your existing Python code. Essential SQLAlchemy demonstrates how to use the library to create a simple database application, walks you through simple queries, and explains how to use SQLAlchemy to connect to multiple databases simultaneously with the same Metadata. You also learn how to:Create custom types to be used in your schema, and when it's useful to use custom rather than built-in types Run queries, updates, and deletes with SQLAlchemy's SQL expression language Build an object mapper with SQLAlchemy, and understand the differences between this and active record patterns used in other ORMs Create objects, save them to a session, and flush them to the database Use SQLAlchemy to model object oriented inheritance Provide a declarative, active record pattern for use with SQLAlchemy using the Elixir extension Use the SQLSoup extension to provide an automatic metadata and object model based on database reflection In addition, you'll learn how and when to use other extensions to SQLAlchemy, including AssociationProxy, OrderingList, and more.Essential SQLAlchemy is the much-needed guide for every Python developer using this code library. Instead of a feature-by-feature documentation, this book takes an "essentials" approach that gives you exactly what you need to become productive with SQLAlchemy right away.
Essential SQLAlchemy: Mapping Python to Databases
by Rick Copeland Jason MyersDive into SQLAlchemy, the popular, open-source code library that helps Python programmers work with relational databases such as Oracle, MySQL, PostgresSQL, and SQLite. Using real-world examples, this practical guide shows you how to build a simple database application with SQLAlchemy, and how to connect to multiple databases simultaneously with the same metadata.SQL is a powerful language for querying and manipulating data, but it’s tough to integrate it with your application. SQLAlchemy helps you map Python objects to database tables without substantially changing your existing Python code. If you’re an intermediate Python developer with knowledge of basic SQL syntax and relational theory, this book serves as both a learning tool and a handy reference.Essential SQLAlchemy includes several sections:SQLAlchemy Core: Provide database services to your applications in a Pythonic way with the SQL Expression LanguageSQLAlchemy ORM: Use the object relational mapper to bind database schema and operations to data objects in your applicationAlembic: Use this lightweight database migration tool to handle changes to the database as your application evolvesCookbook: Learn how to use SQLAlchemy with web frameworks like Flask and libraries like SQLAcodegen
Essential Scrum: A Practical Guide to the Most Popular Agile Process
by Kenneth RubinEssential Scrum will provide every team member, manager, and executive with a common understanding of Scrum, a shared vocabulary they can use in applying it, and practical knowledge for deriving maximum value from it. Whether you are new to Scrum or years into your use, this book will introduce, clarify, and deepen your Scrum knowledge at the team, product, and portfolio levels. Drawing from Rubin’s experience helping hundreds of organizations succeed with Scrum, this book provides easy-to-digest descriptions enhanced by more than two hundred illustrations based on an entirely new visual icon language for describing Scrum’s roles, artifacts, and activities. Essential Scrum is the complete, single-source reference to develop innovative products and services that delight your customers.
Essential SharePoint 2007, 2nd Edition
by Jeff WebbIf you're considering the vastly improved 2007 version of SharePoint, this concise, practical and friendly guide will teach you how to get the most from the latest version of Microsoft's information-sharing and collaboration platform. Essential SharePoint 2007 demonstrates how your business can use SharePoint to control documents, structure workflow, and share information over the Web using standard tools business users already know -- Microsoft Office and Internet Explorer. Written in a conversational tone by internationally recognized SharePoint consultant and trainer Jeff Webb, this book helps SharePoint administrators, site owners, and power users quickly gain the skills necessary to perform a wide variety of tasks for intranet and extranet web sites, and explains what's new in SharePoint 2007 for experienced SharePoint 2003 administrators. Essential SharePoint 2007 teaches you how to: * Use SharePoint 2007 with Outlook, Word and Excel, and as a document management tool, replacing, for example, shared network drives with libraries * Build and customize sites, lists, libraries and web parts for intranets and extranets * Use SharePoint 2007 for team communication through blogs, wikis, surveys, and RSS and email alerts * Build a SharePoint workflow application * Create and program web parts in order to deliver custom services and data to a site * Deploy and administer SharePoint 2007 Each chapter ends with a summary of best practices advocated by the author, and the first few chapters of the book are ideal as training materials for end users. Later chapters give developers and administrators tools not only to keep company sites running smoothly, but also to customize and extend them. The book also contains several appendices with a glossary of terms and hard-to-find information. Essential SharePoint 2007 is a one-stop task-oriented guide for learning what's necessary to make this tool a vital part of team productivity.
Essential SharePoint 2007: A Practical Guide for Users, Administrators and Developers
by Jeff WebbIf you're considering the vastly improved 2007 version of SharePoint, this concise, practical and friendly guide will teach you how to get the most from the latest version of Microsoft's information-sharing and collaboration platform. Essential SharePoint 2007 demonstrates how your business can use SharePoint to control documents, structure workflow, and share information over the Web using standard tools business users already know -- Microsoft Office and Internet Explorer.Written in a conversational tone by internationally recognized SharePoint consultant and trainer Jeff Webb, this book helps SharePoint administrators, site owners, and power users quickly gain the skills necessary to perform a wide variety of tasks for intranet and extranet web sites, and explains what's new in SharePoint 2007 for experienced SharePoint 2003 administrators. Essential SharePoint 2007 teaches you how to:Use SharePoint 2007 with Outlook, Word and Excel, and as a document management tool, replacing, for example, shared network drives with librariesBuild and customize sites, lists, libraries and web parts for intranets and extranetsUse SharePoint 2007 for team communication through blogs, wikis, surveys, and RSS and email alertsBuild a SharePoint workflow applicationCreate and program web parts in order to deliver custom services and data to a siteDeploy and administer SharePoint 2007Each chapter ends with a summary of best practices advocated by the author, and the first few chapters of the book are ideal as training materials for end users. Later chapters give developers and administrators tools not only to keep company sites running smoothly, but also to customize and extend them. The book also contains several appendices with a glossary of terms and hard-to-find information.Essential SharePoint 2007 is a one-stop task-oriented guide for learning what's necessary to make this tool a vital part of team productivity.
Essential SharePoint: Microsoft Office Document Collaboration in Action
by Jeff WebbWant to work more efficiently and effectively? Want to improve productivity? Microsoft is betting that you do. That's why it created Windows SharePoint Services--a set of collaboration tools that helps organizations increase individual and team productivity by enabling them to create web sites for information sharing and document collaboration.Through these team-oriented web sites, users capture and share ideas, and work together on documents, tasks, contacts, etc.--either among themselves or with partners and customers. And if you have Windows 2003 Server, then you already have SharePoint, since it's built right in. But before you can enjoy the benefits of SharePoint, you need to know how to turn it on, set it up, and get your applications working with it.Essential Sharepoint will help you do just that. It's not only the most complete guide for setting up and using these increasingly popular sites, but it also explains in detail the integration that makes SharePoint exciting. Everything you need to know about SharePoint is covered, including:hosting choicesadministrationcustomizationintegration with Microsoft Officedeveloping new SharePoint functionalitywhen to use SharePoint portal serverEssential Sharepoint covers all the key topics for getting up and running with this powerful and popular set of collaboration tools. And it's not just for members of the IT staff. This comprehensive guide is for anyone in an organization who wants to explore Microsoft SharePoint in order to foster collaboration with other users.
Essential Silverlight 2 Up-to-Date
by Christian WenzDesign rich Internet applications (RIAs) for the Web using Silverlight 2, Microsoft's hot runtime application. Available only as an ebook, this concise, easy-to-understand introduction provides complete step-by-step instructions for using everything Silverlight 2 has to offer, including tools for animation, vector graphics, video playback, .NET support for web services and networking, as well as LINQ, Microsoft's native data querying tool. Essential Silverlight 2 helps you take advantage of Microsoft's cross-browser plug-in with:Clever ways to create interactive UIs that are more robust and easier to debug and test than what you can achieve on other platformsScores of tested JavaScript and C# code examples that you can reuse in your own applicationsExpert guidance from an author who understands RIA technologies, including ASP.NET, Flash, PHP, and JavaScriptReady to deliver a more complete Web experience? Essential Silverlight 2 offers a world of possibilities.
Essential Skills for 3D Modeling, Rendering, and Animation
by Nicholas Bernhardt ZemanThe Key to Fully Understanding the Basics of a 3D WorldProminently used in games, movies, and on television, 3D graphics are tools of creation used to enhance how material and light come together to manipulate objects in 3D space. A game-changer written for the non-technical mind, Essential Skills for 3D Modeling, Rendering, and Animation examines
Essential Skills in Character Rigging
by Nicholas B. ZemanCharacter rigging is the method with which you create a system for animating a character. A rig is represented by two primary mechanics: the skeleton, consisting of hierarchical rotations to drive the motions, and a skin, or method of deforming the geometry that makes up the character model. Essential Skills in Character Rigging is a beginner's gui
Essential Skills in Organic Modeling
by Nicholas B. ZemanThis is a beginner’s guide to learning and implementing the essential aspects of modeling organic objects and using an organic workflow to model anything. This book gives an aspiring modeler all the tools that they need to know in order to begin creating great models that are efficient and laid out properly for rigging and texturing. The reader will be taken through all the primary techniques and methodologies for making “liveable” creatures for video, film, or games. The reader will also learn the basic physical structure that designates something as organic vs artificial, and how these varying structures can be tackled from a modeling perspective.through a practical, hands-on approach. Features Designed to approach organic modeling in a software-independent manner. Builds fundamental knowledge of 3D digital art from the ground up. Each lesson builds on the previous lesson. Has industry standard knowledge, based on simplicity and efficiency that will work for either production rendering or game development. Defines what organic modeling is and how it works, and why each technique was developed and implemented as it currently stands.
Essential Software Architecture
by Ian GortonJob titles like "Technical Architect" and "Chief Architect" nowadays abound in software industry, yet many people suspect that "architecture" is one of the most overused and least understood terms in professional software development. Gorton's book tries to resolve this dilemma. It concisely describes the essential elements of knowledge and key skills required to be a software architect. The explanations encompass the essentials of architecture thinking, practices, and supporting technologies. They range from a general understanding of structure and quality attributes through technical issues like middleware components and service-oriented architectures to recent technologies like model-driven architecture, software product lines, aspect-oriented design, and the Semantic Web, which will presumably influence future software systems. This second edition contains new material covering enterprise architecture, agile development, enterprise service bus technologies, RESTful Web services, and a case study on how to use the MeDICi integration framework. All approaches are illustrated by an ongoing real-world example. So if you work as an architect or senior designer (or want to someday), or if you are a student in software engineering, here is a valuable and yet approachable knowledge source for you.