Skip to content
Webrosis.com
  • Home
  • WordPress
  • Web Development
  • Coding
Webrosis.com
  • About
  • Contact
  • Privacy Policy
  • Terms of Service
  • Home
  • Page 2

Make Javascript sequential with “async” and “await”

April 11, 2020 / Coding / Javascript, NodeJs

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

Javascript: Loop over querySelectorAll without error

March 27, 2020 / Coding

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 »

WordPress Custom Code

Where to add custom code in WordPress

August 18, 2019 / WordPress

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 »

Cycle with WordPress wheels

How to create a WordPress plugin

August 17, 2019 / WordPress

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 »

How to use PHP built-in web server

August 16, 2019 / Web Development

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 »

Enable Gzip compression in WordPress with htaccess

August 15, 2019 / WordPress

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 »

Correct file permissions for WordPress on Apache

August 14, 2019 / WordPress

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 »

Customize your link preview on Facebook

August 13, 2019 / Web Development

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 »

Laptop Google SEO

JSON-LD: Add Structured Data to improve SEO

August 12, 2019 / Web Development

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 »

Social Sharing Buttons without Javascript

August 11, 2019 / Web Development

Add social sharing buttons to your website without any Javascript with these simple code snippets.

Social Sharing Buttons without Javascript Read More »

← Previous 1 2 3 Next →

Copyright © 2025 Abhineet Mittal | abhineet.in