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
Which tag is used to add lists into <ul> and <ol> elements?
<dt> <dd> <li>
<ul>
 <li>http://coursesweb.net/html/</li>
 <li>http://coursesweb.net/css/</li>
</ul>
Which value of the "display" property creates a block box for the content and ads a bullet marker?
block list-item inline-block
.some_class {
  display: list-item;
}
Which instruction converts a JavaScript object into a JSON string.
JSON.parse() JSON.stringify eval()
var obj = {
 "courses": ["php", "javascript", "ajax"]
};
var jsonstr = JSON.stringify(obj);
alert(jsonstr);    // {"courses":["php","javascript","ajax"]}
Indicate the PHP class used to work with HTML and XML content in PHP.
stdClass PDO DOMDocument
$strhtml = '<body><div id="dv1">CoursesWeb.net</div></body>';
$dochtml = new DOMDocument();
$dochtml->loadHTML($strhtml);
$elm = $dochtml->getElementById("dv1");
echo $elm->nodeValue;    // CoursesWeb.net
Other Free Courses

Last accessed pages

  1. Courses Web: PHP-MySQL JavaScript Node.js Ajax HTML CSS (141744)
  2. MySQL Query Builder: Insert, Update, Delete (1618)
  3. PHP SimpleXML (2415)
  4. SHA512 Encrypt hash in JavaScript (24950)
  5. Code Snippets - Add and Create (1855)

Popular pages this month

  1. Courses Web: PHP-MySQL JavaScript Node.js Ajax HTML CSS (468)
  2. CSS cursor property - Custom Cursors (78)
  3. The Mastery of Love (69)
  4. PHP-MySQL free course, online tutorials PHP MySQL code (62)
  5. CSS3 2D transforms (46)