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 create a highlighted bolded text?
<q> <strong> <em>
<p>Address: <strong>http://CoursesWeb.net/</strong> - Tutorials.</p>
Which of these CSS codes displays the text bolded?
text-size: 18px; font-style: italic; font-weight: 800;
#id {
  font-weight: 800;
}
What JavaScript function can be used to call another function multiple times, to a specified time interval?
setInterval() setTimeout() push()
function someFunction() { alert("CoursesWeb.net"); }
setInterval("someFunction()", 2000);
Click on the correctly defined variable in PHP.
var vname = 8; $vname = 8; $vname == 8;
$vname = 8;
echo $vname;
AJAX Course, free Lessons

Last accessed pages

  1. MySQL Query Builder: Insert, Update, Delete (1578)
  2. Ajax-PHP Chat Script (49222)
  3. Node.js Move and Copy Directory (19976)
  4. PHP Image with text on New Lines (2480)
  5. html2canvas - Save page screenshoot on server (4876)

Popular pages this month

  1. Courses Web: PHP-MySQL JavaScript Node.js Ajax HTML CSS (306)
  2. Read Excel file data in PHP - PhpExcelReader (108)
  3. The Four Agreements (92)
  4. PHP Unzipper - Extract Zip, Rar Archives (89)
  5. The Mastery of Love (84)
Chat
Chat or leave a message for the other users
Full screenInchide