Tutorial series for beginning and novice developers
From Joomla! Documentation
(Difference between revisions)
m |
(→Introduction) |
||
| Line 7: | Line 7: | ||
All the information contained in this tutorials are meant to be useful for the creation of new web developers in general and not only for Joomla developers. Feel free to use this tutorials as reference information for web development in general, all you learn here is useful and will help you to grow as a future professional of the web development. | All the information contained in this tutorials are meant to be useful for the creation of new web developers in general and not only for Joomla developers. Feel free to use this tutorials as reference information for web development in general, all you learn here is useful and will help you to grow as a future professional of the web development. | ||
| − | # [[Setting up your workstation for | + | # [[Setting up your workstation for web development]]. A similar step-by-step guide for general PHP development environment (with some more choices and info). |
# [[Basic Internet communications tutorial]]: This is a very basic and straightforward tutorial to understand how computers transmit information on Internet. | # [[Basic Internet communications tutorial]]: This is a very basic and straightforward tutorial to understand how computers transmit information on Internet. | ||
# [[Basic HTML tutorial]]: This is a very basic and straightforward tutorial to learn how to deal with HTML. | # [[Basic HTML tutorial]]: This is a very basic and straightforward tutorial to learn how to deal with HTML. | ||
Revision as of 09:15, 16 October 2012
| This article or section is in the process of an expansion or major restructuring. You are welcome to assist in its construction by editing it as well. If this article or section has not been edited in several days, please remove this template. This article was last edited by Enav (talk| contribs) 7 months ago. (Purge) |
Introduction
This document contains information meant to be use to help raise new potential web developers almost from scratch, this document could also be a good source of knowledge reinforcement for novice web developers. The following sections contains series of tutorials organized in a logical way to provide progressive and coherent steps in the learning process of begging and novice web developers.
All the information contained in this tutorials are meant to be useful for the creation of new web developers in general and not only for Joomla developers. Feel free to use this tutorials as reference information for web development in general, all you learn here is useful and will help you to grow as a future professional of the web development.
- Setting up your workstation for web development. A similar step-by-step guide for general PHP development environment (with some more choices and info).
- Basic Internet communications tutorial: This is a very basic and straightforward tutorial to understand how computers transmit information on Internet.
- Basic HTML tutorial: This is a very basic and straightforward tutorial to learn how to deal with HTML.
- Basic CSS tutorial: This is a very basic and straightforward tutorial to learn how to deal with cascading style sheets (CSS).
- Basic Javascript tutorial: This is a very basic and straightforward tutorial to learn how to deal with javascript.
- Basic PHP tutorial: This is a very basic and straightforward tutorial to learn how to deal with PHP.
- Basic SQL tutorial: This is a very basic and straightforward tutorial to learn how to deal with SQL.
- Basic XML tutorial: This is a very basic and straightforward tutorial to learn how to deal with XML.
- Basic AJAX tutorial: This is a very basic and straightforward tutorial to learn how to deal with AJAX.
- Basic JSON tutorial: This is a very basic and straightforward tutorial to learn how to deal with JSON.
- Basic JQuery tutorial: This is a very basic and straightforward tutorial to learn how to deal with Jquery.
- Basic Mootools tutorial: This is a very basic and straightforward tutorial to learn how to deal with Mootools.
- Basic LESS tutorial: This is a very basic and straightforward tutorial to learn how to deal with LESS CSS pre-processor.