Mike McKee

Results 19 comments of Mike McKee

Just wanted to drop a note that you can add a MutationObserver in your Javascript so that you can detect a modal is open with certain text and then can...

I have decided to go into great detail about this plugin architecture here: http://voloreport.com/considering-a-plugin-architecture-for-the-faster-php-mvc-framework

Usually on Ubuntu Linux I just do "tail -f /var/log/apache2/error.log". However, I do see the added benefit you offer here because error_log() alone won't give you a date and line...

Some may prefer separation by date, while others may prefer one log file. Have you ever wondered why many frameworks end their log files in .php? It's the same reason...

Consider the error_log() function instead of file write APIs. Saves you a few lines of code in your logger() class method.

Ah, but you can use error_log() and direct it to a custom log file, and that, for me at least in testing with various hosts, seems to be enabled. I...

Okay, we'll go with fwrite API instead of error_log. I am inclined now to agree to a logger() API in the core. I think $this->core->logger() is good, but makes some...

> Meanwhile you can also try to implement it. 😃 contributions are welcomed🎉 Already on it. I'm working on a PHP-based bug tracker that I intend to make as a...

Meanwhile, you taught me a new term -- masonry view. https://masonry.desandro.com/ I didn't know it was called that.

Ditto this. Seems pretty high on the list. I can see a user typing something and then regretting it, wanting to change the verbiage again.