User

Difference between revisions of "Enav"

From Joomla! Documentation

 
Line 1: Line 1:
{{RightTOC}}
+
Hi my name is Edric Navarro (enav) I'm a big fan of opensource projects and love most things behin the Joomla world, i spend most of the time on IRC doing random rants/jokes and helping lot of people there.
  
Welcome to Joomla!, a leading open source Content Management System (CMS) platform. Joomla! is a well-tested, extensible and effective tool supported by a very active and friendly community of developers and users.
+
Since I'm not a expert PHP developer yet (working on it...) I'm here to give some needed love to the Joomla docs making them more simple and easy to read for beginners and providing more examples and practical tutorials and docs for developers.
  
This page contain several articles to quickly help you understand the basics of Joomla!, and be able to create basic Joomla! sites in a short time.
+
== My Incubation box ==
  
== What is Joomla!? ==
+
This is the place i incubate some of the docs I'm working on before propose them or push them to the final wiki `pages.
  
If you are from the old school you may think that web sites still works using a bunch of linked HTML files, not anymore, Welcome to century XXI! modern websites runs over Content Management Systems (CMS), this systems runs using dynamic languages like PHP and  databases like MySQL databases, this way a CMS can store and manage huge amount of data like thousand of news articles articles.
+
[[User:Enav/Beginners]]
  
Joomla! is a very flexible CMS that runs on PHP that uses MySQL databases to store the data and let you create websites with dynamic content that will change and adjust to the context or the configuration parameters you provide.
+
== My Bookmarks ==
  
== Play with it ==
+
* Chunk:Community contacts
  
Do you want to get started with Joomla!, but you have no idea where to begin? If so, you have come to the right place. The fastest way to learn about Joomla! is to start paying with it right now. Visit the demo page and take few minutes to see the demo content and play with the configurations.
+
== Notes and TODOs ==
  
Yes right here---> [http://demo.Joomla.org/ Joomla! demo page]
+
* update: http://docs.joomla.org/Extension_types_(general_definitions)
 
 
The first 2 term you need to learn are "Frontend" and "Backend", the Frontent is the part that shows your site content and all the funny stuff and the Backend is the part that contains the configuration views and it is also the place where you normally manage (create, edit, update) your content. To access to your Joomla! site Backend you just need to add the "/administrators" to your Joomla! site path in the browser address bar i.e.:
 
 
 
www.example.com/adminisrator
 
 
 
Now that you know how Joomla! looks and feel in the frontend and backend is time to you to learn what kind of magic you can do with this new tool of yours.
 
 
 
Note: On the demo page you can chose to use a free trial hosting account, when the trial period expired if you chose to contract a paid hosting  account with them, the Joomla! Project will receive a royalty for the transaction, consider this option if you would like to support the project.
 
 
 
== What can i do with it? ==
 
 
 
Joomla! is a CMS, a system to manage content, To make a small analogy you can [[How_Joomla!_compares_to_an_operating_system | compare Joomla! with a computer operative system]], for example, on your computer the operative system manages the resources of your computer, also you can install applications to do more things on your computer, in this order of ideas Joomla! is the one who is in charge to manage the data and you can install "extensions" to extend and enhance the functions of Joomla!.
 
 
 
Joomla! comes by default with a bunch of extensions pre-installed and pre-configured to make Joomla! works as a News website, but you can manually configure your Joomla! site to easily make it works as a:
 
 
 
* Blog site
 
* Company or Government site
 
* Contact directory
 
* Simple product Catalog
 
 
 
Now if your interest is to create more complex sites like:
 
 
 
* eCommerce sites with shopping cart
 
* Support sites with forums and ticket systems
 
* News sites with paid subscription system and comment systems
 
* e-learning sites with paid subscription systems
 
 
 
Then you need to install more Joomla! extensions to make your vanilla Joomla! site work the way you need. Lots and lots of extensions are for free with no cost at all, and others are extensions commercial, this means that you need to pay a fee to have the right to use them but the normally commercial extensions comes with a tech support deals that will help you save precious time and money, and everybody knows time is gold.
 
 
Here at [http://extensions.Joomla.org/ The Joomla! Extension Directory] you have thousands of extensions to chose from, take some time to visit the directory and do few searches for the sake to get familiarized with it, you may need to use some more extensions in the future if you decide to [http://www.youtube.com/watch?v=HYtbEmO_JC4 pimp up] your Joomla! site.
 
 
 
Maybe a client or your boss is asking you for a web solution with a very specific set of requirements and the information so far does not help you to determine if Joomla! is suitable for the job, in order to help you to save some time feel free to visit the Joomla! community people and make your questions to humans at:
 
 
 
{{Chunk:Community contacts}}
 
 
 
== Understanding How Joomla! Works ==
 
 
 
To keep this introductory article as short and friendly as possible we can say that Joomla! have tow main parts, the Frontend and the Backend, as explained before the Frontend shows the site content that any visitor can see and the Backend is the administrative part that is normally restricted for users with privileges such as administrators.
 
 
 
Taking a quick look at the average website we can conclude that most of them have this basic layout:
 
 
 
* Header
 
* Main menu
 
* Main content
 
* Side content (left or right of main content)
 
* Footer
 
 
 
In Joomla! a template is the one in charge to determine the layout and disposition of those chunks of data described in the previous list, also a template is the one used to determine the font types, colors, styles and the presentation in general.
 
 
 
Now you may wonder what is used to render each of those chunks of data, and the answer is modules and components. Joomla! depends on extensions (components, modules, plugins) to render chunks of information that have certain characteristics, for example, for small and compact chunks of data like header, main menu, side content and footer Joomla! uses Modules who are meant to be use for that kind of data, but for the main content of the page that tend to be a very large and dynamic chunk of data, the element in use is the component.
 
 
 
There are several kinds of plugins and they are categorized depending on the job they do, For example, A content plugin can be used to manipulate data before it is rendered on the page, an authentication plugin is a plugin that can give you the ability to login in a Joomla! site using Google accounts or Facebook accounts.
 
 
 
In resume:
 
 
 
* Templates: Defines the site layout and visual styles.
 
* Component: Used to render large chucks of dynamic data.
 
* Modules: Used to render compact and normally static chunks of data.
 
* Plugins: They are used to extend the Joomla! functions and manipulate data.
 
 
 
Both the frontend and the backend uses templates and extensions. Is a normal thing that many Joomla! sites uses different templates on the frontend and leave the backend with the default template but you can always install a custom 3rd party template for the backend to have a different look and feel. More information about extensions [[Extension_types_(general_definitions) | Here]].
 
 
 
Note: Most developers creates extensions based on how the default administrative template looks and works you may experience bugs and visual glitches with 3rd party administrative templates, so we recommend the use of the default Joomla! administrative template, most tutorials and documentation screenshots in general are based on the default Joomla! administrative template.
 
 
 
== Installing Joomla! ==
 
 
 
If you already have a working Joomla! installation or you want to keep using the demo sites, then skip this section.
 
 
 
Now that you had enough fun playing with the Joomla! demo site you may want to go the next level and start messing around with extensions and templates to see how they do in your very own local test server or your rented web server.
 
 
 
This tutorials are targeted for non-expert audience, if you need more detailed and advanced information go to the [[developers | Developers page]].
 
 
 
* [[Installing Joomla! on a rented web server]]
 
* [[Installing Joomla! on a local web server]]
 
 
 
== Learning to Use Joomla! ==
 
 
 
Now that you have a working Joomla! site, you will want to start filling it with your own content and making it look just the way you want. Before that you need to learn how to work with Joomla!, follow the [[Getting Started with Joomla!]] tutorial.
 
 
 
If you still hungry for more information go ahead and check the the [[Complete Joomla! Guide]].
 
 
 
== Start Creating Your Joomla! Site ==
 
 
 
Now that you know the basics of Joomla! operations and configurations is time to create a real website. The following tutorials will teach you how properly set up your Joomla! installation to work in certain ways.
 
 
 
* Creating a News site with Joomla!
 
* Creating a Blog site with Joomla!
 
* Creating a Community site with Joomla!
 
* Creating an Institutional site with Joomla!
 
* Creating an eCommerce site with Joomla!
 
 
 
== Keep Your Joomla! Site Secure ==
 
 
 
Security is always a big concern on the web, to make sure you are using best security practices take a read to the following articles:
 
 
 
* [[Security Checklist]]
 
* [[Security and Performance FAQs]]
 
* [[Top 10 Stupidest Administrator Tricks]]
 
 
 
If you have any security concern or question visit the Security section of the Joomla! forums or visit the Joomla! community at:
 
 
 
{{Chunk:Community contacts}}
 
 
 
== Getting Help ==
 
 
 
The Joomla! community is composed by large groups of people from all around the world, you can get help from many ways contacting our community people at the Joomla! forums, instant messaging or social networks.
 
 
 
Follow this tips to get the best help and faster solution to most of your answers:
 
 
 
* Most common questions are already answered, do a quick internet search using short phrases. If your problem is an error, copy and paste the error message on your search to see the related search matches.
 
* Have a quick look at our [FAQs] page.
 
* If you can't find and answer, contact our community people and make your questions on the forums, IRC or the social networks, pleas be nice, give us details about your problem and Joomla! version.
 
* And hey hang around, try to help others or simply make new friends, the more people the stronger our community will be.
 
 
 
The Joomla! forums are among the busiest support forums in the world with around 1500 post each day, and they are a great place to get help, you can also meet other Joomla! users on the IRC channel or social networks.
 
 
 
{{Chunk:Community_contacts}}
 
 
 
== More ==
 
 
 
Come [[User:Enav/Beginners/more | Here]] to see some information and  archived articles.
 
 
 
 
 
[[Category:Landing Pages]]
 
[[Category:Joomla! user profiles]]
 
[[Category:Beginners]]
 

Latest revision as of 22:05, 18 March 2013

Hi my name is Edric Navarro (enav) I'm a big fan of opensource projects and love most things behin the Joomla world, i spend most of the time on IRC doing random rants/jokes and helping lot of people there.

Since I'm not a expert PHP developer yet (working on it...) I'm here to give some needed love to the Joomla docs making them more simple and easy to read for beginners and providing more examples and practical tutorials and docs for developers.

My Incubation box[edit]

This is the place i incubate some of the docs I'm working on before propose them or push them to the final wiki `pages.

User:Enav/Beginners

My Bookmarks[edit]

  • Chunk:Community contacts

Notes and TODOs[edit]