Category: Others (Technical)
IE11 | SEC7111: HTTPS security is compromised by (null)
Error: “SEC7111: HTTPS security is compromised by (null)” error in IE11 I recently encountered an issue that a web page does not work in IE11 and throws exception “SEC7111: HTTPS security is compromised by (null)”. By analyzing the page script,
Microsoft Outlook Email Rules
Microsoft Outlook Rules Rules are very helpful in setting the behavior of MS outlook. Rules can be used for many different purposes. For example : you can automatically send a reply to all the emails which you receive. you
Document Spring based Restful API using Swagger
Swagger is a very powerful tool to generate documentation of your Rest based web services API containing Spring annotations. You don’t need to add any type of comments to your code to generate documentation. It will pick the Spring annotations
Customizing TinyMCE Editor
1. Add your own CSS for Editor content. Content inside the editor will have its inline embedded CSS styling. Once you write any content inside editor it cannot contain any external CSS. If you want to write some content inside
Allow WordPress to Duplicate Page or Post
In WordPress, sometimes a situation occurs when we need to recreate a page with very similar content or design of another page. Then instead of recreating a page from scratch we can duplicate or clone a page and can modify
Safari | Error: Missing CSRF token cookie
Error : Missing CSRF token cookie Failed to load resource : the server responded with a status of 403 (Forbidden) on “SAFARI” Solution : This error occured when I opened a website in safari browser. This error shows because new
Gravity Forms | ADF/XML format – notification getting html tags
ADF XML FORMAT ADF XML format stands for Auto-lead Data Format XML that is an automotive retailing industry standard data delivery format for import and export of automotive customer leads. This format is used as a way to format the
Configure PHPMYADMIN to connect to different servers
Here are the steps to set up PHPMYADMIN to connect to database servers located at different ip addresses: 1. Open config.inc.php located in C:\xampp\phpMyAdmin directory in windows and located in /etc/phpmyadmin directory in Ubuntu. 2. Add the below written code
Devextreme | Invoke Custom Loader on click of any button
Invoke Inbuilt Custom Loader in Devextreme Mvc datagrid on ‘Save’ click from Insert popup. In Devextreme Mvc datagrid, I used the Popup mode for adding new data with the following way to make api controller call on Insert Action. Below