B4JTutorialBAnano [BANANO]
Creating a CRUD app with LocalStorage Backend [BANano]
Creating a CRUD app with LocalStorage Backend [BANano]
@Mashiane · 2019-03-26
B4JTutorialExcel
jPOI to the rescue
- Reads each line of the Excel workbook. - Creates a Map with the replacement strings as keys and the values from the Excel file as values. - Loads the input document. - Replaces the replacements strings based on the map. The code is based on: https://stackoverflow.com/a/22269035/971547 Note that there is an assumption here that the text is not split into multiple "runs". This can happen with more complex documents. - Saves the new document.
@Erel · 2019-03-24
B4JTutorialBAnano [WEBSITES]
Create a profile page for your website using UOE+BANano [Websites]
Create a profile page for your website using UOE+BANano [Websites]
@Mashiane · 2019-03-22
B4JTutorialBAnano [WEBSITES]
Create a Login page with UOENow+BANano [Websites]
Create a Login page with UOENow+BANano [Websites]
@Mashiane · 2019-03-22
B4JTutorialUOE [WEBSITES]
Create a Landing Page for your website using UOENow [Websites]
Create a Landing Page for your website using UOENow [Websites]
@Mashiane · 2019-03-19
B4JTutorialUOE
B4J Code Execution FlowChart with UOEProcess.Show
B4J Code Execution FlowChart with UOEProcess.Show
@Mashiane · 2019-03-09
B4JTutorialB4J server [SERVER]
Run a Server on Azure as an App Service [server]
Since Azure supports Jetty, a B4J server app can also run on azure.
@xulihang · 2019-03-06
B4JTutorialLinux [LINUX]
Install OpenJRE8 with OpenJFX on Ubuntu [Linux]
I had some trouble with OpenJRE8 and this was the solution.
@Alexander Stolte · 2019-02-26
B4JTutorialUOE [WEBSITES]
Creating the PhotoNinja Website with UOE [Websites]
Creating the PhotoNinja Website with UOE [Websites]
@Mashiane · 2019-02-25
B4JTutorialBAnano [BANANO]
Bidirectional communication between B4J and BANano [BANano]
Bidirectional communication between B4J and BANano [BANano]
@Kiffi · 2019-02-20
B4JTutorialBAnano [BANANO]
Working with promises [BANano]
BANano 2.19+ has a new object: BANanoPromise. It allows you to easily use Javascript Promises.
@alwaysbusy · 2019-02-07
B4JTutorialB4J
Publish your App to the Windows Store
In this tutorial, I want to show you, how you can upload your Java Application to Windows Store.
@JanPRO · 2019-02-07
B4JTutorialBAnano [SORT OF][BANANO]
Resumeable Sub [sort of][BANano]
Javascript acts differently compared to java when doing some async stuff and is rather complex. However, I''ve tried to make it as comfortable as possible for you, the programmer. All you have to do is follow some very simple rules.
@alwaysbusy · 2019-02-05
B4JTutorialBAnano
Creating a hotel reservation app with BANanoJQM
Creating a hotel reservation app with BANanoJQM
@Mashiane · 2019-02-02
B4JTutorialBAnano - Designer [2][BANANO]
v2: [2] B4J Abstract Designer [BANano]
v2: [2] B4J Abstract Designer [BANano]
@alwaysbusy · 2019-01-31
B4JTutorialBAnano [BANANO]
Exploring BANanoEvents [BANano]
Exploring BANanoEvents [BANano]
@Mashiane · 2019-01-31
B4JTutorialBAnano - database [BANANO]
Working with BANanoSQL [BANano]
BANanoSQL makes it possible to use ''normal'' SQL queries on the IndexedDB database located in the browser.
@alwaysbusy · 2019-01-27
B4JTutorialBAnano - Designer [1][BANANO]
v2: [1] B4J Abstract Designer [BANano]
v2: [1] B4J Abstract Designer [BANano]
@alwaysbusy · 2019-01-16
B4JTutorialBAnano - Designer [BANANO]
Here comes the Designer! [BANano]
Here comes the Designer! [BANano]
@alwaysbusy · 2019-01-16
B4JTutorialBAnano [BANANO]
Creating libraries [BANano]
Creating libraries [BANano]
@alwaysbusy · 2019-01-16
B4JTutorialBAnano [BANANO]
inline php -> server code [BANano]
inline php -> server code [BANano]
@alwaysbusy · 2019-01-07
B4JTutorialB4J
B4J-Bridge dockerimage
A friend of mine created a docker image for me to debug apps on my server quickly and easily. I am happy to share this with you. https://hub.docker.com/r/o0shojo0o/b4jbridge
@Blueforcer · 2018-12-18
B4JTutorialBAnano [BANANO]
BANanoObject talks with Javascript [BANano]
BANanoObject talks with Javascript [BANano]
@alwaysbusy · 2018-12-16
B4JTutorialBAnano [BANANO]
Ajax calls [BANano]
Ajax calls [BANano]
@alwaysbusy · 2018-12-06
B4JTutorialRaspberry Pi
B4J and Raspberry Pi boards
B4J and Raspberry Pi boards
@Erel · 2018-12-05
B4JTutorialBAnano [BANANO]
Events [BANano]
Events [BANano]
@alwaysbusy · 2018-12-04
B4JTutorialABMaterial [ABMATERIAL]
TIP: ... and wait for [ABMaterial]
TIP: ... and wait for [ABMaterial]
@alwaysbusy · 2018-12-02
B4JTutorialPrint
Printing on A4 and Letter sized paper
A quick tutorial on how to print on A4 or Letter sized paper using the follow information provided by Steve Laming (better known as @stevel05).
@Peter Simpson · 2018-11-17
B4JTutorialIRC / IM [SOCKET]
How create a Chat using B4J and Server Composer [ Socket ]
Tool for creating websocket & socket servers, it was developed using C ++ [libwebsocket, enet, winsock, lua_wrapper, scintilla and others]. Today I will do a tutorial on how to use B4J with ServerComposer.
@Waldemar Lima · 2018-10-26
B4JTutorialFirebase
Beginning Firebase in JavaScript: CRUD-ing around
Beginning Firebase in JavaScript: CRUD-ing around
@Mashiane · 2018-10-24