background preloader

Main Page

Setting up your workstation for Joomla! development This article provides detailed instructions for setting up your workstation for Joomla! development with Apache, PHP, xdebug, Git. Please refer to the following links for other development tools and environments: Setting up your workstation for Joomla development The article more specifically let's you contribute to the official Joomla! Install & configure XAMPP, php, Eclipse Check Out and modify Joomla! Now we are going to create a new PHP project that will contain all of the source code files for Joomla!. To do so, please see Working with git and github/My first pull request Working With Git and Github The CMS project uses the Git version control system and the CMS repository is stored on Github here: For testing and tracking changes, please refer to Git for Testers and Trackers. Extension Development For Eclipse setup information related to Joomla!

Eliminar el meta tag generator de Joomla Cuando se publica un sitio con Joomla y se revisa el código aparece una línea como la siguiente: meta name=”generator” content=”Joomla! 1.5 – Open Source Content Management. Esto es un dato importante para un posible atacante que busque pistas en nuestro sitio web. Si quieres quitar o modificar la etiqueta "generator" Joomla 1.5 haz lo siguiente: meta name = generator content= Joomla! 1.- Con una aplicación de ftp, tipo Filezilla, abre el archivo "header.php" que se encuentra en la siguiente carpeta: /libraries/joomla/document/html/renderer/head.php 2.- Elimina o comenta la siguiente línea: $strHtml .= $tab. meta name = generator content = document->getGenerator />' Para comentarla, simplemente basta con agregar dos barras al principio de la línea con lo cual se convierte en un comentario y no se ejecuta la instrucción. // $strHtml .= $tab. meta name = ...... Pista eliminada querido Watson.

Créez vos templates Joomla! avec Template Creator CK Formation Joomla, support Joomla et tutoriels vidéos Joomla - Tutoriels vidéos, News, Astuces Joomla Joomla: Installation auf einem Webserver Installation Joomla! 1.5[Bearbeiten] Am 21. Januar 2008 erschien die finale Version von Joomla 1.5. Die finale Version 1.5.1 wurde am 9. Die aktuellste Joomla! Der Joomla! Hier befindet sich noch ein Video dazu: Joomla 1.5 installieren - Step by Step Schritt 1 - Sprache auswählen[Bearbeiten] Installationssprache auswählen Die gravierendste Neuerung im Joomla! Hier die gewünschte Sprache wählen "'Weiter >> Schritt 2 - Installationsprüfung[Bearbeiten] Installationsprüfung Im zweiten Schritt prüft Joomla! Prüfung der Systemvoraussetzungen[Bearbeiten] Überprüfung der Systemvoraussetzungen Im oberen Kasten werden die Systemvoraussetzungen überprüft. Prüfung der Empfohlenen Einstellungen[Bearbeiten] Überprüfung der Empfohlenen Einstellungen Im Bereich "Empfohlene Einstellungen" werden weitere Serverfunktionen überprüft. Prüfung der Verzeichnis und Dateirechte[Bearbeiten] Schreibrechte überprüfen Wenn hier alles korrekt ist und die Dateirechte vergeben wurden, auf "Weiter" klicken. Lizenz Bestätigen Rechte

Developing a Model-View-Controller Component - Part 1 Introduction A software framework is the base of an application that can be used by a developer. The framework in Joomla! 1.5 unleashes a great deal of power for them. The scope of this project will be to develop a simple Hello World! Requirements You need Joomla! Introduction to Model-View-Controller Model The model is the part of the component that encapsulates the application's data. View The view is the part of the component that is used to render the data from the model in a manner that is suitable for interaction. Controller The controller is responsible for responding to user actions. MVC connection The simplified picture on the right depicts the basic components being used within Joomla. Part 1 of the tutorial only focuses on the Controller and the View (with the use of the Template); these are marked with the blue colour in the picture. Keep in mind that this simplified picture only applies for the site section (i.e the front-end). Joomla! In Joomla! Creating a Component Joomla! <? <? <?

Seong Yup Yoo - How to Optimize and Speed Up Joomla 1.5 Saturday, 12 July 2008 03:47 Last Updated on Monday, 18 May 2009 23:01 It's not easy for someone with minimal web optimization experience to try to optimize and speed up Joomla! I learned a lot from Yahoo! Developer Network's YSlow for Firebug website. I want to thank to developers at Yahoo! Developer Network for creating such an easy to understand website optimization article called Best Practices for Speeding Up Your Web Site and for creating website optimization too called YSlow which I will recommend using later. GoDaddy's shared hosting is slow. So, how are we going to optimize? How we will optimize & speed up Joomla! 1. 2. 3. 4. 5. 6. Requirements : I am assuming that you're on a linux server running apache web server. 1. 2. 3. 4. Now let's begin optimizing! Step 1: Learn to use FireBug & YSlow on your own. Familiarize yourself with FireBug and YSlow. Step 2: Optimize images Open you Photoshop, or Gimp, or some relatively powerful image editing software. Step 3: Optimize Javascript

14 astuces templates - Tutoriels Joomla! 2.5 - Tutoriels Joomlack pour menu, template et mootools dans Joomla! 2.5 Cet article est une traduction adaptée de l'article publié par Anthony Olsen sur nommé Fourteen secrets of Joomla! templating . C'est un article consacré aux techniques et astuces avancées pour la construction de templates Joomla!. Les techniques suivantes sont considérées par l'auteur comme des trésors ou des secrets bien gardés et font parties des notions qu'il est bon de connaitre lorsque l'on développe ses propres templates. L'idée est de pouvoir maitriser l'ensemble des éléments qui influent sur l'affichage et de pouvoir ainsi s'adapter à la plupart des situations. 1. Compatibilité Joomla! Il est parfois nécessaire de déterminer si on est sur la page d'accueil pour intégrer des styles ou des éléments spécifiques. Dans ce code on récupère l'instance du menu et on vérifie si l'item actif (celui de la page courante) est le même que l'item par défaut (celui de la page d'accueil). 2. Puis on injecte ces variables dans le corps de la page : 3. 4. 5. 6. Joomla! 7.

Language Switcher Tutorial for Joomla 1.6 This article is tagged because it NEEDS REVIEW. You can help the Joomla! Documentation Wiki by contributing to it. More pages that need help similar to this one are here. NOTE-If you feel the need is satistified, please remove this notice. The Joomla 2.5 series include a basic way to implement a multi-language site. Here is a pdf tutorial NEW! See: NEW in Joomla 1.7: Menu items may be associated in different languages. See: NEW in Joomla 1.7.1: is now included a multilanguage status administrator module. See: NEW in joomla 1.7.3 Among other improvements, now available is the possibility of not displaying the language prefix for the site default language. The "Content" tab in Language Manager The "Language" parameter etc.

Related: