Develop Custom Gutenberg Block Using ES5 Syntax – Gutenberg Block Development

WordPress released a new post/page editor (Gutenberg Editor) in version 5.0 which improves the post/page development. The editor consists of some built-in blocks which can be used to add different type of content in post/page. In this post we will discuss how to develop custom Gutenberg block using ES5 syntax.

Read MoreDevelop Custom Gutenberg Block Using ES5 Syntax – Gutenberg Block Development

How To Develop Hello World WordPress Block – ESNext and JSX Syntax

WordPress blocks are a new way to add content inside WordPress Post/Page editor. To know more about WordPress blocks visit our blog post titled "What Are WordPress Blocks - An Introduction". In this blog post we will learn how to develop Hello World WordPress block. This block, when added in Post/Page editor will simply display a message "Hello World".

Read MoreHow To Develop Hello World WordPress Block – ESNext and JSX Syntax

JavaScript Build Setup For Development of WordPress Blocks – NodeJS

JavaScript build setup helps to speed-up the development of WordPress blocks and creates the two main files i.e. build/index.js and build/index.asset.php which are used while developing the actual WordPress block inside plugin or functions.php of WordPress installation. The index.js file contain the compiled code (from ESNext and JSX syntaxt to plain JavaScript) for the actual WordPress block and index.asset.php file contains the dependencies and version information (generated from the used packages) to be injected while registering the WordPress block.

Read MoreJavaScript Build Setup For Development of WordPress Blocks – NodeJS

What Are WordPress Blocks – An Introduction

WordPress blocks are a new way to create and organize content in WordPress editor (i.e. Gutenberg Block Editor or Block Editor) introduced in the version 5.0 of the WordPress. Now every element like paragraph, heading, quote, code etc. is a WordPress block with customization options which allows the user to have more control over the design and presentation of the content.

Read MoreWhat Are WordPress Blocks – An Introduction

Review Rating Classification System Using Artificial Intelligence

Our research article titled "Multi Class Review Rating Classification Using Deep Recurrent Neural Networks" was published in an international journal "Neural Processing Letters" on 15 October 2019. In this tutorial, we briefly discuss the objectives, short summary, key contributions, and main findings presented in the article.

Read MoreReview Rating Classification System Using Artificial Intelligence

Weebly Will No Longer Accept New App Submissions in Weebly App Center

In a recent post Weebly has announced an important update regarding Weebly App Center. According to the post, Weebly will no longer accept new app submissions in Weebly App Center as of February 28, 2020. However, already approved and active Weebly apps will still be available for Weebly users in the Weebly App Center. The developers will be able to submit the new versions of the apps to fix bugs and to enhance the overall functionality of the already approved apps.

Read MoreWeebly Will No Longer Accept New App Submissions in Weebly App Center

API Development Using NodeJS, ExpressJS and MySQL

In this tutorial guide, we will build a simple NodeJS API using ExpressJS and MySQL with basic CRUD (create, read, update, delete) operations. NodeJS is a JavaScript run-time environment used to execute JavaScript code outside browsers i.e on the servers. Visit our other blog post, to learn more about what is NodeJS? NodeJS along with ExpressJS (web framework for NodeJS) is a widely used combination to build RESTful API's with a database query language like MySQL or MongoDB.

Read MoreAPI Development Using NodeJS, ExpressJS and MySQL

What is NodeJS

This short guide describes briefly what is NodeJS. Following are some of the references to the definition and explanation of the question What is NodeJS. Node.js® is a JavaScript runtime built on Chrome’s V8 JavaScript engine. Node.js is an open-source,…

Read MoreWhat is NodeJS

10 Recommended Wordfence Settings to Secure WordPress Website

Wordfence is very powerful and popular WordPress plugin used for the security of the WordPress websites. The plugin consists of large number of settings which maybe confusing for beginner level users. This guide helps the beginner level users to implement the 10 important recommended Wordfence settings to secure WordPress website.

Read More10 Recommended Wordfence Settings to Secure WordPress Website

Detailed Guide – Recommended Wordfence Settings for WordPress Website

Wordfence is very powerful and popular WordPress plugin used for the security of WordPress websites. The plugin consists of large number of settings which maybe confusing for beginner level users. This guide helps the beginner level users understand and implement the recommended Wordfence settings for WordPress websites.

Read MoreDetailed Guide – Recommended Wordfence Settings for WordPress Website