Archive for August, 2006

6

Aug

Filed in Code, PHP with 1 comment |

Today I undertook the challenge, or rather the lack-of, of integrating the MediaWiki userbase with Vanilla’s forum software. This provides the nice ability to run MediaWiki and Vanilla forums without having two distinct authentication systems. It’s also a nice way of making people apply for access to edit the Wiki
Because Wordpress is horrible […]

1

Aug

Filed in Code, PHP with no comments |

One big thing with large sites is optimization, and a major factor in most sites is SQL. In the end, all optimization methods begin, and most likely end, with a caching solution. While disk caching is not the only solution, in my opinion, for most situations, it is the best solution.
With Nibbits I was in […]