How can I get query string values in JavaScript?

Update: June-2021 For a specific case when you need all query params: Update: Sep-2018 You can use URLSearchParams which is simple and has decent (but not complete) browser support. Original You don’t need jQuery for that purpose. You can use just some pure JavaScript: Usage: NOTE: If a parameter is present several times (?foo=lorem&foo=ipsum), you will get the … Read more

What is the “Endurance Cache” feature in my WordPress website?

I noticed this new wordpress version I’m running has a “Endurance Cache” option at the bottom of the “Settings > General” page. That is caching all of the changes I’m doing on css. So whenever I update something the changes don’t reflect on the browser instantaneously. I’m wondering if that’s wordpress native or if I … Read more

Use Notepad++ as HEX-Editor

It seems to me you tried to install a hex editor and ended up in the wrong tool (Plug-In) Converter (ASCII -> HEX) as mentioned in your question above. The installation process of the HexEditor is somewhat confusing because it is currently available only in the Plugins Admin for the 32-bit version. A simple solution … Read more

Use Notepad++ as HEX-Editor

It seems to me you tried to install a hex editor and ended up in the wrong tool (Plug-In) Converter (ASCII -> HEX) as mentioned in your question above. The installation process of the HexEditor is somewhat confusing because it is currently available only in the Plugins Admin for the 32-bit version. A simple solution … Read more

Use Notepad++ as HEX-Editor

It seems to me you tried to install a hex editor and ended up in the wrong tool (Plug-In) Converter (ASCII -> HEX) as mentioned in your question above. The installation process of the HexEditor is somewhat confusing because it is currently available only in the Plugins Admin for the 32-bit version. A simple solution … Read more

How to view Plugin Manager in Notepad++

As of Notepad++ version 7.5, plugin manager is no longer shipped with Notepad++ From the Notepad++ release notes: You may notice that Plugin Manager plugin has been removed from the official distribution. The reason is Plugin Manager contains the advertising in its dialog. I hate Ads in applications, and I ensure you that there was no, … Read more