Book picks similar to
Director 8 Demystified [With] by Phil Gross


computer-books
reference
software
work-related

Identifying and Managing Project Risk: Essential Tools for Failure-Proofing Your Project


Tom Kendrick - 2003
    Important projects tend to be time constrained, pose huge technical challenges, and suffer from a lack of adequate resources. It's no wonder that project managers are increasingly focusing their attention on risk identification.Identifying and Managing Project Risk is a practical guide to minimizing the possibility of failure in critical projects. The book takes readers step by step through every phase of a project, showing them how to consider the possible risks involved at every point in the process. Relevant figures and diagrams support the text and illustrate key scenarios. At the end of each chapter is an analysis of how the principles just discussed applied to a supreme example of what many once considered a truly impossible project: the building of the Panama Canal.Packed with real-world information, this book is essential reading for any project manager seeking to complete projects smoothly and successfully."

Programming Windows 8 Apps with HTML, CSS, and JavaScript


Kraig Brockschmidt - 2012
    

Test-Driven Web Development with Python


Harry Percival - 2010
    You’ll learn everything from the basics of database integration and the use of JavaScript to browser-automation tools like Selenium, and advanced topics such as NoSQL, Web Sockets, and async programming.Ideal for beginners, this book teaches a development methodology that leads to peace of mind, cleaner code, and better web apps.

Are You Smart Enough to Work at Google?


William Poundstone - 2012
    The blades start moving in 60 seconds. What do you do? If you want to work at Google, or any of America's best companies, you need to have an answer to this and other puzzling questions. Are You Smart Enough to Work at Google? guides readers through the surprising solutions to dozens of the most challenging interview questions. The book covers the importance of creative thinking, ways to get a leg up on the competition, what your Facebook page says about you, and much more. Are You Smart Enough to Work at Google? is a must-read for anyone who wants to succeed in today's job market.

The Unified Software Development Process


Ivar Jacobson - 1999
    This book demonstrates how the notation and process complement one another, using UML models to illustrate the new process in action. It describes the constructs such as use cases, actors, and more.

You're On Your Own (But I'm Here if You Need Me): Mentoring Your Child During the College Years


Marjorie Savage - 2003
    What's more, kids often send mixed messages: they crave space, but they rely on their parents' advice and assistance. Not surprisingly, it's hard to know when it's appropriate to get involved in your child's life and when it's better to back off."You're On Your Own (But I'm Here If You Need Me)" helps parents identify the boundaries between necessary involvement and respect for their child's independence. Marjorie Savage, who as a parent herself empathizes with moms and dads, but who as a student services professional understands kids, offers advice on wide-ranging issues, including:- How to cope with your family's mood changes in the months before move-in day on campus- Why students complain about the food but still manage to gain fifteen pounds their first year- How to teach basic financial responsibility, including the handling of credit cards and academic expenses- When parental intervention is criticalWith anecdotes and suggestions from experienced parents and college staffs nationwide, the strategies and tips provided throughout will help you to create a loving, supportive partnership responsive to the needs of both you and your children.

Mastering Excel Macros: Introduction (Book 1)


Mark Moore - 2014
    Everybody wants to learn them. You're not a programmer though. How is a non technical user going to learn how to program? You do want to use macros to make your work easier but are you really going to sit down with a huge programming textbook and work your way through every. single. boring. page? Like most people, you'll start with great enthusiasm and vigor but after a few chapters, the novelty wears off. It gets boring. I'm going to try and change that and make learning macro programming entertaining and accessible to non-techies. First of all, programming Excel macros is a huge topic. Let's eat the elephant one bite at a time. Instead of sitting down with a dry, heavy text, you will read very focused, to the point topics. You can then immediately use what you learned in the real world. This is the first lesson in the series. You will learn what macros are, how to access them, a tiny bit of programming theory (just so you have a clue as to what's going on) and how to record macros. As with all my other lessons, this one has a follow along workbook that you can use to work through the exercises. The images in the lessons are based on Excel 2013 for Windows.

Core J2EE Patterns: Best Practices and Design Strategies


Deepak Alur - 2001
    What's been lacking is the expertise to fuse them into solutions to real-world problems. These patterns are the intellectual mortar for J2EE software construction." —John Vlissides, co-author of Design Patterns, the "Gang of Four" book"The authors of Core J2EE Patterns have harvested a really useful set of patterns. They show how to apply these patterns and how to refactor your system to take advantage of them. It's just like having a team of experts sitting at your side."—Grady Booch, Chief Scientist, Rational Software Corporation "The authors do a great job describing useful patterns for application architectures. The section on refactoring is worth the price of the entire book!"—Craig McClanahan, Struts Lead Architect and Specification Lead for JavaServer Faces "Core J2EE Patterns is the gospel that should accompany every J2EE application server...Built upon the in-the-trenches expertise of its veteran architect authors, this volume unites the platform's many technologies and APIs in a way that application architects can use, and provides insightful answers to the whys, whens, and hows of the J2EE platform."—Sean Neville, JRun Enterprise Architect, MacromediaDevelopers often confuse learning the technology with learning to design with the technology. In this book, senior architects from the Sun Java Center share their cumulative design experience on Java 2 Platform, Enterprise Edition (J2EE) technology.The primary focus of the book is on patterns, best practices, design strategies, and proven solutions using the key J2EE technologies including JavaServer Pages(TM) (JSP(TM)), Servlets, Enterprise JavaBeans(TM) (EJB(TM)), and Java(TM) Message Service (JMS) APIs. The J2EE Pattern Catalog with 21 patterns and numerous strategies is presented to document and promote best practices for these technologies.Core J2EE Patterns, Second Edition offers the following: J2EE Pattern Catalog with 21 patterns—fully revised and newly documented patterns providing proven solutions for enterprise applications Design strategies for the presentation tier, business tier, and integration tier Coverage of servlets, JSP, EJB, JMS, and Web Services J2EE technology bad practices Refactorings to improve existing designs using patterns Fully illustrated with UML diagrams Extensive sample code for patterns, strategies, and refactorings

Educational Research: Quantitative, Qualitative, and Mixed Approaches


R. Burke Johnson - 2003
    Readers will develop an understanding of the multiple research methods and strategies used in education and related fields, the ability to read and critically evaluate published research, and the ability to write a proposal, construct a questionnaire, and conduct an empirical research study on their own.

Pragmatic Unit Testing in Java with JUnit


Andy Hunt - 2003
    Despite it's name, unit testing is really a coding technique, not a testing technique. Unit testing is done by programmers, for programmers. It's primarily for our benefit: we get improved confidence in our code, better ability to make deadlines, less time spent in the debugger, and less time beating on the code to make it work correctly.This book shows how to write tests, but more importantly, it goes where other books fear to tread and gives you concrete advice and examples of what to test--the common things that go wrong in all of our programs. Discover the tricky hiding places where bugs breed, and how to catch them using the freely available JUnit framework. It's easy to learn how to think of all the things in your code that are likely to break. We'll show you how with helpful mnemonics, summarized in a handy tip sheet (also available from our pragmaticprogrammer.com website) to help you remember all this stuff.With this book you will:Write better code, and take less time to write it Discover the tricky places where bugs breed Learn how to think of all the things that could go wrong Test individual pieces of code without having to include the whole project Test effectively with the whole teamWe'll also cover how to use Mock Objects for testing, how to write high quality test code, and how to use unit testing to improve your design skills. We'll show you frequent "gotchas"--along with the fixes--to save you time when problems come up. We'll show you how with helpful mnemonics, summarized in a handy tip sheet (also available from our pragmaticprogrammer.com website).But the best part is that you don't need a sweeping mandate to change your whole team or your whole company. You don't need to adopt Extreme Programming or Test-Driven Development, or change your development process in order to reap the proven benefits of unit testing. You can start unit testing, the pragmatic way, right away.

Taster Projects (Twenty to Make)


Alistair MacdonaldCorinne Lapierre - 2014
    Once you have enjoyed experimenting with these fun taster projects, there are many more Twenty to Make books available on lots of different craft subjects.We hope that experimenting with these projects will inspire you to try out some of the Twenty to Make titles that these projects have been taken from, when you have had some fun making these tasters! There are projects both for beginners and more experienced crafters to try; from stitching a simple but effective Christmas place setting in felt, and making a lovely pair of button earrings using pretty shell buttons; to crocheting a flower, or a gorgeous beanie hat, and trying your hand at sugarcraft, with a cute dog, a hippopotamus, or a fairy. You could also knit a scarf for the special person in your life, or a cute and cuddly teddy bear for a child. These exciting projects are sure to appeal to a wide range of crafters and will make lovely gifts for family and friends alike. Have fun and happy crafting!Projects include Christmas bunting, sugar dogs and other animals, crocheted flowers, tiny bag made from Jelly Roll scraps, knitted mug hugs, granny squares, knitted baby bootees, a stitched fabric brooch, Steampunk style bracelet, friendship bracelets, earrings made from buttons and much more.

Managing the Testing Process: Practical Tools and Techniques for Managing Hardware and Software Testing


Rex Black - 1999
    The preeminent expert in his field, Mr.Black draws upon years of experience as president of both theInternational and American Software Testing Qualifications boardsto offer this extensive resource of all the standards, methods, andtools you'll need.The book covers core testing concepts and thoroughly examinesthe best test management practices and tools of leading hardwareand software vendors. Step-by-step guidelines and real-worldscenarios help you follow all necessary processes and avoidmistakes.Producing high-quality computer hardware and software requirescareful, professional testing; Managing the Testing Process, Third Edition explains how to achieve that by following adisciplined set of carefully managed and monitored practices andprocessesThe book covers all standards, methods, and tools you need forprojects large and smallPresents the business case for testing products and reviews theauthor's latest test assessmentsTopics include agile testing methods, risk-based testing, IEEEstandards, ISTQB certification, distributed and outsourced testing, and moreOver 100 pages of new material and case studies have been addedto this new editionIf you're responsible for managing testing in the real world, Managing the Testing Process, Third Edition is the valuablereference and guide you need.

IBM PC Assembly Language and Programming


Peter Abel - 1987
    Coverage starts from scratch, discussing the simpler aspects of the hardware, and the language, then introduces technical details and instructions as they are needed.

The Huge Book of Amazing Facts - 1000+ Interesting Facts that Will Shock, Amuse and Amaze You!: The Ultimate Fun Facts Book


Jenny Kellett - 2013
     Compiled by self-confessed trivia junkie and author, Jenny Kellett, this bumper book of over 1,000 unbelievable facts has something for everyone. Interesting facts Topics covered include: - Entertainment facts - Geography facts - History facts - Science facts - Human body facts - Maths facts - Animal facts - Weird facts - Crazy facts .... and more! Did you know that the oldest known vegetable is the pea? Or that humans are actually radioactive? Having a good general knowledge is useful in all aspects of life - not only to impress people - but can help improve job opportunities and give you an overall better understanding of the world around you. Trivia books are a fun and easy way to become smarter! You'll find hundreds of interesting facts that you can use when conversation gets a bit slow at a dinner party or over drinks. What better conversation starter than bringing out fun facts such as that you can't sneeze with your eyes open. (Watch how many people try to prove you wrong!). Fun facts Other general knowledge you'll find in this HUGE book of fun facts include: - The space between your eyebrows is called the Glabella. - The geographical center of the USA is Butte County, South Dakota. - There are 365 different languages spoken in Indonesia. So grab the latest (and biggest!) book in the popular series of interesting fact books from Jenny Kellett today and feel smarter tomorrow :)

How My Blog Got 1 Million Visits In 7 Months: A practical and straightforward guide to increasing traffic to your blog in your spare time - and without having to pay for advertising


Patric Morgan - 2015
    For some, blogging is a pastime, a hobby, something to fulfil a creative need. But some take blogging one step further. Many individuals, with no special training, are using their blog/s as a part-time or even a full-time job. You may already have a blog that could do with a few more visitors. Or maybe you’re thinking of setting up a blog but are not sure where to start. The question most people ask me is ‘How do I get visitors to my blog?’ It’s like setting up a shop on the High Street and facing the challenge of getting people in the door. The good news is – I have answers that will see your visitor count lift substantially. All you need is a computer, an internet connection and a brain (your own preferably). Here’s what you don’t need: money. This book answers your blogging questions in a practical and straightforward way. How My Blog Got 1 Million Visits In 7 Months has been designed to show you how to drive people to your blog – and how to keep them coming back, time after time. It’s designed for bloggers and for those who have websites that could do with more traffic. I’m a multi-award winning blogger and publisher and have been for over eight years. When I first started blogging, I got very excited to see that one person kept visiting my site. That was until I realised that the analytics was, in fact, counting me as a visitor. I’ve learned a lot since. My latest blog broke through the 1,000,000 visit mark after just 7 months. As a result, my blog is now a profitable business. I haven’t spent a penny on advertising and I spend about 30 minutes a day blogging at most. I’ve picked up a large-scale book deal as a direct result of my blog. In this book, I’ll show you the basics of setting up your blog; how to write content that people will just want to click on and share with their friends; how to create viral posts that will see your visitor statistics balloon; how to write content for your website that will sell your services or products; how to optimise your posts for search engines and how to make money from your blog. My promise to you is this - if you use the tips and tricks that I am about to show you, your site will get more traffic and you can start making money from it. These are proven techniques that you can start implementing on your blog straight away. Run the kind of blog that other bloggers envy. Be the kind of blogger that people marvel at. It’ll make you feel pretty good, I guarantee it. Find out how right now. *** “Patric Morgan's How My Blog Got 1 Million Visitors in 7 Months makes me sick! I've got 15,000+ people on my combined social media and I've never gotten even close to a million visits on my site. Screw you, Patric! However – I have read through his book and have found some cool tricks to steal and apply. Shh...don't tell him.” Vicki Abelson, Author of ‘Don't Jump’, published October '15 from Carl Reiner's Random Content. “What an absolutely incredible 'How to Guide'. This book will give you the tools you need to increase your web traffic and create a viral sensation from your blog or website. Follow the common sense approach within these pages and maybe you'll be writing your own success story very soon. A must read for any avid blogger trying to step up into the big leagues. Buy it now!” Nigel Shinner, Author of the critically acclaimed novel ‘From Within’ “It’s good to read something that actually delivers on the title of the book.