Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
JavaScript And PHP Programming Complete Course
Rating: 4.2 out of 5(1,206 ratings)
115,154 students

JavaScript And PHP Programming Complete Course

Learn JavaScript Programming Language And PHP Programming Language for Frontend And Backend Development
Last updated 2/2022
English
English [Auto],

What you'll learn

  • Introduction to Javascript And PHP Programming Language
  • Getting Started With Javascript Variables,Values and Data Types, Operators and Operands
  • Write JavaScript scripts and Gain knowledge in regard to general javaScript programming concepts
  • PHP Section Introduction to PHP, Various Operator types , PHP Arrays, PHP Conditional statements
  • Getting Started with PHP Function Statements And PHP Decision Making PHP 7 concepts PHP CSPRNG And PHP Scalar Declaration

Course content

2 sections50 lectures5h 9m total length
  • JavaScript Introduction5:46

    Explore JavaScript as a client-side scripting language embedded in HTML for validations and interactivity. Learn its multi-paradigm design and how browsers' engines such as V8 execute JavaScript code.

  • JavaScript Array10:24

    Discover how JavaScript arrays use fixed-size, zero-based memory blocks to store values, with initialization and retrieval, and apply bubble sort for ascending or descending orders.

  • JavaScript Variables4:19

    Declare and assign JavaScript variables using var, explore loosely typed values, and distinguish local versus global scope; print results with document.write and string concatenation to format output.

  • JavaScript Conditional Statement Introduction1:15

    Explore JavaScript conditional statements, including if-else and switch, to execute tasks when conditions are met using comparison operators, with this video serving as an introduction.

  • JavaScript If Else Statement.6:37
  • JavaScript Iteration Statements3:10

    Master JavaScript iteration statements by using loops, including while and for, to execute code multiple times based on a condition, with examples like finding even numbers from 1 to 100.

  • JavaScript for Loop11:37

    Learn how to use the for loop in JavaScript, with initialization, condition, and increment, through examples like printing 1–10, summing even numbers, and computing factorials.

  • JavaScript While Loop5:18

    Learn how the while loop executes a code block while a condition remains true, iterating until the number becomes zero, demonstrated by counting digits of a user input.

  • JavaScript Do..while loop4:34

    Learn the do-while loop, which executes at least once before checking the condition, enabling user-interaction driven flows like a pin-entry process with up to three attempts.

  • JavaScript Loop Control Statements4:40

    Learn JavaScript loop control statements, using break and continue to terminate or skip iterations. See how break ends loops (and switches) and how continue skips a cycle in for loops.

  • JavaScript Switch Statement5:47

    Demonstrates the JavaScript switch statement by reading a single character and matching it to vowels a, e, i, o, u or printing consonant, with a default for other inputs.

  • JavaScript Operators9:06

    Explore JavaScript operators from the assignment operator to plus, minus, multiplication, division and modulus, with quotient and remainder in division, and study pre and post increment and operator precedence.

  • JavaScript Logical Operators5:07

    Explore JavaScript logical operators, including and, or, not, and the ternary operator, with practical login examples using username and password to illustrate boolean logic.

  • JavaScript Comparison Operators3:18

    Explore JavaScript comparison operators—equal to, not equal to, greater than, less than, and their greater than or equal to and less than or equal to forms—each returning booleans.

  • JavaScript Functions10:56

    Explore how JavaScript functions modularize code, accept parameters, return values, and are invoked via events like button clicks to build reusable, task-specific logic such as ATM-style operations.

  • JavaScript Events3:59

    Explore JavaScript events and the event driven approach by handling onload, mouseover, and mouseout to dynamically swap images using the DOM.

  • JavaScript Error Handling5:40

    Discover how to handle runtime errors in JavaScript using try, catch, and finally; learn how exceptions are raised, caught, and how the finally block executes every time.

  • JavaScript Cookies5:46

    Learn how to manage client-side state with cookies in JavaScript, including session and persistent cookies. Implement cookies with a form and document.cookie to store and reuse user input across visits.

  • JavaScript Animation5:48

    Learn to create a client-side image slideshow with JavaScript using setInterval, pause on hover, and start on page load, updating images by index in a simple animation.

  • JavaScript Objects4:36

    Learn how to create a JavaScript object with topic, trainer, and mode, access properties with dot notation or a for-in loop, and read or concatenate all values, including JSON-like structures.

  • JavaScript Page Redirect.3:57

    Learn how to navigate between web pages using JavaScript page redirect with window.location, including direct calls, onload and timed redirects after form submissions.

Requirements

  • Basic Computer Knowledge
  • Basic HTML Knowledge

Description

Learn JavaScript Programming Language And PHP Programming Language for Frontend And Backend Development Course

Section 1- learn javascript programming language

    • The course is created with thorough, extensive, but easy-to-follow content that you’ll easily understand and absorb.

      The course starts with the basics, including JavaScript fundamentals, programming, and user interaction.


      the curriculum is going to be very hands-on as we walk you from start to finish to become a professional Javascript developer. We will start from the very beginning by teaching you Javascript basics and programming fundamentals, and then execute into real-life practice and be ready for the real world.


    • while Javascript is complicated for beginners to learn, it is widely used in many web development areas.

    • this course gets you started with an introduction to JavaScript. It assumes that you're new to the language, so it gets you started with basic functionality such as creating functions, creating variables, and calling these lines of code from your standard HTML pages. It talks about events and triggers for custom event handling. It talks about pattern matching, searching for text within a page, flow control, and the document object model (DOM). We start off with the basics and move on to more complex functionality such as arrays and objects. We then discuss how to script common elements with JavaScript such as forms and tables. At the very end, we discuss major libraries such as Ajax, which allows you to make asynchronous calls to server-side scripts without reloading the web page in the server.

    • Master the fundamentals of writing Javascript scripts

    • Learn core Javascript scripting elements such as variables and Objects

    • Discover how to work with lists and sequence data

    • Write Javascript functions to facilitate code reuse

    • Use Javascript to read and write files

    • Make their code robust by handling errors and exceptions properly

    • Search text using regular expressions

    • The topics covered in this course are:

      * javascript course contents:

    • Javascript introduction

    • Javascript array

    • Javascript variables

    • Javascript functions

    • Javascript objects

    • Javascript control statements

    • Javascript cookies

    • Javascript loop statements

    • Javascript data structures

    • Javascript error handling

    • Javascript regular expressions



      section 2- learn PHP programming language

      This section will learn the basic structure of a web application and how a web browser interacts with a web server. You'll be introduced to the request/response cycle, including GET/POST/Redirect. You'll also gain an introductory understanding of Hypertext Markup Language (HTML), as well as the basic syntax and data structures of the PHP language, variables, logic, iteration, arrays, error handling, and superglobal variables, among other elements.


    • The topics covered in this PHP course are:


    • PHP various operator types

    • PHP arrays

    • PHP conditional statements

    • PHP loops

    • PHP function statements

    • PHP decision making

    • PHP file Input and Output

    • PHP web concepts

    • PHP MySql API

    • PHP CSPRNG

    • PHP scalar declaration

    • and more..


Who this course is for:

  • Beginner Web Developer
  • Beginner JavaScript And PHP Programming