How I converted Mephisto to WordPress

Posted by & filed under Developer Blog.

I got a comment the other day asking how I converted to WordPress from Mephisto while keeping my comments and everything intact. If you are familiar with Ruby on Rails, this response will make sense. If you are not, I recommend learning it…then this response will make sense. In a nutshell, I used Mephisto for… Read more »

Safari CSS Hack

Posted by & filed under Developer Blog.

I just came across an article about how to write CSS only visible to Safari 3.0 and Opera 9. It saved my life so I thought I’d share the love! It was especially useful to me while trying to use ‘display: inline;’ to create a horizonal nav out of an unordered list <ul>. It turns… Read more »

WordPress pretty permalinks working on WestHost

Posted by & filed under Developer Blog.

I had a hard time figuring out how to get the pretty url permalinks working for WordPress on WestHost, but I finally found the solution. It was weird at first because WordPress actually was writing to the .htaccess file correctly, but when I tried it out in a browser I was still getting 404’s. After… Read more »

My Blog is Now Running on WordPress

Posted by & filed under Developer Blog.

Well, it’s my second migration. First I built this blog on my own using php. Then I decided to venture out and stop re-inventing the wheel and use a real blogging software tool. I chose Mephisto at the time (about a year ago), but I eventually regretted that and am now completely content with WordPress…. Read more »

Add a field to Contact Us form in Drupal

Posted by & filed under Developer Blog.

I needed to add a checkbox to Drupal’s Contact Us form for a client of mine. The client requested that I add a way for those filling out the form to request a newsletter. I discovered it’s pretty easy to add a form field and get it added as part of the email that’s sent…. Read more »