Nodejs Course

Here you can watch a serie of 16 video Tutorials from Youtube with node.js and Express module, useful for beginner.
Click on the link to display the video.

Node.js with express - Step by Step Video Tutorials

  1. Expressjs introduction
  2. Expressjs environment setup
  3. Basic program
  4. Express js routing
  5. URL binding
  6. Middleware
  7. Templating
  8. Static files
  1. Post data
  2. Express database
  3. Cookies
  4. Sessions
  5. Express scaffolding
  6. Error handling
  7. Restful api
  8. Expressjs debugging

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
Node.js and Express Video Tutorials

Last accessed pages

  1. Courses Web: PHP-MySQL JavaScript Node.js Ajax HTML CSS (142651)
  2. PhpSpreadsheet - Read, Write Excel and LibreOffice Calc files (26375)
  3. SBMD - Simple Backup MySQL Database (5096)
  4. The Mastery of Love (7553)
  5. Snap to Objects and Snap Align (2869)

Popular pages this month

  1. Courses Web: PHP-MySQL JavaScript Node.js Ajax HTML CSS (654)
  2. The Mastery of Love (76)
  3. CSS cursor property - Custom Cursors (72)
  4. Read Excel file data in PHP - PhpExcelReader (67)
  5. PHP-MySQL free course, online tutorials PHP MySQL code (49)