Dr Fragen in the operating room

computer

  • Moved to WordPress!

    ·

    Well, here I am switched over to WordPress. It’s not a complete transition yet as I still have to configure MarsEdit and wait to turn over hosting of my main site to myself so this can go in the correct place. But so far so good.

    Read More

  • Fixing MySQL and phpMyAdmin

    ·

    There seems to be a problem with how current versions of OS X store the mysql socket and how [phpMyAdmin][1] looks for it. It seems currently the socket is stored at `/tmp/mysql.sock` but phpMyAdmin is looking for it at `/var/mysql/mysql.sock`. The result is a connection error type #2002. After a lot of Googling here’s the…

    Read More

  • activeRenderer callbacks

    ·

    Marc Barrot has written 3 new callbacks into `activeRendererSuite.activeRenderer` for activeRenderer v2.4.6. I’ve gotten the Markdown tool to now use these callbacks. The 3 callbacks are processNode, preProcess and `postProcess`. `processNode` is the equivalent to `getText` and `preProcess` is the equivalent to `if ol`. `postProcess` is called just before the final `return` of the script. I…

    Read More