Book picks similar to
Technology Basics Dictionary: Tech and Computers Simplified by Jack C. Stanley
_unlimited
coding
computer-basics-windows
His Christmas Gift
Crystal Monroe - 2021
package.Yeah, I’m DEFINITELY on Santa’s naughty list this year.First things first, though.I have to explain why my kid has Daniel’s eyes.I have a secret that's four years old.And all he wants for Christmas is a daddy.His Christmas Gift is a standalone, full-length holiday romance. No cheating or cliffhangers. This one’s too hot to handle… even on the coldest night of the year. You’ll love the HEA!
AngularJS: Up and Running: Enhanced Productivity with Structured Web Apps
Shyam Seshadri - 2014
By the end of the book, you'll understand how to develop a large, maintainable, and performant application with AngularJS.Guided by two engineers who worked on AngularJS at Google, you'll learn the components needed to build data-driven applications, using declarative programming and the Model-view-controller pattern. You'll also learn how to conduct unit tests on each part of your application.Learn how to use controllers for moving data to and from viewsUnderstand when to use AngularJS services instead of controllersCommunicate with the server to store, fetch, and update data asynchronouslyKnow when to use AngularJS filters for converting data and values to different formatsImplement single-page applications, using ngRoute to select views and navigationDive into basic and advanced directives for creating reusable componentsWrite an end-to-end test on a live version of your entire applicationUse best practices, guidelines, and tools throughout the development cycle
Not So Broken (Love Grows Series Book 1)
Renee Regent - 2019
An independent woman. When they collide, love grows in a most unexpected way! A bitter divorce from my cheating ex-husband left me reeling, but I forged a new life on my own. Now on the verge of a promotion, everything I want is in reach—except a family. I’ve all but given up on ever having a child.So I decided I would adopt one on my own.Then one wild night changed everything. I was swept away by Gibson, a hot-looking handyman who was, well, pretty good with his hands. And then some.But there were unintended consequences from our tryst. Now he and I are forever connected, and it turns out Gibson was not at all what he seemed to be. We barely know each other, and now he is in my life forever. Maybe we can make this work if we stay platonic.That will be easy, right?The Love Grows Series- Strong, protective heroes. Feisty, independent heroines. When they meet, Love Grows in unexpected ways.
MATLAB Programming for Engineers
Stephen J. Chapman - 1999
The book teaches MATLAB as a technical programming language showing students how to write clean, efficient, and well-documented programs. It makes no pretense at being a complete description of all of MATLAB's hundreds of functions. Instead, it teaches students how to locate any desired function with MATLAB's extensive on line help facilities. Overall, students develop problem-solving skills and are equipped for future courses and careers using the power of MATLAB.
WPF 4 Unleashed
Adam Nathan - 2010
Windows Presentation Foundation (WPF) is the recommended technology for creating Windows user interfaces, giving you the power to create richer and more compelling applications than you dreamed possible. Whether you want to develop traditional user interfaces or integrate 3D graphics, audio/video, animation, dynamic skinning, multi-touch, rich document support, speech recognition, or more, WPF enables you to do so in a seamless, resolution-independent manner. WPF 4 Unleashed is the authoritative book that covers it all, in a practical and approachable fashion, authored by WPF guru and Microsoft developer Adam Nathan. Covers everything you need to know about Extensible Application Markup Language (XAML) Examines the WPF feature areas in incredible depth: controls, layout, resources, data binding, styling, graphics, animation, and more Highlights the latest features, such as multi-touch, text rendering improvements, XAML language enhancements, new controls, the Visual State Manager, easing functions, and much more Delves into topics that aren't covered by most books: 3D, speech, audio/video, documents, effects Shows how to create popular UI elements, such as Galleries, ScreenTips, and more Demonstrates how to create sophisticated UI mechanisms, such as Visual Studio-like collapsible/dockable panes Explains how to create first-class custom controls for WPF Demonstrates how to create hybrid WPF software that leverages Windows Forms, DirectX, ActiveX, or other non-WPF technologies Explains how to exploit new Windows 7 features, such as Jump Lists and taskbar customizations
Getting Started with SQL: A Hands-On Approach for Beginners
Thomas Nield - 2016
If you're a business or IT professional, this short hands-on guide teaches you how to pull and transform data with SQL in significant ways. You will quickly master the fundamentals of SQL and learn how to create your own databases.Author Thomas Nield provides exercises throughout the book to help you practice your newfound SQL skills at home, without having to use a database server environment. Not only will you learn how to use key SQL statements to find and manipulate your data, but you'll also discover how to efficiently design and manage databases to meet your needs.You'll also learn how to:Explore relational databases, including lightweight and centralized modelsUse SQLite and SQLiteStudio to create lightweight databases in minutesQuery and transform data in meaningful ways by using SELECT, WHERE, GROUP BY, and ORDER BYJoin tables to get a more complete view of your business dataBuild your own tables and centralized databases by using normalized design principlesManage data by learning how to INSERT, DELETE, and UPDATE records
The Stubborn Suitor, Book 1
Alexa Wilder - 2015
She's a single mom, works full-time, and her ex is a nightmare. Plus, every time she sees her mother, Cami has to tolerate her jabs about her weight. As if all that wasn't enough, the first guy Cami thinks she might really like seems to be playing games with her. His hot and cold attitude is not what she needs, especially with her ex playing hardball for full custody of her daughter. Drew Sloane is torn - he can't get Cami out of his mind. Ever since he met her at a party, all he can think of is her beautiful face and her luscious body. But the timing couldn't be worse. Before he can dedicate himself to winning Cami, Drew has a delicate personal situation he has to clear up. Now that Cami has lost all trust in him, can he convince her that she's all he wants? **This hot and steamy alpha billionaire romance is perfect for fans of Hannah Ford, Lila Monroe, Cassie Cross and J.S. Scott** The Stubborn Suitor is a serial romance in three parts. All parts are complete and the release schedule will be as follows: Book One: September 9th, 2015 Book Two: September 17th, 2015 Book Three: September 24th, 2015 Available exclusively for Amazon and Kindle Unlimited readers. BOOK ONE EXCERPT She allowed him to lead her towards the beach, where they both sat down in the sand and stared out at the ocean. Or rather, it was Cami who was staring out at the ocean. After a moment, she realized that Drew was staring at her. She turned her eyes towards him, and her breath caught at the his hungry look. One moment they were stared at each other, the next, they were kissing. Cami didn’t know how it started, but what she did know was that Drew’s lips were suddenly on her own, hard and hungry, his tongue seeking entrance into her mouth. For a split second, Cami froze. She had not been with a man since her divorce and hadn’t planned on being with one now. But Drew had been so sweet, and he was so sexy, and his lips felt delicious against her own. So Cami finally allowed herself to relax, leaning into the kiss and opening her mouth to let him in.
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.
The Everything Homeschooling Book: All you need to create the best curriculum and learning environment for your child
Sherri Linsenbach - 2003
In this indispensable guide, author and homeschooler Sherri Linsenbach provides you with the encouragement, inspiration, and ideas you need to explore this option for your family. It's packed full of ideas to make the experience easy, affordable, and, most of all, fun. Even veteran homeschoolers will find new ideas and techniques that help keep home education interesting and exciting.This edition includes completely new material on:Updated curriculum resources, strategies, and methods.Fresh educational activities for grades K-12.Information on specific learning styles and special needs.Ideas for tackling social issues and social skills in today's world.Typical homeschool days, schedules, and activities.The author, a homeschool veteran of more than eighteen years, presents real-life examples and inspiring success stories from families across the country. This all-new edition of an Everything bestseller is the only reference you'll need to ensure your children's success--at any age!
The Linux Command Line Beginner's Guide
Jonathan Moeller - 2012
ABOUT THE AUTHORStanding over six feet tall, Jonathan Moeller has the piercing blue eyes of a Conan of Cimmeria, the bronze-colored hair a Visigothic warrior-king, and the stern visage of a captain of men, none of which are useful in his career as a computer repairman, alas.He has written the "Demonsouled" trilogy of sword-and-sorcery novels, and continues to write the "Ghosts" sequence about assassin and spy Caina Amalas, the "Computer Beginner's Guide" series of computer books, and numerous other works.