Sunday, November 05, 2006

PHP Simpl Examples

PHP Simpl is a framework that is constantly evolving, and to help anyone who is interested in using the framework we are putting examples in the SVN repo. As of rev 125 we will continuously be adding to the examples folder which will outline the functionality of Simpl and get you up an running in no time. Currently there is just a show blog type application in there but we will be expanding it. Also if you have a good idea for an example or would like to submit your own just post in our group and we will be sure to help you.

Proxy Midterm Update

For our midterm in CSC5250 we were given the task to create an http proxy that handles GET/POST/HEAD requests. Well it all went well and my group got a 100%. The proxy actually preforms very well and handles most pages out there, and has a pretty sophisticated caching engine. Although there is a few drawbacks when the page uses some odd connection types to get its information and multi part POST's don't seem to be working but all in all we are very proud how it came out. I will probably be posting the code somewhere to get it out in the public and maybe a viable small scale proxy. We will have to wait till the end of the semester and get approval from my partner.