Skip to content
  • Home Blog
  • More Online Tools
    • Code Compress & Beautify
      • HTML Compress
      • CSS Compress
      • JavaScript Compress
      • CSS Beautify
    • Words & Character Utitlies
      • Keywords Density & Word Count
      • Change Case
    • Image Convertor
      • Image To WebP Convert
      • EPS To PNG
    • SEO Tools
      • Extrat Title & Meta Tags
      • Extrat Heading Tags
      • Extract Tags From Youtube Video
      • Title Meta Length Counter
    • Color Tool
      • HEX to RGB Convert
    • Device Testing
      • Multi Device Simulator
  • Donate
  • Resource

JavaScript Try Catch Throw error handling when using API fetch promise

Posted on: August 1, 2023August 1, 2023AJAX , JavaScript Tutorial , jQuery Code

Handling of JavaScript Try Catch Throw errors while utilizing the API fetch promise JavaScript Promise Fetch API with error handling of try catch and throw. Below I explain with code, […]

Use chown -R for user premission in linux

Posted on: March 12, 2023March 12, 2023Linux , Ngnix

[av_codeblock wrapper_element=” wrapper_element_attributes=” codeblock_type=” av_uid=’av-lf4zais4′ custom_class=”] Grant user premission using chown command in linux Linux command for grant all permission to specified folder. Permission like 755, that folder can can […]

Fetch all H1 and H2 text and push into an array

Posted on: January 17, 2023January 17, 2023JavaScript Tutorial , jQuery Code

[av_codeblock wrapper_element=” wrapper_element_attributes=” codeblock_type=” av_uid=’av-lczzquub’ custom_class=”] Get all H1 and H2 heading content and text push to array var headingOne = []; var headingTwo = []; var bothHeading = []; […]

How To Export Databases in MySQL or MariaDB

Posted on: September 24, 2022September 24, 2022MySQL , Ngnix , SSH Commands

Export Databases in MySQL or MariaDB Export databases is a basic task for all web developers when using MySQL or MariaDB. Use MySQL dump for database backup its require for […]

Get All Records of Zoho CRM by Using PHP Curl

Posted on: August 15, 2022cURL , PHP , Zoho CRM

Access Zoho API using PHP Curl Access Zoho API and Fetch all Zoho CRM records after create Zoho Postman Access token and refresh token with create PHP Curl. Fetch Zoho […]

use JSON.parse() and JSON.stringify() in JavaScript

Posted on: August 4, 2022JavaScript Tutorial , jQuery Code , JSON , Tutorial

How to use JSON.parse() and JSON.stringfy() in JavaScript JSON.parse() Its convert JSON String to JavaScript Object. Its help to convert text into JavaScript Object. Use of this method convert JSON […]

Ngnix Process Usefull commands for Managing Linux Ngnix Server

Posted on: July 11, 2022July 11, 2022Linux , Ngnix , Putty , SSH Commands

Managing Linux Ngnix Server Usefull terminal commands   $ sudo systemctl stop ngnix Stop Ngnix web server.   $ sudo systemctl start ngnix Start you Ngnix linux webser, after stop […]

Linux Sudo command Usage and Benefits

Posted on: June 11, 2022Linux , Putty , SSH Commands

Linux Sudo Commands Linux sudo command use as system administrator, its execution on root. its allow to non – root user to run Linux administrator  command which is restricted for […]

Change a folder or directory permission in Linux Nginx server by Putty

Posted on: June 11, 2022Linux , Putty

Below Linux command run for set all permission recursively for all files and folder contain in folder.   sudo chmod -R 777 /var/www/wordpress/plugins/ above command run in putty with using […]

Get author name of blog posted in WordPress

Posted on: March 31, 2022March 31, 2022WordPress

How to each blog post Author name in Blog anywhere using PHP in WordPress <?php $author_id = $post->post_author; echo get_the_author_meta(‘display_name’, $author_id); ?>  

Posts pagination

Previous page Page 1 Page 2 Page 3 … Page 10 Next page

Categories

  • MyFreeOnlineTools
  • Resource
  • Author
  • Blog
  • Corona Virus
  • Donate

Recent Posts

  • Create Gutenberg Block with NPX Node Enviroment
  • Basic Function: Get Template Output as String
  • Get Image Path in WP Query Loop
  • How to Dynamically Update the HTML Lang Attribute in WordPress Using functions.php
  • Create a Taxonomies in Custom Post Type (CPT Plugin) and fetch category post results

Recent Post

  • Create Gutenberg Block with NPX Node Enviroment
  • Basic Function: Get Template Output as String
  • Get Image Path in WP Query Loop
  • How to Dynamically Update the HTML Lang Attribute in WordPress Using functions.php
  • Create a Taxonomies in Custom Post Type (CPT Plugin) and fetch category post results
MyFreeOnlineTools