Posted on December 18, 2008, 3:23 pm, by Sean, under
Code.
One of the things I really dislike about PHP is it’s reliance on spaghetti code. Every PHP developer has had to deal with <?php ?> tags strewn about HTML in a seeming mess. The worst situation is updating someone else’s code. Often it takes longer to decipher everything than it does to make the actual [...]
Posted on December 13, 2008, 6:17 pm, by Sean, under
Code.
Recently I was charged with integrating our content management system our company is developing with MediaWiki. Specifically, we wanted the appearance of a single account for both our CMS and MediaWiki. Since our CMS is were all the action happens and MediaWiki is serving as a user manual I decided to have our CMS also handle account management for MediaWiki.