-
CODOWPPOSTS – Features and HowTo Guide – WordPress Plugin
CODOWPPOSTS is a WordPress plugin to show posts, pages, or custom posts on the frontend in tabular format with client-side filters and pagination. Select post type, add/re-order/delete columns with post…
-
Ep. 005 – Images and Videos – Learn HTML & HTML5
In the previous post, we have learned how to add lists, quotations, and comments to an HTML page. In this post, we will learn how to add images and videos…
-
Ep. 004 – Lists, Quotations, and Comments – Learn HTML and HTML5
In the previous post, we have discussed paragraphs, headings, and anchor tags. In this post, we will learn about how to add ordered lists, unordered lists, quotations (Blockquotes), and HTML…
-
Ep. 005 – Wamp Server Set Up – Learn WordPress
In the previous post, we have learned what is localhost? why we use it? and how we can set up localhost on our computer/laptop. We have learned that we can…
-
Ep. 004 – What/Why/How to Set Up Localhost – Learn WordPress Course
In the previous blog posts, we have briefly discussed the course help material and where to ask in case of any questions. In this blog post, we will learn what…
-
Ep. 003 – Course Helping Material and Resources – Learn WordPress
In the previous blog post, we have briefly discussed about the course objectives, course requirements, why we are learning WordPress and the course learning outcomes/benefits. In this blog post, we…
-
WordPress Plugin Development Boilerplate
Another contribution to the open-source community. We have developed and released a boilerplate template to develop a new WordPress plugin using Object Oriented Programming (OOP) approach. If you are a…
-
WordPress and jQuery. What’s the Future?
WordPress is planning major jQuery changes in version 5.5 and future versions. Since WordPress relies on jQuery which is a popular JavaScript framework, the WordPress team wants to update jQuery…
-
Interview Questions for WordPress Developer
I have prepared a list of possible questions which are commonly asked or should be asked from a candidate applying for the position of a WordPress developer. What are WordPress…
-
#01 – Introduction – TypeScript
What is TypeScript? TypeScript is a typed super-set of JavaScript It means that any JavaScript code is a legal TypeScript code Also we can write any JavaScript code in a…
-
#00 – Concepts and Notes – JavaScript
Following is a list of core JavaScript concepts: History Developed in 1995 by Brendan Eich Initially named as LiveScript Also known as ECMAScript JS has no concept of input or…
-
#02 – Core Concepts – Learn GraphQL
In this post, we have discussed the core GraphQL concepts e.g. schema, types, queries, mutations, and subscriptions with example codes.