B4J Tutorial [WebApp] Web Apps Overview - Erel    May 30, 2021   (21 reactions)   tags: Erel Stuff, b4j : http://www.b4x.com/android/forum/pages/results/?query=webapp&page=1&prefix=18 The online... B4J Tutorial [WebApp] Concurrent access to SQLite databases - Erel    Nov 21, 2021   (15 reactions) SQLite databases are very easy to use as they don't require any additional software or configuration. SQLite support for concurrent access is not comparable to server based databases such as MySQL and others. However they can still be perfect for small / medium solutions, especially if there aren't many writings (ExecNonQuery). B4J v2.00 adds support for concurrent access to SQLite datab... B4J Tutorial [BANanoVuetifyAD3] Create Professional Looking Vuetify WebSites & WebApps with BANano - Mashiane    Apr 23, 2024   (18 reactions) BANanoVuetifyAD3 Library
Download Kitchen Sink WebApp (Optional - useful for Learning how this works...:\laragon\www
https://www.b4x.com/android/forum/threads/webapps-using-laragon-as-your-development-web... B4J Tutorial [WebApp] Chatroom - Threads, Sessions and Server events - Erel    Oct 19, 2017   (9 reactions) http://www.b4x.com/basic4android/images/SS-2014-04-16_14.40.15.png Online example: http://basic4ppc.com:51042/chat/index.html This example demonstrates several important concepts of the web app framework. Multiple pages The chatroom is made of two pages. The login page and the chat page. The WebSocket is broken when the browser navigates to a different page (or refreshes the current page). The... B4J Tutorial [SithasoDaisy5] - Create a WebApp From An Excel Spreadsheet / A Database - Part 1 - Mashiane    Apr 27, 2025   (3 reactions) Hi Fam...
Let's say you have an excel sheet / a database that you want to convert to a WebApp... so by following this tutorial.
https://www.b4x.com/android/forum/threads/web-beginning-webapp... B4J Tutorial [SithasoDaisy5] Creating your first MySQL CRUD WebApp using REST API With API-Key (Php) - Mashiane    Apr 27, 2025   (6 reactions) by following this tutorial.
https://www.b4x.com/android/forum/threads/web-beginning-webapp-website...
B4j
SithasoDaisy5
MySQL
DaisyUI
In this tutorial we will create our first MySQL CRUD WebApp using REST API... B4J Tutorial [SithasoDaisy5] Creating your 2nd MySQL CRUD WebApp using REST API With API-Key (Php) - FamilyTree - Mashiane    Apr 23, 2025   (4 reactions) , we introduced you to MySQL CRUD WebApps using SithasoDaisy5. It was a basic example to get you going.../sithasodaisy5-creating-your-first-mysql-crud-webapp-using-rest-api-with-api-key-php.166269/
Let's go... B4J Tutorial [WebApp] Hello World Web App - Erel    Apr 17, 2014   (13 reactions)   tags: Web App, b4j, html In this tutorial we will develop the following web app: http://www.b4x.com/basic4android/images/SS-2014-04-10_15.45.57.png There are three components to this solution: Main module: configures the server and the handlers and web sockets. In this case we have a single WebSocket. It is mapped to a url which we later need to set in the html file. The WebSocket class name is HelloWorld. Sub Proces... B4J Tutorial [Web] Creating Secure MySQL REST API based WebApps using Api Keys on top of HTTPS - Mashiane    Apr 30, 2024   (2 reactions) Hi Fam. This tutorial is based on the api.php project, originally posted in the forum on September 9, 2022. See the Related Content section below. This time around we are looking at how we can use Api Keys for Authenticating our MySQL WebApps to make them secure when using REST API functionality. One should note the following for this to work. 1. PDO extensions should be installed on your webserver. 2. WebServer should be running HTTPS. 3. You need to generate API keys for your app for... B4J Tutorial [Web][SithasoDaisy5] LowCode - How to Build An Inventory Management WebApp (Products) - Mashiane    Sep 24, 2025   (1 reaction) Hi Fam SithasoDaisy5 Low Code Generator This tutorial is inspired by @aeric post here... https://www.b4x.com/android/forum/threads/build-an-inventory-management-system-using-pakai-server-with-chatgpt.168756/ Please Note: The stack developed by Aeric follows a different approach to WebApp creation using jetty and other beautiful technologies developed by Aeric. SithasoDaisy5 follows... develop a WebApp using BANanoServer soon.... Page: 1   2   3   4   5   6   7   |