Ex Course

Here there are links to pages where you can get other free courses and resources (e-books, and video tutorials) for programming and web development: Java, ASP.NET, Python, Adobe Photoshop, and the Last course you need.



• All these courses presented above, and other on this website teach you lots of things about programming and web development, invented by the human mind.
Studying these courses and tutorials, you will learn to create various applications, web sites and computer programms; virtual things into a virtual world created in the human Dream; with the purpouse to continue the illusion - Your Dream.
All of these are forms of human thoughts that need souls and time to get "life", but they do not teach you anything real, about mind, human, you, and real life, or About Your Self.
 

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;
Other Free Courses

Last accessed pages

  1. Prayer The Art of Believing (1629)
  2. Read Excel file data in PHP - PhpExcelReader (96742)
  3. Adobe Flash Courses ActionScript 3 Tutorials (6566)
  4. Get CSS property value with getComputedStyle ot jQuery (5544)
  5. PHP getElementById and getElementsByTagName (49170)

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