Joomla! Development for Beginners/Tutorials: Difference between revisions
From Joomla! Documentation
m adding link |
m remove duplicate line |
||
| Line 7: | Line 7: | ||
* [[Basic XML tutorial]]: This is a very basic and straightforward tutorial to learn how to deal with XML. | * [[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 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 JSON tutorial]]: This is a very basic and straightforward tutorial to learn how to deal with JSON. | ||
Revision as of 15:28, 2 June 2017
- Setting up your workstation for PHP development: Learn how to set up a brand new workstation from scratch in a semiprofessional way to start learning about PHP development in general also learn the existence of many tools that will make your work lot easier in your future as developer.* 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.