<?xml version="1.0" encoding="utf-8" ?>
<rss version="2.0">
<channel>
 <title>Web courses HTML CSS PHP-MySQL JavaScript Ajax Flash</title>
 <description>Free online web programming courses and tutorials: HTML, CSS, PHP-MySQL, JavaScript, Ajax and Flash</description>
 <link>http://coursesweb.net/</link>
 <language>en-en</language>
 <docs>http://validator.w3.org/feed/docs/rss2.html</docs>
 <generator>Web programming courses (http://coursesweb.net)</generator>

 <item>
 <title>Multiple Drop-Down Select Lists Creator</title>
 <description>Ajax script to create multiple select option lists. The Options data are set with JavaScript, and can be saved with PHP in TXT file (in JSON format) and MySQL database.</description>
 <link>http://coursesweb.net/javascript/multiple-dropdown-select-lists-creator_s2</link>
 <category domain="http://coursesweb.net/javascript/">JavaScript and jQuery Course</category>
 <guid>http://coursesweb.net/javascript/multiple-dropdown-select-lists-creator_s2</guid>
 <pubDate>Mon 29 Apr 2013 18:19:20 +0300</pubDate>
 </item>
 <item>
 <title>Multi-Level Menu Creator</title>
 <description>Ajax script to create Multiple level Dropdown Menus. The menu lists (categories and sub-categories) are defined with JavaScript, and can be saved with PHP in TXT file, or MySQL database.</description>
 <link>http://coursesweb.net/javascript/multi-level-menu-creator_s2</link>
 <category domain="http://coursesweb.net/javascript/">JavaScript and jQuery Course</category>
 <guid>http://coursesweb.net/javascript/multi-level-menu-creator_s2</guid>
 <pubDate>Sun 7 Apr 2013 18:18:19 +0300</pubDate>
 </item>
 <item>
 <title>Highlight Images on click</title>
 <description>Highlight Image when the user clicks on it, by adding CSS style with JavaScript, border and background to image, and removes the highlight effect when the image is clicked again.</description>
 <link>http://coursesweb.net/javascript/highlight-images-click_cs</link>
 <category domain="http://coursesweb.net/javascript/">JavaScript and jQuery Course</category>
 <guid>http://coursesweb.net/javascript/highlight-images-click_cs</guid>
 <pubDate>Sun 24 Mar 2013 18:18:19 +0300</pubDate>
 </item>
 <item>
 <title>Voting Poll System script PHP-AJAX</title>
 <description>Free Voting Poll System script, created with PHP-AJAX. It has Admin Page. The poll data can be saved in Txt files, or in MySQL database. The Polls can be added in both HTML, and PHP files.</description>
 <link>http://coursesweb.net/php-mysql/voting-poll-system-script-ajax_s2</link>
 <category domain="http://coursesweb.net/php-mysql/">PHP-MySQL Course</category>
 <guid>http://coursesweb.net/php-mysql/voting-poll-system-script-ajax_s2</guid>
 <pubDate>Wed, 27 Feb 2013 18:18:19 +0300</pubDate>
 </item>
 <item>
 <title>Get Domain Name and other Data from URL</title>
 <description>Function that can be used to extract Root Domain Name and other Data from URL, in JavaScript: protocol, port, page path, file name, search part, and hash.</description>
 <link>http://coursesweb.net/javascript/url-data-domain-name-path-file-search-hash_cs</link>
 <category domain="http://coursesweb.net/javascript/">JavaScript jQuery Course</category>
 <guid>http://coursesweb.net/javascript/url-data-domain-name-path-file-search-hash_cs</guid>
 <pubDate>Mon, 11 Feb 2013 18:18:19 +0300</pubDate>
 </item>
 <item>
 <title>JavaScript Trivia Game</title>
 <description>Script for Trivia Game, created with JavaScript. Trivia quizzes can be stored in external files, with XML, or JSON format.</description>
 <link>http://coursesweb.net/javascript/trivia-game-script_s2</link>
 <category domain="http://coursesweb.net/javascript/">JavaScript jQuery Course</category>
 <guid>http://coursesweb.net/javascript/trivia-game-script_s2</guid>
 <pubDate>Tue, 31 Jan 2013 20:18:19 +0300</pubDate>
 </item>
 <item>
 <title>Dynamically Button to Scroll to Page Top</title>
 <description>JavaScript and CSS script to add Dynamically a Button in web page to Scroll to Top. The button is displayed only when the user scrolls the page down, more than window height.</description>
 <link>http://coursesweb.net/javascript/dynamically-button-scroll-top-page_s2</link>
 <category domain="http://coursesweb.net/javascript/">JavaScript jQuery Course</category>
 <guid>http://coursesweb.net/javascript/dynamically-button-scroll-top-page_s2</guid>
 <pubDate>Sun, 20 Jan 2013 10:18:19 +0300</pubDate>
 </item>
 <item>
 <title>Countdown Timer until specified Date-Time</title>
 <description>A JavaScript Countdown Timer that shows the remaining number of Years, Months, Days, Hours, Minutes, and Seconds until a specified date-time.</description>
 <link>http://coursesweb.net/javascript/countdown-timer-until-specified-date-time_s2</link>
 <category domain="http://coursesweb.net/javascript/">JavaScript jQuery Course</category>
 <guid>http://coursesweb.net/javascript/countdown-timer-until-specified-date-time_s2</guid>
 <pubDate>Mon, 31 Dec 2012 20:18:19 +0300</pubDate>
 </item>
 <item>
 <title>Get data from string with JSON object</title>
 <description>Getting data from string with JSON object, getting data from PHP object, convert JSON object into associative array in PHP, using json_decode.</description>
 <link>http://coursesweb.net/php-mysql/data-from-string-json-object-array_t</link>
 <category domain="http://coursesweb.net/php-mysql/">PHP-MySQL Course</category>
 <guid>http://coursesweb.net/php-mysql/data-from-string-json-object-array_t</guid>
 <pubDate>Sun, 16 Dec 2012 17:18:19 +0300</pubDate>
 </item>
 <item>
 <title>Creating and using classes in JavaScript</title>
 <description>A JavaScript lesson that shows how to create, and use classes in JavaScript, with own properties and methods.</description>
 <link>http://coursesweb.net/javascript/create-use-class-javascript</link>
 <category domain="http://coursesweb.net/javascript/">JavaScript Course</category>
 <guid>http://coursesweb.net/javascript/create-use-class-javascript</guid>
 <pubDate>Sat, 8 Dec 2012 13:18:38 +0300</pubDate>
 </item>
 <item>
 <title>Save image on server from external URL</title>
 <description>PHP Code Snippet useful to copy, save image on server from external URL address, with cURL.</description>
 <link>http://coursesweb.net/php-mysql/save-image-server-from-external-url_cs</link>
 <category domain="http://coursesweb.net/php-mysql/">PHP-MySQL Course</category>
 <guid>http://coursesweb.net/php-mysql/save-image-server-from-external-url_cs</guid>
 <pubDate>Tue, 20 Nov 2012 15:28:38 +0300</pubDate>
 </item>
 <item>
 <title>Get data from URL address in JavaScript</title>
 <description>A JavaScript function that can be used to Get data (name=value pairs) from URL address in JavaScript scripts.</description>
 <link>http://coursesweb.net/javascript/get-data-url-address-javascript_cs</link>
 <category domain="http://coursesweb.net/javascript/">JavaScript Course</category>
 <guid>http://coursesweb.net/javascript/get-data-url-address-javascript_cs</guid>
 <pubDate>Sat, 03 Nov 2012 18:28:38 +0300</pubDate>
 </item>
 <item>
 <title>CSS Code Snippets</title>
 <description>Useful CSS / CSS3 code snippets to style HTML elements, for page design, and Web Designers.</description>
 <link>http://coursesweb.net/css/code-snippets_cs</link>
 <category domain="http://coursesweb.net/css/">CSS Course</category>
 <guid>http://coursesweb.net/css/code-snippets_cs</guid>
 <pubDate>Thu, 11 October 2012 18:28:38 +0300</pubDate>
 </item>
 <item>
 <title>Styling link buttons using a Single Image and CSS</title>
 <description>CSS tutorial, about Styling link buttons and menu using a Single Image and CSS, with background property.</description>
 <link>http://coursesweb.net/css/styling-link-buttons-using-single-image-and-css_t</link>
 <category domain="http://coursesweb.net/css/">CSS Course</category>
 <guid>http://coursesweb.net/css/styling-link-buttons-using-single-image-and-css_t</guid>
 <pubDate>Wed, 3 October 2012 18:28:38 +0300</pubDate>
 </item>
 <item>
 <title>PHP Code Snippets</title>
 <description>Some PHP functions and code snippets useful for PHP Programmers and scripts, with explanatory comments in code.</description>
 <link>http://coursesweb.net/php-mysql/code-snippets_cs</link>
 <category domain="http://coursesweb.net/php-mysql/">PHP-MySQL Course</category>
 <guid>http://coursesweb.net/php-mysql/code-snippets_cs</guid>
 <pubDate>Wed, 13 September 2012 18:28:38 +0300</pubDate>
 </item>
 <item>
 <title>PHP getElementById and getElementsByTagName</title>
 <description>Learn how to get in PHP, HTML elements from a HTML document using getElementById() and getElementsByTagName(), methods of the DOMDocument class.</description>
 <link>http://coursesweb.net/php-mysql/getelementbyid-getelementsbytagname</link>
 <category domain="http://coursesweb.net/php-mysql/">PHP-MySQL Course</category>
 <guid>http://coursesweb.net/php-mysql/getelementbyid-getelementsbytagname</guid>
 <pubDate>Sat, 28 July 2012 12:58:38 +0300</pubDate>
 </item>
 <item>
 <title>Display data from PHP Array, or MySQL in HTML table</title>
 <description>Display data from PHP Array, or MySQL database, in HTML table, using for(), or foreach() instructions.</description>
 <link>http://coursesweb.net/php-mysql/display-data-array-mysql-html-table_t</link>
 <category domain="http://coursesweb.net/php-mysql/">PHP-MySQL Course</category>
 <guid>http://coursesweb.net/php-mysql/display-data-array-mysql-html-table_t</guid>
 <pubDate>Thu, 12 July 2012 12:58:38 +0300</pubDate>
 </item>
 <item>
 <title>Simple PHP Upload Script</title>
 <description>Simple PHP Upload Script to upload images and other file types on your server. After the file is uploaded on the server, the script shows the URL address of the file saved on server.</description>
 <link>http://coursesweb.net/php-mysql/simple-php-upload-script_s2</link>
 <category domain="http://coursesweb.net/php-mysql/">PHP-MySQL Course</category>
 <guid>http://coursesweb.net/php-mysql/simple-php-upload-script_s2</guid>
 <pubDate>Mon, 2 July 2012 11:58:38 +0300</pubDate>
 </item>
 <item>
 <title>jQuery parent, children and nth-child</title>
 <description>jQuery course, using the parent() and children() methods, the nth-child() and parent-child selectors.</description>
 <link>http://coursesweb.net/jquery/jquery-parent-children-nth-child</link>
 <category domain="http://coursesweb.net/jquery/jquery-course">jQuery Course</category>
 <guid>http://coursesweb.net/jquery/jquery-parent-children-nth-child</guid>
 <pubDate>Wed, 13 June 2012 18:58:38 +0300</pubDate>
 </item>
 <item>
 <title>Send E-mail with HTML tags and Attachment</title>
 <description>Two PHP functions that can be used to send E-mails with HTML tags and Attachment, using the PHP mail() function.</description>
 <link>http://coursesweb.net/php-mysql/send-email-html-tags-attachment_t</link>
 <category domain="http://coursesweb.net/php-mysql/">PHP-MySQL Course</category>
 <guid>http://coursesweb.net/php-mysql/send-email-html-tags-attachment_t</guid>
 <pubDate>Sat, 2 June 2012 18:58:38 +0300</pubDate>
 </item>
 <item>
 <title>jQuery background position</title>
 <description>This JavaScript tutorial shows how to change, animate, and get the position of a background image in HTML elements with jQuery.</description>
 <link>http://coursesweb.net/jquery/jquery-background-position</link>
 <category domain="http://coursesweb.net/jquery/jquery-course">jQuery Course</category>
 <guid>http://coursesweb.net/jquery/jquery-background-position</guid>
 <pubDate>Sun, 13 May 2012 18:58:38 +0300</pubDate>
 </item>
 <item>
 <title>Rotate HTML objects, Div, Span, images with jQuery</title>
 <description>jQuery plugin to Rotate HTML objects, Div, Span, images, paragraph, and other elements by any angle. The rotation effect can also be animated.</description>
 <link>http://coursesweb.net/javascript/rotate-html-objects-div-span-image-jquery_t</link>
 <category domain="http://coursesweb.net/javascript/">JavaScript jQuery Course</category>
 <guid>http://coursesweb.net/javascript/rotate-html-objects-div-span-image-jquery_t</guid>
 <pubDate>Mon, 16 April 2012 11:58:38 +0300</pubDate>
 </item>
 <item>
 <title>Volume and Surface Area Calculator for 3D objects</title>
 <description>A JS script to calculate surface area, volume and other dimensions (radius, diagonal, center of gravity) of various uniform 3D objects: cube, barrel, cone, sphere, torus, cylinder, pyramid, parallelepiped, hexagonal prism.</description>
 <link>http://coursesweb.net/javascript/volume-surface-area-calculator-3d-objects_s2</link>
 <category domain="http://coursesweb.net/javascript/">JavaScript jQuery Course</category>
 <guid>http://coursesweb.net/javascript/volume-surface-area-calculator-3d-objects_s2</guid>
 <pubDate>Mon, 9 April 2012 15:58:38 +0300</pubDate>
 </item>
 <item>
 <title>Ajax-PHP Rating Stars Script</title>
 <description>A Rating Stars Script created with Ajax - PHP, can be used to add rate system on your web pages. Data are saved in TXT files, or MySQL database. The rater can be loged user, or visitor.</description>
 <link>http://coursesweb.net/php-mysql/rating-stars-script-ajax-php_s2</link>
 <category domain="http://coursesweb.net/php-mysql/">PHP-MYSQL Course</category>
 <guid>http://coursesweb.net/php-mysql/rating-stars-script-ajax-php_s2</guid>
 <pubDate>Sat, 31 Mar 2012 13:58:38 +0300</pubDate>
 </item>
 <item>
 <title>Simple PHP Chat Script</title>
 <description>Simple PHP Script Chat, a Free PHP - Ajax script for Chat, without database, that can be added in web sites. With multiple chatrooms, smiles and formated text. Saves the chat in text files on the server.</description>
 <link>http://coursesweb.net/php-mysql/script-chat-simple_s2</link>
 <category domain="http://coursesweb.net/php-mysql/">PHP-MYSQL Course</category>
 <guid>http://coursesweb.net/php-mysql/script-chat-simple_s2</guid>
 <pubDate>Mon, 12 Mar 2012 12:58:38 +0300</pubDate>
 </item>
 <item>
 <title>Creating Double Level Menu with CSS</title>
 <description>CSS Tutorial that shows you how to create a Double level Menu with HTML and CSS, vertical, and horisontal menu.</description>
 <link>http://coursesweb.net/css/horizontal-vertical-double-level-menu-css_t</link>
 <category domain="http://coursesweb.net/css/">CSS Course</category>
 <guid>http://coursesweb.net/css/horizontal-vertical-double-level-menu-css_t</guid>
 <pubDate>Sat, 18 Feb 2012 14:58:38 +0300</pubDate>
 </item>
 <item>
 <title>Create simple Website with PHP</title>
 <description>Tutorial how to quickly create a simple website with PHP and HTML, with different title, meta description, and content for each page.</description>
 <link>http://coursesweb.net/php-mysql/create-simple-website-php_t</link>
 <category domain="http://coursesweb.net/php-mysql/">PHP-MYSQL Course</category>
 <guid>http://coursesweb.net/php-mysql/create-simple-website-php_t</guid>
 <pubDate>Wed, 8 Feb 2012 12:58:38 +0300</pubDate>
 </item>
 <item>
 <title>Upload Script for Gallery of Images and Audio files</title>
 <description>PHP Upload Script to create Gallery of Images and Audio files (MP3), with categories saved in MySQL database, Title and Description for each file, upload multiple files.</description>
 <link>http://coursesweb.net/php-mysql/upload-script-images-audio-gallery_s2</link>
 <category domain="http://coursesweb.net/php-mysql/">PHP-MYSQL Course</category>
 <guid>http://coursesweb.net/php-mysql/upload-script-images-audio-gallery_s2</guid>
 <pubDate>Wed, 25 Jan 2012 20:58:38 +0300</pubDate>
 </item>
 <item>
 <title>Blog CMS with Ajax - jQuery</title>
 <description>CMS for Blog with Ajax, and jQuery. Accesible from desktop and Mobile devices, a blogging tool for simple pages with categories, and articles. Light and easy to Administrate.</description>
 <link>http://coursesweb.net/php-mysql/ajax-blog-cms-jqery-mobile_s2</link>
 <category domain="http://coursesweb.net/php-mysql/">PHP-MYSQL Course</category>
 <guid>http://coursesweb.net/php-mysql/ajax-blog-cms-jqery-mobile_s2</guid>
 <pubDate>Mon, 16 Jan 2012 18:58:38 +0300</pubDate>
 </item>
 <item>
 <title>Script comments with pagination</title>
 <description>PHP - AJAX Comments Script, that paginate the comments, and uses jQuery effects. Comments with pagination. Can be included in both HTML and PHP pages.</description>
 <link>http://coursesweb.net/php-mysql/script-comments-pagination_s2</link>
 <category domain="http://coursesweb.net/php-mysql/">PHP-MYSQL Course</category>
 <guid>http://coursesweb.net/php-mysql/script-comments-pagination_s2</guid>
 <pubDate>Thu, 24 Nov 2011 14:58:38 +0300</pubDate>
 </item>
 <item>
 <title>Add, Change, and Remove Attributes with jQuery</title>
 <description>Add, Change, and Remove Attributes to HTML elements with jQuery, using attr(), removeAttr(), addClass(), toggleClass(), and removeClass() methods.</description>
 <link>http://coursesweb.net/jquery/add-change-remove-attribute-jquery</link>
 <category domain="http://coursesweb.net/jquery/jquery-course">jQuery Course</category>
 <guid>http://coursesweb.net/jquery/add-change-remove-attribute-jquery</guid>
 <pubDate>Wed, 26 Oct 2011 18:58:38 +0300</pubDate>
 </item>
 <item>
 <title>Register Events to elements included with jQuery ajax</title>
 <description>How to Register Events to elements included into the page with jQuery ajax. jQuery course.</description>
 <link>http://coursesweb.net/jquery/register-events-elements-included-ajax</link>
 <category domain="http://coursesweb.net/jquery/jquery-course">jQuery Course</category>
 <guid>http://coursesweb.net/jquery/register-events-elements-included-ajax</guid>
 <pubDate>Sat, 15 Oct 2011 15:58:38 +0300</pubDate>
 </item>
 <item>
 <title>PHP PDO - Introduction and Connecting to Databases</title>
 <description>Introduction to PHP PDO, Connecting to various databases, MySQL, PostgreSQL, SQLite, Firebird. This tutorial is followed by other lessons about PHP PDO.</description>
 <link>http://coursesweb.net/php-mysql/pdo-introduction-connection-database</link>
 <category domain="http://coursesweb.net/php-mysql/">PHP-MYSQL Course</category>
 <guid>http://coursesweb.net/php-mysql/pdo-introduction-connection-database</guid>
 <pubDate>Sat, 08 Oct 2011 17:58:38 +0300</pubDate>
 </item>
 <item>
 <title>Add and Delete options in Select list using JavaScript</title>
 <description>JS tutorial that presents an object with methods to Add and Delete options in a Select drop down list using JavaScript.</description>
 <link>http://coursesweb.net/javascript/add-delete-options-select-list_t</link>
 <category domain="http://coursesweb.net/javascript/">JavaScript Course</category>
 <guid>http://coursesweb.net/javascript/add-delete-options-select-list_t</guid>
 <pubDate>Thu, 29 Sep 2011 10:58:38 +0300</pubDate>
 </item>
 <item>
 <title>Contact Form, PHP - AJAX Script</title>
 <description>Contact Form script, created with PHP and AJAX, include PHPMailer class, can send email with the PHP mail() function or via a GMail account.</description>
 <link>http://coursesweb.net/php-mysql/contact-form-php-ajax-script_s2</link>
 <category domain="http://coursesweb.net/php-mysql/">PHP-MYSQL Course</category>
 <guid>http://coursesweb.net/php-mysql/contact-form-php-ajax-script_s2</guid>
 <pubDate>Thu, 01 Sep 2011 17:58:38 +0300</pubDate>
 </item>
 <item>
 <title>Pagination Class - Script to paginate content</title>
 <description>PHP Pagination class, script to paginate contents from MySQL table, from Array, or to paginate a string with large text content.</description>
 <link>http://coursesweb.net/php-mysql/pagination-class-script_s2</link>
 <category domain="http://coursesweb.net/php-mysql/">PHP-MYSQL Course</category>
 <guid>http://coursesweb.net/php-mysql/pagination-class-script_s2</guid>
 <pubDate>Mon, 29 Aug 2011 17:58:38 +0300</pubDate>
 </item>
 <item>
 <title>Script users Register, Login, Online</title>
 <description>Script Users Register, Login and shows Online users, Free PHP - MySQL - Ajax Users Script with many security options.</description>
 <link>http://coursesweb.net/php-mysql/register-login-script-users-online_s2</link>
 <category domain="http://coursesweb.net/php-mysql/">PHP-MYSQL Course</category>
 <guid>http://coursesweb.net/php-mysql/register-login-script-users-online_s2</guid>
 <pubDate>Sun, 21 Aug 2011 16:28:38 +0300</pubDate>
 </item>
 <item>
 <title>MySQL INNER JOIN, LEFT JOIN, RIGHT JOIN</title>
 <description>MySQL JOIN Tutorial, examples with Left Join, Right Join, and Inner Join.</description>
 <link>http://coursesweb.net/php-mysql/mysql-inner-left-join-right-join_t</link>
 <category domain="http://coursesweb.net/php-mysql/">PHP-MYSQL Course</category>
 <guid>http://coursesweb.net/php-mysql/mysql-innerjoin-left-join-right-join_t</guid>
 <pubDate>Sun, 14 Aug 2011 12:28:38 +0300</pubDate>
 </item>
 <item>
 <title>Multiple Select Dropdown List with AJAX</title>
 <description>Multiple Select Dropdown List with AJAX, and how to use it to create triple select option lists with data from MySQL table.</description>
 <link>http://coursesweb.net/ajax/multiple-select-dropdown-list-ajax_t</link>
 <category domain="http://coursesweb.net/ajax/">AJAX Course</category>
 <guid>http://coursesweb.net/ajax/multiple-select-dropdown-list-ajax_t</guid>
 <pubDate>Tue, 19 Jul 2011 18:18:38 +0300</pubDate>
 </item>
 <item>
 <title>Drag and Drop with jQuery UI</title>
 <description>Tutorial Drag and Drop with jQuery UI, how to use the draggable and droppable methods and some of their options, dragging elements.</description>
 <link>http://coursesweb.net/jquery/drag-drop</link>
 <category domain="http://coursesweb.net/jquery/jquery-course">jQuery Course</category>
 <guid>http://coursesweb.net/jquery/drag-drop</guid>
 <pubDate>Mon, 11 Jul 2011 16:18:38 +0300</pubDate>
 </item>
 <item>
 <title>jQuery get XML data</title>
 <description>How to get XML data with jQuery ajax(), parse and display XML data with jQuery.</description>
 <link>http://coursesweb.net/jquery/jquery-xml</link>
 <category domain="http://coursesweb.net/jquery/jquery-course">jQuery Course</category>
 <guid>http://coursesweb.net/jquery/jquery-xml</guid>
 <pubDate>Sun, 03 Jul 2011 08:18:38 +0300</pubDate>
 </item>
 <item>
 <title>jQuery Course</title>
 <description>Free jQuery course and tutorials and practical examples, jQuery tutorials for beginners.</description>
 <link>http://coursesweb.net/jquery/jquery-course</link>
 <category domain="http://coursesweb.net/javascript/">JavaScript Course</category>
 <guid>http://coursesweb.net/jquery/jquery-course</guid>
 <pubDate>Sat, 25 Jun 2011 15:18:38 +0300</pubDate>
 </item>
 <item>
 <title>HTM5 canvas Tutorial</title>
 <description>HTML5 Canvas Tutorial, Drawing with HTML5, canvas and JavaScript, add text, gradient colors, transparency, image.</description>
 <link>http://coursesweb.net/html/html5-canvas_t</link>
 <category domain="http://coursesweb.net/html/tutorials_t">HTML tutorials</category>
 <guid>http://coursesweb.net/html/html5-canvas_t</guid>
 <pubDate>Thu, 16 Jun 2011 15:18:38 +0300</pubDate>
 </item>
 <item>
 <title>Multiple upload files</title>
 <description>Ajax Script, Multiple upload files by adding multiple uploading input fields in the form. Script uploading multiple files.</description>
 <link>http://coursesweb.net/ajax/multiple-upload-files_t</link>
 <category domain="http://coursesweb.net/ajax/tutorials_t">Ajax tutorials</category>
 <guid>http://coursesweb.net/ajax/multiple-upload-files_t</guid>
 <pubDate>Sun, 12 Jun 2011 17:18:38 +0300</pubDate>
 </item>
 <item>
 <title>Send XML data from ActionScript to a PHP script</title>
 <description>Sending XML data from ActionScript to a PHP script on server, transfer XML to PHP.</description>
 <link>http://coursesweb.net/flash/xml-actionscript-php-script_t</link>
 <category domain="http://coursesweb.net/flash/tutorials_t">Flash - AS3 tutorials</category>
 <guid>http://coursesweb.net/flash/xml-actionscript-php-script_t</guid>
 <pubDate>Sat, 04 Jun 2011 07:08:38 +0300</pubDate>
 </item>
 <item>
 <title>Loading XML Data in AS3, Traversing XML Trees</title>
 <description>Loading XML Data from external file in AS3, Traversing XML Trees with for each..in loop.</description>
 <link>http://coursesweb.net/actionscript/xml-loading-traversing</link>
 <category domain="http://coursesweb.net/actionscript/lessons-as3">ActionScript 3.0 course</category>
 <guid>http://coursesweb.net/actionscript/xml-loading-traversing</guid>
 <pubDate>Tue, 31 May 2011 18:08:38 +0300</pubDate>
 </item>
 <item>
 <title>OOP - Classes and objects - Create Class</title>
 <description>OOP - Object Oriented Programming, define Classes in AS3, package, constructor and accessor methods. Create instances, class objects.</description>
 <link>http://coursesweb.net/actionscript/oop-classes-objects</link>
 <category domain="http://coursesweb.net/actionscript/lessons-as3">ActionScript 3.0 course</category>
 <guid>http://coursesweb.net/actionscript/oop-classes-objects</guid>
 <pubDate>Sun, 22 May 2011 20:08:38 +0300</pubDate>
 </item>
 <item>
 <title>Creating Functions in ActionScript</title>
 <description>How to create and use functions in ActionScript, calling functions with or without parameters, return statement and return data type.</description>
 <link>http://coursesweb.net/actionscript/creating-functions</link>
 <category domain="http://coursesweb.net/actionscript/lessons-as3">ActionScript 3.0 course</category>
 <guid>http://coursesweb.net/actionscript/creating-functions</guid>
 <pubDate>Mon, 16 May 2011 17:08:38 +0300</pubDate>
 </item>
 <item>
 <title>A simple script ActionScript 3</title>
 <description>Create a simple script with ActionScript 3, add a text and a square in a Flash presentation with AS3 code.</description>
 <link>http://coursesweb.net/actionscript/simple-script-actionscript</link>
 <category domain="http://coursesweb.net/actionscript/lessons-as3">ActionScript 3.0 course</category>
 <guid>http://coursesweb.net/actionscript/simple-script-actionscript</guid>
 <pubDate>Wed, 11 May 2011 10:08:38 +0300</pubDate>
 </item>
 <item>
 <title>Add sounds and audio effects in Flash</title>
 <description>Adding sounds in a Flash presentation, options for creating simple audio effects and settings for compression.</description>
 <link>http://coursesweb.net/flash/sounds-audio-effects-flash</link>
 <category domain="http://coursesweb.net/flash/">Flash course</category>
 <guid>http://coursesweb.net/flash/sounds-audio-effects-flash</guid>
 <pubDate>Sat, 07 May 2011 15:28:38 +0300</pubDate>
 </item>
 <item>
 <title>Overlapping, Alignment and Rotation</title>
 <description>Various options for arranging objects in the stage, overlapping, alignment, rotation in Adobe Flash.</description>
 <link>http://coursesweb.net/flash/overlapping-alignment-rotation</link>
 <category domain="http://coursesweb.net/flash/">Flash course</category>
 <guid>http://coursesweb.net/flash/overlapping-alignment-rotation</guid>
 <pubDate>Sat, 30 Apr 2011 14:08:38 +0300</pubDate>
 </item>
 <item>
 <title>Count the number of downloads and accesses</title>
 <description>PHP class to count the number of downloads and accesses of files or other elements.</description>
 <link>http://coursesweb.net/php-mysql/count-number-downloads-accesses_t</link>
 <category domain="http://coursesweb.net/php-mysql/">PHP-MySQL course</category>
 <guid>http://coursesweb.net/php-mysql/count-number-downloads-accesses_t</guid>
 <pubDate>Thu, 21 Apr 2011 20:48:38 +0300</pubDate>
 </item>
 <item>
 <title>Simple Flash animation, Save, Export</title>
 <description>How to create a simple Flash animation in a few movements. Save, open and export Flash content in SWF format. Embedding the animation in a web page.</description>
 <link>http://coursesweb.net/flash/simple-flash-animation-save-export</link>
 <category domain="http://coursesweb.net/flash/">Flash course</category>
 <guid>http://coursesweb.net/flash/simple-flash-animation-save-export</guid>
 <pubDate>Mon, 18 Apr 2011 15:48:38 +0300</pubDate>
 </item>
 <item>
 <title>HTML object tag</title>
 <description>How to embed media content (such as an image, Java applet, movie, audio, SWF Flash, PDF files, or even another HTML file) on a web page. Adding Param properties to object element.</description>
 <link>http://coursesweb.net/html/object-tag</link>
 <category domain="http://coursesweb.net/php-mysql/">HTML course</category>
 <guid>http://coursesweb.net/html/object-tag</guid>
 <pubDate>Wed, 13 Apr 2011 16:48:38 +0300</pubDate>
 </item>
 <item>
 <title>HTML Hyperlinks - Links</title>
 <description>Adding Hyperlinks in an HTML document, create Links in a Web page, A tag.</description>
 <link>http://coursesweb.net/html/hyperlinks-links</link>
 <category domain="http://coursesweb.net/php-mysql/">HTML course</category>
 <guid>http://coursesweb.net/html/hyperlinks-links</guid>
 <pubDate>Sat, 09 Apr 2011 16:48:38 +0300</pubDate>
 </item>
 <item>
 <title>PHP XML DOM</title>
 <description>Creating XML documents with PHP XML DOM (Document Object Model), DomDocument object, read and modify data in XML documents.</description>
 <link>http://coursesweb.net/php-mysql/php-xml-dom</link>
 <category domain="http://coursesweb.net/php-mysql/">PHP-MySQL course</category>
 <guid>http://coursesweb.net/php-mysql/php-xml-dom</guid>
 <pubDate>Tue, 05 Apr 2011 08:28:38 +0300</pubDate>
 </item>
 <item>
 <title>PHP OOP - Inheritance, class extends</title>
 <description>Inheritance, learn how to extend a class, create subclasses (child classes) that inherit all of the public and protected methods from a parent class. Overriding methods.</description>
 <link>http://coursesweb.net/php-mysql/php-oop-inheritance-class-extends</link>
 <category domain="http://coursesweb.net/php-mysql/">PHP-MySQL course</category>
 <guid>http://coursesweb.net/php-mysql/php-oop-inheritance-class-extends</guid>
 <pubDate>Thu, 31 Mar 2011 14:28:38 +0300</pubDate>
 </item>
 <item>
 <title>MySQL Aliases and Functions</title>
 <description>Using MySQL Aliases and functions, text, numeric / Mathematical, and date and time functions.</description>
 <link>http://coursesweb.net/php-mysql/mysql-aliases-functions</link>
 <category domain="http://coursesweb.net/php-mysql/">PHP-MySQL course</category>
 <guid>http://coursesweb.net/php-mysql/mysql-aliases-functions</guid>
 <pubDate>Mon, 28 Mar 2011 14:28:38 +0300</pubDate>
 </item>
 <item>
 <title>PHP MySQL - INSERT INTO</title>
 <description>Insert data in MySQL table with MySQLi object, INSERT INTO query. Insert data from a form into a database.</description>
 <link>http://coursesweb.net/php-mysql/php-mysql-insert</link>
 <category domain="http://coursesweb.net/php-mysql/">PHP-MySQL course</category>
 <guid>http://coursesweb.net/php-mysql/php-mysql-insertinto</guid>
 <pubDate>Thu, 24 Mar 2011 15:28:38 +0300</pubDate>
 </item>
 <item>
 <title>RegExp - Regular Expressions</title>
 <description>RegExp patterns - Regular Expressions. Examples with preg_match, preg_match_all, and preg_replace functions for string matching and string substituting operations.</description>
 <link>http://coursesweb.net/php-mysql/regexp-regular-expressions</link>
 <category domain="http://coursesweb.net/php-mysql/">PHP-MySQL course</category>
 <guid>http://coursesweb.net/php-mysql/regexp-regular-expressions</guid>
 <pubDate>Sun, 20 Mar 2011 15:28:38 +0300</pubDate>
 </item>
 <item>
 <title>Uploading multiple files</title>
 <description>How to upload multiple files in the same time. PHP tutorial and script, Uploading multiple files, ...</description>
 <link>http://coursesweb.net/php-mysql/uploading-multiple-files_t</link>
 <category domain="http://coursesweb.net/php-mysql/tutorials_t">PHP-MySQL tutorials</category>
 <guid>http://coursesweb.net/php-mysql/uploading-multiple-files_t</guid>
 <pubDate>Tue, 15 Mar 2011 16:28:38 +0300</pubDate>
 </item>
 <item>
 <title>PHP functions</title>
 <description>Creating and using your own functions with or without parameters, calling functions, the return statement, recursive functions.</description>
 <link>http://coursesweb.net/php-mysql/functions</link>
 <category domain="http://coursesweb.net/php-mysql/">PHP-MySQL course</category>
 <guid>http://coursesweb.net/php-mysql/functions</guid>
 <pubDate>Sat, 12 Mar 2011 18:28:38 +0300</pubDate>
 </item>
 <item>
 <title>PHP Arrays</title>
 <description>Creating Numeric (indexed) Arrays and Associative arrays. Accessing, modifying and traversing array elements.</description>
 <link>http://coursesweb.net/php-mysql/arrays</link>
 <category domain="http://coursesweb.net/php-mysql/">PHP-MySQL course</category>
 <guid>http://coursesweb.net/php-mysql/arrays</guid>
 <pubDate>Thu, 10 Mar 2011 18:28:38 +0300</pubDate>
 </item>
 <item>
 <title>Using HTML Forms</title>
 <description>Using HTML Forms, PHP form handling, get data sent from form fields through GET and POST method, form validation.</description>
 <link>http://coursesweb.net/php-mysql/using-html-forms</link>
 <category domain="http://coursesweb.net/php-mysql/">PHP-MySQL course</category>
 <guid>http://coursesweb.net/php-mysql/using-html-forms</guid>
 <pubDate>Tue, 08 Mar 2011 16:28:38 +0300</pubDate>
 </item>
 <item>
 <title>PHP Strings</title>
 <description>Working with strings, using simple and double quotes, escaping quotes and other characters, concatenating strings, some functions for strings.</description>
 <link>http://coursesweb.net/php-mysql/strings</link>
 <category domain="http://coursesweb.net/php-mysql/">PHP-MySQL course</category>
 <guid>http://coursesweb.net/php-mysql/strings</guid>
 <pubDate>Sat, 05 Mar 2011 13:28:38 +0300</pubDate>
 </item>
 <item>
 <title>Variables and Data Types</title>
 <description>Learn about Variables, values and Data Types in PHP: boolean, integer, float, string, array, object, Resource, null.</description>
 <link>http://coursesweb.net/php-mysql/variables-data-types</link>
 <category domain="http://coursesweb.net/php-mysql/">PHP-MySQL course</category>
 <guid>http://coursesweb.net/php-mysql/variables-data-types</guid>
 <pubDate>Thu, 03 Mar 2011 11:28:38 +0300</pubDate>
 </item>
 <item>
 <title>Display and Visibility</title>
 <description>Learn how to Display a HTML element, inline, block, or to hide its Visibility in the web page.</description>
 <link>http://coursesweb.net/css/display-visibility</link>
 <category domain="http://coursesweb.net/css/">CSS course</category>
 <guid>http://coursesweb.net/css/display-visibility</guid>
 <pubDate>Sun, 27 Feb 2011 12:28:38 +0300</pubDate>
 </item>
 <item>
 <title>Creating style sheets</title>
 <description>Creating style sheets in the HTML document and external css file, import style sheets, adds comments.</description>
 <link>http://coursesweb.net/css/creating-style-sheets</link>
 <category domain="http://coursesweb.net/css/">CSS course</category>
 <guid>http://coursesweb.net/css/creating-style-sheets</guid>
 <pubDate>Tue, 22 Feb 2011 12:18:38 +0300</pubDate>
 </item>
 <item>
 <title>Sending data with GET and POST in the same request</title>
 <description>Sending data to a PHP script, with GET and POST togeter, in the same request.</description>
 <link>http://coursesweb.net/ajax/get-post</link>
 <category domain="http://coursesweb.net/ajax/">Ajax course</category>
 <guid>http://coursesweb.net/ajax/get-post</guid>
 <pubDate>Thu, 17 Feb 2011 20:18:38 +0300</pubDate>
 </item>
 <item>
 <title>Flash CS5 - ActionScript 3 Online Video Course and Tutorials</title>
 <description>Watch free Adobe Flash CS5 and ActionScript 3.0 Video Course and Tutorials, learn Flash and ActionScript 3 with online video lessons.</description>
 <link>http://coursesweb.net/flash/video-tutorials_t2</link>
 <category domain="http://coursesweb.net/flash/">Flash CS5 and ActionScript 3 Course</category>
 <guid>http://coursesweb.net/flash/video-tutorials_t2</guid>
 <pubDate>Mon, 14 Feb 2011 16:18:38 +0300</pubDate>
 </item>
 <item>
 <title>PHP MySQL Online Video Course and Tutorials</title>
 <description>Watch PHP MySQL Video Course and Tutorials, learn PHP-MySQL from the basics to advanced with online video lessons.</description>
 <link>http://coursesweb.net/php-mysql/video-tutorials_t2</link>
 <category domain="http://coursesweb.net/php-mysql/">PHP-MySQL Course</category>
 <guid>http://coursesweb.net/php-mysql/video-tutorials_t2</guid>
 <pubDate>Sat, 12 Feb 2011 16:18:38 +0300</pubDate>
 </item>
 <item>
 <title>JavaScript code and PHP</title>
 <description>This lesson shows you how to combine JavaScript code with PHP, to create JS scripts that use server side data.</description>
 <link>http://coursesweb.net/javascript/javascript-code-php</link>
 <category domain="http://coursesweb.net/javascript/">JavaScript Course</category>
 <guid>http://coursesweb.net/javascript/javascript-code-php</guid>
 <pubDate>Tue, 08 Feb 2011 14:18:38 +0300</pubDate>
 </item>
 <item>
 <title>Cookies</title>
 <description>Using Cookies, creating, reading and deleting cookies. Working in JavaScript with data from cookie.</description>
 <link>http://coursesweb.net/javascript/cookies</link>
 <category domain="http://coursesweb.net/javascript/">JavaScript Course</category>
 <guid>http://coursesweb.net/javascript/cookies</guid>
 <pubDate>Mon, 07 Feb 2011 07:18:38 +0300</pubDate>
 </item>
 <item>
 <title>anchor and link object</title>
 <description>JS HTML DOM objects, anchor and link; represent an HTML hyperlin tag. Properties, methods and examples.</description>
 <link>http://coursesweb.net/javascript/anchor-link-object</link>
 <category domain="http://coursesweb.net/javascript/">JavaScript Course</category>
 <guid>http://coursesweb.net/javascript/anchor-link-object</guid>
 <pubDate>Sat, 05 Feb 2011 08:18:38 +0300</pubDate>
 </item>
 <item>
 <title>Document Object - DOM</title>
 <description>DOM, Document Object Model, accessing and using the DOM with JavaScript. Document object properties and methods.</description>
 <link>http://coursesweb.net/javascript/document-object-dom</link>
 <category domain="http://coursesweb.net/javascript/">JavaScript Course</category>
 <guid>http://coursesweb.net/javascript/document-object-dom</guid>
 <pubDate>Tue, 01 Feb 2011 09:18:58 +0300</pubDate>
 </item>
 <item>
 <title>JavaScript Arrays</title>
 <description>Array object, creating and using arrays in JavaScript. Properties and methods of the array object.</description>
 <link>http://coursesweb.net/javascript/arrays</link>
 <category domain="http://coursesweb.net/javascript/">JavaScript Course</category>
 <guid>http://coursesweb.net/javascript/arrays</guid>
 <pubDate>Sun, 30 Jan 2011 12:28:58 +0300</pubDate>
 </item>
 <item>
 <title>CSS Online Video Course and Tutorials</title>
 <description>Watch CSS Video Course and Tutorials, learn CSS with online video lessons.</description>
 <link>http://coursesweb.net/css/video-tutorials_t2</link>
 <category domain="http://coursesweb.net/css/">CSS Course</category>
 <guid>http://coursesweb.net/css/video-tutorials_t2</guid>
 <pubDate>Thu, 27 Jan 2011 18:28:58 +0300</pubDate>
 </item>
 <item>
 <title>Download JavaScript resources</title>
 <description>Free Download JavaScript resources, pdf ebooks, video tutorials and courses for learning JavaScript.</description>
 <link>http://coursesweb.net/javascript/download_l2</link>
 <category domain="http://coursesweb.net/javascript/">JavaScript Course</category>
 <guid>http://coursesweb.net/javascript/download_l2</guid>
 <pubDate>Tue, 18 Jan 2011 10:58:58 +0300</pubDate>
 </item>
 <item>
 <title>DIV and SPAN</title>
 <description>About DIV and SPAN HTML tags. How to use and work with DIV, SPAN and CSS.</description>
 <link>http://coursesweb.net/html/div-span</link>
 <category domain="http://coursesweb.net/html/">HTML Course</category>
 <guid>http://coursesweb.net/html/div-span</guid>
 <pubDate>Mon, 17 Jan 2011 10:58:58 +0300</pubDate>
 </item>
 <item>
 <title>Using Frames</title>
 <description>Working with frames in HTML, using FRAME, FRAMESET and IFRAME.</description>
 <link>http://coursesweb.net/html/using-frames</link>
 <category domain="http://coursesweb.net/html/">HTML Course</category>
 <guid>http://coursesweb.net/html/using-frames</guid>
 <pubDate>Mon, 17 Jan 2011 10:48:58 +0300</pubDate>
 </item>
 <item>
 <title>Download Adobe Flash and ActionScript 3 resources</title>
 <description>Here you will find links to pages where you can download for free: the Adobe Flash CS5 aplication, and various resources to learn Adobe Flash and ActionScript 3.0.</description>
 <link>http://coursesweb.net/flash/download_l2</link>
 <category domain="http://coursesweb.net/flash/">Adobe Flash - ActionScript 3</category>
 <guid>http://coursesweb.net/flash/download_l2</guid>
 <pubDate>Sun, 16 Jan 2011 18:58:58 +0300</pubDate>
 </item>
 <item>
 <title>JavaScript Syntax</title>
 <description>About JavaScript code and syntax. How to write a simple JS code in the HTML page and external file.</description>
 <link>http://coursesweb.net/javascript/javascript-syntax</link>
 <category domain="http://coursesweb.net/javascript/">JavaScript</category>
 <guid>http://coursesweb.net/javascript/javascript-syntax</guid>
 <pubDate>Wed, 12 Jan 2011 18:58:58 +0300</pubDate>
 </item>
 <item>
 <title>The basic HTML elements</title>
 <description>The basic HTML elements, HEAD, BODY, the general structure of a HTML document.</description>
 <link>http://coursesweb.net/html/basic-html-elements</link>
 <category domain="http://coursesweb.net/html/">HTML</category>
 <guid>http://coursesweb.net/html/basic-html-elements</guid>
 <pubDate>Wed, 12 Jan 2011 18:58:48 +0300</pubDate>
 </item>
 <item>
 <title>Web courses HTML CSS PHP-MySQL JavaScript Ajax Flash</title>
 <description>Free online courses for those who are interested in web programing, web design and sites building, you`l find on this site free PHP, MySQL, CSS, HTML, JavaScript, Ajax and Adobe Flash lessons.</description>
 <link>http://coursesweb.net/</link>
 <category domain="http://coursesweb.net/">CoursesWeb.net</category>
 <guid>http://coursesweb.net/</guid>
 <pubDate>Tue, 11 Jan 2011 15:58:48 +0300</pubDate>
 </item>
 <item>
 <title>PHP MySQL Courses - Free lessons</title>
 <description>- This course starts from the most simple, explaining the operation of the PHP language, and then move on to detail how to create PHP programs, removing evidence in small details, but important, such as how to load the PHP script, and to the final approach more complex items, such as SQL commands, working with MySQL database, using classes and Object Oriented Programming in PHP. 
The lessons covered in this course approach in a manner easy and intuitive concepts used in the program and the specific PHP language, with numerous examples that make it easier and more understanding to learn PHP.</description>
 <link>http://coursesweb.net/php-mysql/</link>
 <category domain="http://coursesweb.net/php-mysql/">PHP MySQL</category>
 <guid>http://coursesweb.net/php-mysql/</guid>
 <pubDate>Tue, 11 Jan 2011 15:54:49 +0300</pubDate>
 </item>
 <item>
 <title>HTML Course</title>
 <description>- Lessons from which you can learn HTML, the main language used to create sites. 
Even if there are several programs WYSIWYG with whom you can build Web pages without knows this language is still good to have even basic knowledge about HTML. Thus you can make easily with a professional appearance own page on the Internet.</description>
 <link>http://coursesweb.net/html/</link>
 <category domain="http://coursesweb.net/html/">HTML</category>
 <guid>http://coursesweb.net/html/</guid>
 <pubDate>Tue, 11 Jan 2011 15:44:50 +0300</pubDate>
 </item>
 <item>
 <title>CSS Course - Cascading Style Sheets</title>
 <description>- This course of initiation in CSS includes lessons and tutorials from which you can learn the basics of style sheets, the main properties and the use of CSS technology in creating web pages.</description>
 <link>http://coursesweb.net/css/</link>
 <category domain="http://coursesweb.net/css/">CSS</category>
 <guid>http://coursesweb.net/css/</guid>
 <pubDate>Tue, 11 Jan 2011 15:34:50 +0300</pubDate>
 </item>
 <item>
 <title>JavaScript course</title>
 <description>If your aim is to create websites, to become a professional webmaster, it is advisable to know JavaScript too. 
This course is a good start for the beginners, it offers the necessary elements of learning JavaScript language and working with it.</description>
 <link>http://coursesweb.net/javascript/</link>
 <category domain="http://coursesweb.net/javascript/">JavaScript</category>
 <guid>http://coursesweb.net/javascript/</guid>
 <pubDate>Tue, 11 Jan 2011 15:24:51 +0300</pubDate>
 </item>
 <item>
 <title>Ajax Course</title>
 <description>The main thing that Ajax is used it is to navigate through the contents of a website or sending data to the server without being recharged browser window or open another.
The Ajax course from this site explains the basics, with examples for beginners in using Ajax, the main methods of application and using it in the pages of a website.</description>
 <link>http://coursesweb.net/ajax/</link>
 <category domain="http://coursesweb.net/ajax/">Ajax</category>
 <guid>http://coursesweb.net/ajax/</guid>
 <pubDate>Tue, 11 Jan 2011 14:59:51 +0300</pubDate>
 </item>
 <item>
 <title>Adobe Flash</title>
 <description>Flash is an application that can create and develop multimedia elements (audio, video), text content, graphic effects, animation and even games, mostly used for Web pages.
The Flash course on this site is free and is targeted primarily for beginners, contains tutorials and introductory lessons for those who are beginning the study of learning to create Flash documents.</description>
 <link>http://coursesweb.net/flash/</link>
 <category domain="http://coursesweb.net/flash/">Adobe Flash</category>
 <guid>http://coursesweb.net/flash/</guid>
 <pubDate>Tue, 11 Jan 2011 14:58:51 +0300</pubDate>
 </item>
</channel>
</rss>