ModSecurity is an extra layer of defense at your host to protect your websites from malicious code injected into requests. During the Control Web Panel installation, you learned that CWP offers ModSecurity module integration to the webserver.
Tag » Validation
6 Reasons – HTML5 Required Attribute Validation not Working
HTML5 is rich with plenty of features. The support of the required attribute and built-in browser validation is one such feature. With the HTML5 required attribute, you can perform form input validation without the complicated JavaScript code.
Redirect Old URLs to New and Change Address in Google Search Console
In case of a domain change of existing website, you need to redirect old URLs properly to the new domain. Also, inform Google through Search Console about this address change. This helps you to save your website’s rankings in Google Search Results appearance.
Verify Your Domain or Site Ownership with Google
Site ownership verification is an important step to validate the relationship with you, your website and Google. This verification is must when you want to utilise and take advantage of the features provided by Google.
This App isn’t verified – Google OAuth Client Verification
When your web app requests certain sensitive OAuth scopes from Google, you must have passed Google OAuth Client Verification. Failing to do that, results “This App isn’t verified” page when a web client makes Google OAuth consent request.
Handy Function to check if jQuery Datatable exists
jQuery Datatable is a powerful jQuery plug-in used to display the data in listing at front-end. These datatables handle our data to show in a user friendly manner and provide lot of features to use like sorting, searching, paging, and export to different types of file and print. jQuery datatable provides all these features in very user-friendly and easier to use manner. But while using such DataTable, first we need to check if that jQuery DataTable instance exists or not.
Model Validation in ASP.NET Web API
Model in MVC is a representation of our data structure so we need to validate the input data by applying validation on model. Here for that purpose we will implement the data annotation technique for applying model validation in Asp.NET Web API application.
Client Side Validation using ASP.NET Validator Controls from Javascript
We use the server side control in ASP.NET and for validating them, we use the server validation control. These ASP.NET validation controls provide functionality to perform validation using client script but these are handled at the end of the page by rendered validation script. When we want to post the data by AJAX or JavaScript that time Validation control won’t fire the validation.
Minlength validation in HTML 5 input
HTML 4 has maxlength attribute to limit the number of characters entered in input text box and HTML 5 also supports this attribute as well. HTML 5 input now supports minlength validation using pattern attribute. Let’s see how can we accomplish minimum length for a text box.
Implementing Google reCaptcha in WordPress AJAX Register
Thanks to all visitors for their love to the article http://fellowtuts.com/wordpress/wordpress-ajax-login-and-register-without-a-plugin/. As we got many requests to implement Google reCaptcha in WordPress AJAX Register, I’m here with the wonderful code which will protect spams through Google reCaptcha during registration in your WordPress powered site.