by Rahul Singla | Sep 10, 2025 | .NET 4.0+, .NET 4.5+, C#, Programming Techniques
In a long-term CefSharp / Chromium project we had been working upon, a client requested if we can always open PDF files for previewing after they have been downloaded. They specifically mentioned Chrome does the same. So I did some testing and observed that: You...
by Rahul Singla | Sep 10, 2025 | .NET 4.0+, .NET 4.5+, C#, Programming Techniques
So I was working on this CefSharp Chromium project where we needed to interact with the DOM in Chromium. We were trying to automate Order creation for a portal where-in we needed to click buttons in the portal’s html manually, and wait for their Ajax requests to...
by Rahul Singla | Aug 20, 2025 | ExtJs, ExtJs 6.x, ExtJs 7.x, ExtJs Modern, ExtNuke, Programming Techniques
We all are accustomed to using Ext JS’s Field Container / Container Field when it comes to designing forms with Ext JS Modern. A typical complex form would usually involve a Form Panel with a VBox layout. Multiple form fields in a single row would typically be...
by Rahul Singla | Mar 13, 2024 | Programming Techniques, Sql Server, Sql Server 2005, Sql Server 2008
I was recently tasked with improving the performance of one of our Sql Server Stored Procedures which found and returned next available Profile Number for new Profiles to be created in the application. Although the actual circumstances were considerably more complex,...
by Rahul Singla | Jan 24, 2024 | Git, Programming Techniques
So it happened recently that one of our in-house (Windows-based) servers which hosted most of our Git repositories went kaboom!! Upon inspection, it appeared that the power backup supporting the server was malfunctioning which caused abrupt shut-downs of our Windows...
by Rahul Singla | Jul 2, 2021 | Drupal, Drupal 8.x, Drupal 9.x, PHP, PHP 7.x, Programming Techniques
Mart has become a complex platform since its humble beginnings. It today handles multi-domain installations enabling multiple diverse sites within a single Drupal site based on domain hosts. To enable multi-domain installations, Mart automatically issues redirects...
Recent Comments