Takis Kinis
Takis Kinis
  • Видео 170
  • Просмотров 10 690
Web Programming - Chapter 7 Lecture / Demo - Fall 2024
Recorded during a live class session on 10-24-24 for GTC. Covers Chatper 7 materials from Web Development and Design Foundations with HTML5, 10th Edition. ISBN: 9780136681540, Felke-Morris. Covers flexbox, css grid, layouts, mobile, and media queries.
Просмотров: 26

Видео

Intro to Programming in C# - Module 1 Lab Exercises A & B - Fall 2024
Просмотров 234 часа назад
Recorded during a live class session on 10-24-24 for WCTC. This shows how to complete the Lab exercises required for this Module of instructions, and how to submit homework.
Intro to Programming in C# - Module 1 Lecture/Demo Part 2 - Fall 2024
Просмотров 374 часа назад
Recorded during a live class session on 10-24-24 for WCTC. Covers Module 1 Lecture topics including, program structure and syntax, variables and literals, output, user input, operators, strings, and many other important foundational concepts in C#.
Intro to Programming in C# - Module 1 Lecture Part 1 - Problem Solving - Pseudocoding - Fall 2024
Просмотров 209 часов назад
Recorded during a live class session on 10-22-24 for WCTC. This is introductory material for Module 1. It covers the importance of understanding your problem to be solved before you start coding. It demonstrates the concept of Input-Processing-Output, how to create pseudocode and/or flowcharts to map out your solution, and why this is important. It also covers examples of the reference material...
Intro to Programming in C# - Installing Visual Studio 2022 Community - Fall 2024
Просмотров 119 часов назад
Recorded during a live class session on 10-22-24 for WCTC. This video covers the installation of the recommended software for this course, Visual Studio 2022 Community, including recommended add ons for future coursework. The install is demonstrated by a student. The community version does require a sign in with a valid Microsoft account. If possible, use your student account while taking class...
Programming in Python - Intro to Match / Case Statements - Bonus Lecture - Fall 2024
Просмотров 412 часов назад
Recorded during a live class session on 10-21-24 for GTC. This is bonus lecture content covering the newly added match/case statement, which is a useful way to run decision statemens that are longer than comparable elif statements.
Programming in Python - Chapter 3 Exercises Part 2b (IF/ELIF/ELSE, Decision Statements) - Fall 2024
Просмотров 1412 часов назад
Recorded during a live class session on 10-21-24 for GTC. Exercise completion for chapter 3 (part 2a=b - covering exercise 3.15 & 3.19) for - Chapter 3, with lecture topics mixed in to the demo. Based on Python for Everyone, 3rd edition, Horstmann, from Wiley & Sons.
Programming in Python - Chapter 3 Exercises Part 2a (IF/ELIF/ELSE, Decision Statements) - Fall 2024
Просмотров 1312 часов назад
Recorded during a live class session on 10-21-24 for GTC. Exercise completion for chapter 3 (part 2a - covering exercise 3.14) for - Chapter 3, with lecture topics mixed in to the demo. Based on Python for Everyone, 3rd edition, Horstmann, from Wiley & Sons.
Databases - MySQL - Intro to PHPMyAdmin - Fall 2024
Просмотров 1812 часов назад
Recorded during alive class session on 10-21-24 for GTC. This video demonstrates a web-based DBMS called PHPMyAdmin which is commonly used in web hosting environments, and is a key tool for web developers.
Databases - MySQL Demo Exercises - Subqueries - Fall 2024
Просмотров 412 часов назад
Recorded during a live class session on 10/21/24 for GTC. Based on the 3rd edition of Murach's MySQL and content from W3Schools and MySQLTutorial for reference. This video is demonstration of how to complete the exercises for chapter 7 / Unit 6. Includes demos creating subqueries and use various expressions such as Exists/In/Not In/Any/All etc.
Databases - MySQL Lecture Subqueries, IN/NOT IN/ EXISTS/ANY/ALL - Fall 2024
Просмотров 712 часов назад
Recorded during a live class session on 10/21/24 for GTC. Based on the 3rd edition of Murach's MySQL and content from W3Schools and MySQLTutorial for reference. This video is a lecture for my students (chapter 7) covering Subqueries, correlated subqueries, Exist / Not Exist, In / Not In, Any, All, and other key concepts related to this material including practical usage.
Web Programming - Chapter 6 Lecture/Demo - CSS Box Model Techniques - Fall 2024
Просмотров 5121 час назад
Recorded during a live class session on 10-17-24 for GTC. Web Development and Design Foundations with HTML5, 10th Edition. ISBN: 9780136681540, Felke-Morris. This covers the CSS box model, margins, padding, position, using these to control layouts, etc.
Programming in Python - Chapter 3 Part 1 Exercises (IF/ELIF/ELSE, Decision Statements) - Fall 2024
Просмотров 133День назад
Recorded during a live class session on 10-14-24 for GTC. There is a breif lecture on Python decision statements to start the video, then it covers exercise completion (part 1) for - Chapter 3, with lecture topics mixed in to the demo. Based on Python for Everyone, 3rd edition, Horstmann, from Wiley & Sons.
Databases - MySQL Summary Queries - Exercise Completion - Fall 2024
Просмотров 30День назад
Recorded during a live class session on 10-14-24 for GTC. Based on the 6th chapter of Murach MySQL 3rd edition. Covers aggregate functions such as Count, Sum, Avg, Min, Max, and Group By, and Having statements for creating Summary Queries and With Rollup.
Databases - Lecture - MySQL Summary Queries, Functions, Group By, Having - Fall 2024
Просмотров 19День назад
Recorded during a live class session on 10-14-24 for GTC. Based on the 6th chapter of Murach MySQL 3rd edition. Covers aggregate functions such as Count, Sum, Avg, Min, Max, and Group By, and Having statements for creating Summary Queries.
Web Programming - Chapter 5 Lecture Wed Design & Color Theory - Fall 2024
Просмотров 4314 дней назад
Web Programming - Chapter 5 Lecture Wed Design & Color Theory - Fall 2024
Programming in Python - String Concatenation & Chapter 2 Part 2 Exercise Demo - Fall 2024
Просмотров 7614 дней назад
Programming in Python - String Concatenation & Chapter 2 Part 2 Exercise Demo - Fall 2024
Databases - MySQL Demo Insert, Update, Delete, Create db/tables, Data Types, Exercises - Fall 2024
Просмотров 8314 дней назад
Databases - MySQL Demo Insert, Update, Delete, Create db/tables, Data Types, Exercises - Fall 2024
Databases - MySQL Lecture Insert, Update, Delete, Create db/tables, Data Types, Keys - Fall 2024
Просмотров 3714 дней назад
Databases - MySQL Lecture Insert, Update, Delete, Create db/tables, Data Types, Keys - Fall 2024
Web Programming - Chapter 4 Lecture/Demo CSS Visual Elements and Graphics - Fall 2024
Просмотров 3721 день назад
Web Programming - Chapter 4 Lecture/Demo CSS Visual Elements and Graphics - Fall 2024
Programming in Python - Chapter 2 Part 1 Exercise Completion - Fall 2024
Просмотров 4921 день назад
Programming in Python - Chapter 2 Part 1 Exercise Completion - Fall 2024
Databases - Unit 3 Exercises - MySQL - Retrieving data from 2 or more tables (Joins) - Fall 2024
Просмотров 7021 день назад
Databases - Unit 3 Exercises - MySQL - Retrieving data from 2 or more tables (Joins) - Fall 2024
Databases - Unit 3 Chapter 4 Lecture - Retrieving Data from 2 or More Tables (MySQL) - Fall 2024
Просмотров 1521 день назад
Databases - Unit 3 Chapter 4 Lecture - Retrieving Data from 2 or More Tables (MySQL) - Fall 2024
Web Programming - Chapter 3 Lecture/Demo CSS basics Part 2 - Fall 2024
Просмотров 62Месяц назад
Web Programming - Chapter 3 Lecture/Demo CSS basics Part 2 - Fall 2024
Programming in Python - Chapter 1 Exercises - Fall 2024
Просмотров 53Месяц назад
Programming in Python - Chapter 1 Exercises - Fall 2024
Programming in Python - Chapter 1 Lecture Part 2 - Fall 2024
Просмотров 20Месяц назад
Programming in Python - Chapter 1 Lecture Part 2 - Fall 2024
Databases - MySQL Single Table Select Statements (Chapter 3 Homework) - Fall 2024
Просмотров 25Месяц назад
Databases - MySQL Single Table Select Statements (Chapter 3 Homework) - Fall 2024
Databases - Unit 2 Chapter 3 Lecture - MySQL Select Statements - Fall 2024
Просмотров 48Месяц назад
Databases - Unit 2 Chapter 3 Lecture - MySQL Select Statements - Fall 2024
Databases - Unit 1 Chapter 2 - Intro to MySQL Workbench, Monitor, and Basic Usage - Fall 2024
Просмотров 43Месяц назад
Databases - Unit 1 Chapter 2 - Intro to MySQL Workbench, Monitor, and Basic Usage - Fall 2024
Web Programming - Chapter 2 Lecture/Demo Part 2 - Fall 2024
Просмотров 68Месяц назад
Web Programming - Chapter 2 Lecture/Demo Part 2 - Fall 2024

Комментарии

  • @JaysonPakkam
    @JaysonPakkam 3 месяца назад

    Thank you Sir, so much appreciated your great teaching method very clear explanation I can easily follow the very steps as I am newbie to .net dynamic web application. Thank you so much 🙏

  • @Danii746
    @Danii746 3 месяца назад

    Hey. Do you think you can post the code in the chat. Pls and thx.

  • @sienacommare5576
    @sienacommare5576 3 месяца назад

    Could you link part one?

  • @EliFranta
    @EliFranta 4 месяца назад

    Thank you, it helps a lot.

  • @codeSwiftUI
    @codeSwiftUI 6 месяцев назад

    Hi In the end part You have to disable the hardware keyboard or press command + shift + K and only use the software keyboard then it works 100%. Just disable the hardware keyboard in Simulator > I/O > Keyboard > disable hardware keyboard and enable software one. HOpe that helps!

  • @lindabaker8238
    @lindabaker8238 6 месяцев назад

    🤩 P r o m o s m

  • @therishabhpatel
    @therishabhpatel 6 месяцев назад

    👏🏻 appreciate it.

  • @geraldinejns
    @geraldinejns 7 месяцев назад

    I watched your last Apple Pie video and notice you were having a difficult time completing it. Here is a video of someone who was able to complete it. You're the best. ruclips.net/video/MNRkdYAO7Wg/видео.html

    • @TakisKinis
      @TakisKinis 6 месяцев назад

      Thank you for sharing that link. We discovered during class that there is an issue between the text (based on xcode 13) and using a more current version of xcode (14 or newer). There was a little bit of a syntax change, which I highlight in the videos that follow that one.

  • @alicia7923
    @alicia7923 7 месяцев назад

    Helped me a lot thank youuu sir

  • @geraldinejns
    @geraldinejns 8 месяцев назад

    Thank you. You are a life saver. This helped my iPhone Dev2 App class.

  • @kingston4334
    @kingston4334 9 месяцев назад

    'Promo SM' 💋

  • @HugoSoup57
    @HugoSoup57 5 лет назад

    Quality content