Greasemonkey is a Firefox extension that allows you to write scripts that alter the web pages you visit. You can use it to make a web site more readable or more usable. You can fix rendering bugs that the site owner can’t be bothered to fix themselves. You can alter pages so they work better with assistive technologies that speak a web page out loud or convert it to Braille. You can even automatically retrieve data from other sites to make two sites more interconnected.
Greasemonkey by itself does none of these things. In fact, after you install it, you won’t notice any change at all… until you start installing what are called “user scripts”. A user script is just a chunk of Javascript code, with some additional information that tells Greasemonkey where and when it should be run. Each user script can target a specific page, a specific site, or a group of sites. A user script can do anything you can do in Javascript. In fact, it can do even more than that, because Greasemonkey provides special functions that are only available to user scripts.
Before doing the Joomla! installation, you have to prepare the database that will be used during the installation. Here are the steps:
1. Open your browser. Then type http://localhost/phpmyadmin address. You will get the appearance as in the picture 1.14.
Picture 1.14 Login form before enter the database manager
2. Fill user name and password as you already set in the time of the AppServer installation. Then click the OK button.
3. In the phpMyAdmin front page, enter the database name that you want for Joomla! For example, joomla. Look at the picture 1.15.
Picture 1.15 Make new database named joomla
4. Click the Create button to execute the making of the new database so called joomla.
If you get the appearance as in the picture 1.16 means that the new database is succeeded in made and get ready to use to receive the data from Joomla! Next, we will install the Joomla!
Picture 1.16 New database named joomla has been created
In this training session, we will use AppServer. You can download the AppServer package at www.appservenetwork.com. You can use 2.5.x. version. In this version, you will get PHP 5. If you download 2.4 versions, you will get PHP 4. I suggest you in using 2.5.x.
Beneath are the steps of AppServer installation:
1. Click twice the AppServer setup.
Picture 1.1 AppServer setup file
Picture 1.2 Wellcome page
2. You will get the welcome page as you can see in the picture 1.2. Click the Next button to continue. You will get the agreement page as you can see in the picture 1.3. Read the rest of this entry »