Love Seals The Deal
Love is more powerful than fear, and so it stands to reason it is more powerful than hatred, greed, envy, and every other worldly evil. Proverbs 10:12. You’re hurt by someone and yet you look back at them with the hurt in your eyes. Love never condemns. Any time we judge and condemn we’ve failed [...]
An Error Occurred Executing the Microsoft VC++ Runtime Installer
MySQL is proprietary and some developers are now merging to Postgre SQL. If you are running windows you might come across this error. I am using windows 7 ultimate and encountered this error during installation. I solved the problem using the command postgresql-9.0.1-1-windows.exe –install_runtimes 0 You need to navigate to where you downloaded the installer using the [...]
Changing the Owner of Your Docroot (LAMP)
In a LAMP server when you upload files in your htdocs folder using the root account the owner of the files is root and all other account wont be able to execute commands. This is what I have encountered when I uploaded web application I just finished developing. I have commands such as chmod in [...]
Internal Error 2378
I was installing a software and throws an error Internal Error 2378. I googled the problem and most suggestions didn’t work out for me, btw I am using windows 7 ultimate. Most suggestion say that I need to run regsvr32 vbscript.dll which failed even if I keep on repeating the command. Yes its says the the command was [...]
MySQL Reset Root Password
My friend forgot his mysql password and the database needs to be accessed by the root user. My friend is running MySQL 5.1 and as I browsed the MySQL manual the solution provided is not working though a slight change was made. Just like the provided step in the manual: Log on to your system [...]
WordPress 3.0 MultiSite – How to Enable?
Creating a multi-site in WordPress have been made easy. Multi-site feature will allow multiple websites running from a single installation of WordPress.
Basic PHP Object
Object-oriented approach in PHP? I prefer procedural. Not until I understand its benefits, perhaps the greatest benefit of object-oriented code is its reusability.
Easy PHP Template Engine
The PHP template is used to separate the logic and presentation, where the logic is a php file called engine and the presentation is an html-like file.
WordPress: Where to Start?
As a wordpress newbie, to enhance my knowledge regarding how the wordpress works I probably need very good resources to start up with.
Determine WordPress Variables
There are lot of variables declared in the WordPress, one of the method I used determine this kind of variables is to add this code in the index.php