ExtJs Modern 6/7 – Making password fields revealable
There are a couple of ways one can create password fields in ExtJs 6/7: Use the textfield component with its inputType set to password:https://docs.sencha.com/extjs/6.7.0/modern/Ext.field.Text.html#cfg-inputTypeOr use a passwordfield...
Drupal 8/9 – deleting table rows via ajax
Deletion of Drupal table rows via an Ajax call was never too difficult. You just add a controller callback: organization.person.delete: path: '/person/{person_id}/delete' defaults: _title: 'Delete Person' _controller:...
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...
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...
Recent Comments