Skip to content

Category: Web

Posts related to web development.

New Database Connections

While Xojo has always supported adding database connections, the old method was far from ideal. Let’s delve into the improved approach using the new DatabaseConnection project items and explore some recent additions to our database API.

Comments closed

Docker, Database Servers and Xojo

There are many ways to develop with Xojo and use Database Servers. You might be working on a multi user Desktop Application that stores data in a Database. Or you’re creating a multi user Xojo Web Application that needed to be scaled up to a couple of running instances – and use a Database for data storage. Or maybe you’ve written a mobile application that connects to a Backend REST API – again possibly written in Xojo (e.g. with the open source Express, or with Xojo Web).

Comments closed

Popovers for Xojo Desktop, Web and iOS

Starting with Xojo 2024r1 there’s a new Window type in Xojo’s UI/UX bag: Popovers. Popovers are kind of a Modal window with a more transient behavior and associated with a Parent control. A Popover will display the chosen content or layout, the same as when you design the user interface of a window or a Container control that will be included as part of another more complex design or displayed at runtime.

Comments closed

Webinar Follow-Up: Using Xojo to Develop NetSuite Web Apps

Last week, I presented the third in a series of Xojo / NetSuite webinars. The latest webinar was “Using Xojo to Develop NetSuite Web Apps” webinar, and it follows “Using Xojo to Develop NetSuite iOS Apps” (from January) and “Using Xojo to Develop NetSuite Android Apps” (from last December). This blog post is s a follow-up to last week’s “Web” webinar. A recording of last week’s webinar is now available here.

Comments closed