 |
Numeric Variables |
29, December, 2019 |
PowerBasic Window & Console Compilers - Numeric Variables This video covers the definition and use of Numeric Variables within both the PowerBasic Windows and Console compilers |
|
No Link |
16 mins |
|
 |
String Variables |
30, December, 2019 |
PowerBasic Window & Console Compilers - String Variables This video covers the definition and use of String Variables within both the PowerBasic Windows and Console compilers. |
|
No Link |
12 mins |
|
 |
Arrays |
02, January, 2020 |
PowerBasic Window & Console Compilers - Arrays This video covers the definition and use of Arrays within both the PowerBasic Windows and Console compilers. |
|
No Link |
9 mins |
|
 |
UDTs |
03, January, 2020 |
PowerBasic Window & Console Compilers - UDTs This video covers the definition and use of User Defined Types within both the PowerBasic Windows and Console compilers. |
|
No Link |
9 mins |
|
 |
Subroutines and Functions |
06, January, 2020 |
PowerBasic Window & Console Compilers - Subroutines & Functions This video covers the definition and use of Subroutines and Functions within both the PowerBasic Windows and Console compilers. |
|
No Link |
11 mins |
|
 |
Parameters for Subroutines and functions |
07, January, 2020 |
PowerBasic Window & Console Compilers - Parameters for Subroutines & Functions This video covers the definition and use of Parameters for Subroutines and Functions within both the PowerBasic Windows and Console compilers. |
|
No Link |
13 mins |
|
 |
Parse String command |
10, January, 2020 |
PowerBasic Window & Console Compilers - Parse String command This video covers the use of the Parse string command within both the PowerBasic Windows and Console compilers. |
|
No Link |
9 mins |
|
 |
Arrays and CSV files |
02, February, 2020 |
PowerBasic Window & Console Compilers - Arrays and CSV files This video covers reading CSV files into Arrays using either the PowerBasic Windows or Console compilers. |
|
No Link |
13 mins |
|
 |
Pathscan function |
08, February, 2020 |
PowerBasic Window & Console Compilers - PathScan function This video covers the PowerBasic Pathscan function |
|
No Link |
8 mins |
|
 |
Bulk String Replacing |
17, February, 2020 |
PowerBasic Window & Console Compilers - Bulk string replacement in files This video covers the use of the Replace command to bulk replace strings within files within both the PowerBasic Windows and Console compilers. |
|
No Link |
16 mins |
|
 |
Shell Command |
23, February, 2020 |
PowerBasic Window & Console Compilers - the Shell command This video covers the use of the Shell command within both the PowerBasic Windows and Console compilers. |
|
No Link |
8 mins |
|
 |
Extended Shell Command |
25, February, 2020 |
PowerBasic Window & Console Compilers - going beyond the Shell command This video covers going beyond the basic shell command within both the PowerBasic Windows and Console compilers. |
|
No Link |
11 mins |
|
 |
Turning Numeric values to Strings |
26, February, 2020 |
PowerBasic Window & Console Compilers - Converting Numeric values into Strings This video covers the methods of how to turn numeric variables into strings within both the PowerBasic Windows and Console compilers. |
|
No Link |
10 mins |
|
 |
Date Handling Part 1 |
15, March, 2020 |
PowerBasic Window & Console Compilers - Date Handling This video covers the use of the PowerTime object within both the PowerBasic Windows and Console compilers. |
|
No Link |
12 mins |
|
 |
Date Handling Part 2 |
22, March, 2020 |
PowerBasic Window & Console Compilers - Date Handling This video covers an alternative method of date manipulation for use with both the PowerBasic Windows and Console compilers. |
|
No Link |
11 mins |
|
 |
Snippets - For Next Loops |
07, May, 2020 |
PowerBasic Window & Console Compilers - Snippet video This video covers the For Next loop with both the PowerBasic Windows and Console compilers. |
|
|
8 mins |
|
 |
Snippets - While Loops |
08, May, 2020 |
PowerBasic Window & Console Compilers - Snippet video This video covers the While loop with both the PowerBasic Windows and Console compilers. |
|
|
6 mins |
|
 |
Snippets - Do Loops |
09, May, 2020 |
PowerBasic Window & Console Compilers - Snippet video This video covers the Do loop with both the PowerBasic Windows and Console compilers. |
|
|
5 mins |
|
 |
Snippets - Prefix command |
15, May, 2020 |
PowerBasic Window & Console Compilers - Snippet video This video covers the Prefix command with both the PowerBasic Windows and Console compilers. |
|
|
6 mins |
|
 |
Snippets - Array Sort command |
17, May, 2020 |
PowerBasic Window & Console Compilers - Snippet video This video covers the Array Sort command with both the PowerBasic Windows and Console compilers. |
|
|
9 mins |
|
 |
Snippets - Debugging your application |
30, May, 2020 |
PowerBasic Window & Console Compilers - Snippet video This video covers debugging your application with both the PowerBasic Windows and Console compilers. |
|
|
12 mins |
|
 |
Snippets - Building strings in your application |
07, June, 2020 |
PowerBasic Window & Console Compilers - Snippet video This video covers building strings in your application with both the PowerBasic Windows and Console compilers. |
|
|
13 mins |
|
 |
Snippets - Using Power Collections in your application Part 1 |
14, June, 2020 |
PowerBasic Window & Console Compilers - Snippet video This video covers using Power Collections in your application with both the PowerBasic Windows and Console compilers. |
|
|
22 mins |
|
 |
Snippets - Using Power Collections in your application Part 2 |
21, June, 2020 |
PowerBasic Window & Console Compilers - Snippet video This video covers saving and loading Collections in your application with both the PowerBasic Windows and Console compilers. |
|
|
19 mins |
|
 |
Snippets - Using Power Collections in your application Part 3 |
27, June, 2020 |
PowerBasic Window & Console Compilers - Snippet video This video covers Collections with more than one record type in your application with both the PowerBasic Windows and Console compilers. |
|
|
15 mins |
|
 |
Snippets - Connecting to Web APIs in your application |
04, July, 2020 |
PowerBasic Window & Console Compilers - Snippet video This video covers connecting to a Web API and returning information with both the PowerBasic Windows and Console compilers. |
|
|
19 mins |
|
 |
Snippets - Parsing JSON putput from Web APIs in your application |
04, July, 2020 |
PowerBasic Window & Console Compilers - Snippet video This video covers parsing the JSON output from a Web API with both the PowerBasic Windows and Console compilers. |
|
|
17 mins |
|
 |
Snippets - Computer Forensics |
11, July, 2020 |
PowerBasic Window & Console Compilers - Snippet video This video covers basic computer forensics with both the PowerBasic Windows and Console compilers. |
|
|
19 mins |
|
 |
Snippets - Playing WAV files |
21, July, 2020 |
PowerBasic Window & Console Compilers - Snippet video This video covers playing wave files with both the PowerBasic Windows and Console compilers. |
|
|
9 mins |
|
 |
Snippets - Printing to Paper & PDF files |
03, August, 2020 |
PowerBasic Window & Console Compilers - Snippet video This video covers printing to both paper and PDF files with both the PowerBasic Windows and Console compilers. |
|
|
17 mins |
|
 |
Snippets - Command line parameters |
09, August, 2020 |
PowerBasic Window & Console Compilers - Snippet video This video covers using command line parameters with both the PowerBasic Windows and Console compilers. |
|
|
13 mins |
|
 |
Snippets - Command line compilation |
15, August, 2020 |
PowerBasic Window & Console Compilers - Snippet video This video covers using command line compilation with the PowerBasic Windows and Console compilers. |
|
|
14 mins |
|
 |
Snippets - Code Templates |
16, August, 2020 |
PowerBasic Window & Console Compilers - Snippet video This video covers creating and using code Templates with the PowerBasic Windows and Console compilers. |
|
No Link |
7 mins |
No Link
|
 |
Continuous Integration - Command line compilation part 2 |
22, August, 2020 |
PowerBasic Window & Console Compilers - Continuous Integration video This video covers creating an application to autobuild your applications with the PowerBasic Windows and Console compilers. |
|
|
32 mins |
|
 |
Snippets - Graphic Polygons |
28, August, 2020 |
PowerBasic Window & Console Compilers - Snippet video This video is an introduction to Graphics Polygons with the PowerBasic Windows and Console compilers. |
|
|
11 mins |
|
 |
Snippets - Graphic Polygons for maps |
30, August, 2020 |
PowerBasic Window & Console Compilers - Snippet video This video illustrates the use of Graphics Polygons to create maps with the PowerBasic Windows and Console compilers. |
|
|
13 mins |
|
 |
Snippets - GUIDs |
06, September, 2020 |
PowerBasic Window & Console Compilers - Snippet video This video is an overview of GUIDS, globally unique identifiers within your PowerBasic applications |
|
|
8 mins |
|
 |
Snippets - Graphics Windows and commands |
19, September, 2020 |
PowerBasic Window & Console Compilers - Snippet video This video covers the use of a Graphic window and commands to create a Contact simulator |
|
|
23 mins |
|
 |
Snippets - Graphics Windows Contact simulator |
21, September, 2020 |
PowerBasic Window & Console Compilers - Snippet video This video is a recording of a 14 day Contact simulator code covered in previous video |
|
|
17 mins |
|
 |
Snippets - Register variables |
26, September, 2020 |
PowerBasic Window & Console Compilers - Snippet video This video is an overview of Register variables within your PowerBasic applications |
|
|
8 mins |
|
 |
Design - creating applications to run on clustered computers part 1 |
05, October, 2020 |
PowerBasic Window & Console Compilers - Design Part 1 of a series on applications of computer clusters |
|
No Link |
8 mins |
No Link
|
 |
Snippets - Min and Max functions |
07, October, 2020 |
PowerBasic Window & Console Compilers - Snippet video This video is an overview of Min and Max functions within your PowerBasic applications |
|
|
9 mins |
|
 |
Snippets - Try-Catch error trapping |
08, October, 2020 |
PowerBasic Window & Console Compilers - Snippet video This video is an overview of error trapping using Try-Catch within your PowerBasic applications |
|
|
12 mins |
|
 |
Design - Installing MS SQL Server Express SQL Server relational database installion |
09, October, 2020 |
PowerBasic Window & Console Compilers - Design Part 2 of a series on applications of computer clusters Installation of SQL Server Express |
|
No Link |
10 mins |
No Link
|
 |
Snippets - Compile options |
11, October, 2020 |
PowerBasic Window & Console Compilers - Snippet video This video is an overview of compile options within your PowerBasic applications |
|
|
14 mins |
|
 |
Design - Creation of the Clusters Task Service Setting up the connection to SQL server |
19, October, 2020 |
PowerBasic Window & Console Compilers - Design Part 3 of a series on applications of computer clusters Creation of the Task service to connect to SQL server for the Cluster processing |
|
|
18 mins |
|
 |
Snippets - Comm command and USB communication |
25, October, 2020 |
PowerBasic Window & Console Compilers - Snippet video This video is an introduction to the Comm command to communicate with a LCD display using USB from within your PowerBasic applications |
|
|
9 mins |
|
 |
Design - Creation of the Clusters Task Service Saving information to the SQL server db |
31, October, 2020 |
PowerBasic Window & Console Compilers - Design Part 4 of a series on applications of computer clusters Creation of the Task service to populate SQL server for the Cluster processing |
|
|
23 mins |
|
 |
Snippets - Threaded Processing |
07, November, 2020 |
PowerBasic Window & Console Compilers - Snippet video This video covers using threads while processing data in files within your PowerBasic applications |
|
|
28 mins |
|
 |
Snippets - Comm command and USB communication in a library |
21, November, 2020 |
PowerBasic Window & Console Compilers - Snippet video This video is an covers creating library rountines using the Comm command to communicate with a LCD display using USB from within your PowerBasic applications |
|
|
16 mins |
|
 |
Snippets - Graphics Windows Contact simulator part 2 |
27, November, 2020 |
PowerBasic Window & Console Compilers - Snippet video This video is an extension of the 14 day Contact simulator and covers the use of Isolation and Immunity |
|
|
23 mins |
|
 |
Snippets - Select Case logic |
28, November, 2020 |
PowerBasic Window & Console Compilers - Snippet video This video covers the Select Case block allowing you to put conditional logic in your applications |
|
|
10 mins |
|
 |
Snippets - Pointers Part 1 |
05, December, 2020 |
PowerBasic Window & Console Compilers - Snippet video This video covers the use of Pointers in your applications |
|
|
14 mins |
|
 |
Snippets - Windows Services |
06, December, 2020 |
PowerBasic Window & Console Compilers - Snippet video This video covers creating your own Windows Service |
|
|
18 mins |
|
 |
Snippets - Pointers Part 2 |
12, December, 2020 |
PowerBasic Window & Console Compilers - Snippet video This video covers the use of Pointers and Threads in your applications |
|
|
13 mins |
|
 |
Snippets - Coding style and maintainability |
13, December, 2020 |
PowerBasic Window & Console Compilers - Snippet video This video covers coding style and code maintainability in your applications |
|
|
9 mins |
|
 |
Snippets - Random Access files |
19, December, 2020 |
PowerBasic Window & Console Compilers - Snippet video This video covers the use of Random access files in your applications |
|
|
29 mins |
|
 |
Snippets - Matrix calculations |
21, December, 2020 |
PowerBasic Window & Console Compilers - Snippet video This video covers the use of the MAT command in your applications |
|
|
8 mins |
|
 |
Snippets - Reading XML files |
28, December, 2020 |
PowerBasic Window & Console Compilers - Snippet video This video covers how to read basic XML configuration files in your applications |
|
|
10 mins |
|
 |
Design - Creation of the Clusters Monitoring application |
29, December, 2020 |
PowerBasic Window & Console Compilers - Design Part 6 of a series on applications of computer clusters Creation of the Monitoring application for the Cluster |
|
|
26 mins |
|
 |
Snippets - Array sorting Part 2 |
05, January, 2021 |
PowerBasic Window & Console Compilers - Snippet video This video covers a generic Array sorting function |
|
|
12 mins |
|
 |
Design - Coping with software interfaces |
08, January, 2021 |
PowerBasic Window & Console Compilers - Design Part 6 of a series on applications of computer clusters Overview of how to cope with shared libraries and software interface problems |
|
No Link |
9 mins |
No Link
|
 |
Snippets - Encryption |
24, January, 2021 |
PowerBasic Window & Console Compilers - Snippet video This video covers encrypting and decrypting strings in your applications |
|
|
9 mins |
|
 |
Snippets - Printing part 2 |
31, January, 2021 |
PowerBasic Window & Console Compilers - Snippet video This video covers more printing commands in your applications |
|
|
9 mins |
|