Drupal School Site. St Louis Jubilee School Drupal in Africa (Ghana)
Here come another drupal success story. The building of St. Louis Jubilee School. This is a primary and JSS school (Junior High School) in Kumasi. Kumasi is a city in Ghana(West-Africa). The site is a basic website with normal functionality. The website contains information about the school and the activities of the school. Some of the features that allow the website to stand out from the rest of it’s kind is the following:
1. Online Results System
2. User and email Account for the staff
3. Accounts for the Students
4. Events/ News and Articles organization
5. Galleries
I just want to go through how I built the website. This is a write or some sort of documentation about how the tools,modules and how the site was built. We all know that drupal is a very powerful tool. I even called it the “drupal framework”. I see it as more of a framework that a CMS. We usually see it being used for high end sites like New York Observer, Eureka and the rest. I must say that they are really performing a awesome job with those site. I have actually learnt a lot from these sites and how the developers built it. In this case drupal is being used for a lower end site in terms of functionality , if I may say so. (A high school web site/CMS)
Read the rest of this entry »
Connecting Nokia 6230 to Ubuntu 7.10 and using it as a gprs/edge connection. 1
Firstly, let me apologize for not posting for a while, i was finishing up my semester examinations.
Okay let me get on with the post. Connecting Nokia 6230 to Ubuntu 7.10 .
Before you start make sure that the phone you are using has a working gprs connecting and you can browse using the mobile phone. After that is settled make sure that the you have settled all billing issues with your subscriber and you know how the billing is done. Then make sure you get you DKU-2 cable for the nokia 6230.
NB:I have used only DKU-2 and Nokia 6230 and ubuntu 7.10 so i can only vouch for these.
1. Connect the Nokia 6230 to the computer using your cable. After which you type this command.
“lsusb”
Send emails in PHP-Using PEAR extensions II
In the previous post we looked at managing and installing PHP Extension and Application Repository (PEAR) packages, as well as how to use such a package from a PHP script. Now we will look at some of the other packages in the PEAR library.
The packages required for this column are available from www.pear.php.net.
To install them into your local PHP system, copy all packages from the PEAR site into a temporary directory, then type:
$ pear install
Where <package filename> is the filename of the package you are installing. The packages are stored in tar gzipped format, so you may get an error like this:
The extension ‘zlib’ couldn’t be found.