mickey's blog
ErrorDocument 404
Wonder why so many sites don't implement this, in fact this is one thing all sites should do. It makes sites more friendlier to users and will at least cover the impression of having bad pages.
ErrorDocument 404 when placed on the main apache configuration or if you want it site specific - in .htaccess like so:
ErrorDocument 404 /notfound.htm
Useful SVN commands
svn diff - since sometimes I don't commit until later that time, I use this command to see what changes I made before committing them so I would remember and know what commit message to put.
svn status -q - this helps me remember those files I have edited and have not committed yet, not listing those files that aren't in the repository.
svn commit --editor-cmd /usr/bin/vim - sometimes I'd like to have my commit messages span multiple lines, this is how i do it.
Philnits FE exam PASSED
Woot! I just found out I passed the Philippine National IT Standards Foundation Exam formerly called the Japanese IT Standards Examination.
I think of this as a board exam for IT professionals since there are actually none that exists not unlike other professions like courses in Engineering, Interior Design, Medicine and etc. Hmm..., something tells me that we are not being taken very seriously eh? click here for results. I'm listed on the 5th row.