In previous post, we have learned how to devlelop a custom Gutenberg block using ES5 syntax. We have developed a custom Gutenberg block which adds colored lines in Post/Page content. That block is not customize-able yet. In this tutorial we will learn how to change the appearance of the colored lines using block controls and attributes.
forwardWordPress 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.
forwardWordPress 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”.
forwardJavaScript 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.
forwardFree SSL Certificate for WordPress Website – Lets Encrypt cPanel Installation
If you need free SSL certificate for WordPress website or any other website then this blog post is written for you. This blog post lists the exact steps required to install free SSL certificate (by Lets Encrypt) on WordPress/ any other website using zerossl.com and cPanel.
forwardInteresting Stats about Pakistan IT Industry
forward
What’s New in WordPress 5.3
forward
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.
forwardOur 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.
forwardData Science is an interdisciplinary field of scientific algorithms, tools, and technologies to extract useful insights from the data. This blog post lists the 10 data science career paths with job responsibilities and required skills, tools and technologies.
forward