My networking professor handed out a group project to build a virtual token ring network and I thought I would share my findings here. Before you say anything, I know it is not a true token ring network, but it sorta acts like one which was more the goal of the project. My group partner
jQuery: Oh How I Love Thee
I started using jQuery last week and I am finding it to be a great library so far. It is very easy to interact with elements on the page in fun and creative ways. As a sample, I have been working with the Northwest Nazarene University web team and they wanted to develop a simple
New Website Launch: Lewis County Chaplaincy
Launch another website this week. This one is for the Lewis County Chaplaincy, a group that serves the needs of emergency services personnel as well as people throughout the community in need. Check out the Lewis County Chaplaincy website.
PHP: Fatal error: Trying to clone an uncloneable object of class mysqli
I was working on a report for a client when I discovered this rather odd error: Fatal error: Trying to clone an uncloneable object of class mysqli. I am still not sure what caused this error, but there does seem to be a quick fix for it. ini_set(‘zend.ze1_compatibility_mode’, 0); Here is what the PHP manual
PHP: __call Magic
Lastnight as I was researching how to build a plugin system for a cms I am working on I ran across several implementations using the __call method. I had not used it before myself, but after doing a little googling I devised a test. It really is quite simple and can be a powerhouse in