Skip to content

Software Development at Program Tom LTD

Place for coding, programming, development and software in general.

Menu
  • Blog
  • PDF Booklets
  • Dev Utils & Content
  • Java Spring Boot Or Web Apps
  • English
    • български
    • English
    • Español
    • Português
    • हिन्दी
    • Русский
    • Deutsch
    • Français
    • Italiano
    • العربية
  • About Us
  • Flutter Apps
Menu

Tag: WordPress

Technology Job

What is the Correct Technology for a Specific Job?

Posted on January 22, 2023April 8, 2023 by Toma Velev

What is the correct technology for a specific job before getting your hands dirty with code. It depends on multiple factors and you should get the checks right, before going on wrong path that will waste time, energy, reputation and more. Strengths and Weaknesses of the different technologies Professional Individuals tend to over-value the technologies…

Read more
WordPress

WordPress Application Builder

Posted on June 22, 2021April 17, 2023 by Toma Velev

WordPress powers most of the Internet because of ease of use, network effect, branding and more so I’ve created a Simple Application Builder using this platform as the backbone. It is proof of concept, so don’t expect a lot. It could be found here: https://tomavelev.com/wp_app_builder/ You search for the site you wish to turn into…

Read more
WordPress Mind Programming

Start Programming the Mind with WordPress

Posted on February 13, 2021September 27, 2024 by Toma Velev

WordPress is a content management system used all around the Internet With the unconscious or the unconscious purpose of programming the mind. Professional individuals and non-technical users adopt it. It allows them to get things done. The purposes could go – from simple web site or blog, online shop/marketplace, to newsletter and media platforms, email…

Read more
WordPress Pages JSON

How to WordPress Pages JSON API & Demo: Flutter Web

Posted on January 29, 2021April 17, 2023 by Toma Velev

Let me show you the WordPress Pages JSON API and how to display them in a Simple Flutter Web App. The Data Model I’ll first start by explaining the Data Model. You could open the pages from URL template like this: https://<wp>/wp-json/wp/v2/pages. The JSON Model is as follows: id: Integer title: Object with field “rendered”…

Read more
WordPress JSON Products

How to read WordPress Products JSON API and show them with Flutter Web

Posted on January 21, 2021January 21, 2021 by Toma Velev

The WordPress Products API returns JSON that contains all data. In the result are included the tags, the categories, the images and all fields. You could display the product info with one API call. The URL is formed like this: https://<wp>/wp-json/wc/store/products. The fields here are: id: Integer name: String description: String (HTML) – the explanation…

Read more
WordPress JSON Users

How to read WordPress Users and show Them with Flutter Web

Posted on January 18, 2021May 3, 2023 by Toma Velev

The Content Management Platform – WordPress – also has User System inside. User Centered are almost all the Applications around the Internet. WordPress offers Administrative Visual Interface, Roles Editing and many more things integrated or offered as a plugin.  In this article I’m gonna explain how to read WordPress Users from the WP JSON Rest…

Read more
WordPress JSON Posts

How to read WordPress Posts & show Them with Flutter Web

Posted on January 16, 2021March 23, 2024 by Toma Velev

In this article I’m gonna continue the tutorial of reading the WP JSON API to how you how to read the WordPress Posts and display them in Flutter Web Application. The Information is located on the URL: https://<wp>/wp-json/wp/v2/posts. It has the following JSON Data Model: The important fields of this complex WordPress Posts array/object –…

Read more
blank

How to WordPress JSON Media & show it with Flutter Web

Posted on January 15, 2021May 4, 2023 by Toma Velev

I’ll continue my previous articles about Consuming WordPress JSON API, Tags and Categories by showing you how to Grab the Media (probably mostly Images) from the JSON API of a WordPress Web Site. The Endpoint for Images is: https://<wp>/wp-json/wp/v2/media?[offset=<0,10,20>]. It has the following – more complex Data Model: Important and probably most used fields of…

Read more
WordPress JSON Categories

How to grab WordPress Categories and show them in Flutter Web

Posted on January 14, 2021January 21, 2021 by Toma Velev

I’ll continue my previous post about Consuming WordPress JSON API and Tags by showing you how to Grab the Categories and their related Posts or Products from the JSON API of a WordPress Web Site. Load Post Categories The Post Categories list endpoint is located under the address https://<wp>/wp-json/wp/v2/categories[?parent=<id>]. It has the following JSON Model:…

Read more
WordPress Tags

How to grab WordPress Tags from JSON API and show them with Flutter Web

Posted on January 12, 2021January 14, 2021 by Toma Velev

I’ll continue my previous post about Consuming WordPress JSON API by showing you how to Grab the Tags and their related Posts or Products from the JSON API of a WordPress Web Site. If you have a WordPress Site, you probably also have available several REST endpoints described in technical detail in the WordPress.org documentation….

Read more

Posts pagination

  • 1
  • 2
  • Next
  • Example of GridView Builder in Flutter
  • How to Visualize Listview inside Listview in Flutter
  • What other usages you know about public private cryptography
  • Get a Flutter App to Production
  • Firebase Dynamic Links Deprecation – migrating out to Java

Categories

  • Apps (20)
  • ChatGPT (19)
  • Choosing a Framework (38)
  • Flutter (201)
  • Graphical User Interface (13)
  • Marketing (113)
  • Software Development (268)
  • Spring (41)
  • StartUp (21)
  • Uncategorized (15)
  • Uncategorized (4)
  • Vaadin (14)

Tags

Algorithms (9) crypto (29) flutterdev (39) General (86) Java (7) QR & Bar Codes (3) Software Dev Choices (33) Spring Boot (1) standards (1) Theme (3) User Authentication & Authorization (9) User Experience (10) Utilities (19) WordPress (11)

Product categories

  • All Technologies (83)
    • Flutter Apps (23)
    • GPT (4)
    • Java (38)
    • Native Android (3)
    • PHP (9)
    • Spring (Boot) / Quarkus (35)
    • Utils (15)
    • Vaadin 24+ (27)
    • Vaadin 8 (1)
  • Apps (18)
    • Employees DB (1)
    • Notes (6)
    • Personal Budget (1)
    • Recipes Book (1)
    • Stuff Organizer (1)
    • To-Do (2)
  • PDF Books (3)
  • Source Code Generators (8)

Recent Posts

  • Example of GridView Builder in Flutter
  • How to Visualize Listview inside Listview in Flutter
  • What other usages you know about public private cryptography
  • Get a Flutter App to Production
  • Firebase Dynamic Links Deprecation – migrating out to Java

Post Categories

  • Apps (20)
  • ChatGPT (19)
  • Choosing a Framework (38)
  • Flutter (201)
  • Graphical User Interface (13)
  • Marketing (113)
  • Software Development (268)
  • Spring (41)
  • StartUp (21)
  • Uncategorized (15)
  • Uncategorized (4)
  • Vaadin (14)