The Solution To Your Problem Is Out There .... Somewhere

I got hold of a new Asus WL-500W router for me (Pics & specs coming up soon). The router has open source firmware so people can develop applications for it. One such app (ADOS) is that allows you to configure the router to download stuff directly to a hard disk (connected to router through USB) without the need of keeping the PC switched on. One of the app users reported the following error (Click on the pic to enlarge) that he got while using the app. [Read More]

Migrating From PHP4 To PHP5: Solving WP-Cache (and maybe other) Issues

Situation: You are migrating your WordPress blog from PHP4 to PHP5 (intentionally or being forced to as you web host won’t support PHP4 anymore). Most of the times, this is as simple as adding some simple lines to .htaccess (e.g. AddHandler application/x-httpd-php5 .php ). And you might not notice any issues. But many of you still do. The issues range from weird page layouts, to some controls not working, to some errors popping up here and there, and probably your blog not even displaying. [Read More]