More and more customers are using Xojo to create applications that may contain private end-user information. This means that it’s becoming increasingly important that your web applications be protected with an SSL certificate and some kind of authentication to make sure the user is who they claim to be.
Comments closedYear: 2013
Update: Xojo iOS was released in Xojo 2014r3. Download Xojo today and try it today or give us 5 minutes and watch how easy it is get started with Xojo iOS!
We are continuing to work hard on support for building iOS apps with Xojo. We believe Xojo will provide the easiest and fastest way to build applications for iPhone and iPad. Our focus so far has been on the underlying framework. The video below includes a demo of an iOS app we created in Xojo. I showed a small part of this app at the Xojo Developer’s Conference earlier this year.
2 CommentsSometimes you need a property that does more than simply store a value. It may also need to calculate a value or perform some other action to lookup a value. You can do this using a Computed Property or an Assignment Method. Read on to learn how these work and when to use them.
Comments closedLast week, the country of New Zealand (or “Middle Earth” for Lord of the Rings fans like me) joined the EU in passing legislation banning software patents. They did this because it’s becoming impossible for software developers to innovate without finding themselves violating someone’s patent. This drives up the cost of software development and drives down innovation.
Comments closed
Your Xojo apps can connect to many different databases, including PostgreSQL, MySQL, Oracle, Microsoft SQL Server and ODBC. Learn more about connecting to different database servers here.
We get all sorts of questions about connecting your apps to specific databases. Recently, a developer asked about connecting his app to the PostgreSQL database using SSL for a secure connection. In Xojo this is simple.
Comments closedLinux, especially Ubuntu, has quickly evolved, introducing core UI changes such as the global menu bar (akin to OS X’s single menubar system) as well as Overlay Scrollbars. Overlay Scrollbars were meant to reduce the amount of clutter needed around content areas by showing up only when hovered over, and always outside the content area. If you’re developing any kind of serious application on Linux, especially if you are targeting Ubuntu, you want to be able to detect whether or not the system supports Overlay Scrollbars.
Comments closedYou may have seen text that has strange diamond characters in it. If so, you likely have an encoding problem.
Comments closedXojo web apps work very similarly to desktop apps. In fact, they are so much like desktop apps that you may want to make them their own “app”. There are a couple ways you can do this.
Comments closedWe’d like to thank Wayne Golding for offering the following tip. Wayne Golding has been a Xojo developer since 2005. He operates an IT Company Axis Direct Ltd www.axisdirect.nz which primarily develops applications using Xojo that integrate with Xero www.xero.com. Wayneâs hobby is robotics where he uses Xojo to build applications for his Pi2 often implementing IoT for remote control.
Do you need to run a Xojo Application on Windows with Elevated UAC? Here’s Wayne’s trick to achieve that goal.
Comments closedDumb Ways to Code
By Geoff Perlman
Sung to the tune of “Dumb Ways to Die” by Tangerine Kitty
Use an object that's out of scope
Don't escape your SQL quotes
Ship without a beta test
Think Google Translate to localize is bestComments closed