Beginning Web Programming with HTML, XHTML and CSS


Jon Duckett - 2004
    It follows standards-based principles, but also teaches readers ways around problems they are likely to face using (X)HTML.While XHTML is the "current" standard, the book still covers HTML because many people do not yet understand that XHTML is the official successor to HTML, and many readers will still stick with HTML for backward compatibility and simpler/informal Web pages that don't require XHTML compliance.The book teaches basic principles of usability and accessibility along the way, to get users into the mode of developing Web pages that will be available to as many viewers as possible from the start. The book also covers the most commonly used programming/scripting language -- JavaScript -- and provides readers with a roadmap of other Web technologies to learn after mastering this book to add more functionality to their sites.

Creating Mobile Apps with Xamarin.Forms: Cross-Platform C# Programming for iOS, Android, and Windows Phone


Charles Petzold - 2014
    Xamarin.Forms lets you write shared user-interface code in C# and XAML that maps to native controls on these three platforms.

Getting Clojure


Russ Olsen - 2018
    The vision behind Clojure is of a radically simple language framework holding together a sophisticated collection of programming features. Learning Clojure involves much more than just learning the mechanics of the language. To really get Clojure you need to understand the ideas underlying this structure of framework and features. You need this book: an accessible introduction to Clojure that focuses on the ideas behind the language as well as the practical details of writing code.

CompTIA Network+ Study Guide: Exam N10-004


Todd Lammle - 2009
    Using his one-of-a-kind conversational style, Todd gives you clear and concise information on crucial networking topics through practical examples and insights drawn from his real-world experience. This Study Guide thoroughly covers all exam objectives for the CompTIA Network+ exam (N10-004), including key topics such as network technologies, media and topologies, devices, management, tools, and security. Along with the book you get a CD-ROM featuring a custom test engine with chapter review questions, two practice exams, flashcards, and the book as a searchable PDF.Note: CD-ROM/DVD and other supplementary materials are not included as part of eBook file.For Instructors: Teaching supplements are available for this title.

The Basics of Digital Forensics: The Primer for Getting Started in Digital Forensics


John Sammons - 2011
    This book teaches you how to conduct examinations by explaining what digital forensics is, the methodologies used, key technical concepts and the tools needed to perform examinations. Details on digital forensics for computers, networks, cell phones, GPS, the cloud, and Internet are discussed. Readers will also learn how to collect evidence, document the scene, and recover deleted data. This is the only resource your students need to get a jump-start into digital forensics investigations.This book is organized into 11 chapters. After an introduction to the basics of digital forensics, the book proceeds with a discussion of key technical concepts. Succeeding chapters cover labs and tools; collecting evidence; Windows system artifacts; anti-forensics; Internet and email; network forensics; and mobile device forensics. The book concludes by outlining challenges and concerns associated with digital forensics. PowerPoint lecture slides are also available.This book will be a valuable resource for entry-level digital forensics professionals as well as those in complimentary fields including law enforcement, legal, and general information security.

Advanced Apex Programming for Salesforce.com and Force.com


Dan Appleman - 2012
    Intended for developers who are already familiar with the Apex language, and experienced Java and C# developers who are moving to Apex, this book starts where the Force.com documentation leaves off. Instead of trying to cover all of the features of the platform, Advanced Apex programming focuses entirely on the Apex language and core design patterns. You’ll learn how to truly think in Apex – to embrace limits and bulk patterns. You’ll see how to develop architectures for efficient and reliable trigger handling, and for asynchronous operations. You’ll discover that best practices differ radically depending on whether you are building software for a specific organization or for a managed package. And you’ll find approaches for incorporating testing and diagnostic code that can dramatically improve the reliability and deployment of Apex software, and reduce your lifecycle and support costs. Based on his experience both as a consultant and as architect of a major AppExchange package, Dan Appleman focuses on the real-world problems and issues that are faced by Apex developers every day, along with the obscure problems and surprises that can sneak up on you if you are unprepared.

Professional PHP Programming


Sascha Schumann - 1999
    PHP is a server-side, HTML-embedded scripting language. It is an open source technology, rapidly gaining popularity as a scripting language for people running dynamic websites. One of its major attractions over Perl, JavaScript and other scripting languages is that PHP has a built-in database integration layer and seamless IP connectivity, with LDAP and TCP as well as the IMAP mail interface. Features; Real world, practical experience and techniques From installation and configuration of the PHP engine to advanced dynamic application design Definitive coverage of core PHP language and database addressing: MySQL is covered in depth. Practical e-commerce and business scripting including database application development, together with PHP and XML applications. LDAP connectivity addressed.

What's New in Java 7?


Madhusudhan Konda - 2011
    Madhusudhan Konda provides an overview of these, including strings in switch statements, multi-catch exception handling, try-with-resource statements, the new File System API, extensions of the JVM, support for dynamically-typed languages, and the fork and join framework for task parallelism.

WIRED: Steve Jobs, Revolutionary


Steven Levy - 2011
    In the wake of his death WIRED presents Steve Jobs: Revolutionary, an eBook featuring our best stories about him. The anthology begins with a remembrance by Wired senior writer Steven Levy, who interviewed Jobs many times over the last two decades. We continue with six other stories that track Jobs on his uncanny rise, his dramatic fall, and his spectacular, unlikely return to Apple.

Off-Camera Flash: Techniques for Digital Photographers


Neil van Niekerk - 2011
    Seeking to address the various challenges of off-camera lighting, professional photographers and advanced amateurs alike will find a range of confidence-building instruction, beginning with basic how’s and why’s of lighting for creative effect, the types of equipment available and instruction about their proper use, clear definitions of various technical concepts such as managing shutter speed and controlling flash exposure, using ambient light as well as natural sunlight during a shoot, and incorporating off-camera flash into a portrait session. Concluding this lesson plan is a look at five different real-life photo sessions, each employing a different flash technique. Here, photographers get a deeper understanding of each concept put into practice, marrying the elements of lighting with the natural elements presented by the shoot.

Beginning Programming All-In-One Desk Reference for Dummies


Wallace Wang - 2007
    If programming intrigues you (for whatever reason), Beginning Programming All-In-One Desk Reference For Dummies is like having a starter programming library all in one handy, if hefty, book.In this practical guide, you'll find out about algorithms, best practices, compiling, debugging your programs, and much more. The concepts are illustrated in several different programming languages, so you'll get a feel for the variety of languages and the needs they fill.Inside you'll discover seven minibooks:Getting Started: From learning methods for writing programs to becoming familiar with types of programming languages, you'll lay the foundation for your programming adventure with this minibook. Programming Basics: Here you'll dive into how programs work, variables, data types, branching, looping, subprograms, objects, and more. Data Structures: From structures, arrays, sets, linked lists, and collections, to stacks, queues, graphs, and trees, you'll dig deeply into the data. Algorithms: This minibook shows you how to sort and search algorithms, how to use string searching, and gets into data compression and encryption. Web Programming: Learn everything you need to know about coding for the web: HyperText. Markup Language (better known simply as HTML), CSS, JavaScript, PHP, and Ruby. Programming Language Syntax: Introduces you to the syntax of various languages - C, C++, Java, C#, Perl, Python, Pascal, Delphi, Visual Basic, REALbasic - so you know when to use which one. Applications: This is the fun part where you put your newly developed programming skills to work in practical ways. Additionally, Beginning Programming All-In-One Desk Reference For Dummies shows you how to decide what you want your program to do, turn your instructions into "machine language" that the computer understands, use programming best practices, explore the "how" and "why" of data structuring, and more. And you'll get a look into various applications like database management, bioinformatics, computer security, and artificial intelligence. After you get this book and start coding, you'll soon realize that -- wow! You're a programmer!

The Motorcycle Safety Foundation's Guide to Motorcycling Excellence: Skills, Knowledge, and Strategies for Riding Right


Motorcycle Safety Foundation - 1995
    More than one million students have completed courses developed by the Motorcycle Safety Foundation, and this book is the culmination of what that leading rider training organization has learned about teaching students of all ages and experience. It is the perfect refresher for anyone who has taken an MSF course and will be an eye-opener for those who have not yet discovered them. In a clear, engaging style with detailed diagrams and extensive full-color photographs and illustrations, the book covers rider attitude, proper dress, performance, maintenance and troubleshooting, as well as basic and advanced street skills. Included are tips on how to stop quickly when necessary; avoid traffic hazards; apply evasive maneuvers; countersteer for better control; travel skillfully in a group; identify and fix mechanical problems; ride more smoothly at high and low speeds; maintain momentum in off-highway riding; and much more. A remarkable source of riding wisdom, the first edition has been a best-seller and the definitive reference for the sport. This new second edition features the latest insights from the new, updated MSF curriculum, plus all new photos and graphics that make its valuable lessons easy to follow.

Real Havana: Explore Cuba Like A Local And Save Money


Mario Rizzi - 2014
    This book is designed to give you a cultural immersion into Cuban life, and to provide you the tools and background information to truly make the most of your visit. It gives you the confidence and knowledge to break away from the tourist areas and experience the real Cuba. You want to explore the rich culture. Be transported back to a simpler time. Experience Havana’s romance and the beauty with the same carefree joy as the locals. See everything you want to see and go everywhere you want to go. The Real Havana guide shows you how to do all that and lots more. In the guide, you will learn about: ● Authentic Cuban cuisine and affordable Havana restaurants. ● Low-priced markets, shops and entertainment options. ● Maps of Havana and the suburbs – Get out of the city and EXPLORE! ● Instructions on using communal taxis particulares and all the major routes. ● Contact info and reviews of over 30 casa particular apartments in Vedado. ● Fascinating, offbeat places which are hidden from foreigners. ● Hundreds of tips on saving money while in Havana. ● How to avoid the most common tourist scams. This book is not a tourist guide. It’s not a list of restaurant reviews and attractions, like all the other guides. With this book, you will learn about the authentic, local places. Locations which are hidden to regular tourists. Naturally, these places are also very inexpensive. So, in effect, you will not only be immersed in authentic Cuban life, but you will also save money. BONUS: The last section of this book includes the Cheap Casa Particular Guide. You will find listings and reviews of over 30 apartments and rooms to rent in the Vedado neighborhood of Havana. These casas particulares have been hand selected out of the thousands available in Havana. They are not only the most affordable, but they are also among the cleanest, best maintained, and best located. The hosts are extremely hospitable and most speak multiple languages. The best part is that you get the full contact information for the casas, so you can call or email the hosts directly and book your stay without having to deal with expensive brokers or middlemen. By booking your reservation directly with the landlords, you are certain to save at least $5 to 10$ per night in brokerage fees. That alone is easily worth the purchase price of Real Havana guide. About Full Compass Guides Full Compass Guides are aimed at travelers who want to understand local customs and culture so that they can experience destinations like a local. Unlike regular tourist guides, Full Compass guides are not a list of attractions popular with tourists, and boring restaurant and hotel reviews that are obsolete the moment they are published. With our guides, you get succinct, useful information about the culture, people and geography of your destination so you have the tools and the confidence to explore on your own, experience everything that your destination has to offer, and save money. Our guides are written by experienced travelers who have intimate knowledge of both the location and the culture of the destination. They give you the exact information you need in order to make the most of your travel time.

Access 2007: The Missing Manual


Matthew MacDonald - 2006
    It runs on PCs rather than servers and is ideal for small- to mid-sized businesses and households. But Access is still intimidating to learn. It doesn't help that each new version crammed in yet another set of features; so many, in fact, that even the pros don't know where to find them all. Access 2007 breaks this pattern with some of the most dramatic changes users have seen since Office 95. Most obvious is the thoroughly redesigned user interface, with its tabbed toolbar (or "Ribbon") that makes features easy to locate and use. The features list also includes several long-awaited changes. One thing that hasn't improved is Microsoft's documentation. To learn the ins and outs of all the features in Access 2007, Microsoft merely offers online help.Access 2007: The Missing Manual was written from the ground up for this redesigned application. You will learn how to design complete databases, maintain them, search for valuable nuggets of information, and build attractive forms for quick-and-easy data entry. You'll even delve into the black art of Access programming (including macros and Visual Basic), and pick up valuable tricks and techniques to automate common tasks -- even if you've never touched a line of code before. You will also learn all about the new prebuilt databases you can customize to fit your needs, and how the new complex data feature will simplify your life. With plenty of downloadable examples, this objective and witty book will turn an Access neophyte into a true master.

Microsoft Excel 2013 Power Programming with VBA


John Walkenbach - 2013
    Naturally, that means John Walkenbach returns with a new edition of his bestselling VBA Programming book and covers all the methods and tools you need to know in order to program with Excel. With this comprehensive guide, Mr. Spreadsheet shows you how to maximize your Excel experience using professional spreadsheet application development tips from his own personal bookshelf.Featuring a complete introduction to Visual Basic for Applications and fully updated for the latest features of Excel 2013, this essential reference includes an analysis of Excel application development and is packed with procedures, tips, and ideas for expanding Excel's capabilities with VBA.Offers an analysis of Excel application development and a complete introduction to VBA Features invaluable advice from Mr. Spreadsheet himself, bestselling author John Walkenbach, who demonstrates all the techniques you need to create Excel applications, both large and small Covers navigating the Excel interface, formatting worksheets, interacting with other Office applications, working with collaboration tools, and using sample workbooks and John Walkenbach's award-winning Power Utility Pak to help enhance your Excel skills Provides tips, tricks, and techniques for expanding Excel's capabilities with VBA that you wont find anywhere else Excel 2013 Power Programming with VBA is packed with procedures, tips, and ideas for achieving Excel excellence with VBA.