Introduction To React

React or ReactJS is a front-end JavaScript library to create and design user interfaces. It’s being used in many popular and powerful websites like Facebook, PayPal, Airbnb, Apple, Microsoft, Twitter, etc. In this blog post, we discussed what’s React and what are its foundational concepts and features.

forward

Online Marketing Foundations – Tips and Tricks

In this blog post, we have discussed important types, channels, strategies and components of successful online marketing campaigns. Online Marketing Channels: SearchSocialVideoEmailDisplay 3 Types of Online Marketing Paid (e.g Google Adwords, Facebook Ads, etc.)Owned (e.g website, blog, email subscribers etc.)Earned (articles, mentions in social media posts, word of mouth) Online Marketing Strategies Business StrategyBusiness Name (e.g Codoplex)Mission Statement (e.g. Easy To Use Widgets and Plugins For Weebly and WordPress Websites)Organizational Objectives (e.g. Sell Weebly/WordPress Widgets/Plugins)Value Proposition (e.g. Ease of Use | Integrated Solutions | Responsive Solutions)Elevator Pitch (e.g. Codoplex develops easy to use integrated widgets and plugins for Weebly and...
forward

Fetching Data From API With useState and useEffect Hooks In React App

In previous blog post, we learned how to get started with creating a very basic react app. In this blog post we will share a snippet to fetch data from API route with useState and useEfeect hooks in react app.

forward

How To Access Block Directory Inside Gutenberg Block.js File?

Sometimes, we need to access the block directory url inside Gutenberg block.js file (see following scenario). Let’s say that inside the block folder you have an images folder containing logo.png image and you want to access that image inside the block.js file. In this blog post we will learn how to access the image inside images folder from block.js file.

forward

Create Gutenberg Template Using Inner Blocks

In previous blog posts, we have learned how to create custom Gutenberg blocks. In this tutorial we will learn how to create Gutenberg template with pre-defined blocks using inner blocks component.

forward

Add Custom Button In Formatting Toolbar – Gutenberg Block Development

WordPress provides Format API to add custom buttons in formatting toolbar to apply specific styles to the selected text. When a format is applied to a text selection, the text selection is wrapped with HTML tag. In this tutorial, we will learn how to register a new format, add a button in the toolbar and apply the format when the button is clicked.

forward

Are You Ready For WordPress 5.4? Features and Important Markup Changes

WordPress 5.4 is planned to be released on March 31, 2020. The first release candidate for WordPress 5.4 is already released on March 03, 2020. In this blog post, we will discuss the new features and important code changes coming in WordPress 5.4 so that the theme and plugin developers can prepare themselves and plan the version updates accordingly.

forward
How To Convert Weebly Blog To Multi Column Layout - Weebly App
How To Convert Weebly Blog To Multi Column Layout – Weebly App

Weebly is a content management system (CMS) with drag and drop editor as its core selling feature. The drag and drop editor provide widgets for almost any type of content type (title, paragraph, image, video and many more). Weebly also provides the functionality to create a blog page with drag and drop enabled post editor. By default, the blog posts in Weebly are displayed on top of each other. In this tutorial, we will learn how to convert Weebly blog to multi column layout (2 columns or 3 columns) using a Weebly App (PRO) named as Post Columns.

forward

What Is ngrok And How To Use It?

ngrok exposes the localhost web server to the internet via the specified port. ngrok is simply an amazing tool to streamline the development process without an actual hosting server and SSL.

forward