Category Archives: MySQL

What goes around, comes around

I’m not a big believer in karma, but this week I experienced some karma-like effects. Two years ago for work, I developed code to protect wiki websites. Then I published it on my blog. This weekend a software upgrade caused … Continue reading

Posted in Main, MediaWiki, MySQL, PHP, Security, Tech | Tagged | 3 Comments

Essential PHP Security

I recently finished reading Essential PHP Security by Chris Shiflett (O’Reilly). It was a good, quick read, and for me it was mostly a review of principles I had previously read on Chris’s blog. The main principles are filter input … Continue reading

Posted in Main, MySQL, PHP | 1 Comment

CSS Best Practices

Last month at the UPHPU meeting, Wade Shearer presented on CSS best practices. He’s one of the few programmers in the group that’s a designer first, and a programmer second, so he has unique insight into web design. Here are … Continue reading

Posted in Main, MySQL, PHP, Tech | 34 Comments

Password protecting MediaWiki with mod_auth_mysql

MediaWiki is the powerful software on which Wikipedia and many other sites are built. It does not, however, come with the option to password protect pages from being viewed. (It can password protect pages from being edited.) If you need … Continue reading

Posted in Main, MediaWiki, MySQL, PHP, Tech | 37 Comments