<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://docs.sandbox.joomla.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Rdeutz</id>
	<title>Joomla! Documentation - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://docs.sandbox.joomla.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Rdeutz"/>
	<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/Special:Contributions/Rdeutz"/>
	<updated>2026-07-07T06:47:37Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.0</generator>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=J4.x:Setting_Up_Your_Local_Environment&amp;diff=497717</id>
		<title>J4.x:Setting Up Your Local Environment</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=J4.x:Setting_Up_Your_Local_Environment&amp;diff=497717"/>
		<updated>2018-08-03T13:39:31Z</updated>

		<summary type="html">&lt;p&gt;Rdeutz: /* Steps to setup the local environment */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;With Joomla 4 we have changed the development process, it is no longer possible to clone the repository and have a usable Joomla installation. We follow here best practices and have implemented a build process for the CMS.&lt;br /&gt;
&lt;br /&gt;
== Quick start guide ==&lt;br /&gt;
What you have to do to setup you dev environment depends on your operating system. We can not write documentation for any OS so you should answer your favorite search engine to find a HowTo. &lt;br /&gt;
&lt;br /&gt;
=== Tools you need ===&lt;br /&gt;
&lt;br /&gt;
# PHP - basically the same as you need for running a Joomla Site, but you need the PHP CLI (command line interface) Version (see the [[S:MyLanguage/Configuring_a_LAMPP_server_for_PHP_development|Configuring a LAMPP server for PHP development]] page)&lt;br /&gt;
# Composer - for managing Joomla&#039;s PHP Dependencies - for help installing Composer read the documentation at https://getcomposer.org/doc/00-intro.md&lt;br /&gt;
# Node.js - for compiling Joomla&#039;s JavaScript and SASS files - for help installing Node.js please follow the instructions available on https://nodejs.org/en/&lt;br /&gt;
# Git - for version management&lt;br /&gt;
&lt;br /&gt;
=== Steps to setup the local environment ===&lt;br /&gt;
&lt;br /&gt;
# Clone the repository&lt;br /&gt;
# run &amp;lt;tt&amp;gt;composer install&amp;lt;/tt&amp;gt; from the root of the git repo (you can add --ignore-platform-reqs if you don&#039;t have the PHP-LDAP locally installed and you don&#039;t need it)&lt;br /&gt;
# run &amp;lt;tt&amp;gt;npm install&amp;lt;/tt&amp;gt; from the root of the git repo&lt;br /&gt;
&lt;br /&gt;
== The a bit longer start guide ==&lt;br /&gt;
&lt;br /&gt;
Joomla is not different to many other web tools these days. It has a large PHP part and it has more and more JavaScript code. While PHP coding doesn&#039;t need so much preparation, JavaScript needs a lot tooling around. The main reason is that nobody writes code in a way that every browser understands, so the code needs transpiling from e.g. ES6 to a compatible version of JavaScript. The same is true for CSS, for Joomla we are using SASS and this will be converted to native CSS so that any browser understands it. As downside setting up a dev environment is a bit more complicated but the tooling make coding also more convenient. Thanks to watchers and browser auto reload you can see your change in real time. &lt;br /&gt;
&lt;br /&gt;
=== PHP === &lt;br /&gt;
It should be enough to run &amp;lt;tt&amp;gt;composer install&amp;lt;/tt&amp;gt; as this will install PHP dependencies saved in the composer.lock file. You can do this as many times as you like, it will only install new packages when the composer.lock file is changed. Don&#039;t run &amp;lt;tt&amp;gt;composer update&amp;lt;/tt&amp;gt; as this will update all packages to newer versions and update the composer.lock file.&lt;br /&gt;
&lt;br /&gt;
Note: You may need to run &amp;lt;tt&amp;gt;composer install&amp;lt;/tt&amp;gt; with the &amp;lt;tt&amp;gt;--ignore-platform-reqs&amp;lt;/tt&amp;gt; option to ignore platform requirements specified in Composer, i.e. if you do not have PHP&#039;s LDAP extension installed.&lt;br /&gt;
&lt;br /&gt;
=== Node/npm scripts ===&lt;br /&gt;
Node.js comes with a package manager called NPM (in some way the same as Composer). NPM has a &amp;lt;tt&amp;gt;run&amp;lt;/tt&amp;gt; command and we have prepared some scripts to make your life easier. You have to run the commands for the root of the repository.&lt;br /&gt;
&lt;br /&gt;
==== npm run build:css ====&lt;br /&gt;
It will compile SASS files to CSS and also create the minified files &lt;br /&gt;
&lt;br /&gt;
==== npm run build:js ====&lt;br /&gt;
It will compile and transpile the JavaScript files to the correct format and create minified files&lt;br /&gt;
&lt;br /&gt;
==== npm run watch:css ====&lt;br /&gt;
This is the same as the &amp;lt;tt&amp;gt;build:css&amp;lt;/tt&amp;gt; command but will watch for changes and automatically build updated files&lt;br /&gt;
&lt;br /&gt;
==== npm run watch:js ====&lt;br /&gt;
This is the same as the &amp;lt;tt&amp;gt;build:js&amp;lt;/tt&amp;gt; command but will watch for changes and automatically build updated files&lt;br /&gt;
&lt;br /&gt;
==== npm run lint:js ====&lt;br /&gt;
This will make a syntax check on JavaScript files&lt;br /&gt;
&lt;br /&gt;
==== npm run test ====&lt;br /&gt;
This will run other JavaScript testing suite&lt;br /&gt;
&lt;br /&gt;
[[Category:Development]]&lt;br /&gt;
[[Category:Joomla! 4.x]]&lt;/div&gt;</summary>
		<author><name>Rdeutz</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=J4.x:Setting_Up_Your_Local_Environment&amp;diff=496771</id>
		<title>J4.x:Setting Up Your Local Environment</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=J4.x:Setting_Up_Your_Local_Environment&amp;diff=496771"/>
		<updated>2018-07-22T12:47:11Z</updated>

		<summary type="html">&lt;p&gt;Rdeutz: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;With Joomla 4 we have changed the development process, it is not longer possible to clone the repository and have a usable Joomla installation. We follow here best practices and have implemented a build process for the CMS.&lt;br /&gt;
&lt;br /&gt;
== Quick start guide ==&lt;br /&gt;
What you have to do to setup you dev environment depends on your operating system. We can not write documentation for any OS so you should answer your favorite search engine to find a HowTo. &lt;br /&gt;
&lt;br /&gt;
=== Tools you need ===&lt;br /&gt;
&lt;br /&gt;
# PHP - basically the same as you need for running a Joomla Site, but you need the cli (command line interface) Version (see https://docs.joomla.org/Configuring_a_LAMPP_server_for_PHP_development)&lt;br /&gt;
# Composer - for managing Joomla&#039;s PHP Dependencies - for help installation composer read the documentation at https://getcomposer.org/doc/00-intro.md&lt;br /&gt;
# Node.js - for compiling Joomla&#039;s JS and SASS files - for help installing Node.js please follow the instructions available on https://nodejs.org/en/&lt;br /&gt;
# Git - for version management&lt;br /&gt;
&lt;br /&gt;
=== Steps to setup the local environment ===&lt;br /&gt;
&lt;br /&gt;
# Clone the repository&lt;br /&gt;
# run &amp;quot;composer install&amp;quot; from the root of the git repo&lt;br /&gt;
# run &amp;quot;npm install&amp;quot; from the root of the git repo&lt;br /&gt;
&lt;br /&gt;
== The a bit longer start guide ==&lt;br /&gt;
&lt;br /&gt;
Joomla is not different to many other web tools these days. It has a large PHP part and it has more and more javascript code. While PHP coding doesn&#039;t need so much preparations javascript needs a lot tooling around. Main reason is that nobody writes code in a way that any browser understand the code, so the code need transscripting from e.g. ES6 to a native version of javascript. The same is true for CSS, for Joomla we are using SASS and this will be converted to native CSS so that any browser understands it. As downside setting up a dev environment   is a bit more complicated but the tooling make coding also more convenient. Thanks to watchers and browser auto reload you can see your change in real time. &lt;br /&gt;
&lt;br /&gt;
=== PHP === &lt;br /&gt;
It should be enough to run &amp;quot;composer install&amp;quot; this will install PHP dependencies saved in the composer.lock file. You can do this a many time as you like, it will only install new packages when the composer.lock file is changed. Don&#039;t run &amp;quot;composer update&amp;quot; this will update all packages to newer versions and update the composer.lock file. &lt;br /&gt;
&lt;br /&gt;
=== Node/npm scripts ===&lt;br /&gt;
Node.js comes with a package manager called npm (in some way the same as composer). Npm has a run command and we have prepared some scripts to make your life easier. You have to run the commands for the root of the repository.&lt;br /&gt;
&lt;br /&gt;
==== npm run build:css ====&lt;br /&gt;
It will compile SASS files to CSS and also create the minified files &lt;br /&gt;
&lt;br /&gt;
==== npm run build:js ====&lt;br /&gt;
It will compile the javascript files to an for all browsers understandable format and also created the minified files.&lt;br /&gt;
&lt;br /&gt;
==== npm run watch:css ====&lt;br /&gt;
This will watch SASS files and compile the css files when a SASS files is changed.  &lt;br /&gt;
&lt;br /&gt;
==== npm run watch:js ====&lt;br /&gt;
This will watch javascript files and compile when needed&lt;br /&gt;
&lt;br /&gt;
==== npm run lint:js ====&lt;br /&gt;
This will make a syntax check on javascript files&lt;br /&gt;
&lt;br /&gt;
==== npm run test ====&lt;br /&gt;
This will run other javascript testing suite&lt;br /&gt;
&lt;br /&gt;
[[Category:Development]]&lt;br /&gt;
[[Category:Joomla! 4.x]]&lt;/div&gt;</summary>
		<author><name>Rdeutz</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=J4.x:Setting_Up_Your_Local_Environment&amp;diff=496705</id>
		<title>J4.x:Setting Up Your Local Environment</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=J4.x:Setting_Up_Your_Local_Environment&amp;diff=496705"/>
		<updated>2018-07-20T19:49:32Z</updated>

		<summary type="html">&lt;p&gt;Rdeutz: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;With Joomla 4 we have changed the development process, it is not longer possible to clone the repository and have a usable Joomla installation. We follow here best practices and have implemented a build process for the CMS. &lt;br /&gt;
&lt;br /&gt;
== Tools you need ==&lt;br /&gt;
# PHP&lt;br /&gt;
# composer&lt;br /&gt;
# node.js&lt;br /&gt;
&lt;br /&gt;
== Steps to setup the local environment ==&lt;br /&gt;
# Clone the repository&lt;br /&gt;
# run &amp;quot;composer install&amp;quot; within the cloned directory&lt;br /&gt;
# run &amp;quot;npm install&amp;quot; within the cloned directory&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Development]]&lt;br /&gt;
[[Category:Joomla! 4.x]]&lt;/div&gt;</summary>
		<author><name>Rdeutz</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=J4.x:Setting_Up_Your_Local_Environment&amp;diff=496704</id>
		<title>J4.x:Setting Up Your Local Environment</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=J4.x:Setting_Up_Your_Local_Environment&amp;diff=496704"/>
		<updated>2018-07-20T19:25:27Z</updated>

		<summary type="html">&lt;p&gt;Rdeutz: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;With Joomla 4 we have changed the development process, it is not longer possible to clone the repository and have a usable Joomla installation. We follow here best practices and have implemented a build process for the CMS. &lt;br /&gt;
&lt;br /&gt;
== Tools you need ==&lt;br /&gt;
# PHP&lt;br /&gt;
# composer&lt;br /&gt;
# node.js&lt;br /&gt;
&lt;br /&gt;
== Steps to setup the local environment ==&lt;br /&gt;
# Clone the repository&lt;br /&gt;
# run &amp;quot;composer install&amp;quot; within the cloned directory&lt;br /&gt;
# run &amp;quot;npm install&amp;quot; within the cloned directory&lt;br /&gt;
# run &amp;quot;npm run build:js&amp;quot; within the cloned directory&lt;br /&gt;
# run &amp;quot;npm run build:css&amp;quot; within the cloned directory&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Development]]&lt;br /&gt;
[[Category:Joomla! 4.x]]&lt;/div&gt;</summary>
		<author><name>Rdeutz</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=J4.x:Setting_Up_Your_Local_Environment&amp;diff=496703</id>
		<title>J4.x:Setting Up Your Local Environment</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=J4.x:Setting_Up_Your_Local_Environment&amp;diff=496703"/>
		<updated>2018-07-20T19:21:49Z</updated>

		<summary type="html">&lt;p&gt;Rdeutz: Created page with &amp;quot;With Joomla 4 we have changed the development process, it is not longer possible to clone the repository and have a usable Joomla installation. We follow here best practices a...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;With Joomla 4 we have changed the development process, it is not longer possible to clone the repository and have a usable Joomla installation. We follow here best practices and have implemented a build process for the CMS. &lt;br /&gt;
&lt;br /&gt;
== Tools you need ==&lt;br /&gt;
# PHP&lt;br /&gt;
# composer&lt;br /&gt;
# node.js&lt;br /&gt;
&lt;br /&gt;
== Steps to setup the local environment ==&lt;br /&gt;
# Clone the repository&lt;br /&gt;
# run &amp;quot;composer install&amp;quot; within the cloned directory&lt;br /&gt;
# run &amp;quot;npm install&amp;quot; within the cloned directory&lt;br /&gt;
# run &amp;quot;npm run build:js&amp;quot; within the cloned directory&lt;br /&gt;
# run &amp;quot;npm run build:css&amp;quot; within the cloned directory&lt;/div&gt;</summary>
		<author><name>Rdeutz</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=JavaScript_Tests_for_Joomla4&amp;diff=478127</id>
		<title>JavaScript Tests for Joomla4</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=JavaScript_Tests_for_Joomla4&amp;diff=478127"/>
		<updated>2018-02-07T20:19:04Z</updated>

		<summary type="html">&lt;p&gt;Rdeutz: /* Install dependencies (packages) */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Introduction==&lt;br /&gt;
&lt;br /&gt;
For Running JavaScript Tests for the Joomla 3.x please see [[https://docs.joomla.org/index.php?title=Running_JavaScript_Tests_for_the_Joomla_CMS&amp;amp;action=edit&amp;amp;section=2|Bearbeiten von „Running JavaScript Tests for the Joomla CMS“]].&lt;br /&gt;
Joomla! 4.x core currently has some custom written JavaScript libraries used in performing various tasks. This documentation is about the environment setup used in Joomla! 4.x for testing those JavaScript libraries and how to write new tests.&lt;br /&gt;
&lt;br /&gt;
When you checkout the 4.0-dev branch of [https://github.com/joomla/joomla-cms Joomla] from Github.com, you will see a folder named &#039;&#039;&amp;quot;tests&amp;quot;&#039;&#039; which contains a folder named &#039;&#039;&amp;quot;javascript&amp;quot;&#039;&#039;. This &#039;&#039;&amp;quot;javascript&amp;quot;&#039;&#039; folder contains the JavaScript tests written to cover the aforementioned JavaScript libraries. The tests are written using the Jasmine framework, Karma is used as the test runner and the tests are run on a Firefox web browser.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;php&amp;quot;&amp;gt;&lt;br /&gt;
$ ls&lt;br /&gt;
acceptance.suite.yml  Gemfile              package.json&lt;br /&gt;
administrator         htaccess.txt         phpunit.xml.dist&lt;br /&gt;
appveyor-phpunit.xml  images               plugins&lt;br /&gt;
build                 includes             README.md&lt;br /&gt;
build.js              index.php            README.txt&lt;br /&gt;
build.xml             installation         RoboFile.dist.ini&lt;br /&gt;
cache                 Jenkinsfile          RoboFile.php&lt;br /&gt;
cli                   jenkins-phpunit.xml  robots.txt.dist&lt;br /&gt;
codeception.yml       karma.conf.js        scss-lint.yml&lt;br /&gt;
components            language             templates&lt;br /&gt;
composer.json         layouts           -&amp;gt; test&lt;br /&gt;
composer.lock         libraries            tmp&lt;br /&gt;
configuration.php     LICENSE.txt          travisci-phpunit.xml&lt;br /&gt;
dev                   media                web.config.txt&lt;br /&gt;
drone-package.json    modules&lt;br /&gt;
$&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Before you can run the tests, you need to install some software on your local workstation (see Prerequisites section below). This document explains how to run and create your own tests from your local workstation.&lt;br /&gt;
&lt;br /&gt;
==Prerequisites==&lt;br /&gt;
The testing environment requires your local machine to have Node.js installed in it. To install Node.js, please go to the [https://nodejs.org/en/ Node.js] official web site, download the respective setup for your operating system and install it by following the installation wizard. NPM (Node Package Manager) is used to manage and setup the JavaScript testing environment.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Install dependencies (packages)== &lt;br /&gt;
&lt;br /&gt;
Open a command line and navigate to the root directory of Joomla 4.x.&lt;br /&gt;
&lt;br /&gt;
Execute command &amp;lt;tt&amp;gt;npm install&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;php&amp;quot;&amp;gt;&lt;br /&gt;
$ npm install&lt;br /&gt;
...&lt;br /&gt;
added 1354 packages in 193.687s&lt;br /&gt;
$&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This will install all the dependencies to the &#039;&#039;&amp;quot;/node_modules&amp;quot;&#039;&#039; directory. If a &#039;&#039;/node_modules&#039;&#039; folder does not exist, a folder will be automatically created by npm. It is OK, if you see some warnings, but you should not see an error message. This will give you a full setup that might be different from the automated testing setup. For automated testing we are using the drone-package.json. If you are renameing package.json to package.json.save and drone-package.json to package.json before you run npm install you will get a lighter setup and you will using the versions we are using in our automated testing setup.&lt;br /&gt;
&lt;br /&gt;
==Starting the Karma server and running the tests== &lt;br /&gt;
&lt;br /&gt;
Execute the command&amp;lt;tt&amp;gt;npm run javascript-tests&amp;lt;/tt&amp;gt; &amp;lt;br /&amp;gt;&lt;br /&gt;
This starts the webserver and a Firefox will automatically open. Then the tests would be run and the detailed results will be shown in the command line itself.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;php&amp;quot;&amp;gt;&lt;br /&gt;
[33m05 02 2018 13:10:01.666:WARN [watcher]: [39mAll files matched by &amp;quot;/var/www/html/JOOMLA/joomla4/joomla-cms/media/system/js/core.js&amp;quot; were excluded or matched by prior matchers.&lt;br /&gt;
[32m05 02 2018 13:10:02.009:INFO [karma]: [39mKarma v2.0.0 server started at http://0.0.0.0:9876/&lt;br /&gt;
[32m05 02 2018 13:10:02.010:INFO [launcher]: [39mLaunching browser Firefox with unlimited concurrency&lt;br /&gt;
[32m05 02 2018 13:10:02.015:INFO [launcher]: [39mStarting browser Firefox&lt;br /&gt;
[32m05 02 2018 13:10:04.159:INFO [Firefox 58.0.0 (Ubuntu 0.0.0)]: [39mConnected on socket 0l2b3VhoFFUVyWitAAAA with id 91983742&lt;br /&gt;
[33m05 02 2018 13:10:04.493:WARN [web-server]: [39m404: /uri&lt;br /&gt;
[32m05 02 2018 13:10:04.556:INFO [Firefox 58.0.0 (Ubuntu 0.0.0)]: [39mStarting tests 91983742&lt;br /&gt;
Firefox 58.0.0 (Ubuntu 0.0.0): Executed 0 of 125 SUCCESS (0 secs / 0 secs)&lt;br /&gt;
...&lt;br /&gt;
Browser results:&lt;br /&gt;
&lt;br /&gt;
 - Firefox 58.0.0 (Ubuntu 0.0.0): 125 tests&lt;br /&gt;
   - 125 ok&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
What the above command does is execute &amp;lt;tt&amp;gt;node node_modules/karma/bin/karma start karma.conf.js --single-run&amp;lt;/tt&amp;gt; in the background. You can check this specification in the script section of the file &amp;lt;tt&amp;gt;package.json&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==The magic inside== &lt;br /&gt;
The &#039;&#039;karma.conf.js&#039;&#039; file mentioned in the command for starting the Karma server and that you can find in the root of Joomlaǃ 4.x, is the configuration file for the Karma server. Below you can see the content of this file.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;php&amp;quot;&amp;gt;&lt;br /&gt;
// Karma configuration&lt;br /&gt;
&lt;br /&gt;
module.exports = function (config) {&lt;br /&gt;
	config.set({&lt;br /&gt;
&lt;br /&gt;
		// base path that will be used to resolve all patterns (eg. files, exclude)&lt;br /&gt;
		basePath: &#039;&#039;,&lt;br /&gt;
&lt;br /&gt;
		// frameworks to use&lt;br /&gt;
		// available frameworks: https://npmjs.org/browse/keyword/karma-adapter&lt;br /&gt;
		frameworks: [&#039;jasmine-ajax&#039;, &#039;jasmine&#039;, &#039;requirejs&#039;],&lt;br /&gt;
&lt;br /&gt;
		// list of files / patterns to load in the browser&lt;br /&gt;
		files: [&lt;br /&gt;
			{pattern: &#039;media/system/js/polyfills/webcomponents/webcomponents-ce.min.js&#039;, included: true, served: true, watched: true},&lt;br /&gt;
			{pattern: &#039;node_modules/jquery/dist/jquery.min.js&#039;, included: false},&lt;br /&gt;
			{pattern: &#039;node_modules/jasmine-jquery/lib/jasmine-jquery.js&#039;, included: false},&lt;br /&gt;
			{pattern: &#039;node_modules/text/text.js&#039;, included: false},&lt;br /&gt;
			{pattern: &#039;media/vendor/bootstrap/js/bootstrap.min.js&#039;, included: false},&lt;br /&gt;
			{pattern: &#039;media/vendor/jquery-ui/js/jquery.ui.core.min.js&#039;, included: false},&lt;br /&gt;
			{pattern: &#039;media/vendor/jquery-ui/js/jquery.ui.sortable.min.js&#039;, included: false},&lt;br /&gt;
			{pattern: &#039;media/system/js/*.js&#039;, included: false},&lt;br /&gt;
			{pattern: &#039;media/system/js/core.js&#039;, included: false,served: true, watched: true},&lt;br /&gt;
			{pattern: &#039;media/system/js/legacy/*.js&#039;, included: false},&lt;br /&gt;
			{pattern: &#039;media/system/js/fields/*.js&#039;, included: false},&lt;br /&gt;
			{pattern: &#039;media/vendor/joomla-custom-elements/js/joomla-alert.min.js&#039;, included: false, served: true, watched: true},&lt;br /&gt;
			{pattern: &#039;media/system/js/fields/calendar-locales/*.js&#039;, included: false},&lt;br /&gt;
			{pattern: &#039;media/system/js/fields/calendar-locales/date/gregorian/*.js&#039;, included: false},&lt;br /&gt;
			{pattern: &#039;tests/javascript/**/fixture.html&#039;, included: false},&lt;br /&gt;
			{pattern: &#039;tests/javascript/**/spec.js&#039;, included: false},&lt;br /&gt;
			{pattern: &#039;tests/javascript/**/spec-setup.js&#039;, included: false},&lt;br /&gt;
			{pattern: &#039;media/system/webcomponents/js/*.js&#039;, included: false},&lt;br /&gt;
			{pattern: &#039;images/*.png&#039;, included: false},&lt;br /&gt;
&lt;br /&gt;
			&#039;tests/javascript/test-main.js&#039;&lt;br /&gt;
		],&lt;br /&gt;
&lt;br /&gt;
		exclude: [&lt;br /&gt;
			&#039;media/system/webcomponents/js/*-es5.js&#039;,&lt;br /&gt;
			&#039;media/system/webcomponents/js/*.min.js&#039;,&lt;br /&gt;
			&#039;media/system/webcomponents/js/*-es5.min.js&#039;,&lt;br /&gt;
		],&lt;br /&gt;
&lt;br /&gt;
		// preprocess matching files before serving them to the browser&lt;br /&gt;
		// available preprocessors: https://npmjs.org/browse/keyword/karma-preprocessor&lt;br /&gt;
		preprocessors: {&lt;br /&gt;
			&#039;**/system/js/*.js&#039;: [&#039;coverage&#039;]&lt;br /&gt;
		},&lt;br /&gt;
&lt;br /&gt;
		// coverage reporter configuration&lt;br /&gt;
		coverageReporter: {&lt;br /&gt;
			type : &#039;html&#039;,&lt;br /&gt;
			dir : &#039;build/coverage-js/&#039;&lt;br /&gt;
		},&lt;br /&gt;
&lt;br /&gt;
		// test results reporter to use&lt;br /&gt;
		// possible values: &#039;dots&#039;, &#039;progress&#039;&lt;br /&gt;
		// available reporters: https://npmjs.org/browse/keyword/karma-reporter&lt;br /&gt;
		reporters: [&#039;verbose&#039;, &#039;progress&#039;, &#039;coverage&#039;],&lt;br /&gt;
&lt;br /&gt;
		// web server port&lt;br /&gt;
		port: 9876,&lt;br /&gt;
&lt;br /&gt;
		// enable / disable colors in the output (reporters and logs)&lt;br /&gt;
		colors: true,&lt;br /&gt;
&lt;br /&gt;
		// level of logging&lt;br /&gt;
		// possible values: config.LOG_DISABLE || config.LOG_ERROR || config.LOG_WARN || config.LOG_INFO || config.LOG_DEBUG&lt;br /&gt;
		logLevel: config.LOG_INFO,&lt;br /&gt;
&lt;br /&gt;
		// enable / disable watching file and executing tests whenever any file changes&lt;br /&gt;
		autoWatch: true,&lt;br /&gt;
&lt;br /&gt;
		// start these browsers&lt;br /&gt;
		// available browser launchers: https://npmjs.org/browse/keyword/karma-launcher&lt;br /&gt;
		browsers: [&#039;Firefox&#039;],&lt;br /&gt;
&lt;br /&gt;
		// Continuous Integration mode&lt;br /&gt;
		// if true, Karma captures browsers, runs the tests and exits&lt;br /&gt;
		singleRun: false,&lt;br /&gt;
&lt;br /&gt;
		// list of plugins&lt;br /&gt;
		plugins: [&lt;br /&gt;
			&#039;karma-jasmine&#039;,&lt;br /&gt;
			&#039;karma-jasmine-ajax&#039;,&lt;br /&gt;
			&#039;karma-firefox-launcher&#039;,&lt;br /&gt;
			&#039;karma-coverage&#039;,&lt;br /&gt;
			&#039;karma-requirejs&#039;,&lt;br /&gt;
			&#039;karma-verbose-reporter&#039;&lt;br /&gt;
		],&lt;br /&gt;
&lt;br /&gt;
		// Concurrency level&lt;br /&gt;
		// how many browser should be started simultaneous&lt;br /&gt;
		concurrency: Infinity&lt;br /&gt;
	});&lt;br /&gt;
};&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Let&#039;s have a look at the important configurations that makes everything run together smoothly.&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;&#039;files&#039;&#039;&#039; attribute contains a list of files that the Karma server is going to serve. Unless specified in here, no tests can access any file. The set of files currently specified here are the &lt;br /&gt;
* third party JavaScript libraries like jQuery and jasmine-jquery,  &lt;br /&gt;
* the set of Joomla! custom JavaScript libraries, &lt;br /&gt;
* the set of spec files that contain test cases along with the files that set up the spec executions and &lt;br /&gt;
* the files that contains the HTML fixtures the libraries are tested on and finally some sample images. &lt;br /&gt;
&lt;br /&gt;
We have these files specified with the &amp;lt;tt&amp;gt;included: false&amp;lt;/tt&amp;gt; option because we are using &#039;&#039;require.js&#039;&#039; for that purpose. The only file that will be both LOADED and INCLUDED from karma itself will be the test-main.js file generated from &#039;&#039;require.js&#039;&#039;. From there on, &#039;&#039;require.js&#039;&#039; takes care of including the other loaded files.&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;&#039;exclude&#039;&#039;&#039; attribute does what the name suggests and is used since the &#039;&#039;&amp;quot;media/system/js&amp;quot;&#039;&#039; directory contains both the minified as well as the uncompressed version of the same library. We need to exclude the uncompressed versions from the loaded files list and that&#039;s what this exactly does.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Preprocessors&#039;&#039;&#039; attribute has the externally added &#039;&#039;coverage&#039;&#039; reporter specified in it. The output in the command line is also made verbose by the &#039;&#039;verbose&#039;&#039; reporter.&lt;br /&gt;
&lt;br /&gt;
Autowatch is set to true so that whenever a change to any loaded file is made, the Karma server would detect that and rerun the tests. This makes the life of the tester easy.&amp;lt;/translate&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The browsers attribute accepts an array of browsers that we need the tests to be run on and currently has only Firefox set. In order to use any other browser, the relevant browser launcher needs to be installed and of course you need to have that browser installed on your local machine.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If &amp;lt;tt&amp;gt;singleRun&amp;lt;/tt&amp;gt; is set to &amp;lt;tt&amp;gt;true&amp;lt;/tt&amp;gt;, Karma will start and capture all configured browsers, run tests and then exit with an exit code of 0 or 1 depending on whether all tests passed or any tests failed.&amp;lt;tt&amp;gt;singleRun&amp;lt;/tt&amp;gt; a &amp;lt;br&amp;gt;That obviously would not be what we expect when we have &amp;lt;tt&amp;gt;autowatch&amp;lt;/tt&amp;gt; also set to true. Therefore for the ease of development the option is set to &#039;&#039;false&#039;&#039;. Still it is possible to run the server in the &#039;single run&#039; fashion by passing &amp;lt;tt&amp;gt;--single-run&amp;lt;/tt&amp;gt; option in the karma start command - as we do.&lt;br /&gt;
&amp;lt;tt&amp;gt;node node_modules/karma/bin/karma start karma.conf.js --single-run&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The next important file we need to look at is the &#039;&#039;test-main.js&#039;&#039; file which is an auto generated file from &#039;&#039;require.js&#039;&#039;. We use &#039;&#039;require.js&#039;&#039; in this setup to make dynamic loading of dependencies in test specs possible. You can find this file in the folder &amp;lt;tt&amp;gt;/test/javascript/&amp;lt;/tt&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
Below you can see the content of this file.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;php&amp;quot;&amp;gt;&lt;br /&gt;
const allTestFiles = [];&lt;br /&gt;
const TEST_REGEXP = /(spec|test)\.js$/i;&lt;br /&gt;
&lt;br /&gt;
// Get a list of all the test files to include&lt;br /&gt;
Object.keys(window.__karma__.files).forEach((file) =&amp;gt; {&lt;br /&gt;
	if (TEST_REGEXP.test(file)) {&lt;br /&gt;
		// Normalize paths to RequireJS module names.&lt;br /&gt;
		// If you require sub-dependencies of test files to be loaded as-is (requiring file extension)&lt;br /&gt;
		// then do not normalize the paths&lt;br /&gt;
		const normalizedTestModule = file.replace(/^\/base\/|\.js$/g, &#039;&#039;);&lt;br /&gt;
		allTestFiles.push(normalizedTestModule);&lt;br /&gt;
	}&lt;br /&gt;
});&lt;br /&gt;
&lt;br /&gt;
require.config({&lt;br /&gt;
	// Karma serves files under /base, which is the basePath from your config file&lt;br /&gt;
	baseUrl: &#039;/base&#039;,&lt;br /&gt;
&lt;br /&gt;
	paths: {&lt;br /&gt;
		&#039;core&#039;: &#039;media/system/js/core.min&#039;,&lt;br /&gt;
		&#039;jquery&#039;: &#039;node_modules/jquery/dist/jquery.min&#039;,&lt;br /&gt;
		&#039;jui&#039;: &#039;media/vendor/jquery-ui/js/jquery.ui.core.min&#039;,&lt;br /&gt;
		&#039;jui-sortable&#039;: &#039;media/vendor/jquery-ui/js/jquery.ui.sortable.min&#039;,&lt;br /&gt;
		&#039;bootstrap&#039;: &#039;media/vendor/bootstrap/js/bootstrap.min&#039;,&lt;br /&gt;
		&#039;jasmineJquery&#039;: &#039;node_modules/jasmine-jquery/lib/jasmine-jquery&#039;,&lt;br /&gt;
		&#039;libs&#039;: &#039;media/system/js&#039;,&lt;br /&gt;
		&#039;legacy_libs&#039;: &#039;media/system/js/legacy&#039;,&lt;br /&gt;
		&#039;testsRoot&#039;: &#039;tests/javascript&#039;,&lt;br /&gt;
		&#039;text&#039;: &#039;node_modules/text/text&#039;,&lt;br /&gt;
		&#039;fields&#039;: &#039;media/system/js/fields&#039;,&lt;br /&gt;
		&#039;calLang&#039;: &#039;media/system/js/fields/calendar-locales/en&#039;,&lt;br /&gt;
		&#039;calDate&#039;: &#039;media/system/js/fields/calendar-locales/date/gregorian/date-helper&#039;,&lt;br /&gt;
		&#039;JCE&#039;: &#039;media/system/webcomponents/js&#039;&lt;br /&gt;
	},&lt;br /&gt;
&lt;br /&gt;
	shim: {&lt;br /&gt;
		jasmineJquery: [&#039;jquery&#039;],&lt;br /&gt;
		bootstrap: [&#039;jquery&#039;],&lt;br /&gt;
		&#039;jui-sortable&#039;: [&#039;jquery&#039;],&lt;br /&gt;
		&#039;libs/validate&#039;: {&lt;br /&gt;
			deps: []&lt;br /&gt;
		},&lt;br /&gt;
		&#039;libs/subform-repeatable&#039;: {&lt;br /&gt;
			deps: [&#039;jquery&#039;, &#039;jui&#039;, &#039;jui-sortable&#039;]&lt;br /&gt;
		},&lt;br /&gt;
		&#039;JCE/joomla-field-send-test-mail&#039;: {&lt;br /&gt;
			deps: [&#039;jquery&#039;]&lt;br /&gt;
		},&lt;br /&gt;
		&#039;libs/fields/calendar&#039;: {&lt;br /&gt;
			deps: [&#039;calLang&#039;, &#039;calDate&#039;]&lt;br /&gt;
		}&lt;br /&gt;
	},&lt;br /&gt;
&lt;br /&gt;
	// dynamically load all test files&lt;br /&gt;
	deps: allTestFiles,&lt;br /&gt;
&lt;br /&gt;
	// we have to kickoff jasmine, as it is asynchronous&lt;br /&gt;
	callback: window.__karma__.start&lt;br /&gt;
});&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
Two important changes are done to the auto generated file.&lt;br /&gt;
* The first is the paths attribute set in in the require configuration. These paths allow us to have aliases assigned to specific JavaScript files. This way for example, whenever we need to add &#039;&#039;&amp;quot;node_modules/jquery/dist/jquery.min&amp;quot;&#039;&#039; as a dependency, all we need to do is to specify the alias &amp;lt;tt&amp;gt;jquery&amp;lt;/tt&amp;gt; in the dependency list.&lt;br /&gt;
* The next change made to the auto generated file is the &#039;shim&#039; attribute. This is a very simple option where we get to specify the dependencies among the paths set above. For example: &amp;lt;tt&amp;gt;shim: {jasmineJquery: [&#039;jquery&#039;]}&amp;lt;/tt&amp;gt; tells &#039;&#039;require.js&#039;&#039; to load jquery before loading jasmineJquery.&lt;br /&gt;
&lt;br /&gt;
==Writing new tests== &lt;br /&gt;
Test cases are stored in a modular fashion inside the &#039;&#039;&amp;quot;tests/javascript/&amp;quot;&#039;&#039; directory where we have a specific directory allocated for a specific JavaScript library. Inside of that directory lies two JavaScript files, one containing the test cases (&#039;&#039;spec.js&#039;&#039;) and one containing any setup code necessary to run the tests (&#039;&#039;spec-setup.js&#039;&#039;). &lt;br /&gt;
The HTML content that needs to be loaded to the DOM for the tests to run are kept inside a directory named &#039;&#039;&amp;quot;fixtures&amp;quot;&#039;&#039; and inside it lies the &#039;&#039;fixture.html&#039;&#039; file. &#039;&#039;fixture.html&#039;&#039; file simply contains pure HTML.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;php&amp;quot;&amp;gt;&lt;br /&gt;
-tests&lt;br /&gt;
--javascript&lt;br /&gt;
---fixtures&lt;br /&gt;
----fixture.html&lt;br /&gt;
---spec-setup.js&lt;br /&gt;
---spec.js&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;spec-setup.js&#039;&#039; mostly does appending of the required HTML fixtures to the DOM. The test setup uses a plugin called &amp;lt;tt&amp;gt;RequireJSText&amp;lt;/tt&amp;gt; that allows dynamic loading of HTML files also possible. Only difference is that the dependency is prefixed with &amp;lt;tt&amp;gt;text!&amp;lt;/tt&amp;gt;. For example, to load the fixture with an alias &amp;lt;tt&amp;gt;fixtureHtml&amp;lt;/tt&amp;gt;, the dependency specified should be &amp;lt;tt&amp;gt;text!fixtureHtml&amp;lt;/tt&amp;gt;. You can find this plugin in the folder &amp;lt;tt&amp;gt;/node-modules&amp;lt;/tt&amp;gt; For more information see http://requirejs.org/.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Code example== &lt;br /&gt;
On the end of the article [[Running_JavaScript_Tests_for_the_Joomla_CMS]] you can find some Code templates. Here you see a code example.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;spec.js&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;source lang=&amp;quot;javascript&amp;quot;&amp;gt;&lt;br /&gt;
define([&#039;jquery&#039;, &#039;testsRoot/calendar/spec-setup&#039;, &#039;jasmineJquery&#039;], function ($) {&lt;br /&gt;
	beforeAll(function () {&lt;br /&gt;
		var element = document.querySelector(&amp;quot;.field-calendar&amp;quot;),&lt;br /&gt;
		    input = document.getElementById(&#039;jform_created&#039;),&lt;br /&gt;
		    currentDate = new Date();&lt;br /&gt;
&lt;br /&gt;
		input.value = currentDate.getFullYear() + &#039;-09-01 05:17:00&#039;;&lt;br /&gt;
		input.setAttribute(&#039;data-alt-value&#039;, currentDate.getFullYear() + &#039;-09-01 05:17:00&#039;);&lt;br /&gt;
&lt;br /&gt;
		JoomlaCalendar.init(element);&lt;br /&gt;
	});&lt;br /&gt;
&lt;br /&gt;
	describe(&#039;Calendar set for the input element&#039;, function () {&lt;br /&gt;
		it(&#039;Should have calendar element under the input element&#039;, function () {&lt;br /&gt;
			expect($(&#039;body&#039;)).toContainElement(&#039;.js-calendar&#039;);&lt;br /&gt;
		});&lt;br /&gt;
&lt;br /&gt;
		it(&#039;Calendar should be hidden&#039;, function () {&lt;br /&gt;
			expect($(&#039;.js-calendar&#039;).css(&#039;display&#039;)).toEqual(&#039;none&#039;);&lt;br /&gt;
		});&lt;br /&gt;
&lt;br /&gt;
		it(&#039;Should appear on button click&#039;, function () {&lt;br /&gt;
			$(&#039;#jform_created_btn&#039;).trigger(&#039;click&#039;);&lt;br /&gt;
&lt;br /&gt;
            setTimeout(function() {&lt;br /&gt;
                expect($(&#039;.js-calendar&#039;).css(&#039;display&#039;)).toEqual(&#039;block&#039;);&lt;br /&gt;
            }, 200)&lt;br /&gt;
&lt;br /&gt;
		});&lt;br /&gt;
	});&lt;br /&gt;
});&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;spec-setup.js&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;javascript&amp;quot;&amp;gt;&lt;br /&gt;
define([&#039;jquery&#039;, &#039;text!testsRoot/calendar/fixtures/fixture.html&#039;, &#039;libs/fields/calendar&#039;], function ($, fixture) {&lt;br /&gt;
&lt;br /&gt;
	$(&#039;body&#039;).append(fixture);&lt;br /&gt;
&lt;br /&gt;
});&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;fixtures/fixture.html&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;source lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div id=&amp;quot;calendarjs&amp;quot;&amp;gt;&lt;br /&gt;
	&amp;lt;form name=&amp;quot;formTest&amp;quot; onsubmit=&amp;quot;return false&amp;quot;&amp;gt;&lt;br /&gt;
		&amp;lt;div class=&amp;quot;field-calendar&amp;quot;&amp;gt;&lt;br /&gt;
			&amp;lt;div class=&amp;quot;input-append&amp;quot;&amp;gt;&lt;br /&gt;
				&amp;lt;input type=&amp;quot;text&amp;quot;&lt;br /&gt;
						id=&amp;quot;jform_created&amp;quot;&lt;br /&gt;
						name=&amp;quot;jform[created]&amp;quot;&lt;br /&gt;
						value=&amp;quot;&amp;quot;&lt;br /&gt;
						size=&amp;quot;22&amp;quot;&lt;br /&gt;
						placeholder=&amp;quot;Created date.&amp;quot;&lt;br /&gt;
						data-alt-value=&amp;quot;&amp;quot;&lt;br /&gt;
						aria-invalid=&amp;quot;false&amp;quot;&amp;gt;&lt;br /&gt;
				&amp;lt;button type=&amp;quot;button&amp;quot;&lt;br /&gt;
						class=&amp;quot;btn btn-secondary&amp;quot;&lt;br /&gt;
						id=&amp;quot;jform_created_btn&amp;quot;&lt;br /&gt;
						data-inputfield=&amp;quot;jform_created&amp;quot;&lt;br /&gt;
						data-dayformat=&amp;quot;%Y-%m-%d %H:%M:%S&amp;quot;&lt;br /&gt;
						data-button=&amp;quot;jform_created_btn&amp;quot;&lt;br /&gt;
						data-firstday=&amp;quot;0&amp;quot;&lt;br /&gt;
						data-weekend=&amp;quot;0,6&amp;quot;&lt;br /&gt;
						data-today-btn=&amp;quot;1&amp;quot;&lt;br /&gt;
						data-week-numbers=&amp;quot;0&amp;quot;&lt;br /&gt;
						data-show-time=&amp;quot;0&amp;quot;&lt;br /&gt;
						data-show-others=&amp;quot;1&amp;quot;&lt;br /&gt;
						data-time-24=&amp;quot;24&amp;quot;&lt;br /&gt;
						data-only-months-nav=&amp;quot;0&amp;quot;&amp;gt;&lt;br /&gt;
					&amp;lt;span class=&amp;quot;icon-calendar&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
				&amp;lt;/button&amp;gt;&lt;br /&gt;
			&amp;lt;/div&amp;gt;&lt;br /&gt;
		&amp;lt;/div&amp;gt;&lt;br /&gt;
		&amp;lt;input type=&amp;quot;text&amp;quot; name=&amp;quot;none-spec&amp;quot; id=&amp;quot;cal-close-btn&amp;quot; value=&amp;quot;&amp;quot; title=&amp;quot;nonenne&amp;quot;/&amp;gt;&lt;br /&gt;
	&amp;lt;/form&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;/div&gt;</summary>
		<author><name>Rdeutz</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=JavaScript_Tests_for_Joomla4&amp;diff=478126</id>
		<title>JavaScript Tests for Joomla4</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=JavaScript_Tests_for_Joomla4&amp;diff=478126"/>
		<updated>2018-02-07T20:18:47Z</updated>

		<summary type="html">&lt;p&gt;Rdeutz: /* Install dependencies (packages) */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Introduction==&lt;br /&gt;
&lt;br /&gt;
For Running JavaScript Tests for the Joomla 3.x please see [[https://docs.joomla.org/index.php?title=Running_JavaScript_Tests_for_the_Joomla_CMS&amp;amp;action=edit&amp;amp;section=2|Bearbeiten von „Running JavaScript Tests for the Joomla CMS“]].&lt;br /&gt;
Joomla! 4.x core currently has some custom written JavaScript libraries used in performing various tasks. This documentation is about the environment setup used in Joomla! 4.x for testing those JavaScript libraries and how to write new tests.&lt;br /&gt;
&lt;br /&gt;
When you checkout the 4.0-dev branch of [https://github.com/joomla/joomla-cms Joomla] from Github.com, you will see a folder named &#039;&#039;&amp;quot;tests&amp;quot;&#039;&#039; which contains a folder named &#039;&#039;&amp;quot;javascript&amp;quot;&#039;&#039;. This &#039;&#039;&amp;quot;javascript&amp;quot;&#039;&#039; folder contains the JavaScript tests written to cover the aforementioned JavaScript libraries. The tests are written using the Jasmine framework, Karma is used as the test runner and the tests are run on a Firefox web browser.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;php&amp;quot;&amp;gt;&lt;br /&gt;
$ ls&lt;br /&gt;
acceptance.suite.yml  Gemfile              package.json&lt;br /&gt;
administrator         htaccess.txt         phpunit.xml.dist&lt;br /&gt;
appveyor-phpunit.xml  images               plugins&lt;br /&gt;
build                 includes             README.md&lt;br /&gt;
build.js              index.php            README.txt&lt;br /&gt;
build.xml             installation         RoboFile.dist.ini&lt;br /&gt;
cache                 Jenkinsfile          RoboFile.php&lt;br /&gt;
cli                   jenkins-phpunit.xml  robots.txt.dist&lt;br /&gt;
codeception.yml       karma.conf.js        scss-lint.yml&lt;br /&gt;
components            language             templates&lt;br /&gt;
composer.json         layouts           -&amp;gt; test&lt;br /&gt;
composer.lock         libraries            tmp&lt;br /&gt;
configuration.php     LICENSE.txt          travisci-phpunit.xml&lt;br /&gt;
dev                   media                web.config.txt&lt;br /&gt;
drone-package.json    modules&lt;br /&gt;
$&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Before you can run the tests, you need to install some software on your local workstation (see Prerequisites section below). This document explains how to run and create your own tests from your local workstation.&lt;br /&gt;
&lt;br /&gt;
==Prerequisites==&lt;br /&gt;
The testing environment requires your local machine to have Node.js installed in it. To install Node.js, please go to the [https://nodejs.org/en/ Node.js] official web site, download the respective setup for your operating system and install it by following the installation wizard. NPM (Node Package Manager) is used to manage and setup the JavaScript testing environment.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Install dependencies (packages)== &lt;br /&gt;
&lt;br /&gt;
Open a command line and navigate to the root directory of Joomla 4.x.&lt;br /&gt;
&lt;br /&gt;
Execute command &amp;lt;tt&amp;gt;npm install&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;php&amp;quot;&amp;gt;&lt;br /&gt;
$ npm install&lt;br /&gt;
...&lt;br /&gt;
added 1354 packages in 193.687s&lt;br /&gt;
$&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This will install all the dependencies to the &#039;&#039;&amp;quot;/node_modules&amp;quot;&#039;&#039; directory. If a &#039;&#039;/node_modules&#039;&#039; folder does not exist, a folder will be automatically created by npm. It is OK, if you see some warnings, but you should not see an error message. This will give you a full setup that might be different from the automated testing setup. For automated testing we are using the drone-package.json. If you are renameing package.json to package.json.save and drone-package.json to package.json before you run npm install you will get a lighter setup and you will using the versions we are using in out automated testing setup.&lt;br /&gt;
&lt;br /&gt;
==Starting the Karma server and running the tests== &lt;br /&gt;
&lt;br /&gt;
Execute the command&amp;lt;tt&amp;gt;npm run javascript-tests&amp;lt;/tt&amp;gt; &amp;lt;br /&amp;gt;&lt;br /&gt;
This starts the webserver and a Firefox will automatically open. Then the tests would be run and the detailed results will be shown in the command line itself.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;php&amp;quot;&amp;gt;&lt;br /&gt;
[33m05 02 2018 13:10:01.666:WARN [watcher]: [39mAll files matched by &amp;quot;/var/www/html/JOOMLA/joomla4/joomla-cms/media/system/js/core.js&amp;quot; were excluded or matched by prior matchers.&lt;br /&gt;
[32m05 02 2018 13:10:02.009:INFO [karma]: [39mKarma v2.0.0 server started at http://0.0.0.0:9876/&lt;br /&gt;
[32m05 02 2018 13:10:02.010:INFO [launcher]: [39mLaunching browser Firefox with unlimited concurrency&lt;br /&gt;
[32m05 02 2018 13:10:02.015:INFO [launcher]: [39mStarting browser Firefox&lt;br /&gt;
[32m05 02 2018 13:10:04.159:INFO [Firefox 58.0.0 (Ubuntu 0.0.0)]: [39mConnected on socket 0l2b3VhoFFUVyWitAAAA with id 91983742&lt;br /&gt;
[33m05 02 2018 13:10:04.493:WARN [web-server]: [39m404: /uri&lt;br /&gt;
[32m05 02 2018 13:10:04.556:INFO [Firefox 58.0.0 (Ubuntu 0.0.0)]: [39mStarting tests 91983742&lt;br /&gt;
Firefox 58.0.0 (Ubuntu 0.0.0): Executed 0 of 125 SUCCESS (0 secs / 0 secs)&lt;br /&gt;
...&lt;br /&gt;
Browser results:&lt;br /&gt;
&lt;br /&gt;
 - Firefox 58.0.0 (Ubuntu 0.0.0): 125 tests&lt;br /&gt;
   - 125 ok&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
What the above command does is execute &amp;lt;tt&amp;gt;node node_modules/karma/bin/karma start karma.conf.js --single-run&amp;lt;/tt&amp;gt; in the background. You can check this specification in the script section of the file &amp;lt;tt&amp;gt;package.json&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==The magic inside== &lt;br /&gt;
The &#039;&#039;karma.conf.js&#039;&#039; file mentioned in the command for starting the Karma server and that you can find in the root of Joomlaǃ 4.x, is the configuration file for the Karma server. Below you can see the content of this file.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;php&amp;quot;&amp;gt;&lt;br /&gt;
// Karma configuration&lt;br /&gt;
&lt;br /&gt;
module.exports = function (config) {&lt;br /&gt;
	config.set({&lt;br /&gt;
&lt;br /&gt;
		// base path that will be used to resolve all patterns (eg. files, exclude)&lt;br /&gt;
		basePath: &#039;&#039;,&lt;br /&gt;
&lt;br /&gt;
		// frameworks to use&lt;br /&gt;
		// available frameworks: https://npmjs.org/browse/keyword/karma-adapter&lt;br /&gt;
		frameworks: [&#039;jasmine-ajax&#039;, &#039;jasmine&#039;, &#039;requirejs&#039;],&lt;br /&gt;
&lt;br /&gt;
		// list of files / patterns to load in the browser&lt;br /&gt;
		files: [&lt;br /&gt;
			{pattern: &#039;media/system/js/polyfills/webcomponents/webcomponents-ce.min.js&#039;, included: true, served: true, watched: true},&lt;br /&gt;
			{pattern: &#039;node_modules/jquery/dist/jquery.min.js&#039;, included: false},&lt;br /&gt;
			{pattern: &#039;node_modules/jasmine-jquery/lib/jasmine-jquery.js&#039;, included: false},&lt;br /&gt;
			{pattern: &#039;node_modules/text/text.js&#039;, included: false},&lt;br /&gt;
			{pattern: &#039;media/vendor/bootstrap/js/bootstrap.min.js&#039;, included: false},&lt;br /&gt;
			{pattern: &#039;media/vendor/jquery-ui/js/jquery.ui.core.min.js&#039;, included: false},&lt;br /&gt;
			{pattern: &#039;media/vendor/jquery-ui/js/jquery.ui.sortable.min.js&#039;, included: false},&lt;br /&gt;
			{pattern: &#039;media/system/js/*.js&#039;, included: false},&lt;br /&gt;
			{pattern: &#039;media/system/js/core.js&#039;, included: false,served: true, watched: true},&lt;br /&gt;
			{pattern: &#039;media/system/js/legacy/*.js&#039;, included: false},&lt;br /&gt;
			{pattern: &#039;media/system/js/fields/*.js&#039;, included: false},&lt;br /&gt;
			{pattern: &#039;media/vendor/joomla-custom-elements/js/joomla-alert.min.js&#039;, included: false, served: true, watched: true},&lt;br /&gt;
			{pattern: &#039;media/system/js/fields/calendar-locales/*.js&#039;, included: false},&lt;br /&gt;
			{pattern: &#039;media/system/js/fields/calendar-locales/date/gregorian/*.js&#039;, included: false},&lt;br /&gt;
			{pattern: &#039;tests/javascript/**/fixture.html&#039;, included: false},&lt;br /&gt;
			{pattern: &#039;tests/javascript/**/spec.js&#039;, included: false},&lt;br /&gt;
			{pattern: &#039;tests/javascript/**/spec-setup.js&#039;, included: false},&lt;br /&gt;
			{pattern: &#039;media/system/webcomponents/js/*.js&#039;, included: false},&lt;br /&gt;
			{pattern: &#039;images/*.png&#039;, included: false},&lt;br /&gt;
&lt;br /&gt;
			&#039;tests/javascript/test-main.js&#039;&lt;br /&gt;
		],&lt;br /&gt;
&lt;br /&gt;
		exclude: [&lt;br /&gt;
			&#039;media/system/webcomponents/js/*-es5.js&#039;,&lt;br /&gt;
			&#039;media/system/webcomponents/js/*.min.js&#039;,&lt;br /&gt;
			&#039;media/system/webcomponents/js/*-es5.min.js&#039;,&lt;br /&gt;
		],&lt;br /&gt;
&lt;br /&gt;
		// preprocess matching files before serving them to the browser&lt;br /&gt;
		// available preprocessors: https://npmjs.org/browse/keyword/karma-preprocessor&lt;br /&gt;
		preprocessors: {&lt;br /&gt;
			&#039;**/system/js/*.js&#039;: [&#039;coverage&#039;]&lt;br /&gt;
		},&lt;br /&gt;
&lt;br /&gt;
		// coverage reporter configuration&lt;br /&gt;
		coverageReporter: {&lt;br /&gt;
			type : &#039;html&#039;,&lt;br /&gt;
			dir : &#039;build/coverage-js/&#039;&lt;br /&gt;
		},&lt;br /&gt;
&lt;br /&gt;
		// test results reporter to use&lt;br /&gt;
		// possible values: &#039;dots&#039;, &#039;progress&#039;&lt;br /&gt;
		// available reporters: https://npmjs.org/browse/keyword/karma-reporter&lt;br /&gt;
		reporters: [&#039;verbose&#039;, &#039;progress&#039;, &#039;coverage&#039;],&lt;br /&gt;
&lt;br /&gt;
		// web server port&lt;br /&gt;
		port: 9876,&lt;br /&gt;
&lt;br /&gt;
		// enable / disable colors in the output (reporters and logs)&lt;br /&gt;
		colors: true,&lt;br /&gt;
&lt;br /&gt;
		// level of logging&lt;br /&gt;
		// possible values: config.LOG_DISABLE || config.LOG_ERROR || config.LOG_WARN || config.LOG_INFO || config.LOG_DEBUG&lt;br /&gt;
		logLevel: config.LOG_INFO,&lt;br /&gt;
&lt;br /&gt;
		// enable / disable watching file and executing tests whenever any file changes&lt;br /&gt;
		autoWatch: true,&lt;br /&gt;
&lt;br /&gt;
		// start these browsers&lt;br /&gt;
		// available browser launchers: https://npmjs.org/browse/keyword/karma-launcher&lt;br /&gt;
		browsers: [&#039;Firefox&#039;],&lt;br /&gt;
&lt;br /&gt;
		// Continuous Integration mode&lt;br /&gt;
		// if true, Karma captures browsers, runs the tests and exits&lt;br /&gt;
		singleRun: false,&lt;br /&gt;
&lt;br /&gt;
		// list of plugins&lt;br /&gt;
		plugins: [&lt;br /&gt;
			&#039;karma-jasmine&#039;,&lt;br /&gt;
			&#039;karma-jasmine-ajax&#039;,&lt;br /&gt;
			&#039;karma-firefox-launcher&#039;,&lt;br /&gt;
			&#039;karma-coverage&#039;,&lt;br /&gt;
			&#039;karma-requirejs&#039;,&lt;br /&gt;
			&#039;karma-verbose-reporter&#039;&lt;br /&gt;
		],&lt;br /&gt;
&lt;br /&gt;
		// Concurrency level&lt;br /&gt;
		// how many browser should be started simultaneous&lt;br /&gt;
		concurrency: Infinity&lt;br /&gt;
	});&lt;br /&gt;
};&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Let&#039;s have a look at the important configurations that makes everything run together smoothly.&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;&#039;files&#039;&#039;&#039; attribute contains a list of files that the Karma server is going to serve. Unless specified in here, no tests can access any file. The set of files currently specified here are the &lt;br /&gt;
* third party JavaScript libraries like jQuery and jasmine-jquery,  &lt;br /&gt;
* the set of Joomla! custom JavaScript libraries, &lt;br /&gt;
* the set of spec files that contain test cases along with the files that set up the spec executions and &lt;br /&gt;
* the files that contains the HTML fixtures the libraries are tested on and finally some sample images. &lt;br /&gt;
&lt;br /&gt;
We have these files specified with the &amp;lt;tt&amp;gt;included: false&amp;lt;/tt&amp;gt; option because we are using &#039;&#039;require.js&#039;&#039; for that purpose. The only file that will be both LOADED and INCLUDED from karma itself will be the test-main.js file generated from &#039;&#039;require.js&#039;&#039;. From there on, &#039;&#039;require.js&#039;&#039; takes care of including the other loaded files.&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;&#039;exclude&#039;&#039;&#039; attribute does what the name suggests and is used since the &#039;&#039;&amp;quot;media/system/js&amp;quot;&#039;&#039; directory contains both the minified as well as the uncompressed version of the same library. We need to exclude the uncompressed versions from the loaded files list and that&#039;s what this exactly does.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Preprocessors&#039;&#039;&#039; attribute has the externally added &#039;&#039;coverage&#039;&#039; reporter specified in it. The output in the command line is also made verbose by the &#039;&#039;verbose&#039;&#039; reporter.&lt;br /&gt;
&lt;br /&gt;
Autowatch is set to true so that whenever a change to any loaded file is made, the Karma server would detect that and rerun the tests. This makes the life of the tester easy.&amp;lt;/translate&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The browsers attribute accepts an array of browsers that we need the tests to be run on and currently has only Firefox set. In order to use any other browser, the relevant browser launcher needs to be installed and of course you need to have that browser installed on your local machine.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If &amp;lt;tt&amp;gt;singleRun&amp;lt;/tt&amp;gt; is set to &amp;lt;tt&amp;gt;true&amp;lt;/tt&amp;gt;, Karma will start and capture all configured browsers, run tests and then exit with an exit code of 0 or 1 depending on whether all tests passed or any tests failed.&amp;lt;tt&amp;gt;singleRun&amp;lt;/tt&amp;gt; a &amp;lt;br&amp;gt;That obviously would not be what we expect when we have &amp;lt;tt&amp;gt;autowatch&amp;lt;/tt&amp;gt; also set to true. Therefore for the ease of development the option is set to &#039;&#039;false&#039;&#039;. Still it is possible to run the server in the &#039;single run&#039; fashion by passing &amp;lt;tt&amp;gt;--single-run&amp;lt;/tt&amp;gt; option in the karma start command - as we do.&lt;br /&gt;
&amp;lt;tt&amp;gt;node node_modules/karma/bin/karma start karma.conf.js --single-run&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The next important file we need to look at is the &#039;&#039;test-main.js&#039;&#039; file which is an auto generated file from &#039;&#039;require.js&#039;&#039;. We use &#039;&#039;require.js&#039;&#039; in this setup to make dynamic loading of dependencies in test specs possible. You can find this file in the folder &amp;lt;tt&amp;gt;/test/javascript/&amp;lt;/tt&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
Below you can see the content of this file.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;php&amp;quot;&amp;gt;&lt;br /&gt;
const allTestFiles = [];&lt;br /&gt;
const TEST_REGEXP = /(spec|test)\.js$/i;&lt;br /&gt;
&lt;br /&gt;
// Get a list of all the test files to include&lt;br /&gt;
Object.keys(window.__karma__.files).forEach((file) =&amp;gt; {&lt;br /&gt;
	if (TEST_REGEXP.test(file)) {&lt;br /&gt;
		// Normalize paths to RequireJS module names.&lt;br /&gt;
		// If you require sub-dependencies of test files to be loaded as-is (requiring file extension)&lt;br /&gt;
		// then do not normalize the paths&lt;br /&gt;
		const normalizedTestModule = file.replace(/^\/base\/|\.js$/g, &#039;&#039;);&lt;br /&gt;
		allTestFiles.push(normalizedTestModule);&lt;br /&gt;
	}&lt;br /&gt;
});&lt;br /&gt;
&lt;br /&gt;
require.config({&lt;br /&gt;
	// Karma serves files under /base, which is the basePath from your config file&lt;br /&gt;
	baseUrl: &#039;/base&#039;,&lt;br /&gt;
&lt;br /&gt;
	paths: {&lt;br /&gt;
		&#039;core&#039;: &#039;media/system/js/core.min&#039;,&lt;br /&gt;
		&#039;jquery&#039;: &#039;node_modules/jquery/dist/jquery.min&#039;,&lt;br /&gt;
		&#039;jui&#039;: &#039;media/vendor/jquery-ui/js/jquery.ui.core.min&#039;,&lt;br /&gt;
		&#039;jui-sortable&#039;: &#039;media/vendor/jquery-ui/js/jquery.ui.sortable.min&#039;,&lt;br /&gt;
		&#039;bootstrap&#039;: &#039;media/vendor/bootstrap/js/bootstrap.min&#039;,&lt;br /&gt;
		&#039;jasmineJquery&#039;: &#039;node_modules/jasmine-jquery/lib/jasmine-jquery&#039;,&lt;br /&gt;
		&#039;libs&#039;: &#039;media/system/js&#039;,&lt;br /&gt;
		&#039;legacy_libs&#039;: &#039;media/system/js/legacy&#039;,&lt;br /&gt;
		&#039;testsRoot&#039;: &#039;tests/javascript&#039;,&lt;br /&gt;
		&#039;text&#039;: &#039;node_modules/text/text&#039;,&lt;br /&gt;
		&#039;fields&#039;: &#039;media/system/js/fields&#039;,&lt;br /&gt;
		&#039;calLang&#039;: &#039;media/system/js/fields/calendar-locales/en&#039;,&lt;br /&gt;
		&#039;calDate&#039;: &#039;media/system/js/fields/calendar-locales/date/gregorian/date-helper&#039;,&lt;br /&gt;
		&#039;JCE&#039;: &#039;media/system/webcomponents/js&#039;&lt;br /&gt;
	},&lt;br /&gt;
&lt;br /&gt;
	shim: {&lt;br /&gt;
		jasmineJquery: [&#039;jquery&#039;],&lt;br /&gt;
		bootstrap: [&#039;jquery&#039;],&lt;br /&gt;
		&#039;jui-sortable&#039;: [&#039;jquery&#039;],&lt;br /&gt;
		&#039;libs/validate&#039;: {&lt;br /&gt;
			deps: []&lt;br /&gt;
		},&lt;br /&gt;
		&#039;libs/subform-repeatable&#039;: {&lt;br /&gt;
			deps: [&#039;jquery&#039;, &#039;jui&#039;, &#039;jui-sortable&#039;]&lt;br /&gt;
		},&lt;br /&gt;
		&#039;JCE/joomla-field-send-test-mail&#039;: {&lt;br /&gt;
			deps: [&#039;jquery&#039;]&lt;br /&gt;
		},&lt;br /&gt;
		&#039;libs/fields/calendar&#039;: {&lt;br /&gt;
			deps: [&#039;calLang&#039;, &#039;calDate&#039;]&lt;br /&gt;
		}&lt;br /&gt;
	},&lt;br /&gt;
&lt;br /&gt;
	// dynamically load all test files&lt;br /&gt;
	deps: allTestFiles,&lt;br /&gt;
&lt;br /&gt;
	// we have to kickoff jasmine, as it is asynchronous&lt;br /&gt;
	callback: window.__karma__.start&lt;br /&gt;
});&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
Two important changes are done to the auto generated file.&lt;br /&gt;
* The first is the paths attribute set in in the require configuration. These paths allow us to have aliases assigned to specific JavaScript files. This way for example, whenever we need to add &#039;&#039;&amp;quot;node_modules/jquery/dist/jquery.min&amp;quot;&#039;&#039; as a dependency, all we need to do is to specify the alias &amp;lt;tt&amp;gt;jquery&amp;lt;/tt&amp;gt; in the dependency list.&lt;br /&gt;
* The next change made to the auto generated file is the &#039;shim&#039; attribute. This is a very simple option where we get to specify the dependencies among the paths set above. For example: &amp;lt;tt&amp;gt;shim: {jasmineJquery: [&#039;jquery&#039;]}&amp;lt;/tt&amp;gt; tells &#039;&#039;require.js&#039;&#039; to load jquery before loading jasmineJquery.&lt;br /&gt;
&lt;br /&gt;
==Writing new tests== &lt;br /&gt;
Test cases are stored in a modular fashion inside the &#039;&#039;&amp;quot;tests/javascript/&amp;quot;&#039;&#039; directory where we have a specific directory allocated for a specific JavaScript library. Inside of that directory lies two JavaScript files, one containing the test cases (&#039;&#039;spec.js&#039;&#039;) and one containing any setup code necessary to run the tests (&#039;&#039;spec-setup.js&#039;&#039;). &lt;br /&gt;
The HTML content that needs to be loaded to the DOM for the tests to run are kept inside a directory named &#039;&#039;&amp;quot;fixtures&amp;quot;&#039;&#039; and inside it lies the &#039;&#039;fixture.html&#039;&#039; file. &#039;&#039;fixture.html&#039;&#039; file simply contains pure HTML.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;php&amp;quot;&amp;gt;&lt;br /&gt;
-tests&lt;br /&gt;
--javascript&lt;br /&gt;
---fixtures&lt;br /&gt;
----fixture.html&lt;br /&gt;
---spec-setup.js&lt;br /&gt;
---spec.js&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;spec-setup.js&#039;&#039; mostly does appending of the required HTML fixtures to the DOM. The test setup uses a plugin called &amp;lt;tt&amp;gt;RequireJSText&amp;lt;/tt&amp;gt; that allows dynamic loading of HTML files also possible. Only difference is that the dependency is prefixed with &amp;lt;tt&amp;gt;text!&amp;lt;/tt&amp;gt;. For example, to load the fixture with an alias &amp;lt;tt&amp;gt;fixtureHtml&amp;lt;/tt&amp;gt;, the dependency specified should be &amp;lt;tt&amp;gt;text!fixtureHtml&amp;lt;/tt&amp;gt;. You can find this plugin in the folder &amp;lt;tt&amp;gt;/node-modules&amp;lt;/tt&amp;gt; For more information see http://requirejs.org/.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Code example== &lt;br /&gt;
On the end of the article [[Running_JavaScript_Tests_for_the_Joomla_CMS]] you can find some Code templates. Here you see a code example.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;spec.js&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;source lang=&amp;quot;javascript&amp;quot;&amp;gt;&lt;br /&gt;
define([&#039;jquery&#039;, &#039;testsRoot/calendar/spec-setup&#039;, &#039;jasmineJquery&#039;], function ($) {&lt;br /&gt;
	beforeAll(function () {&lt;br /&gt;
		var element = document.querySelector(&amp;quot;.field-calendar&amp;quot;),&lt;br /&gt;
		    input = document.getElementById(&#039;jform_created&#039;),&lt;br /&gt;
		    currentDate = new Date();&lt;br /&gt;
&lt;br /&gt;
		input.value = currentDate.getFullYear() + &#039;-09-01 05:17:00&#039;;&lt;br /&gt;
		input.setAttribute(&#039;data-alt-value&#039;, currentDate.getFullYear() + &#039;-09-01 05:17:00&#039;);&lt;br /&gt;
&lt;br /&gt;
		JoomlaCalendar.init(element);&lt;br /&gt;
	});&lt;br /&gt;
&lt;br /&gt;
	describe(&#039;Calendar set for the input element&#039;, function () {&lt;br /&gt;
		it(&#039;Should have calendar element under the input element&#039;, function () {&lt;br /&gt;
			expect($(&#039;body&#039;)).toContainElement(&#039;.js-calendar&#039;);&lt;br /&gt;
		});&lt;br /&gt;
&lt;br /&gt;
		it(&#039;Calendar should be hidden&#039;, function () {&lt;br /&gt;
			expect($(&#039;.js-calendar&#039;).css(&#039;display&#039;)).toEqual(&#039;none&#039;);&lt;br /&gt;
		});&lt;br /&gt;
&lt;br /&gt;
		it(&#039;Should appear on button click&#039;, function () {&lt;br /&gt;
			$(&#039;#jform_created_btn&#039;).trigger(&#039;click&#039;);&lt;br /&gt;
&lt;br /&gt;
            setTimeout(function() {&lt;br /&gt;
                expect($(&#039;.js-calendar&#039;).css(&#039;display&#039;)).toEqual(&#039;block&#039;);&lt;br /&gt;
            }, 200)&lt;br /&gt;
&lt;br /&gt;
		});&lt;br /&gt;
	});&lt;br /&gt;
});&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;spec-setup.js&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;javascript&amp;quot;&amp;gt;&lt;br /&gt;
define([&#039;jquery&#039;, &#039;text!testsRoot/calendar/fixtures/fixture.html&#039;, &#039;libs/fields/calendar&#039;], function ($, fixture) {&lt;br /&gt;
&lt;br /&gt;
	$(&#039;body&#039;).append(fixture);&lt;br /&gt;
&lt;br /&gt;
});&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;fixtures/fixture.html&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;source lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div id=&amp;quot;calendarjs&amp;quot;&amp;gt;&lt;br /&gt;
	&amp;lt;form name=&amp;quot;formTest&amp;quot; onsubmit=&amp;quot;return false&amp;quot;&amp;gt;&lt;br /&gt;
		&amp;lt;div class=&amp;quot;field-calendar&amp;quot;&amp;gt;&lt;br /&gt;
			&amp;lt;div class=&amp;quot;input-append&amp;quot;&amp;gt;&lt;br /&gt;
				&amp;lt;input type=&amp;quot;text&amp;quot;&lt;br /&gt;
						id=&amp;quot;jform_created&amp;quot;&lt;br /&gt;
						name=&amp;quot;jform[created]&amp;quot;&lt;br /&gt;
						value=&amp;quot;&amp;quot;&lt;br /&gt;
						size=&amp;quot;22&amp;quot;&lt;br /&gt;
						placeholder=&amp;quot;Created date.&amp;quot;&lt;br /&gt;
						data-alt-value=&amp;quot;&amp;quot;&lt;br /&gt;
						aria-invalid=&amp;quot;false&amp;quot;&amp;gt;&lt;br /&gt;
				&amp;lt;button type=&amp;quot;button&amp;quot;&lt;br /&gt;
						class=&amp;quot;btn btn-secondary&amp;quot;&lt;br /&gt;
						id=&amp;quot;jform_created_btn&amp;quot;&lt;br /&gt;
						data-inputfield=&amp;quot;jform_created&amp;quot;&lt;br /&gt;
						data-dayformat=&amp;quot;%Y-%m-%d %H:%M:%S&amp;quot;&lt;br /&gt;
						data-button=&amp;quot;jform_created_btn&amp;quot;&lt;br /&gt;
						data-firstday=&amp;quot;0&amp;quot;&lt;br /&gt;
						data-weekend=&amp;quot;0,6&amp;quot;&lt;br /&gt;
						data-today-btn=&amp;quot;1&amp;quot;&lt;br /&gt;
						data-week-numbers=&amp;quot;0&amp;quot;&lt;br /&gt;
						data-show-time=&amp;quot;0&amp;quot;&lt;br /&gt;
						data-show-others=&amp;quot;1&amp;quot;&lt;br /&gt;
						data-time-24=&amp;quot;24&amp;quot;&lt;br /&gt;
						data-only-months-nav=&amp;quot;0&amp;quot;&amp;gt;&lt;br /&gt;
					&amp;lt;span class=&amp;quot;icon-calendar&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
				&amp;lt;/button&amp;gt;&lt;br /&gt;
			&amp;lt;/div&amp;gt;&lt;br /&gt;
		&amp;lt;/div&amp;gt;&lt;br /&gt;
		&amp;lt;input type=&amp;quot;text&amp;quot; name=&amp;quot;none-spec&amp;quot; id=&amp;quot;cal-close-btn&amp;quot; value=&amp;quot;&amp;quot; title=&amp;quot;nonenne&amp;quot;/&amp;gt;&lt;br /&gt;
	&amp;lt;/form&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;/div&gt;</summary>
		<author><name>Rdeutz</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=J3.x:Fatal_Error_with_PHP5.3_and_Multilanguage_enabled&amp;diff=432378</id>
		<title>J3.x:Fatal Error with PHP5.3 and Multilanguage enabled</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=J3.x:Fatal_Error_with_PHP5.3_and_Multilanguage_enabled&amp;diff=432378"/>
		<updated>2017-07-04T15:18:17Z</updated>

		<summary type="html">&lt;p&gt;Rdeutz: Created page with &amp;quot;&amp;lt;!-- Start with an intro below this line --&amp;gt; After tan update to Joomla 3.7.3 the following Error occurs with PHP 5.3.29 on a multilingual site with language filter plugin ena...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!-- Start with an intro below this line --&amp;gt;&lt;br /&gt;
After tan update to Joomla 3.7.3 the following Error occurs with PHP 5.3.29 on a multilingual site with language filter plugin enabled&lt;br /&gt;
&lt;br /&gt;
==Errors reported== &amp;lt;!-- Fill errors below --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Fatal error: Function name must be a string in libraries/cms/router/router.php on line 639&lt;br /&gt;
&lt;br /&gt;
==Versions affected== &amp;lt;!--refers to and other information below --&amp;gt;&lt;br /&gt;
{{tip|This pertains only to Joomla! version(s): &#039;&#039;&#039;3.7.3&#039;&#039;&#039;|title=General Information}} &amp;lt;!-- add the version(s) you need --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==What is the cause== &amp;lt;!-- Cause if known --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==How to fix== &amp;lt;!-- How to fix it if known --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Update to a PHP Version 5.4 or later.&lt;br /&gt;
&lt;br /&gt;
__NOTOC__&lt;br /&gt;
&amp;lt;!-- Change if needed --&amp;gt;&lt;/div&gt;</summary>
		<author><name>Rdeutz</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Joomla_CMS_Development_Roadmap&amp;diff=364240</id>
		<title>Joomla CMS Development Roadmap</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Joomla_CMS_Development_Roadmap&amp;diff=364240"/>
		<updated>2017-02-13T07:20:43Z</updated>

		<summary type="html">&lt;p&gt;Rdeutz: /* 2017 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;&amp;lt;languages /&amp;gt;&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{Joomla version|version={{CurrentSTSVer|minor}}|comment=&#039;&#039;&#039;&amp;lt;translate&amp;gt;&amp;lt;!--T:1--&amp;gt;&lt;br /&gt;
Stable Version&amp;lt;/translate&amp;gt;&#039;&#039;&#039;}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
&amp;lt;!--T:2--&amp;gt;&lt;br /&gt;
With the proposed new [[S:MyLanguage/Release and support cycle|development cycle]] one of the key features is maintaining long-term stability and backwards compatibility while also beginning to follow a [[wp:semantic versioning|semantic versioning]] approach to releases. The other aspect of timeframes was previously identified as a problem with the old release cycle. This ties in closely to the version numbers and release dates. By changing the releases to a somewhat standardised semantic version numbering and increasing the number of releases we will be able to stop the rush to include bugs and improvements in a release. Ideally the goal is to minimise the amount of items to be included in each release but also offer a more frequent release cycle. Important to keep in mind: &#039;&#039;&#039;these releases are considered minor releases and none of them are to break backwards compatibility&#039;&#039;&#039;. Any features determined to break backwards compatibility will be moved to the next major release, Joomla! 4.x.&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
&amp;lt;!--T:3--&amp;gt;&lt;br /&gt;
Estimated EOS (End of Support) for the Joomla 3 major series, &#039;&#039;&#039;3rd quarter of 2018&#039;&#039;&#039;.&amp;lt;ref name=&amp;quot;supported_releases&amp;quot;&amp;gt;The full explanation of supported releases can be found under the heading, [http://developer.joomla.org/news/586-joomla-development-strategy.html#supported_releases 4.3 Supported releases] on the Joomla Development Strategy document.&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;translate&amp;gt;&amp;lt;!--T:29--&amp;gt;&lt;br /&gt;
&#039;&#039;Please remember all dates are tentative and proposed focus for each release subject to modification.&#039;&#039;&amp;lt;/translate&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{Joomla_version_color_codes/{{Translation language}}}}&lt;br /&gt;
&amp;lt;div style=&amp;quot;text-align:center;&amp;quot;&amp;gt;&#039;&#039;&#039;[[S:MyLanguage/Joomla_CMS_Development_Roadmap/Archive|&lt;br /&gt;
&amp;lt;translate&amp;gt;&amp;lt;!--T:18--&amp;gt;&lt;br /&gt;
Released Roadmap Versions&amp;lt;/translate&amp;gt;]]&#039;&#039;&#039;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== 2017 ==&lt;br /&gt;
{{Joomla version|version=3.7|status=developing|comment=&amp;lt;translate&amp;gt;&amp;lt;!--T:6--&amp;gt;&lt;br /&gt;
current dev&amp;lt;/translate&amp;gt;}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
=== 1st Quarter&amp;lt;ref&amp;gt;See the schedule in the article [https://www.joomla.org/announcements/release-news/5692-road-to-joomla-3-7.html Road to Joomla! 3.7].&amp;lt;/ref&amp;gt; === &amp;lt;!--T:7--&amp;gt;&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
&amp;lt;!--T:19--&amp;gt;&lt;br /&gt;
Release manager(s): &lt;br /&gt;
* [mailto:robert.deutz@community.joomla.org Robert Deutz]&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
&amp;lt;!--T:24--&amp;gt;&lt;br /&gt;
The following are suggested improvements. If you would like to assist or contribute to them, please contact one of the release managers for more information.&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
&amp;lt;!--T:20--&amp;gt;&lt;br /&gt;
*Custom Fields.&lt;br /&gt;
*Optional new router.&lt;br /&gt;
*Translator experience improvements.&lt;br /&gt;
*Admin Menu Manager.&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
==== PRs Missing Testing Instructions ==== &amp;lt;!--T:27--&amp;gt;&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
&amp;lt;!--T:28--&amp;gt;&lt;br /&gt;
* These are [https://github.com/joomla/joomla-cms/labels/Test%20instructions%20missing PRs missing testing instructions]. The Joomla project needs your help when submitting a PR for consideration. Testers can not determine if a PR resolves an issue unless there are detailed instructions on how to replicate the issue and how the PR solves the issue.&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
==== Features Accepted ==== &amp;lt;!--T:25--&amp;gt;&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
*See the list of new features on [https://github.com/joomla/joomla-cms/issues?q=label%3A%22New+Feature%22+milestone%3A%22Joomla+3.7.0%22+is%3Aclosed GitHub]&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
==== Features Proposed Still Under Review ==== &amp;lt;!--T:21--&amp;gt;&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
&amp;lt;!--T:23--&amp;gt;&lt;br /&gt;
For further reference here is a complete list of open [https://github.com/joomla/joomla-cms/labels/New%20Feature PRs labeled as a &amp;quot;New Feature&amp;quot;] under consideration. PRs listed are not automatically included and may be under further review or discussion.&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{Joomla version|version=3.8|status=future|comment=&amp;lt;translate&amp;gt;&amp;lt;!--T:12--&amp;gt;&lt;br /&gt;
Last planned release&amp;lt;ref&amp;gt;As of Summer 2016, subject to change.&amp;lt;/ref&amp;gt;&amp;lt;/translate&amp;gt;}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
=== 3rd Quarter === &amp;lt;!--T:31--&amp;gt;&lt;br /&gt;
(Undetermined)&lt;br /&gt;
*New Media Manager (part 1)&lt;br /&gt;
*Joomla! 4 future compatibility&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{Joomla version|version=4.0|status=future}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
=== 3rd Quarter === &amp;lt;!--T:10--&amp;gt;&lt;br /&gt;
*New Frontend and Backend templates (using Bootstrap 4)&lt;br /&gt;
*Final Router Improvements&lt;br /&gt;
*Use of more framework packages&lt;br /&gt;
*Full code namespacing&lt;br /&gt;
*Reworked administrator dashboard&lt;br /&gt;
*New Media Manager (part 1 and 2)&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== References == &amp;lt;!--T:14--&amp;gt;&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
&amp;lt;references/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
==More Information== &amp;lt;!--T:30--&amp;gt;&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
*[https://developer.joomla.org/cms/roadmap.html Joomla! Roadmap]&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
&amp;lt;!--T:15--&amp;gt;&lt;br /&gt;
__NOTOC__&lt;br /&gt;
[[Category:Core Contributions]]&lt;br /&gt;
[[Category:CMS Development Reference]]&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;/div&gt;</summary>
		<author><name>Rdeutz</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Joomla:CMS_New_Feature_Life-cycle_Management_Policy&amp;diff=166073</id>
		<title>Joomla:CMS New Feature Life-cycle Management Policy</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Joomla:CMS_New_Feature_Life-cycle_Management_Policy&amp;diff=166073"/>
		<updated>2015-03-24T16:09:24Z</updated>

		<summary type="html">&lt;p&gt;Rdeutz: /* Unit tests */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{note|This document is incomplete. When this warning is removed, it will be a valid policy.|type=serious}}&lt;br /&gt;
&lt;br /&gt;
This document outlines a process for managing the incorporation of new features into the Joomla CMS.  It should be noted that following this process is not compulsory, however a new feature will be more likely to be accepted and incorporated into Joomla if this process is followed.&lt;br /&gt;
&lt;br /&gt;
== Idea ==&lt;br /&gt;
&lt;br /&gt;
All new features begin with an idea.  It might come from a personal itch you feel the need to scratch or it could be something that many people in the community have requested.  Where the idea comes from doesn’t matter, the important first step is to write it down and begin the process of thinking it through.  Is the idea feasible?  Is the idea appropriate for the core Joomla product or would it make more sense as an installable extension?  Ask yourself (and others) these questions and if you still think it’s a good idea, proceed to the next step.&lt;br /&gt;
&lt;br /&gt;
== Request for Comments ==&lt;br /&gt;
&lt;br /&gt;
To stand a good chance of acceptance your idea will need to pass some degree of peer review.  The best way to garner such a review is to write an RFC (Request for Comments)[&#039;&#039;&#039;example link&#039;&#039;&#039;] in which you describe your feature idea in as much detail as you can and explain why you think it should be included in the Joomla CMS.&lt;br /&gt;
&lt;br /&gt;
Be prepared to defend your RFC, as most will likely attract criticism as well as praise.  Respond to feedback and be willing to amend the RFC if the feedback makes sense to you.  It is important to remain respectful at all times, even if your idea is being criticised.  It’s easy to become emotionally attached to an idea and become overly defensive about its merits, when it might be better to accept criticism and see it as a way of improving your proposal.  Of course, this tends to become a lot more obvious with the benefit of hindsight.&lt;br /&gt;
&lt;br /&gt;
If you can recruit others to help you work on your feature then welcome them to the party.  Most features will require the combined efforts of many people in order to reach the holy grail of being merged into the core codebase.&lt;br /&gt;
&lt;br /&gt;
To stand the best chance of being included, your feature RFC needs to be adopted by a Release Team.  At any given time there will be three Release Teams: one looking after the current release (x.y); one looking after the following release (x.y+1); and one that will be starting to pull together ideas for the release after that (x.y+2).  It is this latter team that is the one most likely to adopt your RFC because it is that team that will be actively looking for new feature proposals that it can shepherd into the codebase.&lt;br /&gt;
&lt;br /&gt;
The Release Team will be looking at the roadmap for planned features, reviewing community feedback for other desired features and seeking community member interest in development and testing of features. A strong RFC with good community support will go a long way to attracting their attention and gaining their support.  If the Release Team chooses your feature for their release then you are on your way!  But of course, that’s when the hard work really starts.&lt;br /&gt;
&lt;br /&gt;
== Production Working Group ==&lt;br /&gt;
&lt;br /&gt;
If your RFC is adopted by a Release Team then they will almost certainly encourage you to form a Production Working Group (PWG) in order to develop the feature.  All current PWGs are listed on the documentation wiki&amp;lt;ref&amp;gt;[[Production Working Groups]]&amp;lt;/ref&amp;gt; and there you will also find the procedure for forming a new PWG.  You don’t have to form a PWG, but if you do then it will help with recruiting community members to help you and it provides a template which will help everyone to communicate and manage progress towards your goal of having the feature accepted into the codebase.&lt;br /&gt;
&lt;br /&gt;
With approval to form a PWG you will be able to publish your team details on the documentation wiki and you will get a page on the Volunteers Portal.  The Release Leader will expect regular progress reports (usually monthly), which you can easily publish on the Volunteers Portal and the wiki.&lt;br /&gt;
&lt;br /&gt;
== Code Sprints ==&lt;br /&gt;
&lt;br /&gt;
[[Joomla:Sprint Policy|Code Sprints]] are a great way to get an extra push towards the finish line.  Bringing together a group of 6 to 10 talented individuals for a couple of days to focus intensively on a feature is a powerful way of making progress.  Consider bringing documentors as well as coders into the mix as full documentation is also a requirement for acceptance of new features.&lt;br /&gt;
&lt;br /&gt;
But Code Sprints take time and effort to organise and there is usually a cost involved, if only for the pizza!  Usually there will be travel and accommodation expenses to consider too.  The PLT has a budget for funding Code Sprints so if you think that your feature would benefit from one and you are prepared to take on some of the responsibility for organising it, then make your proposal to the PLT (your Release Leader will be able to help you).  The PLT will consider it carefully, but don’t be disappointed if the answer is no; funds are limited after all.&lt;br /&gt;
&lt;br /&gt;
== Acceptance ==&lt;br /&gt;
&lt;br /&gt;
To be accepted and merged into the core CMS codebase your feature will need to meet some minimum requirements that are designed to maintain quality.  After all, your code could be running on millions of websites worldwide and the Joomla project has a responsibility to try to ensure the highest standards possible for all our users.&lt;br /&gt;
&lt;br /&gt;
Although the PLT has ultimate responsibility for merging new features into the codebase, in practice the decision to merge is devolved to the CMS Release Team Leader for the release concerned.&lt;br /&gt;
&lt;br /&gt;
=== Code style ===&lt;br /&gt;
&lt;br /&gt;
A basic requirement is that all code should conform to our code style standards.  You can read them in detail [here] and you can run automated tests for most of them using phpcs [instructions here].&lt;br /&gt;
&lt;br /&gt;
=== Unit tests ===&lt;br /&gt;
&lt;br /&gt;
All new code added to the CMS must pass all current unit tests (unless, of course, there is a good reason for the test itself to need changing).  Unit tests can be run locally [[Running_Automated_Tests_for_the_Joomla_CMS]] but they are also run automatically using Travis [&#039;&#039;&#039;need link&#039;&#039;&#039;] which is triggered automatically whenever a pull request is submitted.&lt;br /&gt;
&lt;br /&gt;
Nowadays we require all code submitted to the core to be accompanied by unit tests. For writing unit test we have set up [[Unit_Testing_Best_Practices|guidelines]] you should follow&lt;br /&gt;
&lt;br /&gt;
=== System tests ===&lt;br /&gt;
&lt;br /&gt;
System tests are a bit thin on the ground and this is an area where we are looking to strengthen in future.&lt;br /&gt;
&lt;br /&gt;
=== Documentation ===&lt;br /&gt;
&lt;br /&gt;
All new features must be accompanied by comprehensive documentation appropriate for the nature of the new feature.  This includes both developer and user documentation.  If you cannot write the documentation yourself then you will need to put a call out for assistance.  You should find plenty of people willing to help.&lt;br /&gt;
&lt;br /&gt;
== Maintenance ==&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&amp;lt;references/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Governance]]&lt;br /&gt;
[[Category:Project Policies]]&lt;/div&gt;</summary>
		<author><name>Rdeutz</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Unit_Testing_Best_Practices&amp;diff=128046</id>
		<title>Unit Testing Best Practices</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Unit_Testing_Best_Practices&amp;diff=128046"/>
		<updated>2014-10-18T10:44:19Z</updated>

		<summary type="html">&lt;p&gt;Rdeutz: /* Generating Testdox */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Introduction==&lt;br /&gt;
This article lists a few best practices related to writing unit tests for Joomla. These best practices have not been implemented in all tests of the existing testsuite yet, so if you find a place where this is not implemented in this way consider to change it and implement it.&lt;br /&gt;
&lt;br /&gt;
==One test per method==&lt;br /&gt;
Make sure, that each test method tests exactly one thing. This makes it much easier to find out what causes a failed test, makes test methods more readable and also gives more meaningful Testdox outputs (see below).&lt;br /&gt;
&lt;br /&gt;
Let&#039;s assume we want to test this class:&lt;br /&gt;
&amp;lt;source lang=&amp;quot;php&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;?php&lt;br /&gt;
class Foo&lt;br /&gt;
{&lt;br /&gt;
	public function bar($string)&lt;br /&gt;
	{&lt;br /&gt;
		if (is_int($string))&lt;br /&gt;
		{&lt;br /&gt;
			return false;&lt;br /&gt;
		}&lt;br /&gt;
&lt;br /&gt;
		$string = strtoupper($string);&lt;br /&gt;
&lt;br /&gt;
		return $string;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Below you can find a bad example of a test for this method, because it tests two different things (convert to uppercase, return false on int) in the same method:&lt;br /&gt;
&amp;lt;source lang=&amp;quot;php&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;?php&lt;br /&gt;
class FooTest extends PHPUnit_Framework_Testcase&lt;br /&gt;
{&lt;br /&gt;
	public function testBar()&lt;br /&gt;
	{&lt;br /&gt;
		$object = new foo();&lt;br /&gt;
&lt;br /&gt;
		$this-&amp;gt;assertEquals(&#039;EXAMPLE&#039;, $object-&amp;gt;bar(&#039;example&#039;));&lt;br /&gt;
		$this-&amp;gt;assertEquals(false, $object-&amp;gt;bar(4));&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
A better approach would be to split these two assertions into two test methods:&lt;br /&gt;
&amp;lt;source lang=&amp;quot;php&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;?php&lt;br /&gt;
class FooTest extends PHPUnit_Framework_Testcase&lt;br /&gt;
{&lt;br /&gt;
	public function testBar1()&lt;br /&gt;
	{&lt;br /&gt;
		$object = new foo();&lt;br /&gt;
&lt;br /&gt;
		$this-&amp;gt;assertEquals(&#039;EXAMPLE&#039;, $object-&amp;gt;bar(&#039;example&#039;));&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	public function testBar2()&lt;br /&gt;
	{&lt;br /&gt;
		$object = new foo();&lt;br /&gt;
&lt;br /&gt;
		$this-&amp;gt;assertEquals(false, $object-&amp;gt;bar(4));&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Use meaningful names for test methods==&lt;br /&gt;
Meaningful names for your test methods increase readability and add a bit of extra documentation to your test. Meaningful tests also give a really nice output when using the --testdox option of PHPUnit (see below).&lt;br /&gt;
&lt;br /&gt;
Using the example above, meaningful method names could look like this:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;php&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;?php&lt;br /&gt;
class FooTest extends PHPUnit_Framework_Testcase&lt;br /&gt;
{&lt;br /&gt;
	public function testStringIsConvertedToUppercase()&lt;br /&gt;
	{&lt;br /&gt;
		$object = new foo();&lt;br /&gt;
&lt;br /&gt;
		$this-&amp;gt;assertEquals(&#039;EXAMPLE&#039;, $object-&amp;gt;bar(&#039;example&#039;));&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	public function testFalseIsReturnedWhenIntIsUsedAsArgument()&lt;br /&gt;
	{&lt;br /&gt;
		$object = new foo();&lt;br /&gt;
&lt;br /&gt;
		$this-&amp;gt;assertEquals(false, $object-&amp;gt;bar(4));&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Use the most specific assertion possible==&lt;br /&gt;
PHPUnit offers a wide range of different [https://phpunit.de/manual/current/en/appendixes.assertions.html assertion methods]. By using the most specific one that&#039;s available, you reduce code in your tests and also make your tests more strict which leads to more meaningful results. Again, let&#039;s improve the example used above:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;php&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;?php&lt;br /&gt;
class FooTest extends PHPUnit_Framework_Testcase&lt;br /&gt;
{&lt;br /&gt;
	public function testStringIsConvertedToUppercase()&lt;br /&gt;
	{&lt;br /&gt;
		$object = new foo();&lt;br /&gt;
&lt;br /&gt;
		// assertSame is type safe, so in this case only strings are accepted&lt;br /&gt;
		$this-&amp;gt;assertSame(&#039;EXAMPLE&#039;, $object-&amp;gt;bar(&#039;example&#039;));&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	public function testFalseIsReturnedWhenIntIsUsedAsArgument()&lt;br /&gt;
	{&lt;br /&gt;
		$object = new foo();&lt;br /&gt;
&lt;br /&gt;
		// reduced code&lt;br /&gt;
		$this-&amp;gt;assertFalse($object-&amp;gt;bar(4));&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Run your tests with --strict and --verbose==&lt;br /&gt;
By running your tests with the --strict and --verbose parameters, PHPUnit will provide you a lot of useful informations, for example:&lt;br /&gt;
* Tests that don&#039;t make any assertions and therefor are useless&lt;br /&gt;
* Tests that have a todo&lt;br /&gt;
* Tests that are skipped&lt;br /&gt;
&lt;br /&gt;
==Generating Testdox==&lt;br /&gt;
When test methods have meaningful names, the --testdox parameter is a very useful instrument to get a human readble, nicely looking overview of passing and falling tests. Running our example from above with --testdox outputs:&lt;br /&gt;
&lt;br /&gt;
 PHPUnit 4.3.1 by Sebastian Bergmann.&lt;br /&gt;
 &lt;br /&gt;
 Foo&lt;br /&gt;
  [x] String is converted to uppercase&lt;br /&gt;
  [x] False is returned when int is used as argument&lt;br /&gt;
&lt;br /&gt;
To generate this output, PHPUnit uses the method name, strips the &amp;quot;test&amp;quot; at beginning and converts each uppercase letter into a space. &lt;br /&gt;
&lt;br /&gt;
Attention: Use this only for documentation and not while you are working on the tests, because it doesn&#039;t give you any information why a test failed.&lt;br /&gt;
&lt;br /&gt;
[[Category:Bug Squad]] [[Category:Development]] [[Category:Testing]] [[Category:Automated Testing]]&lt;/div&gt;</summary>
		<author><name>Rdeutz</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Unit_Testing_Best_Practices&amp;diff=128045</id>
		<title>Unit Testing Best Practices</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Unit_Testing_Best_Practices&amp;diff=128045"/>
		<updated>2014-10-18T10:38:58Z</updated>

		<summary type="html">&lt;p&gt;Rdeutz: /* One test per method */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Introduction==&lt;br /&gt;
This article lists a few best practices related to writing unit tests for Joomla. These best practices have not been implemented in all tests of the existing testsuite yet, so if you find a place where this is not implemented in this way consider to change it and implement it.&lt;br /&gt;
&lt;br /&gt;
==One test per method==&lt;br /&gt;
Make sure, that each test method tests exactly one thing. This makes it much easier to find out what causes a failed test, makes test methods more readable and also gives more meaningful Testdox outputs (see below).&lt;br /&gt;
&lt;br /&gt;
Let&#039;s assume we want to test this class:&lt;br /&gt;
&amp;lt;source lang=&amp;quot;php&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;?php&lt;br /&gt;
class Foo&lt;br /&gt;
{&lt;br /&gt;
	public function bar($string)&lt;br /&gt;
	{&lt;br /&gt;
		if (is_int($string))&lt;br /&gt;
		{&lt;br /&gt;
			return false;&lt;br /&gt;
		}&lt;br /&gt;
&lt;br /&gt;
		$string = strtoupper($string);&lt;br /&gt;
&lt;br /&gt;
		return $string;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Below you can find a bad example of a test for this method, because it tests two different things (convert to uppercase, return false on int) in the same method:&lt;br /&gt;
&amp;lt;source lang=&amp;quot;php&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;?php&lt;br /&gt;
class FooTest extends PHPUnit_Framework_Testcase&lt;br /&gt;
{&lt;br /&gt;
	public function testBar()&lt;br /&gt;
	{&lt;br /&gt;
		$object = new foo();&lt;br /&gt;
&lt;br /&gt;
		$this-&amp;gt;assertEquals(&#039;EXAMPLE&#039;, $object-&amp;gt;bar(&#039;example&#039;));&lt;br /&gt;
		$this-&amp;gt;assertEquals(false, $object-&amp;gt;bar(4));&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
A better approach would be to split these two assertions into two test methods:&lt;br /&gt;
&amp;lt;source lang=&amp;quot;php&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;?php&lt;br /&gt;
class FooTest extends PHPUnit_Framework_Testcase&lt;br /&gt;
{&lt;br /&gt;
	public function testBar1()&lt;br /&gt;
	{&lt;br /&gt;
		$object = new foo();&lt;br /&gt;
&lt;br /&gt;
		$this-&amp;gt;assertEquals(&#039;EXAMPLE&#039;, $object-&amp;gt;bar(&#039;example&#039;));&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	public function testBar2()&lt;br /&gt;
	{&lt;br /&gt;
		$object = new foo();&lt;br /&gt;
&lt;br /&gt;
		$this-&amp;gt;assertEquals(false, $object-&amp;gt;bar(4));&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Use meaningful names for test methods==&lt;br /&gt;
Meaningful names for your test methods increase readability and add a bit of extra documentation to your test. Meaningful tests also give a really nice output when using the --testdox option of PHPUnit (see below).&lt;br /&gt;
&lt;br /&gt;
Using the example above, meaningful method names could look like this:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;php&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;?php&lt;br /&gt;
class FooTest extends PHPUnit_Framework_Testcase&lt;br /&gt;
{&lt;br /&gt;
	public function testStringIsConvertedToUppercase()&lt;br /&gt;
	{&lt;br /&gt;
		$object = new foo();&lt;br /&gt;
&lt;br /&gt;
		$this-&amp;gt;assertEquals(&#039;EXAMPLE&#039;, $object-&amp;gt;bar(&#039;example&#039;));&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	public function testFalseIsReturnedWhenIntIsUsedAsArgument()&lt;br /&gt;
	{&lt;br /&gt;
		$object = new foo();&lt;br /&gt;
&lt;br /&gt;
		$this-&amp;gt;assertEquals(false, $object-&amp;gt;bar(4));&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Use the most specific assertion possible==&lt;br /&gt;
PHPUnit offers a wide range of different [https://phpunit.de/manual/current/en/appendixes.assertions.html assertion methods]. By using the most specific one that&#039;s available, you reduce code in your tests and also make your tests more strict which leads to more meaningful results. Again, let&#039;s improve the example used above:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;php&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;?php&lt;br /&gt;
class FooTest extends PHPUnit_Framework_Testcase&lt;br /&gt;
{&lt;br /&gt;
	public function testStringIsConvertedToUppercase()&lt;br /&gt;
	{&lt;br /&gt;
		$object = new foo();&lt;br /&gt;
&lt;br /&gt;
		// assertSame is type safe, so in this case only strings are accepted&lt;br /&gt;
		$this-&amp;gt;assertSame(&#039;EXAMPLE&#039;, $object-&amp;gt;bar(&#039;example&#039;));&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	public function testFalseIsReturnedWhenIntIsUsedAsArgument()&lt;br /&gt;
	{&lt;br /&gt;
		$object = new foo();&lt;br /&gt;
&lt;br /&gt;
		// reduced code&lt;br /&gt;
		$this-&amp;gt;assertFalse($object-&amp;gt;bar(4));&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Run your tests with --strict and --verbose==&lt;br /&gt;
By running your tests with the --strict and --verbose parameters, PHPUnit will provide you a lot of useful informations, for example:&lt;br /&gt;
* Tests that don&#039;t make any assertions and therefor are useless&lt;br /&gt;
* Tests that have a todo&lt;br /&gt;
* Tests that are skipped&lt;br /&gt;
&lt;br /&gt;
==Generating Testdox==&lt;br /&gt;
When test methods have meaningful names, the --testdox parameter is a very useful instrument to get a human readble, nicely looking overview of passing and falling tests. Running our example from above with --testdox outputs:&lt;br /&gt;
&lt;br /&gt;
 PHPUnit 4.3.1 by Sebastian Bergmann.&lt;br /&gt;
 &lt;br /&gt;
 Foo&lt;br /&gt;
  [x] String is converted to uppercase&lt;br /&gt;
  [x] False is returned when int is used as argument&lt;br /&gt;
&lt;br /&gt;
To generate this output, PHPUnit uses the method name, strips the &amp;quot;test&amp;quot; at beginning and converts each uppercase letter into a space.&lt;br /&gt;
&lt;br /&gt;
[[Category:Bug Squad]] [[Category:Development]] [[Category:Testing]] [[Category:Automated Testing]]&lt;/div&gt;</summary>
		<author><name>Rdeutz</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Unit_Testing_Best_Practices&amp;diff=128044</id>
		<title>Unit Testing Best Practices</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Unit_Testing_Best_Practices&amp;diff=128044"/>
		<updated>2014-10-18T10:37:47Z</updated>

		<summary type="html">&lt;p&gt;Rdeutz: /* Introduction */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Introduction==&lt;br /&gt;
This article lists a few best practices related to writing unit tests for Joomla. These best practices have not been implemented in all tests of the existing testsuite yet, so if you find a place where this is not implemented in this way consider to change it and implement it.&lt;br /&gt;
&lt;br /&gt;
==One test per method==&lt;br /&gt;
Make sure, that each test method tests exactly one thing. This makes it much easier to find out what causes a failed test, makes test methods more readable and also gives more meaningful Testdox outputs (see below).&lt;br /&gt;
&lt;br /&gt;
Let&#039;s assume we want to test this class:&lt;br /&gt;
&amp;lt;source lang=&amp;quot;php&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;?php&lt;br /&gt;
class Foo&lt;br /&gt;
{&lt;br /&gt;
	public function bar($string)&lt;br /&gt;
	{&lt;br /&gt;
		if(is_int($string))&lt;br /&gt;
		{&lt;br /&gt;
			return false;&lt;br /&gt;
		}&lt;br /&gt;
&lt;br /&gt;
		$string = strtoupper($string);&lt;br /&gt;
&lt;br /&gt;
		return $string;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Below you can find a bad example of a test for this method, because it tests two different things (convert to uppercase, return false on int) in the same method:&lt;br /&gt;
&amp;lt;source lang=&amp;quot;php&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;?php&lt;br /&gt;
class FooTest extends PHPUnit_Framework_Testcase&lt;br /&gt;
{&lt;br /&gt;
	public function testBar()&lt;br /&gt;
	{&lt;br /&gt;
		$object = new foo();&lt;br /&gt;
&lt;br /&gt;
		$this-&amp;gt;assertEquals(&#039;EXAMPLE&#039;, $object-&amp;gt;bar(&#039;example&#039;));&lt;br /&gt;
		$this-&amp;gt;assertEquals(false, $object-&amp;gt;bar(4));&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
A better approach would be to split these two assertions into two test methods:&lt;br /&gt;
&amp;lt;source lang=&amp;quot;php&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;?php&lt;br /&gt;
class FooTest extends PHPUnit_Framework_Testcase&lt;br /&gt;
{&lt;br /&gt;
	public function testBar1()&lt;br /&gt;
	{&lt;br /&gt;
		$object = new foo();&lt;br /&gt;
&lt;br /&gt;
		$this-&amp;gt;assertEquals(&#039;EXAMPLE&#039;, $object-&amp;gt;bar(&#039;example&#039;));&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	public function testBar2()&lt;br /&gt;
	{&lt;br /&gt;
		$object = new foo();&lt;br /&gt;
&lt;br /&gt;
		$this-&amp;gt;assertEquals(false, $object-&amp;gt;bar(4));&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Use meaningful names for test methods==&lt;br /&gt;
Meaningful names for your test methods increase readability and add a bit of extra documentation to your test. Meaningful tests also give a really nice output when using the --testdox option of PHPUnit (see below).&lt;br /&gt;
&lt;br /&gt;
Using the example above, meaningful method names could look like this:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;php&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;?php&lt;br /&gt;
class FooTest extends PHPUnit_Framework_Testcase&lt;br /&gt;
{&lt;br /&gt;
	public function testStringIsConvertedToUppercase()&lt;br /&gt;
	{&lt;br /&gt;
		$object = new foo();&lt;br /&gt;
&lt;br /&gt;
		$this-&amp;gt;assertEquals(&#039;EXAMPLE&#039;, $object-&amp;gt;bar(&#039;example&#039;));&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	public function testFalseIsReturnedWhenIntIsUsedAsArgument()&lt;br /&gt;
	{&lt;br /&gt;
		$object = new foo();&lt;br /&gt;
&lt;br /&gt;
		$this-&amp;gt;assertEquals(false, $object-&amp;gt;bar(4));&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Use the most specific assertion possible==&lt;br /&gt;
PHPUnit offers a wide range of different [https://phpunit.de/manual/current/en/appendixes.assertions.html assertion methods]. By using the most specific one that&#039;s available, you reduce code in your tests and also make your tests more strict which leads to more meaningful results. Again, let&#039;s improve the example used above:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;php&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;?php&lt;br /&gt;
class FooTest extends PHPUnit_Framework_Testcase&lt;br /&gt;
{&lt;br /&gt;
	public function testStringIsConvertedToUppercase()&lt;br /&gt;
	{&lt;br /&gt;
		$object = new foo();&lt;br /&gt;
&lt;br /&gt;
		// assertSame is type safe, so in this case only strings are accepted&lt;br /&gt;
		$this-&amp;gt;assertSame(&#039;EXAMPLE&#039;, $object-&amp;gt;bar(&#039;example&#039;));&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	public function testFalseIsReturnedWhenIntIsUsedAsArgument()&lt;br /&gt;
	{&lt;br /&gt;
		$object = new foo();&lt;br /&gt;
&lt;br /&gt;
		// reduced code&lt;br /&gt;
		$this-&amp;gt;assertFalse($object-&amp;gt;bar(4));&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Run your tests with --strict and --verbose==&lt;br /&gt;
By running your tests with the --strict and --verbose parameters, PHPUnit will provide you a lot of useful informations, for example:&lt;br /&gt;
* Tests that don&#039;t make any assertions and therefor are useless&lt;br /&gt;
* Tests that have a todo&lt;br /&gt;
* Tests that are skipped&lt;br /&gt;
&lt;br /&gt;
==Generating Testdox==&lt;br /&gt;
When test methods have meaningful names, the --testdox parameter is a very useful instrument to get a human readble, nicely looking overview of passing and falling tests. Running our example from above with --testdox outputs:&lt;br /&gt;
&lt;br /&gt;
 PHPUnit 4.3.1 by Sebastian Bergmann.&lt;br /&gt;
 &lt;br /&gt;
 Foo&lt;br /&gt;
  [x] String is converted to uppercase&lt;br /&gt;
  [x] False is returned when int is used as argument&lt;br /&gt;
&lt;br /&gt;
To generate this output, PHPUnit uses the method name, strips the &amp;quot;test&amp;quot; at beginning and converts each uppercase letter into a space.&lt;br /&gt;
&lt;br /&gt;
[[Category:Bug Squad]] [[Category:Development]] [[Category:Testing]] [[Category:Automated Testing]]&lt;/div&gt;</summary>
		<author><name>Rdeutz</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Running_Automated_Tests_for_the_Joomla_CMS&amp;diff=127978</id>
		<title>Running Automated Tests for the Joomla CMS</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Running_Automated_Tests_for_the_Joomla_CMS&amp;diff=127978"/>
		<updated>2014-10-18T08:38:44Z</updated>

		<summary type="html">&lt;p&gt;Rdeutz: /* Running Tests Filtered By Name */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{RightTOC}}&lt;br /&gt;
== Introduction ==&lt;br /&gt;
&#039;&#039;&#039;This article has been updated during the Testing Sprint in October 2014 to reflect the latest information for running unit and system tests for Joomla version 3.x&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
When you checkout the staging branch of Joomla from Github.com (https://github.com/joomla/joomla-cms) you will see a folder called &amp;quot;tests&amp;quot;. This folder contains unit and two types of system tests for the CMS. The unit tests use PHPUnit and the system tests use PHPUnit and Selenium. The unit tests perform tests on the framework and cms library files (libraries/cms and libraries/joomla) and on parts of com_finder. The Webdriver system tests run Joomla! from a browser and test it as a user would.&lt;br /&gt;
&lt;br /&gt;
Before you can run the tests, you need to install some programs on your local workstation, as documented below. This document explains how to run those tests from your local workstation.&lt;br /&gt;
&lt;br /&gt;
== PHP Requirements ==&lt;br /&gt;
You may need to modify your PHP configuration. This is done by editing your &amp;lt;code&amp;gt;php.ini&amp;lt;/code&amp;gt; file and then restarting your Apache service.&lt;br /&gt;
&lt;br /&gt;
=== CMS Unit Tests ===&lt;br /&gt;
Some of the CMS unit tests rely on the PHP extension Sqlite3. To run these tests, make sure that the following line in your php.ini file is uncommented:&lt;br /&gt;
* For Windows: &amp;lt;code&amp;gt;extension=php_sqlite3.dll&amp;lt;/code&amp;gt;&lt;br /&gt;
* For Linux: &amp;lt;code&amp;gt;extension=php_sqlite3.so&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
On top of that, it might be necessary to increase your PHP memory limit, as some tests are consuming a lot of resources:&lt;br /&gt;
 memory_limit=512M&lt;br /&gt;
&lt;br /&gt;
=== Webdriver System Tests ===&lt;br /&gt;
The Webdriver system tests require that the Curl extension is installed. Make sure the following line in your php.ini file is uncommented:&lt;br /&gt;
* For Windows: &amp;lt;code&amp;gt;extension=php_curl.dll&amp;lt;/code&amp;gt;&lt;br /&gt;
* For Linux: &amp;lt;code&amp;gt;extension=php_curl.so&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Install PHPUnit ==&lt;br /&gt;
Both the unit and system tests rely on PHPUnit. PHPUnit is a testing framework that requires PHP to be installed on the local workstation. Please visit [http://phpunit.de/getting-started.html http://phpunit.de/] and follow the instructions to install the PHPUnit PHAR Archive. &lt;br /&gt;
&lt;br /&gt;
=== Windows Users ===&lt;br /&gt;
The instructions at http://phpunit.de/ may not work on Windows. Most likely, Windows users will not have the `wget` command used in the instructions. However, if msysgit is installed, curl should be available. If it is, then the simplest way to install PHPUnit on Windows is to just use this command:&lt;br /&gt;
&lt;br /&gt;
    curl https://phar.phpunit.de/phpunit.phar &amp;gt; _some_directory_in_your_path_/phpunit&lt;br /&gt;
&lt;br /&gt;
This will download the phar file and store it without the phar extension so that you can run the command simply by running:&lt;br /&gt;
 &lt;br /&gt;
    phpunit&lt;br /&gt;
&lt;br /&gt;
== Running Unit Tests ==&lt;br /&gt;
===Run Suite from XML File===&lt;br /&gt;
Once PHPUnit is installed, it&#039;s easy to run the unit tests. The command that runs the tests is called &amp;lt;code&amp;gt;phpunit&amp;lt;/code&amp;gt;. This file is found in your PHP folder. For example, in Windows with Xampp, it would be &amp;lt;code&amp;gt;c:/xampp/php/phpunit&amp;lt;/code&amp;gt;. In Linux, with Xampp, it might be &amp;lt;code&amp;gt;/opt/lampp/bin/phpunit&amp;lt;/code&amp;gt;. If you add this to your operating system path, you can execute it from any folder without using the full path name.&lt;br /&gt;
&lt;br /&gt;
When you run &amp;lt;code&amp;gt;phpunit&amp;lt;/code&amp;gt; it looks for a PHPUnit configuration XML file (either &amp;lt;code&amp;gt;phpunit.xml&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;phpunit.xml.dist&amp;lt;/code&amp;gt;). The CMS unit tests are run from the Joomla root folder, where you will find the &amp;lt;code&amp;gt;phpunit.xml.dist&amp;lt;/code&amp;gt; file. This file is included in the Git repository and can be used as is or customized (by making a copy called &amp;lt;code&amp;gt;phpunit.xml&amp;lt;/code&amp;gt;). &lt;br /&gt;
&lt;br /&gt;
To run all of the unit tests from the command line:&lt;br /&gt;
# Change Joomla root folder &lt;br /&gt;
# Execute the command &amp;lt;code&amp;gt;phpunit&amp;lt;/code&amp;gt;. &lt;br /&gt;
&lt;br /&gt;
The following example runs the entire unit test suite on OS X.&lt;br /&gt;
&lt;br /&gt;
 MyMacbook:joomla-cms sniper$ phpunit&lt;br /&gt;
 PHPUnit 4.3.2 by Sebastian Bergmann.&lt;br /&gt;
 &lt;br /&gt;
 Configuration read from /Users/myself/joomla-cms/phpunit.xml&lt;br /&gt;
 &lt;br /&gt;
 .....S.......................................................   61 / 5373 (  1%)&lt;br /&gt;
 ............................................................. 2745 / 5373 ( 51%)&lt;br /&gt;
 SSSSSSSSSSSSSSSSSSSSSSSS..................................... 5368 / 5373 ( 99%)&lt;br /&gt;
 .....&lt;br /&gt;
 &lt;br /&gt;
 Time: 57.29 seconds, Memory: 186.75Mb&lt;br /&gt;
 &lt;br /&gt;
 OK, but incomplete, skipped, or risky tests!&lt;br /&gt;
 Tests: 5373, Assertions: 9914, Skipped: 157.&lt;br /&gt;
 &lt;br /&gt;
 Generating code coverage report in Clover XML format ... done&lt;br /&gt;
 &lt;br /&gt;
 Generating code coverage report in HTML format ... done&lt;br /&gt;
&lt;br /&gt;
The dots indicate a successful test. If you have errors or failures, they will show as &amp;quot;E&amp;quot; or &amp;quot;F&amp;quot; letters and a detailed message for each will show. If you are generating code coverage or other logs, you can see the folders where these are generated in the XML file. In the default file, all of the logs are generated in &amp;lt;code&amp;gt;build/logs&amp;lt;/code&amp;gt;, with coverage information in a folder called &amp;lt;code&amp;gt;build/coverage&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
You can create your own phpunit.xml file by copying the phpunit.xml.dist file and making the desired changes. For example, if you don&#039;t want to create the coverage information, remove the &amp;lt;code&amp;gt;log type=&amp;quot;coverage-html&amp;quot;&amp;lt;/code&amp;gt; element.&lt;br /&gt;
&lt;br /&gt;
===Run Selected Unit Tests===&lt;br /&gt;
====Running A Selected Suite====&lt;br /&gt;
Joomla&#039;s unit tests are grouped into a number of different suites:&lt;br /&gt;
* libraries-cms&lt;br /&gt;
* libraries-platform&lt;br /&gt;
* libraries-legacy&lt;br /&gt;
* database&lt;br /&gt;
* administrator&lt;br /&gt;
* FinderIndexer&lt;br /&gt;
&lt;br /&gt;
You can run unit tests grouped in a specific folder by appending the --testsuite parameter. The following example runs all of the tests in the database suite:&lt;br /&gt;
&lt;br /&gt;
 MyMacbook:joomla-cms sniper$ phpunit --testsuite database&lt;br /&gt;
 PHPUnit 4.3.2 by Sebastian Bergmann.&lt;br /&gt;
 &lt;br /&gt;
 Configuration read from /Users/myself/joomla-cms/phpunit.xml&lt;br /&gt;
 &lt;br /&gt;
 ...............................................................  63 / 354 ( 17%)&lt;br /&gt;
 ............................................................... 126 / 354 ( 35%)&lt;br /&gt;
 ..............................SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS 189 / 354 ( 53%)&lt;br /&gt;
 SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS................................ 252 / 354 ( 71%)&lt;br /&gt;
 ..................SSSSSS....................................... 315 / 354 ( 88%)&lt;br /&gt;
 ...........SSSSSSSSSSSSSSSSSSSSSSSSS...&lt;br /&gt;
 &lt;br /&gt;
 Time: 2.51 seconds, Memory: 20.00Mb&lt;br /&gt;
 &lt;br /&gt;
 OK, but incomplete, skipped, or risky tests!&lt;br /&gt;
 Tests: 354, Assertions: 718, Skipped: 95.&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
====Running Tests In A Specific Folder====&lt;br /&gt;
You can run unit tests one at a time or by folder. The following example runs all of the tests in the &amp;lt;code&amp;gt;libraries/feed&amp;lt;/code&amp;gt; folder:&lt;br /&gt;
&lt;br /&gt;
 MyMacbook:joomla-cms sniper$ phpunit tests/unit/suites/libraries/joomla/feed&lt;br /&gt;
 PHPUnit 4.3.2 by Sebastian Bergmann.&lt;br /&gt;
 &lt;br /&gt;
 Configuration read from /Users/myself/joomla-cms/phpunit.xml&lt;br /&gt;
 &lt;br /&gt;
 ................S.S............................................  63 / 101 ( 62%)&lt;br /&gt;
 ......................................&lt;br /&gt;
 &lt;br /&gt;
 Time: 335 ms, Memory: 8.50Mb&lt;br /&gt;
 &lt;br /&gt;
 OK, but incomplete, skipped, or risky tests!&lt;br /&gt;
 Tests: 101, Assertions: 201, Skipped: 2.&lt;br /&gt;
&lt;br /&gt;
You can also specify a single test simply by specifying it&#039;s full path name in the command.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Running Tests Filtered By Name====&lt;br /&gt;
You can run all unit tests which names are matching a specific naming pattern by appending the --filter parameter. The following example runs all tests starting with JModel like:&lt;br /&gt;
* JModelBaseTest&lt;br /&gt;
* JModelDatabaseTest&lt;br /&gt;
* JModelLegacyTest&lt;br /&gt;
* ...&lt;br /&gt;
&lt;br /&gt;
 MyMacbook:joomla-cms sniper$ phpunit --filter JModel&lt;br /&gt;
 PHPUnit 4.3.2 by Sebastian Bergmann.&lt;br /&gt;
 &lt;br /&gt;
 Configuration read from /Users/myself/joomla-cms/phpunit.xml&lt;br /&gt;
 &lt;br /&gt;
 ................................................................. 65 / 95 ( 68%)&lt;br /&gt;
 ..............................&lt;br /&gt;
 &lt;br /&gt;
 Time: 4.58 seconds, Memory: 95.00Mb&lt;br /&gt;
 &lt;br /&gt;
 OK (95 tests, 140 assertions)&lt;br /&gt;
&lt;br /&gt;
Running a single test &lt;br /&gt;
* JModelLegacyTest::testConstructorSetsCorrectStateObject&lt;br /&gt;
&lt;br /&gt;
===Running the Database Testsuites===&lt;br /&gt;
By default, only the tests for Sqlite are run in the database testsuite, because all other tests for database systems like MySQL, PostgreSQL and MSSQL require a working database, valid credentials and some preparations. This example documents the necessary steps to get the MySQL tests running:&lt;br /&gt;
&lt;br /&gt;
# create a new, empty database&lt;br /&gt;
# create a user that is allowed to access the created database&lt;br /&gt;
# import the default dataset, dumped in tests/unit/schema/mysql.sql, into the database&lt;br /&gt;
# copy the file &amp;lt;code&amp;gt;phpunit.xml.dist&amp;lt;/code&amp;gt; to &amp;lt;code&amp;gt;phpunit.xml&amp;lt;/code&amp;gt;&lt;br /&gt;
# uncomment and update the database dsn constants in the &amp;lt;php&amp;gt; block of your new phpunit.xml:&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot;?&amp;gt;&lt;br /&gt;
 &amp;lt;phpunit bootstrap=&amp;quot;tests/unit/bootstrap.php&amp;quot; colors=&amp;quot;false&amp;quot;&amp;gt;&lt;br /&gt;
     &amp;lt;php&amp;gt;&lt;br /&gt;
         &amp;lt;const name=&amp;quot;JTEST_DATABASE_MYSQL_DSN&amp;quot; value=&amp;quot;host=YOURHOST;dbname=YOURDBNAME;user=YOURUSER;pass=YOURPASSWORD&amp;quot; /&amp;gt;&lt;br /&gt;
         &amp;lt;const name=&amp;quot;JTEST_DATABASE_MYSQLI_DSN&amp;quot; value=&amp;quot;host=YOURHOST;dbname=YOURDBNAME;user=YOURUSER;pass=YOURPASSWORD&amp;quot; /&amp;gt;&lt;br /&gt;
        &amp;lt;!-- These constants help setup environment configurations for running optional tests.&lt;br /&gt;
        &amp;lt;const name=&amp;quot;JTEST_DATABASE_POSTGRESQL_DSN&amp;quot; value=&amp;quot;host=localhost;port=5432;dbname=joomla_ut;user=utuser;pass=ut1234&amp;quot; /&amp;gt;&lt;br /&gt;
        &amp;lt;const name=&amp;quot;JTEST_DATABASE_SQLSRV_DSN&amp;quot; value=&amp;quot;host=localhost;dbname=joomla_ut;user=utuser;pass=ut1234&amp;quot; /&amp;gt;&lt;br /&gt;
        --&amp;gt;&lt;br /&gt;
     &amp;lt;/php&amp;gt;&lt;br /&gt;
 ...&lt;br /&gt;
&lt;br /&gt;
== Selenium RC System Tests ==&lt;br /&gt;
The older Selenium RC system tests are in the folder tests/system/suite. Before you can run the system tests, you need to install and download the Selenium Server program and configure your test environment, as shown below.&lt;br /&gt;
&lt;br /&gt;
=== Download Selenium Server ===&lt;br /&gt;
Selenium Server (formerly Selenium RC) is the package that allows us to run Selenium tests from PHP (instead of Java). To download it, just go to the Selenium site [http://seleniumhq.org/download/ http://seleniumhq.org/download/] and download the Selenium Server file (for example, selenium-server-standalone-2.25.0.jar) to a folder.&lt;br /&gt;
&lt;br /&gt;
For example, in Windows you can create a folder called &amp;lt;code&amp;gt;C:\selenium&amp;lt;/code&amp;gt; and copy this file there. In that folder, create a Windows bat file (such as selenium.bat though the name does not matter) or Linux shell script that runs the following command: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;java -Xms40m -Xmx256m -jar selenium-server-2.25.0.jar&amp;lt;/code&amp;gt; &lt;br /&gt;
&lt;br /&gt;
(Obviously you will need to use the exact name of the .jar file for the version you downloaded.) The -Xms and -Xmx arguments run the server program allocating more memory to Java than the default. That seems to help prevent intermittent errors when running a long suite of system tests.&lt;br /&gt;
&lt;br /&gt;
If the Java executable is not on your path, then you will need to indicate the full path to it, like the following:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;quot;c:\program files (x86)\Java\jre6\bin\java.exe&amp;quot; -Xms40m -Xmx256m -jar selenium-server-2.25.0.jar&amp;lt;/code&amp;gt; &lt;br /&gt;
&lt;br /&gt;
This program needs to be running in the background before you can run any Selenium functional tests. So just run this program from a Bat file and it will continue to run in the background in a console window until you close it (for example, with Ctrl+C).&lt;br /&gt;
&lt;br /&gt;
=== Create a Selenium Configuration File ===&lt;br /&gt;
To run the Selenium tests, we have to tell Selenium how to navigate and login to our local Joomla! installation. This is done by creating a PHP file called &amp;lt;code&amp;gt;tests/system/servers/configdef.php&amp;lt;/code&amp;gt;. The Joomla! download includes a file called &amp;lt;code&amp;gt;tests/system/servers/config-def.php-dist&amp;lt;/code&amp;gt;. This is a sample file that you can use to create the real file. Copy this file to a file called &amp;lt;code&amp;gt;tests/system/servers/configdef.php&amp;lt;/code&amp;gt; and edit it to reflect your test systems configuration. There are comments in the file that tell you how to do this.&lt;br /&gt;
&lt;br /&gt;
=== Run the System Test Suite ===&lt;br /&gt;
At this point, we are ready to actually run the tests. There are two steps to running a test. First, you need to make sure the Selenium Server process is running in the background. To do this, just execute the command (bat file or shell script) you created when you installed Selenium. This will continue to run (in a console window) until you cancel it. You do not need to stop and start this for each test. Just run it once and let it run in the background.&lt;br /&gt;
&lt;br /&gt;
Once Selenium is running, you need to execute the system tests. These are executed the same way we did the unit tests, except for our starting directory.&lt;br /&gt;
&lt;br /&gt;
To run all tests from the command line in Windows, change to the &amp;lt;code&amp;gt;tests/system&amp;lt;/code&amp;gt; folder and run the following command &lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;phpunit&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
By default, this will use the &amp;lt;code&amp;gt;tests/system/phpunit.xml.dist&amp;lt;/code&amp;gt; file that is included with the Joomla checkout. This will run all of the tests listed in the phpunit.xml.dist file. You should see two browser windows open. One will display Selenium commands that are being executed. The other will show the Joomla! website and the various screens that are being opened and closed as the tests are run. As each test is completed, you will see comments in the console window describing each step in the test.&lt;br /&gt;
&lt;br /&gt;
Note that the entire suite of tests takes about one hour to run. When they are done, you will get a summary display showing how many tests were run and whether there were errors or failures. If there are errors or failures, the line of code from the test program that generated the error or failure will also show. An error occurs when the test encounters an actual PHP error. A failure occurs when the test gets a result that is different than expected (when one of the assert statements in the test is not as expected). &lt;br /&gt;
&lt;br /&gt;
If you use the default phpunit.xml.dist file, a file &amp;lt;code&amp;gt;tests/system/suite/logs/junit.xml&amp;lt;/code&amp;gt; will be created at the conclusion of the test. This file can be interpreted by Eclipse and any other program that works with JUnit unit tests. It provides a graphical way to see the test results.&lt;br /&gt;
&lt;br /&gt;
===Run Selected Tests===&lt;br /&gt;
As with the unit tests, you can run selected system tests by folder or file. For example, the following command will run all of the tests in the acl folder:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;phpunit suite/acl&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To run a the article0001Test.php tests:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;phpunit suite/articles/article0001Test.php&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Webdriver Tests==&lt;br /&gt;
Webdriver is the newer system test program from Selenium. In general, all new Joomla system tests should be written with Webdriver.&lt;br /&gt;
&lt;br /&gt;
The Webdriver tests are in the folder &amp;lt;code&amp;gt;tests/system/webdriver&amp;lt;/code&amp;gt;. This folder has the following subfolders:&lt;br /&gt;
* &#039;&#039;&#039;Pages:&#039;&#039;&#039; Contains the page class files for the CMS. &lt;br /&gt;
* &#039;&#039;&#039;SeleniumClient:&#039;&#039;&#039; Contains the Nearsoft library files. These are files that allow us to write the Webdriver tests in PHP (instead of Java). They are maintained on Gihub at [https://github.com/Nearsoft/PHP-SeleniumClient https://github.com/Nearsoft/PHP-SeleniumClient]. &lt;br /&gt;
* &#039;&#039;&#039;tests:&#039;&#039;&#039; Contains the folders with the test programs. These use the Pages files.&lt;br /&gt;
&lt;br /&gt;
There is also a file called &amp;lt;code&amp;gt;bootstrap.php&amp;lt;/code&amp;gt; in the webdriver folder. This is used to auto-load the required classes. Inside the tests folder we have a file called &amp;lt;code&amp;gt;JoomlaWebdriverTestCase.php&amp;lt;/code&amp;gt;. This file is the parent class for all Webdriver tests and has a number of useful methods.&lt;br /&gt;
&lt;br /&gt;
===Run All Webdriver Tests===&lt;br /&gt;
Running the Webdriver tests is exactly the same as running the old system tests except for the starting directory. The steps are:&lt;br /&gt;
* Make sure the Selenium Server is running in the background.&lt;br /&gt;
* Change directory to the &amp;lt;code&amp;gt;tests/system/webdriver/tests&amp;lt;/code&amp;gt; folder.&lt;br /&gt;
* Execute the command: &amp;lt;code&amp;gt;phpunit&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This will by default use the configuration file &amp;lt;code&amp;gt;tests/system/webdriver/tests/phpunit.xml.dist&amp;lt;/code&amp;gt;, which is included with the CMS checkout. You can customize this by copying it to phpunit.xml and editing as desired. You do not need to delete the &amp;lt;code&amp;gt;phpunit.xml.dist&amp;lt;/code&amp;gt; file because the &amp;lt;code&amp;gt;phpunit.xml&amp;lt;/code&amp;gt; file takes priority if both are found.&lt;br /&gt;
&lt;br /&gt;
Webdriver tests only open one browser window. Like the Selenium RC system tests, Webdriver tests are relatively slow -- similar to a very fast data entry person using the application.&lt;br /&gt;
&lt;br /&gt;
===Run Selected Webdriver Tests===&lt;br /&gt;
You can run selected Webdriver tests by folder or by file just as you do for the other system tests or for the unit tests. The only difference is the starting folder.&lt;br /&gt;
&lt;br /&gt;
== Tips ==&lt;br /&gt;
* Make sure you run the tests on a clean database that has been installed with sample data. If you have made database changes, you should re-install Joomla! or otherwise put the database back to it&#039;s original post-installed state. When you run the entire system test suite, the first test does a clean re-install for you automatically. This tests the installation and also makes sure the database is in an expected state.&lt;br /&gt;
* If you find errors or failures when you run the tests, you can run the tests against the Joomla! master branch to see if the problems are in master or just in your branch.&lt;br /&gt;
&lt;br /&gt;
== Eclipse Users ==&lt;br /&gt;
In Eclipse, you can set up Debug and External Tools launch configurations that make it easy to debug or run unit and system tests. See [[Running Automated Tests from Eclipse|Running Automated Tests from Eclipse]].&lt;br /&gt;
&lt;br /&gt;
[[Category:Bug Squad]] [[Category:Development]] [[Category:Testing]] [[Category:Automated Testing]] [[Category:Joomla! 2.5]][[Category:Joomla! 3.x]]&lt;/div&gt;</summary>
		<author><name>Rdeutz</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=WIP_RDEUTZ_UNIT_TEST&amp;diff=127976</id>
		<title>WIP RDEUTZ UNIT TEST</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=WIP_RDEUTZ_UNIT_TEST&amp;diff=127976"/>
		<updated>2014-10-18T08:24:32Z</updated>

		<summary type="html">&lt;p&gt;Rdeutz: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Unit Testing ==&lt;br /&gt;
Unit testing is not only an essential part of a good Quality Control program, it is an aid to development as well. Writing new tests before writing code helps focus the developer on the problem at hand. The practice also encourages writing smaller, more loosely coupled, more reusable, and more maintainable code units and these benefits often outweigh the benefits gained by treating unit tests solely as a QC tool. When used in this manner correctness becomes more a by-product of the process than the goal.&lt;br /&gt;
For a good general discussion of unit testing, visit the [http://en.wikipedia.org/wiki/Unit_test Wikipedia article].&lt;br /&gt;
&lt;br /&gt;
=== Unit Testing in Open Source ===&lt;br /&gt;
Open source projects, with multiple developers working in parallel around the world, can greatly benefit from unit testing. The main benefits are:&lt;br /&gt;
* Unit tests help highlight cases where seemingly minor changes cause unexpected breakage.&lt;br /&gt;
* Unit tests help clearly specify how a class should behave.&lt;br /&gt;
* Unit tests can expose design flaws very early in development.&lt;br /&gt;
* Unit tests make great examples. They are a great place for developers to learn how to use the code.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== The Testing Hierarchy: Unit, Functional (Integration), Acceptance (System) ===&lt;br /&gt;
Software testing systems usually run through a spectrum from &amp;quot;pure&amp;quot; unit tests through to fully integrated systems tests. We&#039;ve described low level unit tests above. Integration tests involve a bigger part of the whole system but without using a browser instance, these a edge to edge test and allow testing in something is well integrated. Acceptance testing  typically involves some sort of script that simulates user actions and then verifies that the result matches what&#039;s expected. This sort of &amp;quot;end to end&amp;quot; test verifies that all parts of the system are working correctly.&lt;br /&gt;
&lt;br /&gt;
It&#039;s unfortunate that there is no clear nomenclature to describe all the intermediate stages of testing. The next stage beyond testing a single unit of code is subsystem testing. A subsystem test verifies that two or more units of code are interacting correctly to produce the desired result. In the simplest case, a subsystem test can be created simply by replacing mock objects with real objects and running unit tests on the top level module. In practise, this tends to not work as well as expected, because the original unit test data wasn&#039;t designed for a subsystem test, or because the nature of the test cases needs to be changed in order to fully test the subsystem. After all there is little point in simply repeating the unit test cases; the objective of a subsystem test should be to test boundary conditions and special cases that would be difficult to duplicate in unit tests.&lt;br /&gt;
&lt;br /&gt;
Once a subsystem has been tested, it can be integrated into a larger system, which is still a subset of the whole product. Tests can be written for larger and larger subsystems, but at each stage the complexity of the tests increases. At some point, the effort required to hand craft tests exceeds the benefits of running them. This is where integrated testing comes in.&lt;br /&gt;
&lt;br /&gt;
Integrated testing involves recording a user&#039;s interaction with the system into a script that can be replayed. The testing framework then compares the system&#039;s response with the expected response and passes or fails the test. The PHPUnit testing framework that we use has the ability to work with [http://seleniumhq.org/ Selenium], a browser based test automation tool. Writing a functional test using Selenium is documented [http://docs.joomla.org/Functional_Testing#Writing_Functional_Tests here].&lt;br /&gt;
&lt;br /&gt;
==== Test Objects ====&lt;br /&gt;
The purpose of unit tests is to isolate a module of code. A test that tests only one thing provides better information than a test that involves several object interactions. But how do we isolate an object from its dependencies? By writing stub classes. [http://xunitpatterns.com/Mocks,%20Fakes,%20Stubs%20and%20Dummies.html xUnit Patterns] defines a the hierarchy of dummy classes, ranging from simple to complex:&lt;br /&gt;
* Dummy - Defines attributes and methods of a dummy class (not particularly useful in PHP).&lt;br /&gt;
* Fake - Provides canned responses to method calls and fixed attribute values. Good for speed.&lt;br /&gt;
* Stub - Allows the test to define responses to method calls (return values, exceptions) to simulate the dependent object.&lt;br /&gt;
* Spy - A Fake or Stub that records method calls and parameters for later analysis.&lt;br /&gt;
* Mock - A Fake or Stub with a set of expectations—method calls and parameters—that are automatically verified for correctness.&lt;br /&gt;
&lt;br /&gt;
=== Unit Testing in Joomla! ===&lt;br /&gt;
Unit testing capabilities in Joomla are steadily developing. [Add note re amount of coverage for platform by unit tests.]&lt;br /&gt;
&lt;br /&gt;
The [https://github.com/joomla/joomla-platform Joomla Platform GitHub repository] contains PHPUnit tests within the /tests subdirectory.  See [http://docs.joomla.org/Running_Automated_Tests_for_Version_1.6 Running Automated Tests for Version 1.6] for instructions on setting up unit testing in your IDE.&lt;br /&gt;
&lt;br /&gt;
==== The Unit Test Team ====&lt;br /&gt;
If you can commit to the Joomla code base, then you should consider yourself part of the unit test team!&lt;br /&gt;
&lt;br /&gt;
Writing tests concurrently with code (or even before) is a good way to not only save development time, but a great tool for defending against regressions. Writing tests early in the development cycle also helps identify and resolve design issues sooner, which reduces refactoring.&lt;br /&gt;
&lt;br /&gt;
If you want to get started on unit testing, get in touch with Alan Langford (instance) or Ray Tsai (mihu). Either of us will be happy to help out.&lt;br /&gt;
&lt;br /&gt;
==== Current Work ====&lt;br /&gt;
* There is no longer any need to patch the main code to enable unit tests.&lt;br /&gt;
* Basic techniques for mock objects are defined.&lt;br /&gt;
* Strategies for dealing with local configuration is not yet complete, but there is a plan.&lt;br /&gt;
* Files of the form class-sequence-type-Test.php, for example JObject-0000-class-Test.php use PHPUnit.&lt;br /&gt;
* The JDate tests present a good example of a data-driven test, but they won&#039;t run on the current 1.5 code base (there are some proposed API changes as a result of unit test development).&lt;br /&gt;
* Previously functional tests, such as JFTP, haven&#039;t been moved to the PHPUnit environment yet.&lt;br /&gt;
* The custom test runner is no longer needed. The current tests will run with the latest SVN version of PHPUnit 3.4. This code will eventually become PHPUnit 3.4.1.  Thanks to Sebastian Bergmann for his excellent work on an excellent project!&lt;br /&gt;
&lt;br /&gt;
==== Writing Unit Tests ====&lt;br /&gt;
At risk of stating the obvious, in the &amp;quot;purest&amp;quot; case the purpose of a unit test is to &#039;&#039;isolate a unit of code from its environment and to test the operation of that code&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
This isolation is usually achieved by writing dummy classes that emulate the code unit&#039;s environment. These dummy objects can be passive, by simply simulating the environment, or they can be more active, keeping track of how they are being used by the test unit and reporting any variations from the expected behaviour. See [[Unit Testing Mock Objects|Mock Objects in Joomla]] for a detailed example.&lt;br /&gt;
&lt;br /&gt;
An interesting aspect of writing tests is that they become &#039;&#039;de facto&#039;&#039; detailed technical specifications of the interfaces between units of code. The fact that these specifications can be verified in an automated way makes them a superb resource when refactoring code.&lt;br /&gt;
&lt;br /&gt;
The test code has a few templates designed to kick-start a test. They are:&lt;br /&gt;
&lt;br /&gt;
/unittest/sample-datatest-php.txt&lt;br /&gt;
/unittest/sample-simpletest.php.txt&lt;br /&gt;
&lt;br /&gt;
Here are some example tests: [[Unit Testing -- a Simple Example|Simple Example]], [[Unit Testing -- Data Driven Example|Data Driven Example]], [[Unit Testing -- Plugin Example|Plugin Example]], [[Unit Testing -- UI Example|UI Example]].&lt;br /&gt;
&lt;br /&gt;
==== Running Unit Tests ====&lt;br /&gt;
Test files follow the form classnameTest.php, for example JObjectTest.php. For tests that are not class based, use the name of the file being tested.&lt;br /&gt;
&lt;br /&gt;
Joomla unit tests use the standard PHPUnit test runner.  See http://www.phpunit.de for documentation.&lt;br /&gt;
&lt;br /&gt;
== How to Get it Running ==&lt;br /&gt;
&lt;br /&gt;
Before you start make sure you have installed PHPUnit and of course PHP (5!) properly...&lt;br /&gt;
&lt;br /&gt;
To get the unit tests to run on your Joomla! installation, perform the following steps:&lt;br /&gt;
* Create an instance of your Joomla! installation. Since you will be using SVN to check out the testing project, you don&#039;t want to check out the Joomla! with SVN. Instead, simply unpack a normal Joomla! archive. If you are using Eclipse, you can create a folder in your Eclipse workspace for the Joomla! installation, but don&#039;t create an Eclipse project yet.&lt;br /&gt;
* In the root checkout (or export) the latest version of the unit test code from SVN &#039;&#039;&amp;quot;/testing/trunk/1.5/unittest&amp;quot;&#039;&#039; or &#039;&#039;&amp;quot;/testing/trunk/1.6/unittest&amp;quot;&#039;&#039; to your installation base. This will create a &#039;&#039;&amp;quot;/unittest&amp;quot;&#039;&#039; sub-folder under your joomla installation. If you are using Eclipse, Import the project from the SVN and use the same folder in your Eclipse workspace you used above.&lt;br /&gt;
* From the command line, change to the unittest directory.&lt;br /&gt;
* Run the unit test from the command prompt using the following command: &amp;lt;code&amp;gt;phpunit tests&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The unit test will the run, and the results are rendered. You will see a series of dots for each passed test and other letters for failed tests. &lt;br /&gt;
&lt;br /&gt;
See http://www.phpunit.de/manual/current/en/textui.html for help using the—filter switch to run only certain tests.  There are also many other command line switches you can use to get results in various formats.&lt;br /&gt;
&lt;br /&gt;
== Troubleshooting ==&lt;br /&gt;
&lt;br /&gt;
The provided configurations should work out of the box. We have seen problems with it (currently the cause is unknown). If you get an error like below, the solution is pretty easy.&lt;br /&gt;
&lt;br /&gt;
 file=/var/www/unittest/runtests.php&lt;br /&gt;
 posn=17&lt;br /&gt;
 base=runtests.php&lt;br /&gt;
 /var/www&lt;br /&gt;
  JPATH_BASE does not point to a valid Joomla! installation:&lt;br /&gt;
 JPATH_BASE = /var/www&lt;br /&gt;
  Please modify your copy of &amp;quot;TestConfiguration.php&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Modify the &#039;&#039;&amp;quot;TestConfiguration.php&amp;quot;&#039;&#039; file and change the definition of the JPATH_BASE so it points to the path of you Joomla! installation, in the example below the Joomla! installation is installed at &amp;quot;&#039;&#039;/var/www/update&#039;&#039;&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
 define(&#039;JPATH_BASE&#039;, &#039;/var/www/update&#039;);&lt;br /&gt;
&lt;br /&gt;
== Frequently Asked Questions ==&lt;br /&gt;
&#039;&#039;&#039;Why can&#039;t I use &amp;quot;phpunit &#039;&#039;testname.php&#039;&#039;&amp;quot; to run my tests?&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The test facility has to do some work to be able to load the &amp;quot;Joomla!&amp;quot; framework and to be able to inject mock classes. It&#039;s difficult to do this from the PHPUnit test runner, so we built our own. Also, the Joomla test runner has specific options designed to make it easy to select specific tests. Over time we will add more functionality to the test runner so it has many of the capabilities of the phpunit command.&lt;/div&gt;</summary>
		<author><name>Rdeutz</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=WIP_RDEUTZ_UNIT_TEST&amp;diff=127975</id>
		<title>WIP RDEUTZ UNIT TEST</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=WIP_RDEUTZ_UNIT_TEST&amp;diff=127975"/>
		<updated>2014-10-18T08:22:31Z</updated>

		<summary type="html">&lt;p&gt;Rdeutz: Created page with &amp;quot;== Unit Testing == Unit testing is not only an essential part of a good Quality Control program, it is an aid to development as well. Writing new tests before writing code hel...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Unit Testing ==&lt;br /&gt;
Unit testing is not only an essential part of a good Quality Control program, it is an aid to development as well. Writing new tests before writing code helps focus the developer on the problem at hand. The practice also encourages writing smaller, more loosely coupled, more reusable, and more maintainable code units and these benefits often outweigh the benefits gained by treating unit tests solely as a QC tool. When used in this manner correctness becomes more a by-product of the process than the goal.&lt;br /&gt;
For a good general discussion of unit testing, visit the [http://en.wikipedia.org/wiki/Unit_test Wikipedia article].&lt;br /&gt;
&lt;br /&gt;
=== Unit Testing in Open Source ===&lt;br /&gt;
Open source projects, with multiple developers working in parallel around the world, can greatly benefit from unit testing. The main benefits are:&lt;br /&gt;
* Unit tests help highlight cases where seemingly minor changes cause unexpected breakage.&lt;br /&gt;
* Unit tests help clearly specify how a class should behave.&lt;br /&gt;
* Unit tests can expose design flaws very early in development.&lt;br /&gt;
* Unit tests make great examples. They are a great place for developers to learn how to use the code.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== The Testing Hierarchy: Unit, Functional (Integration), Acceptance (System) ===&lt;br /&gt;
Software testing systems usually run through a spectrum from &amp;quot;pure&amp;quot; unit tests through to fully integrated systems tests. We&#039;ve described low level unit tests above. Integration tests involve a bigger part of the whole system but without using a browser instance, these a edge to edge test and allow testing in something is well integrated. Acceptance testing  typically involves some sort of script that simulates user actions and then verifies that the result matches what&#039;s expected. This sort of &amp;quot;end to end&amp;quot; test verifies that all parts of the system are working correctly.&lt;br /&gt;
&lt;br /&gt;
It&#039;s unfortunate that there is no clear nomenclature to describe all the intermediate stages of testing. The next stage beyond testing a single unit of code is subsystem testing. A subsystem test verifies that two or more units of code are interacting correctly to produce the desired result. In the simplest case, a subsystem test can be created simply by replacing mock objects with real objects and running unit tests on the top level module. In practise, this tends to not work as well as expected, because the original unit test data wasn&#039;t designed for a subsystem test, or because the nature of the test cases needs to be changed in order to fully test the subsystem. After all there is little point in simply repeating the unit test cases; the objective of a subsystem test should be to test boundary conditions and special cases that would be difficult to duplicate in unit tests.&lt;br /&gt;
&lt;br /&gt;
Once a subsystem has been tested, it can be integrated into a larger system, which is still a subset of the whole product. Tests can be written for larger and larger subsystems, but at each stage the complexity of the tests increases. At some point, the effort required to hand craft tests exceeds the benefits of running them. This is where integrated testing comes in.&lt;br /&gt;
&lt;br /&gt;
Integrated testing involves recording a user&#039;s interaction with the system into a script that can be replayed. The testing framework then compares the system&#039;s response with the expected response and passes or fails the test. The PHPUnit testing framework that we use has the ability to work with [http://seleniumhq.org/ Selenium], a browser based test automation tool. Writing a functional test using Selenium is documented [http://docs.joomla.org/Functional_Testing#Writing_Functional_Tests here].&lt;br /&gt;
&lt;br /&gt;
==== Test Objects ====&lt;br /&gt;
The purpose of unit tests is to isolate a module of code. A test that tests only one thing provides better information than a test that involves several object interactions. But how do we isolate an object from its dependencies? By writing stub classes. [http://xunitpatterns.com/Mocks,%20Fakes,%20Stubs%20and%20Dummies.html xUnit Patterns] defines a the hierarchy of dummy classes, ranging from simple to complex:&lt;br /&gt;
* Dummy - Defines attributes and methods of a dummy class (not particularly useful in PHP).&lt;br /&gt;
* Fake - Provides canned responses to method calls and fixed attribute values. Good for speed.&lt;br /&gt;
* Stub - Allows the test to define responses to method calls (return values, exceptions) to simulate the dependent object.&lt;br /&gt;
* Spy - A Fake or Stub that records method calls and parameters for later analysis.&lt;br /&gt;
* Mock - A Fake or Stub with a set of expectations—method calls and parameters—that are automatically verified for correctness.&lt;br /&gt;
&lt;br /&gt;
=== Unit Testing in Joomla! ===&lt;br /&gt;
Unit testing capabilities in Joomla are steadily developing. [Add note re amount of coverage for platform by unit tests.]&lt;br /&gt;
&lt;br /&gt;
The [https://github.com/joomla/joomla-platform Joomla Platform GitHub repository] contains PHPUnit tests within the /tests subdirectory.  See [http://docs.joomla.org/Running_Automated_Tests_for_Version_1.6 Running Automated Tests for Version 1.6] for instructions on setting up unit testing in your IDE.&lt;br /&gt;
&lt;br /&gt;
==== The Unit Test Team ====&lt;br /&gt;
If you can commit to the Joomla code base, then you should consider yourself part of the unit test team!&lt;br /&gt;
&lt;br /&gt;
Writing tests concurrently with code (or even before) is a good way to not only save development time, but a great tool for defending against regressions. Writing tests early in the development cycle also helps identify and resolve design issues sooner, which reduces refactoring.&lt;br /&gt;
&lt;br /&gt;
If you want to get started on unit testing, get in touch with Alan Langford (instance) or Ray Tsai (mihu). Either of us will be happy to help out.&lt;br /&gt;
&lt;br /&gt;
==== Current Work ====&lt;br /&gt;
* There is no longer any need to patch the main code to enable unit tests.&lt;br /&gt;
* Basic techniques for mock objects are defined.&lt;br /&gt;
* Strategies for dealing with local configuration is not yet complete, but there is a plan.&lt;br /&gt;
* Files of the form class-sequence-type-Test.php, for example JObject-0000-class-Test.php use PHPUnit.&lt;br /&gt;
* The JDate tests present a good example of a data-driven test, but they won&#039;t run on the current 1.5 code base (there are some proposed API changes as a result of unit test development).&lt;br /&gt;
* Previously functional tests, such as JFTP, haven&#039;t been moved to the PHPUnit environment yet.&lt;br /&gt;
* The custom test runner is no longer needed. The current tests will run with the latest SVN version of PHPUnit 3.4. This code will eventually become PHPUnit 3.4.1.  Thanks to Sebastian Bergmann for his excellent work on an excellent project!&lt;br /&gt;
&lt;br /&gt;
==== Writing Unit Tests ====&lt;br /&gt;
At risk of stating the obvious, in the &amp;quot;purest&amp;quot; case the purpose of a unit test is to &#039;&#039;isolate a unit of code from its environment and to test the operation of that code&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
This isolation is usually achieved by writing dummy classes that emulate the code unit&#039;s environment. These dummy objects can be passive, by simply simulating the environment, or they can be more active, keeping track of how they are being used by the test unit and reporting any variations from the expected behaviour. See [[Unit Testing Mock Objects|Mock Objects in Joomla]] for a detailed example.&lt;br /&gt;
&lt;br /&gt;
An interesting aspect of writing tests is that they become &#039;&#039;de facto&#039;&#039; detailed technical specifications of the interfaces between units of code. The fact that these specifications can be verified in an automated way makes them a superb resource when refactoring code.&lt;br /&gt;
&lt;br /&gt;
The test code has a few templates designed to kick-start a test. They are:&lt;br /&gt;
&lt;br /&gt;
/unittest/sample-datatest-php.txt&lt;br /&gt;
/unittest/sample-simpletest.php.txt&lt;br /&gt;
&lt;br /&gt;
Here are some example tests: [[Unit Testing -- a Simple Example|Simple Example]], [[Unit Testing -- Data Driven Example|Data Driven Example]], [[Unit Testing -- Plugin Example|Plugin Example]], [[Unit Testing -- UI Example|UI Example]].&lt;br /&gt;
&lt;br /&gt;
==== Running Unit Tests ====&lt;br /&gt;
Test files follow the form classnameTest.php, for example JObjectTest.php. For tests that are not class based, use the name of the file being tested.&lt;br /&gt;
&lt;br /&gt;
Joomla unit tests use the standard PHPUnit test runner.  See http://www.phpunit.de for documentation.&lt;br /&gt;
&lt;br /&gt;
== How to Get it Running ==&lt;br /&gt;
&lt;br /&gt;
Before you start make sure you have installed PHPUnit and of course PHP (5!) properly...&lt;br /&gt;
&lt;br /&gt;
To get the unit tests to run on your Joomla! installation, perform the following steps:&lt;br /&gt;
* Create an instance of your Joomla! installation. Since you will be using SVN to check out the testing project, you don&#039;t want to check out the Joomla! with SVN. Instead, simply unpack a normal Joomla! archive. If you are using Eclipse, you can create a folder in your Eclipse workspace for the Joomla! installation, but don&#039;t create an Eclipse project yet.&lt;br /&gt;
* In the root checkout (or export) the latest version of the unit test code from SVN &#039;&#039;&amp;quot;/testing/trunk/1.5/unittest&amp;quot;&#039;&#039; or &#039;&#039;&amp;quot;/testing/trunk/1.6/unittest&amp;quot;&#039;&#039; to your installation base. This will create a &#039;&#039;&amp;quot;/unittest&amp;quot;&#039;&#039; sub-folder under your joomla installation. If you are using Eclipse, Import the project from the SVN and use the same folder in your Eclipse workspace you used above.&lt;br /&gt;
* From the command line, change to the unittest directory.&lt;br /&gt;
* Run the unit test from the command prompt using the following command: &amp;lt;code&amp;gt;phpunit tests&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The unit test will the run, and the results are rendered. You will see a series of dots for each passed test and other letters for failed tests. &lt;br /&gt;
&lt;br /&gt;
See http://www.phpunit.de/manual/current/en/textui.html for help using the—filter switch to run only certain tests.  There are also many other command line switches you can use to get results in various formats.&lt;br /&gt;
&lt;br /&gt;
== Troubleshooting ==&lt;br /&gt;
&lt;br /&gt;
The provided configurations should work out of the box. We have seen problems with it (currently the cause is unknown). If you get an error like below, the solution is pretty easy.&lt;br /&gt;
&lt;br /&gt;
 file=/var/www/unittest/runtests.php&lt;br /&gt;
 posn=17&lt;br /&gt;
 base=runtests.php&lt;br /&gt;
 /var/www&lt;br /&gt;
  JPATH_BASE does not point to a valid Joomla! installation:&lt;br /&gt;
 JPATH_BASE = /var/www&lt;br /&gt;
  Please modify your copy of &amp;quot;TestConfiguration.php&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Modify the &#039;&#039;&amp;quot;TestConfiguration.php&amp;quot;&#039;&#039; file and change the definition of the JPATH_BASE so it points to the path of you Joomla! installation, in the example below the Joomla! installation is installed at &amp;quot;&#039;&#039;/var/www/update&#039;&#039;&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
 define(&#039;JPATH_BASE&#039;, &#039;/var/www/update&#039;);&lt;br /&gt;
&lt;br /&gt;
== Frequently Asked Questions ==&lt;br /&gt;
&#039;&#039;&#039;Why can&#039;t I use &amp;quot;phpunit &#039;&#039;testname.php&#039;&#039;&amp;quot; to run my tests?&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The test facility has to do some work to be able to load the &amp;quot;Joomla!&amp;quot; framework and to be able to inject mock classes. It&#039;s difficult to do this from the PHPUnit test runner, so we built our own. Also, the Joomla test runner has specific options designed to make it easy to select specific tests. Over time we will add more functionality to the test runner so it has many of the capabilities of the phpunit command.&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
[http://www.phpunit.de/manual/current/en/ PHPUnit Manual]&lt;br /&gt;
&lt;br /&gt;
[[Category:Bug Squad]]&lt;br /&gt;
[[Category:Development]]&lt;br /&gt;
[[Category:Testing]]&lt;br /&gt;
[[Category:Automated Testing]]&lt;/div&gt;</summary>
		<author><name>Rdeutz</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=User:Rdeutz&amp;diff=127947</id>
		<title>User:Rdeutz</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=User:Rdeutz&amp;diff=127947"/>
		<updated>2014-10-18T07:59:19Z</updated>

		<summary type="html">&lt;p&gt;Rdeutz: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Work in Progress&lt;br /&gt;
&lt;br /&gt;
[[WIP RDEUTZ UNIT TEST]]&lt;/div&gt;</summary>
		<author><name>Rdeutz</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=User:Rdeutz&amp;diff=127946</id>
		<title>User:Rdeutz</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=User:Rdeutz&amp;diff=127946"/>
		<updated>2014-10-18T07:55:30Z</updated>

		<summary type="html">&lt;p&gt;Rdeutz: What I am working on&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Work in Progress&lt;/div&gt;</summary>
		<author><name>Rdeutz</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Enabling_Search_Engine_Friendly_(SEF)_URLs_on_Nginx&amp;diff=125492</id>
		<title>Enabling Search Engine Friendly (SEF) URLs on Nginx</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Enabling_Search_Engine_Friendly_(SEF)_URLs_on_Nginx&amp;diff=125492"/>
		<updated>2014-09-27T09:45:52Z</updated>

		<summary type="html">&lt;p&gt;Rdeutz: added another configuration for nginx 1.4.6, don&amp;#039;t know for which version the first one was but it doesn&amp;#039;t worked for me&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{:Search Engine Friendly URLs}}&lt;br /&gt;
This article addresses SEF URLs under the popular, open-source [http://nginx.net Nginx webserver].&lt;br /&gt;
&lt;br /&gt;
{{JVer|2.5}} Since Joomla! 2.5, basic SEF urls are enabled by default. {{JVer|1.5}} In prior versions you need to use the Global Configuration to enable them. The instructions below still apply if you want to use Apache&#039;s mod_rewrite/URL rewriting.&lt;br /&gt;
&amp;lt;onlyinclude&amp;gt;&lt;br /&gt;
*Please add the next code to your server (vhost) configuration in nginx.conf file:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
        # Support Clean (aka Search Engine Friendly) URLs&amp;lt;/tt&amp;gt;&lt;br /&gt;
        location / {&lt;br /&gt;
                try_files $uri $uri/ /index.php?q=$request_uri;&lt;br /&gt;
        }&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* If the above will not work try add the next code to your server configuration in nginx.conf file:(worked with nginx 1.4.6 on ubuntu)&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
server {&lt;br /&gt;
&lt;br /&gt;
 ....&lt;br /&gt;
&lt;br /&gt;
  location / {&lt;br /&gt;
      expires 1d;&lt;br /&gt;
&lt;br /&gt;
        # Enable joomla SEF URL&#039;s inside Nginx&lt;br /&gt;
        try_files $uri $uri/ /index.php?$args;&lt;br /&gt;
    }&lt;br /&gt;
....&lt;br /&gt;
&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Log on to your Back-end and open the Global Configuration.&lt;br /&gt;
* Enable the &#039;&#039;&#039;Search Engine Friendly URLs&#039;&#039;&#039; option and &#039;&#039;Save&#039;&#039;. This option converts the URLs from the native Joomla! format to the SEF format.&lt;br /&gt;
*: Check if your site works correctly. Your URLs should now look like &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;http://www.example.com/index.php/the-­news/1-­latest­-news/1­-welcome­-to­-joomla&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;.&lt;br /&gt;
*: If your site does not work correctly, please see [[Why does your site get messed up when you turn on SEF (Search Engine Friendly URLs)?]]&lt;br /&gt;
* Enable the &#039;&#039;&#039;Use Apache mod_rewrite/URL rewriting&#039;&#039;&#039; option and &#039;&#039;Save&#039;&#039;. This option uses the Apache &#039;&#039;mod_rewrite&#039;&#039; function to eliminate the &amp;quot;index.php&amp;quot; portion of the URL.&lt;br /&gt;
*: Check if your site works correctly. Your URLs should now look like &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;http://www.example.com/the-­news/1­-latest-­news/1-­welcome-­to­-joomla&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;.&lt;br /&gt;
*: If this option causes errors, please see [[How to check if mod rewrite is enabled on your server]].&lt;br /&gt;
*:: If it is not enabled and you have access to the file &amp;lt;code&amp;gt;apache/conf/httpd.conf&amp;lt;/code&amp;gt;, open that file and check if the line &amp;lt;code&amp;gt;LoadModule rewrite_module modules/mod_rewrite.so&amp;lt;/code&amp;gt; is uncommented. If necessary, uncomment the line and restart the Apache web server.&lt;br /&gt;
*:: If &#039;&#039;mod_rewrite&#039;&#039; cannot enabled, leave this option off. It does not matter if you leave the &amp;lt;code&amp;gt;.htaccess&amp;lt;/code&amp;gt; file renamed.&lt;br /&gt;
* &#039;&#039;If you think this necessary&#039;&#039;, enable &#039;&#039;&#039;Add suffix to URLs&#039;&#039;&#039; and &#039;&#039;Save&#039;&#039;. This option adds &amp;lt;code&amp;gt;.html&amp;lt;/code&amp;gt; to the end of URLs. There are different opinions on whether this is necessary or even useful. Search engines do not seem to care if your URLs end in &amp;lt;code&amp;gt;.html&amp;lt;/code&amp;gt; or not.&lt;br /&gt;
* Open the Plugin Manager and enable the &#039;&#039;&#039;System - SEF plugin&#039;&#039;&#039;. This plugin adds SEF support to links in your Joomla articles. It operates directly on the HTML and does not require a special tag.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/onlyinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Search Engine Friendly URLs]]&lt;br /&gt;
[[Category:Tutorials]]&lt;/div&gt;</summary>
		<author><name>Rdeutz</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Usergroup_form_field_type&amp;diff=107508</id>
		<title>Usergroup form field type</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Usergroup_form_field_type&amp;diff=107508"/>
		<updated>2014-02-12T14:33:22Z</updated>

		<summary type="html">&lt;p&gt;Rdeutz: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The &#039;&#039;&#039;usergroup&#039;&#039;&#039; form field type provides a modal select box of user groups.&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;type&#039;&#039;&#039; (mandatory) must be &#039;&#039;usergroup&#039;&#039;.&lt;br /&gt;
* &#039;&#039;&#039;name&#039;&#039;&#039; (mandatory) is the unique name of the field. This must match the name of the query results column that contains the values that will be shown to the user in the drop-down list, unless a different name is specified in the &#039;&#039;value_field&#039;&#039; attribute.&lt;br /&gt;
* &#039;&#039;&#039;label&#039;&#039;&#039; (mandatory) (translatable) is the descriptive title of the field.&lt;br /&gt;
* &#039;&#039;&#039;description&#039;&#039;&#039; (optional) (translatable) is text that will be shown as a tooltip when the user moves the mouse over the drop-down box.&lt;br /&gt;
* &#039;&#039;&#039;class&#039;&#039;&#039; (optional) is a CSS class name for the HTML form field.&lt;br /&gt;
* &#039;&#039;&#039;size&#039;&#039;&#039; (optional) is the width of the text box in characters. If omitted the width is determined by the browser. The value of size does not limit the number of characters that may be entered.&lt;br /&gt;
* &#039;&#039;&#039;multiple&#039;&#039;&#039; (optional) If set to &#039;&#039;multiple&#039;&#039; then allows more than one usergroup to be selected.&lt;br /&gt;
&lt;br /&gt;
Implemented by: libraries/joomla/form/fields/usergroup.php&lt;br /&gt;
&lt;br /&gt;
Example user form field definition:&lt;br /&gt;
&amp;lt;source type=&amp;quot;php&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;field name=&amp;quot;guest_usergroup&amp;quot; type=&amp;quot;usergroup&amp;quot;&lt;br /&gt;
	label=&amp;quot;COM_USERS_CONFIG_FIELD_GUEST_USER_GROUP_LABEL&amp;quot;&lt;br /&gt;
	description=&amp;quot;COM_USERS_CONFIG_FIELD_GUEST_USER_GROUP_DESC&amp;quot; &lt;br /&gt;
	multiple=&amp;quot;true&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;noinclude&amp;gt;&lt;br /&gt;
=== See also ===&lt;br /&gt;
* [[Standard form field types|List of standard form field types]]&lt;br /&gt;
[[Category:Standard form field types]] &amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Rdeutz</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=How_do_you_put_a_module_inside_an_article%3F&amp;diff=106595</id>
		<title>How do you put a module inside an article?</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=How_do_you_put_a_module_inside_an_article%3F&amp;diff=106595"/>
		<updated>2013-12-30T17:59:30Z</updated>

		<summary type="html">&lt;p&gt;Rdeutz: adding more already developed options to the loadmodule tag, so people can use the full power of this plugin&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{version/tutor|1.5,2.5,3.1}}&lt;br /&gt;
&lt;br /&gt;
You will usually want to associate modules with articles in some way.  The modules are allocated to module positions and the module positions appear somewhere on the Web page as determined by the template.  However, it is sometimes useful to have a module actually embedded within the article.&lt;br /&gt;
&lt;br /&gt;
To insert a module inside an article, you publish the module to a position and load that position in the article as follows:&lt;br /&gt;
&lt;br /&gt;
#Create a module and set its position to &#039;&#039;&#039;&#039;&#039;myposition&#039;&#039;&#039;&#039;&#039;. &#039;&#039;&#039;&#039;&#039;myposition&#039;&#039;&#039;&#039;&#039; can be any value that doesn&#039;t conflict with an existing template position. Type in the position &#039;&#039;&#039;&#039;&#039;myposition&#039;&#039;&#039;&#039;&#039; and press enter instead of selecting it from the drop-down list. &lt;br /&gt;
#Assign the module to &#039;&#039;&#039;All&#039;&#039;&#039; the Menu Items. This will make sure that it always appears, no matter how the visitor got to the article. The module will not show unless you put the command to load the module in an [[article]].&lt;br /&gt;
#Edit the articles where you want this module to appear and insert the text &#039;&#039;&#039;&#039;&#039;{loadposition myposition}&#039;&#039;&#039;&#039;&#039; in the article at the place where you want the module.&lt;br /&gt;
&lt;br /&gt;
{{dablink|*Note that this only works when the [[Help25:Extensions_Plugin_Manager_Edit#Content_-_Load_Modules|&#039;&#039;Content - Load Module&#039;&#039; plugin is enabled]]. If this plugin is disabled, the text &#039;&#039;{loadposition myposition}&#039;&#039; shows unchanged in the article.}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===loadmodule===&lt;br /&gt;
An alternative to &amp;quot;{loadposition xx}&amp;quot; is the &amp;quot;{loadmodule yyy}&amp;quot; variation which is handled by the same plugin.&lt;br /&gt;
&lt;br /&gt;
In this case the plugin looks for the first module that who&#039;s &#039;&#039;&#039;type&#039;&#039;&#039; matches the string &#039;yyy&#039;. So, you could load a &amp;quot;mod_login&amp;quot; module by placing {loadmodule login} in your text. If you like to load a specific module, because you have more than one login module e.g. titled as login1, login2, … loginN you have to use {loadmodule login,login2} for the module titled as login2. Furthermore you can add the a style that is used for rendering the module, to do so add the style as third parameter like {loadmodule login,login2,xhtml}. If don&#039;t add a style &amp;quot;none&amp;quot; is used. &lt;br /&gt;
&lt;br /&gt;
===Modules within Modules===&lt;br /&gt;
It is possible in Joomla! 2.5+ to include a module within a &amp;quot;Custom HTML&amp;quot; module as they are processed by content plugins in the same way as articles. Provided its option to prepare content is enabled. &lt;br /&gt;
&lt;br /&gt;
You should remember when doing this that you may experience formatting issues as the &amp;quot;chrome&amp;quot; of the &amp;quot;Custom HTML&amp;quot; module will surround the &amp;quot;chrome&amp;quot; of the included module potential having undesirable effects of the formatting or layout.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;noinclude&amp;gt;&lt;br /&gt;
[[Category:Content Management FAQ]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Article Management FAQ]]&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Rdeutz</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=JoomlaDays/History&amp;diff=104288</id>
		<title>JoomlaDays/History</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=JoomlaDays/History&amp;diff=104288"/>
		<updated>2013-10-10T11:10:42Z</updated>

		<summary type="html">&lt;p&gt;Rdeutz: /* 2006 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The Joomla! community has a long history of Joomla!Day events from around the world.  Let&#039;s document these here, so we can ensure we have a historical timeline of Joomla!Days. See current events at [http://events.joomla.org/joomla-days.html Joomla Days]&lt;br /&gt;
&lt;br /&gt;
Instructions:  please add the name, date, location, and if possible the web address, of any Joomla!Days that have happened in the past.  Please use the following format:  Name_of_Joomla!Day - Month DD-DD, YYYY - City, Country&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== 2005 ==&lt;br /&gt;
&lt;br /&gt;
(1 Event)&lt;br /&gt;
&lt;br /&gt;
MamboDay Germany, May 28, 2005 - Bonn, Germany&lt;br /&gt;
(worldwide first Mambo / Joomla conference) [http://www.joomladay.de/fakten/historie/mamboday-2005 (german)]&lt;br /&gt;
&lt;br /&gt;
== 2006 ==&lt;br /&gt;
&lt;br /&gt;
(5 Events)&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Netherlands (1) - April 22, 2006 - Breda, Netherlands&lt;br /&gt;
&lt;br /&gt;
Joomla!Day UK (1) - July 30, 2006 - Leeds, United Kingdom [http://web.archive.org/web/20060709173546/http://www.joomlatraining.org.uk/joomla-day/ programme] [http://web.archive.org/web/20060814225232/http://www.joomlatraining.org.uk/content/view/297/36/ Day 1] [http://web.archive.org/web/20060813123831/http://www.joomlatraining.org.uk/content/view/298/36/ Day 2]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Sweden - October 6-7, 2006 - Västerås, Sweden&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Netherlands (2) - December 8-9 2006 - Den Bosch, Netherlands&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Germany - September 29-30, 2006 - Bonn, Germany [http://www.joomladay.de/fakten/historie/joomladay-2006 Report in German]&lt;br /&gt;
&lt;br /&gt;
== 2007 == &lt;br /&gt;
&lt;br /&gt;
(17 Events)&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Melbourne - January 24, 2007 - Melbourne, Australia [http://forum.joomla.org/viewtopic.php?f=306&amp;amp;t=116577&amp;amp;start=150] and [http://forum.joomla.org/viewtopic.php?t=134393]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day France - March 25, 2007 - Paris, France&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Norway - June 2, 2007 - Drammen, Norway&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Cape Town (South Africa) - June 16, 2007 [http://www.joomladay.org.za/archive/2007-cape-town-june-16-2007.html programme]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Johannesburg (South Africa) - July 14, 2007 [http://www.joomladay.org.za/archive/2007-johannesburg-july-14-2007.html programme]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day (Central) USA and Mexico - July 21, 2007 - Austin, Texas, USA&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Bangkok - August 4, 2008 - Bangkok , Thailand [http://www.flickr.com/photos/laithaiphoto/sets/72157601327115053/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Brasil - August 18, 2007 - São Paulo/SP, Brazil&lt;br /&gt;
 &lt;br /&gt;
Joomla!Day USA West - May 12-13, 2007 - Mountain View, California, USA&lt;br /&gt;
&lt;br /&gt;
Joomla!Day NYC - October 13, 2007 - New York, New York, USA&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Hungary - October 21, 2007 - Budapest, Hungary&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Sweden - November 3, 2007 - Västerås, Sweden&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Helsinki - November 12, 2007 - Helsinki, Finland&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Cape Town (South Africa) - December 10, 2007 [http://www.joomladay.org.za/archive/2007-cape-town-december-10-2007.html programme]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Nigeria - date unknown&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Serbia - November 17, 2007 - Belgrade, Serbia&lt;br /&gt;
&lt;br /&gt;
Joomla!Day New Zealand - December 15, 2007&lt;br /&gt;
&lt;br /&gt;
== 2008 ==&lt;br /&gt;
&lt;br /&gt;
(20 Events)&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Italy - January 19, 2008 - Rome, Italy&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Melbourne - February 2, 2008 - Melbourne, Australia [http://forum.joomla.org/viewtopic.php?p=1184586]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Spain (1) - April 19, 2008 - Madrid[http://www.joomladay.info/2008/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Netherlands (3), April 4-5, 2008 - Utrecht, Netherlands&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Norway - April 26, 2008 - Drammen, Norway&lt;br /&gt;
&lt;br /&gt;
Joomla!Day France - April 27, 2008 - Paris, France&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Bangkok - May 10, 2008 - Bangkok, Thailand [http://www.flickr.com/photos/laithaiphoto/sets/72157605299681211/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Byron Bay - May 11, 2008 - Byron Bay, NSW, Australia]] [http://forum.joomla.org/viewtopic.php?f=306&amp;amp;t=262909]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Sydney - May 19, 2008 - Sydney, Australia [http://forum.joomla.org/viewtopic.php?p=1304388]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Vancouver - June 14, 2008 - Vancouver, British Columbia, Canada]] [http://community.joomla.org/events/joomla-days/400-joomla-day-vancouver-2008.html]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Philippines - June 14, 2008&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Hungary - June 20-21, 2008&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Durban - June 20-21, 2008 - Durban, South Africa&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Brasil - August 16, 2008 - São Paulo/SP, Brazil&lt;br /&gt;
&lt;br /&gt;
Joomla!Day San Francisco - September 20, 2008 - San Francisco, California, USA&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Johannesburg - October 18, 2008 - Johannesburg, South Africa&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Turkey - October 25, 2008&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Switzerland - November 15, 2008&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Sweden - November 15, 2008&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Nigeria - November 19, 2008&lt;br /&gt;
&lt;br /&gt;
== 2009 ==&lt;br /&gt;
&lt;br /&gt;
(23 Events)&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Turkey - January 10, 2009 &lt;br /&gt;
&lt;br /&gt;
Joomla!Day Melbourne - February 7-8, 2009 - Melbourne, Australia [http://community.joomla.org/events/joomla-days/641-joomladay-melbourne-2009.html]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day UK (2) - March 13-14, 2009 - Maidstone, England, United Kingdom&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Las Vegas - April 4, 2009 - Las Vegas, Nevada, USA [http://lasvegas.joomladayusa.org/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day India - April 25, 2009 - Pune, India [http://community.joomla.org/blogs/community/811-joomla-day-pune-india-a-big-success.html]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Sweden - May 15-16, 2009 - Stockholm, Sweden&lt;br /&gt;
&lt;br /&gt;
Joomla!Day France - May 24, 2009 - Paris, France&lt;br /&gt;
&lt;br /&gt;
Joomla!Day New England - May 30, 2009 - Brattleboro, Vermont, USA [http://community.joomla.org/events/joomla-days/771-joomladay-new-england-2009.html]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Netherlands (4) - June 12-13, 2009 - Nieuwegein, Netherlands&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Cape Town - August 14, 2009 - Cape Town, South Africia&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Bangkok - August 22-23, 2009 - Bangkok, Thailand [http://www.flickr.com/photos/laithaiphoto/sets/72157622115004400/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Brasil - September, 12, 2009 - Rio de Janeiro/RJ, Brazil &lt;br /&gt;
&lt;br /&gt;
Joomla!Day Germany - September, 24 - 26, 2009 - Bad Nauheim, Germany&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Mongolia - September 29-30, 2009 - Ulan Bataar, Mongolia&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Norway - October ?, 2009 - Drammen, Norway&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Gauteng - October 8-10, 2009 - Gauteng, South Africa&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Hungary - October 10, 2009 - Budapest, Hungary&lt;br /&gt;
&lt;br /&gt;
Joomla!Day New York - October 12, 2009 - New York, New York, USA [http://community.joomla.org/events/joomla-days/912-joomla-day-new-york.html]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Sydney - October 17-18, 2009 - Sydney, Australia [http://sydney.joomladay.org.au/groups/viewgroup/5-Welcome+to+Sydney+JoomlaDay+17%2B18+Oct+2009]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Vietnam - November 1, 2009 - Hồ Chí Minh City, Vietnam [http://community.joomla.org/events/joomla-days/1056-joomladay-vietnam-2009.html]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Italy - November 21, 2009 - Rome, Italy&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Spain (2) - December 11-12, 2009 - Barcelona, Spain [http://www.joomladay.info/2009/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Nigeria - December 12, 2009 - Lagos, Nigeria&lt;br /&gt;
&lt;br /&gt;
== 2010 ==&lt;br /&gt;
&lt;br /&gt;
(17 Events)&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Melbourne - February 12-14, 2010 - Melbourne, Australia [http://community.joomla.org/events/joomla-days/1102-joomladay-melbourne-2010.html]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day France - March 21, 2010 - Bordeaux, France&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Spain (3) - April 9-10, 2010 - Mallorca, Spain [http://www.joomladay.cat/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Netherlands (5) - April 23-24, 2010 - Utrecht, Netherlands [http://www.joomladagen.nl/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Sweden - April 23-24, 2010 - Stockholm, Sweden [http://www.joomladay.se/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Norway - June 4-5, 2010 - Drammen, Norway [http://www.joomladay.no/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day New England - June 5, 2010 - Marlboro, Vermont, USA&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Brisbane - June 18-19, 2010 - Brisbane, Australia&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Brasil - September 11-12, 2010 - Brasília/DF, Brazil [http://www.joomladaybrasil.org/2010]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day USA West - October 1-3, 2010 - San Jose, California, USA [http://www.joomladaywest.com/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Italy - October 9, 2010 - Verona, Italy&lt;br /&gt;
&lt;br /&gt;
Joomla!Day DC - October 16, 2010 - Chevy Chase, Maryland, USA [http://www.joomladaydc.com]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Denmark - October 29-30, 2010 - Kolding, Denmark [http://www.joomladay.dk]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day UK (3) - October 30-31, 2010 - Ipswich, England, United Kingdom&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Bangkok - November 13-14, 2010 - Bangkok, Thailand [http://www.joomladay.in.th/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Spain (4) - November 26-27, 2010 - Valencia, Spain [http://www.joomladay2010.es/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day NYC - December 4-5, 2010 - New York City, New York, USA&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Nigeria - December 11, 2010 - Lagos, Nigeria&lt;br /&gt;
&lt;br /&gt;
== 2011 ==&lt;br /&gt;
&lt;br /&gt;
(29 Events)&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Chile - January 18, 2011 - Santiago, Chile [http://www.joomladay-chile.cl/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Night Stockholm - February 4, 2011 - Stockholm, Sweden&lt;br /&gt;
&lt;br /&gt;
Joomla!Day India - March 12-13, 2011 - Pune, Maharashtra, India [http://www.joomladay.co.in]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Netherlands (6) - April 2-3, 2011 - Doorn, Netherlands [http://www.joomladagen.nl/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day New England - April 2, 2011 - Brattleboro, Vermont, USA [http://www.joomladaynewengland.org]&lt;br /&gt;
[[Media:JoomlaDayNEProgram2011-schedule.jpg]] &lt;br /&gt;
[[Media:JoomlaDayNEProgram2011-speakers.jpg]] &lt;br /&gt;
&lt;br /&gt;
Joomla!Day France - April 2-3, 2011 - Lyon, France [http://www.joomladay.fr/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Algeria - April 19 2011 - Alger, Algeria [http://www.joomladayalgerie.com/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Greece - May 28-29, 2011 - Athens, Greece [http://joomladay.gr/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Malaysia - June 25, 2011 - Kuala Lumpur, Malaysia [http://www.joomla-day.org.my/2011/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Night Chile - July 6, 2011 - Santiago, Chile [http://joomlanight-chile.cl/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Chicago - August 5-6, 2011 - Chicago, Illinois, USA [http://www.joomladaychicago.com]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Norway - August 12-13, 2011 - Drammen, Norway [http://www.joomladay.no/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Bosnia and Herzegovina - August 12-14, 2011 - Tesanj, Bosnia [http://www.joomla.ba/konferencija]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Cape Town - August  19-20, 2011 - Cape Town, South Africa [http://www.joomladay.org.za/] [http://www.joomladay.org.za/talks-sessions/programme.html programme]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Germany - September 2-3, 2011 - Hamburg, Germany [http://www.joomladay.de]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Brasil - September 2-4, 2011 - Florianópolis/SC, Brazil [http://www.joomladaybrasil.org/2011]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Austin - September 15, 2011 - Austin, Texas, USA [http://www.joomladayaustin.com]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day UK - September 24-25, 2011 - London, England [http://www.joomladayuk2011.org]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Israel - October 10, 2011 - Tel Aviv, Israel [http://jday11.joomla.org.il]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Italy - October 22, 2011 - Florence, Italy [http://www.joomladay.it]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day NYC - October 22-23, 2011 - New York City, New York, USA [http://www.joomladaynyc.com]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Denmark - October 28-29, 2011 - Kolding, Denmark [http://www.joomladay.dk]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Australia - November 5-6, 2011 - Sydney, Australia [http://sydney.joomladay.org.au/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Finland - November 5, 2011 - Helsinki, Finland [http://joomladayfinland.com/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Spain - November 9-10, 2011 - Zaragoza, Spain [http://www.joomladay2011.es/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Midwest - November 12, 2011 - Milwaukee, Wisconsin, USA [http://www.joomladaymidwest.org]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Algeria - November 19, 2011 - Oran, Algeria [http://www.joomladayoran.com/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Los Angeles - December 3, 2011 - Los Angeles, California, USA [http://www.jdayla.com]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Lagos  - December 17, 2011 - Lagos, Nigeria [http://joomlang.com/]&lt;br /&gt;
&lt;br /&gt;
== 2012 ==&lt;br /&gt;
(29 events)&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Chile - January 19, 2012 - Santiago, Chile&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Bangkok - February 25, 2012 - Bangkok, Thailand [http://www.joomladay.in.th]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Guatemala - February 29 - March 3, 2012 - Guatemala City, Guatemala [http://www.joomlagt.org/joomladay2012/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day France - March 24, 2012 - Strasbourg, France [http://www.joomladay.fr/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day New England - March 31, 2012 - Brattleboro, Vermont, USA [http://www.joomladaynewengland.org/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Iran - April 12, 2012 - Mashhad, Iran [http://www.joomladay.ir]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Netherlands (7) - April 21-22, 2012 - Zeist, Netherlands [http://www.joomladagen.nl/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Ribeirão Preto - May 11-12, 2012 - Ribeirão Preto, Brasil [http://jdrp.unaerp.br/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Sweden - May 26, 2012 - Stockholm, Sweden [http://www.joomladay.se/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day China 2012 - June 2, 2012 - Pudong, China [http://joomla.51qiangzuo.com/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Greece 2012 - June 2-3, 2012 - Athens, Greece [http://joomladay.gr]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Togo - June 14, 2012 - Assahoun, Togo&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Mexico - June 22-23, 2012 - Mexico City, Mexico [http://www.joomladaymexico.org/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Chicago - August 10-11, 2012 - Chicago, Illinois, USA [http://joomladaychicago.com]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Cape Town - August 17-18, 2012 - Cape Town, South Africa [http://www.joomladay.org.za]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Colombia - September 06, 2012 - Cali, Colombia [http://www.joomladay.com.co/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Brasil - September 07-08, 2012 - Belo Horizonte, Minas Gerais, Brasil [http://www.joomladaybrasil.org/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Poland - September 22-23, 2012 - Poznań, Poland [http://www.joomla-day.pl/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day NYC - September 22-23, 2012 - New York, New York, USA [http://www.joomladaynyc.com/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Spain - September 28-29, 2012 - Mérida, Spain [http://www.joomladayspain.com/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Italy - September 29, 2012 - Turin, Italy [http://www.joomladay.it/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Turkey - September 29, 2012 - Konya, Turkey [http://www.joomla.org.tr/en/Konya]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Germany - October 05-06, 2012 - Berlin, Germany [http://www.joomladay.de/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Israel - October 10, 2012- Tel Aviv, Israel [http://jday12.joomla.org.il]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Bulgaria - October 13, 2012 - Sofia, Bulgaria [http://joomladay.bg/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Australia - October 20-21, 2012 - Sydney, Australia [http://sydney.joomladay.org.au/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Denmark - October 26-27, 2012 - Kolding, Denmark [http://www.joomladay.dk]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Iran - November 15, 2012 - Kerman, Iran [http://www.joomladay.ir/]&lt;br /&gt;
&lt;br /&gt;
Joomla World Conference - November 16-18, 2012 - San Jose, California, USA [http://conference.joomla.org]&lt;br /&gt;
&lt;br /&gt;
== 2013 ==&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Melbourne - January 19-20, 2013 - Melbourne, Australia [http://melbourne.joomladay.org.au/] &lt;br /&gt;
&lt;br /&gt;
Joomla!Day India - February 8-10, 2013 - Mumbai, India [http://www.joomladayindia.in/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day North Carolina - February 23, 2013 - Raleigh, North Carolina, USA [http://joomladaync.org]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Gabon - March 7-8, 2013 - Libreville, Gabon [www.joomladaygabon.info]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Boston - March 16, 2013 - Cambridge, MA, USA [http://joomladayboston.com/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day France - March 22-24, 2013 - Blagnac, France [http://www.joomladay.fr/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day New England - April 13, 2013 - Brattleboro, Vermont, USA [http://www.joomladaynewengland.org/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Alger - April 18, 2013 - Alger, Algérie [http://www.joomladayalger.com/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Netherlands - April 20-21, 2013 - Zeist, Netherlands [http://www.joomladagen.nl/2013/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Guatemala - April 25-26, 2013 - Guatemala City, Guatemala [http://www.joomlagt.org/joomladay2013/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Bosnia and Herzegovina - May 3, 2013 - Sarajevo, Bosnia and Herzegovina [http://www.joomladay.ba/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Greece - June 15-17, 2013 - Athens, Greece [http://joomladay.gr/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Taiwan - June 15, 2013 - Taipei City, Taiwan [http://joomladay.tw/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day São Paulo - July 5-6, 2013 - São Paulo, Brazil [http://www.joomladaysp.com.br/2013/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Cotonou (Benin) - July 5, 2013 - Cotonou, Bénin [http://joomladaybenin.info/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Kenya - August 2, 2013 - Nairobi, Kenya [http://www.joomladay.or.ke/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Germany - September 13-14, 2013 - Nuremberg, German [http://joomladay.de/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Switzerland - September 21, 2013 - Berne, Switzerland [http://www.joomladay.ch/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Spain - September 27-29, 2013 - Albacete, Spain [http://www.joomladayspain.org/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day San Francisco - September 27-29, 2013 - San Francisco, CA, USA [http://www.joomladaysf.com/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day UK - October 5-6, 2013 -  Ascot , Berkshire , United Kingdom [http://www.joomladay.co.uk/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Poland - October 5-6, 2013 - Łódź, Poland [http://www.joomla-day.pl/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Israel - October 10, 2013 - Tel Aviv, Israel [http://jday.joomla.org.il]&lt;br /&gt;
&lt;br /&gt;
JoomlaDay™ Italy - October 12, 2013 - Naples, Italy [http://www.joomladay.it/]&lt;br /&gt;
&lt;br /&gt;
Joomla! Day Bulgaria - October 12, 2013 - Sofia, Bulgaria [http://joomladay.bg]&lt;br /&gt;
&lt;br /&gt;
JoomlaDay™ Hungary - October 12, 2013 - Budapest, Hungary [http://joomladay.hu/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day South Africa - October 18-19, 2013 - Johannesburg, South Africa [http://www.joomladay.org.za/]&lt;br /&gt;
&lt;br /&gt;
JoomlaDay Houston - October 19, 2013 - Houston, TX, USA [http://joomladayhouston.com]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Sydney - October 19, 2013 - Sidney, NSW, Australia [http://sydney.joomladay.org.au/]&lt;br /&gt;
&lt;br /&gt;
JoomlaDay Denmark - October 25 - 27 - Copenhagen, Denmark [http://www.joomladay.dk]&lt;br /&gt;
[[Category:Events Working Group]]&lt;br /&gt;
[[Category:Events]]&lt;/div&gt;</summary>
		<author><name>Rdeutz</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=JoomlaDays/History&amp;diff=104287</id>
		<title>JoomlaDays/History</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=JoomlaDays/History&amp;diff=104287"/>
		<updated>2013-10-10T11:09:20Z</updated>

		<summary type="html">&lt;p&gt;Rdeutz: /* 2005 */ updated link&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The Joomla! community has a long history of Joomla!Day events from around the world.  Let&#039;s document these here, so we can ensure we have a historical timeline of Joomla!Days. See current events at [http://events.joomla.org/joomla-days.html Joomla Days]&lt;br /&gt;
&lt;br /&gt;
Instructions:  please add the name, date, location, and if possible the web address, of any Joomla!Days that have happened in the past.  Please use the following format:  Name_of_Joomla!Day - Month DD-DD, YYYY - City, Country&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== 2005 ==&lt;br /&gt;
&lt;br /&gt;
(1 Event)&lt;br /&gt;
&lt;br /&gt;
MamboDay Germany, May 28, 2005 - Bonn, Germany&lt;br /&gt;
(worldwide first Mambo / Joomla conference) [http://www.joomladay.de/fakten/historie/mamboday-2005 (german)]&lt;br /&gt;
&lt;br /&gt;
== 2006 ==&lt;br /&gt;
&lt;br /&gt;
(5 Events)&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Netherlands (1) - April 22, 2006 - Breda, Netherlands&lt;br /&gt;
&lt;br /&gt;
Joomla!Day UK (1) - July 30, 2006 - Leeds, United Kingdom [http://web.archive.org/web/20060709173546/http://www.joomlatraining.org.uk/joomla-day/ programme] [http://web.archive.org/web/20060814225232/http://www.joomlatraining.org.uk/content/view/297/36/ Day 1] [http://web.archive.org/web/20060813123831/http://www.joomlatraining.org.uk/content/view/298/36/ Day 2]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Sweden - October 6-7, 2006 - Västerås, Sweden&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Netherlands (2) - December 8-9 2006 - Den Bosch, Netherlands&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Germany - September 29-30, 2006 - Bonn, Germany [http://www.joomladay.de/fakten/historie/joomladay-2006.html Report in German]&lt;br /&gt;
&lt;br /&gt;
== 2007 == &lt;br /&gt;
&lt;br /&gt;
(17 Events)&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Melbourne - January 24, 2007 - Melbourne, Australia [http://forum.joomla.org/viewtopic.php?f=306&amp;amp;t=116577&amp;amp;start=150] and [http://forum.joomla.org/viewtopic.php?t=134393]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day France - March 25, 2007 - Paris, France&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Norway - June 2, 2007 - Drammen, Norway&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Cape Town (South Africa) - June 16, 2007 [http://www.joomladay.org.za/archive/2007-cape-town-june-16-2007.html programme]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Johannesburg (South Africa) - July 14, 2007 [http://www.joomladay.org.za/archive/2007-johannesburg-july-14-2007.html programme]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day (Central) USA and Mexico - July 21, 2007 - Austin, Texas, USA&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Bangkok - August 4, 2008 - Bangkok , Thailand [http://www.flickr.com/photos/laithaiphoto/sets/72157601327115053/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Brasil - August 18, 2007 - São Paulo/SP, Brazil&lt;br /&gt;
 &lt;br /&gt;
Joomla!Day USA West - May 12-13, 2007 - Mountain View, California, USA&lt;br /&gt;
&lt;br /&gt;
Joomla!Day NYC - October 13, 2007 - New York, New York, USA&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Hungary - October 21, 2007 - Budapest, Hungary&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Sweden - November 3, 2007 - Västerås, Sweden&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Helsinki - November 12, 2007 - Helsinki, Finland&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Cape Town (South Africa) - December 10, 2007 [http://www.joomladay.org.za/archive/2007-cape-town-december-10-2007.html programme]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Nigeria - date unknown&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Serbia - November 17, 2007 - Belgrade, Serbia&lt;br /&gt;
&lt;br /&gt;
Joomla!Day New Zealand - December 15, 2007&lt;br /&gt;
&lt;br /&gt;
== 2008 ==&lt;br /&gt;
&lt;br /&gt;
(20 Events)&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Italy - January 19, 2008 - Rome, Italy&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Melbourne - February 2, 2008 - Melbourne, Australia [http://forum.joomla.org/viewtopic.php?p=1184586]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Spain (1) - April 19, 2008 - Madrid[http://www.joomladay.info/2008/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Netherlands (3), April 4-5, 2008 - Utrecht, Netherlands&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Norway - April 26, 2008 - Drammen, Norway&lt;br /&gt;
&lt;br /&gt;
Joomla!Day France - April 27, 2008 - Paris, France&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Bangkok - May 10, 2008 - Bangkok, Thailand [http://www.flickr.com/photos/laithaiphoto/sets/72157605299681211/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Byron Bay - May 11, 2008 - Byron Bay, NSW, Australia]] [http://forum.joomla.org/viewtopic.php?f=306&amp;amp;t=262909]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Sydney - May 19, 2008 - Sydney, Australia [http://forum.joomla.org/viewtopic.php?p=1304388]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Vancouver - June 14, 2008 - Vancouver, British Columbia, Canada]] [http://community.joomla.org/events/joomla-days/400-joomla-day-vancouver-2008.html]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Philippines - June 14, 2008&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Hungary - June 20-21, 2008&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Durban - June 20-21, 2008 - Durban, South Africa&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Brasil - August 16, 2008 - São Paulo/SP, Brazil&lt;br /&gt;
&lt;br /&gt;
Joomla!Day San Francisco - September 20, 2008 - San Francisco, California, USA&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Johannesburg - October 18, 2008 - Johannesburg, South Africa&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Turkey - October 25, 2008&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Switzerland - November 15, 2008&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Sweden - November 15, 2008&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Nigeria - November 19, 2008&lt;br /&gt;
&lt;br /&gt;
== 2009 ==&lt;br /&gt;
&lt;br /&gt;
(23 Events)&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Turkey - January 10, 2009 &lt;br /&gt;
&lt;br /&gt;
Joomla!Day Melbourne - February 7-8, 2009 - Melbourne, Australia [http://community.joomla.org/events/joomla-days/641-joomladay-melbourne-2009.html]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day UK (2) - March 13-14, 2009 - Maidstone, England, United Kingdom&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Las Vegas - April 4, 2009 - Las Vegas, Nevada, USA [http://lasvegas.joomladayusa.org/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day India - April 25, 2009 - Pune, India [http://community.joomla.org/blogs/community/811-joomla-day-pune-india-a-big-success.html]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Sweden - May 15-16, 2009 - Stockholm, Sweden&lt;br /&gt;
&lt;br /&gt;
Joomla!Day France - May 24, 2009 - Paris, France&lt;br /&gt;
&lt;br /&gt;
Joomla!Day New England - May 30, 2009 - Brattleboro, Vermont, USA [http://community.joomla.org/events/joomla-days/771-joomladay-new-england-2009.html]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Netherlands (4) - June 12-13, 2009 - Nieuwegein, Netherlands&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Cape Town - August 14, 2009 - Cape Town, South Africia&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Bangkok - August 22-23, 2009 - Bangkok, Thailand [http://www.flickr.com/photos/laithaiphoto/sets/72157622115004400/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Brasil - September, 12, 2009 - Rio de Janeiro/RJ, Brazil &lt;br /&gt;
&lt;br /&gt;
Joomla!Day Germany - September, 24 - 26, 2009 - Bad Nauheim, Germany&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Mongolia - September 29-30, 2009 - Ulan Bataar, Mongolia&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Norway - October ?, 2009 - Drammen, Norway&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Gauteng - October 8-10, 2009 - Gauteng, South Africa&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Hungary - October 10, 2009 - Budapest, Hungary&lt;br /&gt;
&lt;br /&gt;
Joomla!Day New York - October 12, 2009 - New York, New York, USA [http://community.joomla.org/events/joomla-days/912-joomla-day-new-york.html]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Sydney - October 17-18, 2009 - Sydney, Australia [http://sydney.joomladay.org.au/groups/viewgroup/5-Welcome+to+Sydney+JoomlaDay+17%2B18+Oct+2009]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Vietnam - November 1, 2009 - Hồ Chí Minh City, Vietnam [http://community.joomla.org/events/joomla-days/1056-joomladay-vietnam-2009.html]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Italy - November 21, 2009 - Rome, Italy&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Spain (2) - December 11-12, 2009 - Barcelona, Spain [http://www.joomladay.info/2009/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Nigeria - December 12, 2009 - Lagos, Nigeria&lt;br /&gt;
&lt;br /&gt;
== 2010 ==&lt;br /&gt;
&lt;br /&gt;
(17 Events)&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Melbourne - February 12-14, 2010 - Melbourne, Australia [http://community.joomla.org/events/joomla-days/1102-joomladay-melbourne-2010.html]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day France - March 21, 2010 - Bordeaux, France&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Spain (3) - April 9-10, 2010 - Mallorca, Spain [http://www.joomladay.cat/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Netherlands (5) - April 23-24, 2010 - Utrecht, Netherlands [http://www.joomladagen.nl/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Sweden - April 23-24, 2010 - Stockholm, Sweden [http://www.joomladay.se/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Norway - June 4-5, 2010 - Drammen, Norway [http://www.joomladay.no/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day New England - June 5, 2010 - Marlboro, Vermont, USA&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Brisbane - June 18-19, 2010 - Brisbane, Australia&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Brasil - September 11-12, 2010 - Brasília/DF, Brazil [http://www.joomladaybrasil.org/2010]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day USA West - October 1-3, 2010 - San Jose, California, USA [http://www.joomladaywest.com/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Italy - October 9, 2010 - Verona, Italy&lt;br /&gt;
&lt;br /&gt;
Joomla!Day DC - October 16, 2010 - Chevy Chase, Maryland, USA [http://www.joomladaydc.com]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Denmark - October 29-30, 2010 - Kolding, Denmark [http://www.joomladay.dk]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day UK (3) - October 30-31, 2010 - Ipswich, England, United Kingdom&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Bangkok - November 13-14, 2010 - Bangkok, Thailand [http://www.joomladay.in.th/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Spain (4) - November 26-27, 2010 - Valencia, Spain [http://www.joomladay2010.es/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day NYC - December 4-5, 2010 - New York City, New York, USA&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Nigeria - December 11, 2010 - Lagos, Nigeria&lt;br /&gt;
&lt;br /&gt;
== 2011 ==&lt;br /&gt;
&lt;br /&gt;
(29 Events)&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Chile - January 18, 2011 - Santiago, Chile [http://www.joomladay-chile.cl/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Night Stockholm - February 4, 2011 - Stockholm, Sweden&lt;br /&gt;
&lt;br /&gt;
Joomla!Day India - March 12-13, 2011 - Pune, Maharashtra, India [http://www.joomladay.co.in]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Netherlands (6) - April 2-3, 2011 - Doorn, Netherlands [http://www.joomladagen.nl/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day New England - April 2, 2011 - Brattleboro, Vermont, USA [http://www.joomladaynewengland.org]&lt;br /&gt;
[[Media:JoomlaDayNEProgram2011-schedule.jpg]] &lt;br /&gt;
[[Media:JoomlaDayNEProgram2011-speakers.jpg]] &lt;br /&gt;
&lt;br /&gt;
Joomla!Day France - April 2-3, 2011 - Lyon, France [http://www.joomladay.fr/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Algeria - April 19 2011 - Alger, Algeria [http://www.joomladayalgerie.com/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Greece - May 28-29, 2011 - Athens, Greece [http://joomladay.gr/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Malaysia - June 25, 2011 - Kuala Lumpur, Malaysia [http://www.joomla-day.org.my/2011/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Night Chile - July 6, 2011 - Santiago, Chile [http://joomlanight-chile.cl/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Chicago - August 5-6, 2011 - Chicago, Illinois, USA [http://www.joomladaychicago.com]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Norway - August 12-13, 2011 - Drammen, Norway [http://www.joomladay.no/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Bosnia and Herzegovina - August 12-14, 2011 - Tesanj, Bosnia [http://www.joomla.ba/konferencija]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Cape Town - August  19-20, 2011 - Cape Town, South Africa [http://www.joomladay.org.za/] [http://www.joomladay.org.za/talks-sessions/programme.html programme]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Germany - September 2-3, 2011 - Hamburg, Germany [http://www.joomladay.de]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Brasil - September 2-4, 2011 - Florianópolis/SC, Brazil [http://www.joomladaybrasil.org/2011]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Austin - September 15, 2011 - Austin, Texas, USA [http://www.joomladayaustin.com]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day UK - September 24-25, 2011 - London, England [http://www.joomladayuk2011.org]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Israel - October 10, 2011 - Tel Aviv, Israel [http://jday11.joomla.org.il]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Italy - October 22, 2011 - Florence, Italy [http://www.joomladay.it]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day NYC - October 22-23, 2011 - New York City, New York, USA [http://www.joomladaynyc.com]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Denmark - October 28-29, 2011 - Kolding, Denmark [http://www.joomladay.dk]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Australia - November 5-6, 2011 - Sydney, Australia [http://sydney.joomladay.org.au/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Finland - November 5, 2011 - Helsinki, Finland [http://joomladayfinland.com/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Spain - November 9-10, 2011 - Zaragoza, Spain [http://www.joomladay2011.es/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Midwest - November 12, 2011 - Milwaukee, Wisconsin, USA [http://www.joomladaymidwest.org]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Algeria - November 19, 2011 - Oran, Algeria [http://www.joomladayoran.com/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Los Angeles - December 3, 2011 - Los Angeles, California, USA [http://www.jdayla.com]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Lagos  - December 17, 2011 - Lagos, Nigeria [http://joomlang.com/]&lt;br /&gt;
&lt;br /&gt;
== 2012 ==&lt;br /&gt;
(29 events)&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Chile - January 19, 2012 - Santiago, Chile&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Bangkok - February 25, 2012 - Bangkok, Thailand [http://www.joomladay.in.th]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Guatemala - February 29 - March 3, 2012 - Guatemala City, Guatemala [http://www.joomlagt.org/joomladay2012/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day France - March 24, 2012 - Strasbourg, France [http://www.joomladay.fr/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day New England - March 31, 2012 - Brattleboro, Vermont, USA [http://www.joomladaynewengland.org/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Iran - April 12, 2012 - Mashhad, Iran [http://www.joomladay.ir]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Netherlands (7) - April 21-22, 2012 - Zeist, Netherlands [http://www.joomladagen.nl/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Ribeirão Preto - May 11-12, 2012 - Ribeirão Preto, Brasil [http://jdrp.unaerp.br/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Sweden - May 26, 2012 - Stockholm, Sweden [http://www.joomladay.se/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day China 2012 - June 2, 2012 - Pudong, China [http://joomla.51qiangzuo.com/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Greece 2012 - June 2-3, 2012 - Athens, Greece [http://joomladay.gr]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Togo - June 14, 2012 - Assahoun, Togo&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Mexico - June 22-23, 2012 - Mexico City, Mexico [http://www.joomladaymexico.org/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Chicago - August 10-11, 2012 - Chicago, Illinois, USA [http://joomladaychicago.com]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Cape Town - August 17-18, 2012 - Cape Town, South Africa [http://www.joomladay.org.za]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Colombia - September 06, 2012 - Cali, Colombia [http://www.joomladay.com.co/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Brasil - September 07-08, 2012 - Belo Horizonte, Minas Gerais, Brasil [http://www.joomladaybrasil.org/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Poland - September 22-23, 2012 - Poznań, Poland [http://www.joomla-day.pl/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day NYC - September 22-23, 2012 - New York, New York, USA [http://www.joomladaynyc.com/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Spain - September 28-29, 2012 - Mérida, Spain [http://www.joomladayspain.com/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Italy - September 29, 2012 - Turin, Italy [http://www.joomladay.it/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Turkey - September 29, 2012 - Konya, Turkey [http://www.joomla.org.tr/en/Konya]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Germany - October 05-06, 2012 - Berlin, Germany [http://www.joomladay.de/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Israel - October 10, 2012- Tel Aviv, Israel [http://jday12.joomla.org.il]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Bulgaria - October 13, 2012 - Sofia, Bulgaria [http://joomladay.bg/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Australia - October 20-21, 2012 - Sydney, Australia [http://sydney.joomladay.org.au/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Denmark - October 26-27, 2012 - Kolding, Denmark [http://www.joomladay.dk]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Iran - November 15, 2012 - Kerman, Iran [http://www.joomladay.ir/]&lt;br /&gt;
&lt;br /&gt;
Joomla World Conference - November 16-18, 2012 - San Jose, California, USA [http://conference.joomla.org]&lt;br /&gt;
&lt;br /&gt;
== 2013 ==&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Melbourne - January 19-20, 2013 - Melbourne, Australia [http://melbourne.joomladay.org.au/] &lt;br /&gt;
&lt;br /&gt;
Joomla!Day India - February 8-10, 2013 - Mumbai, India [http://www.joomladayindia.in/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day North Carolina - February 23, 2013 - Raleigh, North Carolina, USA [http://joomladaync.org]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Gabon - March 7-8, 2013 - Libreville, Gabon [www.joomladaygabon.info]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Boston - March 16, 2013 - Cambridge, MA, USA [http://joomladayboston.com/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day France - March 22-24, 2013 - Blagnac, France [http://www.joomladay.fr/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day New England - April 13, 2013 - Brattleboro, Vermont, USA [http://www.joomladaynewengland.org/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Alger - April 18, 2013 - Alger, Algérie [http://www.joomladayalger.com/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Netherlands - April 20-21, 2013 - Zeist, Netherlands [http://www.joomladagen.nl/2013/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Guatemala - April 25-26, 2013 - Guatemala City, Guatemala [http://www.joomlagt.org/joomladay2013/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Bosnia and Herzegovina - May 3, 2013 - Sarajevo, Bosnia and Herzegovina [http://www.joomladay.ba/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Greece - June 15-17, 2013 - Athens, Greece [http://joomladay.gr/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Taiwan - June 15, 2013 - Taipei City, Taiwan [http://joomladay.tw/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day São Paulo - July 5-6, 2013 - São Paulo, Brazil [http://www.joomladaysp.com.br/2013/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Cotonou (Benin) - July 5, 2013 - Cotonou, Bénin [http://joomladaybenin.info/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Kenya - August 2, 2013 - Nairobi, Kenya [http://www.joomladay.or.ke/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Germany - September 13-14, 2013 - Nuremberg, German [http://joomladay.de/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Switzerland - September 21, 2013 - Berne, Switzerland [http://www.joomladay.ch/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Spain - September 27-29, 2013 - Albacete, Spain [http://www.joomladayspain.org/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day San Francisco - September 27-29, 2013 - San Francisco, CA, USA [http://www.joomladaysf.com/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day UK - October 5-6, 2013 -  Ascot , Berkshire , United Kingdom [http://www.joomladay.co.uk/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Poland - October 5-6, 2013 - Łódź, Poland [http://www.joomla-day.pl/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Israel - October 10, 2013 - Tel Aviv, Israel [http://jday.joomla.org.il]&lt;br /&gt;
&lt;br /&gt;
JoomlaDay™ Italy - October 12, 2013 - Naples, Italy [http://www.joomladay.it/]&lt;br /&gt;
&lt;br /&gt;
Joomla! Day Bulgaria - October 12, 2013 - Sofia, Bulgaria [http://joomladay.bg]&lt;br /&gt;
&lt;br /&gt;
JoomlaDay™ Hungary - October 12, 2013 - Budapest, Hungary [http://joomladay.hu/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day South Africa - October 18-19, 2013 - Johannesburg, South Africa [http://www.joomladay.org.za/]&lt;br /&gt;
&lt;br /&gt;
JoomlaDay Houston - October 19, 2013 - Houston, TX, USA [http://joomladayhouston.com]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Sydney - October 19, 2013 - Sidney, NSW, Australia [http://sydney.joomladay.org.au/]&lt;br /&gt;
&lt;br /&gt;
JoomlaDay Denmark - October 25 - 27 - Copenhagen, Denmark [http://www.joomladay.dk]&lt;br /&gt;
[[Category:Events Working Group]]&lt;br /&gt;
[[Category:Events]]&lt;/div&gt;</summary>
		<author><name>Rdeutz</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=JoomlaDays/History&amp;diff=65043</id>
		<title>JoomlaDays/History</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=JoomlaDays/History&amp;diff=65043"/>
		<updated>2012-02-17T12:41:37Z</updated>

		<summary type="html">&lt;p&gt;Rdeutz: /* 2012 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The Joomla! community has a long history of Joomla!Day events from around the world.  Let&#039;s document these here, so we can ensure we have a historical timeline of Joomla!Days.&lt;br /&gt;
&lt;br /&gt;
Instructions:  please add the name, date, location, and if possible the web address, of any Joomla!Days that have happened in the past.  Please use the following format:  Name_of_Joomla!Day - Month DD-DD, YYYY - City, Country&lt;br /&gt;
&lt;br /&gt;
== 2006 ==&lt;br /&gt;
&lt;br /&gt;
(5 Events)&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Netherlands (1) - April 22, 2006 - Breda, Netherlands&lt;br /&gt;
&lt;br /&gt;
Joomla!Day UK (1) - July 30, 2006 - Leeds, United Kingdom [http://web.archive.org/web/20060709173546/http://www.joomlatraining.org.uk/joomla-day/ programme] [http://web.archive.org/web/20060814225232/http://www.joomlatraining.org.uk/content/view/297/36/ Day 1] [http://web.archive.org/web/20060813123831/http://www.joomlatraining.org.uk/content/view/298/36/ Day 2]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Sweden - October 6-7, 2006 - Västerås, Sweden&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Netherlands (2) - December 8-9 2006 - Den Bosch, Netherlands&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Germany - September 29-30, 2006 - Bonn, Germany [http://www.joomladay.de/fakten/historie/joomladay-2006.html Report in German]&lt;br /&gt;
&lt;br /&gt;
== 2007 == &lt;br /&gt;
&lt;br /&gt;
(17 Events)&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Melbourne - January 24, 2007 - Melbourne, Australia [http://forum.joomla.org/viewtopic.php?f=306&amp;amp;t=116577&amp;amp;start=150] and [http://forum.joomla.org/viewtopic.php?t=134393]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day France - March 25, 2007 - Paris, France&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Norway - June 2, 2007 - Drammen, Norway&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Cape Town (South Africa) - June 16, 2007 [http://www.joomladay.org.za/archive/2007-cape-town-june-16-2007.html programme]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Johannesburg (South Africa) - July 14, 2007 [http://www.joomladay.org.za/archive/2007-johannesburg-july-14-2007.html programme]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day (Central) USA and Mexico - July 21, 2007 - Austin, Texas, USA&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Bangkok - August 4, 2008 - Bangkok , Thailand [http://www.flickr.com/photos/laithaiphoto/sets/72157601327115053/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Brasil - August 18, 2007 - São Paulo/SP, Brazil&lt;br /&gt;
 &lt;br /&gt;
Joomla!Day USA West - May 12-13, 2007 - Mountain View, California, USA&lt;br /&gt;
&lt;br /&gt;
Joomla!Day NYC - October 13, 2007 - New York, New York, USA&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Hungary - October 21, 2007 - Budapest, Hungary&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Sweden - November 3, 2007 - Västerås, Sweden&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Helsinki - November 12, 2007 - Helsinki, Finland&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Cape Town (South Africa) - December 10, 2007 [http://www.joomladay.org.za/archive/2007-cape-town-december-10-2007.html programme]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Nigeria - date unknown&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Serbia - November 17, 2007 - Belgrade, Serbia&lt;br /&gt;
&lt;br /&gt;
Joomla!Day New Zealand - December 15, 2007&lt;br /&gt;
&lt;br /&gt;
== 2008 ==&lt;br /&gt;
&lt;br /&gt;
(20 Events)&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Italy - January 19, 2008 - Rome, Italy&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Melbourne - February 2, 2008 - Melbourne, Australia [http://forum.joomla.org/viewtopic.php?p=1184586]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Spain (1) - April 19, 2008 - Madrid[http://www.joomladay.info/2008/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Netherlands (3), April 4-5, 2008 - Utrecht, Netherlands&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Norway - April 26, 2008 - Drammen, Norway&lt;br /&gt;
&lt;br /&gt;
Joomla!Day France - April 27, 2008 - Paris, France&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Bangkok - May 10, 2008 - Bangkok, Thailand [http://www.flickr.com/photos/laithaiphoto/sets/72157605299681211/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Byron Bay - May 11, 2008 - Byron Bay, NSW, Australia]] [http://forum.joomla.org/viewtopic.php?f=306&amp;amp;t=262909]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Sydney - May 19, 2008 - Sydney, Australia [http://forum.joomla.org/viewtopic.php?p=1304388]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Vancouver - June 14, 2008 - Vancouver, British Columbia, Canada]] [http://community.joomla.org/events/joomla-days/400-joomla-day-vancouver-2008.html]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Philippines - June 14, 2008&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Hungary - June 20-21, 2008&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Durban - June 20-21, 2008 - Durban, South Africa&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Brasil - August 16, 2008 - São Paulo/SP, Brazil&lt;br /&gt;
&lt;br /&gt;
Joomla!Day San Francisco - September 20, 2008 - San Francisco, California, USA&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Johannesburg - October 18, 2008 - Johannesburg, South Africa&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Turkey - October 25, 2008&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Switzerland - November 15, 2008&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Sweden - November 15, 2008&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Nigeria - November 19, 2008&lt;br /&gt;
&lt;br /&gt;
== 2009 ==&lt;br /&gt;
&lt;br /&gt;
(23 Events)&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Turkey - January 10, 2009 &lt;br /&gt;
&lt;br /&gt;
Joomla!Day Melbourne - February 7-8, 2009 - Melbourne, Australia [http://community.joomla.org/events/joomla-days/641-joomladay-melbourne-2009.html]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day UK (2) - March 13-14, 2009 - Maidstone, England, United Kingdom&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Las Vegas - April 4, 2009 - Las Vegas, Nevada, USA [http://lasvegas.joomladayusa.org/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day India - April 25, 2009 - Pune, India [http://community.joomla.org/blogs/community/811-joomla-day-pune-india-a-big-success.html]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Sweden - May 15-16, 2009 - Stockholm, Sweden&lt;br /&gt;
&lt;br /&gt;
Joomla!Day France - May 24, 2009 - Paris, France&lt;br /&gt;
&lt;br /&gt;
Joomla!Day New England - May 30, 2009 - Brattleboro, Vermont, USA [http://community.joomla.org/events/joomla-days/771-joomladay-new-england-2009.html]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Netherlands (4) - June 12-13, 2009 - Nieuwegein, Netherlands&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Cape Town - August 14, 2009 - Cape Town, South Africia&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Bangkok - August 22-23, 2009 - Bangkok, Thailand [http://www.flickr.com/photos/laithaiphoto/sets/72157622115004400/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Brasil - September, 12, 2009 - Rio de Janeiro/RJ, Brazil &lt;br /&gt;
&lt;br /&gt;
Joomla!Day Germany - September, 24 - 26, 2009 - Bad Nauheim, Germany&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Mongolia - September 29-30, 2009 - Ulan Bataar, Mongolia&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Norway - October ?, 2009 - Drammen, Norway&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Gauteng - October 8-10, 2009 - Gauteng, South Africa&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Hungary - October 10, 2009 - Budapest, Hungary&lt;br /&gt;
&lt;br /&gt;
Joomla!Day New York - October 12, 2009 - New York, New York, USA [http://community.joomla.org/events/joomla-days/912-joomla-day-new-york.html]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Sydney - October 17-18, 2009 - Sydney, Australia [http://sydney.joomladay.org.au/groups/viewgroup/5-Welcome+to+Sydney+JoomlaDay+17%2B18+Oct+2009]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Vietnam - November 1, 2009 - Hồ Chí Minh City, Vietnam [http://community.joomla.org/events/joomla-days/1056-joomladay-vietnam-2009.html]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Italy - November 21, 2009 - Rome, Italy&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Spain (2) - December 11-12, 2009 - Barcelona, Spain [http://www.joomladay.info/2009/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Nigeria - December 12, 2009 - Lagos, Nigeria&lt;br /&gt;
&lt;br /&gt;
== 2010 ==&lt;br /&gt;
&lt;br /&gt;
(17 Events)&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Melbourne - February 12-14, 2010 - Melbourne, Australia [http://community.joomla.org/events/joomla-days/1102-joomladay-melbourne-2010.html]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day France - March 21, 2010 - Bordeaux, France&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Spain (3) - April 9-10, 2010 - Mallorca, Spain [http://www.joomladay.cat/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Netherlands (5) - April 23-24, 2010 - Utrecht, Netherlands [http://www.joomladagen.nl/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Sweden - April 23-24, 2010 - Stockholm, Sweden [http://www.joomladay.se/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Norway - June 4-5, 2010 - Drammen, Norway [http://www.joomladay.no/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day New England - June 5, 2010 - Marlboro, Vermont, USA&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Brisbane - June 18-19, 2010 - Brisbane, Australia&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Brasil - September 11-12, 2010 - Brasília/DF, Brazil [http://www.joomladaybrasil.org/2010]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day USA West - October 1-3, 2010 - San Jose, California, USA [http://www.joomladaywest.com/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Italy - October 9, 2010 - Verona, Italy&lt;br /&gt;
&lt;br /&gt;
Joomla!Day DC - October 16, 2010 - Chevy Chase, Maryland, USA [http://www.joomladaydc.com]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Denmark - October 29-30, 2010 - Kolding, Denmark [http://www.joomladay.dk]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day UK (3) - October 30-31, 2010 - Ipswich, England, United Kingdom&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Bangkok - November 13-14, 2010 - Bangkok, Thailand [http://www.joomladay.in.th/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Spain (4) - November 26-27, 2010 - Valencia, Spain [http://www.joomladay2010.es/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day NYC - December 4-5, 2010 - New York City, New York, USA&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Nigeria - December 11, 2010 - Lagos, Nigeria&lt;br /&gt;
&lt;br /&gt;
== 2011 ==&lt;br /&gt;
&lt;br /&gt;
(29 Events)&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Chile - January 18, 2011 - Santiago, Chile [http://www.joomladay-chile.cl/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Night Stockholm - February 4, 2011 - Stockholm, Sweden&lt;br /&gt;
&lt;br /&gt;
Joomla!Day India - March 12-13, 2011 - Pune, Maharashtra, India [http://www.joomladay.co.in]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Netherlands (6) - April 2-3, 2011 - Doorn, Netherlands [http://www.joomladagen.nl/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day New England - April 2, 2011 - Brattleboro, Vermont, USA [http://www.joomladaynewengland.org]&lt;br /&gt;
[[Media:JoomlaDayNEProgram2011-schedule.jpg]] &lt;br /&gt;
[[Media:JoomlaDayNEProgram2011-speakers.jpg]] &lt;br /&gt;
&lt;br /&gt;
Joomla!Day France - April 2-3, 2011 - Lyon, France [http://www.joomladay.fr/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Algeria - April 19 2011 - Alger, Algeria [http://www.joomladayalgerie.com/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Greece - May 28-29, 2011 - Athens, Greece [http://joomladay.gr/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Malaysia - June 25, 2011 - Kuala Lumpur, Malaysia [http://www.joomla-day.org.my/2011/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Night Chile - July 6, 2011 - Santiago, Chile [http://joomlanight-chile.cl/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Chicago - August 5-6, 2011 - Chicago, Illinois, USA [http://www.joomladaychicago.com]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Norway - August 12-13, 2011 - Drammen, Norway [http://www.joomladay.no/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Bosnia and Herzegovina - August 12-14, 2011 - Tesanj, Bosnia [http://www.joomla.ba/konferencija]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Cape Town - August  19-20, 2011 - Cape Town, South Africa [http://www.joomladay.org.za/] [http://www.joomladay.org.za/talks-sessions/programme.html programme]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Germany - September 2-3, 2011 - Hamburg, Germany [http://www.joomladay.de]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Brasil - September 2-4, 2011 - Florianópolis/SC, Brazil [http://www.joomladaybrasil.org/2011]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Austin - September 15, 2011 - Austin, Texas, USA [http://www.joomladayaustin.com]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day UK - September 24-25, 2011 - London, England [http://www.joomladayuk2011.org]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Israel - October 10, 2011 - Tel Aviv, Israel [http://jday.joomla.org.il]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Italy - October 22, 2011 - Florence, Italy [http://www.joomladay.it]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day NYC - October 22-23, 2011 - New York City, New York, USA [http://www.joomladaynyc.com]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Denmark - October 28-29, 2011 - Kolding, Denmark [http://www.joomladay.dk]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Australia - November 5-6, 2011 - Sydney, Australia [http://sydney.joomladay.org.au/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Finland - November 5, 2011 - Helsinki, Finland [http://joomladayfinland.com/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Spain - November 9-10, 2011 - Zaragoza, Spain [http://www.joomladay2011.es/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Midwest - November 12, 2011 - Milwaukee, Wisconsin, USA [http://www.joomladaymidwest.org]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Algeria - November 19, 2011 - Oran, Algeria [http://www.joomladayoran.com/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Los Angeles - December 3, 2011 - Los Angeles, California, USA [http://www.jdayla.com]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Lagos  - December 17, 2011 - Lagos, Nigeria [http://joomlang.com/]&lt;br /&gt;
&lt;br /&gt;
== 2012 ==&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Bangkok - February 25, 2012 - Bangkok, Thailand [http://www.joomladay.in.th]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Guatemala - February 29 - March 3, 2012 - Guatemala City, Guatemala [http://www.joomlagt.org/joomladay2012/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day France - March 24, 2012 - Strasbourg, France [http://www.joomladay.fr/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day New England - March 31, 2012 - Brattleboro, Vermont, USA [http://www.joomladaynewengland.org/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Iran - April 12, 2012 - Mashhad, Iran [http://www.joomladay.ir]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Netherlands (7) - April 21-22, 2012 - Zeist, Netherlands [http://www.joomladagen.nl/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Brasil - May 11-12, 2012 - Ribeirão Preto, Brasil [http://jdrp.unaerp.br/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Togo - June 14, 2012 - Assahoun, Togo&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Mexico - June 22-23, 2012 - Mexico City, Mexico [http://www.joomladaymexico.org/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Brasil - September 07-08, 2012 - Belo Horizonte, Minas Gerais, Brasil [http://www.joomladaybrasil.org/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day West - TBA - San Jose, California, USA [http://www.joomladaywest.com]&lt;/div&gt;</summary>
		<author><name>Rdeutz</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=How_to_Organize_a_JoomlaDay%E2%84%A2&amp;diff=63753</id>
		<title>How to Organize a JoomlaDay™</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=How_to_Organize_a_JoomlaDay%E2%84%A2&amp;diff=63753"/>
		<updated>2011-12-21T22:23:05Z</updated>

		<summary type="html">&lt;p&gt;Rdeutz: /* Building the Right Website */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Creating a Joomla!Day requires a combination of good leadership, teamwork, and lots of energy.  A successful Joomla!Day isn&#039;t measured solely on the number of attendees, but rather the value of the information shared and the new connections made within the local community.  This is a simple guide that Joomla!Day organizers can use in creating their own Joomla!Days.  Even better, this page should be used by past Joomla!Day organizers to share their knowledge.  The more information the better!&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== First Steps and some Basics ==&lt;br /&gt;
&lt;br /&gt;
The best way to start is building a small team. This team should meet regularly and the members of the team should be informed about all the things that are going on. Keep this team small, 3 or 4 people are a good size, if you have more than that, finding a meeting time will become more complicated and the meetings will take more time and become less focused. &lt;br /&gt;
&lt;br /&gt;
Assign individual tasks. Nobody should have the weight of the entire event on their shoulders. Spreading the tasks out to others in the team will make everything easier in the end and promotes accountability within the team.&lt;br /&gt;
&lt;br /&gt;
Document what you have discussed in the meetings, an easy way is to do that is within the meeting with a shared document. Google docs is quite good for that. Documenting the meeting minutes immediately after the meeting will ensure accuracy and accountability. &lt;br /&gt;
&lt;br /&gt;
Start small with your event, you can extend it later but it is easier to extend then to reduce the size later.&lt;br /&gt;
&lt;br /&gt;
== Legal, Organizational, and Fiscal Considerations ==&lt;br /&gt;
To make an official Joomla!Day you have to follow some rules. This can be quite simple or complicated depending on your decisions.&lt;br /&gt;
&lt;br /&gt;
The first thing you should do when you consider organizing a Joomla!Day event is to read the Joomla!Day Charter at this link:&lt;br /&gt;
[http://community.joomla.org/events/joomla-days/975-joomladay-charter.html]&lt;br /&gt;
&lt;br /&gt;
===Requesting a Joomla!Day===&lt;br /&gt;
If you know the date and the city you will make your Joomla!day you should send in your request for a Joomla!day. You can do that over a simple form at the [http://opensourcematters.org/joomla-day-request.html OSM Website]&lt;br /&gt;
&lt;br /&gt;
===Domain usage request===&lt;br /&gt;
When you make your first Joomla!Day you normally don&#039;t have a domain you can use for the Joomla!Day website. Something like joomladay followed by your top level domain is a good choice e.g joomladay.de or joomladay.nl. It is not the best idea to add the year or something else to the domain name, because you can not reuse the domain next year and you have to go to the approval process again. So keep it simple! It is necessary that you have a running website at the domain you&#039;ll use. If you don&#039;t have the website but some mockups or graphics then you should make this available. Here is the link to the [http://opensourcematters.org/domain-name-use-request.html domain request form] &lt;br /&gt;
&lt;br /&gt;
===Logo usage===&lt;br /&gt;
The easy way is to use the conditional Joomla!Day Logos, you can use them without any approval process. If you like to use the Joomla! logo you have to send in a logo usage request and go thru that process. It is strongly recommended to use the conditional logos.&lt;br /&gt;
&lt;br /&gt;
Conditial Logo:&lt;br /&gt;
&lt;br /&gt;
[[File:Joomladay-logo-white.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Listed at joomla.org===&lt;br /&gt;
You can have your Joomla!day listed at [[http://community.joomla.org/events.html Joomla,org]]. The process for being listed is quite simple send an email to eventsteam at opensourcematters,org with your promotion text. Normally we have this small poster for the event, it speeds up the process when  you send this with your promotion text, at least you have to send a picture we can use. Please make sure that the license for the picture allow such a usage.&lt;br /&gt;
&lt;br /&gt;
== Building the Right Website ==&lt;br /&gt;
Don&#039;t forget to include prominent and appropriate places in your site for your sponsors and speakers.&lt;br /&gt;
&lt;br /&gt;
A suggested site structure would include the following sitemap structure:&lt;br /&gt;
&lt;br /&gt;
Home | Registration | Speakers | Sponsors | Venue | Contact Us | Hotels&lt;br /&gt;
&lt;br /&gt;
There are also some great Event Registration extensions (both commercial and free) available for Joomla and if you would like to use one to manage your event registrations for your Joomla!Day you should consider contacting the developer (in case of a commercial offering) and ask them if they would donate their extension to your Joomla!Day for your registrations.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;You have to put the following disclaimer on your Website:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
:JoomlaDay&amp;lt;sup&amp;gt;&amp;amp;trade;&amp;lt;/sup&amp;gt; events are officially recognized, but not organized, by the Joomla!&amp;lt;sup&amp;gt;&amp;amp;reg;&amp;lt;/sup&amp;gt; Project and Open Source Matters, Inc.  Each event is managed independently by a local community.&lt;br /&gt;
&lt;br /&gt;
== Choosing a City ==&lt;br /&gt;
&lt;br /&gt;
The city where the event shall be should be easy to reach for the targeted audience. Public transportation should be available to the city and to the venue. There should also be enough hotels (check prices!).&lt;br /&gt;
&lt;br /&gt;
Larger cities offer better infrastructure, but mostly the venues are more expensive. Don&#039;t forget to check smaller cities with good infrastructure.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Checklist:&#039;&#039;&#039;&lt;br /&gt;
* possibly in the centre of your country / region&lt;br /&gt;
* public transportation (airport, train, bus)&lt;br /&gt;
* Hotels / Hostels&lt;br /&gt;
* available locations for social events&lt;br /&gt;
* price range of available venues&lt;br /&gt;
&lt;br /&gt;
The final decision for the city should be made together with the venue.&lt;br /&gt;
&lt;br /&gt;
== Choosing a Venue ==&lt;br /&gt;
&lt;br /&gt;
Before choosing the venue, some key facts should be planned:&lt;br /&gt;
&lt;br /&gt;
* expected number of attendees (audience + team + speaker + sponsors)&lt;br /&gt;
* rough timetable (how many rooms?)&lt;br /&gt;
* catering&lt;br /&gt;
* BUDGET&lt;br /&gt;
&lt;br /&gt;
There are a lot of different types of venues possible: conference hotels, companies, university, ... All of them have advantages and disadvantages. A venue at a university can be very cheap - but normally, you have to care for everything on your own (technical equipment, catering, cleaning, ...) while conference hotels offer full service, but are most expensive.&lt;br /&gt;
&lt;br /&gt;
When you compare the prices for the venues, don&#039;t forget to include the technical equipment (Projector/Beamer, WiFi, Whiteboards, Sound, ...). If this is not included, this may be expensive to rent.&lt;br /&gt;
&lt;br /&gt;
== Choosing a Date and Time ==&lt;br /&gt;
&lt;br /&gt;
Check the following dates:&lt;br /&gt;
&lt;br /&gt;
* vacation / holidays&lt;br /&gt;
* other large events in the selected city&lt;br /&gt;
* other events in the Joomla-Community (esp. if you plan to invite international speakers)&lt;br /&gt;
* other web/development related events&lt;br /&gt;
&lt;br /&gt;
There should be at least 2 weeks between other similar events.&lt;br /&gt;
&lt;br /&gt;
The event should be planned at least (!) 6 - 8 months in advance!&lt;br /&gt;
&lt;br /&gt;
== Choosing the Schedule Structure ==&lt;br /&gt;
&lt;br /&gt;
Lecture, breakout rooms, and unconference modes.&lt;br /&gt;
&lt;br /&gt;
=== Lecture ===&lt;br /&gt;
&lt;br /&gt;
=== Breakout Rooms ===&lt;br /&gt;
&lt;br /&gt;
=== Unconference ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Choosing Speakers ==&lt;br /&gt;
Where possible you should aim to have local speakers. Having international speakers can be a great attraction for your event but try to avoid having too many speakers who are not presenting in the native language of the Joomla!Day.&lt;br /&gt;
&lt;br /&gt;
== Finding Fiscal Support and Sponsors ==&lt;br /&gt;
&lt;br /&gt;
===OSM===&lt;br /&gt;
As an approved Joomla!Day you can get fiscal support from OSM. The usually amount is $500.00 USD. This money is for covering the costs, if a Joomla!Day makes surplus then the Joomla Day organizers need to give the money back to OSM.&lt;br /&gt;
&lt;br /&gt;
OSM can send the money to a PayPal account, send a check or transfer the money to a Bank account. For an international wire transfer OSM need the following information:&lt;br /&gt;
&lt;br /&gt;
* Name of bank account holder&lt;br /&gt;
* Address of bank account holder&lt;br /&gt;
* Phone number of bank account holder&lt;br /&gt;
* Bank account number&lt;br /&gt;
* CHIP S/UID# or SWIFT/BIC&lt;br /&gt;
* Bank Name&lt;br /&gt;
* Bank address&lt;br /&gt;
* Bank City&lt;br /&gt;
&lt;br /&gt;
Please contact OSM directly to request this support.&lt;br /&gt;
&lt;br /&gt;
===Sponsors===&lt;br /&gt;
When you try to find sponsors, don&#039;t forget that you are dealing with companies. They expect professional and reliable information and agreements.&lt;br /&gt;
&lt;br /&gt;
Before contacting sponsors, prepare&lt;br /&gt;
&lt;br /&gt;
* sponsoring options (e.g. gold-sponsor, silver-sponsor, ...)&lt;br /&gt;
* sponsoring packages (what does the sponsor get)&lt;br /&gt;
* prices for options and packages&lt;br /&gt;
* sponsoring contract and invoice&lt;br /&gt;
* some information about Joomla, the event and the expected audience&lt;br /&gt;
* one person in the team should be responsible for the sponsors&lt;br /&gt;
* create a list of possible sponsors&lt;br /&gt;
* set up a webpage for sponsors&lt;br /&gt;
* set up an email address like sponsor@yourevent.tld&lt;br /&gt;
&lt;br /&gt;
== Running an Efficient Give-Away ==&lt;br /&gt;
Giving away donated goods and services at the end of the day can be a very slow and boring process. Joseph LeBlanc created a Joomla extension that will make the whole process much faster and less painful http://extensions.joomla.org/extensions/miscellaneous/15024&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&amp;quot;This component allows you to award giveaways at random to the attendees of a Joomla!Day. There are mass import functions for attendees and giveaways, as well as a CSV export feature for downloading the final results. Winners can also be displayed on the frontend of the website.&amp;quot;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Another thing that has worked well for non-tangible products such as template and extension provider sponsors is to print business cards (or similar) with unique coupon codes/passwords and put these cards into goodie bags that would be handed out randomly during check-in. This will ensure that the giveaway coupons are distributed randomly and make a nice surprise for the attendees. Then just provide the sponsors with duplicate copies of the coupon codes you distributed so they can verify the winners when they get contacted later.&lt;/div&gt;</summary>
		<author><name>Rdeutz</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=JoomlaDays/History&amp;diff=63319</id>
		<title>JoomlaDays/History</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=JoomlaDays/History&amp;diff=63319"/>
		<updated>2011-11-30T20:42:03Z</updated>

		<summary type="html">&lt;p&gt;Rdeutz: /* Upcoming */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The Joomla! community has a long history of Joomla!Day events from around the world.  Let&#039;s document these here, so we can ensure we have a historical timeline of Joomla!Days.&lt;br /&gt;
&lt;br /&gt;
Instructions:  please add the name, date, location, and if possible the web address, of any Joomla!Days that have happened in the past.  Please use the following format:  Name_of_Joomla!Day - Month DD-DD, YYYY - City, Country&lt;br /&gt;
&lt;br /&gt;
== 2006 ==&lt;br /&gt;
&lt;br /&gt;
(5 Events)&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Netherlands (1) - April 22, 2006 - Breda, Netherlands&lt;br /&gt;
&lt;br /&gt;
Joomla!Day UK (1) - July 30, 2006 - Leeds, United Kingdom [http://web.archive.org/web/20060709173546/http://www.joomlatraining.org.uk/joomla-day/ programme] [http://web.archive.org/web/20060814225232/http://www.joomlatraining.org.uk/content/view/297/36/ Day 1] [http://web.archive.org/web/20060813123831/http://www.joomlatraining.org.uk/content/view/298/36/ Day 2]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Sweden - October 6-7, 2006 - Västerås, Sweden&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Netherlands (2) - December 8-9 2006 - Den Bosch, Netherlands&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Germany - September 29-30, 2006 - Bonn, Germany [http://www.joomladay.de/fakten/historie/joomladay-2006.html Report in German]&lt;br /&gt;
&lt;br /&gt;
== 2007 == &lt;br /&gt;
&lt;br /&gt;
(17 Events)&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Melbourne - January 24, 2007 - Melbourne, Australia [http://forum.joomla.org/viewtopic.php?f=306&amp;amp;t=116577&amp;amp;start=150] and [http://forum.joomla.org/viewtopic.php?t=134393]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day France - March 25, 2007 - Paris, France&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Norway - June 2, 2007 - Drammen, Norway&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Cape Town (South Africa) - June 16, 2007 [http://www.joomladay.co.za/archive/2007-cape-town-june-16-2007.html programme]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Johannesburg (South Africa) - July 14, 2007 [http://www.joomladay.co.za/archive/2007-johannesburg-july-14-2007.html programme]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day (Central) USA and Mexico - July 21, 2007 - Austin, Texas, USA&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Bangkok - August 4, 2008 - Bangkok , Thailand [http://www.flickr.com/photos/laithaiphoto/sets/72157601327115053/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Brasil - August 18, 2007 - São Paulo/SP, Brazil&lt;br /&gt;
 &lt;br /&gt;
Joomla!Day USA West - May 12-13, 2007 - Mountain View, California, USA&lt;br /&gt;
&lt;br /&gt;
Joomla!Day NYC - October 13, 2007 - New York, New York, USA&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Hungary - October 21, 2007 - Budapest, Hungary&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Sweden - November 3, 2007 - Västerås, Sweden&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Helsinki - November 12, 2007 - Helsinki, Finland&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Cape Town (South Africa) - December 10, 2007 [http://www.joomladay.co.za/archive/2007-cape-town-december-10-2007.html programme]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Nigeria - date unknown&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Serbia - November 17, 2007 - Belgrade, Serbia&lt;br /&gt;
&lt;br /&gt;
Joomla!Day New Zealand - December 15, 2007&lt;br /&gt;
&lt;br /&gt;
== 2008 ==&lt;br /&gt;
&lt;br /&gt;
(20 Events)&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Italy - January 19, 2008 - Rome, Italy&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Melbourne - February 2, 2008 - Melbourne, Australia [http://forum.joomla.org/viewtopic.php?p=1184586]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Spain (1) - April 19, 2008 - Madrid[http://www.joomladay.info/2008/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Netherlands (3), April 4-5, 2008 - Utrecht, Netherlands&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Norway - April 26, 2008 - Drammen, Norway&lt;br /&gt;
&lt;br /&gt;
Joomla!Day France - April 27, 2008 - Paris, France&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Bangkok - May 10, 2008 - Bangkok, Thailand [http://www.flickr.com/photos/laithaiphoto/sets/72157605299681211/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Byron Bay - May 11, 2008 - Byron Bay, NSW, Australia]] [http://forum.joomla.org/viewtopic.php?f=306&amp;amp;t=262909]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Sydney - May 19, 2008 - Sydney, Australia [http://forum.joomla.org/viewtopic.php?p=1304388]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Vancouver - June 14, 2008 - Vancouver, British Columbia, Canada]] [http://community.joomla.org/events/joomla-days/400-joomla-day-vancouver-2008.html]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Philippines - June 14, 2008&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Hungary - June 20-21, 2008&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Durban - June 20-21, 2008 - Durban, South Africa&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Brasil - August 16, 2008 - São Paulo/SP, Brazil&lt;br /&gt;
&lt;br /&gt;
Joomla!Day San Francisco - September 20, 2008 - San Francisco, California, USA&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Johannesburg - October 18, 2008 - Johannesburg, South Africa&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Turkey - October 25, 2008&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Switzerland - November 15, 2008&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Sweden - November 15, 2008&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Nigeria - November 19, 2008&lt;br /&gt;
&lt;br /&gt;
== 2009 ==&lt;br /&gt;
&lt;br /&gt;
(23 Events)&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Turkey - January 10, 2009 &lt;br /&gt;
&lt;br /&gt;
Joomla!Day Melbourne - February 7-8, 2009 - Melbourne, Australia [http://community.joomla.org/events/joomla-days/641-joomladay-melbourne-2009.html]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day UK (2) - March 13-14, 2009 - Maidstone, England, United Kingdom&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Las Vegas - April 4, 2009 - Las Vegas, Nevada, USA [http://lasvegas.joomladayusa.org/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day India - April 25, 2009 - Pune, India [http://community.joomla.org/blogs/community/811-joomla-day-pune-india-a-big-success.html]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Sweden - May 15-16, 2009 - Stockholm, Sweden&lt;br /&gt;
&lt;br /&gt;
Joomla!Day France - May 24, 2009 - Paris, France&lt;br /&gt;
&lt;br /&gt;
Joomla!Day New England - May 30, 2009 - Brattleboro, Vermont, USA [http://community.joomla.org/events/joomla-days/771-joomladay-new-england-2009.html]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Netherlands (4) - June 12-13, 2009 - Nieuwegein, Netherlands&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Cape Town - August 14, 2009 - Cape Town, South Africia&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Bangkok - August 22-23, 2009 - Bangkok, Thailand [http://www.flickr.com/photos/laithaiphoto/sets/72157622115004400/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Brasil - September, 12, 2009 - Rio de Janeiro/RJ, Brazil &lt;br /&gt;
&lt;br /&gt;
Joomla!Day Germany - September, 24 - 26, 2009 - Bad Nauheim, Germany&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Mongolia - September 29-30, 2009 - Ulan Bataar, Mongolia&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Norway - October ?, 2009 - Drammen, Norway&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Gauteng - October 8-10, 2009 - Gauteng, South Africa&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Hungary - October 10, 2009 - Budapest, Hungary&lt;br /&gt;
&lt;br /&gt;
Joomla!Day New York - October 12, 2009 - New York, New York, USA [http://community.joomla.org/events/joomla-days/912-joomla-day-new-york.html]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Sydney - October 17-18, 2009 - Sydney, Australia [http://sydney.joomladay.org.au/groups/viewgroup/5-Welcome+to+Sydney+JoomlaDay+17%2B18+Oct+2009]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Vietnam - November 1, 2009 - Hồ Chí Minh City, Vietnam [http://community.joomla.org/events/joomla-days/1056-joomladay-vietnam-2009.html]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Italy - November 21, 2009 - Rome, Italy&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Spain (2) - December 11-12, 2009 - Barcelona, Spain [http://www.joomladay.info/2009/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Nigeria - December 12, 2009 - Lagos, Nigeria&lt;br /&gt;
&lt;br /&gt;
== 2010 ==&lt;br /&gt;
&lt;br /&gt;
(17 Events)&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Melbourne - February 12-14, 2010 - Melbourne, Australia [http://community.joomla.org/events/joomla-days/1102-joomladay-melbourne-2010.html]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day France - March 21, 2010 - Bordeaux, France&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Spain (3) - April 9-10, 2010 - Mallorca, Spain [http://www.joomladay.cat/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Netherlands (5) - April 23-24, 2010 - Utrecht, Netherlands [http://www.joomladagen.nl/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Sweden - April 23-24, 2010 - Stockholm, Sweden [http://www.joomladay.se/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Norway - June 4-5, 2010 - Drammen, Norway [http://www.joomladay.no/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day New England - June 5, 2010 - Marlboro, Vermont, USA&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Brisbane - June 18-19, 2010 - Brisbane, Australia&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Brasil - September 11-12, 2010 - Brasília/DF, Brazil [http://www.joomladaybrasil.org/2010]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day USA West - October 1-3, 2010 - San Jose, California, USA [http://www.joomladaywest.com/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Italy - October 9, 2010 - Verona, Italy&lt;br /&gt;
&lt;br /&gt;
Joomla!Day DC - October 16, 2010 - Chevy Chase, Maryland, USA [http://www.joomladaydc.com]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Denmark - October 29-30, 2010 - Kolding, Denmark [http://www.joomladay.dk]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day UK (3) - October 30-31, 2010 - Ipswich, England, United Kingdom&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Bangkok - November 13-14, 2010 - Bangkok, Thailand [http://www.joomladay.in.th/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Spain (4) - November 26-27, 2010 - Valencia, Spain [http://www.joomladay2010.es/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day NYC - December 4-5, 2010 - New York City, New York, USA&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Nigeria - December 11, 2010 - Lagos, Nigeria&lt;br /&gt;
&lt;br /&gt;
== 2011 ==&lt;br /&gt;
&lt;br /&gt;
(27 Events)&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Chile - January 18, 2011 - Santiago, Chile [http://www.joomladay-chile.cl/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Night Stockholm - February 4, 2011 - Stockholm, Sweden&lt;br /&gt;
&lt;br /&gt;
Joomla!Day India - March 12-13, 2011 - Pune, Maharashtra, India [http://www.joomladay.co.in]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Netherlands (6) - April 2-3, 2011 - Doorn, Netherlands [http://www.joomladagen.nl/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day New England - April 2, 2011 - Brattleboro, Vermont, USA [http://www.joomladaynewengland.org]&lt;br /&gt;
[[Media:JoomlaDayNEProgram2011-schedule.jpg]] &lt;br /&gt;
[[Media:JoomlaDayNEProgram2011-speakers.jpg]] &lt;br /&gt;
&lt;br /&gt;
Joomla!Day France - April 2-3, 2011 - Lyon, France [http://www.joomladay.fr/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Algeria - April 19 2011 - Alger, Algeria [http://www.joomladayalgerie.com/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Greece - May 28-29, 2011 - Athens, Greece [http://joomladay.gr/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Malaysia - June 25, 2011 - Kuala Lumpur, Malaysia [http://www.joomla-day.org.my/2011/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Night Chile - July 6, 2011 - Santiago, Chile [http://joomlanight-chile.cl/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Chicago - August 5-6, 2011 - Chicago, Illinois, USA [http://www.joomladaychicago.com]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Norway - August 12-13, 2011 - Drammen, Norway [http://www.joomladay.no/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Bosnia and Herzegovina - August 12-14, 2011 - Tesanj, Bosnia [http://www.joomla.ba/konferencija]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Cape Town - August  19-20, 2011 - Cape Town, South Africa [http://www.joomladay.co.za/] [http://www.joomladay.co.za/talks-sessions/programme.html programme]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Germany - September 2-3, 2011 - Hamburg, Germany [http://www.joomladay.de]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Brasil - September 2-4, 2011 - Florianópolis/SC, Brazil [http://www.joomladaybrasil.org/2011]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Austin - September 15, 2011 - Austin, Texas, USA [http://www.joomladayaustin.com]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day UK - September 24-25, 2011 - London, England [http://www.joomladayuk2011.org]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Israel - October 10, 2011 - Tel Aviv, Israel [http://jday.joomla.org.il]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Italy - October 22, 2011 - Florence, Italy [http://www.joomladay.it]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day NYC - October 22-23, 2011 - New York City, New York, USA [http://www.joomladaynyc.com]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Denmark - October 28-29, 2011 - Kolding, Denmark [http://www.joomladay.dk]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Australia - November 5-6, 2011 - Sydney, Australia [http://sydney.joomladay.org.au/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Finland - November 5, 2011 - Helsinki, Finland [http://joomladayfinland.com/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Spain - November 9-10, 2011 - Zaragoza, Spain [http://www.joomladay2011.es/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Midwest - November 12, 2011 - Milwaukee, Wisconsin, USA [http://www.joomladaymidwest.org]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Algeria - November 19, 2011 - Oran, Algeria [http://www.joomladayoran.com/]&lt;br /&gt;
&lt;br /&gt;
== Upcoming ==&lt;br /&gt;
(10 Events)&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Los Angeles - December 3, 2011 - Los Angeles, California, USA [http://www.jdayla.com]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Lagos  - December 17, 2011 - Lagos, Nigeria [http://joomlang.com/]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===2012===&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Bangkok - February 25, 2012 - Bangkok, Thailand [http://www.joomladay.in.th]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Guatemala - February 29 - March 3, 2012 - Guatemala City, Guatemala [http://www.joomlagt.org/joomladay2012/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day France - March 24, 2012 - Strasbourg, France [http://www.joomladay.fr/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day New England - March 31, 2012 - Brattleboro, Vermont, USA [http://www.joomladaynewengland.org]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Netherlands - April 21-22, 2012 - Zeist, Netherlands [http://www.joomladagen.nl/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Togo - June 14, 2012 - Assahoun, Togo&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Mexcio - June 22-23, 2012 - Mexcio City, Mexcio [http://www.joomladaymexico.org/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day West - TBA - San Jose, California, USA [http://www.joomladaywest.com]&lt;/div&gt;</summary>
		<author><name>Rdeutz</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=JoomlaDays/History&amp;diff=63318</id>
		<title>JoomlaDays/History</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=JoomlaDays/History&amp;diff=63318"/>
		<updated>2011-11-30T20:40:32Z</updated>

		<summary type="html">&lt;p&gt;Rdeutz: /* Upcoming */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The Joomla! community has a long history of Joomla!Day events from around the world.  Let&#039;s document these here, so we can ensure we have a historical timeline of Joomla!Days.&lt;br /&gt;
&lt;br /&gt;
Instructions:  please add the name, date, location, and if possible the web address, of any Joomla!Days that have happened in the past.  Please use the following format:  Name_of_Joomla!Day - Month DD-DD, YYYY - City, Country&lt;br /&gt;
&lt;br /&gt;
== 2006 ==&lt;br /&gt;
&lt;br /&gt;
(5 Events)&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Netherlands (1) - April 22, 2006 - Breda, Netherlands&lt;br /&gt;
&lt;br /&gt;
Joomla!Day UK (1) - July 30, 2006 - Leeds, United Kingdom [http://web.archive.org/web/20060709173546/http://www.joomlatraining.org.uk/joomla-day/ programme] [http://web.archive.org/web/20060814225232/http://www.joomlatraining.org.uk/content/view/297/36/ Day 1] [http://web.archive.org/web/20060813123831/http://www.joomlatraining.org.uk/content/view/298/36/ Day 2]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Sweden - October 6-7, 2006 - Västerås, Sweden&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Netherlands (2) - December 8-9 2006 - Den Bosch, Netherlands&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Germany - September 29-30, 2006 - Bonn, Germany [http://www.joomladay.de/fakten/historie/joomladay-2006.html Report in German]&lt;br /&gt;
&lt;br /&gt;
== 2007 == &lt;br /&gt;
&lt;br /&gt;
(17 Events)&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Melbourne - January 24, 2007 - Melbourne, Australia [http://forum.joomla.org/viewtopic.php?f=306&amp;amp;t=116577&amp;amp;start=150] and [http://forum.joomla.org/viewtopic.php?t=134393]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day France - March 25, 2007 - Paris, France&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Norway - June 2, 2007 - Drammen, Norway&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Cape Town (South Africa) - June 16, 2007 [http://www.joomladay.co.za/archive/2007-cape-town-june-16-2007.html programme]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Johannesburg (South Africa) - July 14, 2007 [http://www.joomladay.co.za/archive/2007-johannesburg-july-14-2007.html programme]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day (Central) USA and Mexico - July 21, 2007 - Austin, Texas, USA&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Bangkok - August 4, 2008 - Bangkok , Thailand [http://www.flickr.com/photos/laithaiphoto/sets/72157601327115053/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Brasil - August 18, 2007 - São Paulo/SP, Brazil&lt;br /&gt;
 &lt;br /&gt;
Joomla!Day USA West - May 12-13, 2007 - Mountain View, California, USA&lt;br /&gt;
&lt;br /&gt;
Joomla!Day NYC - October 13, 2007 - New York, New York, USA&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Hungary - October 21, 2007 - Budapest, Hungary&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Sweden - November 3, 2007 - Västerås, Sweden&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Helsinki - November 12, 2007 - Helsinki, Finland&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Cape Town (South Africa) - December 10, 2007 [http://www.joomladay.co.za/archive/2007-cape-town-december-10-2007.html programme]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Nigeria - date unknown&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Serbia - November 17, 2007 - Belgrade, Serbia&lt;br /&gt;
&lt;br /&gt;
Joomla!Day New Zealand - December 15, 2007&lt;br /&gt;
&lt;br /&gt;
== 2008 ==&lt;br /&gt;
&lt;br /&gt;
(20 Events)&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Italy - January 19, 2008 - Rome, Italy&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Melbourne - February 2, 2008 - Melbourne, Australia [http://forum.joomla.org/viewtopic.php?p=1184586]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Spain (1) - April 19, 2008 - Madrid[http://www.joomladay.info/2008/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Netherlands (3), April 4-5, 2008 - Utrecht, Netherlands&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Norway - April 26, 2008 - Drammen, Norway&lt;br /&gt;
&lt;br /&gt;
Joomla!Day France - April 27, 2008 - Paris, France&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Bangkok - May 10, 2008 - Bangkok, Thailand [http://www.flickr.com/photos/laithaiphoto/sets/72157605299681211/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Byron Bay - May 11, 2008 - Byron Bay, NSW, Australia]] [http://forum.joomla.org/viewtopic.php?f=306&amp;amp;t=262909]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Sydney - May 19, 2008 - Sydney, Australia [http://forum.joomla.org/viewtopic.php?p=1304388]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Vancouver - June 14, 2008 - Vancouver, British Columbia, Canada]] [http://community.joomla.org/events/joomla-days/400-joomla-day-vancouver-2008.html]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Philippines - June 14, 2008&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Hungary - June 20-21, 2008&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Durban - June 20-21, 2008 - Durban, South Africa&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Brasil - August 16, 2008 - São Paulo/SP, Brazil&lt;br /&gt;
&lt;br /&gt;
Joomla!Day San Francisco - September 20, 2008 - San Francisco, California, USA&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Johannesburg - October 18, 2008 - Johannesburg, South Africa&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Turkey - October 25, 2008&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Switzerland - November 15, 2008&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Sweden - November 15, 2008&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Nigeria - November 19, 2008&lt;br /&gt;
&lt;br /&gt;
== 2009 ==&lt;br /&gt;
&lt;br /&gt;
(23 Events)&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Turkey - January 10, 2009 &lt;br /&gt;
&lt;br /&gt;
Joomla!Day Melbourne - February 7-8, 2009 - Melbourne, Australia [http://community.joomla.org/events/joomla-days/641-joomladay-melbourne-2009.html]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day UK (2) - March 13-14, 2009 - Maidstone, England, United Kingdom&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Las Vegas - April 4, 2009 - Las Vegas, Nevada, USA [http://lasvegas.joomladayusa.org/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day India - April 25, 2009 - Pune, India [http://community.joomla.org/blogs/community/811-joomla-day-pune-india-a-big-success.html]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Sweden - May 15-16, 2009 - Stockholm, Sweden&lt;br /&gt;
&lt;br /&gt;
Joomla!Day France - May 24, 2009 - Paris, France&lt;br /&gt;
&lt;br /&gt;
Joomla!Day New England - May 30, 2009 - Brattleboro, Vermont, USA [http://community.joomla.org/events/joomla-days/771-joomladay-new-england-2009.html]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Netherlands (4) - June 12-13, 2009 - Nieuwegein, Netherlands&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Cape Town - August 14, 2009 - Cape Town, South Africia&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Bangkok - August 22-23, 2009 - Bangkok, Thailand [http://www.flickr.com/photos/laithaiphoto/sets/72157622115004400/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Brasil - September, 12, 2009 - Rio de Janeiro/RJ, Brazil &lt;br /&gt;
&lt;br /&gt;
Joomla!Day Germany - September, 24 - 26, 2009 - Bad Nauheim, Germany&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Mongolia - September 29-30, 2009 - Ulan Bataar, Mongolia&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Norway - October ?, 2009 - Drammen, Norway&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Gauteng - October 8-10, 2009 - Gauteng, South Africa&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Hungary - October 10, 2009 - Budapest, Hungary&lt;br /&gt;
&lt;br /&gt;
Joomla!Day New York - October 12, 2009 - New York, New York, USA [http://community.joomla.org/events/joomla-days/912-joomla-day-new-york.html]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Sydney - October 17-18, 2009 - Sydney, Australia [http://sydney.joomladay.org.au/groups/viewgroup/5-Welcome+to+Sydney+JoomlaDay+17%2B18+Oct+2009]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Vietnam - November 1, 2009 - Hồ Chí Minh City, Vietnam [http://community.joomla.org/events/joomla-days/1056-joomladay-vietnam-2009.html]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Italy - November 21, 2009 - Rome, Italy&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Spain (2) - December 11-12, 2009 - Barcelona, Spain [http://www.joomladay.info/2009/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Nigeria - December 12, 2009 - Lagos, Nigeria&lt;br /&gt;
&lt;br /&gt;
== 2010 ==&lt;br /&gt;
&lt;br /&gt;
(17 Events)&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Melbourne - February 12-14, 2010 - Melbourne, Australia [http://community.joomla.org/events/joomla-days/1102-joomladay-melbourne-2010.html]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day France - March 21, 2010 - Bordeaux, France&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Spain (3) - April 9-10, 2010 - Mallorca, Spain [http://www.joomladay.cat/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Netherlands (5) - April 23-24, 2010 - Utrecht, Netherlands [http://www.joomladagen.nl/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Sweden - April 23-24, 2010 - Stockholm, Sweden [http://www.joomladay.se/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Norway - June 4-5, 2010 - Drammen, Norway [http://www.joomladay.no/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day New England - June 5, 2010 - Marlboro, Vermont, USA&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Brisbane - June 18-19, 2010 - Brisbane, Australia&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Brasil - September 11-12, 2010 - Brasília/DF, Brazil [http://www.joomladaybrasil.org/2010]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day USA West - October 1-3, 2010 - San Jose, California, USA [http://www.joomladaywest.com/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Italy - October 9, 2010 - Verona, Italy&lt;br /&gt;
&lt;br /&gt;
Joomla!Day DC - October 16, 2010 - Chevy Chase, Maryland, USA [http://www.joomladaydc.com]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Denmark - October 29-30, 2010 - Kolding, Denmark [http://www.joomladay.dk]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day UK (3) - October 30-31, 2010 - Ipswich, England, United Kingdom&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Bangkok - November 13-14, 2010 - Bangkok, Thailand [http://www.joomladay.in.th/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Spain (4) - November 26-27, 2010 - Valencia, Spain [http://www.joomladay2010.es/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day NYC - December 4-5, 2010 - New York City, New York, USA&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Nigeria - December 11, 2010 - Lagos, Nigeria&lt;br /&gt;
&lt;br /&gt;
== 2011 ==&lt;br /&gt;
&lt;br /&gt;
(27 Events)&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Chile - January 18, 2011 - Santiago, Chile [http://www.joomladay-chile.cl/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Night Stockholm - February 4, 2011 - Stockholm, Sweden&lt;br /&gt;
&lt;br /&gt;
Joomla!Day India - March 12-13, 2011 - Pune, Maharashtra, India [http://www.joomladay.co.in]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Netherlands (6) - April 2-3, 2011 - Doorn, Netherlands [http://www.joomladagen.nl/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day New England - April 2, 2011 - Brattleboro, Vermont, USA [http://www.joomladaynewengland.org]&lt;br /&gt;
[[Media:JoomlaDayNEProgram2011-schedule.jpg]] &lt;br /&gt;
[[Media:JoomlaDayNEProgram2011-speakers.jpg]] &lt;br /&gt;
&lt;br /&gt;
Joomla!Day France - April 2-3, 2011 - Lyon, France [http://www.joomladay.fr/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Algeria - April 19 2011 - Alger, Algeria [http://www.joomladayalgerie.com/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Greece - May 28-29, 2011 - Athens, Greece [http://joomladay.gr/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Malaysia - June 25, 2011 - Kuala Lumpur, Malaysia [http://www.joomla-day.org.my/2011/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Night Chile - July 6, 2011 - Santiago, Chile [http://joomlanight-chile.cl/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Chicago - August 5-6, 2011 - Chicago, Illinois, USA [http://www.joomladaychicago.com]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Norway - August 12-13, 2011 - Drammen, Norway [http://www.joomladay.no/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Bosnia and Herzegovina - August 12-14, 2011 - Tesanj, Bosnia [http://www.joomla.ba/konferencija]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Cape Town - August  19-20, 2011 - Cape Town, South Africa [http://www.joomladay.co.za/] [http://www.joomladay.co.za/talks-sessions/programme.html programme]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Germany - September 2-3, 2011 - Hamburg, Germany [http://www.joomladay.de]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Brasil - September 2-4, 2011 - Florianópolis/SC, Brazil [http://www.joomladaybrasil.org/2011]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Austin - September 15, 2011 - Austin, Texas, USA [http://www.joomladayaustin.com]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day UK - September 24-25, 2011 - London, England [http://www.joomladayuk2011.org]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Israel - October 10, 2011 - Tel Aviv, Israel [http://jday.joomla.org.il]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Italy - October 22, 2011 - Florence, Italy [http://www.joomladay.it]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day NYC - October 22-23, 2011 - New York City, New York, USA [http://www.joomladaynyc.com]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Denmark - October 28-29, 2011 - Kolding, Denmark [http://www.joomladay.dk]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Australia - November 5-6, 2011 - Sydney, Australia [http://sydney.joomladay.org.au/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Finland - November 5, 2011 - Helsinki, Finland [http://joomladayfinland.com/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Spain - November 9-10, 2011 - Zaragoza, Spain [http://www.joomladay2011.es/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Midwest - November 12, 2011 - Milwaukee, Wisconsin, USA [http://www.joomladaymidwest.org]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Algeria - November 19, 2011 - Oran, Algeria [http://www.joomladayoran.com/]&lt;br /&gt;
&lt;br /&gt;
== Upcoming ==&lt;br /&gt;
(9 Events)&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Los Angeles - December 3, 2011 - Los Angeles, California, USA [http://www.jdayla.com]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Lagos  - December 17, 2011 - Lagos, Nigeria [http://joomlang.com/]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===2012===&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Bangkok - February 25, 2012 - Bangkok, Thailand [http://www.joomladay.in.th]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Guatemala - February 29 - March 3, 2012 - Guatemala City, Guatemala [http://www.joomlagt.org/joomladay2012/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day France - March 24, 2012 - Strasbourg, France [http://www.joomladay.fr/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day New England - March 31, 2012 - Brattleboro, Vermont, USA [http://www.joomladaynewengland.org]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Netherlands - April 21-22, 2012 - Zeist, Netherlands [http://www.joomladagen.nl/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Togo - June 14, 2012 - Assahoun, Togo&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Mexcio - June 22-23, 2012 - Mexcio City, Mexcio [http://www.joomladaymexico.org/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day West - TBA - San Jose, California, USA [http://www.joomladaywest.com]&lt;/div&gt;</summary>
		<author><name>Rdeutz</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=JoomlaDays/History&amp;diff=63317</id>
		<title>JoomlaDays/History</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=JoomlaDays/History&amp;diff=63317"/>
		<updated>2011-11-30T20:10:54Z</updated>

		<summary type="html">&lt;p&gt;Rdeutz: /* Upcoming */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The Joomla! community has a long history of Joomla!Day events from around the world.  Let&#039;s document these here, so we can ensure we have a historical timeline of Joomla!Days.&lt;br /&gt;
&lt;br /&gt;
Instructions:  please add the name, date, location, and if possible the web address, of any Joomla!Days that have happened in the past.  Please use the following format:  Name_of_Joomla!Day - Month DD-DD, YYYY - City, Country&lt;br /&gt;
&lt;br /&gt;
== 2006 ==&lt;br /&gt;
&lt;br /&gt;
(5 Events)&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Netherlands (1) - April 22, 2006 - Breda, Netherlands&lt;br /&gt;
&lt;br /&gt;
Joomla!Day UK (1) - July 30, 2006 - Leeds, United Kingdom [http://web.archive.org/web/20060709173546/http://www.joomlatraining.org.uk/joomla-day/ programme] [http://web.archive.org/web/20060814225232/http://www.joomlatraining.org.uk/content/view/297/36/ Day 1] [http://web.archive.org/web/20060813123831/http://www.joomlatraining.org.uk/content/view/298/36/ Day 2]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Sweden - October 6-7, 2006 - Västerås, Sweden&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Netherlands (2) - December 8-9 2006 - Den Bosch, Netherlands&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Germany - September 29-30, 2006 - Bonn, Germany [http://www.joomladay.de/fakten/historie/joomladay-2006.html Report in German]&lt;br /&gt;
&lt;br /&gt;
== 2007 == &lt;br /&gt;
&lt;br /&gt;
(17 Events)&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Melbourne - January 24, 2007 - Melbourne, Australia [http://forum.joomla.org/viewtopic.php?f=306&amp;amp;t=116577&amp;amp;start=150] and [http://forum.joomla.org/viewtopic.php?t=134393]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day France - March 25, 2007 - Paris, France&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Norway - June 2, 2007 - Drammen, Norway&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Cape Town (South Africa) - June 16, 2007 [http://www.joomladay.co.za/archive/2007-cape-town-june-16-2007.html programme]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Johannesburg (South Africa) - July 14, 2007 [http://www.joomladay.co.za/archive/2007-johannesburg-july-14-2007.html programme]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day (Central) USA and Mexico - July 21, 2007 - Austin, Texas, USA&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Bangkok - August 4, 2008 - Bangkok , Thailand [http://www.flickr.com/photos/laithaiphoto/sets/72157601327115053/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Brasil - August 18, 2007 - São Paulo/SP, Brazil&lt;br /&gt;
 &lt;br /&gt;
Joomla!Day USA West - May 12-13, 2007 - Mountain View, California, USA&lt;br /&gt;
&lt;br /&gt;
Joomla!Day NYC - October 13, 2007 - New York, New York, USA&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Hungary - October 21, 2007 - Budapest, Hungary&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Sweden - November 3, 2007 - Västerås, Sweden&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Helsinki - November 12, 2007 - Helsinki, Finland&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Cape Town (South Africa) - December 10, 2007 [http://www.joomladay.co.za/archive/2007-cape-town-december-10-2007.html programme]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Nigeria - date unknown&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Serbia - November 17, 2007 - Belgrade, Serbia&lt;br /&gt;
&lt;br /&gt;
Joomla!Day New Zealand - December 15, 2007&lt;br /&gt;
&lt;br /&gt;
== 2008 ==&lt;br /&gt;
&lt;br /&gt;
(20 Events)&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Italy - January 19, 2008 - Rome, Italy&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Melbourne - February 2, 2008 - Melbourne, Australia [http://forum.joomla.org/viewtopic.php?p=1184586]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Spain (1) - April 19, 2008 - Madrid[http://www.joomladay.info/2008/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Netherlands (3), April 4-5, 2008 - Utrecht, Netherlands&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Norway - April 26, 2008 - Drammen, Norway&lt;br /&gt;
&lt;br /&gt;
Joomla!Day France - April 27, 2008 - Paris, France&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Bangkok - May 10, 2008 - Bangkok, Thailand [http://www.flickr.com/photos/laithaiphoto/sets/72157605299681211/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Byron Bay - May 11, 2008 - Byron Bay, NSW, Australia]] [http://forum.joomla.org/viewtopic.php?f=306&amp;amp;t=262909]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Sydney - May 19, 2008 - Sydney, Australia [http://forum.joomla.org/viewtopic.php?p=1304388]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Vancouver - June 14, 2008 - Vancouver, British Columbia, Canada]] [http://community.joomla.org/events/joomla-days/400-joomla-day-vancouver-2008.html]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Philippines - June 14, 2008&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Hungary - June 20-21, 2008&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Durban - June 20-21, 2008 - Durban, South Africa&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Brasil - August 16, 2008 - São Paulo/SP, Brazil&lt;br /&gt;
&lt;br /&gt;
Joomla!Day San Francisco - September 20, 2008 - San Francisco, California, USA&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Johannesburg - October 18, 2008 - Johannesburg, South Africa&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Turkey - October 25, 2008&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Switzerland - November 15, 2008&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Sweden - November 15, 2008&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Nigeria - November 19, 2008&lt;br /&gt;
&lt;br /&gt;
== 2009 ==&lt;br /&gt;
&lt;br /&gt;
(23 Events)&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Turkey - January 10, 2009 &lt;br /&gt;
&lt;br /&gt;
Joomla!Day Melbourne - February 7-8, 2009 - Melbourne, Australia [http://community.joomla.org/events/joomla-days/641-joomladay-melbourne-2009.html]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day UK (2) - March 13-14, 2009 - Maidstone, England, United Kingdom&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Las Vegas - April 4, 2009 - Las Vegas, Nevada, USA [http://lasvegas.joomladayusa.org/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day India - April 25, 2009 - Pune, India [http://community.joomla.org/blogs/community/811-joomla-day-pune-india-a-big-success.html]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Sweden - May 15-16, 2009 - Stockholm, Sweden&lt;br /&gt;
&lt;br /&gt;
Joomla!Day France - May 24, 2009 - Paris, France&lt;br /&gt;
&lt;br /&gt;
Joomla!Day New England - May 30, 2009 - Brattleboro, Vermont, USA [http://community.joomla.org/events/joomla-days/771-joomladay-new-england-2009.html]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Netherlands (4) - June 12-13, 2009 - Nieuwegein, Netherlands&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Cape Town - August 14, 2009 - Cape Town, South Africia&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Bangkok - August 22-23, 2009 - Bangkok, Thailand [http://www.flickr.com/photos/laithaiphoto/sets/72157622115004400/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Brasil - September, 12, 2009 - Rio de Janeiro/RJ, Brazil &lt;br /&gt;
&lt;br /&gt;
Joomla!Day Germany - September, 24 - 26, 2009 - Bad Nauheim, Germany&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Mongolia - September 29-30, 2009 - Ulan Bataar, Mongolia&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Norway - October ?, 2009 - Drammen, Norway&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Gauteng - October 8-10, 2009 - Gauteng, South Africa&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Hungary - October 10, 2009 - Budapest, Hungary&lt;br /&gt;
&lt;br /&gt;
Joomla!Day New York - October 12, 2009 - New York, New York, USA [http://community.joomla.org/events/joomla-days/912-joomla-day-new-york.html]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Sydney - October 17-18, 2009 - Sydney, Australia [http://sydney.joomladay.org.au/groups/viewgroup/5-Welcome+to+Sydney+JoomlaDay+17%2B18+Oct+2009]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Vietnam - November 1, 2009 - Hồ Chí Minh City, Vietnam [http://community.joomla.org/events/joomla-days/1056-joomladay-vietnam-2009.html]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Italy - November 21, 2009 - Rome, Italy&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Spain (2) - December 11-12, 2009 - Barcelona, Spain [http://www.joomladay.info/2009/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Nigeria - December 12, 2009 - Lagos, Nigeria&lt;br /&gt;
&lt;br /&gt;
== 2010 ==&lt;br /&gt;
&lt;br /&gt;
(17 Events)&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Melbourne - February 12-14, 2010 - Melbourne, Australia [http://community.joomla.org/events/joomla-days/1102-joomladay-melbourne-2010.html]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day France - March 21, 2010 - Bordeaux, France&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Spain (3) - April 9-10, 2010 - Mallorca, Spain [http://www.joomladay.cat/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Netherlands (5) - April 23-24, 2010 - Utrecht, Netherlands [http://www.joomladagen.nl/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Sweden - April 23-24, 2010 - Stockholm, Sweden [http://www.joomladay.se/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Norway - June 4-5, 2010 - Drammen, Norway [http://www.joomladay.no/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day New England - June 5, 2010 - Marlboro, Vermont, USA&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Brisbane - June 18-19, 2010 - Brisbane, Australia&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Brasil - September 11-12, 2010 - Brasília/DF, Brazil [http://www.joomladaybrasil.org/2010]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day USA West - October 1-3, 2010 - San Jose, California, USA [http://www.joomladaywest.com/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Italy - October 9, 2010 - Verona, Italy&lt;br /&gt;
&lt;br /&gt;
Joomla!Day DC - October 16, 2010 - Chevy Chase, Maryland, USA [http://www.joomladaydc.com]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Denmark - October 29-30, 2010 - Kolding, Denmark [http://www.joomladay.dk]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day UK (3) - October 30-31, 2010 - Ipswich, England, United Kingdom&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Bangkok - November 13-14, 2010 - Bangkok, Thailand [http://www.joomladay.in.th/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Spain (4) - November 26-27, 2010 - Valencia, Spain [http://www.joomladay2010.es/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day NYC - December 4-5, 2010 - New York City, New York, USA&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Nigeria - December 11, 2010 - Lagos, Nigeria&lt;br /&gt;
&lt;br /&gt;
== 2011 ==&lt;br /&gt;
&lt;br /&gt;
(27 Events)&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Chile - January 18, 2011 - Santiago, Chile [http://www.joomladay-chile.cl/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Night Stockholm - February 4, 2011 - Stockholm, Sweden&lt;br /&gt;
&lt;br /&gt;
Joomla!Day India - March 12-13, 2011 - Pune, Maharashtra, India [http://www.joomladay.co.in]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Netherlands (6) - April 2-3, 2011 - Doorn, Netherlands [http://www.joomladagen.nl/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day New England - April 2, 2011 - Brattleboro, Vermont, USA [http://www.joomladaynewengland.org]&lt;br /&gt;
[[Media:JoomlaDayNEProgram2011-schedule.jpg]] &lt;br /&gt;
[[Media:JoomlaDayNEProgram2011-speakers.jpg]] &lt;br /&gt;
&lt;br /&gt;
Joomla!Day France - April 2-3, 2011 - Lyon, France [http://www.joomladay.fr/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Algeria - April 19 2011 - Alger, Algeria [http://www.joomladayalgerie.com/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Greece - May 28-29, 2011 - Athens, Greece [http://joomladay.gr/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Malaysia - June 25, 2011 - Kuala Lumpur, Malaysia [http://www.joomla-day.org.my/2011/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Night Chile - July 6, 2011 - Santiago, Chile [http://joomlanight-chile.cl/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Chicago - August 5-6, 2011 - Chicago, Illinois, USA [http://www.joomladaychicago.com]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Norway - August 12-13, 2011 - Drammen, Norway [http://www.joomladay.no/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Bosnia and Herzegovina - August 12-14, 2011 - Tesanj, Bosnia [http://www.joomla.ba/konferencija]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Cape Town - August  19-20, 2011 - Cape Town, South Africa [http://www.joomladay.co.za/] [http://www.joomladay.co.za/talks-sessions/programme.html programme]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Germany - September 2-3, 2011 - Hamburg, Germany [http://www.joomladay.de]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Brasil - September 2-4, 2011 - Florianópolis/SC, Brazil [http://www.joomladaybrasil.org/2011]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Austin - September 15, 2011 - Austin, Texas, USA [http://www.joomladayaustin.com]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day UK - September 24-25, 2011 - London, England [http://www.joomladayuk2011.org]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Israel - October 10, 2011 - Tel Aviv, Israel [http://jday.joomla.org.il]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Italy - October 22, 2011 - Florence, Italy [http://www.joomladay.it]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day NYC - October 22-23, 2011 - New York City, New York, USA [http://www.joomladaynyc.com]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Denmark - October 28-29, 2011 - Kolding, Denmark [http://www.joomladay.dk]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Australia - November 5-6, 2011 - Sydney, Australia [http://sydney.joomladay.org.au/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Finland - November 5, 2011 - Helsinki, Finland [http://joomladayfinland.com/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Spain - November 9-10, 2011 - Zaragoza, Spain [http://www.joomladay2011.es/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Midwest - November 12, 2011 - Milwaukee, Wisconsin, USA [http://www.joomladaymidwest.org]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Algeria - November 19, 2011 - Oran, Algeria [http://www.joomladayoran.com/]&lt;br /&gt;
&lt;br /&gt;
== Upcoming ==&lt;br /&gt;
(9 Events)&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Los Angeles - December 3, 2011 - Los Angeles, California, USA [http://www.jdayla.com]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Lagos  - December 17, 2011 - Lagos, Nigeria [http://joomlang.com/]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===2012===&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Bangkok - February 25, 2012 - Bangkok, Thailand [http://www.joomladay.in.th]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Guatemala - February 29 - March 3, 2012 - Guatemala City, Guatemala [http://www.joomlagt.org/joomladay2012/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day France - March 24, 2012 - Strasbourg, France [http://www.joomladay.fr/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day New England - March 31, 2012 - Brattleboro, Vermont, USA [http://www.joomladaynewengland.org]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Netherlands - April 21-22, 2012 - Zeist, Netherlands [http://www.joomladagen.nl/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Mexcio - June 22-23, 2012 - Mexcio City, Mexcio [http://www.joomladaymexico.org/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day West - TBA - San Jose, California, USA [http://www.joomladaywest.com]&lt;/div&gt;</summary>
		<author><name>Rdeutz</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=JoomlaDays/History&amp;diff=63316</id>
		<title>JoomlaDays/History</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=JoomlaDays/History&amp;diff=63316"/>
		<updated>2011-11-30T20:08:18Z</updated>

		<summary type="html">&lt;p&gt;Rdeutz: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The Joomla! community has a long history of Joomla!Day events from around the world.  Let&#039;s document these here, so we can ensure we have a historical timeline of Joomla!Days.&lt;br /&gt;
&lt;br /&gt;
Instructions:  please add the name, date, location, and if possible the web address, of any Joomla!Days that have happened in the past.  Please use the following format:  Name_of_Joomla!Day - Month DD-DD, YYYY - City, Country&lt;br /&gt;
&lt;br /&gt;
== 2006 ==&lt;br /&gt;
&lt;br /&gt;
(5 Events)&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Netherlands (1) - April 22, 2006 - Breda, Netherlands&lt;br /&gt;
&lt;br /&gt;
Joomla!Day UK (1) - July 30, 2006 - Leeds, United Kingdom [http://web.archive.org/web/20060709173546/http://www.joomlatraining.org.uk/joomla-day/ programme] [http://web.archive.org/web/20060814225232/http://www.joomlatraining.org.uk/content/view/297/36/ Day 1] [http://web.archive.org/web/20060813123831/http://www.joomlatraining.org.uk/content/view/298/36/ Day 2]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Sweden - October 6-7, 2006 - Västerås, Sweden&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Netherlands (2) - December 8-9 2006 - Den Bosch, Netherlands&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Germany - September 29-30, 2006 - Bonn, Germany [http://www.joomladay.de/fakten/historie/joomladay-2006.html Report in German]&lt;br /&gt;
&lt;br /&gt;
== 2007 == &lt;br /&gt;
&lt;br /&gt;
(17 Events)&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Melbourne - January 24, 2007 - Melbourne, Australia [http://forum.joomla.org/viewtopic.php?f=306&amp;amp;t=116577&amp;amp;start=150] and [http://forum.joomla.org/viewtopic.php?t=134393]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day France - March 25, 2007 - Paris, France&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Norway - June 2, 2007 - Drammen, Norway&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Cape Town (South Africa) - June 16, 2007 [http://www.joomladay.co.za/archive/2007-cape-town-june-16-2007.html programme]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Johannesburg (South Africa) - July 14, 2007 [http://www.joomladay.co.za/archive/2007-johannesburg-july-14-2007.html programme]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day (Central) USA and Mexico - July 21, 2007 - Austin, Texas, USA&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Bangkok - August 4, 2008 - Bangkok , Thailand [http://www.flickr.com/photos/laithaiphoto/sets/72157601327115053/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Brasil - August 18, 2007 - São Paulo/SP, Brazil&lt;br /&gt;
 &lt;br /&gt;
Joomla!Day USA West - May 12-13, 2007 - Mountain View, California, USA&lt;br /&gt;
&lt;br /&gt;
Joomla!Day NYC - October 13, 2007 - New York, New York, USA&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Hungary - October 21, 2007 - Budapest, Hungary&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Sweden - November 3, 2007 - Västerås, Sweden&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Helsinki - November 12, 2007 - Helsinki, Finland&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Cape Town (South Africa) - December 10, 2007 [http://www.joomladay.co.za/archive/2007-cape-town-december-10-2007.html programme]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Nigeria - date unknown&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Serbia - November 17, 2007 - Belgrade, Serbia&lt;br /&gt;
&lt;br /&gt;
Joomla!Day New Zealand - December 15, 2007&lt;br /&gt;
&lt;br /&gt;
== 2008 ==&lt;br /&gt;
&lt;br /&gt;
(20 Events)&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Italy - January 19, 2008 - Rome, Italy&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Melbourne - February 2, 2008 - Melbourne, Australia [http://forum.joomla.org/viewtopic.php?p=1184586]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Spain (1) - April 19, 2008 - Madrid[http://www.joomladay.info/2008/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Netherlands (3), April 4-5, 2008 - Utrecht, Netherlands&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Norway - April 26, 2008 - Drammen, Norway&lt;br /&gt;
&lt;br /&gt;
Joomla!Day France - April 27, 2008 - Paris, France&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Bangkok - May 10, 2008 - Bangkok, Thailand [http://www.flickr.com/photos/laithaiphoto/sets/72157605299681211/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Byron Bay - May 11, 2008 - Byron Bay, NSW, Australia]] [http://forum.joomla.org/viewtopic.php?f=306&amp;amp;t=262909]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Sydney - May 19, 2008 - Sydney, Australia [http://forum.joomla.org/viewtopic.php?p=1304388]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Vancouver - June 14, 2008 - Vancouver, British Columbia, Canada]] [http://community.joomla.org/events/joomla-days/400-joomla-day-vancouver-2008.html]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Philippines - June 14, 2008&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Hungary - June 20-21, 2008&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Durban - June 20-21, 2008 - Durban, South Africa&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Brasil - August 16, 2008 - São Paulo/SP, Brazil&lt;br /&gt;
&lt;br /&gt;
Joomla!Day San Francisco - September 20, 2008 - San Francisco, California, USA&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Johannesburg - October 18, 2008 - Johannesburg, South Africa&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Turkey - October 25, 2008&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Switzerland - November 15, 2008&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Sweden - November 15, 2008&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Nigeria - November 19, 2008&lt;br /&gt;
&lt;br /&gt;
== 2009 ==&lt;br /&gt;
&lt;br /&gt;
(23 Events)&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Turkey - January 10, 2009 &lt;br /&gt;
&lt;br /&gt;
Joomla!Day Melbourne - February 7-8, 2009 - Melbourne, Australia [http://community.joomla.org/events/joomla-days/641-joomladay-melbourne-2009.html]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day UK (2) - March 13-14, 2009 - Maidstone, England, United Kingdom&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Las Vegas - April 4, 2009 - Las Vegas, Nevada, USA [http://lasvegas.joomladayusa.org/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day India - April 25, 2009 - Pune, India [http://community.joomla.org/blogs/community/811-joomla-day-pune-india-a-big-success.html]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Sweden - May 15-16, 2009 - Stockholm, Sweden&lt;br /&gt;
&lt;br /&gt;
Joomla!Day France - May 24, 2009 - Paris, France&lt;br /&gt;
&lt;br /&gt;
Joomla!Day New England - May 30, 2009 - Brattleboro, Vermont, USA [http://community.joomla.org/events/joomla-days/771-joomladay-new-england-2009.html]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Netherlands (4) - June 12-13, 2009 - Nieuwegein, Netherlands&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Cape Town - August 14, 2009 - Cape Town, South Africia&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Bangkok - August 22-23, 2009 - Bangkok, Thailand [http://www.flickr.com/photos/laithaiphoto/sets/72157622115004400/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Brasil - September, 12, 2009 - Rio de Janeiro/RJ, Brazil &lt;br /&gt;
&lt;br /&gt;
Joomla!Day Germany - September, 24 - 26, 2009 - Bad Nauheim, Germany&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Mongolia - September 29-30, 2009 - Ulan Bataar, Mongolia&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Norway - October ?, 2009 - Drammen, Norway&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Gauteng - October 8-10, 2009 - Gauteng, South Africa&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Hungary - October 10, 2009 - Budapest, Hungary&lt;br /&gt;
&lt;br /&gt;
Joomla!Day New York - October 12, 2009 - New York, New York, USA [http://community.joomla.org/events/joomla-days/912-joomla-day-new-york.html]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Sydney - October 17-18, 2009 - Sydney, Australia [http://sydney.joomladay.org.au/groups/viewgroup/5-Welcome+to+Sydney+JoomlaDay+17%2B18+Oct+2009]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Vietnam - November 1, 2009 - Hồ Chí Minh City, Vietnam [http://community.joomla.org/events/joomla-days/1056-joomladay-vietnam-2009.html]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Italy - November 21, 2009 - Rome, Italy&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Spain (2) - December 11-12, 2009 - Barcelona, Spain [http://www.joomladay.info/2009/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Nigeria - December 12, 2009 - Lagos, Nigeria&lt;br /&gt;
&lt;br /&gt;
== 2010 ==&lt;br /&gt;
&lt;br /&gt;
(17 Events)&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Melbourne - February 12-14, 2010 - Melbourne, Australia [http://community.joomla.org/events/joomla-days/1102-joomladay-melbourne-2010.html]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day France - March 21, 2010 - Bordeaux, France&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Spain (3) - April 9-10, 2010 - Mallorca, Spain [http://www.joomladay.cat/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Netherlands (5) - April 23-24, 2010 - Utrecht, Netherlands [http://www.joomladagen.nl/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Sweden - April 23-24, 2010 - Stockholm, Sweden [http://www.joomladay.se/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Norway - June 4-5, 2010 - Drammen, Norway [http://www.joomladay.no/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day New England - June 5, 2010 - Marlboro, Vermont, USA&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Brisbane - June 18-19, 2010 - Brisbane, Australia&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Brasil - September 11-12, 2010 - Brasília/DF, Brazil [http://www.joomladaybrasil.org/2010]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day USA West - October 1-3, 2010 - San Jose, California, USA [http://www.joomladaywest.com/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Italy - October 9, 2010 - Verona, Italy&lt;br /&gt;
&lt;br /&gt;
Joomla!Day DC - October 16, 2010 - Chevy Chase, Maryland, USA [http://www.joomladaydc.com]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Denmark - October 29-30, 2010 - Kolding, Denmark [http://www.joomladay.dk]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day UK (3) - October 30-31, 2010 - Ipswich, England, United Kingdom&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Bangkok - November 13-14, 2010 - Bangkok, Thailand [http://www.joomladay.in.th/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Spain (4) - November 26-27, 2010 - Valencia, Spain [http://www.joomladay2010.es/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day NYC - December 4-5, 2010 - New York City, New York, USA&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Nigeria - December 11, 2010 - Lagos, Nigeria&lt;br /&gt;
&lt;br /&gt;
== 2011 ==&lt;br /&gt;
&lt;br /&gt;
(27 Events)&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Chile - January 18, 2011 - Santiago, Chile [http://www.joomladay-chile.cl/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Night Stockholm - February 4, 2011 - Stockholm, Sweden&lt;br /&gt;
&lt;br /&gt;
Joomla!Day India - March 12-13, 2011 - Pune, Maharashtra, India [http://www.joomladay.co.in]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Netherlands (6) - April 2-3, 2011 - Doorn, Netherlands [http://www.joomladagen.nl/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day New England - April 2, 2011 - Brattleboro, Vermont, USA [http://www.joomladaynewengland.org]&lt;br /&gt;
[[Media:JoomlaDayNEProgram2011-schedule.jpg]] &lt;br /&gt;
[[Media:JoomlaDayNEProgram2011-speakers.jpg]] &lt;br /&gt;
&lt;br /&gt;
Joomla!Day France - April 2-3, 2011 - Lyon, France [http://www.joomladay.fr/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Algeria - April 19 2011 - Alger, Algeria [http://www.joomladayalgerie.com/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Greece - May 28-29, 2011 - Athens, Greece [http://joomladay.gr/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Malaysia - June 25, 2011 - Kuala Lumpur, Malaysia [http://www.joomla-day.org.my/2011/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Night Chile - July 6, 2011 - Santiago, Chile [http://joomlanight-chile.cl/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Chicago - August 5-6, 2011 - Chicago, Illinois, USA [http://www.joomladaychicago.com]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Norway - August 12-13, 2011 - Drammen, Norway [http://www.joomladay.no/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Bosnia and Herzegovina - August 12-14, 2011 - Tesanj, Bosnia [http://www.joomla.ba/konferencija]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Cape Town - August  19-20, 2011 - Cape Town, South Africa [http://www.joomladay.co.za/] [http://www.joomladay.co.za/talks-sessions/programme.html programme]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Germany - September 2-3, 2011 - Hamburg, Germany [http://www.joomladay.de]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Brasil - September 2-4, 2011 - Florianópolis/SC, Brazil [http://www.joomladaybrasil.org/2011]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Austin - September 15, 2011 - Austin, Texas, USA [http://www.joomladayaustin.com]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day UK - September 24-25, 2011 - London, England [http://www.joomladayuk2011.org]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Israel - October 10, 2011 - Tel Aviv, Israel [http://jday.joomla.org.il]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Italy - October 22, 2011 - Florence, Italy [http://www.joomladay.it]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day NYC - October 22-23, 2011 - New York City, New York, USA [http://www.joomladaynyc.com]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Denmark - October 28-29, 2011 - Kolding, Denmark [http://www.joomladay.dk]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Australia - November 5-6, 2011 - Sydney, Australia [http://sydney.joomladay.org.au/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Finland - November 5, 2011 - Helsinki, Finland [http://joomladayfinland.com/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Spain - November 9-10, 2011 - Zaragoza, Spain [http://www.joomladay2011.es/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Midwest - November 12, 2011 - Milwaukee, Wisconsin, USA [http://www.joomladaymidwest.org]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Algeria - November 19, 2011 - Oran, Algeria [http://www.joomladayoran.com/]&lt;br /&gt;
&lt;br /&gt;
== Upcoming ==&lt;br /&gt;
(8 Events)&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Los Angeles - December 3, 2011 - Los Angeles, California, USA [http://www.jdayla.com]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===2012===&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Bangkok - February 25, 2012 - Bangkok, Thailand [http://www.joomladay.in.th]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Guatemala - February 29 - March 3, 2012 - Guatemala City, Guatemala [http://www.joomlagt.org/joomladay2012/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day France - March 24, 2012 - Strasbourg, France [http://www.joomladay.fr/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day New England - March 31, 2012 - Brattleboro, Vermont, USA [http://www.joomladaynewengland.org]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Netherlands - April 21-22, 2012 - Zeist, Netherlands [http://www.joomladagen.nl/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Mexcio - June 22-23, 2012 - Mexcio City, Mexcio [http://www.joomladaymexico.org/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day West - TBA - San Jose, California, USA [http://www.joomladaywest.com]&lt;/div&gt;</summary>
		<author><name>Rdeutz</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Pizza,_Bugs_and_Fun&amp;diff=63058</id>
		<title>Pizza, Bugs and Fun</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Pizza,_Bugs_and_Fun&amp;diff=63058"/>
		<updated>2011-11-19T15:45:15Z</updated>

		<summary type="html">&lt;p&gt;Rdeutz: /* Forthcoming Events */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Forthcoming Events==&lt;br /&gt;
[[Pizza_Bugs_and_Fun_2011| Pizza, Bugs and Fun 2011]] is planned for Saturday, December 10, 2011. This will be a virtual party with assorted live venues.&lt;br /&gt;
&lt;br /&gt;
==History==&lt;br /&gt;
&lt;br /&gt;
===Pizza Bugs and Fun 2===&lt;br /&gt;
Something for everyone at the Joomla! Bazaar: coding, documentation, testing and other fun stuff.  This event took place on two consecutive weekends, 21/22 and 28/29 June 2008.  For more information see [[Pizza Bugs and Fun 2]].&lt;/div&gt;</summary>
		<author><name>Rdeutz</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=How_to_Organize_a_JoomlaDay%E2%84%A2&amp;diff=62795</id>
		<title>How to Organize a JoomlaDay™</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=How_to_Organize_a_JoomlaDay%E2%84%A2&amp;diff=62795"/>
		<updated>2011-10-31T08:52:26Z</updated>

		<summary type="html">&lt;p&gt;Rdeutz: /* Finding Fiscal Support and Sponsors */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Creating a Joomla!Day requires a combination of good leadership, teamwork, and lots of energy.  A successful Joomla!Day isn&#039;t measured solely on the number of attendees, but rather the value of the information shared and the new connections made within the local community.  This is a simple guide that Joomla!Day organizers can use in creating their own Joomla!Days.  Even better, this page should be used by past Joomla!Day organizers to share their knowledge.  The more information the better!&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== First Steps and some Basics ==&lt;br /&gt;
&lt;br /&gt;
The best way to start is building a small team. This team should meet regularly and the members of the team should be informed about all the things that are going on. Keep this team small, 3 or 4 people are a good size, if you have more than that, finding a meeting time will become more complicated and the meetings will take more time and become less focused. &lt;br /&gt;
&lt;br /&gt;
Assign individual tasks. Nobody should have the weight of the entire event on their shoulders. Spreading the tasks out to others in the team will make everything easier in the end and promotes accountability within the team.&lt;br /&gt;
&lt;br /&gt;
Document what you have discussed in the meetings, an easy way is to do that is within the meeting with a shared document. Google docs is quite good for that. Documenting the meeting minutes immediately after the meeting will ensure accuracy and accountability. &lt;br /&gt;
&lt;br /&gt;
Start small with your event, you can extend it later but it is easier to extend then to reduce the size later.&lt;br /&gt;
&lt;br /&gt;
== Legal, Organizational, and Fiscal Considerations ==&lt;br /&gt;
To make an official Joomla!Day you have to follow some rules. This can be quite simple or complicated depending on your decisions.&lt;br /&gt;
&lt;br /&gt;
The first thing you should do when you consider organizing a Joomla!Day event is to read the Joomla!Day Charter at this link:&lt;br /&gt;
[http://community.joomla.org/events/joomla-days/975-joomladay-charter.html]&lt;br /&gt;
&lt;br /&gt;
===Requesting a Joomla!Day===&lt;br /&gt;
If you know the date and the city you will make your Joomla!day you should send in your request for a Joomla!day. You can do that over a simple form at the [http://opensourcematters.org/joomla-day-request.html OSM Website]&lt;br /&gt;
&lt;br /&gt;
===Domain usage request===&lt;br /&gt;
When you make your first Joomla!Day you normally don&#039;t have a domain you can use for the Joomla!Day website. Something like joomladay followed by your top level domain is a good choice e.g joomladay.de or joomladay.nl. It is not the best idea to add the year or something else to the domain name, because you can not reuse the domain next year and you have to go to the approval process again. So keep it simple! It is necessary that you have a running website at the domain you&#039;ll use. If you don&#039;t have the website but some mockups or graphics then you should make this available. Here is the link to the [http://opensourcematters.org/domain-name-use-request.html domain request form] &lt;br /&gt;
&lt;br /&gt;
===Logo usage===&lt;br /&gt;
The easy way is to use the conditional Joomla!Day Logos, you can use them without any approval process. If you like to use the Joomla! logo you have to send in a logo usage request and go thru that process. It is strongly recommended to use the conditional logos.&lt;br /&gt;
&lt;br /&gt;
Conditial Logo:&lt;br /&gt;
&lt;br /&gt;
[[File:Joomladay-logo-white.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Listed at joomla.org===&lt;br /&gt;
You can have your Joomla!day listed at [[http://community.joomla.org/events.html Joomla,org]]. The process for being listed is quite simple send an email to eventsteam at opensourcematters,org with your promotion text. Normally we have this small poster for the event, it speeds up the process when  you send this with your promotion text, at least you have to send a picture we can use. Please make sure that the license for the picture allow such a usage.&lt;br /&gt;
&lt;br /&gt;
== Building the Right Website ==&lt;br /&gt;
Don&#039;t forget to include prominent and appropriate places in your site for your sponsors and speakers.&lt;br /&gt;
&lt;br /&gt;
A suggested site structure would include the following sitemap structure:&lt;br /&gt;
&lt;br /&gt;
Home | Registration | Speakers | Sponsors | Venue | Contact Us | Hotels&lt;br /&gt;
&lt;br /&gt;
There are also some great Event Registration extensions (both commercial and free) available for Joomla and if you would like to use one to manage your event registrations for your Joomla!Day you should consider contacting the developer (in case of a commercial offering) and ask them if they would donate their extension to your Joomla!Day for your registrations.&lt;br /&gt;
&lt;br /&gt;
== Choosing a City ==&lt;br /&gt;
&lt;br /&gt;
The city where the event shall be should be easy to reach for the targeted audience. Public transportation should be available to the city and to the venue. There should also be enough hotels (check prices!).&lt;br /&gt;
&lt;br /&gt;
Larger cities offer better infrastructure, but mostly the venues are more expensive. Don&#039;t forget to check smaller cities with good infrastructure.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Checklist:&#039;&#039;&#039;&lt;br /&gt;
* possibly in the centre of your country / region&lt;br /&gt;
* public transportation (airport, train, bus)&lt;br /&gt;
* Hotels / Hostels&lt;br /&gt;
* available locations for social events&lt;br /&gt;
* price range of available venues&lt;br /&gt;
&lt;br /&gt;
The final decision for the city should be made together with the venue.&lt;br /&gt;
&lt;br /&gt;
== Choosing a Venue ==&lt;br /&gt;
&lt;br /&gt;
Before choosing the venue, some key facts should be planned:&lt;br /&gt;
&lt;br /&gt;
* expected number of attendees (audience + team + speaker + sponsors)&lt;br /&gt;
* rough timetable (how many rooms?)&lt;br /&gt;
* catering&lt;br /&gt;
* BUDGET&lt;br /&gt;
&lt;br /&gt;
There are a lot of different types of venues possible: conference hotels, companies, university, ... All of them have advantages and disadvantages. A venue at a university can be very cheap - but normally, you have to care for everything on your own (technical equipment, catering, cleaning, ...) while conference hotels offer full service, but are most expensive.&lt;br /&gt;
&lt;br /&gt;
When you compare the prices for the venues, don&#039;t forget to include the technical equipment (Projector/Beamer, WiFi, Whiteboards, Sound, ...). If this is not included, this may be expensive to rent.&lt;br /&gt;
&lt;br /&gt;
== Choosing a Date and Time ==&lt;br /&gt;
&lt;br /&gt;
Check the following dates:&lt;br /&gt;
&lt;br /&gt;
* vacation / holidays&lt;br /&gt;
* other large events in the selected city&lt;br /&gt;
* other events in the Joomla-Community (esp. if you plan to invite international speakers)&lt;br /&gt;
* other web/development related events&lt;br /&gt;
&lt;br /&gt;
There should be at least 2 weeks between other similar events.&lt;br /&gt;
&lt;br /&gt;
The event should be planned at least (!) 6 - 8 months in advance!&lt;br /&gt;
&lt;br /&gt;
== Choosing the Schedule Structure ==&lt;br /&gt;
&lt;br /&gt;
Lecture, breakout rooms, and unconference modes.&lt;br /&gt;
&lt;br /&gt;
=== Lecture ===&lt;br /&gt;
&lt;br /&gt;
=== Breakout Rooms ===&lt;br /&gt;
&lt;br /&gt;
=== Unconference ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Choosing Speakers ==&lt;br /&gt;
Where possible you should aim to have local speakers. Having international speakers can be a great attraction for your event but try to avoid having too many speakers who are not presenting in the native language of the Joomla!Day.&lt;br /&gt;
&lt;br /&gt;
== Finding Fiscal Support and Sponsors ==&lt;br /&gt;
&lt;br /&gt;
===OSM===&lt;br /&gt;
As an approved Joomla!Day you can get fiscal support from OSM. The usually amount is USD500. This money is for covering the costs, if a Joomla!Day makes surplus then the Team have to give the money back to OSM.&lt;br /&gt;
&lt;br /&gt;
OSM can send the money to a PayPal account, send a check or transfer the money to a Bank account. For an international wire transfer OSM need the following information:&lt;br /&gt;
&lt;br /&gt;
* Name of bank account holder&lt;br /&gt;
* Address of bank account holder&lt;br /&gt;
* Phone number of bank account holder&lt;br /&gt;
* Bank account number&lt;br /&gt;
* CHIP S/UID# or SWIFT/BIC&lt;br /&gt;
* Bank Name&lt;br /&gt;
* Bank address&lt;br /&gt;
* Bank City&lt;br /&gt;
&lt;br /&gt;
===Sponsors===&lt;br /&gt;
When you try to find sponsors, don&#039;t forget that you are dealing with companies. They expect professional and reliable information and agreements.&lt;br /&gt;
&lt;br /&gt;
Before contacting sponsors, prepare&lt;br /&gt;
&lt;br /&gt;
* sponsoring options (e.g. gold-sponsor, silver-sponsor, ...)&lt;br /&gt;
* sponsoring packages (what does the sponsor get)&lt;br /&gt;
* prices for options and packages&lt;br /&gt;
* sponsoring contract and invoice&lt;br /&gt;
* some information about Joomla, the event and the expected audience&lt;br /&gt;
* one person in the team should be responsible for the sponsors&lt;br /&gt;
* create a list of possible sponsors&lt;br /&gt;
* set up a webpage for sponsors&lt;br /&gt;
* set up an email address like sponsor@yourevent.tld&lt;br /&gt;
&lt;br /&gt;
== Running an Efficient Give-Away ==&lt;br /&gt;
Giving away donated goods and services at the end of the day can be a very slow and boring process. Joseph LeBlanc created a Joomla extension that will make the whole process much faster and less painful http://extensions.joomla.org/extensions/miscellaneous/15024&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&amp;quot;This component allows you to award giveaways at random to the attendees of a Joomla!Day. There are mass import functions for attendees and giveaways, as well as a CSV export feature for downloading the final results. Winners can also be displayed on the frontend of the website.&amp;quot;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Another thing that has worked well for non-tangible products such as template and extension provider sponsors is to print business cards (or similar) with unique coupon codes/passwords and put these cards into goodie bags that would be handed out randomly during check-in. This will ensure that the giveaway coupons are distributed randomly and make a nice surprise for the attendees. Then just provide the sponsors with duplicate copies of the coupon codes you distributed so they can verify the winners when they get contacted later.&lt;/div&gt;</summary>
		<author><name>Rdeutz</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=JoomlaDays/History&amp;diff=62791</id>
		<title>JoomlaDays/History</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=JoomlaDays/History&amp;diff=62791"/>
		<updated>2011-10-30T19:56:07Z</updated>

		<summary type="html">&lt;p&gt;Rdeutz: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The Joomla! community has a long history of Joomla!Day events from around the world.  Let&#039;s document these here, so we can ensure we have a historical timeline of Joomla!Days.&lt;br /&gt;
&lt;br /&gt;
Instructions:  please add the name, date, location, and if possible the web address, of any Joomla!Days that have happened in the past.  Please use the following format:  Name_of_Joomla!Day - Month DD-DD, YYYY - City, Country&lt;br /&gt;
&lt;br /&gt;
== 2006 ==&lt;br /&gt;
&lt;br /&gt;
(5 Events)&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Netherlands (1) - April 22, 2006 - Breda, Netherlands&lt;br /&gt;
&lt;br /&gt;
Joomla!Day UK (1) - July 30, 2006 - Leeds, United Kingdom [http://web.archive.org/web/20060709173546/http://www.joomlatraining.org.uk/joomla-day/ programme] [http://web.archive.org/web/20060814225232/http://www.joomlatraining.org.uk/content/view/297/36/ Day 1] [http://web.archive.org/web/20060813123831/http://www.joomlatraining.org.uk/content/view/298/36/ Day 2]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Sweden - October 6-7, 2006 - Västerås, Sweden&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Netherlands (2) - December 8-9 2006 - Den Bosch, Netherlands&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Germany - September 29-30, 2006 - Bonn, Germany [http://www.joomladay.de/fakten/historie/joomladay-2006.html Report in German]&lt;br /&gt;
&lt;br /&gt;
== 2007 == &lt;br /&gt;
&lt;br /&gt;
(17 Events)&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Melbourne - January 24, 2007 - Melbourne, Australia [http://forum.joomla.org/viewtopic.php?f=306&amp;amp;t=116577&amp;amp;start=150] and [http://forum.joomla.org/viewtopic.php?t=134393]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day France - March 25, 2007 - Paris, France&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Norway - June 2, 2007 - Drammen, Norway&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Cape Town (South Africa) - June 16, 2007 [http://www.joomladay.co.za/archive/2007-cape-town-june-16-2007.html programme]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Johannesburg (South Africa) - July 14, 2007 [http://www.joomladay.co.za/archive/2007-johannesburg-july-14-2007.html programme]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day (Central) USA and Mexico - July 21, 2007 - Austin, Texas, USA&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Bangkok - August 4, 2008 - Bangkok , Thailand [http://www.flickr.com/photos/laithaiphoto/sets/72157601327115053/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Brasil - August 18, 2007 - São Paulo/SP, Brazil&lt;br /&gt;
 &lt;br /&gt;
Joomla!Day USA West - May 12-13, 2007 - Mountain View, California, USA&lt;br /&gt;
&lt;br /&gt;
Joomla!Day NYC - October 13, 2007 - New York, New York, USA&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Hungary - October 21, 2007 - Budapest, Hungary&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Sweden - November 3, 2007 - Västerås, Sweden&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Helsinki - November 12, 2007 - Helsinki, Finland&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Cape Town (South Africa) - December 10, 2007 [http://www.joomladay.co.za/archive/2007-cape-town-december-10-2007.html programme]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Nigeria - date unknown&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Serbia - November 17, 2007 - Belgrade, Serbia&lt;br /&gt;
&lt;br /&gt;
Joomla!Day New Zealand - December 15, 2007&lt;br /&gt;
&lt;br /&gt;
== 2008 ==&lt;br /&gt;
&lt;br /&gt;
(20 Events)&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Italy - January 19, 2008 - Rome, Italy&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Melbourne - February 2, 2008 - Melbourne, Australia [http://forum.joomla.org/viewtopic.php?p=1184586]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Spain (1) - April 19, 2008 - Madrid[http://www.joomladay.info/2008/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Netherlands (3), April 4-5, 2008 - Utrecht, Netherlands&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Norway - April 26, 2008 - Drammen, Norway&lt;br /&gt;
&lt;br /&gt;
Joomla!Day France - April 27, 2008 - Paris, France&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Bangkok - May 10, 2008 - Bangkok, Thailand [http://www.flickr.com/photos/laithaiphoto/sets/72157605299681211/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Byron Bay - May 11, 2008 - Byron Bay, NSW, Australia]] [http://forum.joomla.org/viewtopic.php?f=306&amp;amp;t=262909]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Sydney - May 19, 2008 - Sydney, Australia [http://forum.joomla.org/viewtopic.php?p=1304388]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Vancouver - June 14, 2008 - Vancouver, British Columbia, Canada]] [http://community.joomla.org/events/joomla-days/400-joomla-day-vancouver-2008.html]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Philippines - June 14, 2008&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Hungary - June 20-21, 2008&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Durban - June 20-21, 2008 - Durban, South Africa&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Brasil - August 16, 2008 - São Paulo/SP, Brazil&lt;br /&gt;
&lt;br /&gt;
Joomla!Day San Francisco - September 20, 2008 - San Francisco, California, USA&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Johannesburg - October 18, 2008 - Johannesburg, South Africa&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Turkey - October 25, 2008&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Switzerland - November 15, 2008&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Sweden - November 15, 2008&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Nigeria - November 19, 2008&lt;br /&gt;
&lt;br /&gt;
== 2009 ==&lt;br /&gt;
&lt;br /&gt;
(23 Events)&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Turkey - January 10, 2009 &lt;br /&gt;
&lt;br /&gt;
Joomla!Day Melbourne - February 7-8, 2009 - Melbourne, Australia [http://community.joomla.org/events/joomla-days/641-joomladay-melbourne-2009.html]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day UK (2) - March 13-14, 2009 - Maidstone, England, United Kingdom&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Las Vegas - April 4, 2009 - Las Vegas, Nevada, USA [http://lasvegas.joomladayusa.org/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day India - April 25, 2009 - Pune, India [http://community.joomla.org/blogs/community/811-joomla-day-pune-india-a-big-success.html]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Sweden - May 15-16, 2009 - Stockholm, Sweden&lt;br /&gt;
&lt;br /&gt;
Joomla!Day France - May 24, 2009 - Paris, France&lt;br /&gt;
&lt;br /&gt;
Joomla!Day New England - May 30, 2009 - Brattleboro, Vermont, USA [http://community.joomla.org/events/joomla-days/771-joomladay-new-england-2009.html]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Netherlands (4) - June 12-13, 2009 - Nieuwegein, Netherlands&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Cape Town - August 14, 2009 - Cape Town, South Africia&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Bangkok - August 22-23, 2009 - Bangkok, Thailand [http://www.flickr.com/photos/laithaiphoto/sets/72157622115004400/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Brasil - September, 12, 2009 - Rio de Janeiro/RJ, Brazil &lt;br /&gt;
&lt;br /&gt;
Joomla!Day Germany - September, 24 - 26, 2009 - Bad Nauheim, Germany&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Mongolia - September 29-30, 2009 - Ulan Bataar, Mongolia&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Norway - October ?, 2009 - Drammen, Norway&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Gauteng - October 8-10, 2009 - Gauteng, South Africa&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Hungary - October 10, 2009 - Budapest, Hungary&lt;br /&gt;
&lt;br /&gt;
Joomla!Day New York - October 12, 2009 - New York, New York, USA [http://community.joomla.org/events/joomla-days/912-joomla-day-new-york.html]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Sydney - October 17-18, 2009 - Sydney, Australia [http://sydney.joomladay.org.au/groups/viewgroup/5-Welcome+to+Sydney+JoomlaDay+17%2B18+Oct+2009]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Vietnam - November 1, 2009 - Hồ Chí Minh City, Vietnam [http://community.joomla.org/events/joomla-days/1056-joomladay-vietnam-2009.html]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Italy - November 21, 2009 - Rome, Italy&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Spain (2) - December 11-12, 2009 - Barcelona, Spain [http://www.joomladay.info/2009/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Nigeria - December 12, 2009 - Lagos, Nigeria&lt;br /&gt;
&lt;br /&gt;
== 2010 ==&lt;br /&gt;
&lt;br /&gt;
(17 Events)&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Melbourne - February 12-14, 2010 - Melbourne, Australia [http://community.joomla.org/events/joomla-days/1102-joomladay-melbourne-2010.html]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day France - March 21, 2010 - Bordeaux, France&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Spain (3) - April 9-10, 2010 - Mallorca, Spain [http://www.joomladay.cat/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Netherlands (5) - April 23-24, 2010 - Utrecht, Netherlands [http://www.joomladagen.nl/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Sweden - April 23-24, 2010 - Stockholm, Sweden [http://www.joomladay.se/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Norway - June 4-5, 2010 - Drammen, Norway [http://www.joomladay.no/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day New England - June 5, 2010 - Marlboro, Vermont, USA&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Brisbane - June 18-19, 2010 - Brisbane, Australia&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Brasil - September 11-12, 2010 - Brasília/DF, Brazil [http://www.joomladaybrasil.org/2010]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day USA West - October 1-3, 2010 - San Jose, California, USA [http://www.joomladaywest.com/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Italy - October 9, 2010 - Verona, Italy&lt;br /&gt;
&lt;br /&gt;
Joomla!Day DC - October 16, 2010 - Chevy Chase, Maryland, USA [http://www.joomladaydc.com]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Denmark - October 29-30, 2010 - Kolding, Denmark [http://www.joomladay.dk]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day UK (3) - October 30-31, 2010 - Ipswich, England, United Kingdom&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Bangkok - November 13-14, 2010 - Bangkok, Thailand [http://www.joomladay.in.th/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Spain (4) - November 26-27, 2010 - Valencia, Spain [http://www.joomladay2010.es/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day NYC - December 4-5, 2010 - New York City, New York, USA&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Nigeria - December 11, 2010 - Lagos, Nigeria&lt;br /&gt;
&lt;br /&gt;
== 2011 ==&lt;br /&gt;
&lt;br /&gt;
(21 Events)&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Chile - January 18, 2011 - Santiago, Chile [http://www.joomladay-chile.cl/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Night Stockholm - February 4, 2011 - Stockholm, Sweden&lt;br /&gt;
&lt;br /&gt;
Joomla!Day India - March 12-13, 2011 - Pune, Maharashtra, India [http://www.joomladay.co.in]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Netherlands (6) - April 2-3, 2011 - Doorn, Netherlands [http://www.joomladagen.nl/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day New England - April 2, 2011 - Brattleboro, Vermont, USA [http://www.joomladaynewengland.org]&lt;br /&gt;
[[Media:JoomlaDayNEProgram2011-schedule.jpg]] &lt;br /&gt;
[[Media:JoomlaDayNEProgram2011-speakers.jpg]] &lt;br /&gt;
&lt;br /&gt;
Joomla!Day France - April 2-3, 2011 - Lyon, France [http://www.joomladay.fr/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Algeria - April 19 2011 - Alger, Algeria [http://www.joomladayalgerie.com/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Greece - May 28-29, 2011 - Athens, Greece [http://joomladay.gr/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Malaysia - June 25, 2011 - Kuala Lumpur, Malaysia [http://www.joomla-day.org.my/2011/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Chicago - August 5-6, 2011 - Chicago, Illinois, USA [http://www.joomladaychicago.com]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Norway - August 12-13, 2011 - Drammen, Norway [http://www.joomladay.no/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Bosnia and Herzegovina - August 12-14, 2011 - Tesanj, Bosnia [http://www.joomla.ba/konferencija]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Cape Town - August  19-20, 2011 - Cape Town, South Africa [http://www.joomladay.co.za/] [http://www.joomladay.co.za/talks-sessions/programme.html programme]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Germany - September 2-3, 2011 - Hamburg, Germany [http://www.joomladay.de]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Brasil - September 2-4, 2011 - Florianópolis/SC, Brazil [http://www.joomladaybrasil.org/2011]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Austin - September 15, 2011 - Austin, Texas, USA [http://www.joomladayaustin.com]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day UK - September 24-25, 2011 - London, England [http://www.joomladayuk2011.org]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Israel - October 10, 2011 - Tel Aviv, Israel [http://jday.joomla.org.il]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Italy - October 22, 2011 - Florence, Italy [http://www.joomladay.it]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day NYC - October 22-23, 2011 - New York City, New York, USA [http://www.joomladaynyc.com]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Denmark - October 28-29, 2011 - Kolding, Denmark [http://www.joomladay.dk]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Upcoming ==&lt;br /&gt;
(6 Events)&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Australia - November 5-6, 2011 - Sydney, Australia [http://sydney.joomladay.org.au/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Finland - November 5, 2011 - Helsinki, Finland, USA [http://joomladayfinland.com/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Spain - November 9-10, 2011 - Zaragoza, Spain [http://www.joomladay2011.es/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Midwest - November 12, 2011 - Milwaukee, Wisconsin, USA [http://www.joomladaymidwest.org]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Algeria - November 19, 2011 - Oran, Algeria [http://www.joomladayoran.com/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Los Angeles - December 3, 2011 - Los Angeles, California, USA [http://www.jdayla.com]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===2012===&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Bangkok - February 25, 2012 - Bangkok, Thailand [http://www.joomladay.in.th]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day New England - March 31, 2012 - Brattleboro, Vermont, USA [http://www.joomladaynewengland.org]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Netherlands - April 21-22, 2012 - Zeist, Netherlands [http://www.joomladagen.nl/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day West - TBA - San Jose, California, USA [http://www.joomladaywest.com]&lt;/div&gt;</summary>
		<author><name>Rdeutz</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=How_to_Organize_a_JoomlaDay%E2%84%A2&amp;diff=62763</id>
		<title>How to Organize a JoomlaDay™</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=How_to_Organize_a_JoomlaDay%E2%84%A2&amp;diff=62763"/>
		<updated>2011-10-28T13:31:27Z</updated>

		<summary type="html">&lt;p&gt;Rdeutz: /* Legal, Organizational, and Fiscal Considerations */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Creating a Joomla!Day requires a combination of good leadership, teamwork, and lots of energy.  A successful Joomla!Day isn&#039;t measured solely on the number of attendees, but rather the value of the information shared and the new connections made within the local community.  This is a simple guide that Joomla!Day organizers can use in creating their own Joomla!Days.  Even better, this page should be used by past Joomla!Day organizers to share their knowledge.  The more information the better!&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== First Steps and some Basics ==&lt;br /&gt;
&lt;br /&gt;
The best way to start is building a small team. This team should meet regularly and the members of the team should be informed about all the things that are going on. Keep this team small, 3 or 4 people are a good size, if you have more than that, finding a meeting time will become more complicated and the meetings will take more time and become less focused. &lt;br /&gt;
&lt;br /&gt;
Assign individual tasks. Nobody should have the weight of the entire event on their shoulders. Spreading the tasks out to others in the team will make everything easier in the end and promotes accountability within the team.&lt;br /&gt;
&lt;br /&gt;
Document what you have discussed in the meetings, an easy way is to do that is within the meeting with a shared document. Google docs is quite good for that. Documenting the meeting minutes immediately after the meeting will ensure accuracy and accountability. &lt;br /&gt;
&lt;br /&gt;
Start small with your event, you can extend it later but it is easier to extend then to reduce the size later.&lt;br /&gt;
&lt;br /&gt;
== Legal, Organizational, and Fiscal Considerations ==&lt;br /&gt;
To make an official Joomla!Day you have to follow some rules. This can be quite simple or complicated depending on your decisions.&lt;br /&gt;
&lt;br /&gt;
The first thing you should do when you consider organizing a Joomla!Day event is to read the Joomla!Day Charter at this link:&lt;br /&gt;
[http://community.joomla.org/events/joomla-days/975-joomladay-charter.html]&lt;br /&gt;
&lt;br /&gt;
===Requesting a Joomla!Day===&lt;br /&gt;
If you know the date and the city you will make your Joomla!day you should send in your request for a Joomla!day. You can do that over a simple form at the [http://opensourcematters.org/joomla-day-request.html OSM Website]&lt;br /&gt;
&lt;br /&gt;
===Domain usage request===&lt;br /&gt;
When you make your first Joomla!Day you normally don&#039;t have a domain you can use for the Joomla!Day website. Something like joomladay followed by your top level domain is a good choice e.g joomladay.de or joomladay.nl. It is not the best idea to add the year or something else to the domain name, because you can not reuse the domain next year and you have to go to the approval process again. So keep it simple! It is necessary that you have a running website at the domain you&#039;ll use. If you don&#039;t have the website but some mockups or graphics then you should make this available. Here is the link to the [http://opensourcematters.org/domain-name-use-request.html domain request form] &lt;br /&gt;
&lt;br /&gt;
===Logo usage===&lt;br /&gt;
The easy way is to use the conditional Joomla!Day Logos, you can use them without any approval process. If you like to use the Joomla! logo you have to send in a logo usage request and go thru that process. It is strongly recommended to use the conditional logos.&lt;br /&gt;
&lt;br /&gt;
Conditial Logo:&lt;br /&gt;
&lt;br /&gt;
[[File:Joomladay-logo-white.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Listed at joomla.org===&lt;br /&gt;
You can have your Joomla!day listed at [[http://community.joomla.org/events.html Joomla,org]]. The process for being listed is quite simple send an email to eventsteam at opensourcematters,org with your promotion text. Normally we have this small poster for the event, it speeds up the process when  you send this with your promotion text, at least you have to send a picture we can use. Please make sure that the license for the picture allow such a usage.&lt;br /&gt;
&lt;br /&gt;
== Building the Right Website ==&lt;br /&gt;
Don&#039;t forget to include prominent and appropriate places in your site for your sponsors and speakers.&lt;br /&gt;
&lt;br /&gt;
A suggested site structure would include the following sitemap structure:&lt;br /&gt;
&lt;br /&gt;
Home | Registration | Speakers | Sponsors | Venue | Contact Us | Hotels&lt;br /&gt;
&lt;br /&gt;
There are also some great Event Registration extensions (both commercial and free) available for Joomla and if you would like to use one to manage your event registrations for your Joomla!Day you should consider contacting the developer (in case of a commercial offering) and ask them if they would donate their extension to your Joomla!Day for your registrations.&lt;br /&gt;
&lt;br /&gt;
== Choosing a City ==&lt;br /&gt;
&lt;br /&gt;
The city where the event shall be should be easy to reach for the targeted audience. Public transportation should be available to the city and to the venue. There should also be enough hotels (check prices!).&lt;br /&gt;
&lt;br /&gt;
Larger cities offer better infrastructure, but mostly the venues are more expensive. Don&#039;t forget to check smaller cities with good infrastructure.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Checklist:&#039;&#039;&#039;&lt;br /&gt;
* possibly in the centre of your country / region&lt;br /&gt;
* public transportation (airport, train, bus)&lt;br /&gt;
* Hotels / Hostels&lt;br /&gt;
* available locations for social events&lt;br /&gt;
* price range of available venues&lt;br /&gt;
&lt;br /&gt;
The final decision for the city should be made together with the venue.&lt;br /&gt;
&lt;br /&gt;
== Choosing a Venue ==&lt;br /&gt;
&lt;br /&gt;
Before choosing the venue, some key facts should be planned:&lt;br /&gt;
&lt;br /&gt;
* expected number of attendees (audience + team + speaker + sponsors)&lt;br /&gt;
* rough timetable (how many rooms?)&lt;br /&gt;
* catering&lt;br /&gt;
* BUDGET&lt;br /&gt;
&lt;br /&gt;
There are a lot of different types of venues possible: conference hotels, companies, university, ... All of them have advantages and disadvantages. A venue at a university can be very cheap - but normally, you have to care for everything on your own (technical equipment, catering, cleaning, ...) while conference hotels offer full service, but are most expensive.&lt;br /&gt;
&lt;br /&gt;
When you compare the prices for the venues, don&#039;t forget to include the technical equipment (Projector/Beamer, WiFi, Whiteboards, Sound, ...). If this is not included, this may be expensive to rent.&lt;br /&gt;
&lt;br /&gt;
== Choosing a Date and Time ==&lt;br /&gt;
&lt;br /&gt;
Check the following dates:&lt;br /&gt;
&lt;br /&gt;
* vacation / holidays&lt;br /&gt;
* other large events in the selected city&lt;br /&gt;
* other events in the Joomla-Community (esp. if you plan to invite international speakers)&lt;br /&gt;
* other web/development related events&lt;br /&gt;
&lt;br /&gt;
There should be at least 2 weeks between other similar events.&lt;br /&gt;
&lt;br /&gt;
The event should be planned at least (!) 6 - 8 months in advance!&lt;br /&gt;
&lt;br /&gt;
== Choosing the Schedule Structure ==&lt;br /&gt;
&lt;br /&gt;
Lecture, breakout rooms, and unconference modes.&lt;br /&gt;
&lt;br /&gt;
=== Lecture ===&lt;br /&gt;
&lt;br /&gt;
=== Breakout Rooms ===&lt;br /&gt;
&lt;br /&gt;
=== Unconference ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Choosing Speakers ==&lt;br /&gt;
Where possible you should aim to have local speakers. Having international speakers can be a great attraction for your event but try to avoid having too many speakers who are not presenting in the native language of the Joomla!Day.&lt;br /&gt;
&lt;br /&gt;
== Finding Fiscal Support and Sponsors ==&lt;br /&gt;
&lt;br /&gt;
When you try to find sponsors, don&#039;t forget that you are dealing with companies. They expect professional and reliable information and agreements.&lt;br /&gt;
&lt;br /&gt;
Before contacting sponsors, prepare&lt;br /&gt;
&lt;br /&gt;
* sponsoring options (e.g. gold-sponsor, silver-sponsor, ...)&lt;br /&gt;
* sponsoring packages (what does the sponsor get)&lt;br /&gt;
* prices for options and packages&lt;br /&gt;
* sponsoring contract and invoice&lt;br /&gt;
* some information about Joomla, the event and the expected audience&lt;br /&gt;
* one person in the team should be responsible for the sponsors&lt;br /&gt;
* create a list of possible sponsors&lt;br /&gt;
* set up a webpage for sponsors&lt;br /&gt;
* set up an email address like sponsor@yourevent.tld&lt;br /&gt;
&lt;br /&gt;
== Running an Efficient Give-Away ==&lt;br /&gt;
Giving away donated goods and services at the end of the day can be a very slow and boring process. Joseph LeBlanc created a Joomla extension that will make the whole process much faster and less painful http://extensions.joomla.org/extensions/miscellaneous/15024&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&amp;quot;This component allows you to award giveaways at random to the attendees of a Joomla!Day. There are mass import functions for attendees and giveaways, as well as a CSV export feature for downloading the final results. Winners can also be displayed on the frontend of the website.&amp;quot;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Another thing that has worked well for non-tangible products such as template and extension provider sponsors is to print business cards (or similar) with unique coupon codes/passwords and put these cards into goodie bags that would be handed out randomly during check-in. This will ensure that the giveaway coupons are distributed randomly and make a nice surprise for the attendees. Then just provide the sponsors with duplicate copies of the coupon codes you distributed so they can verify the winners when they get contacted later.&lt;/div&gt;</summary>
		<author><name>Rdeutz</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=How_to_Organize_a_JoomlaDay%E2%84%A2&amp;diff=62668</id>
		<title>How to Organize a JoomlaDay™</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=How_to_Organize_a_JoomlaDay%E2%84%A2&amp;diff=62668"/>
		<updated>2011-10-19T07:05:57Z</updated>

		<summary type="html">&lt;p&gt;Rdeutz: /* Logo usage */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Creating a Joomla!Day requires a combination of good leadership, teamwork, and lots of energy.  A successful Joomla!Day isn&#039;t measured solely on the number of attendees, but rather the value of the information shared and the new connections made within the local community.  This is a simple guide that Joomla!Day organizers can use in creating their own Joomla!Days.  Even better, this page should be used by past Joomla!Day organizers to share their knowledge.  The more information the better!&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== First Steps and some Basics ==&lt;br /&gt;
&lt;br /&gt;
The best way to start is building a small team. This team should meet regularly and the members of the team should be informed about all the things that are going on. Keep this team small 3 or 4 people are a good size, if you have more that finding a meeting time will become more complicated and the meetings will be take more time. &lt;br /&gt;
&lt;br /&gt;
Document what you have discussed in the meetings, an easy way is to do that is within the meeting with a shared document, google docs is quite good for that. Doing minutes after the meeting will put that job on someones shoulder and someones todo-list and that results often in not having any documentation. Most people are some kind of lazy and writing minutes of a meeting is far from fun.&lt;br /&gt;
&lt;br /&gt;
Start small with your event, you can extent it later but it is easier to extent then to reduce.&lt;br /&gt;
&lt;br /&gt;
== Legal, Organizational, and Fiscal Considerations ==&lt;br /&gt;
To make an official Joomla!day you have to follow some rules. This can be quite simple or complicated depending on your decisions.&lt;br /&gt;
&lt;br /&gt;
===Requesting a Joomla!Day===&lt;br /&gt;
If you know the date and the city you will make your Joomla!day you should send in your request for a Joomla!day. You can do that over a simple form at the [http://opensourcematters.org/joomla-day-request.html OSM Website]&lt;br /&gt;
&lt;br /&gt;
===Domain usage request===&lt;br /&gt;
When you make your first Joomla!Day you normally don&#039;t have a domain you can use for the Joomla!Day website. Something like joomladay followed by your top level domain is a good choice e.g joomladay.de or joomladay.nl. It is not the best idea to add the year or something else to the domain name, because you can not reuse the domain next year and you have to go to the approval process again. So keep it simple! It is necessary that you have a running website at the domain you&#039;ll use. If you don&#039;t have the website but some mockups or graphics then you should make this available. Here is the link to the [http://opensourcematters.org/domain-name-use-request.html domain request form] &lt;br /&gt;
&lt;br /&gt;
===Logo usage===&lt;br /&gt;
The easy way is to use the conditional Joomla!Day Logos, you can use them without any aproval process. If you like to use the Joomla! logo you have to send in a logo usage request and go thru that process. It is strongly recommended to use the conditional logos.&lt;br /&gt;
&lt;br /&gt;
Conditial Logo:&lt;br /&gt;
&lt;br /&gt;
[[File:Joomladay-logo-white.png]]&lt;br /&gt;
&lt;br /&gt;
== Building the Right Website ==&lt;br /&gt;
Don&#039;t forget to include prominent and appropriate places in your site for your sponsors&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Choosing a City ==&lt;br /&gt;
&lt;br /&gt;
The city where the event shall be should be easy to reach for the targeted audience. Public transportation should be available to the city and to the venue. There should also be enough hotels (check prices!).&lt;br /&gt;
&lt;br /&gt;
Larger cities offer better infrastructure, but mostly the venues are more expensive. Don&#039;t forget to check smaller cities with good infrastructure.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Checklist:&#039;&#039;&#039;&lt;br /&gt;
* possibly in the centre of your country / region&lt;br /&gt;
* public transportation (airport, train, bus)&lt;br /&gt;
* Hotels / Hostels&lt;br /&gt;
* available locations for social events&lt;br /&gt;
* price range of available venues&lt;br /&gt;
&lt;br /&gt;
The final decision for the city should be made together with the venue.&lt;br /&gt;
&lt;br /&gt;
== Choosing a Venue ==&lt;br /&gt;
&lt;br /&gt;
Before choosing the venue, some key facts should be planned:&lt;br /&gt;
&lt;br /&gt;
* expected number of attendees (audience + team + speaker + sponsors)&lt;br /&gt;
* rough timetable (how many rooms?)&lt;br /&gt;
* catering&lt;br /&gt;
* BUDGET&lt;br /&gt;
&lt;br /&gt;
There are a lot of different types of venues possible: conference hotels, companies, university, ... All of them have advantages and disadvantages. A venue at a university can be very cheap - but normally, you have to care for everything on your own (technical equipment, catering, cleaning, ...) while conference hotels offer full service, but are most expensive.&lt;br /&gt;
&lt;br /&gt;
When you compare the prices for the venues, don&#039;t forget to include the technical equipment (Beamer, WiFi, Whiteboards, Sound, ...). If this is not included, this may be expensive to rent.&lt;br /&gt;
&lt;br /&gt;
== Choosing a Date and Time ==&lt;br /&gt;
&lt;br /&gt;
Check the following dates:&lt;br /&gt;
&lt;br /&gt;
* vacation / holidays&lt;br /&gt;
* other large events in the selected city&lt;br /&gt;
* other events in the Joomla-Community (esp. if you plan to invite international speakers)&lt;br /&gt;
* other web/development related events&lt;br /&gt;
&lt;br /&gt;
There should be at least 2 weeks between other similar events.&lt;br /&gt;
&lt;br /&gt;
The event should be planned at least (!) 6 - 8 months in advance!&lt;br /&gt;
&lt;br /&gt;
== Choosing the Schedule Structure ==&lt;br /&gt;
&lt;br /&gt;
Lecture, breakout rooms, and unconference modes.&lt;br /&gt;
&lt;br /&gt;
=== Lecture ===&lt;br /&gt;
&lt;br /&gt;
=== Breakout Rooms ===&lt;br /&gt;
&lt;br /&gt;
=== Unconference ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Choosing Speakers ==&lt;br /&gt;
Where possible you should aim to have local speakers. Having international speakers can be a great attraction for your event but try to avoid having too many speakers who are not presenting in the native language of the JoomlaDay.&lt;br /&gt;
&lt;br /&gt;
== Finding Fiscal Support and Sponsors ==&lt;br /&gt;
&lt;br /&gt;
When you try to find sponsors, don&#039;t forget that you are dealing with companies. They expect professional and reliable information and agreements.&lt;br /&gt;
&lt;br /&gt;
Before contacting sponsors, prepare&lt;br /&gt;
&lt;br /&gt;
* sponsoring options (e.g. gold-sponsor, silver-sponsor, ...)&lt;br /&gt;
* sponsoring packages (what does the sponsor get)&lt;br /&gt;
* prices for options and packages&lt;br /&gt;
* sponsoring contract and invoice&lt;br /&gt;
* some information about Joomla, the event and the expected audience&lt;br /&gt;
&lt;br /&gt;
* one person in the team should be responsible for the sponsors&lt;br /&gt;
* create a list of possible sponsors&lt;br /&gt;
* set up a webpage for sponsors&lt;br /&gt;
* set up an emailaddress like sponsor@yourevent.tld&lt;br /&gt;
&lt;br /&gt;
== Running an Efficient Give-Away ==&lt;/div&gt;</summary>
		<author><name>Rdeutz</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=File:Joomladay-logo-white.png&amp;diff=62667</id>
		<title>File:Joomladay-logo-white.png</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=File:Joomladay-logo-white.png&amp;diff=62667"/>
		<updated>2011-10-19T07:03:42Z</updated>

		<summary type="html">&lt;p&gt;Rdeutz: Joomla!day logo with a white background&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
Joomla!day logo with a white background&lt;br /&gt;
== Licensing ==&lt;br /&gt;
{{CopyrightByOSM}}&lt;/div&gt;</summary>
		<author><name>Rdeutz</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=How_to_Organize_a_JoomlaDay%E2%84%A2&amp;diff=62665</id>
		<title>How to Organize a JoomlaDay™</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=How_to_Organize_a_JoomlaDay%E2%84%A2&amp;diff=62665"/>
		<updated>2011-10-18T20:11:08Z</updated>

		<summary type="html">&lt;p&gt;Rdeutz: /* Legal, Organizational, and Fiscal Considerations */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Creating a Joomla!Day requires a combination of good leadership, teamwork, and lots of energy.  A successful Joomla!Day isn&#039;t measured solely on the number of attendees, but rather the value of the information shared and the new connections made within the local community.  This is a simple guide that Joomla!Day organizers can use in creating their own Joomla!Days.  Even better, this page should be used by past Joomla!Day organizers to share their knowledge.  The more information the better!&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== First Steps and some Basics ==&lt;br /&gt;
&lt;br /&gt;
The best way to start is building a small team. This team should meet regularly and the members of the team should be informed about all the things that are going on. Keep this team small 3 or 4 people are a good size, if you have more that finding a meeting time will become more complicated and the meetings will be take more time. &lt;br /&gt;
&lt;br /&gt;
Document what you have discussed in the meetings, an easy way is to do that is within the meeting with a shared document, google docs is quite good for that. Doing minutes after the meeting will put that job on someones shoulder and someones todo-list and that results often in not having any documentation. Most people are some kind of lazy and writing minutes of a meeting is far from fun.&lt;br /&gt;
&lt;br /&gt;
Start small with your event, you can extent it later but it is easier to extent then to reduce.&lt;br /&gt;
&lt;br /&gt;
== Legal, Organizational, and Fiscal Considerations ==&lt;br /&gt;
To make an official Joomla!day you have to follow some rules. This can be quite simple or complicated depending on your decisions.&lt;br /&gt;
&lt;br /&gt;
===Requesting a Joomla!Day===&lt;br /&gt;
If you know the date and the city you will make your Joomla!day you should send in your request for a Joomla!day. You can do that over a simple form at the [http://opensourcematters.org/joomla-day-request.html OSM Website]&lt;br /&gt;
&lt;br /&gt;
===Domain usage request===&lt;br /&gt;
When you make your first Joomla!Day you normally don&#039;t have a domain you can use for the Joomla!Day website. Something like joomladay followed by your top level domain is a good choice e.g joomladay.de or joomladay.nl. It is not the best idea to add the year or something else to the domain name, because you can not reuse the domain next year and you have to go to the approval process again. So keep it simple! It is necessary that you have a running website at the domain you&#039;ll use. If you don&#039;t have the website but some mockups or graphics then you should make this available. Here is the link to the [http://opensourcematters.org/domain-name-use-request.html domain request form] &lt;br /&gt;
&lt;br /&gt;
===Logo usage===&lt;br /&gt;
The easy way is to use the conditional Joomla!Day Logos, you can use them without any aproval process. If you like to use the Joomla! logo you have to send in a logo usage request and go thru that process. It is strongly recommended to use the conditional logos.&lt;br /&gt;
&lt;br /&gt;
== Building the Right Website ==&lt;br /&gt;
Don&#039;t forget to include prominent and appropriate places in your site for your sponsors&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Choosing a City ==&lt;br /&gt;
&lt;br /&gt;
The city where the event shall be should be easy to reach for the targeted audience. Public transportation should be available to the city and to the venue. There should also be enough hotels (check prices!).&lt;br /&gt;
&lt;br /&gt;
Larger cities offer better infrastructure, but mostly the venues are more expensive. Don&#039;t forget to check smaller cities with good infrastructure.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Checklist:&#039;&#039;&#039;&lt;br /&gt;
* possibly in the centre of your country / region&lt;br /&gt;
* public transportation (airport, train, bus)&lt;br /&gt;
* Hotels / Hostels&lt;br /&gt;
* available locations for social events&lt;br /&gt;
* price range of available venues&lt;br /&gt;
&lt;br /&gt;
The final decision for the city should be made together with the venue.&lt;br /&gt;
&lt;br /&gt;
== Choosing a Venue ==&lt;br /&gt;
&lt;br /&gt;
Before choosing the venue, some key facts should be planned:&lt;br /&gt;
&lt;br /&gt;
* expected number of attendees (audience + team + speaker + sponsors)&lt;br /&gt;
* rough timetable (how many rooms?)&lt;br /&gt;
* catering&lt;br /&gt;
* BUDGET&lt;br /&gt;
&lt;br /&gt;
There are a lot of different types of venues possible: conference hotels, companies, university, ... All of them have advantages and disadvantages. A venue at a university can be very cheap - but normally, you have to care for everything on your own (technical equipment, catering, cleaning, ...) while conference hotels offer full service, but are most expensive.&lt;br /&gt;
&lt;br /&gt;
When you compare the prices for the venues, don&#039;t forget to include the technical equipment (Beamer, WiFi, Whiteboards, Sound, ...). If this is not included, this may be expensive to rent.&lt;br /&gt;
&lt;br /&gt;
== Choosing a Date and Time ==&lt;br /&gt;
&lt;br /&gt;
Check the following dates:&lt;br /&gt;
&lt;br /&gt;
* vacation / holidays&lt;br /&gt;
* other large events in the selected city&lt;br /&gt;
* other events in the Joomla-Community (esp. if you plan to invite international speakers)&lt;br /&gt;
* other web/development related events&lt;br /&gt;
&lt;br /&gt;
There should be at least 2 weeks between other similar events.&lt;br /&gt;
&lt;br /&gt;
The event should be planned at least (!) 6 - 8 months in advance!&lt;br /&gt;
&lt;br /&gt;
== Choosing the Schedule Structure ==&lt;br /&gt;
&lt;br /&gt;
Lecture, breakout rooms, and unconference modes.&lt;br /&gt;
&lt;br /&gt;
=== Lecture ===&lt;br /&gt;
&lt;br /&gt;
=== Breakout Rooms ===&lt;br /&gt;
&lt;br /&gt;
=== Unconference ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Choosing Speakers ==&lt;br /&gt;
Where possible you should aim to have local speakers. Having international speakers can be a great attraction for your event but try to avoid having too many speakers who are not presenting in the native language of the JoomlaDay.&lt;br /&gt;
&lt;br /&gt;
== Finding Fiscal Support and Sponsors ==&lt;br /&gt;
&lt;br /&gt;
When you try to find sponsors, don&#039;t forget that you are dealing with companies. They expect professional and reliable information and agreements.&lt;br /&gt;
&lt;br /&gt;
Before contacting sponsors, prepare&lt;br /&gt;
&lt;br /&gt;
* sponsoring options (e.g. gold-sponsor, silver-sponsor, ...)&lt;br /&gt;
* sponsoring packages (what does the sponsor get)&lt;br /&gt;
* prices for options and packages&lt;br /&gt;
* sponsoring contract and invoice&lt;br /&gt;
* some information about Joomla, the event and the expected audience&lt;br /&gt;
&lt;br /&gt;
* one person in the team should be responsible for the sponsors&lt;br /&gt;
* create a list of possible sponsors&lt;br /&gt;
* set up a webpage for sponsors&lt;br /&gt;
* set up an emailaddress like sponsor@yourevent.tld&lt;br /&gt;
&lt;br /&gt;
== Running an Efficient Give-Away ==&lt;/div&gt;</summary>
		<author><name>Rdeutz</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=How_to_Organize_a_JoomlaDay%E2%84%A2&amp;diff=62662</id>
		<title>How to Organize a JoomlaDay™</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=How_to_Organize_a_JoomlaDay%E2%84%A2&amp;diff=62662"/>
		<updated>2011-10-18T15:58:49Z</updated>

		<summary type="html">&lt;p&gt;Rdeutz: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Creating a Joomla!Day requires a combination of good leadership, teamwork, and lots of energy.  A successful Joomla!Day isn&#039;t measured solely on the number of attendees, but rather the value of the information shared and the new connections made within the local community.  This is a simple guide that Joomla!Day organizers can use in creating their own Joomla!Days.  Even better, this page should be used by past Joomla!Day organizers to share their knowledge.  The more information the better!&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== First Steps and some Basics ==&lt;br /&gt;
&lt;br /&gt;
The best way to start is building a small team. This team should meet regularly and the members of the team should be informed about all the things that are going on. Keep this team small 3 or 4 people are a good size, if you have more that finding a meeting time will become more complicated and the meetings will be take more time. &lt;br /&gt;
&lt;br /&gt;
Document what you have discussed in the meetings, an easy way is to do that is within the meeting with a shared document, google docs is quite good for that. Doing minutes after the meeting will put that job on someones shoulder and someones todo-list and that results often in not having any documentation. Most people are some kind of lazy and writing minutes of a meeting is far from fun.&lt;br /&gt;
&lt;br /&gt;
Start small with your event, you can extent it later but it is easier to extent then to reduce.&lt;br /&gt;
&lt;br /&gt;
== Legal, Organizational, and Fiscal Considerations ==&lt;br /&gt;
&lt;br /&gt;
== Building the Right Website ==&lt;br /&gt;
Don&#039;t forget to include prominent and appropriate places in your site for your sponsors&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Choosing a City ==&lt;br /&gt;
&lt;br /&gt;
The city where the event shall be should be easy to reach for the targeted audience. Public transportation should be available to the city and to the venue. There should also be enough hotels (check prices!).&lt;br /&gt;
&lt;br /&gt;
Larger cities offer better infrastructure, but mostly the venues are more expensive. Don&#039;t forget to check smaller cities with good infrastructure.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Checklist:&#039;&#039;&#039;&lt;br /&gt;
* possibly in the centre of your country / region&lt;br /&gt;
* public transportation (airport, train, bus)&lt;br /&gt;
* Hotels / Hostels&lt;br /&gt;
* available locations for social events&lt;br /&gt;
* price range of available venues&lt;br /&gt;
&lt;br /&gt;
The final decision for the city should be made together with the venue.&lt;br /&gt;
&lt;br /&gt;
== Choosing a Venue ==&lt;br /&gt;
&lt;br /&gt;
Before choosing the venue, some key facts should be planned:&lt;br /&gt;
&lt;br /&gt;
* expected number of attendees (audience + team + speaker + sponsors)&lt;br /&gt;
* rough timetable (how many rooms?)&lt;br /&gt;
* catering&lt;br /&gt;
* BUDGET&lt;br /&gt;
&lt;br /&gt;
There are a lot of different types of venues possible: conference hotels, companies, university, ... All of them have advantages and disadvantages. A venue at a university can be very cheap - but normally, you have to care for everything on your own (technical equipment, catering, cleaning, ...) while conference hotels offer full service, but are most expensive.&lt;br /&gt;
&lt;br /&gt;
When you compare the prices for the venues, don&#039;t forget to include the technical equipment (Beamer, WiFi, Whiteboards, Sound, ...). If this is not included, this may be expensive to rent.&lt;br /&gt;
&lt;br /&gt;
== Choosing a Date and Time ==&lt;br /&gt;
&lt;br /&gt;
Check the following dates:&lt;br /&gt;
&lt;br /&gt;
* vacation / holidays&lt;br /&gt;
* other large events in the selected city&lt;br /&gt;
* other events in the Joomla-Community (esp. if you plan to invite international speakers)&lt;br /&gt;
* other web/development related events&lt;br /&gt;
&lt;br /&gt;
There should be at least 2 weeks between other similar events.&lt;br /&gt;
&lt;br /&gt;
The event should be planned at least (!) 6 - 8 months in advance!&lt;br /&gt;
&lt;br /&gt;
== Choosing the Schedule Structure ==&lt;br /&gt;
&lt;br /&gt;
Lecture, breakout rooms, and unconference modes.&lt;br /&gt;
&lt;br /&gt;
=== Lecture ===&lt;br /&gt;
&lt;br /&gt;
=== Breakout Rooms ===&lt;br /&gt;
&lt;br /&gt;
=== Unconference ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Choosing Speakers ==&lt;br /&gt;
Where possible you should aim to have local speakers. Having international speakers can be a great attraction for your event but try to avoid having too many speakers who are not presenting in the native language of the JoomlaDay.&lt;br /&gt;
&lt;br /&gt;
== Finding Fiscal Support and Sponsors ==&lt;br /&gt;
&lt;br /&gt;
When you try to find sponsors, don&#039;t forget that you are dealing with companies. They expect professional and reliable information and agreements.&lt;br /&gt;
&lt;br /&gt;
Before contacting sponsors, prepare&lt;br /&gt;
&lt;br /&gt;
* sponsoring options (e.g. gold-sponsor, silver-sponsor, ...)&lt;br /&gt;
* sponsoring packages (what does the sponsor get)&lt;br /&gt;
* prices for options and packages&lt;br /&gt;
* sponsoring contract and invoice&lt;br /&gt;
* some information about Joomla, the event and the expected audience&lt;br /&gt;
&lt;br /&gt;
* one person in the team should be responsible for the sponsors&lt;br /&gt;
* create a list of possible sponsors&lt;br /&gt;
* set up a webpage for sponsors&lt;br /&gt;
* set up an emailaddress like sponsor@yourevent.tld&lt;br /&gt;
&lt;br /&gt;
== Running an Efficient Give-Away ==&lt;/div&gt;</summary>
		<author><name>Rdeutz</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=How_to_Organize_a_JoomlaDay%E2%84%A2&amp;diff=62650</id>
		<title>How to Organize a JoomlaDay™</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=How_to_Organize_a_JoomlaDay%E2%84%A2&amp;diff=62650"/>
		<updated>2011-10-18T10:29:58Z</updated>

		<summary type="html">&lt;p&gt;Rdeutz: /* First Steps and some Basics */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Creating a Joomla!Day requires a combination of good leadership, teamwork, and lots of energy.  A successful Joomla!Day isn&#039;t measured solely on the number of attendees, but rather the value of the information shared and the new connections made within the local community.  This is a simple guide that Joomla!Day organizers can use in creating their own Joomla!Days.  Even better, this page should be used by past Joomla!Day organizers to share their knowledge.  The more information the better!&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== First Steps and some Basics ==&lt;br /&gt;
&lt;br /&gt;
The best way to start is building a small team. This team should meet regularly and the members of the team should be informed about all the things that are going on. Keep this team small 3 or 4 people are a good size, if you have more that finding a meeting time will become more complicated and the meetings will be take more time. &lt;br /&gt;
&lt;br /&gt;
Document what you have discussed in the meetings, an easy way is to do that is within the meeting with a shared document, google docs is quite good for that. Doing minutes after the meeting will put that job on someones shoulder and someones todo-list and that results often in not having any documentation. Most people are some kind of lazy and writing minutes of a meeting is far from fun.&lt;br /&gt;
&lt;br /&gt;
Start small with your event, you can extent it later but it is easier to extent then to reduce.&lt;br /&gt;
&lt;br /&gt;
== Choosing a City ==&lt;br /&gt;
&lt;br /&gt;
The city where the event shall be should be easy to reach for the targeted audience. Public transportation should be available to the city and to the venue. There should also be enough hotels (check prices!).&lt;br /&gt;
&lt;br /&gt;
Larger cities offer better infrastructure, but mostly the venues are more expensive. Don&#039;t forget to check smaller cities with good infrastructure.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Checklist:&#039;&#039;&#039;&lt;br /&gt;
* possibly in the centre of your country / region&lt;br /&gt;
* public transportation (airport, train, bus)&lt;br /&gt;
* Hotels / Hostels&lt;br /&gt;
* available locations for social events&lt;br /&gt;
* price range of available venues&lt;br /&gt;
&lt;br /&gt;
The final decision for the city should be made together with the venue.&lt;br /&gt;
&lt;br /&gt;
== Choosing a Venue ==&lt;br /&gt;
&lt;br /&gt;
Before choosing the venue, some key facts should be planned:&lt;br /&gt;
&lt;br /&gt;
* expected number of attendees (audience + team + speaker + sponsors)&lt;br /&gt;
* rough timetable (how many rooms?)&lt;br /&gt;
* catering&lt;br /&gt;
* BUDGET&lt;br /&gt;
&lt;br /&gt;
There are a lot of different types of venues possible: conference hotels, companies, university, ... All of them have advantages and disadvantages. A venue at a university can be very cheap - but normally, you have to care for everything on your own (technical equipment, catering, cleaning, ...) while conference hotels offer full service, but are most expensive.&lt;br /&gt;
&lt;br /&gt;
When you compare the prices for the venues, don&#039;t forget to include the technical equipment (Beamer, WiFi, Whiteboards, Sound, ...). If this is not included, this may be expensive to rent.&lt;br /&gt;
&lt;br /&gt;
== Choosing a Date and Time ==&lt;br /&gt;
&lt;br /&gt;
Check the following dates:&lt;br /&gt;
&lt;br /&gt;
* vacation / holidays&lt;br /&gt;
* other large events in the selected city&lt;br /&gt;
* other events in the Joomla-Community (esp. if you plan to invite international speakers)&lt;br /&gt;
* other web/development related events&lt;br /&gt;
&lt;br /&gt;
There should be at least 2 weeks between other similar events.&lt;br /&gt;
&lt;br /&gt;
The event should be planned at least (!) 6 - 8 months in advance!&lt;br /&gt;
&lt;br /&gt;
== Choosing the Schedule Structure ==&lt;br /&gt;
&lt;br /&gt;
Lecture, breakout rooms, and unconference modes.&lt;br /&gt;
&lt;br /&gt;
=== Lecture ===&lt;br /&gt;
&lt;br /&gt;
=== Breakout Rooms ===&lt;br /&gt;
&lt;br /&gt;
=== Unconference ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Choosing Speakers ==&lt;br /&gt;
Where possible you should aim to have local speakers. Having international speakers can be a great attraction for your event but try to avoid having too many speakers who are not presenting in the native language of the JoomlaDay.&lt;br /&gt;
&lt;br /&gt;
== Finding Fiscal Support and Sponsors ==&lt;br /&gt;
&lt;br /&gt;
When you try to find sponsors, don&#039;t forget that you are dealing with companies. They expect professional and reliable information and agreements.&lt;br /&gt;
&lt;br /&gt;
Before contacting sponsors, prepare&lt;br /&gt;
&lt;br /&gt;
* sponsoring options (e.g. gold-sponsor, silver-sponsor, ...)&lt;br /&gt;
* sponsoring packages (what does the sponsor get)&lt;br /&gt;
* prices for options and packages&lt;br /&gt;
* sponsoring contract and invoice&lt;br /&gt;
* some information about Joomla, the event and the expected audience&lt;br /&gt;
&lt;br /&gt;
* one person in the team should be responsible for the sponsors&lt;br /&gt;
* create a list of possible sponsors&lt;br /&gt;
* set up a webpage for sponsors&lt;br /&gt;
* set up an emailaddress like sponsor@yourevent.tld&lt;br /&gt;
&lt;br /&gt;
== Running an Efficient Give-Away ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Building the Right Website ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Legal, Organizational, and Fiscal Considerations ==&lt;/div&gt;</summary>
		<author><name>Rdeutz</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=How_to_Organize_a_JoomlaDay%E2%84%A2&amp;diff=62649</id>
		<title>How to Organize a JoomlaDay™</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=How_to_Organize_a_JoomlaDay%E2%84%A2&amp;diff=62649"/>
		<updated>2011-10-18T10:15:39Z</updated>

		<summary type="html">&lt;p&gt;Rdeutz: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Creating a Joomla!Day requires a combination of good leadership, teamwork, and lots of energy.  A successful Joomla!Day isn&#039;t measured solely on the number of attendees, but rather the value of the information shared and the new connections made within the local community.  This is a simple guide that Joomla!Day organizers can use in creating their own Joomla!Days.  Even better, this page should be used by past Joomla!Day organizers to share their knowledge.  The more information the better!&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== First Steps and some Basics ==&lt;br /&gt;
&lt;br /&gt;
The best way to start is building a small team. This team should meet regularly and the members of the team should be informed about all the things that are going on. Keep this team small 3 or 4 people are a good size, if you have more that finding a meeting time will become more complicated and the meetings will be take more time. &lt;br /&gt;
&lt;br /&gt;
Document what you have discussed in the meetings, an easy way is to do that is within the meeting with a shared document, google docs is quite good for that. Doing minutes after the meeting will put that job on someones shoulder and someones todo-list and that results often in not having any documentation. Most people are some kind of lazy and writing minutes of a meeting is far from fun.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Choosing a City ==&lt;br /&gt;
&lt;br /&gt;
The city where the event shall be should be easy to reach for the targeted audience. Public transportation should be available to the city and to the venue. There should also be enough hotels (check prices!).&lt;br /&gt;
&lt;br /&gt;
Larger cities offer better infrastructure, but mostly the venues are more expensive. Don&#039;t forget to check smaller cities with good infrastructure.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Checklist:&#039;&#039;&#039;&lt;br /&gt;
* possibly in the centre of your country / region&lt;br /&gt;
* public transportation (airport, train, bus)&lt;br /&gt;
* Hotels / Hostels&lt;br /&gt;
* available locations for social events&lt;br /&gt;
* price range of available venues&lt;br /&gt;
&lt;br /&gt;
The final decision for the city should be made together with the venue.&lt;br /&gt;
&lt;br /&gt;
== Choosing a Venue ==&lt;br /&gt;
&lt;br /&gt;
Before choosing the venue, some key facts should be planned:&lt;br /&gt;
&lt;br /&gt;
* expected number of attendees (audience + team + speaker + sponsors)&lt;br /&gt;
* rough timetable (how many rooms?)&lt;br /&gt;
* catering&lt;br /&gt;
* BUDGET&lt;br /&gt;
&lt;br /&gt;
There are a lot of different types of venues possible: conference hotels, companies, university, ... All of them have advantages and disadvantages. A venue at a university can be very cheap - but normally, you have to care for everything on your own (technical equipment, catering, cleaning, ...) while conference hotels offer full service, but are most expensive.&lt;br /&gt;
&lt;br /&gt;
When you compare the prices for the venues, don&#039;t forget to include the technical equipment (Beamer, WiFi, Whiteboards, Sound, ...). If this is not included, this may be expensive to rent.&lt;br /&gt;
&lt;br /&gt;
== Choosing a Date and Time ==&lt;br /&gt;
&lt;br /&gt;
Check the following dates:&lt;br /&gt;
&lt;br /&gt;
* vacation / holidays&lt;br /&gt;
* other large events in the selected city&lt;br /&gt;
* other events in the Joomla-Community (esp. if you plan to invite international speakers)&lt;br /&gt;
* other web/development related events&lt;br /&gt;
&lt;br /&gt;
There should be at least 2 weeks between other similar events.&lt;br /&gt;
&lt;br /&gt;
The event should be planned at least (!) 6 - 8 months in advance!&lt;br /&gt;
&lt;br /&gt;
== Choosing the Schedule Structure ==&lt;br /&gt;
&lt;br /&gt;
Lecture, breakout rooms, and unconference modes.&lt;br /&gt;
&lt;br /&gt;
=== Lecture ===&lt;br /&gt;
&lt;br /&gt;
=== Breakout Rooms ===&lt;br /&gt;
&lt;br /&gt;
=== Unconference ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Choosing Speakers ==&lt;br /&gt;
Where possible you should aim to have local speakers. Having international speakers can be a great attraction for your event but try to avoid having too many speakers who are not presenting in the native language of the JoomlaDay.&lt;br /&gt;
&lt;br /&gt;
== Finding Fiscal Support and Sponsors ==&lt;br /&gt;
&lt;br /&gt;
When you try to find sponsors, don&#039;t forget that you are dealing with companies. They expect professional and reliable information and agreements.&lt;br /&gt;
&lt;br /&gt;
Before contacting sponsors, prepare&lt;br /&gt;
&lt;br /&gt;
* sponsoring options (e.g. gold-sponsor, silver-sponsor, ...)&lt;br /&gt;
* sponsoring packages (what does the sponsor get)&lt;br /&gt;
* prices for options and packages&lt;br /&gt;
* sponsoring contract and invoice&lt;br /&gt;
* some information about Joomla, the event and the expected audience&lt;br /&gt;
&lt;br /&gt;
* one person in the team should be responsible for the sponsors&lt;br /&gt;
* create a list of possible sponsors&lt;br /&gt;
* set up a webpage for sponsors&lt;br /&gt;
* set up an emailaddress like sponsor@yourevent.tld&lt;br /&gt;
&lt;br /&gt;
== Running an Efficient Give-Away ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Building the Right Website ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Legal, Organizational, and Fiscal Considerations ==&lt;/div&gt;</summary>
		<author><name>Rdeutz</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=JoomlaDays/History&amp;diff=62642</id>
		<title>JoomlaDays/History</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=JoomlaDays/History&amp;diff=62642"/>
		<updated>2011-10-18T07:29:43Z</updated>

		<summary type="html">&lt;p&gt;Rdeutz: /* 2011 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The Joomla! community has a long history of Joomla!Day events from around the world.  Let&#039;s document these here, so we can ensure we have a historical timeline of Joomla!Days.&lt;br /&gt;
&lt;br /&gt;
Instructions:  please add the name, date, location, and if possible the web address, of any Joomla!Days that have happened in the past.  Please use the following format:  Name_of_Joomla!Day - Month DD-DD, YYYY - City, Country&lt;br /&gt;
&lt;br /&gt;
== 2006 ==&lt;br /&gt;
&lt;br /&gt;
(5 Events)&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Netherlands (1) - April 22, 2006 - Breda, Netherlands&lt;br /&gt;
&lt;br /&gt;
Joomla!Day UK (1) - July 30, 2006 - Leeds, United Kingdom [http://web.archive.org/web/20060709173546/http://www.joomlatraining.org.uk/joomla-day/ programme] [http://web.archive.org/web/20060814225232/http://www.joomlatraining.org.uk/content/view/297/36/ Day 1] [http://web.archive.org/web/20060813123831/http://www.joomlatraining.org.uk/content/view/298/36/ Day 2]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Sweden - October 6-7, 2006 - Västerås, Sweden&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Netherlands (2) - December 8-9 2006 - Den Bosch, Netherlands&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Germany - September 29-30, 2006 - Bonn, Germany [http://www.joomladay.de/fakten/historie/joomladay-2006.html Report in German]&lt;br /&gt;
&lt;br /&gt;
== 2007 == &lt;br /&gt;
&lt;br /&gt;
(17 Events)&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Melbourne - January 24, 2007 - Melbourne, Australia [http://forum.joomla.org/viewtopic.php?f=306&amp;amp;t=116577&amp;amp;start=150] and [http://forum.joomla.org/viewtopic.php?t=134393]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day France - March 25, 2007 - Paris, France&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Norway - June 2, 2007 - Drammen, Norway&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Cape Town (South Africa) - June 16, 2007 [http://www.joomladay.co.za/archive/2007-cape-town-june-16-2007.html programme]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Johannesburg (South Africa) - July 14, 2007 [http://www.joomladay.co.za/archive/2007-johannesburg-july-14-2007.html programme]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day (Central) USA and Mexico - July 21, 2007 - Austin, Texas, USA&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Bangkok - August 4, 2008 - Bangkok , Thailand [http://www.flickr.com/photos/laithaiphoto/sets/72157601327115053/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Brasil - August 18, 2007 - São Paulo/SP, Brazil&lt;br /&gt;
 &lt;br /&gt;
Joomla!Day USA West - May 12-13, 2007 - Mountain View, California, USA&lt;br /&gt;
&lt;br /&gt;
Joomla!Day NYC - October 13, 2007 - New York, New York, USA&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Hungary - October 21, 2007 - Budapest, Hungary&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Sweden - November 3, 2007 - Västerås, Sweden&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Helsinki - November 12, 2007 - Helsinki, Finland&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Cape Town (South Africa) - December 10, 2007 [http://www.joomladay.co.za/archive/2007-cape-town-december-10-2007.html programme]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Nigeria - date unknown&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Serbia - November 17, 2007 - Belgrade, Serbia&lt;br /&gt;
&lt;br /&gt;
Joomla!Day New Zealand - December 15, 2007&lt;br /&gt;
&lt;br /&gt;
== 2008 ==&lt;br /&gt;
&lt;br /&gt;
(20 Events)&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Italy - January 19, 2008 - Rome, Italy&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Melbourne - February 2, 2008 - Melbourne, Australia [http://forum.joomla.org/viewtopic.php?p=1184586]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Spain (1) - April 19, 2008 - Madrid[http://www.joomladay.info/2008/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Netherlands (3), April 4-5, 2008 - Utrecht, Netherlands&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Norway - April 26, 2008 - Drammen, Norway&lt;br /&gt;
&lt;br /&gt;
Joomla!Day France - April 27, 2008 - Paris, France&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Bangkok - May 10, 2008 - Bangkok, Thailand [http://www.flickr.com/photos/laithaiphoto/sets/72157605299681211/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Byron Bay - May 11, 2008 - Byron Bay, NSW, Australia]] [http://forum.joomla.org/viewtopic.php?f=306&amp;amp;t=262909]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Sydney - May 19, 2008 - Sydney, Australia [http://forum.joomla.org/viewtopic.php?p=1304388]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Vancouver - June 14, 2008 - Vancouver, British Columbia, Canada]] [http://community.joomla.org/events/joomla-days/400-joomla-day-vancouver-2008.html]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Philippines - June 14, 2008&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Hungary - June 20-21, 2008&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Durban - June 20-21, 2008 - Durban, South Africa&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Brasil - August 16, 2008 - São Paulo/SP, Brazil&lt;br /&gt;
&lt;br /&gt;
Joomla!Day San Francisco - September 20, 2008 - San Francisco, California, USA&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Johannesburg - October 18, 2008 - Johannesburg, South Africa&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Turkey - October 25, 2008&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Switzerland - November 15, 2008&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Sweden - November 15, 2008&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Nigeria - November 19, 2008&lt;br /&gt;
&lt;br /&gt;
== 2009 ==&lt;br /&gt;
&lt;br /&gt;
(23 Events)&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Turkey - January 10, 2009 &lt;br /&gt;
&lt;br /&gt;
Joomla!Day Melbourne - February 7-8, 2009 - Melbourne, Australia [http://community.joomla.org/events/joomla-days/641-joomladay-melbourne-2009.html]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day UK (2) - March 13-14, 2009 - Maidstone, England, United Kingdom&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Las Vegas - April 4, 2009 - Las Vegas, Nevada, USA [http://lasvegas.joomladayusa.org/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day India - April 25, 2009 - Pune, India [http://community.joomla.org/blogs/community/811-joomla-day-pune-india-a-big-success.html]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Sweden - May 15-16, 2009 - Stockholm, Sweden&lt;br /&gt;
&lt;br /&gt;
Joomla!Day France - May 24, 2009 - Paris, France&lt;br /&gt;
&lt;br /&gt;
Joomla!Day New England - May 30, 2009 - Brattleboro, Vermont, USA [http://community.joomla.org/events/joomla-days/771-joomladay-new-england-2009.html]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Netherlands (4) - June 12-13, 2009 - Nieuwegein, Netherlands&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Cape Town - August 14, 2009 - Cape Town, South Africia&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Bangkok - August 22-23, 2009 - Bangkok, Thailand [http://www.flickr.com/photos/laithaiphoto/sets/72157622115004400/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Brasil - September, 12, 2009 - Rio de Janeiro/RJ, Brazil &lt;br /&gt;
&lt;br /&gt;
Joomla!Day Germany - September, 24 - 26, 2009 - Bad Nauheim, Germany&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Mongolia - September 29-30, 2009 - Ulan Bataar, Mongolia&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Norway - October ?, 2009 - Drammen, Norway&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Gauteng - October 8-10, 2009 - Gauteng, South Africa&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Hungary - October 10, 2009 - Budapest, Hungary&lt;br /&gt;
&lt;br /&gt;
Joomla!Day New York - October 12, 2009 - New York, New York, USA [http://community.joomla.org/events/joomla-days/912-joomla-day-new-york.html]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Sydney - October 17-18, 2009 - Sydney, Australia [http://sydney.joomladay.org.au/groups/viewgroup/5-Welcome+to+Sydney+JoomlaDay+17%2B18+Oct+2009]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Vietnam - November 1, 2009 - Hồ Chí Minh City, Vietnam [http://community.joomla.org/events/joomla-days/1056-joomladay-vietnam-2009.html]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Italy - November 21, 2009 - Rome, Italy&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Spain (2) - December 11-12, 2009 - Barcelona, Spain [http://www.joomladay.info/2009/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Nigeria - December 12, 2009 - Lagos, Nigeria&lt;br /&gt;
&lt;br /&gt;
== 2010 ==&lt;br /&gt;
&lt;br /&gt;
(17 Events)&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Melbourne - February 12-14, 2010 - Melbourne, Australia [http://community.joomla.org/events/joomla-days/1102-joomladay-melbourne-2010.html]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day France - March 21, 2010 - Bordeaux, France&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Spain (3) - April 9-10, 2010 - Mallorca, Spain [http://www.joomladay.cat/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Netherlands (5) - April 23-24, 2010 - Utrecht, Netherlands [http://www.joomladagen.nl/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Sweden - April 23-24, 2010 - Stockholm, Sweden [http://www.joomladay.se/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Norway - June 4-5, 2010 - Drammen, Norway [http://www.joomladay.no/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day New England - June 5, 2010 - Marlboro, Vermont, USA&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Brisbane - June 18-19, 2010 - Brisbane, Australia&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Brasil - September 11-12, 2010 - Brasília/DF, Brazil [http://www.joomladaybrasil.org/2010]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day USA West - October 1-3, 2010 - San Jose, California, USA [http://www.joomladaywest.com/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Italy - October 9, 2010 - Verona, Italy&lt;br /&gt;
&lt;br /&gt;
Joomla!Day DC - October 16, 2010 - Chevy Chase, Maryland, USA [http://www.joomladaydc.com]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Denmark - October 29-30, 2010 - Kolding, Denmark [http://www.joomladay.dk]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day UK (3) - October 30-31, 2010 - Ipswich, England, United Kingdom&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Bangkok - November 13-14, 2010 - Bangkok, Thailand [http://www.joomladay.in.th/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Spain (4) - November 26-27, 2010 - Valencia, Spain [http://www.joomladay2010.es/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day NYC - December 4-5, 2010 - New York City, New York, USA&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Nigeria - December 11, 2010 - Lagos, Nigeria&lt;br /&gt;
&lt;br /&gt;
== 2011 ==&lt;br /&gt;
&lt;br /&gt;
(18 Events)&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Chile - January 18, 2011 - Santiago, Chile [http://www.joomladay-chile.cl/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Night Stockholm - February 4, 2011 - Stockholm, Sweden&lt;br /&gt;
&lt;br /&gt;
Joomla!Day India - March 12-13, 2011 - Pune, Maharashtra, India [http://www.joomladay.co.in]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Netherlands (6) - April 2-3, 2011 - Doorn, Netherlands [http://www.joomladagen.nl/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day New England - April 2, 2011 - Brattleboro, Vermont, USA [http://www.joomladaynewengland.org]&lt;br /&gt;
[[Media:JoomlaDayNEProgram2011-schedule.jpg]] &lt;br /&gt;
[[Media:JoomlaDayNEProgram2011-speakers.jpg]] &lt;br /&gt;
&lt;br /&gt;
Joomla!Day France - April 2-3, 2011 - Lyon, France [http://www.joomladay.fr/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Algeria - April 19 2011 - Alger, Algeria [http://www.joomladayalgerie.com/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Greece - May 28-29, 2011 - Athens, Greece [http://joomladay.gr/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Malaysia - June 25, 2011 - Kuala Lumpur, Malaysia [http://www.joomla-day.org.my/2011/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Chicago - August 5-6, 2011 - Chicago, Illinois, USA [http://www.joomladaychicago.com]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Norway - August 12-13, 2011 - Drammen, Norway [http://www.joomladay.no/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Bosnia and Herzegovina - August 12-14, 2011 - Tesanj, Bosnia [http://www.joomla.ba/konferencija]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Cape Town - August  19-20, 2011 - Cape Town, South Africa [http://www.joomladay.co.za/] [http://www.joomladay.co.za/talks-sessions/programme.html programme]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Germany - September 2-3, 2011 - Hamburg, Germany [http://www.joomladay.de]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Brasil - September 2-4, 2011 - Florianópolis/SC, Brazil [http://www.joomladaybrasil.org/2011]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Austin - September 15, 2011 - Austin, Texas, USA [http://www.joomladayaustin.com]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day UK - September 24-25, 2011 - London, England [http://www.joomladayuk2011.org]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Israel - October 10, 2011 - Tel Aviv, Israel [http://jday.joomla.org.il]&lt;br /&gt;
&lt;br /&gt;
== Upcoming ==&lt;br /&gt;
(10 Events)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Italy - October 22, 2011 - Florence, Italy [http://www.joomladay.it]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day NYC - October 22-23, 2011 - New York City, New York, USA [http://www.joomladaynyc.com]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Denmark - October 28-29, 2011 - Kolding, Denmark [http://www.joomladay.dk]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Bangkok - October 29-30, 2011 - Bangkok, Thailand [http://www.joomladay.in.th]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Australia - November 5-6, 2011 - Sydney, Australia [http://sydney.joomladay.org.au/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Finland - November 5, 2011 - Helsinki, Finland, USA [http://joomladayfinland.com/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Spain - November 9-10, 2011 - Zaragoza, Spain [http://www.joomladay2011.es/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Midwest - November 12, 2011 - Milwaukee, Wisconsin, USA [http://www.joomladaymidwest.org]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Algeria - November 19, 2011 - Oran, Algeria [http://www.joomladayoran.com/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Los Angeles - December 3, 2011 - Los Angeles, California, USA [http://www.jdayla.com]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===2012===&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Netherlands - April 21-22, 2012 - Zeist, Netherlands [http://www.joomladagen.nl/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day West - TBA - San Jose, California, USA [http://www.joomladaywest.com]&lt;/div&gt;</summary>
		<author><name>Rdeutz</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=JoomlaDays/History&amp;diff=62641</id>
		<title>JoomlaDays/History</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=JoomlaDays/History&amp;diff=62641"/>
		<updated>2011-10-18T07:29:14Z</updated>

		<summary type="html">&lt;p&gt;Rdeutz: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The Joomla! community has a long history of Joomla!Day events from around the world.  Let&#039;s document these here, so we can ensure we have a historical timeline of Joomla!Days.&lt;br /&gt;
&lt;br /&gt;
Instructions:  please add the name, date, location, and if possible the web address, of any Joomla!Days that have happened in the past.  Please use the following format:  Name_of_Joomla!Day - Month DD-DD, YYYY - City, Country&lt;br /&gt;
&lt;br /&gt;
== 2006 ==&lt;br /&gt;
&lt;br /&gt;
(5 Events)&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Netherlands (1) - April 22, 2006 - Breda, Netherlands&lt;br /&gt;
&lt;br /&gt;
Joomla!Day UK (1) - July 30, 2006 - Leeds, United Kingdom [http://web.archive.org/web/20060709173546/http://www.joomlatraining.org.uk/joomla-day/ programme] [http://web.archive.org/web/20060814225232/http://www.joomlatraining.org.uk/content/view/297/36/ Day 1] [http://web.archive.org/web/20060813123831/http://www.joomlatraining.org.uk/content/view/298/36/ Day 2]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Sweden - October 6-7, 2006 - Västerås, Sweden&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Netherlands (2) - December 8-9 2006 - Den Bosch, Netherlands&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Germany - September 29-30, 2006 - Bonn, Germany [http://www.joomladay.de/fakten/historie/joomladay-2006.html Report in German]&lt;br /&gt;
&lt;br /&gt;
== 2007 == &lt;br /&gt;
&lt;br /&gt;
(17 Events)&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Melbourne - January 24, 2007 - Melbourne, Australia [http://forum.joomla.org/viewtopic.php?f=306&amp;amp;t=116577&amp;amp;start=150] and [http://forum.joomla.org/viewtopic.php?t=134393]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day France - March 25, 2007 - Paris, France&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Norway - June 2, 2007 - Drammen, Norway&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Cape Town (South Africa) - June 16, 2007 [http://www.joomladay.co.za/archive/2007-cape-town-june-16-2007.html programme]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Johannesburg (South Africa) - July 14, 2007 [http://www.joomladay.co.za/archive/2007-johannesburg-july-14-2007.html programme]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day (Central) USA and Mexico - July 21, 2007 - Austin, Texas, USA&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Bangkok - August 4, 2008 - Bangkok , Thailand [http://www.flickr.com/photos/laithaiphoto/sets/72157601327115053/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Brasil - August 18, 2007 - São Paulo/SP, Brazil&lt;br /&gt;
 &lt;br /&gt;
Joomla!Day USA West - May 12-13, 2007 - Mountain View, California, USA&lt;br /&gt;
&lt;br /&gt;
Joomla!Day NYC - October 13, 2007 - New York, New York, USA&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Hungary - October 21, 2007 - Budapest, Hungary&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Sweden - November 3, 2007 - Västerås, Sweden&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Helsinki - November 12, 2007 - Helsinki, Finland&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Cape Town (South Africa) - December 10, 2007 [http://www.joomladay.co.za/archive/2007-cape-town-december-10-2007.html programme]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Nigeria - date unknown&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Serbia - November 17, 2007 - Belgrade, Serbia&lt;br /&gt;
&lt;br /&gt;
Joomla!Day New Zealand - December 15, 2007&lt;br /&gt;
&lt;br /&gt;
== 2008 ==&lt;br /&gt;
&lt;br /&gt;
(20 Events)&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Italy - January 19, 2008 - Rome, Italy&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Melbourne - February 2, 2008 - Melbourne, Australia [http://forum.joomla.org/viewtopic.php?p=1184586]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Spain (1) - April 19, 2008 - Madrid[http://www.joomladay.info/2008/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Netherlands (3), April 4-5, 2008 - Utrecht, Netherlands&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Norway - April 26, 2008 - Drammen, Norway&lt;br /&gt;
&lt;br /&gt;
Joomla!Day France - April 27, 2008 - Paris, France&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Bangkok - May 10, 2008 - Bangkok, Thailand [http://www.flickr.com/photos/laithaiphoto/sets/72157605299681211/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Byron Bay - May 11, 2008 - Byron Bay, NSW, Australia]] [http://forum.joomla.org/viewtopic.php?f=306&amp;amp;t=262909]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Sydney - May 19, 2008 - Sydney, Australia [http://forum.joomla.org/viewtopic.php?p=1304388]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Vancouver - June 14, 2008 - Vancouver, British Columbia, Canada]] [http://community.joomla.org/events/joomla-days/400-joomla-day-vancouver-2008.html]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Philippines - June 14, 2008&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Hungary - June 20-21, 2008&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Durban - June 20-21, 2008 - Durban, South Africa&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Brasil - August 16, 2008 - São Paulo/SP, Brazil&lt;br /&gt;
&lt;br /&gt;
Joomla!Day San Francisco - September 20, 2008 - San Francisco, California, USA&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Johannesburg - October 18, 2008 - Johannesburg, South Africa&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Turkey - October 25, 2008&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Switzerland - November 15, 2008&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Sweden - November 15, 2008&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Nigeria - November 19, 2008&lt;br /&gt;
&lt;br /&gt;
== 2009 ==&lt;br /&gt;
&lt;br /&gt;
(23 Events)&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Turkey - January 10, 2009 &lt;br /&gt;
&lt;br /&gt;
Joomla!Day Melbourne - February 7-8, 2009 - Melbourne, Australia [http://community.joomla.org/events/joomla-days/641-joomladay-melbourne-2009.html]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day UK (2) - March 13-14, 2009 - Maidstone, England, United Kingdom&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Las Vegas - April 4, 2009 - Las Vegas, Nevada, USA [http://lasvegas.joomladayusa.org/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day India - April 25, 2009 - Pune, India [http://community.joomla.org/blogs/community/811-joomla-day-pune-india-a-big-success.html]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Sweden - May 15-16, 2009 - Stockholm, Sweden&lt;br /&gt;
&lt;br /&gt;
Joomla!Day France - May 24, 2009 - Paris, France&lt;br /&gt;
&lt;br /&gt;
Joomla!Day New England - May 30, 2009 - Brattleboro, Vermont, USA [http://community.joomla.org/events/joomla-days/771-joomladay-new-england-2009.html]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Netherlands (4) - June 12-13, 2009 - Nieuwegein, Netherlands&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Cape Town - August 14, 2009 - Cape Town, South Africia&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Bangkok - August 22-23, 2009 - Bangkok, Thailand [http://www.flickr.com/photos/laithaiphoto/sets/72157622115004400/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Brasil - September, 12, 2009 - Rio de Janeiro/RJ, Brazil &lt;br /&gt;
&lt;br /&gt;
Joomla!Day Germany - September, 24 - 26, 2009 - Bad Nauheim, Germany&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Mongolia - September 29-30, 2009 - Ulan Bataar, Mongolia&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Norway - October ?, 2009 - Drammen, Norway&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Gauteng - October 8-10, 2009 - Gauteng, South Africa&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Hungary - October 10, 2009 - Budapest, Hungary&lt;br /&gt;
&lt;br /&gt;
Joomla!Day New York - October 12, 2009 - New York, New York, USA [http://community.joomla.org/events/joomla-days/912-joomla-day-new-york.html]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Sydney - October 17-18, 2009 - Sydney, Australia [http://sydney.joomladay.org.au/groups/viewgroup/5-Welcome+to+Sydney+JoomlaDay+17%2B18+Oct+2009]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Vietnam - November 1, 2009 - Hồ Chí Minh City, Vietnam [http://community.joomla.org/events/joomla-days/1056-joomladay-vietnam-2009.html]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Italy - November 21, 2009 - Rome, Italy&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Spain (2) - December 11-12, 2009 - Barcelona, Spain [http://www.joomladay.info/2009/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Nigeria - December 12, 2009 - Lagos, Nigeria&lt;br /&gt;
&lt;br /&gt;
== 2010 ==&lt;br /&gt;
&lt;br /&gt;
(17 Events)&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Melbourne - February 12-14, 2010 - Melbourne, Australia [http://community.joomla.org/events/joomla-days/1102-joomladay-melbourne-2010.html]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day France - March 21, 2010 - Bordeaux, France&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Spain (3) - April 9-10, 2010 - Mallorca, Spain [http://www.joomladay.cat/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Netherlands (5) - April 23-24, 2010 - Utrecht, Netherlands [http://www.joomladagen.nl/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Sweden - April 23-24, 2010 - Stockholm, Sweden [http://www.joomladay.se/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Norway - June 4-5, 2010 - Drammen, Norway [http://www.joomladay.no/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day New England - June 5, 2010 - Marlboro, Vermont, USA&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Brisbane - June 18-19, 2010 - Brisbane, Australia&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Brasil - September 11-12, 2010 - Brasília/DF, Brazil [http://www.joomladaybrasil.org/2010]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day USA West - October 1-3, 2010 - San Jose, California, USA [http://www.joomladaywest.com/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Italy - October 9, 2010 - Verona, Italy&lt;br /&gt;
&lt;br /&gt;
Joomla!Day DC - October 16, 2010 - Chevy Chase, Maryland, USA [http://www.joomladaydc.com]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Denmark - October 29-30, 2010 - Kolding, Denmark [http://www.joomladay.dk]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day UK (3) - October 30-31, 2010 - Ipswich, England, United Kingdom&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Bangkok - November 13-14, 2010 - Bangkok, Thailand [http://www.joomladay.in.th/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Spain (4) - November 26-27, 2010 - Valencia, Spain [http://www.joomladay2010.es/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day NYC - December 4-5, 2010 - New York City, New York, USA&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Nigeria - December 11, 2010 - Lagos, Nigeria&lt;br /&gt;
&lt;br /&gt;
== 2011 ==&lt;br /&gt;
&lt;br /&gt;
(17 Events)&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Chile - January 18, 2011 - Santiago, Chile [http://www.joomladay-chile.cl/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Night Stockholm - February 4, 2011 - Stockholm, Sweden&lt;br /&gt;
&lt;br /&gt;
Joomla!Day India - March 12-13, 2011 - Pune, Maharashtra, India [http://www.joomladay.co.in]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Netherlands (6) - April 2-3, 2011 - Doorn, Netherlands [http://www.joomladagen.nl/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day New England - April 2, 2011 - Brattleboro, Vermont, USA [http://www.joomladaynewengland.org]&lt;br /&gt;
[[Media:JoomlaDayNEProgram2011-schedule.jpg]] &lt;br /&gt;
[[Media:JoomlaDayNEProgram2011-speakers.jpg]] &lt;br /&gt;
&lt;br /&gt;
Joomla!Day France - April 2-3, 2011 - Lyon, France [http://www.joomladay.fr/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Algeria - April 19 2011 - Alger, Algeria [http://www.joomladayalgerie.com/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Greece - May 28-29, 2011 - Athens, Greece [http://joomladay.gr/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Malaysia - June 25, 2011 - Kuala Lumpur, Malaysia [http://www.joomla-day.org.my/2011/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Chicago - August 5-6, 2011 - Chicago, Illinois, USA [http://www.joomladaychicago.com]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Norway - August 12-13, 2011 - Drammen, Norway [http://www.joomladay.no/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Bosnia and Herzegovina - August 12-14, 2011 - Tesanj, Bosnia [http://www.joomla.ba/konferencija]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Cape Town - August  19-20, 2011 - Cape Town, South Africa [http://www.joomladay.co.za/] [http://www.joomladay.co.za/talks-sessions/programme.html programme]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Germany - September 2-3, 2011 - Hamburg, Germany [http://www.joomladay.de]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Brasil - September 2-4, 2011 - Florianópolis/SC, Brazil [http://www.joomladaybrasil.org/2011]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Austin - September 15, 2011 - Austin, Texas, USA [http://www.joomladayaustin.com]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day UK - September 24-25, 2011 - London, England [http://www.joomladayuk2011.org]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Israel - October 10, 2011 - Tel Aviv, Israel [http://jday.joomla.org.il]&lt;br /&gt;
&lt;br /&gt;
== Upcoming ==&lt;br /&gt;
(10 Events)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Italy - October 22, 2011 - Florence, Italy [http://www.joomladay.it]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day NYC - October 22-23, 2011 - New York City, New York, USA [http://www.joomladaynyc.com]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Denmark - October 28-29, 2011 - Kolding, Denmark [http://www.joomladay.dk]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Bangkok - October 29-30, 2011 - Bangkok, Thailand [http://www.joomladay.in.th]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Australia - November 5-6, 2011 - Sydney, Australia [http://sydney.joomladay.org.au/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Finland - November 5, 2011 - Helsinki, Finland, USA [http://joomladayfinland.com/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Spain - November 9-10, 2011 - Zaragoza, Spain [http://www.joomladay2011.es/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Midwest - November 12, 2011 - Milwaukee, Wisconsin, USA [http://www.joomladaymidwest.org]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Algeria - November 19, 2011 - Oran, Algeria [http://www.joomladayoran.com/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Los Angeles - December 3, 2011 - Los Angeles, California, USA [http://www.jdayla.com]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===2012===&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Netherlands - April 21-22, 2012 - Zeist, Netherlands [http://www.joomladagen.nl/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day West - TBA - San Jose, California, USA [http://www.joomladaywest.com]&lt;/div&gt;</summary>
		<author><name>Rdeutz</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=JoomlaDays/History&amp;diff=62381</id>
		<title>JoomlaDays/History</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=JoomlaDays/History&amp;diff=62381"/>
		<updated>2011-09-27T13:25:15Z</updated>

		<summary type="html">&lt;p&gt;Rdeutz: /* Upcoming */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The Joomla! community has a long history of Joomla!Day events from around the world.  Let&#039;s document these here, so we can ensure we have a historical timeline of Joomla!Days.&lt;br /&gt;
&lt;br /&gt;
Instructions:  please add the name, date, location, and if possible the web address, of any Joomla!Days that have happened in the past.  Please use the following format:  Name_of_Joomla!Day - Month DD-DD, YYYY - City, Country&lt;br /&gt;
&lt;br /&gt;
== 2006 ==&lt;br /&gt;
&lt;br /&gt;
(5 Events)&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Netherlands (1) - April 22, 2006 - Breda, Netherlands&lt;br /&gt;
&lt;br /&gt;
Joomla!Day UK (1) - July 30, 2006 - Leeds, United Kingdom [http://web.archive.org/web/20060709173546/http://www.joomlatraining.org.uk/joomla-day/ programme] [http://web.archive.org/web/20060814225232/http://www.joomlatraining.org.uk/content/view/297/36/ Day 1] [http://web.archive.org/web/20060813123831/http://www.joomlatraining.org.uk/content/view/298/36/ Day 2]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Sweden - October 6-7, 2006 - Västerås, Sweden&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Netherlands (2) - December 8-9 2006 - Den Bosch, Netherlands&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Germany - September 29-30, 2006 - Bonn, Germany [http://www.joomladay.de/fakten/historie/joomladay-2006.html Report in German]&lt;br /&gt;
&lt;br /&gt;
== 2007 == &lt;br /&gt;
&lt;br /&gt;
(17 Events)&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Melbourne - January 24, 2007 - Melbourne, Australia [http://forum.joomla.org/viewtopic.php?f=306&amp;amp;t=116577&amp;amp;start=150] and [http://forum.joomla.org/viewtopic.php?t=134393]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day France - March 25, 2007 - Paris, France&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Norway - June 2, 2007 - Drammen, Norway&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Cape Town (South Africa) - June 16, 2007 [http://www.joomladay.co.za/archive/2007-cape-town-june-16-2007.html programme]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Johannesburg (South Africa) - July 14, 2007 [http://www.joomladay.co.za/archive/2007-johannesburg-july-14-2007.html programme]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day (Central) USA and Mexico - July 21, 2007 - Austin, Texas, USA&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Bangkok - August 4, 2008 - Bangkok , Thailand [http://www.flickr.com/photos/laithaiphoto/sets/72157601327115053/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Brasil - August 18, 2007 - São Paulo/SP, Brazil&lt;br /&gt;
 &lt;br /&gt;
Joomla!Day USA West - May 12-13, 2007 - Mountain View, California, USA&lt;br /&gt;
&lt;br /&gt;
Joomla!Day NYC - October 13, 2007 - New York, New York, USA&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Hungary - October 21, 2007 - Budapest, Hungary&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Sweden - November 3, 2007 - Västerås, Sweden&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Helsinki - November 12, 2007 - Helsinki, Finland&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Cape Town (South Africa) - December 10, 2007 [http://www.joomladay.co.za/archive/2007-cape-town-december-10-2007.html programme]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Nigeria - date unknown&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Serbia - November 17, 2007 - Belgrade, Serbia&lt;br /&gt;
&lt;br /&gt;
Joomla!Day New Zealand - December 15, 2007&lt;br /&gt;
&lt;br /&gt;
== 2008 ==&lt;br /&gt;
&lt;br /&gt;
(20 Events)&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Italy - January 19, 2008 - Rome, Italy&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Melbourne - February 2, 2008 - Melbourne, Australia [http://forum.joomla.org/viewtopic.php?p=1184586]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Spain (1) - April 19, 2008 - Madrid[http://www.joomladay.info/2008/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Netherlands (3), April 4-5, 2008 - Utrecht, Netherlands&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Norway - April 26, 2008 - Drammen, Norway&lt;br /&gt;
&lt;br /&gt;
Joomla!Day France - April 27, 2008 - Paris, France&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Bangkok - May 10, 2008 - Bangkok, Thailand [http://www.flickr.com/photos/laithaiphoto/sets/72157605299681211/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Byron Bay - May 11, 2008 - Byron Bay, NSW, Australia]] [http://forum.joomla.org/viewtopic.php?f=306&amp;amp;t=262909]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Sydney - May 19, 2008 - Sydney, Australia [http://forum.joomla.org/viewtopic.php?p=1304388]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Vancouver - June 14, 2008 - Vancouver, British Columbia, Canada]] [http://community.joomla.org/events/joomla-days/400-joomla-day-vancouver-2008.html]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Philippines - June 14, 2008&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Hungary - June 20-21, 2008&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Durban - June 20-21, 2008 - Durban, South Africa&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Brasil - August 16, 2008 - São Paulo/SP, Brazil&lt;br /&gt;
&lt;br /&gt;
Joomla!Day San Francisco - September 20, 2008 - San Francisco, California, USA&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Johannesburg - October 18, 2008 - Johannesburg, South Africa&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Turkey - October 25, 2008&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Switzerland - November 15, 2008&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Sweden - November 15, 2008&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Nigeria - November 19, 2008&lt;br /&gt;
&lt;br /&gt;
== 2009 ==&lt;br /&gt;
&lt;br /&gt;
(23 Events)&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Turkey - January 10, 2009 &lt;br /&gt;
&lt;br /&gt;
Joomla!Day Melbourne - February 7-8, 2009 - Melbourne, Australia [http://community.joomla.org/events/joomla-days/641-joomladay-melbourne-2009.html]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day UK (2) - March 13-14, 2009 - Maidstone, England, United Kingdom&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Las Vegas - April 4, 2009 - Las Vegas, Nevada, USA [http://lasvegas.joomladayusa.org/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day India - April 25, 2009 - Pune, India [http://community.joomla.org/blogs/community/811-joomla-day-pune-india-a-big-success.html]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Sweden - May 15-16, 2009 - Stockholm, Sweden&lt;br /&gt;
&lt;br /&gt;
Joomla!Day France - May 24, 2009 - Paris, France&lt;br /&gt;
&lt;br /&gt;
Joomla!Day New England - May 30, 2009 - Brattleboro, Vermont, USA [http://community.joomla.org/events/joomla-days/771-joomladay-new-england-2009.html]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Netherlands (4) - June 12-13, 2009 - Nieuwegein, Netherlands&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Cape Town - August 14, 2009 - Cape Town, South Africia&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Bangkok - August 22-23, 2009 - Bangkok, Thailand [http://www.flickr.com/photos/laithaiphoto/sets/72157622115004400/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Brasil - September, 12, 2009 - Rio de Janeiro/RJ, Brazil &lt;br /&gt;
&lt;br /&gt;
Joomla!Day Germany - September, 24 - 26, 2009 - Bad Nauheim, Germany&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Mongolia - September 29-30, 2009 - Ulan Bataar, Mongolia&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Norway - October ?, 2009 - Drammen, Norway&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Gauteng - October 8-10, 2009 - Gauteng, South Africa&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Hungary - October 10, 2009 - Budapest, Hungary&lt;br /&gt;
&lt;br /&gt;
Joomla!Day New York - October 12, 2009 - New York, New York, USA [http://community.joomla.org/events/joomla-days/912-joomla-day-new-york.html]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Sydney - October 17-18, 2009 - Sydney, Australia [http://sydney.joomladay.org.au/groups/viewgroup/5-Welcome+to+Sydney+JoomlaDay+17%2B18+Oct+2009]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Vietnam - November 1, 2009 - Hồ Chí Minh City, Vietnam [http://community.joomla.org/events/joomla-days/1056-joomladay-vietnam-2009.html]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Italy - November 21, 2009 - Rome, Italy&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Spain (2) - December 11-12, 2009 - Barcelona, Spain [http://www.joomladay.info/2009/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Nigeria - December 12, 2009 - Lagos, Nigeria&lt;br /&gt;
&lt;br /&gt;
== 2010 ==&lt;br /&gt;
&lt;br /&gt;
(17 Events)&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Melbourne - February 12-14, 2010 - Melbourne, Australia [http://community.joomla.org/events/joomla-days/1102-joomladay-melbourne-2010.html]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day France - March 21, 2010 - Bordeaux, France&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Spain (3) - April 9-10, 2010 - Mallorca, Spain [http://www.joomladay.cat/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Netherlands (5) - April 23-24, 2010 - Utrecht, Netherlands [http://www.joomladagen.nl/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Sweden - April 23-24, 2010 - Stockholm, Sweden [http://www.joomladay.se/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Norway - June 4-5, 2010 - Drammen, Norway [http://www.joomladay.no/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day New England - June 5, 2010 - Marlboro, Vermont, USA&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Brisbane - June 18-19, 2010 - Brisbane, Australia&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Brasil - September 11-12, 2010 - Brasília/DF, Brazil [http://www.joomladaybrasil.org/2010]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day USA West - October 1-3, 2010 - San Jose, California, USA [http://www.joomladaywest.com/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Italy - October 9, 2010 - Verona, Italy&lt;br /&gt;
&lt;br /&gt;
Joomla!Day DC - October 16, 2010 - Chevy Chase, Maryland, USA [http://www.joomladaydc.com]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Denmark - October 29-30, 2010 - Kolding, Denmark [http://www.joomladay.dk]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day UK (3) - October 30-31, 2010 - Ipswich, England, United Kingdom&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Bangkok - November 13-14, 2010 - Bangkok, Thailand [http://www.joomladay.in.th/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Spain (4) - November 26-27, 2010 - Valencia, Spain [http://www.joomladay2010.es/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day NYC - December 4-5, 2010 - New York City, New York, USA&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Nigeria - December 11, 2010 - Lagos, Nigeria&lt;br /&gt;
&lt;br /&gt;
== 2011 ==&lt;br /&gt;
&lt;br /&gt;
(17 Events)&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Chile - January 18, 2011 - Santiago, Chile [http://www.joomladay-chile.cl/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Night Stockholm - February 4, 2011 - Stockholm, Sweden&lt;br /&gt;
&lt;br /&gt;
Joomla!Day India - March 12-13, 2011 - Pune, Maharashtra, India [http://www.joomladay.co.in]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Netherlands (6) - April 2-3, 2011 - Doorn, Netherlands [http://www.joomladagen.nl/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day New England - April 2, 2011 - Brattleboro, Vermont, USA [http://www.joomladaynewengland.org]&lt;br /&gt;
[[Media:JoomlaDayNEProgram2011-schedule.jpg]] &lt;br /&gt;
[[Media:JoomlaDayNEProgram2011-speakers.jpg]] &lt;br /&gt;
&lt;br /&gt;
Joomla!Day France - April 2-3, 2011 - Lyon, France [http://www.joomladay.fr/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Algeria - April 19 2011 - Alger, Algeria [http://www.joomladayalgerie.com/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Greece - May 28-29, 2011 - Athens, Greece [http://joomladay.gr/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Malaysia - June 25, 2011 - Kuala Lumpur, Malaysia [http://www.joomla-day.org.my/2011/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Chicago - August 5-6, 2011 - Chicago, Illinois, USA [http://www.joomladaychicago.com]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Norway - August 12-13, 2011 - Drammen, Norway [http://www.joomladay.no/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Bosnia and Herzegovina - August 12-14, 2011 - Tesanj, Bosnia [http://www.joomla.ba/konferencija]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Cape Town - August  19-20, 2011 - Cape Town, South Africa [http://www.joomladay.co.za/] [http://www.joomladay.co.za/talks-sessions/programme.html programme]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Germany - September 2-3, 2011 - Hamburg, Germany [http://www.joomladay.de]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Brasil - September 2-4, 2011 - Florianópolis/SC, Brazil [http://www.joomladaybrasil.org/2011]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Austin - September 15, 2011 - Austin, Texas, USA [http://www.joomladayaustin.com]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day UK - September 24-25, 2011 - London, England [http://www.joomladayuk2011.org]&lt;br /&gt;
&lt;br /&gt;
== Upcoming ==&lt;br /&gt;
(10 Events)&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Israel - October 10, 2011 - Tel Aviv, Israel [http://jday.joomla.org.il]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Italy - October 22, 2011 - Florence, Italy [http://www.joomladay.it]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day NYC - October 22-23, 2011 - New York City, New York, USA [http://www.joomladaynyc.com]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Denmark - October 28-29, 2011 - Kolding, Denmark [http://www.joomladay.dk]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Bangkok - October 29-30, 2011 - Bangkok, Thailand [http://www.joomladay.in.th]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Australia - November 5-6, 2011 - Sydney, Australia [http://sydney.joomladay.org.au/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Finland - November 5, 2011 - Helsinki, Finland, USA [http://joomladayfinland.com/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Midwest - November 12, 2011 - Milwaukee, Wisconsin, USA [http://www.joomladaymidwest.org]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Algeria - November 19, 2011 - Oran, Algeria &lt;br /&gt;
&lt;br /&gt;
Joomla!Day Los Angeles - December 3, 2011 - Los Angeles, California, USA [http://www.jdayla.com]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===2012===&lt;br /&gt;
&lt;br /&gt;
Joomla!Day West - TBA - San Jose, California, USA [http://www.joomladaywest.com]&lt;/div&gt;</summary>
		<author><name>Rdeutz</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=JoomlaDays/History&amp;diff=62380</id>
		<title>JoomlaDays/History</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=JoomlaDays/History&amp;diff=62380"/>
		<updated>2011-09-27T13:07:33Z</updated>

		<summary type="html">&lt;p&gt;Rdeutz: /* 2011 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The Joomla! community has a long history of Joomla!Day events from around the world.  Let&#039;s document these here, so we can ensure we have a historical timeline of Joomla!Days.&lt;br /&gt;
&lt;br /&gt;
Instructions:  please add the name, date, location, and if possible the web address, of any Joomla!Days that have happened in the past.  Please use the following format:  Name_of_Joomla!Day - Month DD-DD, YYYY - City, Country&lt;br /&gt;
&lt;br /&gt;
== 2006 ==&lt;br /&gt;
&lt;br /&gt;
(5 Events)&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Netherlands (1) - April 22, 2006 - Breda, Netherlands&lt;br /&gt;
&lt;br /&gt;
Joomla!Day UK (1) - July 30, 2006 - Leeds, United Kingdom [http://web.archive.org/web/20060709173546/http://www.joomlatraining.org.uk/joomla-day/ programme] [http://web.archive.org/web/20060814225232/http://www.joomlatraining.org.uk/content/view/297/36/ Day 1] [http://web.archive.org/web/20060813123831/http://www.joomlatraining.org.uk/content/view/298/36/ Day 2]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Sweden - October 6-7, 2006 - Västerås, Sweden&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Netherlands (2) - December 8-9 2006 - Den Bosch, Netherlands&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Germany - September 29-30, 2006 - Bonn, Germany [http://www.joomladay.de/fakten/historie/joomladay-2006.html Report in German]&lt;br /&gt;
&lt;br /&gt;
== 2007 == &lt;br /&gt;
&lt;br /&gt;
(17 Events)&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Melbourne - January 24, 2007 - Melbourne, Australia [http://forum.joomla.org/viewtopic.php?f=306&amp;amp;t=116577&amp;amp;start=150] and [http://forum.joomla.org/viewtopic.php?t=134393]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day France - March 25, 2007 - Paris, France&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Norway - June 2, 2007 - Drammen, Norway&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Cape Town (South Africa) - June 16, 2007 [http://www.joomladay.co.za/archive/2007-cape-town-june-16-2007.html programme]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Johannesburg (South Africa) - July 14, 2007 [http://www.joomladay.co.za/archive/2007-johannesburg-july-14-2007.html programme]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day (Central) USA and Mexico - July 21, 2007 - Austin, Texas, USA&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Bangkok - August 4, 2008 - Bangkok , Thailand [http://www.flickr.com/photos/laithaiphoto/sets/72157601327115053/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Brasil - August 18, 2007 - São Paulo/SP, Brazil&lt;br /&gt;
 &lt;br /&gt;
Joomla!Day USA West - May 12-13, 2007 - Mountain View, California, USA&lt;br /&gt;
&lt;br /&gt;
Joomla!Day NYC - October 13, 2007 - New York, New York, USA&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Hungary - October 21, 2007 - Budapest, Hungary&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Sweden - November 3, 2007 - Västerås, Sweden&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Helsinki - November 12, 2007 - Helsinki, Finland&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Cape Town (South Africa) - December 10, 2007 [http://www.joomladay.co.za/archive/2007-cape-town-december-10-2007.html programme]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Nigeria - date unknown&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Serbia - November 17, 2007 - Belgrade, Serbia&lt;br /&gt;
&lt;br /&gt;
Joomla!Day New Zealand - December 15, 2007&lt;br /&gt;
&lt;br /&gt;
== 2008 ==&lt;br /&gt;
&lt;br /&gt;
(20 Events)&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Italy - January 19, 2008 - Rome, Italy&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Melbourne - February 2, 2008 - Melbourne, Australia [http://forum.joomla.org/viewtopic.php?p=1184586]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Spain (1) - April 19, 2008 - Madrid[http://www.joomladay.info/2008/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Netherlands (3), April 4-5, 2008 - Utrecht, Netherlands&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Norway - April 26, 2008 - Drammen, Norway&lt;br /&gt;
&lt;br /&gt;
Joomla!Day France - April 27, 2008 - Paris, France&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Bangkok - May 10, 2008 - Bangkok, Thailand [http://www.flickr.com/photos/laithaiphoto/sets/72157605299681211/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Byron Bay - May 11, 2008 - Byron Bay, NSW, Australia]] [http://forum.joomla.org/viewtopic.php?f=306&amp;amp;t=262909]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Sydney - May 19, 2008 - Sydney, Australia [http://forum.joomla.org/viewtopic.php?p=1304388]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Vancouver - June 14, 2008 - Vancouver, British Columbia, Canada]] [http://community.joomla.org/events/joomla-days/400-joomla-day-vancouver-2008.html]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Philippines - June 14, 2008&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Hungary - June 20-21, 2008&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Durban - June 20-21, 2008 - Durban, South Africa&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Brasil - August 16, 2008 - São Paulo/SP, Brazil&lt;br /&gt;
&lt;br /&gt;
Joomla!Day San Francisco - September 20, 2008 - San Francisco, California, USA&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Johannesburg - October 18, 2008 - Johannesburg, South Africa&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Turkey - October 25, 2008&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Switzerland - November 15, 2008&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Sweden - November 15, 2008&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Nigeria - November 19, 2008&lt;br /&gt;
&lt;br /&gt;
== 2009 ==&lt;br /&gt;
&lt;br /&gt;
(23 Events)&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Turkey - January 10, 2009 &lt;br /&gt;
&lt;br /&gt;
Joomla!Day Melbourne - February 7-8, 2009 - Melbourne, Australia [http://community.joomla.org/events/joomla-days/641-joomladay-melbourne-2009.html]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day UK (2) - March 13-14, 2009 - Maidstone, England, United Kingdom&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Las Vegas - April 4, 2009 - Las Vegas, Nevada, USA [http://lasvegas.joomladayusa.org/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day India - April 25, 2009 - Pune, India [http://community.joomla.org/blogs/community/811-joomla-day-pune-india-a-big-success.html]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Sweden - May 15-16, 2009 - Stockholm, Sweden&lt;br /&gt;
&lt;br /&gt;
Joomla!Day France - May 24, 2009 - Paris, France&lt;br /&gt;
&lt;br /&gt;
Joomla!Day New England - May 30, 2009 - Brattleboro, Vermont, USA [http://community.joomla.org/events/joomla-days/771-joomladay-new-england-2009.html]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Netherlands (4) - June 12-13, 2009 - Nieuwegein, Netherlands&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Cape Town - August 14, 2009 - Cape Town, South Africia&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Bangkok - August 22-23, 2009 - Bangkok, Thailand [http://www.flickr.com/photos/laithaiphoto/sets/72157622115004400/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Brasil - September, 12, 2009 - Rio de Janeiro/RJ, Brazil &lt;br /&gt;
&lt;br /&gt;
Joomla!Day Germany - September, 24 - 26, 2009 - Bad Nauheim, Germany&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Mongolia - September 29-30, 2009 - Ulan Bataar, Mongolia&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Norway - October ?, 2009 - Drammen, Norway&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Gauteng - October 8-10, 2009 - Gauteng, South Africa&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Hungary - October 10, 2009 - Budapest, Hungary&lt;br /&gt;
&lt;br /&gt;
Joomla!Day New York - October 12, 2009 - New York, New York, USA [http://community.joomla.org/events/joomla-days/912-joomla-day-new-york.html]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Sydney - October 17-18, 2009 - Sydney, Australia [http://sydney.joomladay.org.au/groups/viewgroup/5-Welcome+to+Sydney+JoomlaDay+17%2B18+Oct+2009]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Vietnam - November 1, 2009 - Hồ Chí Minh City, Vietnam [http://community.joomla.org/events/joomla-days/1056-joomladay-vietnam-2009.html]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Italy - November 21, 2009 - Rome, Italy&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Spain (2) - December 11-12, 2009 - Barcelona, Spain [http://www.joomladay.info/2009/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Nigeria - December 12, 2009 - Lagos, Nigeria&lt;br /&gt;
&lt;br /&gt;
== 2010 ==&lt;br /&gt;
&lt;br /&gt;
(17 Events)&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Melbourne - February 12-14, 2010 - Melbourne, Australia [http://community.joomla.org/events/joomla-days/1102-joomladay-melbourne-2010.html]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day France - March 21, 2010 - Bordeaux, France&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Spain (3) - April 9-10, 2010 - Mallorca, Spain [http://www.joomladay.cat/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Netherlands (5) - April 23-24, 2010 - Utrecht, Netherlands [http://www.joomladagen.nl/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Sweden - April 23-24, 2010 - Stockholm, Sweden [http://www.joomladay.se/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Norway - June 4-5, 2010 - Drammen, Norway [http://www.joomladay.no/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day New England - June 5, 2010 - Marlboro, Vermont, USA&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Brisbane - June 18-19, 2010 - Brisbane, Australia&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Brasil - September 11-12, 2010 - Brasília/DF, Brazil [http://www.joomladaybrasil.org/2010]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day USA West - October 1-3, 2010 - San Jose, California, USA [http://www.joomladaywest.com/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Italy - October 9, 2010 - Verona, Italy&lt;br /&gt;
&lt;br /&gt;
Joomla!Day DC - October 16, 2010 - Chevy Chase, Maryland, USA [http://www.joomladaydc.com]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Denmark - October 29-30, 2010 - Kolding, Denmark [http://www.joomladay.dk]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day UK (3) - October 30-31, 2010 - Ipswich, England, United Kingdom&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Bangkok - November 13-14, 2010 - Bangkok, Thailand [http://www.joomladay.in.th/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Spain (4) - November 26-27, 2010 - Valencia, Spain [http://www.joomladay2010.es/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day NYC - December 4-5, 2010 - New York City, New York, USA&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Nigeria - December 11, 2010 - Lagos, Nigeria&lt;br /&gt;
&lt;br /&gt;
== 2011 ==&lt;br /&gt;
&lt;br /&gt;
(17 Events)&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Chile - January 18, 2011 - Santiago, Chile [http://www.joomladay-chile.cl/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Night Stockholm - February 4, 2011 - Stockholm, Sweden&lt;br /&gt;
&lt;br /&gt;
Joomla!Day India - March 12-13, 2011 - Pune, Maharashtra, India [http://www.joomladay.co.in]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Netherlands (6) - April 2-3, 2011 - Doorn, Netherlands [http://www.joomladagen.nl/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day New England - April 2, 2011 - Brattleboro, Vermont, USA [http://www.joomladaynewengland.org]&lt;br /&gt;
[[Media:JoomlaDayNEProgram2011-schedule.jpg]] &lt;br /&gt;
[[Media:JoomlaDayNEProgram2011-speakers.jpg]] &lt;br /&gt;
&lt;br /&gt;
Joomla!Day France - April 2-3, 2011 - Lyon, France [http://www.joomladay.fr/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Algeria - April 19 2011 - Alger, Algeria [http://www.joomladayalgerie.com/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Greece - May 28-29, 2011 - Athens, Greece [http://joomladay.gr/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Malaysia - June 25, 2011 - Kuala Lumpur, Malaysia [http://www.joomla-day.org.my/2011/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Chicago - August 5-6, 2011 - Chicago, Illinois, USA [http://www.joomladaychicago.com]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Norway - August 12-13, 2011 - Drammen, Norway [http://www.joomladay.no/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Bosnia and Herzegovina - August 12-14, 2011 - Tesanj, Bosnia [http://www.joomla.ba/konferencija]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Cape Town - August  19-20, 2011 - Cape Town, South Africa [http://www.joomladay.co.za/] [http://www.joomladay.co.za/talks-sessions/programme.html programme]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Germany - September 2-3, 2011 - Hamburg, Germany [http://www.joomladay.de]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Brasil - September 2-4, 2011 - Florianópolis/SC, Brazil [http://www.joomladaybrasil.org/2011]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Austin - September 15, 2011 - Austin, Texas, USA [http://www.joomladayaustin.com]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day UK - September 24-25, 2011 - London, England [http://www.joomladayuk2011.org]&lt;br /&gt;
&lt;br /&gt;
== Upcoming ==&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Israel - October 10, 2011 - Tel Aviv, Israel [http://jday.joomla.org.il]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Italy - October 22, 2011 - Florence, Italy [http://www.joomladay.it]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day NYC - October 22-23, 2011 - New York City, New York, USA [http://www.joomladaynyc.com]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Denmark - October 28-29, 2011 - Kolding, Denmark [http://www.joomladay.dk]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Bangkok - October 29-30, 2011 - Bangkok, Thailand [http://www.joomladay.in.th]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Australia - November 5-6, 2011 - Sydney, Australia [http://sydney.joomladay.org.au/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Finland - November 5, 2011 - Helsinki, Finland, USA [http://joomladayfinland.com/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Midwest - November 12, 2011 - Milwaukee, Wisconsin, USA [http://www.joomladaymidwest.org]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Algeria - November 19, 2011 - Oran, Algeria &lt;br /&gt;
&lt;br /&gt;
===2012===&lt;br /&gt;
&lt;br /&gt;
Joomla!Day West - TBA - San Jose, CA [http://www.joomladaywest.com]&lt;/div&gt;</summary>
		<author><name>Rdeutz</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=JoomlaDays/History&amp;diff=61887</id>
		<title>JoomlaDays/History</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=JoomlaDays/History&amp;diff=61887"/>
		<updated>2011-09-09T10:46:49Z</updated>

		<summary type="html">&lt;p&gt;Rdeutz: /* Upcoming */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The Joomla! community has a long history of Joomla!Day events from around the world.  Let&#039;s document these here, so we can ensure we have a historical timeline of Joomla!Days.&lt;br /&gt;
&lt;br /&gt;
Instructions:  please add the name, date, location, and if possible the web address, of any Joomla!Days that have happened in the past.  Please use the following format:  Name_of_Joomla!Day - Month DD-DD, YYYY - City, Country&lt;br /&gt;
&lt;br /&gt;
== 2006 ==&lt;br /&gt;
&lt;br /&gt;
(5 Events)&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Netherlands (1) - April 22, 2006 - Breda, Netherlands&lt;br /&gt;
&lt;br /&gt;
Joomla!Day UK (1) - July 30, 2006 - Leeds, United Kingdom [http://web.archive.org/web/20060709173546/http://www.joomlatraining.org.uk/joomla-day/ programme] [http://web.archive.org/web/20060814225232/http://www.joomlatraining.org.uk/content/view/297/36/ Day 1] [http://web.archive.org/web/20060813123831/http://www.joomlatraining.org.uk/content/view/298/36/ Day 2]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Sweden - October 6-7, 2006 - Västerås, Sweden&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Netherlands (2) - December 8-9 2006 - Den Bosch, Netherlands&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Germany - September 29-30, 2006 - Bonn, Germany [http://www.joomladay.de/fakten/historie/joomladay-2006.html Report in German]&lt;br /&gt;
&lt;br /&gt;
== 2007 == &lt;br /&gt;
&lt;br /&gt;
(17 Events)&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Melbourne - January 24, 2007 - Melbourne, Australia [http://forum.joomla.org/viewtopic.php?f=306&amp;amp;t=116577&amp;amp;start=150] and [http://forum.joomla.org/viewtopic.php?t=134393]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day France - March 25, 2007 - Paris, France&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Norway - June 2, 2007 - Drammen, Norway&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Cape Town (South Africa) - June 16, 2007 [http://www.joomladay.co.za/archive/2007-cape-town-june-16-2007.html programme]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Johannesburg (South Africa) - July 14, 2007 [http://www.joomladay.co.za/archive/2007-johannesburg-july-14-2007.html programme]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day (Central) USA and Mexico - July 21, 2007 - Austin, Texas, USA&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Bangkok - August 4, 2008 - Bangkok , Thailand [http://www.flickr.com/photos/laithaiphoto/sets/72157601327115053/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Brasil - August 18, 2007 - São Paulo/SP, Brazil&lt;br /&gt;
 &lt;br /&gt;
Joomla!Day USA West - May 12-13, 2007 - Mountain View, California, USA&lt;br /&gt;
&lt;br /&gt;
Joomla!Day NYC - October 13, 2007 - New York, New York, USA&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Hungary - October 21, 2007 - Budapest, Hungary&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Sweden - November 3, 2007 - Västerås, Sweden&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Helsinki - November 12, 2007 - Helsinki, Finland&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Cape Town (South Africa) - December 10, 2007 [http://www.joomladay.co.za/archive/2007-cape-town-december-10-2007.html programme]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Nigeria - date unknown&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Serbia - November 17, 2007 - Belgrade, Serbia&lt;br /&gt;
&lt;br /&gt;
Joomla!Day New Zealand - December 15, 2007&lt;br /&gt;
&lt;br /&gt;
== 2008 ==&lt;br /&gt;
&lt;br /&gt;
(20 Events)&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Italy - January 19, 2008 - Rome, Italy&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Melbourne - February 2, 2008 - Melbourne, Australia [http://forum.joomla.org/viewtopic.php?p=1184586]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Spain (1) - April 19, 2008 - Madrid[http://www.joomladay.info/2008/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Netherlands (3), April 4-5, 2008 - Utrecht, Netherlands&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Norway - April 26, 2008 - Drammen, Norway&lt;br /&gt;
&lt;br /&gt;
Joomla!Day France - April 27, 2008 - Paris, France&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Bangkok - May 10, 2008 - Bangkok, Thailand [http://www.flickr.com/photos/laithaiphoto/sets/72157605299681211/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Byron Bay - May 11, 2008 - Byron Bay, NSW, Australia]] [http://forum.joomla.org/viewtopic.php?f=306&amp;amp;t=262909]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Sydney - May 19, 2008 - Sydney, Australia [http://forum.joomla.org/viewtopic.php?p=1304388]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Vancouver - June 14, 2008 - Vancouver, British Columbia, Canada]] [http://community.joomla.org/events/joomla-days/400-joomla-day-vancouver-2008.html]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Philippines - June 14, 2008&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Hungary - June 20-21, 2008&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Durban - June 20-21, 2008 - Durban, South Africa&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Brasil - August 16, 2008 - São Paulo/SP, Brazil&lt;br /&gt;
&lt;br /&gt;
Joomla!Day San Francisco - September 20, 2008 - San Francisco, California, USA&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Johannesburg - October 18, 2008 - Johannesburg, South Africa&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Turkey - October 25, 2008&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Switzerland - November 15, 2008&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Sweden - November 15, 2008&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Nigeria - November 19, 2008&lt;br /&gt;
&lt;br /&gt;
== 2009 ==&lt;br /&gt;
&lt;br /&gt;
(23 Events)&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Turkey - January 10, 2009 &lt;br /&gt;
&lt;br /&gt;
Joomla!Day Melbourne - February 7-8, 2009 - Melbourne, Australia [http://community.joomla.org/events/joomla-days/641-joomladay-melbourne-2009.html]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day UK (2) - March 13-14, 2009 - Maidstone, England, United Kingdom&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Las Vegas - April 4, 2009 - Las Vegas, Nevada, USA [http://lasvegas.joomladayusa.org/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day India - April 25, 2009 - Pune, India [http://community.joomla.org/blogs/community/811-joomla-day-pune-india-a-big-success.html]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Sweden - May 15-16, 2009 - Stockholm, Sweden&lt;br /&gt;
&lt;br /&gt;
Joomla!Day France - May 24, 2009 - Paris, France&lt;br /&gt;
&lt;br /&gt;
Joomla!Day New England - May 30, 2009 - Brattleboro, Vermont, USA [http://community.joomla.org/events/joomla-days/771-joomladay-new-england-2009.html]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Netherlands (4) - June 12-13, 2009 - Nieuwegein, Netherlands&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Cape Town - August 14, 2009 - Cape Town, South Africia&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Bangkok - August 22-23, 2009 - Bangkok, Thailand [http://www.flickr.com/photos/laithaiphoto/sets/72157622115004400/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Brasil - September, 12, 2009 - Rio de Janeiro/RJ, Brazil &lt;br /&gt;
&lt;br /&gt;
Joomla!Day Germany - September, 24 - 26, 2009 - Bad Nauheim, Germany&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Mongolia - September 29-30, 2009 - Ulan Bataar, Mongolia&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Norway - October ?, 2009 - Drammen, Norway&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Gauteng - October 8-10, 2009 - Gauteng, South Africa&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Hungary - October 10, 2009 - Budapest, Hungary&lt;br /&gt;
&lt;br /&gt;
Joomla!Day New York - October 12, 2009 - New York, New York, USA [http://community.joomla.org/events/joomla-days/912-joomla-day-new-york.html]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Sydney - October 17-18, 2009 - Sydney, Australia [http://sydney.joomladay.org.au/groups/viewgroup/5-Welcome+to+Sydney+JoomlaDay+17%2B18+Oct+2009]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Vietnam - November 1, 2009 - Hồ Chí Minh City, Vietnam [http://community.joomla.org/events/joomla-days/1056-joomladay-vietnam-2009.html]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Italy - November 21, 2009 - Rome, Italy&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Spain (2) - December 11-12, 2009 - Barcelona, Spain [http://www.joomladay.info/2009/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Nigeria - December 12, 2009 - Lagos, Nigeria&lt;br /&gt;
&lt;br /&gt;
== 2010 ==&lt;br /&gt;
&lt;br /&gt;
(17 Events)&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Melbourne - February 12-14, 2010 - Melbourne, Australia [http://community.joomla.org/events/joomla-days/1102-joomladay-melbourne-2010.html]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day France - March 21, 2010 - Bordeaux, France&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Spain (3) - April 9-10, 2010 - Mallorca, Spain [http://www.joomladay.cat/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Netherlands (5) - April 23-24, 2010 - Utrecht, Netherlands [http://www.joomladagen.nl/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Sweden - April 23-24, 2010 - Stockholm, Sweden [http://www.joomladay.se/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Norway - June 4-5, 2010 - Drammen, Norway [http://www.joomladay.no/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day New England - June 5, 2010 - Marlboro, Vermont, USA&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Brisbane - June 18-19, 2010 - Brisbane, Australia&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Brasil - September 11-12, 2010 - Brasília/DF, Brazil [http://www.joomladaybrasil.org/2010]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day USA West - October 1-3, 2010 - San Jose, California, USA [http://www.joomladaywest.com/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Italy - October 9, 2010 - Verona, Italy&lt;br /&gt;
&lt;br /&gt;
Joomla!Day DC - October 16, 2010 - Chevy Chase, Maryland, USA [http://www.joomladaydc.com]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Denmark - October 29-30, 2010 - Kolding, Denmark [http://www.joomladay.dk]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day UK (3) - October 30-31, 2010 - Ipswich, England, United Kingdom&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Bangkok - November 13-14, 2010 - Bangkok, Thailand [http://www.joomladay.in.th/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Spain (4) - November 26-27, 2010 - Valencia, Spain [http://www.joomladay2010.es/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day NYC - December 4-5, 2010 - New York City, New York, USA&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Nigeria - December 11, 2010 - Lagos, Nigeria&lt;br /&gt;
&lt;br /&gt;
== 2011 ==&lt;br /&gt;
&lt;br /&gt;
(15 Events)&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Chile - January 18, 2011 - Santiago, Chile [http://www.joomladay-chile.cl/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Night Stockholm - February 4, 2011 - Stockholm, Sweden&lt;br /&gt;
&lt;br /&gt;
Joomla!Day India - March 12-13, 2011 - Pune, Maharashtra, India [http://www.joomladay.co.in]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Netherlands (6) - April 2-3, 2011 - Doorn, Netherlands [http://www.joomladagen.nl/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day New England - April 2, 2011 - Brattleboro, Vermont, USA [http://www.joomladaynewengland.org]&lt;br /&gt;
[[Media:JoomlaDayNEProgram2011-schedule.jpg]] &lt;br /&gt;
[[Media:JoomlaDayNEProgram2011-speakers.jpg]] &lt;br /&gt;
&lt;br /&gt;
Joomla!Day France - April 2-3, 2011 - Lyon, France [http://www.joomladay.fr/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Algeria - April 19 2011 - Alger, Algeria [http://www.joomladayalgerie.com/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Greece - May 28-29, 2011 - Athens, Greece [http://joomladay.gr/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Malaysia - June 25, 2011 - Kuala Lumpur, Malaysia [http://www.joomla-day.org.my/2011/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Chicago - August 5-6, 2011 - Chicago, Illinois, USA [http://www.joomladaychicago.com]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Norway - August 12-13, 2011 - Drammen, Norway [http://www.joomladay.no/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Bosnia and Herzegovina - August 12-14, 2011 - Tesanj, Bosnia [http://www.joomla.ba/konferencija]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Cape Town - August  19-20, 2011 - Cape Town, South Africa [http://www.joomladay.co.za/] [http://www.joomladay.co.za/talks-sessions/programme.html programme]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Germany - September 2-3, 2011 - Hamburg, Germany [http://www.joomladay.de]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Brasil - September 2-4, 2011 - Florianópolis/SC, Brazil [http://www.joomladaybrasil.org/2011]&lt;br /&gt;
&lt;br /&gt;
== Upcoming ==&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Austin - September 15, 2011 - Austin, Texas, USA [http://www.joomladayaustin.com]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day UK - September 24-25, 2011 - London, England [http://www.joomladayuk2011.org]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Israel - October 10, 2011 - Tel Aviv, Israel [http://jday.joomla.org.il]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Italy - October 22, 2011 - Florence, Italy [http://www.joomladay.it]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day NYC - October 22-23, 2011 - New York City, New York, USA [http://www.joomladaynyc.com]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Denmark - October 28-29, 2011 - Kolding, Denmark [http://www.joomladay.dk]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Bangkok - October 29-30, 2011 - Bangkok, Thailand [http://www.joomladay.in.th]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Australia - November 5-6, 2011 - Sydney, Australia [http://sydney.joomladay.org.au/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Finland - November 5, 2011 - Helsinki, Finland, USA [http://joomladayfinland.com/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Midwest - November 12, 2011 - Milwaukee, Wisconsin, USA [http://www.joomladaymidwest.org]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Algeria - November 19, 2011 - Oran, Algeria &lt;br /&gt;
&lt;br /&gt;
===2012===&lt;br /&gt;
&lt;br /&gt;
Joomla!Day West - TBA - San Jose, CA [http://www.joomladaywest.com]&lt;/div&gt;</summary>
		<author><name>Rdeutz</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Other_Events_with_Joomla!_in_the_name&amp;diff=61838</id>
		<title>Other Events with Joomla! in the name</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Other_Events_with_Joomla!_in_the_name&amp;diff=61838"/>
		<updated>2011-09-07T10:06:51Z</updated>

		<summary type="html">&lt;p&gt;Rdeutz: Created page with &amp;quot;=Joomla!Nights= A Joomla!Night is a smaller event, mostly a couple of hours in the evening.   ==Forthcoming Events== No events are currently planned.  ==History== ===Joomla!Night...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Joomla!Nights=&lt;br /&gt;
A Joomla!Night is a smaller event, mostly a couple of hours in the evening. &lt;br /&gt;
&lt;br /&gt;
==Forthcoming Events==&lt;br /&gt;
No events are currently planned.&lt;br /&gt;
&lt;br /&gt;
==History==&lt;br /&gt;
===Joomla!Night Sweden===&lt;br /&gt;
This event happened two times in 2011&lt;br /&gt;
&lt;br /&gt;
===Joomla!Night Chile===&lt;br /&gt;
More information [http://joomlanight-chile.cl/ here]&lt;/div&gt;</summary>
		<author><name>Rdeutz</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Pizza,_Bugs_and_Fun&amp;diff=61837</id>
		<title>Pizza, Bugs and Fun</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Pizza,_Bugs_and_Fun&amp;diff=61837"/>
		<updated>2011-09-07T09:56:57Z</updated>

		<summary type="html">&lt;p&gt;Rdeutz: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Forthcoming Events==&lt;br /&gt;
No events are currently planned.&lt;br /&gt;
&lt;br /&gt;
==History==&lt;br /&gt;
&lt;br /&gt;
===Pizza Bugs and Fun 2===&lt;br /&gt;
Something for everyone at the Joomla! Bazaar: coding, documentation, testing and other fun stuff.  This event took place on two consecutive weekends, 21/22 and 28/29 June 2008.  For more information see [[Pizza Bugs and Fun 2]].&lt;/div&gt;</summary>
		<author><name>Rdeutz</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Joomla!_Developer_Conference_/_Road_Map_Meetings&amp;diff=61836</id>
		<title>Joomla! Developer Conference / Road Map Meetings</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Joomla!_Developer_Conference_/_Road_Map_Meetings&amp;diff=61836"/>
		<updated>2011-09-07T09:56:25Z</updated>

		<summary type="html">&lt;p&gt;Rdeutz: Created page with &amp;quot;==Forthcoming Events== ===Roadmap Meeting=== Date: Friday, October 21, 2011  Time: 10 am to 5 pm, ET  Location: MICROSOFT Corp‎, 1290 Avenue of the Americas, New York, 10019  R...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Forthcoming Events==&lt;br /&gt;
===Roadmap Meeting===&lt;br /&gt;
Date: Friday, October 21, 2011&lt;br /&gt;
&lt;br /&gt;
Time: 10 am to 5 pm, ET&lt;br /&gt;
&lt;br /&gt;
Location: MICROSOFT Corp‎, 1290 Avenue of the Americas, New York, 10019&lt;br /&gt;
&lt;br /&gt;
Read more about that event on [http://developer.joomla.org/news/365-get-involved-with-the-future-roadmap.html developer.joomla.org]&lt;br /&gt;
&lt;br /&gt;
==History==&lt;br /&gt;
===Joomla! Developer Conference 2009===&lt;br /&gt;
[http://www.joomla.org/announcements/general-news/5250-joomla-developer-conference.html Article] on Joomla.org&lt;/div&gt;</summary>
		<author><name>Rdeutz</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Pizza,_Bugs_and_Fun&amp;diff=61835</id>
		<title>Pizza, Bugs and Fun</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Pizza,_Bugs_and_Fun&amp;diff=61835"/>
		<updated>2011-09-07T09:42:20Z</updated>

		<summary type="html">&lt;p&gt;Rdeutz: Created page with &amp;quot;==Forthcoming Events== No events are currently planned.  ==Histrory==  ===Pizza Bugs and Fun 2=== Something for everyone at the Joomla! Bazaar: coding, documentation, testing and...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Forthcoming Events==&lt;br /&gt;
No events are currently planned.&lt;br /&gt;
&lt;br /&gt;
==Histrory==&lt;br /&gt;
&lt;br /&gt;
===Pizza Bugs and Fun 2===&lt;br /&gt;
Something for everyone at the Joomla! Bazaar: coding, documentation, testing and other fun stuff.  This event took place on two consecutive weekends, 21/22 and 28/29 June 2008.  For more information see [[Pizza Bugs and Fun 2]].&lt;/div&gt;</summary>
		<author><name>Rdeutz</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=JoomlaDays&amp;diff=61834</id>
		<title>JoomlaDays</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=JoomlaDays&amp;diff=61834"/>
		<updated>2011-09-07T09:40:32Z</updated>

		<summary type="html">&lt;p&gt;Rdeutz: Created page with &amp;quot;==Requesting a Joomla!Day or support for an other event== If you are interested in organizing a Joomla! related event such as Joomla!Day or a exhibition in which you promote Joom...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Requesting a Joomla!Day or support for an other event==&lt;br /&gt;
If you are interested in organizing a Joomla! related event such as Joomla!Day or a exhibition in which you promote Joomla! a formal request is required.  In order to arrange or promote your own local Joomla!Day, you simply need to complete two items: (1) fulfill the requirements defined in the [http://community.joomla.org/events/joomladay-charter.html Joomla!Day Charter], (2) submit a [http://opensourcematters.org/joomla-day-request.htm Joomla!Day request form].&lt;br /&gt;
&lt;br /&gt;
If you have questions, please join our google discussion [https://groups.google.com/group/joomla-events list]. A member of the events working group will help you through the process.&lt;br /&gt;
&lt;br /&gt;
== Upcoming Joomla!Days ==&lt;br /&gt;
&lt;br /&gt;
Find all the upcoming Joomla!Days in the [http://community.joomla.org/events.html Events page]&lt;br /&gt;
&lt;br /&gt;
== Joomla!Days History ==&lt;br /&gt;
&lt;br /&gt;
Find all the [[past Joomla!Days]] here and get Idea&#039;s for your Joomla!day&lt;br /&gt;
&lt;br /&gt;
[[Category:Working Groups]]&lt;/div&gt;</summary>
		<author><name>Rdeutz</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Events_Working_Group&amp;diff=61833</id>
		<title>Events Working Group</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Events_Working_Group&amp;diff=61833"/>
		<updated>2011-09-07T09:40:03Z</updated>

		<summary type="html">&lt;p&gt;Rdeutz: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The events working group or better the team of events mentors is responsible for the support for all world wide events. There is a small team of mentors that assist the regional organizers in their preparation for Joomla!Days or help the regional JUG&#039;s to participate on an exhibition or conference.&lt;br /&gt;
&lt;br /&gt;
You can find further details about Joomla! events on the community page at: [http://community.joomla.org/events.html http://community.joomla.org/events.html]&lt;br /&gt;
&lt;br /&gt;
==Events Team Wiki==&lt;br /&gt;
We intend to grow this wiki with further information and guidelines how to organize your event. If you have suggestions ideas and so on please feel free to add a page to this wiki below.&lt;br /&gt;
&lt;br /&gt;
== Follow us on Twitter ==&lt;br /&gt;
&lt;br /&gt;
[http://twitter.com/joomlaevents joomlaevents]&lt;br /&gt;
&lt;br /&gt;
[[Category:Working Groups]]&lt;/div&gt;</summary>
		<author><name>Rdeutz</name></author>
	</entry>
</feed>