Over consecutive weeks I have couple of friend and a cousin who cannot use their laptops because they forgot or dont know the password for the administrator to login.
Posted in Tutorials | 4 Comments »
Over consecutive weeks I have couple of friend and a cousin who cannot use their laptops because they forgot or dont know the password for the administrator to login.
Posted in Tutorials | 4 Comments »
Here is a short WordPress troubleshooting tutorial for theme tweaking. A theme I’m working on runs fine and was tested on PHP 4.3.x locally in my machine, I tried testing on PHP 5.2.x and I immediately encountered syntax error on WordPress. Traced the problem to be inside the Loop in WordPress. Sharing it here for [...]
Posted in Tutorials, Wordpress | 2 Comments »
My first basic PHP tutorial. Pretty simple tutorial on enabling the GD support extension. PHP 4.3.x and higher by default has GD support included but may not be enabled. First thing to do is to check with phpinfo(), if you don’t see GD support, then we need to enable it.
Posted in PHP, Tutorials | 2 Comments »