Author: EXEIdeas

JavaScript Based AutoComplete DropDown Using Pure Vanilla JavaScript
| January 13th, 2023 | 0 Comments | HTML-CSS-PHP-JavaScript / JavaScript CodesThis Vanilla JavaScript code snippet helps you to create autocomplete suggestion dropdown. It uses JavaScript regular expression pattern to match the entered value on keyup event. After matching, it appends the result to the suggestions list and highlights both the first letter and all matches in th...
How To Use Affiliate Marketing For Your eCommerce Business?
| January 12th, 2023 | 2 Comments | Guest Post / Internet / Internet MarketingAffiliate marketing has the potential to significantly increase sales and earn substantial profits. This arrangement is beneficial for both the brand and the affiliate marketers. Affiliate marketing is adaptable to the changing technological landscape of the advertising industry, despite being a dep...
How To Use Pre-Request Scripts & Tests In Postman Using For Environment Variables?
| January 11th, 2023 | 0 Comments | Internet / Internet InformationIn analogy to the unit testing world, the pre-request script is nothing but the setup that will happen before a test is executed. Similarly in Postman, if you want to modify the request in a certain way, the pre-request script is the place to put that logic or code that guarantees before the request...
4 IT Services Your Business Needs Today At Earliest
| January 10th, 2023 | 0 Comments | Business Needs / Guest PostTechnology is a huge part of any business. Without it, operations can run inefficiently and cost your business money, time, and opportunities. Investing in the right IT services ensures that your business runs smoothly, efficiently, and effectively. Let’s take a look at 4 key IT services for busin...
NoIndex/NoFollow For Specific Author Posts In WordPress Without Plugin?
| January 9th, 2023 | 0 Comments | WordPress / WordPress Tips / WordPress TricksIf you don’t want to index specific posts and pages, categories, and tags of your site, there are two methods to do so. The easiest one is by disallowing through robots.txt. The second is by adding meta tags to disallow pages/posts globally. In the manual method, we will add the below meta tag to ...
JavaScript JSON Color Formatter With Expandable Toggle
| January 8th, 2023 | 0 Comments | HTML-CSS-PHP-JavaScript / JavaScript CodesThis JavaScript code snippet helps you to create JSON formatted with a tree view. It uses JSON.stringify() method to convert a JavaScript object or value to a JSON string. You can input JSON data and view it in the well-formatted collapsible tree view. Besides this, the interface comes with all nece...










