Nodejs Course

Node.js is a free, open source server framework that can run on various platforms (Windows, Linux, Unix, Mac OS X, etc.), and allows you to run JavaScript on the server. It uses asynchronous programming.
- In this course I add tutorials with the things I learn about Node JS from various resources I find on the internet.

What Can Node.js Do?


Node.js logo

References:

- Node.js Full Documentation
- Pure JavaScript Client implementing the MySql protocol
- Node.js w3schools Tutorial

Daily Test with Code Example

HTML
CSS
JavaScript
PHP-MySQL
What attribute makes an option from <select> selected?
checked="checked" selected="selected" disabled="disabled"
<select name="a_name">
 <option value="val1">Option 1</option>
 <option value="val2" selected="selected">Option 2</option>
</select>
What CSS value allows to create color gradients for background?
contain repeat-x linear-gradient
#id {
  background: linear-gradient(top left, #1f1, #fff, #11f);
}
What statement creates an array in JavaScript?
[] {} new Object()
var arr = [1, "CoursesWeb.net", "MarPlo.net"];
alert(arr[2]);
Indicate the PHP function used to redirect to other page.
function() header() switch()
header("Location: http://coursesweb.net/");
exit;
Node.js Course

Last accessed pages

  1. JavaScript code and PHP (40698)
  2. Add Text in Canvas from Input text field, as it is Typed (9809)
  3. Prayer The Art of Believing (1629)
  4. Read Excel file data in PHP - PhpExcelReader (96742)
  5. Adobe Flash Courses ActionScript 3 Tutorials (6566)

Popular pages this month

  1. Courses Web: PHP-MySQL JavaScript Node.js Ajax HTML CSS (14)
  2. SSEP - Site Search Engine PHP-Ajax (7)
  3. Read Excel file data in PHP - PhpExcelReader (5)
  4. Adobe Flash Courses ActionScript 3 Tutorials (4)
  5. Prayer The Art of Believing (4)
Chat
Chat or leave a message for the other users
Full screenInchide