Category Archives: php

Installing PHP on OS X for web development

There are a number of ways to install PHP as a part of apache on OS X. For a while I used MAMP and a couple of scripts to start and stop the processes and point htdocs to the current directory. Then I ran into a problem with MAMP’s PHP not supporting connections to MS [...]

Also posted in web development | Leave a comment

WordPress network on Dreamhost

WordPress, as of version 3.0, allows you to set up more than one site within the same installation. Each site uses the same core software and users can use the same credentials in all the sites they have access to across the network. Essentially, it allows you to set up a mini WordPress.com. Since I [...]

Also posted in hacking, web development, wordpress | 5 Comments

Presentation: WordPress Off Road

Here are the slides from my presentation at WordCamp Minneapolis / St. Paul, 2010. I talked about a PHP class I wrote called wp_posts, how to update options across multiple WordPress sites in a WordPress multisite installation, and how to get LDAP authentication for multisite WordPress up and rolling. WordPress Off Road – Slides

Also posted in speaking, web development, wordpress | Leave a comment

Speaking at WordCamp MSP, 2010

I’m going to be speaking at WordCamp Minneapolis 2010 on November 13. My presentation is titled WordPress Off Road. I’m going to talk about integrating WordPress with a multi-faceted (non-WordPress) website. I will be introducing a PHP class called wp_posts for exporting WordPress posts, scripts I’ve developed for maintaining multi-site WordPresses and experiences setting up [...]

Also posted in speaking, web development, wordpress | Leave a comment

Accessing IPInfoDB with a PHP class

I am working on an analytics tool and needed to pull info from the public IPInfoDb. You can get data for 1 – 25 IP’s at a time, and the data is returned as XML or JSON. I wrote a quick Library for PHP that accesses their data using the JSON format. It selects the [...]

Also posted in web analytics, web development | Leave a comment
+