In this guide we will shows how to setup Atom Editor & CLI to complete the setup. This is the Part 4 of How to Setup Visual Studio Code on Mac For Debugging Arduino, WordPress series of tutorial article. As for quick recapitulation, in the last three articles in this series we talked about : In part 1 we talked about how to get started and have basic setup for both In part 2 we talked … [Read more...]
Setup Visual Studio Code on Mac For Debugging Arduino, WordPress : Part 2
This is the second part of our series guide on setup of Visual Studio Code on Mac. The first part of the guide is here. In this guide we have shown to setup WordPress debug setup. Here is part 2 of how to setup Visual Studio Code on Mac for debugging Arduino, WordPress etc and this current webpage is only for final setup for WordPress. If you want to follow our guides, you must only follow our … [Read more...]
Setup Visual Studio Code on Mac For Debugging Arduino, WordPress : Part 1
While Visual Studio Code is the best IDE for sure but it is really difficult and tiring to try without guide. Here is how to setup Visual Studio Code on Mac for debugging Arduino, WordPress etc common things for the iTerm2 + ZSH + Homebrew Users. Those who have not setup their Mac with iTerm2, ZSH, Homebrew should read our old guide to setup. Then realize the matters of .profile file - we use … [Read more...]
InnoDB vs Percona XtraDB vs TokuDB Storage Engine For WordPress
This is not an article with lot of bar charts. I am no database expert but I can talk something about database which so called some "WordPress Experts" in their "professional services" possibly has no such options to the clients. Slow WordPress is quite common and blindly increasing RAM like work is not a solution. Talking about InnoDB vs Percona XtraDB vs TokuDB Storage Engine for WordPress is a … [Read more...]
WordPress Genesis Homepage : Semi-Static, Customizable
Most of us need widgets below navigation on the homepage, followed by regular blog posts. That thing is semi-static. We need semi-static homepage which is customizable, SEO Friendly has manual control with automatic functions. Here is PHP snippets, HTML, CSS to create WordPress Genesis Homepage. What I saw for HTML old version to HTML5 upgrade, if we use manual codes more than PHP snippets, it is … [Read more...]
Apache Solr vs. Elasticsearch For WordPress Search
We have shown as guide how to install Apache Solr, you will likely to on some cloud server instance for testing/dev purpose. Elasticsearch as such we shown to install with Hadoop. Apache Solr vs. Elasticsearch for WordPress search is a complicated topic as the number of plugin is a matter which we need to consider. Elasticsearch basically packaged by Elastic company. Apache Solr is a direct … [Read more...]
How To Remove Query Strings From WordPress For Security
Previously shown how to use the hacking tools like sqlmap to test own WordPress for SQL Injection in White Hat way. We also talked about SQL Injection. Here is how to remove query strings from WordPress for security specially to avoid MySQL injections via PHP files for server running Apache2. For Nginx, we talked about how to remove ?utm_source like query strings in older article. Query strings … [Read more...]
What Are rel=”noopener”, rel=”noreferrer”?
Hyperlinks links point to another webpage and link relationships explains why we are pointing so. The question what are rel="noopener", rel="noreferrer" appearing because latest versions of WordPress has rel="noopener", rel="noreferrer" on link in visual editing mode. Another such link relationship was discussed previously -- rel="author" and rel="me" in WordPress in the easiest … [Read more...]
sqlmap Tutorial : WordPress SQL Injection Testing (White Hat)
We talked about SQL injection in older article. Here is a sqlmap tutorial for WordPress SQL injection testing for the beginners to test own website for potential vulnerabilities & fix them. This website and tutorial is intended for White Hat purposes only. Of course trying them upon others vulnerable WordPress installation will find the points and at the end it is possible to hack it. That is … [Read more...]
Inline Nested Highlighting In WordPress With CSS & HTML5 samp
There are some situations where to write a technical article, we need to draw attention of the reader of the reader. HTML code element, pre are designed to serve specific purposes. Sometime we need to highlight code with more colours than code than our good syntax highlighter plugin like Crayon Syntax Highlighter for WordPress can do. Here is a guide on nested highlighting in WordPress post with … [Read more...]
How To Hide AdSense Units On Selected WordPress Post
Usually we need to hide AdSense unit for policy compliance or for control of keywords to AdWord users. Here is how to hide AdSense units on selected WordPress post. There is CSS, PHP, Javascript or simply ready to use WordPress Plugin to do it. Previously we actually talked about some solutions for 404 pages like pages. We will link those old mentioned ways under proper sub-headers in this guide. … [Read more...]