Ajax Course

AJAX stands for Asynchronous JavaScript And XML.
Ajax is based on JavaScript language, besides it uses HTML, CSS and a language for the server-side (like PHP or ASP).
The AJAX lessons in this course are free and best suited for beginners, it offers the necessary elements to learn Ajax and work with it. But you need to know, at least at a beginner level, PHP and JavaScript.

• Useful questions and answers on Forum JavaScript -Ajax.

Ajax Lessons

Daily Test with Code Example

HTML
CSS
JavaScript
PHP-MySQL
Which tag is used to include external CSS file in web page?
<body> <script> <link>
<link href="/templ/style.css" rel="stylesheet" type="text/css" />
Which CSS property sets the text size?
font-weight text-decoration font-size
h2 {
  font-size: 1em;
}
Indicate the JavaScript property that can add HTML code into an element.
text value innerHTML
document.getElementById("someID").innerHTML = "HTML content";
Click on the function that returns the number of characters of a string in PHP.
count() strlen() stristr()
$str = "http://CoursesWeb.net/";
$nr_chr = strlen($str);
echo $nr_chr;       // 22
AJAX Course, free Lessons

Last accessed pages

  1. Convert XML to JSON in PHP (12413)
  2. Download PHP-MySQL resources (1134)
  3. PHP-MySQL Tutorials (4206)
  4. How to use php variable in external js file (3718)
  5. PHP-MySQL free course, online tutorials PHP MySQL code (68957)

Popular pages this month

  1. Courses Web: PHP-MySQL JavaScript Node.js Ajax HTML CSS (341)
  2. Read Excel file data in PHP - PhpExcelReader (130)
  3. The Four Agreements (98)
  4. PHP Unzipper - Extract Zip, Rar Archives (96)
  5. The Mastery of Love (90)