These articles and tutorials are intended for web developers and IT professionals. No free support is provided, and comments are disabled. Kazimer Corp. assumes no liability for the use of any content on this web site. Use at your own risk.
If your web site uses both ModSecurity and CloudFlare, and visitors to your web site are blocked intermittently, then the problem could be a Cross-Site Scripting (XSS) protection rule in ModSecurity. This article will show you how to fix the problem.
You can use jQuery to validate form input data before form submission. Disabling the form inputs during validation and submission seems like a good way to prevent changes to form inputs by the user before the form is processed. But subtle problems can happen if you use the disabled attribute to do this.
This article will show you how to fix the behavior of the “Exit to Dashboard” button with just a few lines of code. Additional code examples will show you how to redirect the button to a list of posts, instead of the dashboard.