Aug 082010
 

Hmm, mit dem WordPress Update und dem Update meines Themes hat sich das Design komplett verschoben gerade.

Da werde ich nochmal daran basteln müssen die nächste Zeit…Well, updating on the latest wordpress version and the latest version of my theme the design is totally crashed right now.

Seems like i have to work on that in the next time…

Feb 022009
 

Die letzten Tage habe ich mich mit der Software MAMP beschäftigt. Die Abkürzung MAMP steht für: Macintosh, Apache, Mysql und PHP.

MAMP ermöglicht das Installieren einer lokalen Serverumgebung auf einem OS-X Betriebssystem,  mit der lokal serverseitiger Code überprüft werden kann, z.B. PHP und mit der SQL-Datenbanken verwaltet werden können über die Einbettung von phpMyAdmin

mamp1

Über „Startseite öffnen“ lassen sich die Verbindungsparameter von MAMP abfragen und ein einführendes Menü zur Verwaltung mit MAMP betrachten.

Die Blog-Software WordPress ermöglicht nicht nur das Einrichten eines Blogs auf einer WordPress-Seite (z.B. diesen Blog, in dem ich schreibe) sondern auch einen Download auf andere Server und eigene Anpassung der Software. Dies kann z.B. interessant sein, wenn die Blog-Daten auf eigenen, z.B. universitären oder schulinternen Rechnern gespeichert werden sollen oder für Backup-Funktionen.

Zum Einrichten einer lokalen WordPress-Installation muss zuerst eine neue Datenbank unter MAMP erstellt werden, z.B. mit dem Namen „wordpress“. Diese wird später eingebunden in die WordPress-Installation, indem die „wp-config.php“ Datei verändert wird. Der genaue Verlauf der Installation findet sich in der „readme.html“, die mit der Installation geliefert wird. Wichtig ist die Bearbeitung ohne Metadaten zu hinterlassen, d.h. unter Mac OS-X besser Textwrangler als TextEdit als Editor verwenden. 

Entscheidend in der Datei „wp-config.php“ sind folgende Zeilen:

 

// ** MySQL settings – You can get this info from your web host ** //

/** The name of the database for WordPress */

define(‚DB_NAME‘, ‚wordpress‘);

 

/** MySQL database username */

define(‚DB_USER‘, ‚root‘);

 

/** MySQL database password */

define(‚DB_PASSWORD‘, ‚root‘);

 

/** MySQL hostname */

define(‚DB_HOST‘, ‚localhost:8889‘);

 

/** Database Charset to use in creating database tables. */

define(‚DB_CHARSET‘, ‚utf8‘);

 

/** The Database Collate type. Don’t change this if in doubt. */

define(‚DB_COLLATE‘, “);

 

Hier wird die WordPress-Installation an die lokale Umgebung angepasst und die weitere Installationsroutine dadurch lauffähig. 

Diese weitere Installationsroutine wird aufgerufen über das Öffnen der „install.php“ Datei über einen Webbrowser und über den Apache-Server, der über MAMP aktiviert ist.

Erst wird ein Passwort für den Administrator des neuen Blogs generiert und dann erfolgt eine Formular-basierte Abfrage, die sich nicht weiter unterscheidet von derjenigen, die bei den WordPress-Installationen auf den WordPress-Servern laufen:

wp-2 

Hilfreich war ein englischsprachiges Tutorial von Michael Doig, wo ich auch auf die Lösung meines Anfangsproblems kam, da ich die Installierung des neuen WordPress-Blogs in dem „5 minutes install“ Konzeptes nicht über den Server von MAMP laufen hatte, sondern versuchte direkt aus dem Verzeichnis die php Datei zu laden. Diese „install.php“ Datei aus dem Schritt 6 dieses Konzeptes kann nur dann korrekt geöffnet werden, wenn sie  über 
http://localhost:8888/wordpress/wp-admin/install.php
geöffnet wird und nicht über
file://…//wordpress/wp-admin/install.php

Die verwendete Software ist komplett kostenlos und läuft unter Lizenzen der Free Software Foundation.

Apr 162008
 

As i had some free time i was writing a comment to „what is e-learning“ from juliane i tried to describe my view on a post in. It took quite a lot of time and efford to write in a deep and structured way, so i hope i get through all the other posts of the other people as well (at least to read and understand and comment a bit) 🙂

As i had some free time i was writing a comment to „what is e-learning“ fromjuliane i tried to describe my view on a post in. It took quite a lot of time and efford to write in a deep and structured way, so i hope i get through all the other posts of the other people as well (at least to read and understand and comment a bit) 🙂

Apr 162008
 

For this week, our task #3 was published and i have chosen the sheep as picture. You can see it here:

The next step is searching for information and collect to create a presentation as a bigger collective project.

I suggested allready to use a wiki for this task, as it is more close to the aims we want to reach with the project than a blog could be (coordination, developing documents, ongoing parallel work,…)

Our part-work for the project is: LMS (Learning Management System) and LCMS (Learning Content Management System) and the group members are

I will try to set up a seperate new wiki page at loveitorchangeit.com for our group-work as soon as i have access to the wiki…

For this week, our task #3 was published and i have chosen the sheep as picture. You can see it here:

The next step is searching for information and collect to create a presentation as a bigger collective project.

I suggested allready to use a wiki for this task, as it is more close to the aims we want to reach with the project than a blog could be (coordination, developing documents, ongoing parallel work,…)

Our part-work for the project is: LMS (Learning Management System) and LCMS (Learning Content Management System) and the group members are

I will try to set up a seperate new wiki page at loveitorchangeit.com for our group-work as soon as i have access to the wiki…

Apr 152008
 

As mentioned on our common weblog, it seemed sensefull to change to individual blogs.

The old posts i made are listed here.

And something else i found out is a nice tool to compare blogs, which i used to decide to continue with wordpress.com as host for my new blog.

More to come soon

As mentioned on our common weblog, it seemed sensefull to change to individual blogs.

The old posts i made are listed here.

And something else i found out is a nice tool to compare blogs, which i used to decide to continue with wordpress.com as host for my new blog.

More to come soon