Best Selling Books by Mike McGrath

Mike McGrath is the author of jQuery in easy steps (2012), Assembly x64 Programming in easy steps (2021), CSS in easy steps, 4th edition (2020), C, C++ & C# in easy steps (2023), JavaScript in easy steps, 6th edition (2020).

41 - 80 of 1,000,000 results
<< >>

jQuery in easy steps

release date: Feb 11, 2012
jQuery in easy steps
jQuery in easy steps instructs you how to script dynamic web pages using the popular jQuery JavaScript library, giving complete examples that illustrate each aspect with colourized source code. jQuery in easy steps begins by explaining how to incorporate the free jQuery library so you can quickly create interactive web page features by copying the book''s examples. It demonstrates how to easily select elements of the web page for manipulation and how to simply produce dynamic responses to user events. Examples illustrate various exciting animation effects and how to employ the power of AJAX to load external data without refreshing the entire web page. The book concludes by demonstrating how you can use your acquired knowledge to create your very own distributable plugins for the jQuery library. jQuery in easy steps assumes you will already have some basic knowledge of HTML, CSS, and JavaScript and are now ready to embrace the jQuery philosophy of "write less - do more" to enhance your web pages. It has an easy-to-follow style that will appeal to web developers who want to quickly learn the latest dynamic techniques, and to the student who is studying website design at school or college, and to those seeking a career in web development that need a thorough understanding of jQuery.

Assembly x64 Programming in easy steps

release date: Sep 09, 2021
Assembly x64 Programming in easy steps
Assembly x64 Programming in easy steps shows how to write code to create your own computer programs. It contains separate chapters demonstrating how to store and manipulate data in 64-bit registers, how to control program flow, and how to create reusable blocks of code in program functions. It includes demonstrations of parallel processing with 128-bit Streaming SIMD Extensions (SSE) and 256-bit Advanced Vector Extensions (AVX). Assembly x64 Programming in easy steps has an easy-to-follow style that will appeal to anyone who wants to begin programming in modern x64 Assembly language on Windows. The code in the listed steps within the book is color-coded, making it easier for beginners to grasp. There are complete step-by-step example programs that demonstrate each aspect of coding, together with screenshots that illustrate the actual output when each program is executed. Includes free, downloadable source code to get you started straightaway! Table of Contents: · Beginning Basics · Getting Started · Performing Arithmetic · Directing Flow · Addressing Options · Handling Strings · Building Blocks · Expanding Macros · Floating Points · Calling Windows · Incorporating Code

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

C, C++ & C# in easy steps

release date: Jul 21, 2023
C, C++ & C# in easy steps
C, C++ & C# in easy steps is a comprehensive guide to help you create your own programs in the C, C++ and C# programming languages, combining knowledge from the latest C, C++ and C# books in the In Easy Steps series. · Color-coded example programs together with screenshots illustrate the output when the program has been executed, making it easy to grasp. · Download the FREE sample code for checking against your own work. All examples demonstrate C and C++ features supported by current compilers on both Windows and Linux operating systems, and demonstrate C# features in the Microsoft Visual Studio development suite – all in easy steps! Ideal for programmers, students and novices seeking a career in computing who need a fundamental understanding of procedural programming. Table of Contents 1. Getting started with C 2. Storing variable values 3. Setting constant values 4. Performing operations 5. Making statements 6. Employing functions 7. Pointing to data 8. Manipulating strings 9. Building structures 10. Producing results 11. C Reference section 12. Getting started with C++ 13. Performing operations 14. Making statements 15. Handling strings 16. Reading and writing files 17. Pointing to data 18. Creating classes and objects 19. Harnessing polymorphism 20. Processing macros 21. Programming visually 22. Getting started with C# 23. Storing values 24. Performing operations 25. Making statements 26. Devising methods 27. Handling strings 28. Accessing files 29. Solving problems 30. Creating objects 31. Controlling events 32. Building an application 33. Targeting devices

JavaScript in easy steps, 6th edition

release date: Feb 27, 2020
JavaScript in easy steps, 6th edition
JavaScript in easy steps, 6th edition instructs the user how to create exciting web pages that employ the power of JavaScript to provide functionality. You need have no previous knowledge of any scripting language so it''s ideal for the newcomer to JavaScript. By the end of this book you will have gained a sound understanding of JavaScript and be able to add exciting dynamic scripts to your own web pages. JavaScript in easy steps, 6th edition begins by explaining how to easily incorporate JavaScript code in an HTML document. Examples demonstrate how to use built-in JavaScript functions to work with Math, date and time, random numbers, cookies, text strings, and elements of web pages via the Document Object Model (DOM). You will learn how JavaScript is used with HTML submission forms and how JavaScript Object Notation (JSON) is used for asynchronous browser-server communication. The book examples provide clear syntax-highlighted code showing how to create behaviors for an HTML document to endow components with interactive functionality, to illustrate each aspect of JavaScript. JavaScript in easy steps, 6th edition has an easy-to-follow style that will appeal to anyone who wants to add functionality to their web pages. It will appeal to programmers who want to quickly add JavaScript to their skills set, and to the student who is studying website design at school or college, and to those seeking a career in web development who need an understanding of client-side scripting. Fully updated since the previous edition, which was published in 2013. Table of Contents: 1. Get Started in JavaScript 2. Perform Useful Operations 3. Manage the Script Flow 4. Use Script Objects 5. Control Numbers and Strings 6. Address the Window Object 7. Interact with the Document 8. Create Web Applications 9. Produce Script Magic

PHP in easy steps, 4th edition

release date: Mar 22, 2021
PHP in easy steps, 4th edition
PHP in easy steps, 4th edition demonstrates every aspect of the language you’ll need to produce professional web programming results. Its examples provide clear syntax-highlighted code, which is freely downloadable, showing PHP language basics including variables, arrays, logic, looping, functions and classes. · Install a free web server and the PHP interpreter to create an environment in which you can produce your own data-driven web pages. · Write PHP server-side scripts; master PHP operators and control structures; process HTML form data; get cookies and session data; access Web Services APIs over HTTP... and much more! PHP in easy steps, 4th edition is ideal for PHP newbies who want to quickly learn the fundamentals of server-side programming with PHP and create interactive web pages. Also, useful for PHP pros who want to grasp the new PHP 8 features and achieve optimum performance! Updated for PHP 8. Table of Contents: 1. Getting started 2. Storing values 3. Performing operations 4. Testing conditions 5. Employing functions 6. Manipulating strings 7. Building classes 8. Handling files 9. Producing forms 10. Preserving data 11. Adding Web Services

Java in easy steps, 5th edition

release date: Aug 01, 2014
Java in easy steps, 5th edition
Java in easy steps instructs you how to easily create your own exciting Java programs. Now, updated for Java 8, it contains separate chapters on the major features of the Java language. Complete example programs with colorized code illustrate each important aspect of Java programming - all in easy steps. Now, in its fifth edition, Java in easy steps begins by explaining how to download and install the free Java Development Kit (JDK) for the Java SE (Standard Edition) platform. This allows you to quickly begin creating your own executable programs by copying the examples. This book assumes no previous knowledge of any programming language so it''s ideal for the newcomer to computer programming. Each chapter builds your knowledge of Java. By the end of this book you will have gained a sound understanding of the Java language and be able to write your own Java programs and compile them into executable files that can be run on any Java-enabled computer.

HTML in easy steps, 9th edition

release date: Apr 29, 2020
HTML in easy steps, 9th edition
HTML in easy steps, 9th edition instructs you how to employ the latest development for web page design with HyperText Markup Language (HTML). Modern web browsers support exciting features of the HTML standard that allows easy creation of stunning web pages and engaging interactive apps. HTML in easy steps, 9th edition contains examples and screenshots that illustrate each feature of HTML, describing how to incorporate meta information about a document within its ‘head’ section and how to add structured ‘body’ content. You''ll learn how to create web pages to display text, images, lists, tables, hyperlinks, forms, audio, and video. Each chapter builds your knowledge so by the end of the book you''ll have gained a sound understanding of HTML. HTML in easy steps, 9th edition has an easy-to-follow style that will appeal to anyone looking to create compelling web pages for the latest browsers. Ideal for programmers who need to quickly learn the latest HTML techniques, students learning website design at school or college, those seeking a career in web development who need a thorough understanding of HTML, and the enthusiast eager to build the latest HTML features into their websites. Table of Contents: 1. Get Started in HTML 2. Manage Page Content 3. Insert Hyperlinks 4. Arrange Page Sections 5. Write Lists and Tables 6. Incorporate Media Content 7. Create Input Forms 8. Paint on Canvas 9. Employ Interfaces

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.

C++ Programming in easy steps, 6th edition

release date: Feb 18, 2022
C++ Programming in easy steps, 6th edition
C++ Programming in easy steps, 6th edition shows you how to program in the powerful C++ native system language. Now, in its sixth edition, this guide gives complete examples that illustrate each aspect with colorized source code. Updated for the latest GNU C Compiler and Visual Studio 2022. C++ Programming in easy steps, 6th 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) but 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 2022. C++ Programming in easy steps, 6th edition has an easy-to-follow style that will appeal to: Anyone who wants to begin programming in C++. Programmers looking to advance from an interpreted programming language, such as Python, who want to harness the superior speed of C++. 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. Table of Contents 1. Getting started 2. Performing operations 3. Making statements 4. Handling strings 5. Reading and writing files 6. Pointing to data 7. Creating classes and objects 8. Harnessing polymorphism 9. Processing macros 10. Programming visually

Flash 5 Made Simple

release date: Oct 03, 2017
Flash 5 Made Simple
It demonstrates how features such as animation and audio can be employed to ensure web sites are used to their full potential and therefore helps to create professional products that will secure a positive image of the company or product they are promoting. It is accessible and simplifies the authoring experience so that even those with little or no previous knowledge of creating web pages can develop and innovate stimulating and interactive features to enhance their content.

SQL in Easy Steps

release date: Jan 01, 2004
SQL in Easy Steps
SQL (Structured Query Language) is one of the world''s most popular languages that help database administrators create, manipulate, update and retrieve information in any major relational database management system. SQL is used both with large databases, such as those running with MySQL servers on a Unix-based platform, and with smaller Intranet databases, such as those running with Microsoft servers on a Windows platform - whatever the server and platform, SQL can communicate with the database.

Excel VBA in easy steps, 2nd Edition

release date: Jan 04, 2017
Excel VBA in easy steps, 2nd Edition
Excel VBA in easy steps has an easy-to-follow style that will appeal to anyone who wants to get more from the popular Microsoft Excel Office application using VBA programming (Visual Basic for Applications). Excel VBA in easy steps begins by explaining how to record and edit macro procedures to manipulate Excel worksheet entries, then describes how to create your own macro programs in the Visual Basic Editor (VBE) that is included with the Excel application. This book then demonstrates how to program Excel procedures, provide Excel user forms, and create Excel apps. Each chapter builds your knowledge of Visual Basic for Applications. Excel VBA in easy steps contains separate chapters on the major features of the VBA language. There are complete example programs that demonstrate each aspect of Visual Basic for Applications together with screenshots that illustrate the output when that program has been executed. The free, downloadable sample code provided all has coloured syntax-highlighting for clearer understanding. By the end of this book you will have gained a sound understanding of Visual Basic for Applications and be able to write your own VBA programs that can be executed in the Microsoft Excel Office application. You need have no previous knowledge of any programming language, so it''s ideal for the newcomer to computer programming. Contents: Getting started Writing macros Storing values Performing operations Making statements Executing procedures Employing functions Recognizing events Opening dialogs Providing user-forms Developing apps

PHP & MySQL in easy steps, 2nd Edition

release date: Jun 13, 2018
PHP & MySQL in easy steps, 2nd Edition
PHP and MySQL in easy steps, 2nd edition teaches the user to write PHP server-side scripts and how to make MySQL database queries. It has an easy-to-follow style that will appeal to: · - anyone who wants to begin producing data-driven web pages · - web developers wanting to add database interaction to their web sites · - the programmer who quickly wants to add PHP and MySQL to their skills set · - the hobbyist who wants to begin creating scripts for upload to their own ISP · - the student, and to those seeking a career in computing, who need a fundamental understanding of server-side programming with PHP and MySQL PHP and MySQL in easy steps, 2nd edition demonstrates by example how to produce data-driven web pages using the powerful PHP scripting language and the popular free MySQL database server. The book examples provide clear syntax-highlighted code showing how to selectively insert and extract data from databases for presentation on your web browser. PHP and MySQL in easy steps, 2nd edition begins by explaining how to install a free web server, the PHP interpreter, and MySQL database server, to create an environment in which you can produce your very own data-driven server-side web pages. You will learn how to write PHP server-side scripts and how to make MySQL database queries. Examples illustrate how to store and retrieve Session Data, how to provide a Message Board, and how to create an E-Commerce Shopping Cart. This book assumes you have no previous experience of any programming or scripting language so is ideal for the newcomer to PHP and MySQL technologies. Covers MySQL 8.0. Contents · Getting started · Performing operations · Controlling progress · Producing forms · Assembling tables · Handling data · Connecting databases · Registering users · Providing forums · Processing shops

Excel VBA in easy steps, 4th edition

release date: Aug 18, 2023
Excel VBA in easy steps, 4th edition
Get more out of Microsoft Excel and save time by learning Excel VBA (Visual Basic for Applications). Excel VBA in easy steps, 4th edition demonstrates VBA macro programming in a clear and concise manner, and will take your Excel proficiency to the next level: Write your own Excel macros so that you can do a series of tasks at the click of a button. Use VBA to automate repetitive tasks, and for functions and commands beyond Excel. Create dialog boxes for user interactions and then define processes to handle user input. Develop and share your Excel apps with colleagues – they’ll be impressed! Whether you’re upgrading to Excel in Office 365 or new to macro programming, use this guide to master Excel VBA essentials – in easy steps! Comes with free downloadable code to help you get started with Excel VBA right away! Table of Contents 1. Getting started 2. Writing macros 3. Storing values 4. Performing operations 5. Making statements 6. Executing procedures 7. Employing functions 101 8. Recognizing events 9. Opening dialogs 10. Providing UserForm dialogs 11. Developing apps

PHP 7 in easy steps

release date: Jul 27, 2016
PHP 7 in easy steps
PHP 7 in easy steps will teach you to code server-side scripts, and demonstrates every aspect of the language you will need to produce professional web programming results. Its examples provide clear syntax-highlighted code showing PHP language basics including variables, arrays, logic, looping, functions, and classes. PHP 7 in easy steps begins by explaining how to install a free web server and the PHP interpreter to create an environment in which you can produce your very own data-driven server-side web pages. You will learn how to write PHP server-side scripts and how to make MySQL database queries. Examples illustrate how to store and retrieve Session Data, how to provide a Message Board, and how to access Web Services APIs over HTTP. PHP 7 in easy steps has an easy-to-follow style that will appeal to: anyone who wants to begin producing data-driven web pages.web developers wanting to add server-side interaction to their web sites.the programmer who quickly wants to add PHP to their skills set.the hobbyist who wants to begin creating scripts for upload to their own ISP.the student, and to those seeking a career in computing, who need a fundamental understanding of server-side programming with PHP. Using examples with free downloadable source code throughout, this guide will help you get started straight away – for smart learning!

Coding for Beginners in easy steps

release date: May 19, 2015
Coding for Beginners in easy steps
Coding for Beginners in easy steps has an easy-to-follow style that will appeal to anyone, of any age, who wants to begin coding computer programs. You need have no previous knowledge of any computer programming language so it''s ideal for the newcomer, including youngsters needing to learn programming basics for the school curriculum. Coding for Beginners in easy steps instructs you how to write code to create your own computer programs. It contains separate chapters demonstrating how to store information in data structures, how to control program flow using control structures, and how to create re-usable blocks of code in program functions. There are complete step-by-step example programs that demonstrate each aspect of coding, together with screenshots that illustrate the actual output when each program has been executed. Coding for Beginners in easy steps begins by explaining how to easily create a programming environment on your own computer, so you can quickly begin to create your own working programs by copying the book''s examples. After demonstrating the essential building blocks of computer programming it describes how to code powerful algorithms and demonstrates how to code classes for Object Oriented Programming (OOP). The examples throughout this book feature the popular Python programming language but additionally the final chapter demonstrates a comparison example in the C, C++, and Java programming languages to give you a rounded view of computer coding. The code in the listed steps within the book is colour-coded to precisely match the default colour-coding of the Python IDLE editor, making it easier for beginners to grasp. By the end of this book you will have gained a sound understanding of coding and be able to write your own computer programs that can be run on any compatible computer.

C Programming

release date: Jan 01, 2006
C Programming
"C Programming in easy steps" instructs the reader how to program in C both on Unix-based platforms, such as Linux, and on Windows platforms. Linux users should already have the GNU C compiler on their system but the book explains how to download and install the GNU C compiler for Windows users. It contains separate chapters on each major feature of the C language, with examples, and a reference section describing the standard C header class functions. For the most part, the examples are complete, real programs, rather than isolated fragments. All examples have been tested directly from the text, which is in machine-readable form. Besides showing how to make effective use of the language, the book illustrates good style and sound program design.

Excel 2016 in easy steps

release date: Jan 27, 2016
Excel 2016 in easy steps
Excel 2016 in easy steps will help you get to grips with the latest version of this popular spreadsheet application. Areas covered include: Creating, editing and manipulating worksheets Formulas, Functions and Pivot Tables Handy templates to give you a head start Macros for everyday tasks to save time Charts to get an overview of your data Linking workbooks for automatic updates Using the Excel Online app to share and collaborate on spreadsheets and workbooks Adding images and illustrations to your spreadsheet to impress your colleagues! Whether you’re upgrading to Excel 2016 or new to the spreadsheet concept, use this guide to learn the key features constructively and get more out of Excel 2016 – in easy steps!

Excel VBA in easy steps, 3rd edition

release date: Apr 17, 2019
Excel VBA in easy steps, 3rd edition
Excel VBA in easy steps neatly demonstrates VBA (Visual Basic for Applications) Macro programming in a clear and concise manner, so you can get more from the popular Microsoft Excel spreadsheet application. Areas covered include: · Recording and editing Macros · Creating your own Macro programs · Coding with the VBA language · Responding to Worksheet events · Programming Excel procedures · Making ‘DataForms’ for data editing · Producing ‘UserForms’ for data entry · Displaying dynamic Charts · Sharing your Excel apps to impress your colleagues! Whether you’re upgrading to Excel 2019, exploring Excel in the Office 365 suite, or new to the Macro programming concept, use this guide to learn the key features constructively and get more out of Microsoft Excel – in easy steps! 1. Table of Contents 2. Getting started 3. Writing macros 4. Storing values 5. Performing operations 6. Making statements 7. Executing procedures 8. Employing functions 101 9. Recognizing events 10. Opening dialogs 11. Providing UserForm dialogs 12. Developing apps

Office 2016 in easy steps

release date: Mar 21, 2016
Office 2016 in easy steps
Whether you''re upgrading to Office 2016 from a previous version or using it for the very first time, Office 2016 in easy steps will guide you through the key features so that you can be productive straight away! Task orientated, and in bite-size chunks, it shows how to: Create reports, newspapers, cards and bookletsCalculate and manage your financial mattersPerfect your presentations and slide showsEmail, keep in touch and stay organizedAccess your personal notes anywhere, on any deviceCollaborate with others to work on documents Office 2016 in easy steps fully demonstrates the five core Office apps - Word, Excel, PowerPoint, Outlook, and OneNote. It introduces the reader to other great Office apps too - Access, Publisher, Sway, Visio, and Project. There is also coverage of OneDrive cloud storage, Office Online web apps, and Office apps for Android devices. Office 2016 in easy steps works with touch, stylus, mouse or keyboard across Windows devices, including tablets. Sign in with your Microsoft ID and use the software across different platforms. Aimed at both new and experienced users, Office 2016 in easy steps covers the essential functions of Office 2016. Packed with tips and shortcuts, this guide will help you learn fast so you can focus on the job in hand!

Excel in Easy Steps

release date: May 31, 2023
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 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!

Save Three Lives

release date: Jan 01, 1991
Save Three Lives
"In a book free of technical jargon, America''s leading exponent of organic gardening, the late Robert Rodale (publisher, Olympic athlete, farmer and visionary), shows how we can defeat the horrors of famine and enjoy the fruits of sustainable agriculture on a global scale."--Jacket.

PHP and MySQL in Easy Steps

release date: Jan 01, 2012
PHP and MySQL in Easy Steps
Provides information on writing PHP server-side scripts and MySQL database queries to create a data-driven Web site.

Windows 10

release date: Jun 30, 2017
Windows 10
Windows 10 in easy steps Special Edition, 2nd Edition is a comprehensive, yet concise guide that will walk you through Windows 10 basics so that you''re up and running in no time. Then, in easy steps, it''ll gently guide you through advanced features to help you venture further and get more from Windows 10. Install/upgrade the right Windows 10 release for you Master the new interface, desktop and the Start menu Learn to use the great new features in the Creators Update, including 3D and mixed reality, game broadcasting, connecting to people faster, and much more. Find, download and use key apps for work and for fun Utilize internet and cloud facilities such as OneDrive Enjoy Microsoft Edge, the new innovative web browser Take control of your devices and printers Save time use the Search feature and Cortana Create and monitor your home network Organize and share your files safely Keep your Windows 10 working smoothly & efficiently Explore Windows Registry, file encryption, PowerShell, and more, all at your own pace This guide also includes a chapter on troubleshooting so it''ll serve as a key reference point for the future a great investment for all Windows 10 users! Covers the Creators Update, due for release Spring 2017. Some of the great new features that will feature in this second edition of theWindows 10 in easy steps - Special Edition: NEW - Paint 3D application to work with and create 3D models NEW - My People feature to prioritize sharing Edge web browser gets tab previews and blocks Flash by default Cortana digital assistant is extended to understand more commands Mail app is much improved with better options and performance Windows Update gets options to provide more control Privacy Settings gets options to provide more control PowerShell is now the default shell instead of Command Prompt Settings are extended and now favored over Control Panel Action Center gets improvements for better control

XML

release date: Jan 01, 2007
XML
A guide to XML covers such topics as writing DTD schemas, using XML namespaces, writing XSL stylesheets, adding XPath expressions, producing SVG graphics, scripting the XML DOM, and deploying XML with Ajax.

C# Programming in easy steps, 2nd edition

release date: May 04, 2020
C# Programming in easy steps, 2nd edition
C# Programming in easy steps, 2nd edition 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, 2nd edition 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, 2nd edition 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 set · The hobbyist who wants to begin creating apps for their own computer · The student, and to those seeking a career in computing, who need a fundamental understanding of C# programming Updated for Visual Studio 2019 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

Access 2016 in easy steps

release date: Oct 16, 2017
Access 2016 in easy steps
Access 2016 in easy steps neatly demonstrates the important functions of Access 2016 in a clear and concise manner, so you can get going quickly with this popular database application. Areas covered include: Optimizing database design Creating Tables to store data in formatted fields Using handy templates to give you a head start Defining relationships between data Importing and exporting of data Making queries to extract specific data Producing Forms for data entry Constructing Reports for data presentation Sharing your database to impress your colleagues! Whether you’re upgrading to Access 2016 or new to the database concept, use this guide to learn the key features constructively and get more out of Access 2016 – in easy steps! Contents Getting started Designing databases Creating Tables Defining relationships Handling data Querying databases Issuing SQL commands Producing Forms Fine-tuning Forms Constructing Reports Sharing Access

Visual Basic in easy steps, 5th Edition

release date: Jun 07, 2018

Visual Basic in easy steps, 6th edition

release date: Jul 23, 2019
Visual Basic in easy steps, 6th edition
Learn to create Windows applications using Visual Basic 2019. Code examples, screenshots, and step-by-step instructions illustrate each aspect of Visual Basic, so you''ll be creating your own interactive applications in no time! Visual Basic in easy steps, 6th edition gives you code examples, screenshots, and step-by-step instructions that illustrate each aspect of Visual Basic. You need have no previous knowledge of any programming language so it''s ideal if you''re a newcomer to Windows programming. Each chapter builds your knowledge of Visual Basic. By the end of this book you will have gained a sound understanding of Visual Basic programming and be able to create your own interactive applications. Visual Basic in easy steps, 6th edition has an easy-to-follow style that will appeal to anyone who wants to begin Windows programming. It will appeal to programmers who want to quickly learn the latest Visual Basic techniques, and to the student who is studying computing at school or college, and to those seeking a career in Information Technology who needs a thorough understanding of Visual Basic programming. Table of Contents: 1. Getting started 2. Setting properties 3. Using controls 4. Learning the language 5. Building an application 6. Solving problems 7. Extending the interface 8. Scripting with Visual Basic 9. Harnessing data 10. Employing databases

C++ Programming in Easy Steps Us

release date: May 24, 2011

C Programing in Easy Steps

release date: Jan 01, 2003
41 - 80 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 © 2025 Aboutread.com