Knowledge.ToString()

  • Phaser 3 Example: Set Gravity And Stop Object From Moving When Clicked

    In Phaser 3, we can set gravity for an object to make it falling for floating. I am working on a project where I want to set the gravity but when I click on it, the object should stop moving. Here is a working example of a scene. As you would notice, body.stop(), and body.allowGravity…

    |

  • VB .Net – Calling a Function Calls Property Setter Method

    I encountered a nasty bug (technically: design) when I was using an HTML Web control in a WinForms application. I am storing html and plain text version of text into a SQL table. This control has InnerHtml and InnerText properties. Both of these properties have getter and setter. I was calling a 3rd party dll…

    |

  • SSRS: Create Placeholder Not Available

    If you want to show HTML in SSRS reports, online tutorials are available to show how to add placeholder within your SSRS reports. When I tried to follow the tutorials, no matter what I do, I could not see “Create Placeholder” option. Every tutorial was mentioning to right click on the textbox and it will…

    |

  • Digital Ocean Recovery Console Stuck in Caps Mode

    I am using Digital Ocean for hosting couple of Website including .Net Core Websites. For certain maintenance, I use Digital Ocean recovery console to login to the server. One day, accidentally something went wrong and console was stuck in caps mode. Trying to type in lower case would type in upper case and typing in…

    |

  • How To Setup DKIM For Multiple Domains in Virtualmin

    I am hosting multiple domains using Webmin and wanted to setup DKIM for multiple domains. If you are using DNS server from Virtualmin, it would be easy to setup DKIM because Virtualmin takes care of not only enabling the DKIM for the domain but also setting up correct DNS record. I use 3rd party DNS…

    |

  • Error Creating SSIS Package 0xC001100E In Visual Studio 2017

    I had Visual Studio 2017 Professional installed. When I tried to create a new SSIS package, it threw following error. Error creating SSIS package 0xC001100E. There was no other information available. What I Tried I tried following steps but it did not help fix the problem. I verified in Visual Studio that I have SQL…

    |

  • SuiteCRM: Change Date Format in PDF Template

    The default date format within SuiteCRM depends on the locale set within the application. But if you want to customize the date format available within the PDF Template, use the following code and make changes as per your need for date formatting. Warning: This change is not upgrade safe. If you upgrade SuiteCRM, you must…

    |

  • Fixed: Virtualmin Keeps Disabling DKIM

    I wanted to enable DKIM for the multiple websites hosted on Digital Ocean using Webmin. I am using Digital Ocean DNS server and do not use the DNS server provided with Webmin. In fact, I keep the DNS service disabled. When I wanted to enable DKIM for emails, I went to Virual Min > Email…

    |

  • SuiteCRM Error: Inbound Email Cannot Function Without the IMAP c-client Libraries

    When I migrated SuiteCRM from Windows Server to Ubuntu, I scheduled cron job but the output showed the following error. Inbound Email cannot function without the IMAP c-client libraries enabled/compiled with the PHP module. When I tried to search online, I did not get a quick answer. After understanding some technical details of the error,…

    |

  • Chrome and Edge Shows Wrong Photo Orientation

    You have an application in which you show a photo. Intermittently, you get some photos show up with wrong orientation. In Internet Explorer, photo shows up correctly but Chrome and Edge causes the problem. As a developer, you may think it is an Internet Explorer issue because Chrome and Edge conforms to the specs. But…

    |