For all my friends reading my blog on a regular basis, you know that it is a place to dump knowledge as I come across it. Ian at VMIX.com is releasing his WP plugin soon. We are beta testing today! Here’s a sample:
Thanks, Ian. So far, so good!
Recently, I started re-learning c++ and the topic of data structures surfaced. The conversation evolved to their usefulness in web development. Without commenting on that, I decided to partake in an exercise to implement c style functionality in a PHP OOP context. Here is the code I came up with:
/*
* Stack - the [...]