Creating the PhotoNinja Website with UOE [Websites]
Creating the PhotoNinja Website with UOE [Websites]
@Mashiane · 2019-02-25
Bidirectional communication between B4J and BANano [BANano]
Bidirectional communication between B4J and BANano [BANano]
@Kiffi · 2019-02-20
Working with promises [BANano]
BANano 2.19+ has a new object: BANanoPromise. It allows you to easily use Javascript Promises.
@alwaysbusy · 2019-02-07
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
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
Creating a hotel reservation app with BANanoJQM
Creating a hotel reservation app with BANanoJQM
@Mashiane · 2019-02-02
v2: [2] B4J Abstract Designer [BANano]
v2: [2] B4J Abstract Designer [BANano]
@alwaysbusy · 2019-01-31
Exploring BANanoEvents [BANano]
Exploring BANanoEvents [BANano]
@Mashiane · 2019-01-31
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
v2: [1] B4J Abstract Designer [BANano]
v2: [1] B4J Abstract Designer [BANano]
@alwaysbusy · 2019-01-16
Here comes the Designer! [BANano]
Here comes the Designer! [BANano]
@alwaysbusy · 2019-01-16
Creating libraries [BANano]
Creating libraries [BANano]
@alwaysbusy · 2019-01-16
inline php -> server code [BANano]
inline php -> server code [BANano]
@alwaysbusy · 2019-01-07
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
BANanoObject talks with Javascript [BANano]
BANanoObject talks with Javascript [BANano]
@alwaysbusy · 2018-12-16
Ajax calls [BANano]
Ajax calls [BANano]
@alwaysbusy · 2018-12-06
B4J and Raspberry Pi boards
B4J and Raspberry Pi boards
@Erel · 2018-12-05
Events [BANano]
Events [BANano]
@alwaysbusy · 2018-12-04
TIP: ... and wait for [ABMaterial]
TIP: ... and wait for [ABMaterial]
@alwaysbusy · 2018-12-02
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
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
Beginning Firebase in JavaScript: CRUD-ing around
Beginning Firebase in JavaScript: CRUD-ing around
@Mashiane · 2018-10-24
Using Cloudinary as CDN for your assets (v4.35) [ABMaterial]
Using Cloudinary as CDN for your assets (v4.35) [ABMaterial]
@alwaysbusy · 2018-09-12
Updated MySQL & PHP example
This is an updated example of how to - communicate with a apache server via OKHttpUtils calling a php script - doing MySQL data requests (Insert, Update and Delete) using prepared sql statements - working with the data like list''s & maps (= arrays in php) in both direction (I use this contellation combined with encryption and Base64 a lot in my apps) - using resumable subs with parameters
@KMatle · 2018-09-02
Text2Speech [ABMaterial]
Text2Speech [ABMaterial]
@Mashiane · 2018-08-24
Let''s glow some birds [ABMaterial]
Let''s glow some birds
@Mashiane · 2018-08-24
Use Google Drive as a backup solution
This more a suggestion/idea than a real snippet or other code.
@KMatle · 2018-08-18
SQLite Triggers: Creating Audit Trails For Dummies
This tutorial is a step by step process of how one can implement audit trails for changes in their tables, whether INSERT,UPDATE,DELETE statements as explained below. I will attempt to use TRIGGERS to achieve this.
@Mashiane · 2018-08-16
Get EXIF GPS information and show images in google maps
Extract the gps information from all images in a directory and generate a html file to view in a browser showing all images in google maps at the coordinates they were taken.
@Mark Read · 2018-08-05
Easier SQL Inserts
Easier SQL Inserts
@keirS · 2018-07-24