Blog | Tech Blog | Secure Coding | Twitter | RSS Feed | Get Email Updates
—-

tweetmeme_source=’shantanugoel’;tweetmeme_url=’http://tech.shantanugoel.com/2008/12/03/the-solution-to-your-problem-is-out-there-somewhere.html’

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 [...]

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. [...]