When running Apache with PHP on a Unix/Linux server, you can find the location of the php.ini file easily. Open a terminal window and type: php -i | grep php.ini The server will respond with something like this: Configuration File (php.ini) Path => /some/path/directory Loaded Continue Reading
August 22, 2012 by at 6:10 am
Tip of the Day: How to Find Crash Logs on Windows 8

Finding crash logs on Windows 8 is easier than you might think. Continue Reading
August 12, 2012 by at 7:53 am
Tip of the Day: Remove All .DS_Store Files
If you come across a file by the name of .DS_Store, it probably originated on a Mac. OS X uses this type of file to store additional information about files, directories, and their contents, such as the color of a label, the dimensions of a Finder window, or the sorting order of items in a folder. Continue Reading