B4JTutorialSithaso [WEB][SITHASODAISY]
Mastering the Team Grid Component [Web] [SithasoDaisy]
Mastering the Team Grid Component [Web] [SithasoDaisy]
@Mashiane · 2024-04-23
B4JTutorialBAnano - Vue [BANANOVUETIFYAD]
Vuetify WebSites & WebApps with BANano for Dummies [BANanoVuetifyAD]
Vuetify WebSites & WebApps with BANano for Dummies [BANanoVuetifyAD]
@Mashiane · 2024-04-23
B4JSnippetOther [TSA]
Radio Frequency Channel Monitor - Logger for Tine Spectrum Analyzer [TSA]
Radio Frequency Channel Monitor - Logger for Tine Spectrum Analyzer [TSA]
@rgarnett1955 · 2024-04-19
B4JLibraryPayment
VivaWallet / VivaPayment Class using CLOUD API
VivaWallet / VivaPayment Class using CLOUD API
@Magma · 2024-04-18
B4JSnippetStrings
ROT13 Function
ROT13 (Rotate by 13 places) is a simple letter substitution cipher that replaces a letter with the 13th letter after it in the alphabet. It is a special case of the Caesar cipher which was developed in ancient Rome. ROT13 is not a secure encryption method, but rather a form of obfuscation used to hide text, especially spoilers or punchlines in online forums. It works by shifting each letter 13 positions in the alphabet, looping back to the beginning if needed (e.g., ''Z'' becomes ''M'', ''A'' becomes ''N''). The same function is used for both encoding and decoding, as ROT13 is its own inverse.
@Douglas Farias · 2024-04-12
B4JTutorialSithaso [WEB][SITHASODAISY]
PocketBase - Configuring & Adding Google Authentication to your Apps [Web] [SithasoDaisy]
PocketBase - Configuring & Adding Google Authentication to your Apps [Web] [SithasoDaisy]
@Mashiane · 2024-03-27
B4JTutorialSithaso [WEB][SITHASODAISY]
The eye opening truth about the FlatPickr Date / Time Picker [Web] [SithasoDaisy]
The eye opening truth about the FlatPickr Date / Time Picker [Web] [SithasoDaisy]
@Mashiane · 2024-03-20
B4JSnippetTable/Grid
DatTable - extension of B4XTable
Based on the B4XTable library, I have made a small enhancement that is extremely practical for the user. It enables three additional functionalities: a) Reordering of row sequence and column lengths b) Resetting the saved layout (to default layout) c) Exporting data to Excel
@DarkoT · 2024-03-19
B4JTutorialSithaso [WEB][SITHASODAISY]
Table Row Column Conditional Colors [Web] [SithasoDaisy]
Table Row Column Conditional Colors [Web] [SithasoDaisy]
@Mashiane · 2024-03-19
B4JTutorialSithaso [WEB][SITHASODAISY]
Table Row Conditional Colors [Web] [SithasoDaisy]
Table Row Conditional Colors [Web] [SithasoDaisy]
@Mashiane · 2024-03-19
B4JSnippetSithaso [WEB][SITHASODAISY]
A beautiful Landing Page with Multiple Page Navigation & No Drawer [Web] [SithasoDaisy]
A beautiful Landing Page with Multiple Page Navigation & No Drawer [Web] [SithasoDaisy]
@Mashiane · 2024-03-15
B4JTutorialSithaso [WEB][SITHASODAISY]
How to create a sticky Bottom Navigation Bar & navigate your app pages [Web] [SithasoDaisy]
How to create a sticky Bottom Navigation Bar & navigate your app pages [Web] [SithasoDaisy]
@Mashiane · 2024-03-15
B4JTutorialSithaso [WEB][SITHASODAISY]
How to create a sticky footer [Web] [SithasoDaisy]
How to create a sticky footer [Web] [SithasoDaisy]
@Mashiane · 2024-03-15
B4JTutorialSithaso [WEB][SITHASODAISY]
Navigating between differerent pages of your app [Web] [SithasoDaisy]
Navigating between differerent pages of your app [Web] [SithasoDaisy]
@Mashiane · 2024-03-14
B4JClassDatabase
jRDC2
jRDC2 - B4J implementation of RDC (Remote Database Connector)
@Erel · 2024-03-13
B4JLibraryAudio/Video
MediaView - video player
This library includes two custom views: MediaView and MediaViewController. MediaView can play local and remote videos and music. The native JavaFX MediaView doesn''t include a controller interface. I''ve implemented one. You can use it or create your own. Tip: the controller code and layout are inside the b4xlib file.
@Erel · 2024-03-13
B4JSnippetDialogs
Close xui.MsgboxAsync or xui.Msgbox2Async with code
Close xui.MsgboxAsync or xui.Msgbox2Async with code
@Chris2 · 2024-03-08
B4JTutorialWebApp [SITHASODAISY]
How to implement Facial Recognition Authentication in your Web App [SithasoDaisy]
Facial recognition authentication without having to use a password, email etc, but facial recognition. You will need https://faceio.net/ It has an easy to follow wizard to create your app and then incorporate their REST API / JS files into your app.
@Mashiane · 2024-03-06
B4JSnippetFile handling
Folder size
Folder size
@LucaMs · 2024-03-05
B4JTutorialTranslation/localisation
SithasoDaisy TailwindCSS - Multilanguage
SithasoDaisy TailwindCSS - Multilanguage
@MichalK73 · 2024-03-05
B4JSnippetStrings
Compare text strings
Compare text strings
@emexes · 2024-03-03
B4JLibraryCertificate [SERVER]
LetsEncrypt SSL certificates [server]
LetsEncrypt SSL certificates [server]
@Erel · 2024-03-03
B4JSnippetMap
Standardize Keys in Key-Value Maps
I have often used Maps as a means of sending property information to Subs. One problem, easily fixed, is that the person specifying the map with ''CreateMap'' may use a different case-ness in the keys than expected. Also, they (you) may inadvertently add spaces at start or end of key.
@William Lancee · 2024-03-03
B4JTutorialDrawing [100 SIMULTANEOUS RAYS IN POST #2]
Bouncing a single ray inside an equilateral triangle [100 simultaneous rays in Post #2]
Bouncing a single ray inside an equilateral triangle [100 simultaneous rays in Post #2]
@Johan Schoeman · 2024-03-02
B4JTutorialDatabase [MDB]
Access DB [mdb] BeginTransaction and AddNonQueryToBatch
Access DB [mdb] BeginTransaction and AddNonQueryToBatch
@LucaMs · 2024-03-01
B4JTutorialBAnano [BANANO]
How to detect if your device browser is in Dark / Light Theme Mode [BANano]
How to detect if your device browser is in Dark / Light Theme Mode [BANano]
@Mashiane · 2024-03-01
B4JSnippetB4J
MDI Child Windows
MDI Child Windows
@Magma · 2024-02-29
B4JTutorialDrawing
Bouncing a single ray inside a square
Bouncing a single ray inside a square
@Johan Schoeman · 2024-02-23
B4JTutorialSithaso [WEB][SITHASODAISY]
Bulk Email / Email Campaigns with the SithasoDaisy Mini CRM WebApp, PocketBase & GMail [Web] [SithasoDaisy]
Bulk Email / Email Campaigns with the SithasoDaisy Mini CRM WebApp, PocketBase & GMail [Web] [SithasoDaisy]
@Mashiane · 2024-02-17
B4JTutorialABMaterial [WEB]
ABMaterial vs BANanoServer: Are you confused about them? [Web]
ABMaterial vs BANanoServer: Are you confused about them? [Web]
@Mashiane · 2024-02-14