Dear Technology Magazine

impressive tips and tricks with interactive tools and collection



Override a CSS Class Style

If someone wants to override a class style (like .responsive-style th), they can use CSS with higher specificity, the !important declaration, or inline styles. Here’s how each method works ...

JavaScript Code for Last Modification Date

You may want to show the Last Modification Date of your website. Here is the JavaScript code to do that. Even you can edit the date and time format by editing this line:

const formattedDate = `Last modified on ${day} ${month} ${year} at ${hour12}:${minutes}:${seconds} ${ampm}`;

How to use Classic and Block editors simultaneously?

How to use Classic Editor, Classic Widget, Classic Menu, and Gutenberg both at the same time?, and both in Classic Theme and Block Themes? It's the question of lot of developers after the introduction of Guternberg. WordPress.org is released under GPL, which means there should be accountability. But top decesion makers have established a aristocracy. Just read the comments of common developers here: https://wordpress.org/support/plugin/gutenberg/reviews/?filter=1

Drawing Graphic Tablet vs LCD Writing Tablet

A digital graphic tablet and an LCD writing tablet serve different purposes and cater to different users, even though they both involve drawing or writing on a screen.


Prevent Conflicts in WordPress Themes and Plugins with Developer ID

When developing WordPress plugins and themes, ensuring unique identifiers across your codebase is critical. Conflicts arising from duplicate identifiers can lead to unexpected behavior, broken features, or compatibility issues. This article explores common identifiers that must be unique and provides best practices for naming them. 


In this example, the plugin name is "Special Promotion and Support", and the developer's WordPress.org ID is "tawhidurrahmandear".

Blogger data:view List

Data:View normally used with a conditional expression as in <b:if> to programmatically call something. Here is the full list ...


Conditional Tags for BlogSpot

If you want to specify a part of your code to work on specific types of pages or specific URLs, then you should use conditional tags. You can  


  • apply a meta tag to certain page,
  • display a widget on specific pages,
  • hide sidebar on some pages,
  • or something else.



a Live Example from this website

How to use AdSense in Android WebView?

If you are not interested to use AdMob Ad in your WebView Android App, then alternative solution is AdSense. Prerequisites are 


  • Google Mobile Ads SDK version 20.6.0 or higher.
  • Android API level 21 or higher.

Share with friends