reZo Labs

Combining Web 2.0 with 1.0

It’s all very nice and dandy to have a website built within 2.0 standards. However, what if the website hasn’t been built for non-JavaScript browsers, or for people with JavaScript disabled? There is an easy work around for this, by … Continue reading

Posted in Web Development | Leave a comment

Using Memcache with PHP

It’s been at the back of my mind for a while, using objects from cache, without destructing them, and only initializing them once. Many thanks to Memcache this is now possible. Memcached (daemon) stores arrays, objects and variables in memory … Continue reading

Posted in Operating Systems, Web Development | Leave a comment