Book Lists

Best Selling Books by Mike McGrath

Mike McGrath is the author of C# Programming in easy steps (2016), Linux in Easy Steps (2004), C++ Programming in easy steps, 4th edition (2011), CSS3 in easy steps (2013), Coding for Kids in easy steps (2019).

1 - 40 of 1,000,000 results
>>

C# Programming in easy steps

release date: Dec 12, 2016
C# Programming in easy steps
C# Programming in easy steps will teach you to code applications, and demonstrates every aspect of the C# language you will need to produce professional programming results. Its examples provide clear syntax-highlighted code showing C# language basics including variables, arrays, logic, looping, methods, and classes. C# Programming in easy steps begins by explaining how to install the free Visual Studio Community Edition, to create an environment in which you can quickly begin to create your own executable programs by copying the book''s examples. It demonstrates all the C# language basics before moving on to provide examples of Object Oriented Programming. The book concludes by demonstrating how you can use your acquired knowledge to create graphic programs for traditional PC Desktop apps, and also as Universal apps for multiple devices. C# Programming in easy steps has an easy-to-follow style that will appeal to: anyone who wants to begin programming in C#the programmer who quickly wants to add C# to their skills setthe hobbyist who wants to begin creating apps for their own computerthe student, and to those seeking a career in computing, who need a fundamental understanding of C# programming Contents: Getting startedStoring valuesPerforming operationsMaking statementsDevising methodsHandling stringsAccessing filesSolving problemsCreating objectsControlling eventsBuilding applicationsTargeting devices

Linux in Easy Steps

release date: Jan 01, 2004

C++ Programming in easy steps, 4th edition

release date: May 24, 2011
C++ Programming in easy steps, 4th edition
C++ Programming in easy steps instructs you how to program in the powerful C++ language, giving complete examples that illustrate each aspect with full colour screenshots and colourised code. Now, in its fourth edition, C++ Programming in easy steps begins by explaining how to download and install a free C++ compiler so you can quickly begin to create your own executable programs by copying the book''s examples. It demonstrates all the C++ language basics before moving on to provide examples of Object Oriented Programming. The book concludes by demonstrating how you can use your acquired knowledge to create programs graphically in the free Microsoft Visual C++ Express Integrated Development Environment (IDE). C++ Programming in easy steps has an easy-to-follow style that will appeal to anyone who wants to begin programming in C++. It will appeal to programmers moving from another programming language, and to the student who is studying C++ programming at school or college, and to those seeking a career in computing who need a fundamental understanding of object oriented programming.

CSS3 in easy steps

release date: Jan 31, 2013
CSS3 in easy steps
CSS3 in easy steps instructs the user how to create exciting web pages using Cascading Style Sheets version 3 (CSS3) for presentation and dynamic effect. CSS3 in easy steps begins by explaining how style sheets can determine the presentation of elements within HTML documents. Examples show how Cascading Style Sheet rules control content position and its appearance with font style, color, gradients, and drop-shadow effects. You will also learn how rules can provide dynamic effect with animation, transformations, and transitions. Each chapter builds your knowledge of style sheets. By the end of this book you will have gained a sound understanding of CSS3 and be able to create your own exciting interactive web pages. The book examples provide clear syntax-highlighted code showing how to selectively style components of an HTML document and how to endow components with interactive functionality, to illustrate each aspect of CSS3 . CSS3 in easy steps has an easy-to-follow style that will appeal to anyone who wants to begin creating stylish web pages. It will appeal to programmers who want to quickly learn the latest style sheet techniques, and to the student who is studying website design at school or college, and to those seeking a career in web development who need a thorough understanding of CSS3.

Coding for Kids in easy steps

release date: Feb 18, 2019
Coding for Kids in easy steps
Coding for Kids in easy steps shows how to: · create web pages using HTML (HyperText Markup Language) · add style to web pages using CSS (Cascading Style Sheets) · make interactive web pages using JavaScript programming Coding for Kids in easy steps has an easy-to-follow style that demonstrates coding for web pages in clear examples. It begins by explaining how to make and test a basic web page, then demonstrates how to add text, pictures, links, tables, lists, and buttons to a web page. Next, the reader learns how to specify content color, font, position, and visibility. The book then shows how to add functionality so that web pages can react to user actions. The final chapter brings everything together with a step-by-step example that builds a fun web page containing an interactive game for PC, tablet, or smartphone. Coding for Kids in easy steps assumes the reader has no previous coding experience so is ideal for the newcomer to HTML, CSS, and JavaScript technologies. Get the FREE downloadable sample code to easily check and correct your own code. Table of Contents: Get started with web pages Create web page content Make lists and tables React to clicks Get started with style sheets Get started with scripts Build blocks of code Use built-in functions Grab web page objects Put it all together

SQL in easy steps, 4th edition

release date: Jul 06, 2020
SQL in easy steps, 4th edition
SQL (Structured Query Language) is THE standard language used world-wide for database communication on all popular database software. It allows the storage and manipulation of data both on Windows platforms and on Unix-based platforms, such as Linux. SQL in easy steps, 4th edition begins by explaining how to download and install the free MySQL database server on both Windows and Linux platforms. This allows you to establish an environment in which to develop and administer your own databases. This book makes no assumption that you will have previous knowledge of any programming or scripting language so it''s ideal for the newcomer to SQL. Each chapter builds your knowledge of executing database queries. The book contains exciting chapters on how to selectively extract data from within one, or more, databases and there are complete examples that illustrate each aspect of SQL. By the end of this book you will have gained a sound understanding of the Structured Query Language and be able to write your own SQL scripts to insert, extract, and manipulate data. SQL in easy steps, 4th edition has an easy-to-follow style that will appeal to anyone who wants to begin using databases. It is suitable for those with little or no experience of SQL. This book will appeal to all who need a fundamental understanding of database administration with SQL: · Web developers wanting to add database interaction to their web sites · Programmers wanting to add SQL to their skills set · Hobbyists who want to begin creating SQL scripts for upload to their own ISP · Students or those seeking a career in computing. Free, downloadable source code is available from our website so you can check the code against your own work, and get started straight away!

Perl in Easy Steps

release date: Jan 01, 2004
Perl in Easy Steps
Introduces Practical Enquiry and Reporting Language (PERL)for server-side scripting, using examples to demonstrate each step. Illustrates how PERL scripts can dynamically create web page content and also handle data sent from the web browser when it is received on the server.

CSS in easy steps, 4th edition

release date: Jan 17, 2020
CSS in easy steps, 4th edition
CSS in easy steps, 4th edition begins by explaining how Cascading Style Sheets (CSS) can determine the presentation of elements within HTML documents. Examples show how style sheet rules can control content position and appearance, and provide dynamic effects with animation, transformations, and transitions. You will also learn how to design responsive web pages that look great viewed on any device. Each chapter builds your knowledge of style sheets. By the end of this book you will have gained a sound understanding of CSS and be able to create your own exciting interactive web pages. CSS in easy steps, 4th edition contains examples that provide clear syntax-highlighted code showing how to selectively style elements of an HTML document and how to endow elements with interactive functionality, to illustrate each aspect of CSS. CSS in easy steps, 4th edition has an easy-to-follow style that will appeal to anyone who wants to begin creating stylish web pages. It will appeal to programmers who want to quickly learn the latest style sheet techniques, and to the student who is studying website design at school or college, and to those seeking a career in web development who need a thorough understanding of CSS. Table of Contents: 1. Get Started in CSS 2. Manage the Box Model 3. Manipulate Text Styles 4. Organize Tables and Lists 5. Generate Effects 6. Control the Web Page 7. Apply Custom Styles 8. Design with Grids 9. Design for Devices

Windows 10 in Easy Steps

release date: Jan 01, 2017

C++ Programming in easy steps, 5th Edition

release date: Dec 21, 2016
C++ Programming in easy steps, 5th Edition
C++ Programming in easy steps, 5th Edition shows you how to program in the powerful C++ language. Now, in its fifth edition, this guide gives complete examples that illustrate each aspect with colourized source code. C++ Programming in easy steps, 5th Edition begins by explaining how to install a free C++ compiler so you can quickly begin to create your own executable programs by copying the book’s examples. It demonstrates all the C++ language basics before moving on to provide examples of Object Oriented Programming (OOP). C++ is not platform-dependent, so programs can be created on any operating system. Most illustrations in this book depict output on the Windows operating system purely because it is the most widely used desktop platform. The examples can also be created on other platforms such as Linux or macOS. The book concludes by demonstrating how you can use your acquired knowledge to create programs graphically using a modern C++ Integrated Development Environment (IDE), such as Microsoft’s Visual Studio Community Edition. C++ Programming in easy steps, 5th Edition has an easy-to-follow style that will appeal to: anyone who wants to begin programming in C++ programmers moving from another programming language students who are studying C++ Programming at school or college those seeking a career in computing who need a fundamental understanding of object oriented programming This book makes no assumption that you have previous knowledge of any programming language so it is suitable for the beginner to programming in C++, whether you know C or not. Contents: Getting started Performing operations Making statements Handling strings Reading and writing files Pointing to data Creating classes and objects Harnessing polymorphism Processing macros Programming visually

Linux in easy steps, 7th edition

release date: May 17, 2021
Linux in easy steps, 7th edition
Now in its seventh edition, Linux in easy steps explains the Linux environment and how to get more out of this stable, as well as free, operating system. You’ll be able to download, install and customize Linux, and master the desktop, in no time. Then, explore the key Linux apps, including: · The LibreOffice suite: Writer (word processor), Calc (spreadsheet), Impress (presentation), Draw (drawing tool), and Base (database). · Firefox for browsing the web. · Thunderbird for exchanging emails. · GIMP, Pix, Celluloid, Hypnotix, and Rhythmbox media apps to edit photos and videos and to enjoy music and movies. The final chapters show how to use the powerful Linux shell to communicate directly with the kernel at the very heart of Linux for total control. This guide will open the door to the whole new world of digital possibilities using Linux. Ideal for Linux newbies! Table of Contents 1. Getting started 2. Exploring the Desktop 3. Setting Preferences 4. Touring the File System 5. Engaging the Internet 6. Producing with Office 7. Enjoying Media 8. Using Accessories 9. Commanding the Terminal 10. Performing Operations

HTML, CSS & Javascript in Easy Steps

release date: Jun 30, 2020
HTML, CSS & Javascript in Easy Steps
HTML, CSS & JavaScript in easy steps is a comprehensive guide to everything the reader will need to get to grips with HTML, CSS and JavaScript - all in easy steps!

Microsoft Excel in easy steps

release date: May 30, 2023
Microsoft Excel in easy steps
Microsoft Excel in easy steps guides you through the essential functions of Microsoft Excel – whether you are new to Excel and the spreadsheet concept, or just upgrading from an older version. This edition is illustrated using the most up-to-date version of Excel in Microsoft 365 at the time of printing. Microsoft Excel in easy steps starts with the basics then reveals the key clever features on offer – all in easy steps! Areas covered include: · Creating, editing, and manipulating worksheets. · Formulas, functions, tables and importing data. · Handy templates to give you a head start. · Macros for everyday tasks to save time. · Charts to get an overview of your data. · What-if, Goal Seek and Optimization. · Using the Excel Online app to share and collaborate on spreadsheets and workbooks. · Adding images and illustrations to your spreadsheets to impress your colleagues! Whether you’re new to Microsoft Excel or new to spreadsheets, use this guide to get more out of Microsoft Excel, and manage your finances and data effectively – both at home and at work! Table of Contents 1. Introduction 2. Begin with Excel 3. Manage Data 4. Formulas and Functions 5. Excel Tables 6. Advanced Functions 7. Control Excel 8. Charts 9. Macros in Excel 10. Templates and Scenarios 11. Links and Connections

Linux in easy steps, 5th edition

release date: Jun 10, 2010
Linux in easy steps, 5th edition
Begun as a small-scale labor of love, Linux has blossomed into the world''s most versatile and flexible operating system. The reasons for its appeal are manifold: This open source OS allows numerous users to simultaneously work with multiple applications without experiencing any traffic problems, thus making it an ideal operating system for web servers. In addition, Linux is an extremely stable operating system that serves as a platform for an ever-growing number of quality applications. And not least, it''s free! You can download it for nothing from the Internet. With Linux In Easy Steps, joining the Linux Revolution is as easy as one, two, three. Following its simple instructions, you can learn to install the operating system, explore the desktop, and launch great applications. This fully illustrated primer teaches you to climb the Linux directory tree, navigate with the File Browser, and much more. Its easy-to-understand tutorials guide you through the OpenOffice business suite and media applications that let you enjoy the web, music, video, and graphics. Later chapters show you how to use the Linux shell to communicate directly with the kernel at the very heart of the operating system, allowing you total control over your Linux system. Linux In Easy Steps opens the door to a whole new world of digital possibilities!

C# Programming in easy steps, 3rd edition

release date: Mar 28, 2022
C# Programming in easy steps, 3rd edition
Learn C# language basics, including variables, arrays, logic, looping, methods, and classes, and then move on to Object Oriented Programming – all in easy steps! Modern coding with C# 10 and .NET 6. Updated for Visual Studio 2022 C# Programming in easy steps, 3rd teaches you how to code applications and demonstrates every aspect of the C# language you will need to produce professional programming results. Its examples provide clear syntax-highlighted code showing C# language basics including variables, arrays, logic, looping, methods, and classes. The book begins by explaining how to install the free Visual Studio Community Edition, to create an environment in which you can quickly begin to create your own executable programs by copying the book''s examples. It demonstrates all the C# language basics before moving on to provide examples of Object Oriented Programming. It concludes by demonstrating how you can use your acquired knowledge to create graphic programs for traditional PC Desktop apps, and also as Universal apps for multiple devices. You need have no previous knowledge of any programming language, so it''s ideal for the newcomer to computer programming. Also ideal for: · Programmers moving from another programming language. · Students who are studying C# programming at school or college. · Those seeking a career in computing who need a fundamental understanding of procedural programming. Free, downloadable sample code is available to download from our website for checking against your own work. Table of Contents 1. Getting started 2. Storing values 3. Performing operations 4. Making statements 5. Devising methods 6. Handling strings 7. Accessing files 8. Solving problems 9. Creating objects 10. Controlling events 11. Building an application 12. Targeting devices

Java in easy steps, 6th Edition

release date: Nov 21, 2017

Coding for Beginners in easy steps, 3rd edition

release date: Nov 11, 2024
Coding for Beginners in easy steps, 3rd edition
Now in its third edition, this bestseller will appeal to anyone, of any age, who wants to begin coding. Use Coding for Beginners in easy steps to help you quickly create a programming environment on your computer, then, learn how to: · Write Python code to create your programs. · Store information in data structures. · Control program flow using control structures. · Create re-usable blocks of program code. · Code powerful algorithms and classes for Object Oriented Programming (OOP). All features are illustrated using the Python language color-coding convention, and all code is available to download free – making it even easier! Includes comparison examples in C, C++, C#, and Java to give you a rounded view of computer coding. Ideal for newcomers to programming, including youngsters needing to learn coding for the school curriculum – all in easy steps! Table of Contents 1. Getting Started 2. Saving Data 3. Performing Operations 4. Making Lists 5. Controlling Blocks 6. Creating Functions 7. Sorting Algorithms 8. Importing Libraries 9. Managing Text 10. Programming Objects 11. Building Interfaces 12. Developing Apps 13. Transferring Skills

Visual Basic in Easy Steps

release date: Nov 29, 2022
Visual Basic in Easy Steps
Visual Basic ineasy steps, 7th edition showsyou how to quickly create Windows applications using the latest free VisualBasic/Studio Community programming environment. This book gives you codeexamples, screenshots, and step-by-step instructions that illustrate eachaspect of Visual Basic. Visual Basic ineasy steps, 7th editionbegins by describing the Visual Studio Community installation process, thenintroduces form controls, application properties, the programming language, andproblem-solving techniques. Next, the book illustrates by example, how to buildand deploy a complete Windows application. A chapter is devoted to scriptingwith Visual Basic. This first shows you how to create "macros" for Word andExcel in Microsoft Office, using Visual Basic for Applications (VBA), thendemonstrates how to manipulate files and data within the Windows operatingsystem using VBScript. You will learn how to incorporate external data intoyour applications from text files, Excel spreadsheets, XML documents, live RSSweb feeds, and SQL databases. Youneed have no previous knowledge of any programming language so it''s ideal ifyou''re a newcomer to Windows programming. Each chapter builds your knowledge ofVisual Basic. By the end of this book, you will have gained a soundunderstanding of Visual Basic programming and be able to create your owninteractive applications. Visual Basic ineasy steps, 7th edition has aneasy-to-follow style that will appeal to anyone who wants to begin Windowsprogramming, including: Programmers who want to quicklylearn the latest Visual Basic techniques. Students who are studyingcomputing at school or college. Those seeking a career inInformation Technology who need a thorough understanding of Visual Basicprogramming.

HTML CSS & JavaScript: In Easy Steps

release date: Jan 01, 2020
1 - 40 of 1,000,000 results
>>


  • Aboutread.com makes it one-click away to discover great books from local library by linking books/movies to your library catalog search.

  • Copyright © 2026 Aboutread.com