Trace: • start
Solin Expertise Center
Technical tales and documentation created by and used by the Solin Company.
Linux And OSS
Everything about Linux and other Open Source Software we haved stumbled upon.
Ruby on Rails
Tales of our Ruby On Rails explorations.
Typo3 CMS
In depth knowledge about the php-based content management system Typo3, especially extension programming.
Visit the Typo3 Section.
Databases
Take a ride from MS Access to MySQL, and more, in our databases section. There is also a lot of database stuff in the Linux section.
Web Development
Everything from css, (x)html and javascript to the many MS IE oddities. In short: web development.
This section is still in its infancy.
Moodle
Mostly about otherwise undocumented technical features of Moodle.
Clojure
Wow, a new functional programming language! It's called Clojure.
PostgreSQL
Using pgAdmin 3 you can import a database using the command line:
\i <database path>
If you're having problems with connecting your Moodle to your database you should concider adding the port of the database behind the host string in the config.php, like this:
$CFG→host = 'localhost5433'
You are here: start