Alternate PHP on MacOSX?

Filed under: Uncategorized. Tags: , , . | 2 Comments 

I'm working on a project where I'll need to demonstrate the process of importing static websites into Drupal, so I'm toying with the import_html module. The only problem is, it doesn't work on the PHP that comes with MacOSX. It requires XSLT to do it's magic (chunking through the DOM of the static site pages).

I've tried installing the Entropy.ch PHP5 package , but that just borked Drupal on my test system. Is there a sane way to install a more fully-featured PHP version that will work with Drupal on MacOSX?

Update: MAMP works like hot damn! What a handy way to have a separate PHP/MySQL stack to play with on my desktop, without worrying about borking the OS-installed versions… Thanks to Matt for the tip!

Teaching Resources Database

Filed under: Uncategorized. Tags: , , , . | Leave a Comment 

I’ve just updated our Teaching Resources database to use a copy of the lightweight asset management system I built for the Pachyderm project.

Previously, the TR database had been developed as a WebObjects application, connecting to an XStreamDB XML database. That performed really well, and made for nice reliable queries, but meant an editing interface was more difficult to develop.

Now that it’s just a simple MySQL database, and a simple PHP script running the queries and interface, it’s easy to manage, and performs quite well.

There are currently 622 teaching resources (books, websites, documents), in 28 different teaching-related topics. It is a collection of links, gathered by ourselves and the VP Academic’s office from relevant sources around the internet.

Creative Commons License
This work is licensed under a Creative Commons Attribution 2.5 Canada License.