Madu Web Tech
Madu Web Tech
  • Видео 195
  • Просмотров 1 266 193
How to download and install WordPress in your computer | WordPress Course Tutorial 03
Welcome to the third tutorial in our WordPress Course series! In this video, we'll walk you through the process of downloading and installing WordPress on your local computer.
What you'll learn:
How to download the latest version of WordPress
How to start Xampp Server and Create Database
Installing WordPress on your local server
Basic configuration and
Follow on Social Media:
Facebook:
✔️ muddsarchughtai
Instagram:
✔️ muddsar_qayyum
#maduwebtech
#wordpresswebsite
#WordPress
Просмотров: 7

Видео

How to download and Install Xampp | WordPress Website Development Course Tutorial 02
Просмотров 3621 день назад
This is second video of WordPress Website Development course. In this tutorial we will learn, how to download and install Xamp in your laptop or PC. We will cover these topics in this tutorial: How to download Xampp How to Install Xampp How to start apache and MySQL How to access Xampp dashboard Follow on Social Media: Facebook: ✔️ muddsarchughtai Instagram: ✔️ muddsar_...
WordPress Website Development Course Tutorial 01
Просмотров 4521 день назад
WordPress Course Introduction: Welcome to the first video of our WordPress website development course! In this tutorial, we'll go over what you'll learn throughout the course. Here's what we'll cover: 1. How to install WordPress on your computer. 2. An overview of the WordPress dashboard. 3. How to design a custom website using WordPress. 4. How to use pre-built templates to make a website. 5. ...
Back After 135 Days: My Journey, Earnings, and Tips | Web Development Tricks Revealed
Просмотров 70Месяц назад
Hey, everyone! After 135 days away, I'm finally back on RUclips! 🎉 In this video, I'll catch you up on everything I've been up to during my break, including how I've been earning through freelancing on Fiverr, diving into ecommerce dropshipping, and exploring various other ventures. It's been quite the journey, and I'm excited to share all the insights I've gained with you. But that's not all! ...
JavaScript Project using localStorage Methods | Note Taking APP with HTML CSS JS
Просмотров 1855 месяцев назад
The code is for a simple note-taking application. Let's break it down into steps: Button Setup: The code begins by selecting an HTML button with the ID "add_btn" and assigning it to a variable called btn. An event listener is added to this button, so when it's clicked, the addNote function will be executed. Adding a Note: The addNote function is responsible for adding a note. It starts by retri...
JavaScript LocalStorage Methods | JavaScript Course Tutorial 20
Просмотров 695 месяцев назад
Learn how to use localStorage in your web projects with these simple methods: 1️⃣ setItem(): Store information easily in localStorage using setItem. 2️⃣ getItem(): Retrieve stored data effortlessly. Get values associated with specific keys for dynamic web apps. 3️⃣ removeItem(): Clear out specific items from localStorage. Keep your data organized. 4️⃣ clear(): Start fresh by removing all stored...
How to Create a To-Do List App in JavaScript | Simple Note Taking APP using HTML CSS JS
Просмотров 1295 месяцев назад
In this JS tutorial, we'll walk through the process of building a To-Do List app using JavaScript. #JavaScript How to Create to-do list app using JS JS to-do list app tutorial Follow on Social Media: Facebook: ✔️ muddsarchughtai Instagram: ✔️ muddsar_qayyum
JavaScript DOM Traversal Methods | parentElement, parentNode, children, childNodes, siblings etc.
Просмотров 835 месяцев назад
Learn how to effortlessly navigate the Document Object Model using commonly used traversal methods like : parentElement, parentNode, children, childNodes, firstElementChild, lastElementChild, Follow on Social Media: Facebook: ✔️ muddsarchughtai Instagram: ✔️ muddsar_qayyum
JS DOM create and append Methods | JavaScript DOM Manipulation Part-02 Tutorial in Hindi / Urdu
Просмотров 555 месяцев назад
Learn these DOM methods in this tutorial: 1. createElement(tagName): Creates a new HTML element with the specified tag name. 2. createTextNode(text): Creates a new text node with the specified text. 3. appendChild(newNode): Appends a node as the last child of a parent node. 4. insertBefore(newNode, referenceNode): Inserts a new node before a specified reference node as a child of the parent nod...
Array of Objects in JavaScript | JavaScript Course in Hindi / Urdu
Просмотров 445 месяцев назад
In this tutorial, we create an array and store objects within array. What You'll Learn: How to Create an Array of Objects in JavaScript How to access Array of Objects and Print How to use a loop to print an array of objects Follow on Social Media: Facebook: ✔️ muddsarchughtai Instagram: ✔️ muddsar_qayyum
Objects in JavaScript A Step-by-Step Tutorial | JavaScript Course in Hindi/Urdu
Просмотров 535 месяцев назад
Learn the basics of JavaScript objects in a beginner-friendly tutorial, covering everything you need to know: 1. How to Create an Object in JS? 2. How to store Array, Functions and Objects in Object? 3. Accessing Properties of Object? You can access the properties of an object using either dot notation or square bracket notation. 4. Object Iteration: How to use loop to print Object Values? You ...
JavaScript Arrays Tutorial - Array Methods, Array Types etc. Complete Step-by-Step Array Guidance
Просмотров 926 месяцев назад
Welcome to our comprehensive tutorial on JavaScript arrays. In this tutorial, you will learn the following Array topics: 1. Introduction to Arrays: Understand the fundamentals of arrays and their role in JavaScript. 2. Array Creation and Initialization: Explore various methods to create and initialize arrays. 3. Accessing Array Elements: Learn how to retrieve and modify elements within arrays. ...
How to Use addEventListener Method in JavaScript | JavaScript Course Tutorial in Hindi/Urdu
Просмотров 876 месяцев назад
In this beginner-friendly JavaScript tutorial, we will discuss everything about addEventListener Method. No complicated programming terms here-just step-by-step guidance to help you become a JavaScript rockstar! Follow on Social Media: Facebook: ✔️ muddsarchughtai Instagram: ✔️ muddsar_qayyum
Build a Functional Calculator using HTML CSS and JavaScript Tutorial
Просмотров 1846 месяцев назад
Welcome to this hands-on tutorial where we'll be building a basic calculator using HTML, CSS, and JavaScript! In this video, we'll walk through the step-by-step process of creating a fully functional calculator that can perform addition, subtraction, multiplication, and division. 🚀 Topics Covered: HTML structure for the calculator Styling with CSS to create a clean and responsive design JavaScr...
Weather APP Project | HTML, CSS, JavaScript Weather APP Project Step-by-Step Tutorial in Hindi/Urdu
Просмотров 2,5 тыс.6 месяцев назад
🌦️ Welcome to our step-by-step tutorial on creating a Weather App using HTML, CSS, and JavaScript! In this tutorial, I'll guide you through the process of building a fully functional and visually appealing Weather Application. 🖥️ What You'll Learn: HTML fundamentals for structuring your Simple WeatherApp CSS styling techniques to make your Weather App visually appealing JavaScript programming f...
JavaScript DOM Manipulation: A Complete Guide for Beginners | JavaScript DOM Tutorial
Просмотров 1536 месяцев назад
JavaScript DOM Manipulation: A Complete Guide for Beginners | JavaScript DOM Tutorial
JavaScript Basic Events | JS Mouse and Window Events Tutorial | JavaScript Course Part 10
Просмотров 846 месяцев назад
JavaScript Basic Events | JS Mouse and Window Events Tutorial | JavaScript Course Part 10
JavaScript For Loop with Practical Example | JavaScript Course Tutorial 09 in Hindi/Urdu
Просмотров 958 месяцев назад
JavaScript For Loop with Practical Example | JavaScript Course Tutorial 09 in Hindi/Urdu
JavaScript While and Do-While Loop | JavaScript Course Tutorial 08 in Hindi/Urdu
Просмотров 778 месяцев назад
JavaScript While and Do-While Loop | JavaScript Course Tutorial 08 in Hindi/Urdu
JavaScript Multiple If-Else Statements: Complex Decision-Making Made Simple | JavaScript Tutorial 07
Просмотров 1118 месяцев назад
JavaScript Multiple If-Else Statements: Complex Decision-Making Made Simple | JavaScript Tutorial 07
JavaScript If-Else Statements Explained with Real-World Example | JavaScript Course Tutorial 06
Просмотров 1078 месяцев назад
JavaScript If-Else Statements Explained with Real-World Example | JavaScript Course Tutorial 06
JavaScript Functions and Parameters | How to Call a Function on Click Button | Tutorial 06
Просмотров 1339 месяцев назад
JavaScript Functions and Parameters | How to Call a Function on Click Button | Tutorial 06
JavaScript Sum Two Numbers in Two Ways (Manual Input vs User Prompt) | JavaScript Course Tutorial 04
Просмотров 1619 месяцев назад
JavaScript Sum Two Numbers in Two Ways (Manual Input vs User Prompt) | JavaScript Course Tutorial 04
Difference among var, let and const | JavaScript Variables | JavaScript Tutorial 03 in Hindi Urdu
Просмотров 1289 месяцев назад
Difference among var, let and const | JavaScript Variables | JavaScript Tutorial 03 in Hindi Urdu
JavaScript Console.log(), Alert(), Prompt(), Confirm(), Comments, and Variables Tutorial 02
Просмотров 1619 месяцев назад
JavaScript Console.log(), Alert(), Prompt(), Confirm(), Comments, and Variables Tutorial 02
How to write JavaScript Code? Beginner's Guide to JavaScript Course Tutorial 01 in Hindi/Urdu
Просмотров 3489 месяцев назад
How to write JavaScript Code? Beginner's Guide to JavaScript Course Tutorial 01 in Hindi/Urdu
Portfolio Website Design | Master HTML & CSS | Step-by-Step Tutorial
Просмотров 19410 месяцев назад
Portfolio Website Design | Master HTML & CSS | Step-by-Step Tutorial
CSS Media Queries Explained - Responsive Web Design Made Easy
Просмотров 16710 месяцев назад
CSS Media Queries Explained - Responsive Web Design Made Easy
How to add Font Awesome Icons in HTML CSS | CSS Course Tutorial 14 in Hindi Urdu
Просмотров 15610 месяцев назад
How to add Font Awesome Icons in HTML CSS | CSS Course Tutorial 14 in Hindi Urdu
HTML CSS Website Final Setting Tutorial in Hindi/Urdu
Просмотров 15411 месяцев назад
HTML CSS Website Final Setting Tutorial in Hindi/Urdu

Комментарии

  • @srikanthreddy7627
    @srikanthreddy7627 День назад

    ❤ from india,Thank you brother u made my work very easy🎉🥰

  • @BalwaaAsim
    @BalwaaAsim 3 дня назад

    sir can you share this code in description pls

  • @mujtabamemon1
    @mujtabamemon1 6 дней назад

    Bhai aik full guide video lao ke kesay hum custom websites ko go daddy ya hostringer se domain or hosting kharid ker live internet per la sktay han Bhai or pls ye bhi guide kernay ke kesay hum domain hosting may 1 say zyada websites live internet per upload ker sktay han

  • @ashitranjan3971
    @ashitranjan3971 6 дней назад

    nice but indentation and grade wala code nahi kaam kiya😢

  • @computerpc575
    @computerpc575 12 дней назад

    can you give the sorce code

  • @AhmedouElkhaim
    @AhmedouElkhaim 14 дней назад

    Thank you ❤

  • @JuicyLemon123
    @JuicyLemon123 15 дней назад

    bhaijan aslam o alaikom ap bohot acha samjha te hai pur aj is video mei sahi arah sei sumujh mei nhi aya

    • @MaduWebTech
      @MaduWebTech 15 дней назад

      W Salam, visit website and contact me you can discuss any topic and I will guide you

  • @zainabbas7082
    @zainabbas7082 15 дней назад

    Bhot acha kam kr wa tay han

  • @AsadQayyum-kb6op
    @AsadQayyum-kb6op 22 дня назад

    ❤❤❤❤❤

  • @jadi5796
    @jadi5796 23 дня назад

    Brother plz plz start course from tomorrow i desperately want to learn WordPress

  • @topheightkonsults
    @topheightkonsults 23 дня назад

    🎉🎉🎉🎉

  • @mmmmcccc840
    @mmmmcccc840 23 дня назад

    There is any draf and droo front end tool so that time can be managed?

  • @pathansakibkhannabikhan518
    @pathansakibkhannabikhan518 24 дня назад

    Very nice... Please send source code 🙏

  • @susanmagar419
    @susanmagar419 25 дней назад

    source code please!!

  • @HassinatorWebTech
    @HassinatorWebTech 27 дней назад

    Nice to meet you sir

  • @bavanderhs7439
    @bavanderhs7439 29 дней назад

    Bhai iski project file ha app ka pass

  • @Binteadam-pb6mk
    @Binteadam-pb6mk Месяц назад

    Very well-done ❣️sir apny bohat Acha smjhaya interest B develope ho Raha ha ab mein apky channel Ka link apny friends k saath share krti hu..again thank you sir it helps alot mein ny apki video ko like b krdiya ha..

    • @MaduWebTech
      @MaduWebTech Месяц назад

      Share complete html course playlist with your friends, thank you!

    • @Binteadam-pb6mk
      @Binteadam-pb6mk Месяц назад

      Ok sir I already share your videos with my friends..

  • @KaamiDgk
    @KaamiDgk Месяц назад

    sir clint area show nhi ho rha

  • @MaxxBook
    @MaxxBook Месяц назад

    BOOOKK

  • @manishzope4682
    @manishzope4682 Месяц назад

    where is your code ?

  • @hamudxd9497
    @hamudxd9497 Месяц назад

    ❤❤❤Top Class

  • @anuchauhan1100
    @anuchauhan1100 Месяц назад

    You are the best

  • @veshalenramsamy1342
    @veshalenramsamy1342 Месяц назад

    It works till the 13 episode , everything gets puss after that

  • @FawadKhan-ek1yq
    @FawadKhan-ek1yq Месяц назад

    Assalamu alaikum sir Sir ya course kab start hoga

    • @MaduWebTech
      @MaduWebTech Месяц назад

      Next week se, her Saturday Sunday videos upload Hun gi

    • @ushortsreels
      @ushortsreels 25 дней назад

      bhai mujhe apni website ke leye admin deshboard banwana he

  • @sanyuktagaikwad2459
    @sanyuktagaikwad2459 Месяц назад

    Hii sir can you send this project report for me please

  • @subirdeyin
    @subirdeyin Месяц назад

    ishme like share ( own wall like facebook , copy link) option.... search ka option central me kaise lana he pls guide ?

  • @NarinderSingh-fs3gz
    @NarinderSingh-fs3gz Месяц назад

    very good explanation well very nice i got everything in this vedio

  • @vijayparkash-zc7oi
    @vijayparkash-zc7oi Месяц назад

    Very Nice Tutorial...liked it...

  • @athc6506
    @athc6506 Месяц назад

    How to get images

    • @MaduWebTech
      @MaduWebTech Месяц назад

      Link for downloading images, given in description of previous video

  • @B4Bindas
    @B4Bindas Месяц назад

    Can I get the source code..?

  • @kova1n
    @kova1n Месяц назад

    Where is file ? Shere me

  • @akrammohammad8248
    @akrammohammad8248 Месяц назад

    You are best teacher sir

  • @Rlipy01
    @Rlipy01 2 месяца назад

    Bro mije vo restoration vale pdf baj sakte ho❤

  • @Rlipy01
    @Rlipy01 2 месяца назад

    Bro muje ye pdf baj sakte ho❤

  • @muhammadabid1548
    @muhammadabid1548 2 месяца назад

    great job sir, A lot of prayers for you and your family ♥

  • @muhammadabid1548
    @muhammadabid1548 2 месяца назад

    great job sir, A lot of prayers for you and your family

  • @abdullaharshadvlogs9653
    @abdullaharshadvlogs9653 2 месяца назад

    rate wise filter add thisproduct

  • @anonymoususer4356
    @anonymoususer4356 2 месяца назад

    Great video.

  • @dronveersingh2001
    @dronveersingh2001 2 месяца назад

    Thank you so much brother I was tried many long time to performed cured operations but I can't do this I lose my hope but after watched your video now all doubts are clear thank you so much brother and please ignored my English it is not good

  • @user-er9ql2bv7p
    @user-er9ql2bv7p 2 месяца назад

    Sir apne apni css file ko link nhi kiya hai html file sse

  • @deborak3848
    @deborak3848 2 месяца назад

    Really helpful

  • @manoharkharatmol648
    @manoharkharatmol648 2 месяца назад

    Can you share the source code

  • @parmarfamily6311
    @parmarfamily6311 2 месяца назад

    Record not strore please help

  • @parmarfamily6311
    @parmarfamily6311 2 месяца назад

    Thank you 😊

  • @pesjoker3850
    @pesjoker3850 2 месяца назад

    I did everything step by step pr restaurant name show hi nhi mr raha and then maine image remove ki fir bhi button mai koi changes nhi hai

  • @sldeangamingyt7930
    @sldeangamingyt7930 2 месяца назад

    Thanks A Lot Brother

  • @Ayaanta-hu6df
    @Ayaanta-hu6df 2 месяца назад

    sir can we use style attribute for alignment

  • @Ayaanta-hu6df
    @Ayaanta-hu6df 2 месяца назад

    sir main ne webpage banaya googe chrome main show ho raha hai but mobile ke google chrome par website show nahi hui

  • @bilawalahmad8473
    @bilawalahmad8473 2 месяца назад

    meri request hai react js p bhi videos bana den.

  • @bilawalahmad8473
    @bilawalahmad8473 2 месяца назад

    Mudasar bhai shukriya apki videos se bohat kuch sikhny ko milta