Author: Christian Noel
-
Dream Come True: Nikon D90
Doesn’t it feel so good when you finally get what you’ve been waiting for years!? The Nikon D90, a dream camera of mine is finally within the reaches of my hands! Just a revisit from last year’s post: Target Camera: Nikon D90 | Misty-Stix The last camera I had was a Fujifulm S200EXR. It did a…
-
Dynamic Forms Revisited
Why I called this a revisited issue is because I’ve asked this before in the stackoverflow community. Check this link: http://stackoverflow.com/questions/2293512/web-ui-dynamic-web-forms. The problem lies in the dynamic generation of components from within a form, for instance, your data-structure follows the one-has-many setup. Take for example a person who has one or more cars, then we would…
-
Domain Level Error Logging in Apache/PHP in Linux
The error logging functionality of apache is very important especially when you are testing things out with your php application. But on some cases we experience problems which hinder us from locating the error_log file where all errors, problems or warnings reside whenever we attempt to debug our application. Problems we usually encounter are: Where’d…