Thursday, July 31, 2025

List and Tuples in Python (New Video)

 



Video  link - Go to Video

Full code : 

Defining list


color = ["red","green","blue"]
color.append("yellow")  # adding color
color[1] = "pink"
print(color)

Defining Tuples


fruits = ("orange","banana","mango")
fruits.append("guava")
fruits[1] = "guava"
print(fruits)


Wednesday, July 30, 2025

Password Remember using php

 


Video Link - Go to video

Full code - 

<?php
 if($_SERVER['REQUEST_METHOD']=="POST")
 {
     $email = $_POST['email'];
     $password = $_POST['password'];


                    if(isset($_POST['remember'])){

                        setcookie("email", $email, time()+(86400 * 30));
                        setcookie("password", $password, time()+(86400 * 30));

                    }
                    else{
                        setcookie("email", "", time()-3600);
                        setcookie("password", "", time()-3600);
                    }

     echo "Login Successfull";

 }
?>


<html>
    <head>
        <title>Password Remember using php</title>
    </head>
    <body>
      <form method="POST">
        Email - <input type="textbox" name="email" value="<?php echo isset($_COOKIE['email']) ? $_COOKIE['email'] : ''; ?>"><br><br>
        Password - <input type="password" name="password" value="<?php echo isset($_COOKIE['password']) ? $_COOKIE['password'] : ''; ?>"><br><br>
        <input type="checkbox" name="remember"<?php if(isset($_COOKIE['email'])) echo "checked"; ?>> Remember Me <br><br>
        <input type="submit" value="Login">
      </form>
    </body>
</html>



Tuesday, July 29, 2025

Learn Web Application Development with WDS

 This web application demonstrates dynamic form submission and data display using AJAX with PHP and MySQL as the backend technologies. The frontend is built using HTML and styled with Bootstrap for a responsive and user-friendly interface. AJAX (Asynchronous JavaScript and XML) is used to send form data to the server without reloading the page, enhancing user experience by making the application faster and more interactive.



 PHP handles server-side logic, processes incoming requests, and interacts with the MySQL database to store and retrieve user data. Bootstrap is used for styling form elements and layout, ensuring the design is modern and mobile-friendly. The application includes functionalities like inserting new user records and displaying them in real-time using AJAX, providing a seamless and efficient workflow for users. This setup is ideal for building real-time applications such as contact forms, registration systems, feedback forms, and admin panels.


  • Review of Core Basics
  • Project-Based Learning
  • Advanced Theories and Models
  • Basic to Advanced Concepts & Terminology

Full Course                   |                           Crash Course

Monday, July 28, 2025

Web Development Programs With WDS Puranpur

 A well-designed course should progress through three structured levels: beginner, intermediate, and advanced. At the beginner level, the focus is on introducing the subject, building foundational knowledge, and familiarizing learners with essential tools, concepts, and terminology through simple examples and guided exercises.

The intermediate level deepens understanding by introducing more complex topics, practical applications, and real-world problem-solving. This stage typically includes project-based learning, hands-on challenges, and exposure to common industry scenarios.



The advanced level is aimed at mastery and professional application, where learners engage in high-level concepts, performance optimization, real-life case studies, and the development of a final capstone project. It often includes expert insights, portfolio building, and career guidance to prepare learners for real-world success. This progressive structure ensures that learners not only gain knowledge but also develop the confidence and skills to apply it effectively.

  • Review of Core Basics
  • Project-Based Learning
  • Advanced Theories and Models
  • Basic to Advanced Concepts & Terminology

Full Course                   |                           Crash Course

Monday, July 21, 2025

Tech News

 เคœाเคชाเคจ เค•े เคถोเคงเค•เคฐ्เคคाเค“ं เค•ा เค•เคนเคจा เคนै เค•ि เค‰เคจ्เคนोंเคจे เคธเคฌเคธे เคคेเคœ़ เค‡ंเคŸเคฐเคจेเคŸ เคธ्เคชीเคก เค•ा เคจเคฏा เคตिเคถ्เคต เคฐिเค•ॉเคฐ्เคก เคฌเคจाเคฏा เคนै, เคœเคนाँ เค‰เคจ्เคนोंเคจे 1,120 เคฎीเคฒ (1,802 เค•िเคฒोเคฎीเคŸเคฐ) เค•ी เคฆूเคฐी เคชเคฐ เคช्เคฐเคคि เคธेเค•ंเคก 125,000 เค—ीเค—ाเคฌाเค‡เคŸ เคธे เคœ़्เคฏाเคฆा เคกेเคŸा เคŸ्เคฐांเคธเคฎिเคŸ เค•िเคฏा เคนै।เคฏเคน เค…เคฎेเคฐिเค•ा เค•ी เค”เคธเคค เค‡ंเคŸเคฐเคจेเคŸ เคธ्เคชीเคก เคธे เคฒเค—เคญเค— 40 เคฒाเค– เค—ुเคจा เคœ़्เคฏाเคฆा เคนै เค”เคฐ เค•ुเค› เคฎोเคŸे เค…เคจुเคฎाเคจों เค•े เคฎुเคคाเคฌिเค•, เค‡เคธเคธे เค†เคช เคชूเคฐे เค‡ंเคŸเคฐเคจेเคŸ เค†เคฐ्เค•ाเค‡เคต เค•ो เคšाเคฐ เคฎिเคจเคŸ เคธे เคญी เค•เคฎ เคธเคฎเคฏ เคฎें เคกाเค‰เคจเคฒोเคก เค•เคฐ เคธเค•เคคे เคนैं। เคฏเคน 2024 เคฎें เคตैเคœ्เคžाเคจिเค•ों เค•ी เคเค• เค…เคฒเค— เคŸीเคฎ เคฆ्เคตाเคฐा เคฌเคจाเค เค—เค 50,250 เคœीเคฌी/เคธेเค•ंเคก เค•े เคชिเค›เคฒे เคตिเคถ्เคต เคฐिเค•ॉเคฐ्เคก เคธे เคญी เคฆोเค—ुเคจे เคธे เคญी เคœ़्เคฏाเคฆा เคนै।




เคœाเคชाเคจ เคจे เคกेเคŸा เคŸ्เคฐांเคธเคฎिเคถเคจ เคธ्เคชीเคก เคฎें เคเค• เคจเคฏा เคตैเคถ्เคตिเค• เคฐिเค•ॉเคฐ्เคก เคฌเคจाเค•เคฐ เค‡ंเคŸเคฐเคจेเคŸ เคคเค•เคจीเค• เค•ी เคธीเคฎाเค“ं เค•ो เค†เค—े เคฌเคข़ाเคฏा เคนै। เคฐाเคท्เคŸ्เคฐीเคฏ เคธूเคšเคจा เคเคตं เคธंเคšाเคฐ เคช्เคฐौเคฆ्เคฏोเค—िเค•ी เคธंเคธ्เคฅाเคจ (เคเคจเค†เคˆเคธीเคŸी) เคจे เค˜ोเคทเคฃा เค•ी เคนै เค•ि เค‰เคธเค•ी เค‡ंเคŸเคฐเคจेเคŸ เคธ्เคชीเคก 1.02 เคชेเคŸाเคฌिเคŸ्เคธ เคช्เคฐเคคि เคธेเค•ंเคก (เคชीเคฌीเคชीเคเคธ) เคนो เค—เคˆ เคนै। เค‡เคธ เคธ्เคชीเคก เคธे เคกेเคŸा เคŸ्เคฐांเคธเคซเคฐ เค‡เคคเคจा เคคेเคœ़ เคนोเคคा เคนै เค•ि เคจेเคŸเคซ्เคฒिเค•्เคธ เค•ी เคชूเคฐी เคฒाเค‡เคฌ्เคฐेเคฐी เคฏा เคตिเค•िเคชीเคกिเคฏा เค•ा เค…ंเค—्เคฐेเคœ़ी เคธंเคธ्เค•เคฐเคฃ เคกाเค‰เคจเคฒोเคก เค•เคฐเคจे เคฎें เคธिเคฐ्เคซ़ เคเค• เคธेเค•ंเคก เคฒเค—ेเค—ा।

เคฏเคน เค…เคญूเคคเคชूเคฐ्เคต เคธ्เคชीเคก เค•เคˆ เคฆेเคถों เค•ी เคฎौเคœूเคฆा เค‡ंเคŸเคฐเคจेเคŸ เคธ्เคชीเคก เคธे เค•เคนीं เคœ़्เคฏाเคฆा เคนै। เค‰เคฆाเคนเคฐเคฃ เค•े เคฒिเค, เคฏเคน เคญाเคฐเคค เค•ी เค”เคธเคค เค‡ंเคŸเคฐเคจेเคŸ เคธ्เคชीเคก, เคœो เคฒเค—เคญเค— 63.55 เคเคฎเคฌीเคชीเคเคธ เคนै, เคธे 1.6 เค•เคฐोเคก़ เค—ुเคจा เคคेเคœ़ เคนै। เคนाเคฒ เค•े เค†ंเค•เคก़ों เค•े เค…เคจुเคธाเคฐ, เคธंเคฏुเค•्เคค เคฐाเคœ्เคฏ เค…เคฎेเคฐिเค•ा เค•ी เคคुเคฒเคจा เคฎें เคœाเคชाเคจ เค•ी เคจเคˆ เคธ्เคชीเคก เคฒเค—เคญเค— 35 เคฒाเค– เค—ुเคจा เคคेเคœ़ เคนै।

Saturday, July 19, 2025

Learn Coding


 

A well-designed course should progress through three structured levels: beginner, intermediate, and advanced. At the beginner level, the focus is on introducing the subject, building foundational knowledge, and familiarizing learners with essential tools, concepts, and terminology through simple examples and guided exercises.

The intermediate level deepens understanding by introducing more complex topics, practical applications, and real-world problem-solving. This stage typically includes project-based learning, hands-on challenges, and exposure to common industry scenarios.

The advanced level is aimed at mastery and professional application, where learners engage in high-level concepts, performance optimization, real-life case studies, and the development of a final capstone project. It often includes expert insights, portfolio building, and career guidance to prepare learners for real-world success. This progressive structure ensures that learners not only gain knowledge but also develop the confidence and skills to apply it effectively. Review of Core Basics:

Visit on - www.websitedevelopmentservices.in/courses.php

Learn Online - www.youtube.com/@phpechos

Thursday, July 17, 2025

Change the background color of a simple GUI using Tkinter in Python

import tkinter as tk


def change_bg():

    root.config(bg="lightblue")  # Change background color


root = tk.Tk()

root.geometry("200x100")

btn = tk.Button(root, text="Change Background", command=change_bg)

btn.pack(pady=20)

root.mainloop()

 

Saturday, July 5, 2025

Javascript Variable (Const , Let , Var) | Complete javascript series


 

Video link :  Go to video

Complete Code : 

<script>


    // var x = 20;   

     

    // var   x = 30;

    // document.write(x)




    // const x = 20;


    //      x = 30;

    // document.write(x)




    // let x = 50


    //     x = 30

    // document.write(x)


    

    var x = 40;

    const y = 90;

    let z = 80


    document.write(window.x);

    document.write(window.y);

    document.write(window.z);


 // window is an object used to describe variable globally.

</script>

Tuesday, July 1, 2025

Pure js Quantum Simulation | Qubit program


 

Code : 

<button type="button" onclick="simulate()">Measure Qubit</button>
<div id="result">Ready.......</div>

<script>
    function simulate(){

        const rand = Math.random();
        const result = rand < 0.5 ? '0' : '1';
        document.getElementById("result").textContent="Measured :"+ result;

    }
</script>

Professional Trigonometric Calculator using HTML, CSS, and JavaScript.

<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport...