Get SithasoDaisy for $15 here.
Welcome to the SithasoDaisy world.
Check $5 WebApps
Join on Telegram
Get the eBook
See it in action on Netlify or
See it from a FlipBook
SithasoDaisy is a library of components built on top of TailwindCSS and the DaisyUI frameworks to help you create WebApps, WebSites, Single Page Application (SPA) and Progressive Web Apps (PWA) with the power of the b4x programming language.
When it comes to developing anything that works on the internet browser, whether it is a WebApp or a WebSite, one has to use HTML (Hyper Text Markup Language), CSS (Cascading Style Sheet) and JavaScript (a dynamic programming language used for web development).
SithasoDaisy works on top of a programming language called b4x. It is not JavaScript, and for SithasoDaisy to produce web applications, a code transpiler is used. A transpiler converts source code from one programming language to another. For example, when one uses Flutter for web, they use a programming language called Dart. When they build their application, their source code is transpiled / converted to JavaScript for it to work on the interweb. There are many other programming languages that target JavaScript, the Top 10, being:
1. Scala.js
2. Haxe
3. Dart
4. Elm
5. Imba
6. Nim
7. ClojureScript
8. ReasonML
9. Kotlin
10. TypeScript
B4X is a set of programming tools that is developed by Anywhere Software that uses Visual Basic like syntax so that anyone who wants to, can create apps. The developed apps are able to run on Windows, Linux, Mac, Apple Phones, Android Phones and Arduino IoT devices, mostly from the same code base. The family product we will use here is called b4j i.e., Basic4Java. There is also b4a (basic4android), b4i (basic4ios), b4r (basic4arduino).
Our b4x to JavaScript transpiler is called BANano. It is penned by Alain Bailleul, that is the BA in BANano, whilst Nano, you guessed it right, nanotechnology. When creating your web projects with SithasoDaisy, one can use the Abstract Designer and or write b4x code. We will show you how. To show you an idea of the stuff we will be building, let’s take a look at this image, directly from the DaisyUI website.
.....
This is an extract from the eBook.
Happy Coding
Github Link: https://github.com/Mashiane/SithasoDaisyUI
Subscribe to SithasoDaisy TailwindCSS WebApps and get a WebApp each month of the year.
Visit https://sithasoholdings.gumroad.com/l/vwaqj to activate your subscription.
Thank you so much.
Topics
SithasoDaisy TailwindCSS Pocketbase Chatroom using SSE
SithasoDaisy: How to create a Client List Report in MS Word
SithasoDocxTemplator: Creating MS Word Documents from Dynamic Templates in JavaScript
[SithasoDaisy] How to create a Web Push Notification Server with PocketBase SSE
SithasoDaisy: Click Events and event.PreventDefault
[SithasoDaisy] Using EmailJS rest api to send emails
SithasoDaisy TailwindCSS UI Toolkit: Q & A
SithasoDaisy: Crud WebApp on Java Jetty WebServer with Pocketbase Back-End Hosted on PocketHost.IO
Exploring the b4x UltimateWebView with SithasoDaisy, #TailwindCSS + #DaisyUI UI Toolkit
SithasoDaisy WebApps - Subscription Based @ $5 Per Month
SithasoDaisy jSerial (Port) Communication WebApp Source Code
SithasoDaisy: PocketBase Database Schema & Data Sync Source Code @ $10.00
SithasoDaisy: Project Management Unit Source Code @ $5.00
[SithasoDaisy TailwindCSS] Navmenu for Desktop, Navdraw for mobile
Welcome to the SithasoDaisy world.
Check $5 WebApps
SithasoDaisy WebApps @ $5 Each
Hi there Disclaimer: These WebApps are hosted on Netlify and the back-end hosted on PocketHost (just for demonstration purposes). You will have to set up the SQLite Webserver on your own machine for a better experience. PocketHost is not recommended for production purposes as its slow compared...
www.b4x.com
Join on Telegram
Get the eBook
See it in action on Netlify or
See it from a FlipBook
SithasoDaisy is a library of components built on top of TailwindCSS and the DaisyUI frameworks to help you create WebApps, WebSites, Single Page Application (SPA) and Progressive Web Apps (PWA) with the power of the b4x programming language.
When it comes to developing anything that works on the internet browser, whether it is a WebApp or a WebSite, one has to use HTML (Hyper Text Markup Language), CSS (Cascading Style Sheet) and JavaScript (a dynamic programming language used for web development).
SithasoDaisy works on top of a programming language called b4x. It is not JavaScript, and for SithasoDaisy to produce web applications, a code transpiler is used. A transpiler converts source code from one programming language to another. For example, when one uses Flutter for web, they use a programming language called Dart. When they build their application, their source code is transpiled / converted to JavaScript for it to work on the interweb. There are many other programming languages that target JavaScript, the Top 10, being:
1. Scala.js
2. Haxe
3. Dart
4. Elm
5. Imba
6. Nim
7. ClojureScript
8. ReasonML
9. Kotlin
10. TypeScript
B4X is a set of programming tools that is developed by Anywhere Software that uses Visual Basic like syntax so that anyone who wants to, can create apps. The developed apps are able to run on Windows, Linux, Mac, Apple Phones, Android Phones and Arduino IoT devices, mostly from the same code base. The family product we will use here is called b4j i.e., Basic4Java. There is also b4a (basic4android), b4i (basic4ios), b4r (basic4arduino).
Our b4x to JavaScript transpiler is called BANano. It is penned by Alain Bailleul, that is the BA in BANano, whilst Nano, you guessed it right, nanotechnology. When creating your web projects with SithasoDaisy, one can use the Abstract Designer and or write b4x code. We will show you how. To show you an idea of the stuff we will be building, let’s take a look at this image, directly from the DaisyUI website.
.....
This is an extract from the eBook.
Happy Coding
Github Link: https://github.com/Mashiane/SithasoDaisyUI
SithasoDaisy TailwindCSS WebApps
Subscribe to SithasoDaisy TailwindCSS WebApps and get a WebApp each month of the year.
Visit https://sithasoholdings.gumroad.com/l/vwaqj to activate your subscription.
Thank you so much.
Topics
SithasoDaisy TailwindCSS Pocketbase Chatroom using SSE
SithasoDaisy: PocketBase - Chatroom using Server Side Events (SSE)
Hi Using Pocketbase subscriptions, we create a chatroom, trapping the SSE.
www.b4x.com
SithasoDaisy: How to create a Client List Report in MS Word
SithasoDaisy: How to create a Client List Report in MS Word
Hi By the end of this, you will be able to: 1. Get a client list from a REST API database. For this case we will use a fake REST API fom https://randomuser.me/ 2. Load this client list to a SDUITable. We will use the abstract designer & then add columns to the table. 3. Export this client list...
www.b4x.com
SithasoDocxTemplator: Creating MS Word Documents from Dynamic Templates in JavaScript
SithasoDocxTemplator: Creating MS Word Documents from Dynamic Templates in JavaScript
Hi the This was an interesting find: https://docxtemplater.com/, also its just so easy to use and understand. Below is my template. I am attempting to generate the API documentation for the SithasoDaisy ebook. This was easy to achieve using tables on the demo. And yes, I could fire up...
www.b4x.com
[SithasoDaisy] How to create a Web Push Notification Server with PocketBase SSE
[SithasoDaisy] - PocketBase - How to create a Web Push Notification Server with PocketBase SSE
Hi there By the end of this, you should be able to have your own Web Push Notification Server running. Below is an example of a notification coming from a cloud deployed PocketBase server. Related Topics...
www.b4x.com
SithasoDaisy: Click Events and event.PreventDefault
SithasoDaisy: Click Events and event.PreventDefault
Hi It is safe, that in all _click events, you add an event.PreventDefault As an example... 'Close input dialog Private Sub mdlTasks_Cancel_Click (e As BANanoEvent) e.PreventDefault mdltasks.Hide End Sub This will prevent possible "jumps" of your app to undesirable places. Thanks...
www.b4x.com
[SithasoDaisy] Using EmailJS rest api to send emails
[SithasoDaisy] Using EmailJS rest api to send emails
Hi there The purpose of this tutorial is showing the functionality of sending emails using EmailJS. This was discussed on this link: https://www.b4x.com/android/forum/threads/bananovuetifyad3-sending-emails-via-emailjs-rest-api.142767/#content Now we have a Sithaso class to do this. What...
www.b4x.com
SithasoDaisy TailwindCSS UI Toolkit: Q & A
SithasoDaisy TailwindCSS UI Toolkit: Q & A
Hi there NB: Where possible, please include a simple project that demonstrates your use case. Do you have any questions about SithasoDaisy UI Toolkit? You can shoot it here and we will oblige. Thanks in advance? Join on Telegram https://t.me/sithasodaisy Check $5 WebApps...
www.b4x.com
SithasoDaisy: Crud WebApp on Java Jetty WebServer with Pocketbase Back-End Hosted on PocketHost.IO
SithasoDaisy: PocketBase - Crud WebApp on Java Jetty WebServer with Pocketbase Back-End Hosted on PocketHost.IO
Hi there I am playing around with BANanoServer. So far so good. Ceveat: PocketHost.IO is slow compared to hosting PocketBase yourself. Watch this space.
www.b4x.com
Exploring the b4x UltimateWebView with SithasoDaisy, #TailwindCSS + #DaisyUI UI Toolkit
Exploring the b4x UltimateWebView with SithasoDaisy, #TailwindCSS + #DaisyUI UI Toolkit
Hi This seeks to document my experiences of the UltimateWebView and the newest Sithaso Holdings UI kit, named SithasoDaisy, a TailwindCSS UI kit built on top of BANano + B4x. Well, this is my fist attempt of using a WebView with anything done with BANano, so its just an exploration to satisfy...
www.b4x.com
SithasoDaisy WebApps - Subscription Based @ $5 Per Month
SithasoDaisy WebApps @ $5 Each
Hi there Disclaimer: These WebApps are hosted on Netlify and the back-end hosted on PocketHost (just for demonstration purposes). You will have to set up the SQLite Webserver on your own machine for a better experience. PocketHost is not recommended for production purposes as its slow compared...
www.b4x.com
SithasoDaisy jSerial (Port) Communication WebApp Source Code
SithasoDaisy jSerial (Port) Communication WebApp Source Code
Hi there As it takes time to create, debug these projects, the source code for this WebApp is DonationWare. Find the PayPal link below. When donating, please indicate that it's for SithasoDaisy jSerial. https://paypal.me/anelembanga?country.x=ZA&locale.x=en_US I'm excited that this is going...
www.b4x.com
SithasoDaisy: PocketBase Database Schema & Data Sync Source Code @ $10.00
SithasoDaisy: PocketBase Database Schema & Data Sync Source Code @ $10.00
Hi Netlify Demo The purpose of this tool is to sync your pocketbase database instances. I have synced a database source residing on PocketHost to a local hosted database, ensuring these have the same schema and records...
www.b4x.com
SithasoDaisy: Project Management Unit Source Code @ $5.00
SithasoDaisy: PocketBase - Project Management Unit Source Code @ $5.00
Hi there Netlify Demo Disclaimer: This webpp is hosted on Netlify and the back-end hosted on PocketHost (just for demonstration purposes). On the download you will get the source code and a running version (inside PocketBase) which is activated by double clicking a file. No installation...
www.b4x.com
[SithasoDaisy TailwindCSS] Navmenu for Desktop, Navdraw for mobile
[SithasoDaisy TailwindCSS] Navmenu for Desktop, Navdraw for mobile
Welcome. Sometimes we want the desktop version of a website to have a menu in a bar at the top without a side menu. Likewise for the side menu to appear on the mobile version without a menu in the top. You can use this code that I have applied to mine. Simple and effective. In addition, there...
www.b4x.com
Last edited: