"How to Make Apple WatchKit Apps for Beginners" |
"A Revolution On Your Wrist !The worlds largest company with a valuation of almost One Trillion Dollars, continues to amaze everyone.Apple never ceases to impress averyone with their incredible vision to come up with game-changers that literally dominate and spawn a whole new industry and eco-systems.And this time, its in the wearables industry.With the introduction of the Apple Watch, Apple stands to disrupt and revolutionize the smartwatch wearables industry. Reports have confirmed that Apple has manufactured and plans to sell over 15 million AppleWatch's in its initial launch in mid-April 2015.So, if you're making Mobile Apps - this is potentially a MASSIVE opportunity for you!As with all new technologies, those who move first and adapt rapidly get the early-mover advantage. Those who don't, are left behind trying to play the catch-up game.Fortunately and unfortunately, thats the reality of how technology evolves and works. Getting in early helps you get initial traction faster than late comers, and lets you dominate your app niches quickly.By learning Apple WatchKit development, you are literally opening up the doors to massive opportunuities for you as a developer.And, because this really is ""new"" territory behind which Apple is putting all its might and magic - the size of the opportunity stands to mushroom into unprecendented dimensions.The questions you should be asking yourself are...- Am I bold and fast enough to seize this opportunity?- Do I want to have a shot at making the next wildly successful Apple Watch App?- Do I want to share similar successes of the makers of FlappyBird, Angry Birds and the likes?The Apple WatchKit Framework and Development EnvironmentApple Watch gives developers an opportunity to interact with users in an entirely new way.Apple Watch development is fairly simple, thanks to the WatchKit Framework and the new version of Xcode.Adding a WatchKit extension to an existing app is a simple matter of adding a WatchKit target to the app. You may also create a new app and add a WatchKit extension immediately.A WatchKit App is organized into three parts the app that runs on iPhone distinct from the watch environment,the WatchKit app itself, which exists only on the watch, and contains storyboards but no code,the WatchKit extension, which runs on the iPhone and contains the controllers for the watch app. The extension also communicates between the phone app and the watch app.There are three types of things which may be displayed on the watchA WatchKit application, which presents an interface to an iPhone app to the userA Glance, which is a single simple screen of information presented to the user by the app.Notifications, which can be sent to the user's watch from an app either in the foreground or background state.In our Apple WatchKit Essential Training course, we cover all three of these in great detail.How The Apple WatchKit is Different...Even though the watch app itself runs no code, the watch contains a reasonably full set of hardware devices, such as an accelerometer, gyro-meter, and a heartbeat sensor.Data from these devices can be sent to the iPhone app that hosts the watch app and is processed. By combining this data with the phone's Wifi or GPS and other sensor data, a complete picture can be gained of the user's location, current activity level, compass direction, and more.Apple Watch also uses a completely new touch engine, which senses the force of a user's touch as well as the fact that the user is just touching the screen.This might be used to develop code that handles a wider variety of touchscreen gestures, or brings up different information depending on now, not only where but how the screen is touched.Of course, the screen the user is touching is a full retina display, which makes presenting high-quality interfaces in your apps a breeze.What You Will LearnThis course teaches basic you need to develop compelling apps for Apple Watch using the WatchKit framework and the Swift programming language.You will learn all of the following topics...Requirements and First Steps - Adding a WatchKit target to an existing iPhone app. The WatchKit environment, and the function of the Extension and WatchKit app itself. First steps in user interface development, including a HelloWatch app.The WatchKit interface - Pushing new interface controllers and presenting them modally, with and without segues. The context object and its role in communicating data. Getting input from the user. Communicating between the watch app and the iPhone app that hosts it. Table views on Apple Watch. We'll also discuss view groups as a way to manage the positioning of user interface controls.This is the lite version of our main core course.Structure of the Course UnitsAll the material in the course is presented at a very high level by necessity, and will help you get started and master all the essential concepts you need to know for Apple WatchKit development.[Unit 1] Requirements and First Steps.Adding a WatchKit target to an existing iPhone app. The WatchKit environment, and the function of the Extension and WatchKit app itself. First steps in user interface development, including a HelloWatch app.[Unit 2] The WatchKit interface.Part one of a discussion of WKInterfaceController (the main View Controller class used in WatchKit. Pushing new interface controllers and presenting them modaly, with and without segues. The context object and its role in communicating data.We'll even look at how to develop code for the Apple Watch.This is the next logical step after an introduction to iPhone development.Watch calculator: Just what you've been waiting for a calculator on your wrist! How to translate the calculator concept to the Apple Watch.Pre-RequisitesIn the course, we focus on how to develop watch apps, and we assume that you already have experience with iOS 8 and Swift.If you do not know these technologies, a good place to learn them is from our Complete iOS 8 development with Swift course."
Price: 94.99 |
"Learn PHP Programming for Absolute Beginners" |
"PHP is an object oriented general purpose language suitable for a wide variety of tasks. In this course, we'll learn how to use PHP as a server-side scripting language for use in web development.The course consists of four units: Unit 1: covers basic syntax, variables, and language features such as loops and decision constructs. We'll also learn how to download and install PHP as a part of the XAMPP distribution so it can be used in the context of a web server running on your local computer.Unit 2: PHP's object oriented features will be learned, along with basic function syntax and scoping rules. We'll also talk about some useful string functions. Unit 3: Associative arrays will be discussed in Unit 3. Arrays are the key to understanding the mechanism of sending and receiving data via the request mechanism in PHP. We'll learn how to work with data via REQUEST, GET, and POST, and we'll also cover some important server variables exposed by PHP.Unit 4: teaches how to integrate MySQL databases with PHP. The concentration here is on the PHP communication with MySQL using the mysqli class in an object oriented style. If you need a refresher on the MySQL, Checkout out MySQL course.I hope you enjoy the course, and I look forward to working with you!"
Price: 34.99 |
"Learn C++ in Less than 4 Hours - for Beginners" |
"This course is an introduction to the C++ programming language for those who are already familiar with C syntax and some basic principles of object oriented programming. C++ is based on C, but extends the language with features such as function templates, namespaces, and (of course) classes. We'll spend a lot of time in the first hour of the course talking about streams, which simplify input and output a great deal.Here's a list of what you'll learn:- Primitive data types and variables- How to create and use namespaces- Basic I/O in C++ using streams- Using stringstreams: input and output directly from strings- File input and output using streams- Functions: how they're like C functions, and how they differ- Function templates - a look at writing generic code- Classes and objects- Constructors and destructors- Inheritance (Single and Multiple)- The idea of friend class members. If you've been thinking about learning C++, then this course is a good first step."
Price: 194.99 |
"Learn Ruby Programming The Easy Way" |
"This is an introductory course for the Ruby programming language, suitable for anyone who wants to use Ruby for any purpose. Whether you intend to use Ruby for Rails development, at the command line, or for writing GUI applications, this is the place to start. The course consists of nearly two hours of training, and teaches Ruby syntax. We only assume that you have some grasp of basic Object Oriented Programming (what classes and objects are and how to use them). You will learn:- How to set up Ruby on your computer (you may already have it!)- How to create Ruby source code- Running Ruby interactively at the command prompt- Variable and constant syntax- Control structures (loops and if statements)- Arrays and how to use them- Hashes- Ruby method definitions- Using blocks- Classes and objects in Ruby- Attribute specifiers- Implementing inheritance- Method access in RubyRuby is is both unique and elegant. This course will get you started with Ruby programming quickly and easily. The course is broken into simple digestible steps. We take a hands-on "learn by doing" approach and our focus is to make you productive right from go!This course is for newbie programmers or developers who want to get up to speed with the most popular language of the moment.The course is suitable for anyone who has some programming knowledge, but no knowledge of the Ruby language. Ruby is fun to learn, and a very powerful tool for any serious programmer. I hope you join us."
Price: 34.99 |
"Learn Rails Programming in Less than 2 Hours" |
"This course teaches the basics of Rails development. Rails is a framework for developing database enabled web applications quickly and easily. In this course, we assume that you already have a knowledge of Ruby.The course is divided into three units. In unit 1, we'll look at how Rails is organized. We'll talk about the Model / View / Controller design pattern and how Rails implements it, and how to create a very simple Hello world application in Rails. We'll also look at creating an application using a scaffold, and create a simple app to track contacts and phone numbers. Unit 2 will dive deeper into Rails, and create our contacts app from scratch, starting with a simple controller and view Along the way, we'll learn about resources and creating a model for the app, as well as view to add a contact and show the most recently added contact. In Unit 3, we'll finish up the application by creating actions and view to allow the user to show all contacts, and edit and delete them as well. We'll also look at creating links between views that tie the application together. I hope you enjoy the course as much as I've enjoyed writing it. Topics covered:Unit 1Intro to RailsGetting Rails on your computerModel / View / ControllerCreating a new Rails appThe directory structureHello, RailsCreating an app with a scaffoldA simple scaffold-based contacts appUnit 2Creating controllersAction methods map to viewsCreating viewsEmbedding Ruby in HTMLCreating resourcesCreating a modelAdding a new contact: the new actionAdding the contact to the database: the create actionShowing the contact: the show actionUnit 3Showing all contacts: the index actionEditing a contact: the update actionDeleting a contact: the destroy actionLinking from the home page to the contacts indexLinking up all the actions from the index page"
Price: 34.99 |
"Learn Ruby on Rails for Absolute Beginners" |
"This Ruby on Rails programming Course is, suitable for anyone who wants to use Ruby on Rails for any purpose. Whether you intend to use Ruby for Rails development, at the command line, or for writing GUI applications, or developing database enabled web applications, this is the place to start. The course consists of nearly four hours of training with 6 sections in total. We only assume that you have some grasp of basic Object Oriented Programming (what classes and objects are and how to use them). You will learn: - How to set up Ruby on your computer (you may already have it!) - How to create Ruby source code - Running Ruby interactively at the command prompt - Variable and constant syntax - Control structures (loops and if statements) - Arrays and how to use them - Ruby method definitions - Classes and objects in Ruby - Implementing inheritance - Method access in Ruby - Model / View / Controller - Creating a new Rails app - Creating an app with a scaffold - Embedding Ruby in HTML - Adding & Deleting the contact to the database - Linking from the home page to the contacts index - And many more Ruby is is both unique and elegant. This course will get you started with Ruby on Rails programming quickly and easily. The course is broken into simple digestible steps. We take a hands-on ""learn by doing"" approach and our focus is to make you productive right from go! This course is for newbie programmers or developers who want to get up to speed with the most popular language of the moment. The course is suitable for anyone who has some programming knowledge. Ruby on Rails is fun to learn, and a very powerful for any serious programmer. I hope you join us."
Price: 194.99 |
"Getting Started with PHP and MySQL Development" |
"PHP is an object oriented general purpose language suitable for a wide variety of tasks. In this course, we'll learn how to use PHP as a server-side scripting language for use in web development. MySQL is a general purpose relational database management system (RDBMS) used mainly to provide a back-end database for web applications. In this course, we'll introduce the concepts of relational database management systems in general, and how they relate to MySQL in particular. Unlike traditional courses that concentrate mainly on theory, we'll take a practical how-to approach to working with data. Here's what you'll learn: The course cover following topics: PHP basic syntax, variables,loops and decision constructs. Object oriented features String functions.Arrays REQUEST, GET, and POST Integrate MySQL databases with PHP. Creating databases and tablesAdding data to a table with INSERTReading a table with SELECTHow to use WHERE to filter dataUsing ORDER BY to sort dataJOINs and how to use them to read from multiple tablesChanging data in a table with UPDATEThe DELETE query: removing one or more rows of data from a tableUsing a text file to load a database schema MySQL I hope you enjoy the course, and I look forward to working with you!"
Price: 194.99 |
"Learn Angular JS for Beginners" |
"Description : This course is designed to help you to understand the basics of AngularJS quickly and thorough. AngularJS is basically a JavaScript framework (an open source web application framework) library, which is distributed as JavaScript file. Mainly used in developing Single Page Application (SPA). It extendes HTML with additional new attributes hence making simple development and making it more responsive at users end, since HTML was never design for dynamics views. AngularJS is very easy to understand hence learning it is a fun. Every feature of it can be modified as per the the requirement. To learn AngularJS you should have a basic understanding of web technologies such as HTML, CSS and JavaScript. You will have access to source code of lecture (wherever applicable). Unlike traditional courses that concentrate mainly on theory, we'll take a practical how-to approach to working with data. This will have access to source code of lecture (wherever applicalbe)------- course will cover following AngularJS topics -Introduction to AngularJS-Your first simple Hello World App-Angular Expressions-Abstracting the controller into a module-2 Way data handling-Usage of ng-repeat, ng-show, ng-hide & ng-if-Form submissions-Usage of filter search-Uppercase and lowercase filter-Form validations I hope you enjoy the course, and I look forward to working with you!"
Price: 94.99 |
"Learn Essential Javascript Fundamentals - Lite" |
"OverviewJavaScript is a programming language that can be run by all modern web browsers. It is downloaded alongside the HTML code of a webpage. Unlike HTML, which can only be used to display content, JavaScript allows web designers to add functionality and interactivity to their websites.What you will learnWe will begin the course by learning where to write JavaScript. We will look at writing JavaScript directly inside an HTML tag, then inside of a <script> tag, and then finally in a file separate from the HTML document. We will discuss some of the reasons for using each method.After that, we will learn about how to manipulate some basic data types. We will learn about how to do simple arithmetic, and also look at some of JavaScript's built-in mathematical capabilities. Then, we will learn about working with words and characters, using a data type known as the ""string"". We will also cover the Boolean type, which is a representation of True and False inside of a programming language.PrerequisitesHTML: The student must know how to use HTML tags and attributes. Only a very basic understanding of HTML is assumed.Google Chrome (Recommended): Google Chrome is a free web browser and it will beused to execute all the examples in this course. Although all browsers can run JavaScript, Chrome has extensive built-in developer tools. In the course, we will be using Chrome's JavaScript console, which will allow us to run quick little examples without the need to create and edit files.Notepad++ (Recommended): Notepad++ is a free, open-source text editor. Although JavaScript and HTML can be written using any text editor, Notepad++ is highly recommended because of features such as syntax highlighting and auto-complete."
Price: 19.99 |
"Become an Excel VBA Expert for Beginners" |
"Overview This is a one-hour course that is intended for Excel users who want to learn how to automate their tasks. Excel, as well as other Microsoft Office programs, come with a powerful scripting language known as VBA. With a little bit of programming knowledge, complex tasks can be fully automated and completed in seconds. This course assumes no programming experience; only a reasonable level of familiarity with Excel. Prerequisites Microsoft Excel : This courses uses Excel 2007 for the demonstrations, and comes with .xlsm files for the code examples. These demos and files will be compatible with later versions of Excel as well. If you are using Excel 2003, you will not be able to open the .xlsm files, but you will be able to follow along with the demos. What you will learn The course begins with an introduction to macros. You will learn how to record a sequence of actions, how to run the recorded macro, and how to inspect the VBA code that gets generated from this process. You will then learn how to use numbers in VBA. There are different types of numbers which are used in different situation, so you'll be a given an overview of the differences between them. You will be shown how to do simple arithmetic operations inside your VBA code. You will then be introduced to strings. Strings are used in programming to represents words and characters. For example, ""hello world"" could be stored in your VBA code as a string. You could then perform various operations on your string, such as converting it to upper-case, replacing a word, counting the number of characters, and many others. Then you will look at booleans, if-statements and loops. These concepts will allow you to create complex behaviors that would not have been possible by simply recording a macro. You will able to write code that implements logical rules and makes decisions. Ranges and Worksheets will be introduced next. These objects are what will allow you to read and manipulate your Excel data from your VBA code. We will then move on to subs and functions. These will allow you to organize your code into small, cohesive pieces, making it easier to reason about complex tasks. Finally, we will end the course with a simple, practical exercise. We will take a list of phone numbers that are in inconsistent formats, and write some code that will convert them into a standard format at the press of a button."
Price: 194.99 |
"Learn Angular JS for Beginners - Lite" |
"This class was created to assist one in understanding the basic principles of AngularJS in a methodical and fast manner. It extends the scope of HTML with new and added topics, making it a more comprehensive and easily understandable lesson that can produce straightforward results, since HTML was never designed to be for the masses. AngularJS can be tricky to understand, therefore learning it can be daunting. Every attribute of it can be changed depending on the conditions.To learn AngularJS, you must have a basic knowledge of IT, including JavaScript, CSS, and HTML. In the lecture, you'll have access to all the sources you need (wherever appropriate).Unlike conventional classes that concentrate primarily on theory, we will take a practical ""how-to"" approach to working with information.And, of course, you will have access to all the sources of the lecture (wherever applicable).In this course we will cover AngularJS Expressions, data binding, Directives etc.This course is a lite version of our AngularJS course."
Price: 19.99 |
"Learn PHP Programming for Absolute Beginners - Lite" |
"PHP is an object-oriented general purpose language appropriate for a wide variety of tasks. In this course, we'll understand the way to make use of PHP as a server-side scripting language to be used in web-development.The course consists :It handles language attributes for example decision constructs and loops, variables, and fundamental syntax. We'll cover PHP setup as a part of the XAMPP distribution local web server.Requirement:Apache web server (XAMPP?WAMP), MySQL Database and text editorThis is a lite version of our main PHP course.I am hope you enjoy the class"
Price: 19.99 |
"Java Programming for Mobile Developers - Lite" |
"The Java language is used from everything like cellphones to Blu-Ray players, and lots of websites depend on it to deliver content to their audience and visitors. Most importantly, it's a versatile and mobile language, which means that applications written in Jana on one platform can be easily moved (or transferred) to a number of other platforms without changing the code. In the class, we concentrate on teaching the skills you'll need to have to begin programming useful programs in Java. Anyone attempting to learn Java will gain from this training offered, even though this class was created in response to the demand for a precursor to our Android development courses. Java is a huge topic, and learning it is an ongoing pursuit. Our objective in this class would be to teach you the basic skills you'll need to learn, along with a solid foundation of object-oriented programming techniques.We will be focusing on Summary, Obtaining Java, Installing IntelliJ Idea, and working with IntelliJ IdeaPrerequisites:Exposure to a programming language, for example C or some experience with it is helpful, although not needed. You'll need a desktop computer or notebook computer that's powerful enough to run JDK and IntelliJ IDEA. And last, but definitely not least, you'll also need the willingness to learn."
Price: 19.99 |
"Learn Rails Programming in Less than 30 Minute - Lite" |
"This class teaches the basics of Rails development. Rails is a framework for developing database enabled internet apps efficiently. In this course, we presume which you have a knowledge of Ruby.In this course we'll look at just how Rails is organized. We'll discuss the Model / View / Controller design routine and how Rails implements it, and the best way to create a really simple ""Hello world"" application in Rails. We'll also look at creating a software utilizing a scaffold, and make a simple app to track connections and phone numbers.This course is the lite version of our main course.I really hope you enjoy the lessons just as much as I've enjoyed writing it."
Price: 19.99 |
"Introduction to Swift 2 with Xcode 7" |
"This course teaches the basics of version 2 of the Swift language. Swift is a powerful language used to develop applications for iPhone, iPad, and OS X. In this course, youll learn about Xcode 7 (Apples integrated development environment), and learn to write short programs in Swift, which will prepare you to start learning to develop full applications for Macs and Apples mobile devices.The course contains over 5 hours of video demos and many source code examples. It is divided into six units: Unit 1: Xcode - covers the various parts of the Xcode interface and how to use themUnit 2: Swift types - covers variables and constants and the various basic data types in Swift, along with a full discussion of optionals. Unit 3: Collections and control structures - learn about arrays, sets, and dictionaries, which are used to group basic types into collections. Also covers loops and decision constructs in the Swift language. Unit 4: Functions - beginning with a discussion of value and reference types, we explore Swift function syntax, which forms the basis for methods in object oriented code. Well also discuss closures, and give examples of when and how to use them. Unit 5: Enumerations - Forget those simple C enums: Swifts enumerations can contain methods, and the members of an enum may have underlying values, no values at all, or may be of different values altogether! Unit 6: Structures and Classes - In Swift, structures (as well as classes) may have both properties and methods defined. Well focus mainly on the property syntax here (the method syntax is the same as function syntax, covered in Unit 4). A full discussion of stored and computed properties, property observers, lazy and static properties. Well conclude with a demo on inheritance. All units have full source code and exercises (along with answers) to test your knowledge."
Price: 94.99 |
"MySQL Database Development for Beginners - Lite" |
"MySQL is a general purpose relational data-base management system (RDBMS) used chiefly to provide a back end data-base for web apps. In this course, we will expose the concepts of relational data-base management techniques how they relate in particular to MySQL, as well as in general.Unlike conventional lessons that concentrate mostly on hypothesis, we will just take a practical ""how to"" approach to working with info. Some tips about what what yyou'll learn:Making databases and tablesAdding info to a table with INSERTStudying a desk with SELECTThe way to use WHEREThe focus in this course is on MySQL itself... maybe not on just how to use it to for any particular purpose. So why wait... subscribe today!This course is the lite version of our main course that is ""MySQL Database Development for Beginners"""
Price: 19.99 |
"jQuery for Absolute Beginners - Lite" |
"SummaryJQuery is a well-known JavaScript library which is utilized extensively in sites that are modern. This library eases common JavaScript jobs for example event handling animations, manipulating HTML content, and communication with outside computers. Along with its easy-to-use features, JQuery also takes care of several cross- browser compatibility issues automatically.PrerequisitesHTML: The student should learn the way to work with HTML tags and attributes. Simply a really basic comprehension of HTML is assumed.JavaScript: The student should know how exactly to create Java Script, since JQuery is a Java Script library. JQuery makes substantial use of functions and things, so the student should be familiar with these concepts.Notepad++ (Recommended): Notepad is a free, open source text editor. Although HTML and JavaScript might be created using any text-editor, Notepad is highly recommended as a result of features such as syntax-highlighting and autocomplete.JavaScript-enabled browser: In order to to perform JavaScript, the student has to have access to some JavaScript-enabled browser. Any modern web-browser will operate provided that an administrator has not disabled Java Script, although Google-Chrome is utilized through the training.What you'll learnBy learning about selectors, we will begin the lecture. Selectors are strings that are used to target specific HTML elements to the page. Understand and the format is simple and highly intuitive to study.This is the lite version of our main course ""jQuery for Absolute Beginners"""
Price: 19.99 |
"C Programming for Beginners - Lite" |
"Several language developments have been stimulated by the C programming language by Dennis Ritchie in the early 1970s since its creation. Many contemporary programming languages are based on C. Learning C first makes studying other languages such as Java, php, and Swift much simpler. C is still a very popular programming language after more than 40 yearsIn this class, we'll explore the programming language other than is normally taught. We are going to begin with datatypes (of program). Understanding the fundamental character of arithmatic operators and couple of other areas in C. The class comprises 30 minutes of lectures. This course is the lite version of our main course i.e. ""C Programming for Beginners - Go from Zero to Hero!""Here Is What what you'll learn in this course:- command-line arguments- Primitive Types- Arithmaetic operatorsSo why wait... sign up today!"
Price: 19.99 |
"Linux Shell Course for Beginners" |
"This course is teaches the basics of using the linux shell, and is intended as a first course in using the terminal. In just under an hour, youll learn how to navigate the directory structure, show the contents of directories, how to understand and work with file permissions, how to copy, move, and remove files and directories, and more. Topics include: How to open the linux terminalAll about directoriesListing a directorys contentsUnderstanding file permissionsChanging permissionsHow to make and remove directoriesUsing the wildcard characters * and ?Copying, moving, and removing files.Removing non-empty directoriesUsing redirection and piping. This is the first course in a new series of courses on the linux shell. Upcoming courses will explore various aspects of the shell, such as scripting, using utilities such as grep and sed, C and Perl programming in linux, and the file structure. I hope you join me as we explore linux together."
Price: 34.99 |
"A Gentle Introduction to Python Programming - Lite" |
"SummaryPython is a programming language that may be utilized for a wide variety of purposes, from simple user scripts to complex APIs and web servers. It has a simple, highly readable syntax which makes it a suitable language for those who want to know the best way to write applications.What you will learnWe will begin the course by installing the Python 3 interpreter. We will look at how exactly to execute our Python source files, as well as how exactly to run the interpreter in the command line.After that, we will learn about how to control some data types that are basic. We will learn about how use Python to do simple arithmetic.This course is the lite version of our main course ""A Gentle Introduction to Python Programming""PrerequisitesUtilizing the command line: To be able to run our coding examples, we will need to utilize the command line. For the purposes of the class, students just need to figure out how to alter directories in the command line. Everything might be learned by seeing the videos.Python 3: This courses uses Python 3, which has some important differences from Python 2. The first video of the course will demonstrate how to run it in the command line, and the way to install Python 3.Notepad ( Recommended ) : Notepad is a free, open source text editor. is highly recommended due to features such as syntax highlighting and auto complete."
Price: 19.99 |
"Learn C++ for Beginners - Lite" |
"This class is an introduction to the C++ programming language for those who are already familiar with C syntax and some basic principles of object oriented programming. C++ is based on C, but extends the language with characteristics like function templates, namespaces, and (of course) categories. Here's a list of what you'll learn:- Primitive data types and variables- How to create and use namespaces- Basic I/O in C++ using streams- Using stringstreams: input and output directly from stringsThis is the lite version of our main course ""Learn C++ in Less than 4 Hours - for Beginners""If you've been thinking to start with learning C++, then this course is a good first step."
Price: 19.99 |
"Learn Bash Shell in Linux for Beginners" |
"This course teaches beginning Linux shell scripting in the Bash shell. The emphasis in the course is on the scripting language itself: using scripts to automate common tasks, and the logic within the language used to control the execution of the script. The course is in two units, and contains over an hour of demos and discussion. This is the second part of the Linux course series from EDUMobile Academy.In the first unit of the course, well explore the shell environment itself, and cover such topics as:- a simple hello world script- making scripts executable- why we run a script with a ./ and how to remove it- running a script to act upon the currently running shell- variables and how to use them- the .bashrc fileThe second unit covers scripting commands, particularly control flow. Topics include:- exit status of shell commands- the if statement and tests- handling command line arguments- random numbers- loops (while, until, and for)- the case statementI hope you join me for this beginners guide to the bash scripting language!"
Price: 34.99 |
"Learn GREP and SED on Linux for Beginners" |
"One of the most important tasks we undertake in Linux is processing text in files. This course explores two powerful tools we have to do this: grep and sed. Grep and sed find and manipulate text in files using regular expressions, which use special characters for searching and replacing text.In the course, well introduce regular expression syntax in the context of learning grep, then apply what weve learned as we work with sed. Topics include: - finding text with grep - regular expression syntax - meta characters - validating emails and phone numbers - intro to sed - replacing text in files - line number addressing - outputting only found lines - printing line numbers - adding text before and after lines - simple sed scriptsThe course is in two units, and runs just over an hour in length."
Price: 34.99 |
"Introduction to Swift 2 with Xcode 7 - Lite" |
"This course teaches the basics of version 2 of the Swift language. Swift is a powerful language used to develop applications for iPhone, iPad, and OS X. In this course, youll learn about Xcode 7 (Apples integrated development environment), and learn to write short programs in Swift, which will prepare you to start learning to develop full applications for Macs and Apples mobile devices.The course contains over 30 minutes of video demos and many source code examples. It covers the various parts of the Xcode interface and how to use themThis course is the lite version of our main course that is Introduction to Swift 2 with Xcode 7All units have full source code and exercises (along with answers) to test your knowledge."
Price: 19.99 |
"Complete Linux Bootcamp for Beginners" |
"This course is teaches the fundamentals of linux shell using the terminal, some insight on bash shell and we will investigate various aspects of the shell, for example scripting, using utilities like grep and sed, C and Perl programming in linux, controll flow as well as the file structure. You will also find out how to navigate the directory structure, reveal the contents of directories, the best way to understand and work with file permissions, how to replicate, move, and remove directories and files. We'll also cover regular expression syntax in the context of learning grep, then use what we have learned as we work.The course is in six units, and contains over four hours of demos and discussion.Some of the topics are as below : Everything about directoriesUnderstanding and working with file permissionsCopying, moving, and removing files.Using redirection and piping.Make executable scriptsVariables and how to use themThe if statement and demosHandling command line argumentsLoops (while, until, and for)The case statementUnderstand GrepRegular expression syntaxVarious validationsWhat is sedVarious Sed Usage ExamplesI hope you join me as we explore linux together."
Price: 199.99 |
"Become an Excel VBA Expert for Beginners - Lite" |
"This course intended for Excel users who want to learn the best way to automate their tasks. Other Microsoft Office applications, as well as Excel, come with a powerful scripting language referred to as VBA. With a little bit of programming knowledge, complicated tasks can be completely automated and finished in seconds. This course assumes no programming experience; only a realistic level of familiarity with Excel. PrerequisitesMicrosoft Excel : This courses uses Excel 2007 for the demonstrations, and comes with .xlsm files for the code examples. These demos and files will not be incompatible with later versions of Excel as well. If you're using Excel 2003, you will not manage to open the .xlsm files, but you'll be able to follow along with the demos.Topics CoveredThe course begins with an introduction to macros. You'll find out how to inspect the VBA code that gets created from this process, and how to record a series of activities, the way to run the recorded macro.You'll then find out the best way to make use of numbers in VBA. There are different kinds of numbers that are utilized in various scenario, so you will be a given an overview of the differences between them.You'll then be presented to strings. Strings are utilized to symbolizes words and characters in programming. For instance, ""hello world"" may be saved in your VBA code as a string. You could then perform various operations on your string, like converting it to upper case, replacing a word, counting the number of characters, and others.Then you'll look at booleans, if-statements and loops. These concepts will enable you to create complex behaviours that wouldn't have been possible by simply recording a macro. You'll able to write code that makes conclusions and implements legitimate rules.This course is the lite version of ""Become an Excel VBA Expert for Beginners""Hope you join with me."
Price: 19.99 |
"Learn Ruby Programming The Easy Way - Lite" |
"This is an introductory course for the Ruby programming language, suitable for anyone who would like to make use of Ruby for virtually any purpose. Whether you want to make use of Ruby for Rails development, in the command line, or for writing GUI programs, this really is the place to begin.The class teaches Ruby syntax. We simply presume that you've got some understanding of fundamental Object Oriented Programming (what classes and objects are and how exactly to use them). You'll learn:- How to set up Ruby on your computer!- to create Ruby source code- Running Ruby interactively at the command prompt- Variable and constant syntaxThis is the Lite version of our main course ""Learn Ruby Programming The Easy Way"".This course is for newbie programmers or developers who wish to get up to speed having the most popular language of the instant.Ruby is enjoyable to learn, and also a very powerful tool for any serious programmer. I am hoping you join us."
Price: 19.99 |
"Getting Started with iOS 9 Development" |
"This course teaches the fundamentals of developing iOS applications using version 2 of the Swift programming language. The course is in 10 units: the first six cover the Swift language itself; the last four concentrate on the core view controller architecture of an iOS app. At the end of the course, youll be able to write iOS applications that use tables, hierarchical and tabbed navigation, and understand the principles behind developing any iOS application. The course will be complimented with shorter sessions on the various extension frameworks at a later date, including SpriteKit, SceneKit, HealthKit, WatchKit, etc.Topics include:- Introduction to working with Xcode- Data types, optionals, and tuples- Collection types: arrays, sets, and dictionaries- If statements and loops- functions and closures- Enumerations- Classes and structures- Stored and computed properties- Inheritance in Swift- Introduction to iOS- Model - View - Controller and its role in iOS programming- Delegation- Navigation controllers and segues- Tab bar controllers- Table view controllers- Using various cell sty les- Using headers and footers- Grouping vs. plain table styles- Indexing a table view- A case study: NoteTaker: Showing the full development of an app from start to finish in seven lessons.I hope you join me as we explore this course together."
Price: 194.99 |
"Linux Shell Course for Beginners - Lite" |
"This course is teaches the basics of using thelinux shell, and is intended as a first course in using the terminal. This course is lite version of our main course Linux Shell Course for Beginners.In this courseyoull learn how tonavigate the directory structure, show the contents of directories, how to understand and work withfile permissionsand more.Topics include:How to open the linux terminalAll about directoriesListing a directorys contentsUnderstanding file permissionsChanging permissionsActualcoursewill explore various aspects of the shell, such as scripting, using utilities such as grep and sed, C and Perl programming in linux, and the file structure.I hope you join me as we explore linux together."
Price: 19.99 |
"Learn Bash Shell in Linux for Beginners - Lite" |
"This course teaches beginning Linux shell scripting in theBash shell. The emphasis in the course is on the scripting language itself: using scripts to automate common tasks, and the logic within the language used to control the execution of the script.This is the second part of the Linux course series from EDUMobile Academy.This course is the lite version of our main course i.e. ""Learn Bash Shell in Linux for Beginners"".In the first unit of the course, well explore the shell environment itself, and cover such topics as:- a simple hello world script- making scripts executable- why we run a script with a ./ and how to remove it- running a script to act upon the currently running shell- variables and how to use them- the .bashrc fileI hope you join me for this beginners guide to the bash scripting language!"
Price: 19.99 |