Make Javascript sequential with “async” and “await”
Javascript code can be easily made sequential with the help of two simple, yet very powerful keywords “async” and “await”.
Make Javascript sequential with “async” and “await” Read More »
Javascript code can be easily made sequential with the help of two simple, yet very powerful keywords “async” and “await”.
Make Javascript sequential with “async” and “await” Read More »
In Javascript, there are a lot of instances when you want to find multiple elements on a page to apply a common operation to all of them. Suppose you want to hide elements of a particular class present on your web page. To do this, first get an array of all such elements using querySelectorAll
Javascript: Loop over querySelectorAll without error Read More »
Writing custom code for WordPress may be easy, but you should carefully add your code at the correct place to keep it clean and easily maintainable.
Where to add custom code in WordPress Read More »
Easily create a simple WordPress plugin without any complex setup or need of FTP/SSH to your hosting server.
How to create a WordPress plugin Read More »
You can use the PHP built-in webserver to test your PHP code, without the need to set up complex WAMP or LAMP software on your desktop.
How to use PHP built-in web server Read More »
Gzip compression speeds up your Wordpress website by compressing the resources at the server level using simple .htaccess configuration in Apache server.
Enable Gzip compression in WordPress with htaccess Read More »
Let us set up correct file permissions (chmod) for your Wordpress website to ensure the flawless functioning of your website and security from attacks.
Correct file permissions for WordPress on Apache Read More »
Facebook & Twitter support Open Graph Protocol to transforms your blog post into a rich social object, allowing you to decide the appearance of your post's link preview on their respective platforms.
Customize your link preview on Facebook Read More »
Add structured data JSON-LD to your blog or website for better search engine optimization (SEO). It helps Google to understand your content better and helps your website to get a better search ranking.
JSON-LD: Add Structured Data to improve SEO Read More »
Add social sharing buttons to your website without any Javascript with these simple code snippets.
Social Sharing Buttons without Javascript Read More »