3D Game Development with Microsoft Silverlight 3Microsoft Silverlight is a programmable web browser plug-in that enables the animation, vector graphics, and audio-video playback features that characterize Rich Internet Applications. Silverlight is a great (and growing) RIA platform and games are the next level to exploit in it. But it doesn't offer 3D capabilities out of the box and integrating a 3D engine can involve lot of complex mathematics and matrix algebra. This book will help C# developers to get their fingers on the pulse of 3D in Silverlight.
This book uses Balder, an open source 3D engine offering 3D capabilities for Silverlight 3. It leaves out boring matrix algebra and complex 3D mathematics. By the end of the book you will have explored the entire engine, and will be able to design and program your own 3D games with ease! ...
Reporting with Microsoft SQL Server 2012Starting with the difference between standard and self- service reporting, this book covers the main features and functionality offered in SQL Server Reporting Services 2012 including a breakdown of the report components, development experience, extensibility, and security. You will also learn to set up and use Power View within Excel and SharePoint and connect to a tabular model as well as a multidimensional model. The book provides real-life reporting scenarios that help to clarify when those scenarios are discussing standard reporting, in which case SSRS is the best choice, and when they are discussing self-service reporting, in which case Power View is the best choice. ...
Java in a Nutshell, 6th EditionThe latest edition of Java in a Nutshell is designed to help experienced Java programmers get the most out of Java 7 and 8, but it's also a learning path for new developers. Chock full of examples that demonstrate how to take complete advantage of modern Java APIs and development best practices, the first section of this thoroughly updated book provides a fast-paced, no-fluff introduction to the Java programming language and the core runtime aspects of the Java platform.
The second section is a reference to core concepts and APIs that shows you how to perform real programming work in the Java environment. ...
Programming in Python 3, 2nd EditionIt is more powerful, convenient, consistent, and expressive than ever before. Now, leading Python programmer Mark Summerfield demonstrates how to write code that takes full advantage of Python 3's features and idioms. Programming in Python 3, Second Edition, brings together all the knowledge you need to write any program, use any standard or third-party Python 3 library, and create new library modules of your own. Summerfield draws on his many years of Python experience to share deep insights into Python 3 development you won't find anywhere else. ...
Startup MixologyEntrepreneurship starts with an idea and a dream: a dream of a better world for others, and a life less ordinary for yourself. These days, more people than ever are full of world-changing ideas and, thanks to technology, have the means to bring them to life. But many ideas remain just ideas, and many dreams just dreams.
Startup Mixology is first and foremost a book about turning your ideas into action. From the cofounder of media company Tech Cocktail, a veteran entrepreneur and investor who was named one of the most connected people in tech, this book covers the basic "ingredients" of winning entrepreneurship. No abstract theories here — it shows you how to tackle everything from idea generation to launch to marketing to funding and how to start getting things done. ...
Adventures in MinecraftLearn how to extend Minecraft and create a new gaming experience, by exploring the magical world of Minecraft programming. Adventures in Minecraft, like other books in the highly successful Adventures series, is written especially for 11- to 15-year-olds. With this book you will learn new programming skills while having fun with Minecraft!
Using the programming skills you learn from this book, writing Minecraft programs offers endless possibilities to create anything you can imagine.
To make your journey that much easier, the Adventures in Minecraft companion website supplies you with a video for each adventure in the book, downloadable code files, helpful programming reference tables, a bonus adventure, and badges to collect for your Minecraft accomplishments. ...
Data Structures and Algorithms in Java, 6th EditionThe design and analysis of efficient data structures has long been recognized as a key component of the Computer Science curriculum. Goodrich and Tomassia's approach to this classic topic is based on the object-oriented paradigm as the framework of choice for the design of data structures. For each ADT presented in the text, the authors provide an associated Java interface. Concrete data structures realizing the ADTs are provided as Java classes implementing the interfaces. The Java code implementing fundamental data structures in this book is organized in a single Java package, net.datastructures. This package forms a coherent library of data structures and algorithms in Java specifically designed for educational purposes in a way that is complimentary with the Java Collections Framework. ...
Lean AuditingLean Auditing is a practical guide to maximising value and efficiency in internal audit through the application of lean techniques. It is an ideal book for anyone interested in understanding what progressive, value adding audit can be like. It is also ideal for anyone wondering whether audit activities can be streamlined or better co-ordinated with other activities.
The book contains practical advise from the author's experience as CAE of AstraZeneca PLC; from his work as a consultant specializing in this field; as well as insights from leading CAEs in the UK, US and elsewhere. In addition, there are important insights from thought leaders such as Richard Chambers (IIA US) and Norman Marks (GRC thought leader) and Chris Baker (Technical Manager of the IIA UK). ...
Mastering Python Regular ExpressionsRegular expressions are used by many text editors, utilities, and programming languages to search and manipulate text based on patterns. They are considered the Swiss army knife of text processing. Powerful search, replacement, extraction and validation of strings, repetitive and complex tasks are reduced to a simple pattern using regular expressions.
Mastering Python Regular Expressions will teach you about Regular Expressions, starting from the basics, irrespective of the language being used, and then it will show you how to use them in Python. You will learn the finer details of what Python supports and how to do it, and the differences between Python 2.x and Python 3.x. ...
Jump Start BootstrapOriginally developed by Twitter, Bootstrap is a front-end web framework that's revolutionized modern web development. It makes it easy to build professional, feature-packed websites in no time. Better still, Bootstrap is built from the ground up to be fully responsive, meaning your designs will look beautiful on any device, and in any browser.
Whether you're a designer or a developer, you need to get acquainted with Bootstrap. Jump Start Bootstrap is the perfect primer to the most popular front-end framework available on the Web today. ...