Drupal 8/9 – adding row specific css class when preparing a table
This blog post kicks off a series of posts where I am gonna quickly and tersely write about small-small problems we faced working with various platforms and provide quick solutions to them. As for this blog-post, we recently had a scenario where we needed to add a...
Making SameSite cookies work in older versions of .Net
If you have landed on this blog post, good chances are you are having issues with cookies of your web application which are being blocked by recent browser versions. Our case was no different. We have an enterprise web application built on .Net which is deployed on a...
C# – Fixing unescaped special characters in XML element values
Anyone working with XML would know the following 5 characters are reserved in XML and need to be encoded/escaped anytime they occur as content in XML (which could either be as attribute or element values): < (which needs to be escaped as & lt; in content)>...
Drupal 8 / 9 – Adding theme suggestions for node id specific field template
For those working with Drupal 8 or 9 theming would know Drupal switched to Twig templates based rendering for various portions of the page. Drupal's theming engine generates file name suggestions for each portion of the page as you can see in screenshot below:...
Continuing Page Numbering when combining Word documents with Open Xml Power Tools
So we have this Template Engine in ItNet which can generate beautifully formatted Reports for our customers by processing template Office documents, including Word, Excel and Powerpoint files stuffing data into them to produce the final report. We use combination of...
WHM – Need to disable SMTP Restrictions for using external SMTP servers for sending emails
So, this is the part of my job/work which I love, but sometimes not so dearly: unsuspecting items cropping up from no-where when you are working on something really important or having an off-time :'( Yesterday, post lunch, I was excited-ingly working on the...
Interoperable public/private key cryptography between PHP and .NET
Hello everyone, I am back 🙂 .In my last blog post, I promised I would be sharing my thoughts here more often, but it still took me almost an entire year to come back and write again on my blog. Anyways, I did something recently which was intriguing and exciting...
Date Time Field for ExtJs Modern toolkit
Feels so good to be back here. Last time I blogged on my site, it was what, like 2015 :-oHave written intermittently on Imbibe's blog since but really looking forward to writing and sharing more here again. Meanwhile if you noticed, this site got a face-lift. A big...
Using your Gmail account for sending automated SMTP emails
Blogging just tad short of a full year, oh well...Anyways, I today came back to the admin section of my website after a loooong time and noticed automated email alerts from the site (for example comment notification emails) have been failing for sometime. The site...
Crystal Reports – Accessing default value for a parameter using .NET SDK
We have been using Crystal Reports for our Travel CRM with good results for a few years now. We use a completely custom ExtJs based experience for Report viewing which includes a custom user interface for entering report parameters (see screenshot below for an...
Recent Comments