Flash Course

- These lessons are free and show how to use Adobe Flash CS5, starting from the introductory part, the elements and working tools of the Adobe Flash application, continuing with more advanced things: symbols, animations, and other.

Daily Test with Code Example

HTML
CSS
JavaScript
PHP-MySQL
Which tag adds a new line into a paragraph?
<b> <br> <p>
First line ...<br>
Other line...
Which CSS property can be used to add space between letters?
text-size word-spacing letter-spacing
#id {
  letter-spacing: 2px;
}
What JavaScript function can be used to get access to HTML element with a specified ID?
getElementById() getElementsByTagName() createElement()
var elm = document.getElementById("theID");
var content = elm.innerHTML;
alert(content);
Click on the "echo" correct instruction.
echo "CoursesWeb.net" echo "CoursesWeb.net"; echo ""CoursesWeb.net";
echo "Address URL: http://CoursesWeb.net";
Lessons Adobe Flash CS5 course

Last accessed pages

  1. Check and Validate input field when loses focus, with PHP via Ajax (6761)
  2. Zen Flesh, Zen Bones (804)
  3. Selection Tools (8133)
  4. Follow the mouse cursor with a DIV inside a Parent (8296)
  5. Display data from PHP Array, or MySQL in HTML table (26744)

Popular pages this month

  1. Courses Web: PHP-MySQL JavaScript Node.js Ajax HTML CSS (295)
  2. Read Excel file data in PHP - PhpExcelReader (101)
  3. The Four Agreements (89)
  4. PHP Unzipper - Extract Zip, Rar Archives (86)
  5. The Mastery of Love (83)