- Видео 71
- Просмотров 16 557
Asad Shamna
Индия
Добавлен 18 сен 2020
I'm passionate about creating amazing and functional websites and web applications, and I'm excited to share my knowledge and experience with you. In this channel, I cover everything related to web development, including HTML, CSS, JavaScript, React, Node.js, PHP, SQL and more.
My tutorials and videos are designed to help beginners and intermediate-level developers improve their skills and stay up-to-date with the latest technologies. With a focus on practical, hands-on learning, I provide step-by-step guidance on how to create responsive layouts, integrate APIs, work with databases such as MySQL, PostgreSQL, MongoDB and much more.
So if you're looking to learn more about web development and improve your skills, be sure to SUBSCRIBE to my channel. Let's learn and grow together!
My tutorials and videos are designed to help beginners and intermediate-level developers improve their skills and stay up-to-date with the latest technologies. With a focus on practical, hands-on learning, I provide step-by-step guidance on how to create responsive layouts, integrate APIs, work with databases such as MySQL, PostgreSQL, MongoDB and much more.
So if you're looking to learn more about web development and improve your skills, be sure to SUBSCRIBE to my channel. Let's learn and grow together!
PHP Variables & Comments
Hello there! Welcome to the exciting PHP Programming Course!
What are Variables?
In PHP, variables act as containers for many forms of data such as text (strings), numbers, arrays, objects, and more. They serve as placeholders in our PHP scripts, allowing us to access, edit, and manipulate data.
PHP variables are dynamically typed, which means their data type is determined by the value assigned to them. This adaptability enables us to smoothly swap between types of data while executing our code.
Declaring and Using Variables 👇
I'll walk you through the process of declaring variables and naming variables using the dollar sign. You'll learn how to assign variables values, how it works into the ...
What are Variables?
In PHP, variables act as containers for many forms of data such as text (strings), numbers, arrays, objects, and more. They serve as placeholders in our PHP scripts, allowing us to access, edit, and manipulate data.
PHP variables are dynamically typed, which means their data type is determined by the value assigned to them. This adaptability enables us to smoothly swap between types of data while executing our code.
Declaring and Using Variables 👇
I'll walk you through the process of declaring variables and naming variables using the dollar sign. You'll learn how to assign variables values, how it works into the ...
Просмотров: 28
Видео
Introduction to PHP Programming
Просмотров 251Год назад
Hello there! Welcome to the exciting PHP Programming Course! What is PHP? PHP, or "Hypertext Preprocessor," is a server-side scripting language that allows developers to create dynamic and interactive online applications. It's an excellent tool for bringing your websites to life, letting you to work with databases, handle user input, and generate dynamic content on the fly. Most importantly, PH...
Making our GAME to life with JAVASCRIPT - P3 #coding #html #css #javascript
Просмотров 108Год назад
Are you ready to play Rock Paper Scissors? In this interactive tutorial, we'll build a fun and engaging Rock Paper Scissors game from scratch using HTML, CSS, and JavaScript. Join me as we dive into the world of web development and create an exciting game that you can play right in your browser. In this step-by-step tutorial, we'll cover the fundamentals of HTML, CSS, and JavaScript while build...
Designing Our Rock Paper Scissors Game with CSS - P2
Просмотров 45Год назад
In this video, we're going to design our game with CSS. If you are watching this video for the very first time, then must watch the previous first and come back to this video again. Download the source code of the Rock Paper Scissors Game from GitHub. GitHub Link 👇 github.com/Asad-Shamna/rock_paper_scissors.git Rock Paper Scissors Using HTML, CSS, JavaScript Project Link 👇 asad-rockpaperscissor...
Make Your Own ROCK PAPER SCISSORS With HTML | CSS | JAVASCRIPT - P1 #coding #html #css #javascript
Просмотров 106Год назад
Are you ready to play Rock Paper Scissors? In this interactive tutorial, we'll build a fun and engaging Rock Paper Scissors game from scratch using HTML, CSS, and JavaScript. Join me as we dive into the world of web development and create an exciting game that you can play right in your browser. In this step-by-step tutorial, we'll cover the fundamentals of HTML, CSS, and JavaScript while build...
Introduction to TABLES | Uses of Tables | Attributes of Tables in HTML #html #css #web #website
Просмотров 54Год назад
HTML tables are a great way to organize and show data on your web pages. In this video, we'll look at HTML tables and how to develop structured and organized layouts that make your data easier to read and understand. HTML tables give a flexible and customized approach to showcase your information, whether you're showing sales numbers, product specifications, or any other type of tabular data. Y...
CSS Box Model | Block and Inline Elements in HTML & CSS
Просмотров 88Год назад
Welcome to my in-depth tutorial on mastering the CSS box model! Join me as we explore the fundamentals of the box model, including padding, border, and margin properties, to create visually stunning web designs. In this video, we'll dive into: 🔹 The importance of padding in controlling element spacing and creating visually appealing designs. 🔹 The power of the border property, enabling us to ad...
Add Images, Videos, Audios in your WEBSITE
Просмотров 50Год назад
Add Images, Videos, Audios in your WEBSITE
Visual Studio Code INSTALLATION in WINDOWS #vscode #installation
Просмотров 55Год назад
Visual Studio Code INSTALLATION in WINDOWS #vscode #installation
Inline, INTERNAL, External CSS EXPLAINED
Просмотров 45Год назад
Inline, INTERNAL, External CSS EXPLAINED
ELEMENTS, nested elements, ATTRIBUTES, semantic tags in HTML
Просмотров 19Год назад
ELEMENTS, nested elements, ATTRIBUTES, semantic tags in HTML
p, span, bold, italics, comment tags & more [HTML]
Просмотров 21Год назад
p, span, bold, italics, comment tags & more [HTML]