B4J Tutorials

[Web] SithasoIONIC7 - Mastering SwiperJS / Sliders

Hi Family...

Let's master the swiper / slider.

1701702530418.png



 

Attachments

  • SI7Swiper.zip
    13.4 KB · Views: 51

[BANano][8.19+] Special commands for inline JavaScript

In BANano 8.19+, there are some special commands that make it easier to integrate JavaScript code into your WebApp. Previously all this was (is still) possible with .RunMethod and .Get/SetField...
 

[Web] SithasoIONIC7 Wireframes: A Step-by-Step Guide to Professional Ionic 7 Mobile Apps Designs

Good day family...

ANNOUNCEMENT: 07 Feb 2014 - We welcome the Voice Command KITT (#23)

So I tried my first voice recording today. I wanted to make a live recording, will learn...
 
Last edited:

B4XPages Video tutorial Series

 

Opus codec for B4J

Tested on Windows 10 and Linux Mint 21 with JDK 11. Should work with later JDK version hopefully.

1. Download file opus-jni-java-1.0.3.jar from GitHub to your B4J Additional Libraries...
 

[Web] Using PocketBase as a Framework: Lets create a REST API

Ola.

Its amazing with the latest version of PocketBase one can extend it with JavaScript / Go.

So I tested creating some REST API handlers. You can unzip the attached file to your pocketbase...
 

Attachments

  • pb_hooks.zip
    428 bytes · Views: 81

[BANanoVuetifyAD3] Help me run gmap-cluster and get latlng in events (gmap_CenterChanged, gmap_mousemove, gmap_click)

Dear Mr @Mashiane and all,
i comeback to research BANanoVuetifyAD3 in Google Map subject
I see in VueGmap module has Sub Use:
gmap-cluster no run in Gmap:
Sub Use(vuetify As VuetifyApp)
        'ensure that the...
 
Last edited:

Anyone for a game of ChineseCheckers?

It is from here (a kickstart via B4J). Copy the attached Jar to your B4J additional library folder.
Run the attached B4J project.
You will be playing RED and AI will play BLUE...
 

Attachments

  • jChineseCheckersAI.jar
    15.8 KB · Views: 86
  • b4jChineseCheckersAI.zip
    1.6 KB · Views: 77

[Web][SithasoDaisy] Exploring Web Service Workers aka BANano Background Workers

[BANano] Checking File Existence : (Async Fetch - BANanoFetch Inside BANanoPromise)

Hi

This code is based on a response I got about something else I needed about files, fetch & promise.

Anyway.. The code below will check if a file exists and return true / false. I need the file...
 

[Web][SithasoDaisy] Creating a Product Listing

Hi

By the end of this tutorial, you will be able to create this output.

1697410102441.png


1. We use a grid with 3 columns so that we can have each product.

Code Module is: pgBasicCardsMultiple on...
 

SQLite or MySQL database

  1. For any project where a database is required - it's very important to have possibility to see the database data, to debug the app.
  2. If the app is used on a remote server host, and...
 

Attachments

  • php_scripts.zip
    308.6 KB · Views: 112
Last edited:

B4xTable: Property Bag Use Case

Hi

I am attempting to use a B4xTable as a property bag. I found B4xTable Inline Editing fit for this as i can set and get any component. You can use that as reference.

The magic is keeping which...
 

[Web] Tutorial - Using MinimaList Controller

Last edited:

[B4X] Code snippets

B4J v10.00 includes support for "code snippets". This feature will be added to the other tools in the next updates.
A code snippet is a piece of code that can be added to your code in very few...
 
Last edited:

[Web] Deploy PocketBase SQLite WebServer WebApp on DigitalOcean (FrontEnd + BackEnd)

Hi

There is a marketplace available deployment on..


Use SHH Option.

Ive found that using WinSCP is rather easier to connect to the...
 

[Web] SithasoIONIC7 Mobile WebApp Examples for your Inspiration

Hi there

A collection of websites created with SithasoIONIC7.


In this thread we will feature all the apps done so far with SithasoIONIC that you can get.

Kind Regards

Mashy
 

[Web] SithasoIONIC7 Mobile WebApp Development Q & A

Hi there

You have a question about SithasoIONIC7, please hit us up here.

If you have a question on an existing project you are working on, please include a simple small project so that I...
 
Last edited:

[Web3] Deploy your Static Website on the Internet Computer and make it a dApp

Hi

So I wanted to make SithasoDaisy Static Demo App a dApp, so that it runs on the Internet Computer.


1. Create an account on fleek, https://fleek.co,
2. Link your Github profile...
 
Last edited:

[Web] PocketBase - deploying your SQLite WebServer back-end on Railway.app

Hi

One is able to host Pocketbase on Railway.app. This deployment is based on Docker Image. You need a GitHub account.

1. Create an account on Railway.app and link to your Github.
2. Click...
 
Top