One of the most popular Xojo Cloud feature requests was to add database support. On Tuesday Feb 10th, we added MySQL and Postgres databases for Xojo Cloud. In addition to having a database server right on your Xojo Cloud server, we have also enabled the creation of SSH Tunnels so you can connect directly to the databases using a 3rd party management tool.
Comments closedCategory: Web
Posts related to web development.
About two years ago a Feature Request was filed for the Web Framework to allow users to handle incoming requests in standalone apps for things which would normally return an HTTP 404 Missing Page error. At the time, there were a few obstacles in our way which prevented bringing this request to fruition, but no more…
Comments closedYou may have seen the 2048 game running on iOS and Android. Here’s a version made with Xojo, which I call 2K that runs on Desktop, Web and iOS.
Comments closedIn the spring of 2011, we added an event to the WebApplication class called HandleSpecialURL which was intended to give developers a way to create their own API endpoints within a web app, and we mostly succeeded…
Comments closedThere were several improvements to web controls in Xojo 2014 Release 2. Read on to learn more:
Comments closedThere’s a sneaky little, well hidden fact about how differently typed fields act on iOS.
Comments closedIn Xojo 2012r2 we released the Web Control SDK, making it easy for anyone to create custom web controls for use with the web framework. Prior to that, some of you created web controls using a method that was not officially supported. The purpose of the Web Control SDK is to provide a way to create controls that is supported and will continue to be supported in the future.
Comments closedWhen you sign up for a Xojo Cloud account, you are assigned an IP address for your server. Pointing a domain name at it is pretty easy.
Comments closedWhy doesn’t the WebGraphics class have a StringWidth method?
Comments closed